/******/ (function(modules) { // webpackBootstrap
/******/ 	// install a JSONP callback for chunk loading
/******/ 	function webpackJsonpCallback(data) {
/******/ 		var chunkIds = data[0];
/******/ 		var moreModules = data[1];
/******/ 		var executeModules = data[2];
/******/
/******/ 		// add "moreModules" to the modules object,
/******/ 		// then flag all "chunkIds" as loaded and fire callback
/******/ 		var moduleId, chunkId, i = 0, resolves = [];
/******/ 		for(;i < chunkIds.length; i++) {
/******/ 			chunkId = chunkIds[i];
/******/ 			if(Object.prototype.hasOwnProperty.call(installedChunks, chunkId) && installedChunks[chunkId]) {
/******/ 				resolves.push(installedChunks[chunkId][0]);
/******/ 			}
/******/ 			installedChunks[chunkId] = 0;
/******/ 		}
/******/ 		for(moduleId in moreModules) {
/******/ 			if(Object.prototype.hasOwnProperty.call(moreModules, moduleId)) {
/******/ 				modules[moduleId] = moreModules[moduleId];
/******/ 			}
/******/ 		}
/******/ 		if(parentJsonpFunction) parentJsonpFunction(data);
/******/
/******/ 		while(resolves.length) {
/******/ 			resolves.shift()();
/******/ 		}
/******/
/******/ 		// add entry modules from loaded chunk to deferred list
/******/ 		deferredModules.push.apply(deferredModules, executeModules || []);
/******/
/******/ 		// run deferred modules when all chunks ready
/******/ 		return checkDeferredModules();
/******/ 	};
/******/ 	function checkDeferredModules() {
/******/ 		var result;
/******/ 		for(var i = 0; i < deferredModules.length; i++) {
/******/ 			var deferredModule = deferredModules[i];
/******/ 			var fulfilled = true;
/******/ 			for(var j = 1; j < deferredModule.length; j++) {
/******/ 				var depId = deferredModule[j];
/******/ 				if(installedChunks[depId] !== 0) fulfilled = false;
/******/ 			}
/******/ 			if(fulfilled) {
/******/ 				deferredModules.splice(i--, 1);
/******/ 				result = __webpack_require__(__webpack_require__.s = deferredModule[0]);
/******/ 			}
/******/ 		}
/******/
/******/ 		return result;
/******/ 	}
/******/
/******/ 	// The module cache
/******/ 	var installedModules = {};
/******/
/******/ 	// object to store loaded and loading chunks
/******/ 	// undefined = chunk not loaded, null = chunk preloaded/prefetched
/******/ 	// Promise = chunk loading, 0 = chunk loaded
/******/ 	var installedChunks = {
/******/ 		"site": 0
/******/ 	};
/******/
/******/ 	var deferredModules = [];
/******/
/******/ 	// The require function
/******/ 	function __webpack_require__(moduleId) {
/******/
/******/ 		// Check if module is in cache
/******/ 		if(installedModules[moduleId]) {
/******/ 			return installedModules[moduleId].exports;
/******/ 		}
/******/ 		// Create a new module (and put it into the cache)
/******/ 		var module = installedModules[moduleId] = {
/******/ 			i: moduleId,
/******/ 			l: false,
/******/ 			exports: {}
/******/ 		};
/******/
/******/ 		// Execute the module function
/******/ 		modules[moduleId].call(module.exports, module, module.exports, __webpack_require__);
/******/
/******/ 		// Flag the module as loaded
/******/ 		module.l = true;
/******/
/******/ 		// Return the exports of the module
/******/ 		return module.exports;
/******/ 	}
/******/
/******/
/******/ 	// expose the modules object (__webpack_modules__)
/******/ 	__webpack_require__.m = modules;
/******/
/******/ 	// expose the module cache
/******/ 	__webpack_require__.c = installedModules;
/******/
/******/ 	// define getter function for harmony exports
/******/ 	__webpack_require__.d = function(exports, name, getter) {
/******/ 		if(!__webpack_require__.o(exports, name)) {
/******/ 			Object.defineProperty(exports, name, { enumerable: true, get: getter });
/******/ 		}
/******/ 	};
/******/
/******/ 	// define __esModule on exports
/******/ 	__webpack_require__.r = function(exports) {
/******/ 		if(typeof Symbol !== 'undefined' && Symbol.toStringTag) {
/******/ 			Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
/******/ 		}
/******/ 		Object.defineProperty(exports, '__esModule', { value: true });
/******/ 	};
/******/
/******/ 	// create a fake namespace object
/******/ 	// mode & 1: value is a module id, require it
/******/ 	// mode & 2: merge all properties of value into the ns
/******/ 	// mode & 4: return value when already ns object
/******/ 	// mode & 8|1: behave like require
/******/ 	__webpack_require__.t = function(value, mode) {
/******/ 		if(mode & 1) value = __webpack_require__(value);
/******/ 		if(mode & 8) return value;
/******/ 		if((mode & 4) && typeof value === 'object' && value && value.__esModule) return value;
/******/ 		var ns = Object.create(null);
/******/ 		__webpack_require__.r(ns);
/******/ 		Object.defineProperty(ns, 'default', { enumerable: true, value: value });
/******/ 		if(mode & 2 && typeof value != 'string') for(var key in value) __webpack_require__.d(ns, key, function(key) { return value[key]; }.bind(null, key));
/******/ 		return ns;
/******/ 	};
/******/
/******/ 	// getDefaultExport function for compatibility with non-harmony modules
/******/ 	__webpack_require__.n = function(module) {
/******/ 		var getter = module && module.__esModule ?
/******/ 			function getDefault() { return module['default']; } :
/******/ 			function getModuleExports() { return module; };
/******/ 		__webpack_require__.d(getter, 'a', getter);
/******/ 		return getter;
/******/ 	};
/******/
/******/ 	// Object.prototype.hasOwnProperty.call
/******/ 	__webpack_require__.o = function(object, property) { return Object.prototype.hasOwnProperty.call(object, property); };
/******/
/******/ 	// __webpack_public_path__
/******/ 	__webpack_require__.p = "/";
/******/
/******/ 	var jsonpArray = window["webpackJsonp"] = window["webpackJsonp"] || [];
/******/ 	var oldJsonpFunction = jsonpArray.push.bind(jsonpArray);
/******/ 	jsonpArray.push = webpackJsonpCallback;
/******/ 	jsonpArray = jsonpArray.slice();
/******/ 	for(var i = 0; i < jsonpArray.length; i++) webpackJsonpCallback(jsonpArray[i]);
/******/ 	var parentJsonpFunction = oldJsonpFunction;
/******/
/******/
/******/ 	// add entry module to deferred list
/******/ 	deferredModules.push(["./src/Accounts/index.tsx","vendors","env"]);
/******/ 	// run deferred modules when ready
/******/ 	return checkDeferredModules();
/******/ })
/************************************************************************/
/******/ ({

/***/ "./node_modules/css-loader/index.js?!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js!./src/Accounts/Axiata/LandingPage/components/enterDetailsBase.scss":
/*!***************************************************************************************************************************************************************************************!*\
  !*** ./node_modules/css-loader??ref--5-1!./node_modules/resolve-url-loader!./node_modules/sass-loader/dist/cjs.js!./src/Accounts/Axiata/LandingPage/components/enterDetailsBase.scss ***!
  \***************************************************************************************************************************************************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {

eval("exports = module.exports = __webpack_require__(/*! ../../../../../node_modules/css-loader/lib/css-base.js */ \"./node_modules/css-loader/lib/css-base.js\")(false);\n// imports\nexports.push([module.i, \"@import url(https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,400;\\n\\n0,500;0,700;1,400;1,500;1,700&display=swap);\", \"\"]);\n\n// module\nexports.push([module.i, \".flexContainer__components-enterDetailsBase {\\n  display: flex;\\n  min-height: calc(100vh - 100px);\\n  flex-direction: column;\\n  align-items: center;\\n  justify-content: center;\\n  background-color: var(--page-background);\\n}\\n\\n.column__components-enterDetailsBase {\\n  display: flex;\\n  flex-shrink: 0;\\n  flex-grow: 0;\\n  align-items: stretch;\\n  flex-direction: column;\\n  max-width: 400px;\\n}\\n\\n.formContainer__components-enterDetailsBase {\\n  display: flex;\\n  align-items: center;\\n  flex-direction: column;\\n}\\n\\n.buttonContainer__components-enterDetailsBase {\\n  margin-top: 30px;\\n}\\n\\n.logo__components-enterDetailsBase {\\n  max-width: 100%;\\n  max-height: 100%;\\n  background-color: var(--page-background);\\n}\\n\\n.numericLogoContainer__components-enterDetailsBase {\\n  display: block;\\n  justify-self: center;\\n  align-self: center;\\n  align-items: center;\\n  justify-content: center;\\n  flex-direction: column;\\n  margin-bottom: 0;\\n  padding-bottom: 0;\\n  width: 350px;\\n  max-width: 350px;\\n  max-height: 100%;\\n  background-color: var(--page-background);\\n}\\n\\n.logoContainer__components-enterDetailsBase {\\n  display: flex;\\n  justify-self: center;\\n  align-self: center;\\n  align-items: center;\\n  justify-content: center;\\n  flex-direction: column;\\n  padding-bottom: 0;\\n  margin-top: 20px;\\n  margin-bottom: 30px;\\n  width: 100%;\\n  max-width: 350px;\\n  max-height: 100%;\\n  background-color: var(--page-background);\\n}\\n\\n.pinInput__components-enterDetailsBase {\\n  margin-top: -10px;\\n  padding-left: 24px;\\n  padding-right: 24px;\\n}\\n\\n.dropShadow__components-enterDetailsBase {\\n  margin-top: 35px;\\n}\", \"\"]);\n\n// exports\nexports.locals = {\n\t\"flexContainer\": \"flexContainer__components-enterDetailsBase\",\n\t\"column\": \"column__components-enterDetailsBase\",\n\t\"formContainer\": \"formContainer__components-enterDetailsBase\",\n\t\"buttonContainer\": \"buttonContainer__components-enterDetailsBase\",\n\t\"logo\": \"logo__components-enterDetailsBase\",\n\t\"numericLogoContainer\": \"numericLogoContainer__components-enterDetailsBase\",\n\t\"logoContainer\": \"logoContainer__components-enterDetailsBase\",\n\t\"pinInput\": \"pinInput__components-enterDetailsBase\",\n\t\"dropShadow\": \"dropShadow__components-enterDetailsBase\"\n};\n\n//# sourceURL=webpack:///./src/Accounts/Axiata/LandingPage/components/enterDetailsBase.scss?./node_modules/css-loader??ref--5-1!./node_modules/resolve-url-loader!./node_modules/sass-loader/dist/cjs.js");

/***/ }),

/***/ "./node_modules/css-loader/index.js?!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js!./src/Accounts/Axiata/LandingPage/components/loginHeader.scss":
/*!**********************************************************************************************************************************************************************************!*\
  !*** ./node_modules/css-loader??ref--5-1!./node_modules/resolve-url-loader!./node_modules/sass-loader/dist/cjs.js!./src/Accounts/Axiata/LandingPage/components/loginHeader.scss ***!
  \**********************************************************************************************************************************************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {

eval("exports = module.exports = __webpack_require__(/*! ../../../../../node_modules/css-loader/lib/css-base.js */ \"./node_modules/css-loader/lib/css-base.js\")(false);\n// imports\n\n\n// module\nexports.push([module.i, \".forLoginPage__components-loginHeader {\\n  display: flex;\\n  flex-direction: row-reverse;\\n  padding: 10px;\\n}\", \"\"]);\n\n// exports\nexports.locals = {\n\t\"forLoginPage\": \"forLoginPage__components-loginHeader\"\n};\n\n//# sourceURL=webpack:///./src/Accounts/Axiata/LandingPage/components/loginHeader.scss?./node_modules/css-loader??ref--5-1!./node_modules/resolve-url-loader!./node_modules/sass-loader/dist/cjs.js");

/***/ }),

/***/ "./node_modules/css-loader/index.js?!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js!./src/Accounts/Axiata/LandingPage/components/loginRegisterForm.scss":
/*!****************************************************************************************************************************************************************************************!*\
  !*** ./node_modules/css-loader??ref--5-1!./node_modules/resolve-url-loader!./node_modules/sass-loader/dist/cjs.js!./src/Accounts/Axiata/LandingPage/components/loginRegisterForm.scss ***!
  \****************************************************************************************************************************************************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {

eval("exports = module.exports = __webpack_require__(/*! ../../../../../node_modules/css-loader/lib/css-base.js */ \"./node_modules/css-loader/lib/css-base.js\")(false);\n// imports\nexports.push([module.i, \"@import url(https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,400;\\n\\n0,500;0,700;1,400;1,500;1,700&display=swap);\", \"\"]);\n\n// module\nexports.push([module.i, \".flexContainer__components-loginRegisterForm {\\n  display: flex;\\n  flex-direction: column;\\n  align-items: center;\\n  background-color: var(--page-background);\\n}\\n\\n.column__components-loginRegisterForm {\\n  display: flex;\\n  flex-shrink: 0;\\n  flex-grow: 0;\\n  align-items: stretch;\\n  flex-direction: column;\\n  max-width: 400px;\\n}\\n\\n.formContainer__components-loginRegisterForm {\\n  display: flex;\\n  align-items: center;\\n  justify-content: center;\\n  flex-direction: column;\\n}\\n\\n.buttonContainer__components-loginRegisterForm {\\n  text-align: center;\\n  margin-top: 10px;\\n}\\n\\n.logo__components-loginRegisterForm {\\n  max-width: 100%;\\n  max-height: 100%;\\n  background-color: var(--page-background);\\n}\\n\\n.title__components-loginRegisterForm {\\n  font-weight: normal;\\n  color: var(--contrast-color);\\n  margin-bottom: 20px;\\n  font-family: \\\"Roboto\\\", sans-serif, BlinkMacSystemFont, \\\"Segoe UI\\\", Roboto, \\\"Helvetica Neue\\\", Arial, sans-serif, \\\"Apple Color Emoji\\\", \\\"Segoe UI Emoji\\\", \\\"Segoe UI Symbol\\\";\\n}\\n\\nbody.accendoLight .border__components-loginRegisterForm {\\n  border-color: var(--border-color) !important;\\n}\\n\\n.forgotLink__components-loginRegisterForm {\\n  font-family: \\\"Roboto\\\", sans-serif, BlinkMacSystemFont, \\\"Segoe UI\\\", Roboto, \\\"Helvetica Neue\\\", Arial, sans-serif, \\\"Apple Color Emoji\\\", \\\"Segoe UI Emoji\\\", \\\"Segoe UI Symbol\\\";\\n  color: var(--primary-color) !important;\\n  cursor: pointer;\\n  margin-top: 10px;\\n  margin-bottom: 20px;\\n}\\n\\n.title__components-loginRegisterForm {\\n  color: var(--contrast-color);\\n}\\n\\n.white__components-loginRegisterForm {\\n  color: var(--contrast-color);\\n}\\n\\nbody.accendoLight .white__components-loginRegisterForm {\\n  color: var(--primary-color);\\n}\\n\\nbody.accendoLight .placeholder__components-loginRegisterForm {\\n  color: var(--placeholder-color);\\n}\\n\\n.logoContainer__components-loginRegisterForm {\\n  display: flex;\\n  justify-self: center;\\n  align-self: center;\\n  align-items: center;\\n  justify-content: center;\\n  flex-direction: column;\\n  margin-top: 301px;\\n  margin-bottom: 0;\\n  padding-bottom: 0;\\n  width: 100%;\\n  max-width: 350px;\\n  max-height: 100%;\\n  background-color: var(--page-background);\\n}\\n\\n.input__components-loginRegisterForm {\\n  display: flex;\\n  justify-content: center;\\n  flex-direction: column;\\n  align-items: center;\\n  position: relative;\\n  margin-top: 10px;\\n}\\n\\n.input__components-loginRegisterForm .input-container {\\n  display: flex;\\n  flex-direction: column;\\n  justify-content: center;\\n  width: 400px;\\n}\\n\\n.input__components-loginRegisterForm .error {\\n  align-self: flex-start;\\n  justify-self: left;\\n}\\n\\n.dropShadow__components-loginRegisterForm {\\n  margin-top: 35px;\\n}\\n\\n.tickAndCross__components-loginRegisterForm {\\n  position: absolute;\\n  top: 6px;\\n  right: 10px;\\n}\", \"\"]);\n\n// exports\nexports.locals = {\n\t\"flexContainer\": \"flexContainer__components-loginRegisterForm\",\n\t\"column\": \"column__components-loginRegisterForm\",\n\t\"formContainer\": \"formContainer__components-loginRegisterForm\",\n\t\"buttonContainer\": \"buttonContainer__components-loginRegisterForm\",\n\t\"logo\": \"logo__components-loginRegisterForm\",\n\t\"title\": \"title__components-loginRegisterForm\",\n\t\"border\": \"border__components-loginRegisterForm\",\n\t\"forgotLink\": \"forgotLink__components-loginRegisterForm\",\n\t\"white\": \"white__components-loginRegisterForm\",\n\t\"placeholder\": \"placeholder__components-loginRegisterForm\",\n\t\"logoContainer\": \"logoContainer__components-loginRegisterForm\",\n\t\"input\": \"input__components-loginRegisterForm\",\n\t\"dropShadow\": \"dropShadow__components-loginRegisterForm\",\n\t\"tickAndCross\": \"tickAndCross__components-loginRegisterForm\"\n};\n\n//# sourceURL=webpack:///./src/Accounts/Axiata/LandingPage/components/loginRegisterForm.scss?./node_modules/css-loader??ref--5-1!./node_modules/resolve-url-loader!./node_modules/sass-loader/dist/cjs.js");

/***/ }),

/***/ "./node_modules/css-loader/index.js?!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js!./src/Accounts/Axiata/LandingPage/components/recoveryPage.scss":
/*!***********************************************************************************************************************************************************************************!*\
  !*** ./node_modules/css-loader??ref--5-1!./node_modules/resolve-url-loader!./node_modules/sass-loader/dist/cjs.js!./src/Accounts/Axiata/LandingPage/components/recoveryPage.scss ***!
  \***********************************************************************************************************************************************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {

eval("exports = module.exports = __webpack_require__(/*! ../../../../../node_modules/css-loader/lib/css-base.js */ \"./node_modules/css-loader/lib/css-base.js\")(false);\n// imports\n\n\n// module\nexports.push([module.i, \"/**\\n * utilities - all helper functions will be placed here to be import by individual style files\\n * that are in /resources/assets/js/...\\n * this is to make it easier for future code splitting feature to be implemented\\n */\\n\\nspan.assess-icon__components-recoveryPage {\\n  --loading-width-sm: 1.5rem;\\n  --loading-width-md: 2.625rem;\\n  --loading-width-lg: 4rem;\\n  --loading-padding-sm: 0.25rem;\\n  --loading-padding-md: 0.375rem;\\n  --loading-padding-lg: 0.5rem;\\n}\\n\\n/**\\n * Dependent on bootstrap 4, breakpoint lib\\n * Make media queries understandable by 3 years old kids\\n */\\n\\n.container__components-recoveryPage {\\n  display: flex;\\n  flex-direction: column;\\n}\\n\\n.title__components-recoveryPage {\\n  color: var(--contrast-color);\\n  margin-bottom: 20px;\\n  position: relative;\\n  display: flex;\\n  flex-direction: row;\\n  align-items: center;\\n  text-align: center;\\n  justify-content: center;\\n  padding: 0 50px;\\n}\\n\\n.title__components-recoveryPage .backBtn__components-recoveryPage {\\n  position: absolute;\\n  left: 0;\\n  cursor: pointer;\\n}\\n\\n.formContainer__components-recoveryPage {\\n  display: flex;\\n  flex-direction: column;\\n  position: relative;\\n  margin: 10px;\\n}\\n\\n.label__components-recoveryPage {\\n  color: white;\\n}\\n\\n.label_recovery_text__components-recoveryPage {\\n  color: var(--contrast-color);\\n  text-align: center;\\n  margin-bottom: 15px;\\n}\\n\\n.loginButton__components-recoveryPage.btn,\\n.loginButton2__components-recoveryPage.btn {\\n  width: 100%;\\n  cursor: pointer;\\n  font-size: 16px;\\n  margin: 0 0 10px 0;\\n}\\n\\nbody.accendoDefault .loginButton__components-recoveryPage.btn,\\nbody.accendoDefault .loginButton2__components-recoveryPage.btn {\\n  margin: 0 0 10px 0;\\n  border: 1px solid var(--border-color);\\n  background-color: #00948a;\\n  width: 100%;\\n  color: white;\\n  cursor: pointer;\\n}\\n\\nbody.accendoDefault .loginButton__components-recoveryPage.btn:hover,\\nbody.accendoDefault .loginButton2__components-recoveryPage.btn:hover {\\n  background-color: #33a9a1;\\n}\\n\\n.disable__components-recoveryPage.btn {\\n  margin: 0 0 10px 0;\\n  width: 100%;\\n  color: var(--contrast-color);\\n  cursor: not-allowed;\\n  font-size: 16px;\\n}\\n\\nbody.accendoDefault .disable__components-recoveryPage.btn {\\n  background-color: #575c61 !important;\\n  border-color: #575c61 !important;\\n  color: #adb1b9;\\n}\\n\\nbody.accendoDefault .loginButton2__components-recoveryPage.btn {\\n  background-color: transparent;\\n}\\n\\n.forgotPassLink__components-recoveryPage {\\n  color: var(--primary-color) !important;\\n  cursor: pointer;\\n  margin-bottom: 20px;\\n}\\n\\nbody.accendoLight .forgotPassLink__components-recoveryPage {\\n  color: var(--blue-color-60) !important;\\n  text-decoration: underline;\\n}\\n\\nbody.accendoLight .forgotPassLink__components-recoveryPage:hover {\\n  color: var(--blue-color-100) !important;\\n}\\n\\n.animEllipsis__components-recoveryPage {\\n  position: relative;\\n}\\n\\n.animEllipsis__components-recoveryPage:after {\\n  position: absolute;\\n  left: 100%;\\n  overflow: hidden;\\n  display: inline-block;\\n  vertical-align: bottom;\\n  animation: ellipsis__components-recoveryPage steps(4, end) 2s infinite;\\n  content: '\\\\2026';\\n  width: 0px;\\n}\\n\\n.hiddenIput__components-recoveryPage {\\n  height: 0;\\n  width: 0;\\n  visibility: hidden;\\n  border: 0;\\n  padding: 0;\\n  margin: 0;\\n  position: absolute;\\n}\\n\\n.infoBG__components-recoveryPage {\\n  background: var(--info-color);\\n}\\n\\n.timerStyle__components-recoveryPage {\\n  color: var(--primary-color);\\n}\\n\\n@keyframes ellipsis__components-recoveryPage {\\n  to {\\n    width: 1.25em;\\n  }\\n}\", \"\"]);\n\n// exports\nexports.locals = {\n\t\"assess-icon\": \"assess-icon__components-recoveryPage\",\n\t\"container\": \"container__components-recoveryPage\",\n\t\"title\": \"title__components-recoveryPage\",\n\t\"backBtn\": \"backBtn__components-recoveryPage\",\n\t\"formContainer\": \"formContainer__components-recoveryPage\",\n\t\"label\": \"label__components-recoveryPage\",\n\t\"label_recovery_text\": \"label_recovery_text__components-recoveryPage\",\n\t\"loginButton\": \"loginButton__components-recoveryPage\",\n\t\"loginButton2\": \"loginButton2__components-recoveryPage\",\n\t\"disable\": \"disable__components-recoveryPage\",\n\t\"forgotPassLink\": \"forgotPassLink__components-recoveryPage\",\n\t\"animEllipsis\": \"animEllipsis__components-recoveryPage\",\n\t\"ellipsis\": \"ellipsis__components-recoveryPage\",\n\t\"hiddenIput\": \"hiddenIput__components-recoveryPage\",\n\t\"infoBG\": \"infoBG__components-recoveryPage\",\n\t\"timerStyle\": \"timerStyle__components-recoveryPage\"\n};\n\n//# sourceURL=webpack:///./src/Accounts/Axiata/LandingPage/components/recoveryPage.scss?./node_modules/css-loader??ref--5-1!./node_modules/resolve-url-loader!./node_modules/sass-loader/dist/cjs.js");

/***/ }),

/***/ "./node_modules/css-loader/index.js?!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js!./src/Accounts/Axiata/LandingPage/components/ssoLogin.scss":
/*!*******************************************************************************************************************************************************************************!*\
  !*** ./node_modules/css-loader??ref--5-1!./node_modules/resolve-url-loader!./node_modules/sass-loader/dist/cjs.js!./src/Accounts/Axiata/LandingPage/components/ssoLogin.scss ***!
  \*******************************************************************************************************************************************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {

eval("exports = module.exports = __webpack_require__(/*! ../../../../../node_modules/css-loader/lib/css-base.js */ \"./node_modules/css-loader/lib/css-base.js\")(false);\n// imports\nexports.push([module.i, \"@import url(https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,400;\\n\\n0,500;0,700;1,400;1,500;1,700&display=swap);\", \"\"]);\n\n// module\nexports.push([module.i, \".container__components-ssoLogin {\\n  display: flex;\\n  flex-direction: column;\\n}\\n\\n.title__components-ssoLogin {\\n  color: var(--contrast-color);\\n  margin-bottom: 20px;\\n  position: relative;\\n  display: flex;\\n  flex-direction: row;\\n  align-items: center;\\n  justify-content: center;\\n  padding: 0 50px;\\n}\\n\\n.title__components-ssoLogin .backBtn__components-ssoLogin {\\n  position: absolute;\\n  left: 0;\\n  cursor: pointer;\\n}\\n\\nbody.accendoLight .title__components-ssoLogin .backBtn__components-ssoLogin {\\n  color: var(--icon-color);\\n  cursor: pointer;\\n}\\n\\nbody.accendoLight .title__components-ssoLogin .backBtn__components-ssoLogin:hover {\\n  color: var(--icon-color-hover);\\n}\\n\\n.formContainer__components-ssoLogin {\\n  position: relative;\\n}\\n\\n.label__components-ssoLogin {\\n  color: var(--contrast-color);\\n}\\n\\n.btn-secondary.loginButton__components-ssoLogin {\\n  border: 1px solid var(--border-color);\\n  background-color: var(--login-button-bg);\\n  width: 100%;\\n  color: var(--text-color-white);\\n  cursor: pointer;\\n}\\n\\n.btn-secondary.loginButton__components-ssoLogin:hover {\\n  background-color: var(--login-button-bg-hover);\\n}\\n\\n.forgotPassLink__components-ssoLogin {\\n  color: var(--primary-color) !important;\\n  cursor: pointer;\\n  margin-top: 10px;\\n  margin-bottom: 20px;\\n}\\n\\nbody.accendoLight .forgotPassLink__components-ssoLogin {\\n  color: var(--blue-color-60) !important;\\n  text-decoration: underline;\\n}\\n\\nbody.accendoLight .forgotPassLink__components-ssoLogin:hover {\\n  color: var(--blue-color-100) !important;\\n}\\n\\n.animEllipsis__components-ssoLogin {\\n  position: relative;\\n}\\n\\n.animEllipsis__components-ssoLogin:after {\\n  position: absolute;\\n  left: 100%;\\n  overflow: hidden;\\n  display: inline-block;\\n  vertical-align: bottom;\\n  animation: ellipsis__components-ssoLogin steps(4, end) 2s infinite;\\n  content: '\\\\2026';\\n  width: 0px;\\n}\\n\\n.hiddenIput__components-ssoLogin {\\n  height: 0;\\n  width: 0;\\n  visibility: hidden;\\n  border: 0;\\n  padding: 0;\\n  margin: 0;\\n  position: absolute;\\n}\\n\\n@keyframes ellipsis__components-ssoLogin {\\n  to {\\n    width: 1.25em;\\n  }\\n}\", \"\"]);\n\n// exports\nexports.locals = {\n\t\"container\": \"container__components-ssoLogin\",\n\t\"title\": \"title__components-ssoLogin\",\n\t\"backBtn\": \"backBtn__components-ssoLogin\",\n\t\"formContainer\": \"formContainer__components-ssoLogin\",\n\t\"label\": \"label__components-ssoLogin\",\n\t\"loginButton\": \"loginButton__components-ssoLogin\",\n\t\"forgotPassLink\": \"forgotPassLink__components-ssoLogin\",\n\t\"animEllipsis\": \"animEllipsis__components-ssoLogin\",\n\t\"ellipsis\": \"ellipsis__components-ssoLogin\",\n\t\"hiddenIput\": \"hiddenIput__components-ssoLogin\"\n};\n\n//# sourceURL=webpack:///./src/Accounts/Axiata/LandingPage/components/ssoLogin.scss?./node_modules/css-loader??ref--5-1!./node_modules/resolve-url-loader!./node_modules/sass-loader/dist/cjs.js");

/***/ }),

/***/ "./node_modules/css-loader/index.js?!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js!./src/Accounts/Common/components/ProfileContainer/profileContainer.scss":
/*!********************************************************************************************************************************************************************************************!*\
  !*** ./node_modules/css-loader??ref--5-1!./node_modules/resolve-url-loader!./node_modules/sass-loader/dist/cjs.js!./src/Accounts/Common/components/ProfileContainer/profileContainer.scss ***!
  \********************************************************************************************************************************************************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {

eval("exports = module.exports = __webpack_require__(/*! ../../../../../node_modules/css-loader/lib/css-base.js */ \"./node_modules/css-loader/lib/css-base.js\")(false);\n// imports\n\n\n// module\nexports.push([module.i, \"/**\\n * utilities - all helper functions will be placed here to be import by individual style files\\n * that are in /resources/assets/js/...\\n * this is to make it easier for future code splitting feature to be implemented\\n */\\n\\nspan.assess-icon__ProfileContainer-profileContainer {\\n  --loading-width-sm: 1.5rem;\\n  --loading-width-md: 2.625rem;\\n  --loading-width-lg: 4rem;\\n  --loading-padding-sm: 0.25rem;\\n  --loading-padding-md: 0.375rem;\\n  --loading-padding-lg: 0.5rem;\\n}\\n\\n/**\\n * Dependent on bootstrap 4, breakpoint lib\\n * Make media queries understandable by 3 years old kids\\n */\\n\\n.profileContainer__ProfileContainer-profileContainer {\\n  width: 450px;\\n  flex-direction: column;\\n  background-color: #f7f7f7;\\n}\\n\\n.photo__ProfileContainer-profileContainer {\\n  background-color: white;\\n  position: relative;\\n  overflow: hidden;\\n  border-radius: 50%;\\n  width: 100px;\\n  height: 100px;\\n  display: flex;\\n  justify-content: center;\\n  align-items: center;\\n}\\n\\n.photo__ProfileContainer-profileContainer:hover .uploadPhoto__ProfileContainer-profileContainer {\\n  visibility: visible;\\n}\\n\\n.img__ProfileContainer-profileContainer {\\n  width: 70%;\\n  height: 80%;\\n  object-fit: cover;\\n  background-color: white;\\n}\\n\\n.uploadPhoto__ProfileContainer-profileContainer {\\n  visibility: hidden;\\n  position: absolute;\\n  background: rgba(0, 0, 0, 0.5);\\n  left: 0;\\n  color: white;\\n  z-index: 1;\\n  width: 100%;\\n  height: 100%;\\n  display: flex;\\n  align-items: center;\\n  justify-content: center;\\n}\\n\\n.title__ProfileContainer-profileContainer {\\n  align-self: flex-start;\\n  font-size: 12px;\\n}\\n\\n.body__ProfileContainer-profileContainer {\\n  width: 100%;\\n  padding: 40px;\\n  background-color: white;\\n}\\n\\n.footer__ProfileContainer-profileContainer {\\n  align-self: center;\\n}\", \"\"]);\n\n// exports\nexports.locals = {\n\t\"assess-icon\": \"assess-icon__ProfileContainer-profileContainer\",\n\t\"profileContainer\": \"profileContainer__ProfileContainer-profileContainer\",\n\t\"photo\": \"photo__ProfileContainer-profileContainer\",\n\t\"uploadPhoto\": \"uploadPhoto__ProfileContainer-profileContainer\",\n\t\"img\": \"img__ProfileContainer-profileContainer\",\n\t\"title\": \"title__ProfileContainer-profileContainer\",\n\t\"body\": \"body__ProfileContainer-profileContainer\",\n\t\"footer\": \"footer__ProfileContainer-profileContainer\"\n};\n\n//# sourceURL=webpack:///./src/Accounts/Common/components/ProfileContainer/profileContainer.scss?./node_modules/css-loader??ref--5-1!./node_modules/resolve-url-loader!./node_modules/sass-loader/dist/cjs.js");

/***/ }),

/***/ "./node_modules/css-loader/index.js?!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js!./src/Accounts/Common/components/centeredPageCard.scss":
/*!***************************************************************************************************************************************************************************!*\
  !*** ./node_modules/css-loader??ref--5-1!./node_modules/resolve-url-loader!./node_modules/sass-loader/dist/cjs.js!./src/Accounts/Common/components/centeredPageCard.scss ***!
  \***************************************************************************************************************************************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {

eval("exports = module.exports = __webpack_require__(/*! ../../../../node_modules/css-loader/lib/css-base.js */ \"./node_modules/css-loader/lib/css-base.js\")(false);\n// imports\n\n\n// module\nexports.push([module.i, \"/**\\n * utilities - all helper functions will be placed here to be import by individual style files\\n * that are in /resources/assets/js/...\\n * this is to make it easier for future code splitting feature to be implemented\\n */\\n\\nspan.assess-icon__components-centeredPageCard {\\n  --loading-width-sm: 1.5rem;\\n  --loading-width-md: 2.625rem;\\n  --loading-width-lg: 4rem;\\n  --loading-padding-sm: 0.25rem;\\n  --loading-padding-md: 0.375rem;\\n  --loading-padding-lg: 0.5rem;\\n}\\n\\n/**\\n * Dependent on bootstrap 4, breakpoint lib\\n * Make media queries understandable by 3 years old kids\\n */\\n\\n.centeredPageCard__components-centeredPageCard {\\n  display: flex;\\n  width: 450px;\\n  flex-direction: column;\\n  align-items: flex-start;\\n  padding: 40px;\\n  background-color: white;\\n  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);\\n}\\n\\n.centeredPageCard__components-centeredPageCard .logo__components-centeredPageCard {\\n  height: 80px;\\n  margin: 20px;\\n}\\n\\n.centeredPageCard__components-centeredPageCard .title__components-centeredPageCard {\\n  color: #303133;\\n  font-size: 16px;\\n}\\n\\n.centeredPageCard__components-centeredPageCard .subtitle__components-centeredPageCard {\\n  color: white;\\n  font-size: 12px;\\n}\\n\\n.centeredPageCard__components-centeredPageCard .body__components-centeredPageCard {\\n  width: 100%;\\n  flex: 1;\\n  align-self: center;\\n  margin: 20px 0;\\n}\\n\\n.centeredPageCard__components-centeredPageCard .footer__components-centeredPageCard {\\n  align-self: center;\\n}\", \"\"]);\n\n// exports\nexports.locals = {\n\t\"assess-icon\": \"assess-icon__components-centeredPageCard\",\n\t\"centeredPageCard\": \"centeredPageCard__components-centeredPageCard\",\n\t\"logo\": \"logo__components-centeredPageCard\",\n\t\"title\": \"title__components-centeredPageCard\",\n\t\"subtitle\": \"subtitle__components-centeredPageCard\",\n\t\"body\": \"body__components-centeredPageCard\",\n\t\"footer\": \"footer__components-centeredPageCard\"\n};\n\n//# sourceURL=webpack:///./src/Accounts/Common/components/centeredPageCard.scss?./node_modules/css-loader??ref--5-1!./node_modules/resolve-url-loader!./node_modules/sass-loader/dist/cjs.js");

/***/ }),

/***/ "./node_modules/css-loader/index.js?!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js!./src/Accounts/components/ChangePassword/changePassword.scss":
/*!*********************************************************************************************************************************************************************************!*\
  !*** ./node_modules/css-loader??ref--5-1!./node_modules/resolve-url-loader!./node_modules/sass-loader/dist/cjs.js!./src/Accounts/components/ChangePassword/changePassword.scss ***!
  \*********************************************************************************************************************************************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {

eval("exports = module.exports = __webpack_require__(/*! ../../../../node_modules/css-loader/lib/css-base.js */ \"./node_modules/css-loader/lib/css-base.js\")(false);\n// imports\n\n\n// module\nexports.push([module.i, \"/**\\n * utilities - all helper functions will be placed here to be import by individual style files\\n * that are in /resources/assets/js/...\\n * this is to make it easier for future code splitting feature to be implemented\\n */\\n\\nspan.assess-icon__ChangePassword-changePassword {\\n  --loading-width-sm: 1.5rem;\\n  --loading-width-md: 2.625rem;\\n  --loading-width-lg: 4rem;\\n  --loading-padding-sm: 0.25rem;\\n  --loading-padding-md: 0.375rem;\\n  --loading-padding-lg: 0.5rem;\\n}\\n\\n/**\\n * Dependent on bootstrap 4, breakpoint lib\\n * Make media queries understandable by 3 years old kids\\n */\", \"\"]);\n\n// exports\nexports.locals = {\n\t\"assess-icon\": \"assess-icon__ChangePassword-changePassword\"\n};\n\n//# sourceURL=webpack:///./src/Accounts/components/ChangePassword/changePassword.scss?./node_modules/css-loader??ref--5-1!./node_modules/resolve-url-loader!./node_modules/sass-loader/dist/cjs.js");

/***/ }),

/***/ "./node_modules/css-loader/index.js?!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js!./src/Accounts/components/ChangePassword/changePasswordAccendo.scss":
/*!****************************************************************************************************************************************************************************************!*\
  !*** ./node_modules/css-loader??ref--5-1!./node_modules/resolve-url-loader!./node_modules/sass-loader/dist/cjs.js!./src/Accounts/components/ChangePassword/changePasswordAccendo.scss ***!
  \****************************************************************************************************************************************************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {

eval("exports = module.exports = __webpack_require__(/*! ../../../../node_modules/css-loader/lib/css-base.js */ \"./node_modules/css-loader/lib/css-base.js\")(false);\n// imports\n\n\n// module\nexports.push([module.i, \"/**\\n * utilities - all helper functions will be placed here to be import by individual style files\\n * that are in /resources/assets/js/...\\n * this is to make it easier for future code splitting feature to be implemented\\n */\\n\\nspan.assess-icon__ChangePassword-changePasswordAccendo {\\n  --loading-width-sm: 1.5rem;\\n  --loading-width-md: 2.625rem;\\n  --loading-width-lg: 4rem;\\n  --loading-padding-sm: 0.25rem;\\n  --loading-padding-md: 0.375rem;\\n  --loading-padding-lg: 0.5rem;\\n}\\n\\n/**\\n * Dependent on bootstrap 4, breakpoint lib\\n * Make media queries understandable by 3 years old kids\\n */\\n\\n.profileContainer__ChangePassword-changePasswordAccendo {\\n  background-color: transparent;\\n}\\n\\n.profileContainer__ChangePassword-changePasswordAccendo .el-form-item .el-form-item__label {\\n  color: #ffffff;\\n  font-size: 18px;\\n  text-transform: capitalize;\\n}\\n\\n.profileContainer__ChangePassword-changePasswordAccendo .el-form-item .el-form-item__content .el-input .el-input__inner {\\n  background-color: #0c2b4b;\\n  border-radius: 4px;\\n  box-shadow: 0 2px 40px rgba(123, 174, 255, 0.8);\\n  border: 0;\\n}\\n\\n.profileContainer__ChangePassword-changePasswordAccendo .el-form-item .el-button--primary {\\n  background-color: rgba(3, 222, 213, 0.8);\\n  color: #ffffff;\\n  border: 0;\\n}\\n\\n.profileContainer__ChangePassword-changePasswordAccendo .el-form-item .el-button--primary:hover {\\n  background-color: rgba(3, 222, 213, 0.8);\\n  color: #ffffff;\\n  border: 0;\\n}\", \"\"]);\n\n// exports\nexports.locals = {\n\t\"assess-icon\": \"assess-icon__ChangePassword-changePasswordAccendo\",\n\t\"profileContainer\": \"profileContainer__ChangePassword-changePasswordAccendo\"\n};\n\n//# sourceURL=webpack:///./src/Accounts/components/ChangePassword/changePasswordAccendo.scss?./node_modules/css-loader??ref--5-1!./node_modules/resolve-url-loader!./node_modules/sass-loader/dist/cjs.js");

/***/ }),

/***/ "./node_modules/css-loader/index.js?!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js!./src/Accounts/components/CompatibilityAlert/compatibilityAlertContent.scss":
/*!************************************************************************************************************************************************************************************************!*\
  !*** ./node_modules/css-loader??ref--5-1!./node_modules/resolve-url-loader!./node_modules/sass-loader/dist/cjs.js!./src/Accounts/components/CompatibilityAlert/compatibilityAlertContent.scss ***!
  \************************************************************************************************************************************************************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {

eval("exports = module.exports = __webpack_require__(/*! ../../../../node_modules/css-loader/lib/css-base.js */ \"./node_modules/css-loader/lib/css-base.js\")(false);\n// imports\nexports.push([module.i, \"@import url(https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,400;\\n\\n0,500;0,700;1,400;1,500;1,700&display=swap);\", \"\"]);\n\n// module\nexports.push([module.i, \".content__CompatibilityAlert-compatibilityAlertContent {\\n  background-color: #1a1a1a;\\n  border: 1px solid var(--primary-color);\\n  border-radius: 4px;\\n  color: var(--contrast-color);\\n  width: 100%;\\n  height: 100%;\\n}\\n\\n.content__CompatibilityAlert-compatibilityAlertContent .contentInner__CompatibilityAlert-compatibilityAlertContent {\\n  width: 80%;\\n}\\n\\n.content__CompatibilityAlert-compatibilityAlertContent .contentInner__CompatibilityAlert-compatibilityAlertContent .icon__CompatibilityAlert-compatibilityAlertContent {\\n  font-size: 50px;\\n  color: var(--primary-color);\\n}\\n\\n.content__CompatibilityAlert-compatibilityAlertContent .contentInner__CompatibilityAlert-compatibilityAlertContent .mainText__CompatibilityAlert-compatibilityAlertContent {\\n  font-size: 28px;\\n}\\n\\n.content__CompatibilityAlert-compatibilityAlertContent .contentInner__CompatibilityAlert-compatibilityAlertContent .descText__CompatibilityAlert-compatibilityAlertContent {\\n  font-size: 16px;\\n}\\n\\n.content__CompatibilityAlert-compatibilityAlertContent .contentInner__CompatibilityAlert-compatibilityAlertContent .bottomText__CompatibilityAlert-compatibilityAlertContent {\\n  font-size: 14px;\\n}\\n\\n.contentBgTransparent__CompatibilityAlert-compatibilityAlertContent {\\n  background-color: transparent;\\n  border: none;\\n}\", \"\"]);\n\n// exports\nexports.locals = {\n\t\"content\": \"content__CompatibilityAlert-compatibilityAlertContent\",\n\t\"contentInner\": \"contentInner__CompatibilityAlert-compatibilityAlertContent\",\n\t\"icon\": \"icon__CompatibilityAlert-compatibilityAlertContent\",\n\t\"mainText\": \"mainText__CompatibilityAlert-compatibilityAlertContent\",\n\t\"descText\": \"descText__CompatibilityAlert-compatibilityAlertContent\",\n\t\"bottomText\": \"bottomText__CompatibilityAlert-compatibilityAlertContent\",\n\t\"contentBgTransparent\": \"contentBgTransparent__CompatibilityAlert-compatibilityAlertContent\"\n};\n\n//# sourceURL=webpack:///./src/Accounts/components/CompatibilityAlert/compatibilityAlertContent.scss?./node_modules/css-loader??ref--5-1!./node_modules/resolve-url-loader!./node_modules/sass-loader/dist/cjs.js");

/***/ }),

/***/ "./node_modules/css-loader/index.js?!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js!./src/Accounts/components/CompatibilityAlert/compatibilityAlertModalContent.scss":
/*!*****************************************************************************************************************************************************************************************************!*\
  !*** ./node_modules/css-loader??ref--5-1!./node_modules/resolve-url-loader!./node_modules/sass-loader/dist/cjs.js!./src/Accounts/components/CompatibilityAlert/compatibilityAlertModalContent.scss ***!
  \*****************************************************************************************************************************************************************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {

eval("exports = module.exports = __webpack_require__(/*! ../../../../node_modules/css-loader/lib/css-base.js */ \"./node_modules/css-loader/lib/css-base.js\")(false);\n// imports\nexports.push([module.i, \"@import url(https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,400;\\n\\n0,500;0,700;1,400;1,500;1,700&display=swap);\", \"\"]);\n\n// module\nexports.push([module.i, \".highlight__CompatibilityAlert-compatibilityAlertModalContent {\\n  color: var(--primary-color);\\n}\", \"\"]);\n\n// exports\nexports.locals = {\n\t\"highlight\": \"highlight__CompatibilityAlert-compatibilityAlertModalContent\"\n};\n\n//# sourceURL=webpack:///./src/Accounts/components/CompatibilityAlert/compatibilityAlertModalContent.scss?./node_modules/css-loader??ref--5-1!./node_modules/resolve-url-loader!./node_modules/sass-loader/dist/cjs.js");

/***/ }),

/***/ "./node_modules/css-loader/index.js?!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js!./src/Accounts/components/CompatibilityAlert/compatibilityAlertPage.scss":
/*!*********************************************************************************************************************************************************************************************!*\
  !*** ./node_modules/css-loader??ref--5-1!./node_modules/resolve-url-loader!./node_modules/sass-loader/dist/cjs.js!./src/Accounts/components/CompatibilityAlert/compatibilityAlertPage.scss ***!
  \*********************************************************************************************************************************************************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {

eval("exports = module.exports = __webpack_require__(/*! ../../../../node_modules/css-loader/lib/css-base.js */ \"./node_modules/css-loader/lib/css-base.js\")(false);\n// imports\nexports.push([module.i, \"@import url(https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,400;\\n\\n0,500;0,700;1,400;1,500;1,700&display=swap);\", \"\"]);\n\n// module\nexports.push([module.i, \".compatibilityPageBase__CompatibilityAlert-compatibilityAlertPage {\\n  font-family: \\\"Roboto\\\", sans-serif, BlinkMacSystemFont, \\\"Segoe UI\\\", Roboto, \\\"Helvetica Neue\\\", Arial, sans-serif, \\\"Apple Color Emoji\\\", \\\"Segoe UI Emoji\\\", \\\"Segoe UI Symbol\\\";\\n  width: 100vw;\\n  height: 100vh;\\n  background-color: var(--page-background);\\n  padding: 20px;\\n}\\n\\n.highlight__CompatibilityAlert-compatibilityAlertPage {\\n  color: var(--primary-color);\\n}\", \"\"]);\n\n// exports\nexports.locals = {\n\t\"compatibilityPageBase\": \"compatibilityPageBase__CompatibilityAlert-compatibilityAlertPage\",\n\t\"highlight\": \"highlight__CompatibilityAlert-compatibilityAlertPage\"\n};\n\n//# sourceURL=webpack:///./src/Accounts/components/CompatibilityAlert/compatibilityAlertPage.scss?./node_modules/css-loader??ref--5-1!./node_modules/resolve-url-loader!./node_modules/sass-loader/dist/cjs.js");

/***/ }),

/***/ "./node_modules/css-loader/index.js?!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js!./src/Accounts/components/CompatibilityAlert/compatibilityContinueBtn.scss":
/*!***********************************************************************************************************************************************************************************************!*\
  !*** ./node_modules/css-loader??ref--5-1!./node_modules/resolve-url-loader!./node_modules/sass-loader/dist/cjs.js!./src/Accounts/components/CompatibilityAlert/compatibilityContinueBtn.scss ***!
  \***********************************************************************************************************************************************************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {

eval("exports = module.exports = __webpack_require__(/*! ../../../../node_modules/css-loader/lib/css-base.js */ \"./node_modules/css-loader/lib/css-base.js\")(false);\n// imports\nexports.push([module.i, \"@import url(https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,400;\\n\\n0,500;0,700;1,400;1,500;1,700&display=swap);\", \"\"]);\n\n// module\nexports.push([module.i, \".continueButton__CompatibilityAlert-compatibilityContinueBtn {\\n  text-decoration: underline;\\n  cursor: pointer;\\n  font-size: 20px;\\n  color: var(--primary-color);\\n}\", \"\"]);\n\n// exports\nexports.locals = {\n\t\"continueButton\": \"continueButton__CompatibilityAlert-compatibilityContinueBtn\"\n};\n\n//# sourceURL=webpack:///./src/Accounts/components/CompatibilityAlert/compatibilityContinueBtn.scss?./node_modules/css-loader??ref--5-1!./node_modules/resolve-url-loader!./node_modules/sass-loader/dist/cjs.js");

/***/ }),

/***/ "./node_modules/css-loader/index.js?!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js!./src/Accounts/components/LandingPage/landingPage.scss":
/*!***************************************************************************************************************************************************************************!*\
  !*** ./node_modules/css-loader??ref--5-1!./node_modules/resolve-url-loader!./node_modules/sass-loader/dist/cjs.js!./src/Accounts/components/LandingPage/landingPage.scss ***!
  \***************************************************************************************************************************************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {

eval("exports = module.exports = __webpack_require__(/*! ../../../../node_modules/css-loader/lib/css-base.js */ \"./node_modules/css-loader/lib/css-base.js\")(false);\n// imports\n\n\n// module\nexports.push([module.i, \"/**\\n * utilities - all helper functions will be placed here to be import by individual style files\\n * that are in /resources/assets/js/...\\n * this is to make it easier for future code splitting feature to be implemented\\n */\\n\\nspan.assess-icon__LandingPage-landingPage {\\n  --loading-width-sm: 1.5rem;\\n  --loading-width-md: 2.625rem;\\n  --loading-width-lg: 4rem;\\n  --loading-padding-sm: 0.25rem;\\n  --loading-padding-md: 0.375rem;\\n  --loading-padding-lg: 0.5rem;\\n}\\n\\n/**\\n * Dependent on bootstrap 4, breakpoint lib\\n * Make media queries understandable by 3 years old kids\\n */\\n\\n.menuItem__LandingPage-landingPage {\\n  display: block;\\n  padding: 15px;\\n  background-color: white;\\n  color: inherit;\\n  cursor: pointer;\\n  text-decoration: none !important;\\n}\\n\\n.menuItem__LandingPage-landingPage:hover {\\n  background-color: #e5e7ee;\\n}\\n\\n.menuItem__LandingPage-landingPage:not(:last-child) {\\n  margin-bottom: 2px;\\n}\\n\\n.menuItemIcon__LandingPage-landingPage {\\n  margin-right: 20px;\\n  color: #004a80;\\n}\\n\\n.menuItemText__LandingPage-landingPage {\\n  font-size: 16px;\\n  letter-spacing: 1px;\\n}\\n\\n.customBody__LandingPage-landingPage {\\n  padding: 0 !important;\\n  background-color: transparent;\\n}\", \"\"]);\n\n// exports\nexports.locals = {\n\t\"assess-icon\": \"assess-icon__LandingPage-landingPage\",\n\t\"menuItem\": \"menuItem__LandingPage-landingPage\",\n\t\"menuItemIcon\": \"menuItemIcon__LandingPage-landingPage\",\n\t\"menuItemText\": \"menuItemText__LandingPage-landingPage\",\n\t\"customBody\": \"customBody__LandingPage-landingPage\"\n};\n\n//# sourceURL=webpack:///./src/Accounts/components/LandingPage/landingPage.scss?./node_modules/css-loader??ref--5-1!./node_modules/resolve-url-loader!./node_modules/sass-loader/dist/cjs.js");

/***/ }),

/***/ "./node_modules/css-loader/index.js?!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js!./src/Accounts/components/LandingPage/landingPageAccendo.scss":
/*!**********************************************************************************************************************************************************************************!*\
  !*** ./node_modules/css-loader??ref--5-1!./node_modules/resolve-url-loader!./node_modules/sass-loader/dist/cjs.js!./src/Accounts/components/LandingPage/landingPageAccendo.scss ***!
  \**********************************************************************************************************************************************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {

eval("exports = module.exports = __webpack_require__(/*! ../../../../node_modules/css-loader/lib/css-base.js */ \"./node_modules/css-loader/lib/css-base.js\")(false);\n// imports\n\n\n// module\nexports.push([module.i, \"/**\\n * utilities - all helper functions will be placed here to be import by individual style files\\n * that are in /resources/assets/js/...\\n * this is to make it easier for future code splitting feature to be implemented\\n */\\n\\nspan.assess-icon__LandingPage-landingPageAccendo {\\n  --loading-width-sm: 1.5rem;\\n  --loading-width-md: 2.625rem;\\n  --loading-width-lg: 4rem;\\n  --loading-padding-sm: 0.25rem;\\n  --loading-padding-md: 0.375rem;\\n  --loading-padding-lg: 0.5rem;\\n}\\n\\n/**\\n * Dependent on bootstrap 4, breakpoint lib\\n * Make media queries understandable by 3 years old kids\\n */\\n\\n/**\\n * utilities - all helper functions will be placed here to be import by individual style files\\n * that are in /resources/assets/js/...\\n * this is to make it easier for future code splitting feature to be implemented\\n */\\n\\nspan.assess-icon__LandingPage-landingPageAccendo {\\n  --loading-width-sm: 1.5rem;\\n  --loading-width-md: 2.625rem;\\n  --loading-width-lg: 4rem;\\n  --loading-padding-sm: 0.25rem;\\n  --loading-padding-md: 0.375rem;\\n  --loading-padding-lg: 0.5rem;\\n}\\n\\n/**\\n * Dependent on bootstrap 4, breakpoint lib\\n * Make media queries understandable by 3 years old kids\\n */\\n\\n.menuItem__LandingPage-landingPageAccendo {\\n  display: block;\\n  padding: 15px;\\n  background-color: white;\\n  color: inherit;\\n  cursor: pointer;\\n  text-decoration: none !important;\\n}\\n\\n.menuItem__LandingPage-landingPageAccendo:hover {\\n  background-color: #e5e7ee;\\n}\\n\\n.menuItem__LandingPage-landingPageAccendo:not(:last-child) {\\n  margin-bottom: 2px;\\n}\\n\\n.menuItemIcon__LandingPage-landingPageAccendo {\\n  margin-right: 20px;\\n  color: #004a80;\\n}\\n\\n.menuItemText__LandingPage-landingPageAccendo {\\n  font-size: 16px;\\n  letter-spacing: 1px;\\n}\\n\\n.customBody__LandingPage-landingPageAccendo {\\n  padding: 0 !important;\\n  background-color: transparent;\\n}\\n\\n.menuItem__LandingPage-landingPageAccendo {\\n  padding: 20px;\\n  background-color: var(--light-color-0);\\n  color: var(--text-color-black);\\n}\\n\\n.menuItem__LandingPage-landingPageAccendo:hover {\\n  background-color: var(--light-color-5);\\n  text-decoration: none;\\n}\\n\\n.menuItemIcon__LandingPage-landingPageAccendo {\\n  color: white;\\n}\\n\\n.menuItemText__LandingPage-landingPageAccendo {\\n  color: var(--text-color-black);\\n}\\n\\n.menuItemText__LandingPage-landingPageAccendo:hover {\\n  color: var(--text-color-black);\\n}\", \"\"]);\n\n// exports\nexports.locals = {\n\t\"assess-icon\": \"assess-icon__LandingPage-landingPageAccendo\",\n\t\"menuItem\": \"menuItem__LandingPage-landingPageAccendo\",\n\t\"menuItemIcon\": \"menuItemIcon__LandingPage-landingPageAccendo\",\n\t\"menuItemText\": \"menuItemText__LandingPage-landingPageAccendo\",\n\t\"customBody\": \"customBody__LandingPage-landingPageAccendo\"\n};\n\n//# sourceURL=webpack:///./src/Accounts/components/LandingPage/landingPageAccendo.scss?./node_modules/css-loader??ref--5-1!./node_modules/resolve-url-loader!./node_modules/sass-loader/dist/cjs.js");

/***/ }),

/***/ "./node_modules/css-loader/index.js?!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js!./src/Accounts/components/UserProfile/userProfile.scss":
/*!***************************************************************************************************************************************************************************!*\
  !*** ./node_modules/css-loader??ref--5-1!./node_modules/resolve-url-loader!./node_modules/sass-loader/dist/cjs.js!./src/Accounts/components/UserProfile/userProfile.scss ***!
  \***************************************************************************************************************************************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {

eval("exports = module.exports = __webpack_require__(/*! ../../../../node_modules/css-loader/lib/css-base.js */ \"./node_modules/css-loader/lib/css-base.js\")(false);\n// imports\n\n\n// module\nexports.push([module.i, \"/**\\n * utilities - all helper functions will be placed here to be import by individual style files\\n * that are in /resources/assets/js/...\\n * this is to make it easier for future code splitting feature to be implemented\\n */\\n\\nspan.assess-icon__UserProfile-userProfile {\\n  --loading-width-sm: 1.5rem;\\n  --loading-width-md: 2.625rem;\\n  --loading-width-lg: 4rem;\\n  --loading-padding-sm: 0.25rem;\\n  --loading-padding-md: 0.375rem;\\n  --loading-padding-lg: 0.5rem;\\n}\\n\\n/**\\n * Dependent on bootstrap 4, breakpoint lib\\n * Make media queries understandable by 3 years old kids\\n */\", \"\"]);\n\n// exports\nexports.locals = {\n\t\"assess-icon\": \"assess-icon__UserProfile-userProfile\"\n};\n\n//# sourceURL=webpack:///./src/Accounts/components/UserProfile/userProfile.scss?./node_modules/css-loader??ref--5-1!./node_modules/resolve-url-loader!./node_modules/sass-loader/dist/cjs.js");

/***/ }),

/***/ "./node_modules/css-loader/index.js?!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js!./src/Accounts/components/UserProfile/userProfileAccendo.scss":
/*!**********************************************************************************************************************************************************************************!*\
  !*** ./node_modules/css-loader??ref--5-1!./node_modules/resolve-url-loader!./node_modules/sass-loader/dist/cjs.js!./src/Accounts/components/UserProfile/userProfileAccendo.scss ***!
  \**********************************************************************************************************************************************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {

eval("exports = module.exports = __webpack_require__(/*! ../../../../node_modules/css-loader/lib/css-base.js */ \"./node_modules/css-loader/lib/css-base.js\")(false);\n// imports\n\n\n// module\nexports.push([module.i, \"/**\\n * utilities - all helper functions will be placed here to be import by individual style files\\n * that are in /resources/assets/js/...\\n * this is to make it easier for future code splitting feature to be implemented\\n */\\n\\nspan.assess-icon__UserProfile-userProfileAccendo {\\n  --loading-width-sm: 1.5rem;\\n  --loading-width-md: 2.625rem;\\n  --loading-width-lg: 4rem;\\n  --loading-padding-sm: 0.25rem;\\n  --loading-padding-md: 0.375rem;\\n  --loading-padding-lg: 0.5rem;\\n}\\n\\n/**\\n * Dependent on bootstrap 4, breakpoint lib\\n * Make media queries understandable by 3 years old kids\\n */\\n\\n.profileContainer__UserProfile-userProfileAccendo {\\n  background-color: transparent;\\n}\\n\\n.profileContainer__UserProfile-userProfileAccendo .el-form-item .el-form-item__label {\\n  color: #ffffff;\\n  font-size: 18px;\\n  text-transform: capitalize;\\n}\\n\\n.profileContainer__UserProfile-userProfileAccendo .el-form-item .el-form-item__content .el-input .el-input__inner {\\n  background-color: #0c2b4b;\\n  border-radius: 4px;\\n  box-shadow: 0 2px 40px rgba(123, 174, 255, 0.8);\\n  border: 0;\\n}\\n\\n.profileContainer__UserProfile-userProfileAccendo .el-form-item .el-button--primary {\\n  background-color: rgba(3, 222, 213, 0.8);\\n  color: #ffffff;\\n  border: 0;\\n}\\n\\n.profileContainer__UserProfile-userProfileAccendo .el-form-item .el-button--primary:hover {\\n  background-color: rgba(3, 222, 213, 0.8);\\n  color: #ffffff;\\n  border: 0;\\n}\", \"\"]);\n\n// exports\nexports.locals = {\n\t\"assess-icon\": \"assess-icon__UserProfile-userProfileAccendo\",\n\t\"profileContainer\": \"profileContainer__UserProfile-userProfileAccendo\"\n};\n\n//# sourceURL=webpack:///./src/Accounts/components/UserProfile/userProfileAccendo.scss?./node_modules/css-loader??ref--5-1!./node_modules/resolve-url-loader!./node_modules/sass-loader/dist/cjs.js");

/***/ }),

/***/ "./node_modules/css-loader/index.js?!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js!./src/Accounts/components/impersonateForm.scss":
/*!*******************************************************************************************************************************************************************!*\
  !*** ./node_modules/css-loader??ref--5-1!./node_modules/resolve-url-loader!./node_modules/sass-loader/dist/cjs.js!./src/Accounts/components/impersonateForm.scss ***!
  \*******************************************************************************************************************************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {

eval("exports = module.exports = __webpack_require__(/*! ../../../node_modules/css-loader/lib/css-base.js */ \"./node_modules/css-loader/lib/css-base.js\")(false);\n// imports\n\n\n// module\nexports.push([module.i, \"/**\\n * utilities - all helper functions will be placed here to be import by individual style files\\n * that are in /resources/assets/js/...\\n * this is to make it easier for future code splitting feature to be implemented\\n */\\n\\nspan.assess-icon__components-impersonateForm {\\n  --loading-width-sm: 1.5rem;\\n  --loading-width-md: 2.625rem;\\n  --loading-width-lg: 4rem;\\n  --loading-padding-sm: 0.25rem;\\n  --loading-padding-md: 0.375rem;\\n  --loading-padding-lg: 0.5rem;\\n}\\n\\n/**\\n * Dependent on bootstrap 4, breakpoint lib\\n * Make media queries understandable by 3 years old kids\\n */\", \"\"]);\n\n// exports\nexports.locals = {\n\t\"assess-icon\": \"assess-icon__components-impersonateForm\"\n};\n\n//# sourceURL=webpack:///./src/Accounts/components/impersonateForm.scss?./node_modules/css-loader??ref--5-1!./node_modules/resolve-url-loader!./node_modules/sass-loader/dist/cjs.js");

/***/ }),

/***/ "./node_modules/css-loader/index.js?!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js!./src/Common/Axiata/LanguageSelector/languageSelector.scss":
/*!*******************************************************************************************************************************************************************************!*\
  !*** ./node_modules/css-loader??ref--5-1!./node_modules/resolve-url-loader!./node_modules/sass-loader/dist/cjs.js!./src/Common/Axiata/LanguageSelector/languageSelector.scss ***!
  \*******************************************************************************************************************************************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {

eval("exports = module.exports = __webpack_require__(/*! ../../../../node_modules/css-loader/lib/css-base.js */ \"./node_modules/css-loader/lib/css-base.js\")(false);\n// imports\n\n\n// module\nexports.push([module.i, \"/**\\n * utilities - all helper functions will be placed here to be import by individual style files\\n * that are in /resources/assets/js/...\\n * this is to make it easier for future code splitting feature to be implemented\\n */\\n\\nspan.assess-icon__LanguageSelector-languageSelector {\\n  --loading-width-sm: 1.5rem;\\n  --loading-width-md: 2.625rem;\\n  --loading-width-lg: 4rem;\\n  --loading-padding-sm: 0.25rem;\\n  --loading-padding-md: 0.375rem;\\n  --loading-padding-lg: 0.5rem;\\n}\\n\\n/**\\n * Dependent on bootstrap 4, breakpoint lib\\n * Make media queries understandable by 3 years old kids\\n */\\n\\n.languageSelectorContainer__LanguageSelector-languageSelector {\\n  border-radius: 50%;\\n  border: 1px solid var(--primary-color-dark-20);\\n  margin: 0 5px;\\n  font-size: 13px;\\n  cursor: pointer;\\n}\\n\\n.languageSelectorContainer__LanguageSelector-languageSelector .languageContainer__LanguageSelector-languageSelector {\\n  width: 32px;\\n  height: 32px;\\n  text-transform: uppercase;\\n  display: flex;\\n  align-items: center;\\n  justify-content: center;\\n  color: var(--text-color-white);\\n}\\n\\nbody.accendoLight .languageSelectorContainer__LanguageSelector-languageSelector .languageContainer__LanguageSelector-languageSelector.languageColor__LanguageSelector-languageSelector {\\n  color: var(--contrast-color);\\n}\", \"\"]);\n\n// exports\nexports.locals = {\n\t\"assess-icon\": \"assess-icon__LanguageSelector-languageSelector\",\n\t\"languageSelectorContainer\": \"languageSelectorContainer__LanguageSelector-languageSelector\",\n\t\"languageContainer\": \"languageContainer__LanguageSelector-languageSelector\",\n\t\"languageColor\": \"languageColor__LanguageSelector-languageSelector\"\n};\n\n//# sourceURL=webpack:///./src/Common/Axiata/LanguageSelector/languageSelector.scss?./node_modules/css-loader??ref--5-1!./node_modules/resolve-url-loader!./node_modules/sass-loader/dist/cjs.js");

/***/ }),

/***/ "./node_modules/css-loader/index.js?!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js!./src/Common/Axiata/TalentProfile/components/Tooltip/index.scss":
/*!************************************************************************************************************************************************************************************!*\
  !*** ./node_modules/css-loader??ref--5-1!./node_modules/resolve-url-loader!./node_modules/sass-loader/dist/cjs.js!./src/Common/Axiata/TalentProfile/components/Tooltip/index.scss ***!
  \************************************************************************************************************************************************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {

eval("exports = module.exports = __webpack_require__(/*! ../../../../../../node_modules/css-loader/lib/css-base.js */ \"./node_modules/css-loader/lib/css-base.js\")(false);\n// imports\n\n\n// module\nexports.push([module.i, \".tooltip__Tooltip-index .tippy-content {\\n  background-color: var(--background-color);\\n  color: var(--contrast-color);\\n  border-radius: 10px;\\n  border: 1px solid var(--border-color);\\n}\\n\\n.tooltip__Tooltip-index .tippy-tooltip[data-placement^='top'] .tippy-arrow {\\n  border-top: 7px solid var(--border-color);\\n}\", \"\"]);\n\n// exports\nexports.locals = {\n\t\"tooltip\": \"tooltip__Tooltip-index\"\n};\n\n//# sourceURL=webpack:///./src/Common/Axiata/TalentProfile/components/Tooltip/index.scss?./node_modules/css-loader??ref--5-1!./node_modules/resolve-url-loader!./node_modules/sass-loader/dist/cjs.js");

/***/ }),

/***/ "./node_modules/css-loader/index.js?!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js!./src/Common/Axiata/appAxiata.scss":
/*!*******************************************************************************************************************************************************!*\
  !*** ./node_modules/css-loader??ref--5-1!./node_modules/resolve-url-loader!./node_modules/sass-loader/dist/cjs.js!./src/Common/Axiata/appAxiata.scss ***!
  \*******************************************************************************************************************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {

eval("exports = module.exports = __webpack_require__(/*! ../../../node_modules/css-loader/lib/css-base.js */ \"./node_modules/css-loader/lib/css-base.js\")(false);\n// imports\nexports.push([module.i, \"@import url(https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,400;\\n\\n0,500;0,700;1,400;1,500;1,700&display=swap);\", \"\"]);\n\n// module\nexports.push([module.i, \".typoText__Axiata-appAxiata {\\n  font-family: \\\"Roboto\\\", sans-serif, BlinkMacSystemFont, \\\"Segoe UI\\\", Roboto, \\\"Helvetica Neue\\\", Arial, sans-serif, \\\"Apple Color Emoji\\\", \\\"Segoe UI Emoji\\\", \\\"Segoe UI Symbol\\\";\\n  line-height: 60px;\\n  font-weight: lighter;\\n}\\n\\n.fontSanSerif__Axiata-appAxiata {\\n  font-family: \\\"Roboto\\\", sans-serif, BlinkMacSystemFont, \\\"Segoe UI\\\", Roboto, \\\"Helvetica Neue\\\", Arial, sans-serif, \\\"Apple Color Emoji\\\", \\\"Segoe UI Emoji\\\", \\\"Segoe UI Symbol\\\";\\n}\\n\\n.bannerStyle__Axiata-appAxiata {\\n  position: absolute;\\n  top: 0;\\n  width: 100%;\\n  left: 0;\\n  z-index: 1;\\n}\\n\\n.colorBlock__Axiata-appAxiata {\\n  display: inline-block;\\n  width: 100px;\\n  height: 60px;\\n  text-align: center;\\n  line-height: 60px;\\n  margin-bottom: 10px;\\n  margin-right: 10px;\\n}\\n\\n.textBlack__Axiata-appAxiata {\\n  color: black;\\n}\\n\\n.textWhite__Axiata-appAxiata {\\n  color: white;\\n}\\n\\n.colorPlaceholder__Axiata-appAxiata {\\n  color: var(--border-color);\\n}\\n\\n.bgColorPlaceholder__Axiata-appAxiata {\\n  background-color: var(--border-color);\\n}\\n\\n.colorFancy__Axiata-appAxiata {\\n  color: var(--primary-color);\\n}\\n\\n.bgColorWhite__Axiata-appAxiata {\\n  background-color: #ffffff;\\n}\\n\\n.bgColorPrimary__Axiata-appAxiata {\\n  background-color: var(--primary-color);\\n}\\n\\n.bgColorSecondary__Axiata-appAxiata {\\n  background-color: var(--border-color-light-40);\\n}\\n\\n.bgColorFancy__Axiata-appAxiata {\\n  background-color: var(--primary-color);\\n}\", \"\"]);\n\n// exports\nexports.locals = {\n\t\"typoText\": \"typoText__Axiata-appAxiata\",\n\t\"fontSanSerif\": \"fontSanSerif__Axiata-appAxiata\",\n\t\"bannerStyle\": \"bannerStyle__Axiata-appAxiata\",\n\t\"colorBlock\": \"colorBlock__Axiata-appAxiata\",\n\t\"textBlack\": \"textBlack__Axiata-appAxiata\",\n\t\"textWhite\": \"textWhite__Axiata-appAxiata\",\n\t\"colorPlaceholder\": \"colorPlaceholder__Axiata-appAxiata\",\n\t\"bgColorPlaceholder\": \"bgColorPlaceholder__Axiata-appAxiata\",\n\t\"colorFancy\": \"colorFancy__Axiata-appAxiata\",\n\t\"bgColorWhite\": \"bgColorWhite__Axiata-appAxiata\",\n\t\"bgColorPrimary\": \"bgColorPrimary__Axiata-appAxiata\",\n\t\"bgColorSecondary\": \"bgColorSecondary__Axiata-appAxiata\",\n\t\"bgColorFancy\": \"bgColorFancy__Axiata-appAxiata\"\n};\n\n//# sourceURL=webpack:///./src/Common/Axiata/appAxiata.scss?./node_modules/css-loader??ref--5-1!./node_modules/resolve-url-loader!./node_modules/sass-loader/dist/cjs.js");

/***/ }),

/***/ "./node_modules/css-loader/index.js?!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js!./src/Common/Axiata/components/DropDown/dropDown.scss":
/*!**************************************************************************************************************************************************************************!*\
  !*** ./node_modules/css-loader??ref--5-1!./node_modules/resolve-url-loader!./node_modules/sass-loader/dist/cjs.js!./src/Common/Axiata/components/DropDown/dropDown.scss ***!
  \**************************************************************************************************************************************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {

eval("exports = module.exports = __webpack_require__(/*! ../../../../../node_modules/css-loader/lib/css-base.js */ \"./node_modules/css-loader/lib/css-base.js\")(false);\n// imports\nexports.push([module.i, \"@import url(https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,400;\\n\\n0,500;0,700;1,400;1,500;1,700&display=swap);\", \"\"]);\n\n// module\nexports.push([module.i, \".dropDown__DropDown-dropDown {\\n  font-family: \\\"Roboto\\\", sans-serif, BlinkMacSystemFont, \\\"Segoe UI\\\", Roboto, \\\"Helvetica Neue\\\", Arial, sans-serif, \\\"Apple Color Emoji\\\", \\\"Segoe UI Emoji\\\", \\\"Segoe UI Symbol\\\";\\n}\\n\\n.dropDown__DropDown-dropDown .btn-secondary {\\n  background: transparent;\\n  color: var(--dropdown-title);\\n  border: 1px solid var(--dropdown-border);\\n  padding: 10px;\\n  font-size: 12px;\\n  display: flex;\\n  margin-left: auto;\\n  margin-right: auto;\\n  cursor: pointer;\\n}\\n\\nbody.accendoLight .dropDown__DropDown-dropDown .btn-secondary {\\n  border: 1px solid var(--dropdown-item-hover-bg);\\n}\\n\\n.dropDown__DropDown-dropDown .btn-secondary:hover {\\n  background: transparent;\\n  border: 1px solid var(--dropdown-btn-border-color-hover, rgba(var(--primary-color-rgb), 0.4));\\n}\\n\\nbody.accendoLight .dropDown__DropDown-dropDown .btn-secondary:hover {\\n  border: 1px solid var(--dropdown-border);\\n}\\n\\n.dropDown__DropDown-dropDown .btn-secondary:focus {\\n  background: transparent;\\n  box-shadow: none;\\n}\\n\\nbody.accendoLight .dropDown__DropDown-dropDown .btn-secondary:focus {\\n  border: 1px solid var(--dropdown-item-active);\\n}\\n\\n.dropDown__DropDown-dropDown .btn-secondary:disabled {\\n  cursor: not-allowed;\\n  background-color: var(--border-color);\\n  border: 1px solid var(--border-color-light-20) !important;\\n  color: rgba(var(--contrast-color-rgb, white), 0.7);\\n}\\n\\n.dropDown__DropDown-dropDown .btn-secondary span.fa {\\n  color: var(--primary-color);\\n}\\n\\nbody.accendoLight .dropDown__DropDown-dropDown .btn-secondary span.fa {\\n  color: var(--icon-color);\\n}\\n\\nbody.accendoLight .dropDown__DropDown-dropDown .btn-secondary span.fa:hover {\\n  color: var(--icon-color-hover);\\n}\\n\\n.dropDown__DropDown-dropDown .dropdown-menu {\\n  background-color: var(--dropdown-menu-bg);\\n  border: 1px solid var(--dropdown-border);\\n}\\n\\nbody.accendoLight .dropDown__DropDown-dropDown .dropdown-menu {\\n  box-shadow: var(--box-shadow-color);\\n}\\n\\nbody.accendoDefault .dropDown__DropDown-dropDown .dropdown-menu {\\n  border: none;\\n}\\n\\nbody.axiata .dropDown__DropDown-dropDown .dropdown-menu {\\n  box-shadow: 2px 2px 5px 0 var(--shadow-color);\\n}\\n\\n.dropDown__DropDown-dropDown .dropdown-menu > .dropdown-item {\\n  color: var(--dropdown-item);\\n  cursor: pointer;\\n  font-size: 14px;\\n}\\n\\n.dropDown__DropDown-dropDown .dropdown-menu > .dropdown-item:hover {\\n  background-color: var(--dropdown-item-hover-bg);\\n  color: var(--dropdown-item-hover);\\n  cursor: pointer;\\n}\\n\\nbody.accendoDefault .dropDown__DropDown-dropDown .dropdown-menu > .dropdown-item:hover {\\n  background-color: var(--dropdown-item-bg-color-hover, var(--primary-color));\\n  color: var(--dropdown-item-color-hover, var(--panel-background));\\n}\\n\\n.dropDown__DropDown-dropDown .dropdown-menu > .dropdown-item:hover .dropdown-item {\\n  color: inherit;\\n}\\n\\n.dropDown__DropDown-dropDown .dropdown-menu > .dropdown-item:focus,\\n.dropDown__DropDown-dropDown .dropdown-menu > .dropdown-item:active {\\n  background-color: var(--dropdown-item-active-bg);\\n  color: var(--dropdown-item-active);\\n  cursor: pointer;\\n}\\n\\n.dropDown__DropDown-dropDown .dropdown-menu > .dropdown-item:focus .dropdown-item,\\n.dropDown__DropDown-dropDown .dropdown-menu > .dropdown-item:active .dropdown-item {\\n  color: inherit;\\n}\\n\\n.dropDown__DropDown-dropDown .dropdown-menu > .dropdown-item:focus {\\n  border: none;\\n  outline: none;\\n}\\n\\n.dropDown__DropDown-dropDown .dropdown-menu > .dropdown-item:disabled {\\n  color: var(--disabled-text);\\n}\\n\\nbody.accendoDefault .dropDown__DropDown-dropDown .dropdown-menu > .dropdown-item:disabled:hover {\\n  color: var(--disabled-text);\\n}\\n\\n.dropDown__DropDown-dropDown .dropdown-menu > .dropdown-item .dropdown-item {\\n  padding: 0 !important;\\n  color: var(--dropdown-item-color, var(--contrast-color));\\n}\\n\\n.dropDown__DropDown-dropDown .dropdown-menu > .dropdown-item .dropdown-item:hover,\\n.dropDown__DropDown-dropDown .dropdown-menu > .dropdown-item .dropdown-item:focus,\\n.dropDown__DropDown-dropDown .dropdown-menu > .dropdown-item .dropdown-item:active {\\n  background-color: transparent;\\n  cursor: pointer;\\n}\\n\\n.dropDown__DropDown-dropDown .dropdown-menu > .dropdown-item-tippy button:focus {\\n  border: none;\\n  outline: none;\\n}\\n\\n.dropDown__DropDown-dropDown .dropdown-menu > .dropdown-item-tippy button:disabled {\\n  color: var(--disabled-text);\\n  cursor: not-allowed;\\n}\\n\\n.dropDown__DropDown-dropDown .dropdown-menu > .disabled-tippy:hover {\\n  background-color: transparent;\\n  color: var(--disabled-text);\\n  cursor: not-allowed;\\n}\\n\\n.dropDown__DropDown-dropDown .dropdown-menu > .dropdown-header {\\n  color: var(--primary-color);\\n  font-size: 12px;\\n  padding: 0.5rem 1.5rem;\\n}\\n\\n.dropDown__DropDown-dropDown .dropdown-menu > .dropdown-divider {\\n  border-color: var(--border-color);\\n}\\n\\n.dropDownIcon__DropDown-dropDown {\\n  display: inline-block;\\n  width: 20px;\\n  height: 20px;\\n  margin-top: -2px;\\n  margin-left: 5px;\\n}\\n\\n.headerButton__DropDown-dropDown {\\n  border: 1px solid var(--dropdown-border);\\n}\\n\\nbody.accendoLight .headerButton__DropDown-dropDown {\\n  color: var(--text-color-white) !important;\\n}\\n\\n.headerButton__DropDown-dropDown:hover {\\n  border: 1px solid var(--dropdown-btn-border-color-hover, rgba(var(--primary-color-rgb), 0.4));\\n  color: var(--primary-color) !important;\\n}\\n\\nbody.accendoLight .headerButton__DropDown-dropDown:hover {\\n  color: var(--global-navigation-header-button);\\n}\\n\\nbody.accendoLight .headerButton__DropDown-dropDown:disabled {\\n  color: var(--disabled-text);\\n}\\n\\nbody.accendoLight .dropdownStandard__DropDown-dropDown {\\n  background-color: var(--select-bg) !important;\\n  border: 1px solid var(--border-color) !important;\\n  color: var(--contrast-color) !important;\\n}\\n\\nbody.accendoLight .dropdownStandard__DropDown-dropDown:hover {\\n  background-color: var(--dropdown-item-hover-bg) !important;\\n}\\n\\nbody.accendoLight .dropdownStandard__DropDown-dropDown:disabled {\\n  background-color: var(--border-color) !important;\\n}\\n\\nbody.accendoLight .dropdownActive__DropDown-dropDown {\\n  background-color: var(--dropdown-item-hover-bg) !important;\\n}\\n\\nbody.accendoLight .dropdownAssess__DropDown-dropDown {\\n  height: 40px !important;\\n  align-items: center;\\n}\\n\\n.tableActionButton__DropDown-dropDown {\\n  background-color: red;\\n}\", \"\"]);\n\n// exports\nexports.locals = {\n\t\"dropDown\": \"dropDown__DropDown-dropDown\",\n\t\"dropDownIcon\": \"dropDownIcon__DropDown-dropDown\",\n\t\"headerButton\": \"headerButton__DropDown-dropDown\",\n\t\"dropdownStandard\": \"dropdownStandard__DropDown-dropDown\",\n\t\"dropdownActive\": \"dropdownActive__DropDown-dropDown\",\n\t\"dropdownAssess\": \"dropdownAssess__DropDown-dropDown\",\n\t\"tableActionButton\": \"tableActionButton__DropDown-dropDown\"\n};\n\n//# sourceURL=webpack:///./src/Common/Axiata/components/DropDown/dropDown.scss?./node_modules/css-loader??ref--5-1!./node_modules/resolve-url-loader!./node_modules/sass-loader/dist/cjs.js");

/***/ }),

/***/ "./node_modules/css-loader/index.js?!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js!./src/Common/Axiata/components/Input/input.scss":
/*!********************************************************************************************************************************************************************!*\
  !*** ./node_modules/css-loader??ref--5-1!./node_modules/resolve-url-loader!./node_modules/sass-loader/dist/cjs.js!./src/Common/Axiata/components/Input/input.scss ***!
  \********************************************************************************************************************************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {

eval("exports = module.exports = __webpack_require__(/*! ../../../../../node_modules/css-loader/lib/css-base.js */ \"./node_modules/css-loader/lib/css-base.js\")(false);\n// imports\nexports.push([module.i, \"@import url(https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,400;\\n\\n0,500;0,700;1,400;1,500;1,700&display=swap);\", \"\"]);\n\n// module\nexports.push([module.i, \".inputGroup__Input-input {\\n  font-family: \\\"Roboto\\\", sans-serif, BlinkMacSystemFont, \\\"Segoe UI\\\", Roboto, \\\"Helvetica Neue\\\", Arial, sans-serif, \\\"Apple Color Emoji\\\", \\\"Segoe UI Emoji\\\", \\\"Segoe UI Symbol\\\";\\n  width: 100%;\\n}\\n\\n.form__Input-input.form-control {\\n  box-sizing: border-box;\\n  padding: 8px 15px;\\n  font-size: 14px;\\n  transition: background-color 0.1s ease, border 0.1s ease;\\n  border: 1px solid var(--border-color);\\n  background-color: var(--input-bg);\\n  color: var(--contrast-color);\\n}\\n\\n.form__Input-input.form-control:focus {\\n  background-color: var(--input-bg-focus);\\n  border: 1px solid var(--input-focus);\\n  color: var(--contrast-color);\\n}\\n\\nbody.accendoDefault .form__Input-input.form-control:focus {\\n  background-color: var(--panel-background);\\n  border: 1px solid var(--input-border-color-focus, var(--accent-color));\\n  color: var(--contrast-color);\\n}\\n\\n.form__Input-input.form-control:focus::placeholder {\\n  color: var(--input-placeholder);\\n}\\n\\n.form__Input-input.form-control::placeholder {\\n  color: var(--input-placeholder);\\n}\\n\\n.form__Input-input.form-control:disabled {\\n  cursor: not-allowed;\\n  background-color: var(--input-disable-bg) !important;\\n  border: 2px solid var(--input-disable-border) !important;\\n  color: var(--input-disable-text);\\n}\\n\\n.form__Input-input.form-control[readonly] {\\n  background-color: transparent;\\n  border-color: var(--border-color);\\n  color: var(--border-color-light-40);\\n  cursor: default;\\n}\\n\\n.form__Input-input.form-control.error__Input-input {\\n  border-color: var(--error-color);\\n}\\n\\n.disabled__Input-input {\\n  cursor: not-allowed !important;\\n  background-color: var(--input-disable-bg);\\n  border: 2px solid var(--input-disable-border) !important;\\n  color: var(--input-disable-text);\\n}\\n\\n.pointer__Input-input {\\n  cursor: pointer !important;\\n}\\n\\n.bottomWrapper__Input-input {\\n  display: flex;\\n  flex-direction: row;\\n}\\n\\n.bottomWrapper__Input-input .error__Input-input {\\n  color: var(--error-color);\\n  font-size: 12px;\\n  padding-left: 5px;\\n  line-height: 1;\\n  padding-top: 10px;\\n  transition: all 0.2s ease-in-out;\\n  flex-grow: 1;\\n}\\n\\n.bottomWrapper__Input-input .error__Input-input:after {\\n  content: '\\\\200B';\\n}\\n\\n.bottomWrapper__Input-input .charLimit__Input-input {\\n  font-size: 10px;\\n  color: grey;\\n  flex-shrink: 0;\\n}\\n\\n.error__Input-input {\\n  color: var(--error-color);\\n  font-size: 12px;\\n  padding-left: 5px;\\n  line-height: 1;\\n  padding-top: 10px;\\n  transition: all 0.2s ease-in-out;\\n}\\n\\n.error__Input-input:after {\\n  content: '\\\\200B';\\n}\\n\\n.errorLeft__Input-input {\\n  text-align: left;\\n}\\n\\n.inputContainer__Input-input {\\n  display: flex;\\n  align-items: center;\\n}\\n\\n.inputContainer__Input-input .label__Input-input {\\n  width: 100%;\\n  display: flex;\\n  flex-direction: column;\\n  color: var(--contrast-color);\\n}\\n\\n.tickContainer__Input-input {\\n  display: flex;\\n  justify-content: center;\\n  align-items: center;\\n  align-self: center;\\n  position: relative;\\n}\\n\\n.tick__Input-input {\\n  right: 11px;\\n  display: flex;\\n  position: absolute;\\n  color: var(--primary-color-dark-20);\\n}\\n\\n.container__Input-input {\\n  display: flex;\\n  flex-direction: column;\\n}\\n\\n.popovers_placeholder__Input-input {\\n  font-family: \\\"Roboto\\\", sans-serif, BlinkMacSystemFont, \\\"Segoe UI\\\", Roboto, \\\"Helvetica Neue\\\", Arial, sans-serif, \\\"Apple Color Emoji\\\", \\\"Segoe UI Emoji\\\", \\\"Segoe UI Symbol\\\";\\n  background-color: var(--primary-color-dark-20) !important;\\n}\\n\\nbody.accendoLight .popovers_placeholder__Input-input {\\n  background-color: var(--tooltip-border) !important;\\n}\\n\\n.popovers_placeholder__Input-input .popover {\\n  padding: 2px !important;\\n}\\n\\n.popovers_placeholder__Input-input .popover-inner {\\n  background-color: var(--input-bg) !important;\\n  border-collapse: collapse;\\n  border-radius: 5px;\\n}\\n\\nbody.accendoLight .popovers_placeholder__Input-input .popover-inner {\\n  background-color: var(--light-color-0) !important;\\n}\\n\\n.popovers_placeholder__Input-input .popover-header {\\n  font-family: \\\"Roboto\\\", sans-serif, BlinkMacSystemFont, \\\"Segoe UI\\\", Roboto, \\\"Helvetica Neue\\\", Arial, sans-serif, \\\"Apple Color Emoji\\\", \\\"Segoe UI Emoji\\\", \\\"Segoe UI Symbol\\\" !important;\\n  background-color: var(--border-color-dark-20) !important;\\n  color: white;\\n  font-size: 13px;\\n  border-top-left-radius: 5px !important;\\n  border-top-right-radius: 5px !important;\\n}\\n\\n.popovers_placeholder__Input-input .popover-body {\\n  font-family: \\\"Roboto\\\", sans-serif, BlinkMacSystemFont, \\\"Segoe UI\\\", Roboto, \\\"Helvetica Neue\\\", Arial, sans-serif, \\\"Apple Color Emoji\\\", \\\"Segoe UI Emoji\\\", \\\"Segoe UI Symbol\\\" !important;\\n  background-color: var(--input-bg) !important;\\n  color: var(--primary-color-dark-20);\\n  border-collapse: collapse;\\n  border-radius: 10px;\\n}\\n\\nbody.accendoLight .popovers_placeholder__Input-input .popover-body {\\n  background-color: var(--light-color-0) !important;\\n  color: var(--contrast-color);\\n}\\n\\n.popovers_placeholder__Input-input span.arrow::after {\\n  border-left-color: var(--primary-color-dark-20) !important;\\n  border-right-color: var(--primary-color-dark-20) !important;\\n}\\n\\nbody.accendoLight .popovers_placeholder__Input-input span.arrow::after {\\n  border-left-color: var(--tooltip-border) !important;\\n  border-right-color: var(--tooltip-border) !important;\\n}\\n\\n.popovers_error__Input-input {\\n  font-family: \\\"Roboto\\\", sans-serif, BlinkMacSystemFont, \\\"Segoe UI\\\", Roboto, \\\"Helvetica Neue\\\", Arial, sans-serif, \\\"Apple Color Emoji\\\", \\\"Segoe UI Emoji\\\", \\\"Segoe UI Symbol\\\";\\n  background-color: var(--error-color) !important;\\n}\\n\\n.popovers_error__Input-input .popover {\\n  padding: 2px !important;\\n}\\n\\n.popovers_error__Input-input .popover-inner {\\n  background-color: var(--input-bg) !important;\\n  border-collapse: collapse;\\n  border-radius: 5px;\\n}\\n\\n.popovers_error__Input-input .popover-header {\\n  font-family: \\\"Roboto\\\", sans-serif, BlinkMacSystemFont, \\\"Segoe UI\\\", Roboto, \\\"Helvetica Neue\\\", Arial, sans-serif, \\\"Apple Color Emoji\\\", \\\"Segoe UI Emoji\\\", \\\"Segoe UI Symbol\\\" !important;\\n  background-color: var(--border-color-dark-20) !important;\\n  color: white;\\n  font-size: 13px;\\n  border-top-left-radius: 5px !important;\\n  border-top-right-radius: 5px !important;\\n}\\n\\n.popovers_error__Input-input .popover-body {\\n  font-family: \\\"Roboto\\\", sans-serif, BlinkMacSystemFont, \\\"Segoe UI\\\", Roboto, \\\"Helvetica Neue\\\", Arial, sans-serif, \\\"Apple Color Emoji\\\", \\\"Segoe UI Emoji\\\", \\\"Segoe UI Symbol\\\" !important;\\n  background-color: var(--input-bg) !important;\\n  color: var(--error-color);\\n  border-collapse: collapse;\\n  border-radius: 10px;\\n}\\n\\n.popovers_error__Input-input span.arrow::after {\\n  border-left-color: var(--error-color) !important;\\n  border-right-color: var(--error-color) !important;\\n}\\n\\n.popover_error_top__Input-input span.arrow::after {\\n  border-left-color: transparent !important;\\n  border-right-color: transparent !important;\\n  border-top-color: var(--error-color) !important;\\n  border-bottom-color: var(--error-color) !important;\\n}\\n\\ntextarea.textArea__Input-input {\\n  box-sizing: border-box;\\n  padding: 8px 15px !important;\\n  font-size: 12px;\\n  transition: background-color 0.1s ease, border 0.1s ease;\\n  border: 1px solid var(--border-color);\\n  background-color: var(--input-bg);\\n  color: var(--contrast-color);\\n  border-radius: 4px;\\n  outline: none;\\n}\\n\\ntextarea.textArea__Input-input.invalid__Input-input {\\n  border-color: var(--error-color);\\n}\\n\\ntextarea.textArea__Input-input.Size__Input-input {\\n  height: 30vh !important;\\n}\\n\\ntextarea.textArea__Input-input:focus {\\n  background-color: var(--input-bg-focus);\\n  border: 1px solid var(--input-focus);\\n  color: var(--contrast-color);\\n}\\n\\ntextarea.textArea__Input-input:focus::placeholder {\\n  color: var(--input-placeholder);\\n}\\n\\ntextarea.textArea__Input-input::placeholder {\\n  color: var(--input-placeholder);\\n}\\n\\ntextarea.textArea__Input-input:disabled {\\n  cursor: not-allowed;\\n  background-color: var(--input-disable-bg) !important;\\n  border: 2px solid var(--input-disable-border) !important;\\n  color: var(--input-disable-text);\\n}\\n\\ntextarea.textArea__Input-input[readonly] {\\n  background-color: transparent;\\n  border-color: var(--border-color);\\n  color: var(--border-color-light-40);\\n  cursor: default;\\n}\", \"\"]);\n\n// exports\nexports.locals = {\n\t\"inputGroup\": \"inputGroup__Input-input\",\n\t\"form\": \"form__Input-input\",\n\t\"error\": \"error__Input-input\",\n\t\"disabled\": \"disabled__Input-input\",\n\t\"pointer\": \"pointer__Input-input\",\n\t\"bottomWrapper\": \"bottomWrapper__Input-input\",\n\t\"charLimit\": \"charLimit__Input-input\",\n\t\"errorLeft\": \"errorLeft__Input-input\",\n\t\"inputContainer\": \"inputContainer__Input-input\",\n\t\"label\": \"label__Input-input\",\n\t\"tickContainer\": \"tickContainer__Input-input\",\n\t\"tick\": \"tick__Input-input\",\n\t\"container\": \"container__Input-input\",\n\t\"popovers_placeholder\": \"popovers_placeholder__Input-input\",\n\t\"popovers_error\": \"popovers_error__Input-input\",\n\t\"popover_error_top\": \"popover_error_top__Input-input\",\n\t\"textArea\": \"textArea__Input-input\",\n\t\"invalid\": \"invalid__Input-input\",\n\t\"Size\": \"Size__Input-input\"\n};\n\n//# sourceURL=webpack:///./src/Common/Axiata/components/Input/input.scss?./node_modules/css-loader??ref--5-1!./node_modules/resolve-url-loader!./node_modules/sass-loader/dist/cjs.js");

/***/ }),

/***/ "./node_modules/css-loader/index.js?!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js!./src/Common/Axiata/components/Input/inputAccendo.scss":
/*!***************************************************************************************************************************************************************************!*\
  !*** ./node_modules/css-loader??ref--5-1!./node_modules/resolve-url-loader!./node_modules/sass-loader/dist/cjs.js!./src/Common/Axiata/components/Input/inputAccendo.scss ***!
  \***************************************************************************************************************************************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {

eval("exports = module.exports = __webpack_require__(/*! ../../../../../node_modules/css-loader/lib/css-base.js */ \"./node_modules/css-loader/lib/css-base.js\")(false);\n// imports\nexports.push([module.i, \"@import url(https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,400;\\n\\n0,500;0,700;1,400;1,500;1,700&display=swap);\", \"\"]);\nexports.push([module.i, \"@import url(https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,400;0,500;0,700;1,400;1,500;1,700&display=swap);\", \"\"]);\n\n// module\nexports.push([module.i, \".inputGroup__Input-inputAccendo {\\n  font-family: \\\"Roboto\\\", sans-serif, BlinkMacSystemFont, \\\"Segoe UI\\\", Roboto, \\\"Helvetica Neue\\\", Arial, sans-serif, \\\"Apple Color Emoji\\\", \\\"Segoe UI Emoji\\\", \\\"Segoe UI Symbol\\\";\\n  width: 100%;\\n}\\n\\n.form__Input-inputAccendo.form-control {\\n  box-sizing: border-box;\\n  padding: 8px 15px;\\n  font-size: 14px;\\n  transition: background-color 0.1s ease, border 0.1s ease;\\n  border: 1px solid var(--border-color);\\n  background-color: var(--input-bg);\\n  color: var(--contrast-color);\\n}\\n\\n.form__Input-inputAccendo.form-control:focus {\\n  background-color: var(--input-bg-focus);\\n  border: 1px solid var(--input-focus);\\n  color: var(--contrast-color);\\n}\\n\\nbody.accendoDefault .form__Input-inputAccendo.form-control:focus {\\n  background-color: var(--panel-background);\\n  border: 1px solid var(--input-border-color-focus, var(--accent-color));\\n  color: var(--contrast-color);\\n}\\n\\n.form__Input-inputAccendo.form-control:focus::placeholder {\\n  color: var(--input-placeholder);\\n}\\n\\n.form__Input-inputAccendo.form-control::placeholder {\\n  color: var(--input-placeholder);\\n}\\n\\n.form__Input-inputAccendo.form-control:disabled {\\n  cursor: not-allowed;\\n  background-color: var(--input-disable-bg) !important;\\n  border: 2px solid var(--input-disable-border) !important;\\n  color: var(--input-disable-text);\\n}\\n\\n.form__Input-inputAccendo.form-control[readonly] {\\n  background-color: transparent;\\n  border-color: var(--border-color);\\n  color: var(--border-color-light-40);\\n  cursor: default;\\n}\\n\\n.form__Input-inputAccendo.form-control.error__Input-inputAccendo {\\n  border-color: var(--error-color);\\n}\\n\\n.disabled__Input-inputAccendo {\\n  cursor: not-allowed !important;\\n  background-color: var(--input-disable-bg);\\n  border: 2px solid var(--input-disable-border) !important;\\n  color: var(--input-disable-text);\\n}\\n\\n.pointer__Input-inputAccendo {\\n  cursor: pointer !important;\\n}\\n\\n.bottomWrapper__Input-inputAccendo {\\n  display: flex;\\n  flex-direction: row;\\n}\\n\\n.bottomWrapper__Input-inputAccendo .error__Input-inputAccendo {\\n  color: var(--error-color);\\n  font-size: 12px;\\n  padding-left: 5px;\\n  line-height: 1;\\n  padding-top: 10px;\\n  transition: all 0.2s ease-in-out;\\n  flex-grow: 1;\\n}\\n\\n.bottomWrapper__Input-inputAccendo .error__Input-inputAccendo:after {\\n  content: '\\\\200B';\\n}\\n\\n.bottomWrapper__Input-inputAccendo .charLimit__Input-inputAccendo {\\n  font-size: 10px;\\n  color: grey;\\n  flex-shrink: 0;\\n}\\n\\n.error__Input-inputAccendo {\\n  color: var(--error-color);\\n  font-size: 12px;\\n  padding-left: 5px;\\n  line-height: 1;\\n  padding-top: 10px;\\n  transition: all 0.2s ease-in-out;\\n}\\n\\n.error__Input-inputAccendo:after {\\n  content: '\\\\200B';\\n}\\n\\n.errorLeft__Input-inputAccendo {\\n  text-align: left;\\n}\\n\\n.inputContainer__Input-inputAccendo {\\n  display: flex;\\n  align-items: center;\\n}\\n\\n.inputContainer__Input-inputAccendo .label__Input-inputAccendo {\\n  width: 100%;\\n  display: flex;\\n  flex-direction: column;\\n  color: var(--contrast-color);\\n}\\n\\n.tickContainer__Input-inputAccendo {\\n  display: flex;\\n  justify-content: center;\\n  align-items: center;\\n  align-self: center;\\n  position: relative;\\n}\\n\\n.tick__Input-inputAccendo {\\n  right: 11px;\\n  display: flex;\\n  position: absolute;\\n  color: var(--primary-color-dark-20);\\n}\\n\\n.container__Input-inputAccendo {\\n  display: flex;\\n  flex-direction: column;\\n}\\n\\n.popovers_placeholder__Input-inputAccendo {\\n  font-family: \\\"Roboto\\\", sans-serif, BlinkMacSystemFont, \\\"Segoe UI\\\", Roboto, \\\"Helvetica Neue\\\", Arial, sans-serif, \\\"Apple Color Emoji\\\", \\\"Segoe UI Emoji\\\", \\\"Segoe UI Symbol\\\";\\n  background-color: var(--primary-color-dark-20) !important;\\n}\\n\\nbody.accendoLight .popovers_placeholder__Input-inputAccendo {\\n  background-color: var(--tooltip-border) !important;\\n}\\n\\n.popovers_placeholder__Input-inputAccendo .popover {\\n  padding: 2px !important;\\n}\\n\\n.popovers_placeholder__Input-inputAccendo .popover-inner {\\n  background-color: var(--input-bg) !important;\\n  border-collapse: collapse;\\n  border-radius: 5px;\\n}\\n\\nbody.accendoLight .popovers_placeholder__Input-inputAccendo .popover-inner {\\n  background-color: var(--light-color-0) !important;\\n}\\n\\n.popovers_placeholder__Input-inputAccendo .popover-header {\\n  font-family: \\\"Roboto\\\", sans-serif, BlinkMacSystemFont, \\\"Segoe UI\\\", Roboto, \\\"Helvetica Neue\\\", Arial, sans-serif, \\\"Apple Color Emoji\\\", \\\"Segoe UI Emoji\\\", \\\"Segoe UI Symbol\\\" !important;\\n  background-color: var(--border-color-dark-20) !important;\\n  color: white;\\n  font-size: 13px;\\n  border-top-left-radius: 5px !important;\\n  border-top-right-radius: 5px !important;\\n}\\n\\n.popovers_placeholder__Input-inputAccendo .popover-body {\\n  font-family: \\\"Roboto\\\", sans-serif, BlinkMacSystemFont, \\\"Segoe UI\\\", Roboto, \\\"Helvetica Neue\\\", Arial, sans-serif, \\\"Apple Color Emoji\\\", \\\"Segoe UI Emoji\\\", \\\"Segoe UI Symbol\\\" !important;\\n  background-color: var(--input-bg) !important;\\n  color: var(--primary-color-dark-20);\\n  border-collapse: collapse;\\n  border-radius: 10px;\\n}\\n\\nbody.accendoLight .popovers_placeholder__Input-inputAccendo .popover-body {\\n  background-color: var(--light-color-0) !important;\\n  color: var(--contrast-color);\\n}\\n\\n.popovers_placeholder__Input-inputAccendo span.arrow::after {\\n  border-left-color: var(--primary-color-dark-20) !important;\\n  border-right-color: var(--primary-color-dark-20) !important;\\n}\\n\\nbody.accendoLight .popovers_placeholder__Input-inputAccendo span.arrow::after {\\n  border-left-color: var(--tooltip-border) !important;\\n  border-right-color: var(--tooltip-border) !important;\\n}\\n\\n.popovers_error__Input-inputAccendo {\\n  font-family: \\\"Roboto\\\", sans-serif, BlinkMacSystemFont, \\\"Segoe UI\\\", Roboto, \\\"Helvetica Neue\\\", Arial, sans-serif, \\\"Apple Color Emoji\\\", \\\"Segoe UI Emoji\\\", \\\"Segoe UI Symbol\\\";\\n  background-color: var(--error-color) !important;\\n}\\n\\n.popovers_error__Input-inputAccendo .popover {\\n  padding: 2px !important;\\n}\\n\\n.popovers_error__Input-inputAccendo .popover-inner {\\n  background-color: var(--input-bg) !important;\\n  border-collapse: collapse;\\n  border-radius: 5px;\\n}\\n\\n.popovers_error__Input-inputAccendo .popover-header {\\n  font-family: \\\"Roboto\\\", sans-serif, BlinkMacSystemFont, \\\"Segoe UI\\\", Roboto, \\\"Helvetica Neue\\\", Arial, sans-serif, \\\"Apple Color Emoji\\\", \\\"Segoe UI Emoji\\\", \\\"Segoe UI Symbol\\\" !important;\\n  background-color: var(--border-color-dark-20) !important;\\n  color: white;\\n  font-size: 13px;\\n  border-top-left-radius: 5px !important;\\n  border-top-right-radius: 5px !important;\\n}\\n\\n.popovers_error__Input-inputAccendo .popover-body {\\n  font-family: \\\"Roboto\\\", sans-serif, BlinkMacSystemFont, \\\"Segoe UI\\\", Roboto, \\\"Helvetica Neue\\\", Arial, sans-serif, \\\"Apple Color Emoji\\\", \\\"Segoe UI Emoji\\\", \\\"Segoe UI Symbol\\\" !important;\\n  background-color: var(--input-bg) !important;\\n  color: var(--error-color);\\n  border-collapse: collapse;\\n  border-radius: 10px;\\n}\\n\\n.popovers_error__Input-inputAccendo span.arrow::after {\\n  border-left-color: var(--error-color) !important;\\n  border-right-color: var(--error-color) !important;\\n}\\n\\n.popover_error_top__Input-inputAccendo span.arrow::after {\\n  border-left-color: transparent !important;\\n  border-right-color: transparent !important;\\n  border-top-color: var(--error-color) !important;\\n  border-bottom-color: var(--error-color) !important;\\n}\\n\\ntextarea.textArea__Input-inputAccendo {\\n  box-sizing: border-box;\\n  padding: 8px 15px !important;\\n  font-size: 12px;\\n  transition: background-color 0.1s ease, border 0.1s ease;\\n  border: 1px solid var(--border-color);\\n  background-color: var(--input-bg);\\n  color: var(--contrast-color);\\n  border-radius: 4px;\\n  outline: none;\\n}\\n\\ntextarea.textArea__Input-inputAccendo.invalid__Input-inputAccendo {\\n  border-color: var(--error-color);\\n}\\n\\ntextarea.textArea__Input-inputAccendo.Size__Input-inputAccendo {\\n  height: 30vh !important;\\n}\\n\\ntextarea.textArea__Input-inputAccendo:focus {\\n  background-color: var(--input-bg-focus);\\n  border: 1px solid var(--input-focus);\\n  color: var(--contrast-color);\\n}\\n\\ntextarea.textArea__Input-inputAccendo:focus::placeholder {\\n  color: var(--input-placeholder);\\n}\\n\\ntextarea.textArea__Input-inputAccendo::placeholder {\\n  color: var(--input-placeholder);\\n}\\n\\ntextarea.textArea__Input-inputAccendo:disabled {\\n  cursor: not-allowed;\\n  background-color: var(--input-disable-bg) !important;\\n  border: 2px solid var(--input-disable-border) !important;\\n  color: var(--input-disable-text);\\n}\\n\\ntextarea.textArea__Input-inputAccendo[readonly] {\\n  background-color: transparent;\\n  border-color: var(--border-color);\\n  color: var(--border-color-light-40);\\n  cursor: default;\\n}\\n\\n.label__Input-inputAccendo {\\n  color: white;\\n}\", \"\"]);\n\n// exports\nexports.locals = {\n\t\"inputGroup\": \"inputGroup__Input-inputAccendo\",\n\t\"form\": \"form__Input-inputAccendo\",\n\t\"error\": \"error__Input-inputAccendo\",\n\t\"disabled\": \"disabled__Input-inputAccendo\",\n\t\"pointer\": \"pointer__Input-inputAccendo\",\n\t\"bottomWrapper\": \"bottomWrapper__Input-inputAccendo\",\n\t\"charLimit\": \"charLimit__Input-inputAccendo\",\n\t\"errorLeft\": \"errorLeft__Input-inputAccendo\",\n\t\"inputContainer\": \"inputContainer__Input-inputAccendo\",\n\t\"label\": \"label__Input-inputAccendo\",\n\t\"tickContainer\": \"tickContainer__Input-inputAccendo\",\n\t\"tick\": \"tick__Input-inputAccendo\",\n\t\"container\": \"container__Input-inputAccendo\",\n\t\"popovers_placeholder\": \"popovers_placeholder__Input-inputAccendo\",\n\t\"popovers_error\": \"popovers_error__Input-inputAccendo\",\n\t\"popover_error_top\": \"popover_error_top__Input-inputAccendo\",\n\t\"textArea\": \"textArea__Input-inputAccendo\",\n\t\"invalid\": \"invalid__Input-inputAccendo\",\n\t\"Size\": \"Size__Input-inputAccendo\"\n};\n\n//# sourceURL=webpack:///./src/Common/Axiata/components/Input/inputAccendo.scss?./node_modules/css-loader??ref--5-1!./node_modules/resolve-url-loader!./node_modules/sass-loader/dist/cjs.js");

/***/ }),

/***/ "./node_modules/css-loader/index.js?!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js!./src/Common/Axiata/components/Input/inputPassword.scss":
/*!****************************************************************************************************************************************************************************!*\
  !*** ./node_modules/css-loader??ref--5-1!./node_modules/resolve-url-loader!./node_modules/sass-loader/dist/cjs.js!./src/Common/Axiata/components/Input/inputPassword.scss ***!
  \****************************************************************************************************************************************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {

eval("exports = module.exports = __webpack_require__(/*! ../../../../../node_modules/css-loader/lib/css-base.js */ \"./node_modules/css-loader/lib/css-base.js\")(false);\n// imports\nexports.push([module.i, \"@import url(https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,400;\\n\\n0,500;0,700;1,400;1,500;1,700&display=swap);\", \"\"]);\n\n// module\nexports.push([module.i, \".input__Input-inputPassword {\\n  position: relative;\\n}\\n\\n.eyeIcon__Input-inputPassword {\\n  position: absolute;\\n  top: 9px;\\n  display: flex;\\n  right: 20px;\\n  font-size: 14px;\\n  color: var(--input-eye-icon);\\n  cursor: pointer;\\n}\", \"\"]);\n\n// exports\nexports.locals = {\n\t\"input\": \"input__Input-inputPassword\",\n\t\"eyeIcon\": \"eyeIcon__Input-inputPassword\"\n};\n\n//# sourceURL=webpack:///./src/Common/Axiata/components/Input/inputPassword.scss?./node_modules/css-loader??ref--5-1!./node_modules/resolve-url-loader!./node_modules/sass-loader/dist/cjs.js");

/***/ }),

/***/ "./node_modules/css-loader/index.js?!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js!./src/Common/Axiata/components/Input/inputWithLabel.scss":
/*!*****************************************************************************************************************************************************************************!*\
  !*** ./node_modules/css-loader??ref--5-1!./node_modules/resolve-url-loader!./node_modules/sass-loader/dist/cjs.js!./src/Common/Axiata/components/Input/inputWithLabel.scss ***!
  \*****************************************************************************************************************************************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {

eval("exports = module.exports = __webpack_require__(/*! ../../../../../node_modules/css-loader/lib/css-base.js */ \"./node_modules/css-loader/lib/css-base.js\")(false);\n// imports\n\n\n// module\nexports.push([module.i, \".input__Input-inputWithLabel .input-container .form-control {\\n  box-sizing: border-box;\\n}\", \"\"]);\n\n// exports\nexports.locals = {\n\t\"input\": \"input__Input-inputWithLabel\"\n};\n\n//# sourceURL=webpack:///./src/Common/Axiata/components/Input/inputWithLabel.scss?./node_modules/css-loader??ref--5-1!./node_modules/resolve-url-loader!./node_modules/sass-loader/dist/cjs.js");

/***/ }),

/***/ "./node_modules/css-loader/index.js?!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js!./src/Common/Axiata/components/Loading/loadingAccendo.scss":
/*!*******************************************************************************************************************************************************************************!*\
  !*** ./node_modules/css-loader??ref--5-1!./node_modules/resolve-url-loader!./node_modules/sass-loader/dist/cjs.js!./src/Common/Axiata/components/Loading/loadingAccendo.scss ***!
  \*******************************************************************************************************************************************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {

eval("exports = module.exports = __webpack_require__(/*! ../../../../../node_modules/css-loader/lib/css-base.js */ \"./node_modules/css-loader/lib/css-base.js\")(false);\n// imports\nexports.push([module.i, \"@import url(https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,400;\\n\\n0,500;0,700;1,400;1,500;1,700&display=swap);\", \"\"]);\nexports.push([module.i, \"@import url(https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,400;0,500;0,700;1,400;1,500;1,700&display=swap);\", \"\"]);\n\n// module\nexports.push([module.i, \".loadingPage__Loading-loadingAccendo {\\n  position: relative;\\n  height: 100%;\\n}\\n\\n.loadingPage__Loading-loadingAccendo .assessmentPageSpinnerContainer__Loading-loadingAccendo {\\n  position: absolute;\\n  height: 530px;\\n  width: 535px;\\n  background-color: rgba(var(--panel-background-rgb), 0.9);\\n  border-radius: 50% !important;\\n  display: flex;\\n  flex-direction: column;\\n  justify-content: center;\\n  align-items: center;\\n  top: -14px;\\n  left: -20px;\\n  z-index: 7;\\n}\\n\\n.loadingPage__Loading-loadingAccendo .assessmentPageSpinnerContainer__Loading-loadingAccendo .animateTranslate__Loading-loadingAccendo {\\n  padding: 10px 0;\\n  animation: logo-rotate__Loading-loadingAccendo 1s linear infinite;\\n}\\n\\n.loadingPage__Loading-loadingAccendo .assessmentPageSpinnerContainer__Loading-loadingAccendo .animateTranslate__Loading-loadingAccendo .logo__Loading-loadingAccendo {\\n  animation: animateTranslateY__Loading-loadingAccendo 3s linear infinite;\\n}\\n\\n.loadingPage__Loading-loadingAccendo .spinnerContainer__Loading-loadingAccendo {\\n  position: absolute;\\n  height: 100%;\\n  width: 100%;\\n  background-color: rgba(var(--panel-background-rgb), 0.9);\\n  display: flex;\\n  flex-direction: column;\\n  justify-content: center;\\n  align-items: center;\\n  top: 0;\\n  left: 0;\\n  z-index: 7;\\n}\\n\\n.loadingPage__Loading-loadingAccendo .spinnerContainer__Loading-loadingAccendo .animateTranslate__Loading-loadingAccendo {\\n  padding: 10px 0;\\n  animation: logo-rotate__Loading-loadingAccendo 1s linear infinite;\\n}\\n\\n.loadingPage__Loading-loadingAccendo .spinnerContainer__Loading-loadingAccendo .animateTranslate__Loading-loadingAccendo .logo__Loading-loadingAccendo {\\n  animation: animateTranslateY__Loading-loadingAccendo 3s linear infinite;\\n}\\n\\n.loadingPage__Loading-loadingAccendo .bg__Loading-loadingAccendo {\\n  position: absolute;\\n  top: 0;\\n  left: 0;\\n  width: 100%;\\n  height: 100%;\\n}\\n\\n@keyframes logo-rotate__Loading-loadingAccendo {\\n  0% {\\n    transform: rotateY(0);\\n  }\\n\\n  50% {\\n    transform: rotateY(180deg);\\n  }\\n\\n  100% {\\n    transform: rotateY(0deg);\\n  }\\n}\\n\\n@keyframes animateTranslateY__Loading-loadingAccendo {\\n  0% {\\n    transform: translateY(0);\\n  }\\n\\n  25% {\\n    transform: translateY(10px);\\n  }\\n\\n  50% {\\n    transform: translateY(0);\\n  }\\n\\n  75% {\\n    transform: translateY(-10px);\\n  }\\n\\n  100% {\\n    transform: translateY(0);\\n  }\\n}\", \"\"]);\n\n// exports\nexports.locals = {\n\t\"loadingPage\": \"loadingPage__Loading-loadingAccendo\",\n\t\"assessmentPageSpinnerContainer\": \"assessmentPageSpinnerContainer__Loading-loadingAccendo\",\n\t\"animateTranslate\": \"animateTranslate__Loading-loadingAccendo\",\n\t\"logo-rotate\": \"logo-rotate__Loading-loadingAccendo\",\n\t\"logo\": \"logo__Loading-loadingAccendo\",\n\t\"animateTranslateY\": \"animateTranslateY__Loading-loadingAccendo\",\n\t\"spinnerContainer\": \"spinnerContainer__Loading-loadingAccendo\",\n\t\"bg\": \"bg__Loading-loadingAccendo\"\n};\n\n//# sourceURL=webpack:///./src/Common/Axiata/components/Loading/loadingAccendo.scss?./node_modules/css-loader??ref--5-1!./node_modules/resolve-url-loader!./node_modules/sass-loader/dist/cjs.js");

/***/ }),

/***/ "./node_modules/css-loader/index.js?!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js!./src/Common/Axiata/components/Loading/loadingAxiata.scss":
/*!******************************************************************************************************************************************************************************!*\
  !*** ./node_modules/css-loader??ref--5-1!./node_modules/resolve-url-loader!./node_modules/sass-loader/dist/cjs.js!./src/Common/Axiata/components/Loading/loadingAxiata.scss ***!
  \******************************************************************************************************************************************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {

eval("exports = module.exports = __webpack_require__(/*! ../../../../../node_modules/css-loader/lib/css-base.js */ \"./node_modules/css-loader/lib/css-base.js\")(false);\n// imports\nexports.push([module.i, \"@import url(https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,400;\\n\\n0,500;0,700;1,400;1,500;1,700&display=swap);\", \"\"]);\nexports.push([module.i, \"@import url(https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,400;0,500;0,700;1,400;1,500;1,700&display=swap);\", \"\"]);\n\n// module\nexports.push([module.i, \".loadingPage__Loading-loadingAxiata {\\n  position: relative;\\n  height: 100%;\\n}\\n\\n.loadingPage__Loading-loadingAxiata .assessmentPageSpinnerContainer__Loading-loadingAxiata {\\n  position: absolute;\\n  height: 530px;\\n  width: 535px;\\n  background-color: rgba(var(--panel-background-rgb), 0.9);\\n  border-radius: 50% !important;\\n  display: flex;\\n  flex-direction: column;\\n  justify-content: center;\\n  align-items: center;\\n  top: -14px;\\n  left: -20px;\\n  z-index: 7;\\n}\\n\\n.loadingPage__Loading-loadingAxiata .assessmentPageSpinnerContainer__Loading-loadingAxiata .animateTranslate__Loading-loadingAxiata {\\n  padding: 10px 0;\\n  animation: logo-rotate__Loading-loadingAxiata 1s linear infinite;\\n}\\n\\n.loadingPage__Loading-loadingAxiata .assessmentPageSpinnerContainer__Loading-loadingAxiata .animateTranslate__Loading-loadingAxiata .logo__Loading-loadingAxiata {\\n  animation: animateTranslateY__Loading-loadingAxiata 3s linear infinite;\\n}\\n\\n.loadingPage__Loading-loadingAxiata .spinnerContainer__Loading-loadingAxiata {\\n  position: absolute;\\n  height: 100%;\\n  width: 100%;\\n  background-color: rgba(var(--panel-background-rgb), 0.9);\\n  display: flex;\\n  flex-direction: column;\\n  justify-content: center;\\n  align-items: center;\\n  top: 0;\\n  left: 0;\\n  z-index: 7;\\n}\\n\\n.loadingPage__Loading-loadingAxiata .spinnerContainer__Loading-loadingAxiata .animateTranslate__Loading-loadingAxiata {\\n  padding: 10px 0;\\n  animation: logo-rotate__Loading-loadingAxiata 1s linear infinite;\\n}\\n\\n.loadingPage__Loading-loadingAxiata .spinnerContainer__Loading-loadingAxiata .animateTranslate__Loading-loadingAxiata .logo__Loading-loadingAxiata {\\n  animation: animateTranslateY__Loading-loadingAxiata 3s linear infinite;\\n}\\n\\n.loadingPage__Loading-loadingAxiata .bg__Loading-loadingAxiata {\\n  position: absolute;\\n  top: 0;\\n  left: 0;\\n  width: 100%;\\n  height: 100%;\\n}\\n\\n@keyframes logo-rotate__Loading-loadingAxiata {\\n  0% {\\n    transform: rotateY(0);\\n  }\\n\\n  50% {\\n    transform: rotateY(180deg);\\n  }\\n\\n  100% {\\n    transform: rotateY(0deg);\\n  }\\n}\\n\\n@keyframes animateTranslateY__Loading-loadingAxiata {\\n  0% {\\n    transform: translateY(0);\\n  }\\n\\n  25% {\\n    transform: translateY(10px);\\n  }\\n\\n  50% {\\n    transform: translateY(0);\\n  }\\n\\n  75% {\\n    transform: translateY(-10px);\\n  }\\n\\n  100% {\\n    transform: translateY(0);\\n  }\\n}\", \"\"]);\n\n// exports\nexports.locals = {\n\t\"loadingPage\": \"loadingPage__Loading-loadingAxiata\",\n\t\"assessmentPageSpinnerContainer\": \"assessmentPageSpinnerContainer__Loading-loadingAxiata\",\n\t\"animateTranslate\": \"animateTranslate__Loading-loadingAxiata\",\n\t\"logo-rotate\": \"logo-rotate__Loading-loadingAxiata\",\n\t\"logo\": \"logo__Loading-loadingAxiata\",\n\t\"animateTranslateY\": \"animateTranslateY__Loading-loadingAxiata\",\n\t\"spinnerContainer\": \"spinnerContainer__Loading-loadingAxiata\",\n\t\"bg\": \"bg__Loading-loadingAxiata\"\n};\n\n//# sourceURL=webpack:///./src/Common/Axiata/components/Loading/loadingAxiata.scss?./node_modules/css-loader??ref--5-1!./node_modules/resolve-url-loader!./node_modules/sass-loader/dist/cjs.js");

/***/ }),

/***/ "./node_modules/css-loader/index.js?!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js!./src/Common/Axiata/components/Logo/logo.scss":
/*!******************************************************************************************************************************************************************!*\
  !*** ./node_modules/css-loader??ref--5-1!./node_modules/resolve-url-loader!./node_modules/sass-loader/dist/cjs.js!./src/Common/Axiata/components/Logo/logo.scss ***!
  \******************************************************************************************************************************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {

eval("exports = module.exports = __webpack_require__(/*! ../../../../../node_modules/css-loader/lib/css-base.js */ \"./node_modules/css-loader/lib/css-base.js\")(false);\n// imports\n\n\n// module\nexports.push([module.i, \"/**\\n * utilities - all helper functions will be placed here to be import by individual style files\\n * that are in /resources/assets/js/...\\n * this is to make it easier for future code splitting feature to be implemented\\n */\\n\\nspan.assess-icon__Logo-logo {\\n  --loading-width-sm: 1.5rem;\\n  --loading-width-md: 2.625rem;\\n  --loading-width-lg: 4rem;\\n  --loading-padding-sm: 0.25rem;\\n  --loading-padding-md: 0.375rem;\\n  --loading-padding-lg: 0.5rem;\\n}\\n\\n/**\\n * Dependent on bootstrap 4, breakpoint lib\\n * Make media queries understandable by 3 years old kids\\n */\\n\\n.logo__Logo-logo {\\n  background-position: center;\\n  background-repeat: no-repeat;\\n  background-size: contain;\\n  background-color: transparent;\\n}\\n\\nbody.accendoLight .logo__Logo-logo {\\n  border-radius: 0 6px 6px 0;\\n  padding: 4px;\\n  display: flex;\\n  align-items: center;\\n  justify-content: center;\\n  background-color: white;\\n}\\n\\n.logoImg__Logo-logo {\\n  width: 70px;\\n  height: 50px;\\n  object-fit: contain;\\n}\\n\\nbody.accendoLight .logoImg__Logo-logo {\\n  width: 70px;\\n  height: 45px;\\n  padding: 4px;\\n}\", \"\"]);\n\n// exports\nexports.locals = {\n\t\"assess-icon\": \"assess-icon__Logo-logo\",\n\t\"logo\": \"logo__Logo-logo\",\n\t\"logoImg\": \"logoImg__Logo-logo\"\n};\n\n//# sourceURL=webpack:///./src/Common/Axiata/components/Logo/logo.scss?./node_modules/css-loader??ref--5-1!./node_modules/resolve-url-loader!./node_modules/sass-loader/dist/cjs.js");

/***/ }),

/***/ "./node_modules/css-loader/index.js?!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js!./src/Common/Axiata/components/Message.scss":
/*!****************************************************************************************************************************************************************!*\
  !*** ./node_modules/css-loader??ref--5-1!./node_modules/resolve-url-loader!./node_modules/sass-loader/dist/cjs.js!./src/Common/Axiata/components/Message.scss ***!
  \****************************************************************************************************************************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {

eval("exports = module.exports = __webpack_require__(/*! ../../../../node_modules/css-loader/lib/css-base.js */ \"./node_modules/css-loader/lib/css-base.js\")(false);\n// imports\nexports.push([module.i, \"@import url(https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,400;\\n\\n0,500;0,700;1,400;1,500;1,700&display=swap);\", \"\"]);\n\n// module\nexports.push([module.i, \".Toastify__toast-container__components-Message {\\n  width: 100px;\\n}\\n\\n.main__components-Message {\\n  background-color: var(--panel-background);\\n  font-family: \\\"Roboto\\\", sans-serif, BlinkMacSystemFont, \\\"Segoe UI\\\", Roboto, \\\"Helvetica Neue\\\", Arial, sans-serif, \\\"Apple Color Emoji\\\", \\\"Segoe UI Emoji\\\", \\\"Segoe UI Symbol\\\";\\n  min-height: 40px;\\n  color: var(--contrast-color);\\n}\\n\\n.mainLight__components-Message {\\n  background-color: #fdfdfd;\\n  font-family: \\\"Roboto\\\", sans-serif, BlinkMacSystemFont, \\\"Segoe UI\\\", Roboto, \\\"Helvetica Neue\\\", Arial, sans-serif, \\\"Apple Color Emoji\\\", \\\"Segoe UI Emoji\\\", \\\"Segoe UI Symbol\\\";\\n  min-height: 40px;\\n  color: #2f3a42;\\n}\\n\\n.toastBGMod__components-Message {\\n  width: 450px;\\n  margin-left: -70px;\\n}\\n\\n@media only screen and (max-width: 480px) {\\n  .toastBGMod__components-Message {\\n    width: 95vw;\\n    margin: 2vw;\\n  }\\n}\\n\\n.toastBG__components-Message {\\n  background: var(--panel-background) !important;\\n  border: 1px solid var(--border-color);\\n  border-radius: 4px !important;\\n  min-height: 40px !important;\\n  padding: 0 !important;\\n}\\n\\n.toastBGLight__components-Message {\\n  background: #fdfdfd !important;\\n  border: 1px solid #fdfdfd;\\n  border-radius: 4px !important;\\n  min-height: 40px !important;\\n  padding: 0 !important;\\n}\\n\\n.iconSection__components-Message {\\n  width: 15%;\\n}\\n\\n.textSection__components-Message,\\n.textSectionNotification__components-Message {\\n  padding-left: 10px;\\n  width: 85%;\\n}\\n\\n.successBG__components-Message {\\n  background: var(--success-color);\\n}\\n\\n.infoBG__components-Message {\\n  background: var(--info-color);\\n}\\n\\n.notificationBG__components-Message {\\n  background: var(--primary-color);\\n  width: 2%;\\n  height: auto;\\n}\\n\\n.successLight__components-Message {\\n  background: #209b37;\\n}\\n\\n.errorLight__components-Message {\\n  background: #e92327;\\n}\\n\\n.errorBG__components-Message {\\n  background: var(--danger-color);\\n}\\n\\n.warningBG__components-Message {\\n  background: var(--warning-color);\\n}\\n\\n.menuItemIcon__components-Message {\\n  min-height: 40px;\\n  font-size: 20px !important;\\n  padding-top: 10px;\\n  color: var(--panel-background) !important;\\n  align-self: center;\\n}\\n\\n.menuItemIconLight__components-Message {\\n  min-height: 40px;\\n  font-size: 20px !important;\\n  padding-top: 10px;\\n  color: #fdfdfd !important;\\n}\\n\\n.notification__components-Message {\\n  padding: 80px;\\n  color: var(--panel-background) !important;\\n}\\n\\n.textSectionNotification__components-Message {\\n  width: 90% !important;\\n}\\n\\n.closeButton__components-Message {\\n  position: absolute;\\n  right: 12px;\\n  color: #aaa;\\n  cursor: pointer;\\n}\\n\\n.messageTextNotification__components-Message {\\n  margin: 0 15px;\\n  font-size: 15px;\\n}\\n\\n.cursorDefault__components-Message {\\n  cursor: default !important;\\n}\", \"\"]);\n\n// exports\nexports.locals = {\n\t\"Toastify__toast-container\": \"Toastify__toast-container__components-Message\",\n\t\"main\": \"main__components-Message\",\n\t\"mainLight\": \"mainLight__components-Message\",\n\t\"toastBGMod\": \"toastBGMod__components-Message\",\n\t\"toastBG\": \"toastBG__components-Message\",\n\t\"toastBGLight\": \"toastBGLight__components-Message\",\n\t\"iconSection\": \"iconSection__components-Message\",\n\t\"textSection\": \"textSection__components-Message\",\n\t\"textSectionNotification\": \"textSectionNotification__components-Message\",\n\t\"successBG\": \"successBG__components-Message\",\n\t\"infoBG\": \"infoBG__components-Message\",\n\t\"notificationBG\": \"notificationBG__components-Message\",\n\t\"successLight\": \"successLight__components-Message\",\n\t\"errorLight\": \"errorLight__components-Message\",\n\t\"errorBG\": \"errorBG__components-Message\",\n\t\"warningBG\": \"warningBG__components-Message\",\n\t\"menuItemIcon\": \"menuItemIcon__components-Message\",\n\t\"menuItemIconLight\": \"menuItemIconLight__components-Message\",\n\t\"notification\": \"notification__components-Message\",\n\t\"closeButton\": \"closeButton__components-Message\",\n\t\"messageTextNotification\": \"messageTextNotification__components-Message\",\n\t\"cursorDefault\": \"cursorDefault__components-Message\"\n};\n\n//# sourceURL=webpack:///./src/Common/Axiata/components/Message.scss?./node_modules/css-loader??ref--5-1!./node_modules/resolve-url-loader!./node_modules/sass-loader/dist/cjs.js");

/***/ }),

/***/ "./node_modules/css-loader/index.js?!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js!./src/Common/Axiata/components/MessageBox.scss":
/*!*******************************************************************************************************************************************************************!*\
  !*** ./node_modules/css-loader??ref--5-1!./node_modules/resolve-url-loader!./node_modules/sass-loader/dist/cjs.js!./src/Common/Axiata/components/MessageBox.scss ***!
  \*******************************************************************************************************************************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {

eval("exports = module.exports = __webpack_require__(/*! ../../../../node_modules/css-loader/lib/css-base.js */ \"./node_modules/css-loader/lib/css-base.js\")(false);\n// imports\n\n\n// module\nexports.push([module.i, \".cancelButtonLight__components-MessageBox {\\n  background-color: var(--button-theme-secondary) !important;\\n  color: var(--contrast-color) !important;\\n  border: 1px solid var(--light-color-20) !important;\\n}\\n\\n.cancelButtonLight__components-MessageBox:hover {\\n  background-color: var(--button-theme-secondary-hover) !important;\\n  border: 1px solid var(--primary-color) !important;\\n}\\n\\n.cancelButtonLight__components-MessageBox:focus {\\n  box-shadow: none !important;\\n}\\n\\n.proceedButtonLight__components-MessageBox {\\n  color: var(--text-color-white) !important;\\n  border: 1px solid var(--button-theme-primary) !important;\\n  background-color: var(--button-theme-primary) !important;\\n}\\n\\n.proceedButtonLight__components-MessageBox:hover {\\n  background-color: var(--button-theme-primary-hover) !important;\\n}\\n\\n.proceedButtonLight__components-MessageBox:focus {\\n  box-shadow: none !important;\\n}\\n\\n.closeClassName__components-MessageBox {\\n  color: var(--dark-color-90);\\n}\\n\\n.contentContainerClassName__components-MessageBox {\\n  word-wrap: break-word;\\n  /* Fallback for older browsers */\\n  overflow-wrap: break-word;\\n  word-break: break-all;\\n}\", \"\"]);\n\n// exports\nexports.locals = {\n\t\"cancelButtonLight\": \"cancelButtonLight__components-MessageBox\",\n\t\"proceedButtonLight\": \"proceedButtonLight__components-MessageBox\",\n\t\"closeClassName\": \"closeClassName__components-MessageBox\",\n\t\"contentContainerClassName\": \"contentContainerClassName__components-MessageBox\"\n};\n\n//# sourceURL=webpack:///./src/Common/Axiata/components/MessageBox.scss?./node_modules/css-loader??ref--5-1!./node_modules/resolve-url-loader!./node_modules/sass-loader/dist/cjs.js");

/***/ }),

/***/ "./node_modules/css-loader/index.js?!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js!./src/Common/Axiata/components/Modal/modal.scss":
/*!********************************************************************************************************************************************************************!*\
  !*** ./node_modules/css-loader??ref--5-1!./node_modules/resolve-url-loader!./node_modules/sass-loader/dist/cjs.js!./src/Common/Axiata/components/Modal/modal.scss ***!
  \********************************************************************************************************************************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {

eval("exports = module.exports = __webpack_require__(/*! ../../../../../node_modules/css-loader/lib/css-base.js */ \"./node_modules/css-loader/lib/css-base.js\")(false);\n// imports\nexports.push([module.i, \"@import url(https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,400;\\n\\n0,500;0,700;1,400;1,500;1,700&display=swap);\", \"\"]);\n\n// module\nexports.push([module.i, \".modalMain__Modal-modal.modal-dialog {\\n  color: var(--contrast-color);\\n  font-family: \\\"Roboto\\\", sans-serif, BlinkMacSystemFont, \\\"Segoe UI\\\", Roboto, \\\"Helvetica Neue\\\", Arial, sans-serif, \\\"Apple Color Emoji\\\", \\\"Segoe UI Emoji\\\", \\\"Segoe UI Symbol\\\";\\n}\\n\\n.modalMain__Modal-modal.modal-dialog .modal-header {\\n  display: block;\\n}\\n\\n.modalMain__Modal-modal.modal-dialog .modal-title {\\n  margin: auto;\\n  font-weight: 100;\\n  font-size: 24px;\\n  position: relative;\\n}\\n\\n.modalMain__Modal-modal.modal-dialog .modal-content {\\n  background-color: var(--panel-background);\\n  border: 1px solid var(--border-color);\\n  border-radius: 4px;\\n  outline: 0;\\n  padding: 10px;\\n}\\n\\n.modalMain__Modal-modal.modal-dialog .modal-footer {\\n  justify-content: center;\\n}\\n\\n@media (min-width: 576px) {\\n  .modalMain__Modal-modal.modal-dialog {\\n    max-width: none;\\n  }\\n}\\n\\n.close__Modal-modal {\\n  position: absolute;\\n  right: 0;\\n  top: 0;\\n  font-size: 32px;\\n  line-height: 20px;\\n  color: var(--contrast-color);\\n  opacity: 0.5;\\n  cursor: pointer;\\n}\\n\\n.close__Modal-modal :hover {\\n  opacity: 0.7;\\n}\\n\\nbody.accendoDefault .close__Modal-modal {\\n  color: var(--border-color-light-20);\\n}\\n\\n.headerTitle__Modal-modal {\\n  width: 100%;\\n  text-align: center;\\n  vertical-align: middle;\\n  line-height: 100%;\\n  font-size: 20px;\\n}\", \"\"]);\n\n// exports\nexports.locals = {\n\t\"modalMain\": \"modalMain__Modal-modal\",\n\t\"close\": \"close__Modal-modal\",\n\t\"headerTitle\": \"headerTitle__Modal-modal\"\n};\n\n//# sourceURL=webpack:///./src/Common/Axiata/components/Modal/modal.scss?./node_modules/css-loader??ref--5-1!./node_modules/resolve-url-loader!./node_modules/sass-loader/dist/cjs.js");

/***/ }),

/***/ "./node_modules/css-loader/index.js?!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js!./src/Common/Axiata/components/Modal/modalAccendo.scss":
/*!***************************************************************************************************************************************************************************!*\
  !*** ./node_modules/css-loader??ref--5-1!./node_modules/resolve-url-loader!./node_modules/sass-loader/dist/cjs.js!./src/Common/Axiata/components/Modal/modalAccendo.scss ***!
  \***************************************************************************************************************************************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {

eval("exports = module.exports = __webpack_require__(/*! ../../../../../node_modules/css-loader/lib/css-base.js */ \"./node_modules/css-loader/lib/css-base.js\")(false);\n// imports\nexports.push([module.i, \"@import url(https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,400;\\n\\n0,500;0,700;1,400;1,500;1,700&display=swap);\", \"\"]);\nexports.push([module.i, \"@import url(https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,400;0,500;0,700;1,400;1,500;1,700&display=swap);\", \"\"]);\n\n// module\nexports.push([module.i, \".modalMain__Modal-modalAccendo.modal-dialog {\\n  color: var(--contrast-color);\\n  font-family: \\\"Roboto\\\", sans-serif, BlinkMacSystemFont, \\\"Segoe UI\\\", Roboto, \\\"Helvetica Neue\\\", Arial, sans-serif, \\\"Apple Color Emoji\\\", \\\"Segoe UI Emoji\\\", \\\"Segoe UI Symbol\\\";\\n}\\n\\n.modalMain__Modal-modalAccendo.modal-dialog .modal-header {\\n  display: block;\\n}\\n\\n.modalMain__Modal-modalAccendo.modal-dialog .modal-title {\\n  margin: auto;\\n  font-weight: 100;\\n  font-size: 24px;\\n  position: relative;\\n}\\n\\n.modalMain__Modal-modalAccendo.modal-dialog .modal-content {\\n  background-color: var(--panel-background);\\n  border: 1px solid var(--border-color);\\n  border-radius: 4px;\\n  outline: 0;\\n  padding: 10px;\\n}\\n\\n.modalMain__Modal-modalAccendo.modal-dialog .modal-footer {\\n  justify-content: center;\\n}\\n\\n@media (min-width: 576px) {\\n  .modalMain__Modal-modalAccendo.modal-dialog {\\n    max-width: none;\\n  }\\n}\\n\\n.close__Modal-modalAccendo {\\n  position: absolute;\\n  right: 0;\\n  top: 0;\\n  font-size: 32px;\\n  line-height: 20px;\\n  color: var(--contrast-color);\\n  opacity: 0.5;\\n  cursor: pointer;\\n}\\n\\n.close__Modal-modalAccendo :hover {\\n  opacity: 0.7;\\n}\\n\\nbody.accendoDefault .close__Modal-modalAccendo {\\n  color: var(--border-color-light-20);\\n}\\n\\n.headerTitle__Modal-modalAccendo {\\n  width: 100%;\\n  text-align: center;\\n  vertical-align: middle;\\n  line-height: 100%;\\n  font-size: 20px;\\n}\", \"\"]);\n\n// exports\nexports.locals = {\n\t\"modalMain\": \"modalMain__Modal-modalAccendo\",\n\t\"close\": \"close__Modal-modalAccendo\",\n\t\"headerTitle\": \"headerTitle__Modal-modalAccendo\"\n};\n\n//# sourceURL=webpack:///./src/Common/Axiata/components/Modal/modalAccendo.scss?./node_modules/css-loader??ref--5-1!./node_modules/resolve-url-loader!./node_modules/sass-loader/dist/cjs.js");

/***/ }),

/***/ "./node_modules/css-loader/index.js?!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js!./src/Common/Axiata/components/TextPrimary.scss":
/*!********************************************************************************************************************************************************************!*\
  !*** ./node_modules/css-loader??ref--5-1!./node_modules/resolve-url-loader!./node_modules/sass-loader/dist/cjs.js!./src/Common/Axiata/components/TextPrimary.scss ***!
  \********************************************************************************************************************************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {

eval("exports = module.exports = __webpack_require__(/*! ../../../../node_modules/css-loader/lib/css-base.js */ \"./node_modules/css-loader/lib/css-base.js\")(false);\n// imports\nexports.push([module.i, \"@import url(https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,400;\\n\\n0,500;0,700;1,400;1,500;1,700&display=swap);\", \"\"]);\n\n// module\nexports.push([module.i, \".textPrimary__components-TextPrimary {\\n  color: var(--primary-color);\\n  font-size: 18px;\\n}\\n\\n.glow__components-TextPrimary {\\n  text-shadow: 0 0 11px rgba(var(--primary-color-rgb), 0.8);\\n  animation: color-animate__components-TextPrimary 1s both infinite;\\n}\\n\\n@keyframes color-animate__components-TextPrimary {\\n  0% {\\n    color: rgba(var(--primary-color-rgb), 1);\\n  }\\n\\n  50% {\\n    color: rgba(var(--primary-color-rgb), 0.6);\\n  }\\n\\n  100% {\\n    color: rgba(var(--primary-color-rgb), 1);\\n  }\\n}\", \"\"]);\n\n// exports\nexports.locals = {\n\t\"textPrimary\": \"textPrimary__components-TextPrimary\",\n\t\"glow\": \"glow__components-TextPrimary\",\n\t\"color-animate\": \"color-animate__components-TextPrimary\"\n};\n\n//# sourceURL=webpack:///./src/Common/Axiata/components/TextPrimary.scss?./node_modules/css-loader??ref--5-1!./node_modules/resolve-url-loader!./node_modules/sass-loader/dist/cjs.js");

/***/ }),

/***/ "./node_modules/css-loader/index.js?!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js!./src/Common/Axiata/components/blackBackgroundPageBase.scss":
/*!********************************************************************************************************************************************************************************!*\
  !*** ./node_modules/css-loader??ref--5-1!./node_modules/resolve-url-loader!./node_modules/sass-loader/dist/cjs.js!./src/Common/Axiata/components/blackBackgroundPageBase.scss ***!
  \********************************************************************************************************************************************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {

eval("exports = module.exports = __webpack_require__(/*! ../../../../node_modules/css-loader/lib/css-base.js */ \"./node_modules/css-loader/lib/css-base.js\")(false);\n// imports\nexports.push([module.i, \"@import url(https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,400;\\n\\n0,500;0,700;1,400;1,500;1,700&display=swap);\", \"\"]);\n\n// module\nexports.push([module.i, \"html.blackBackground__components-blackBackgroundPageBase,\\nbody.blackBackground__components-blackBackgroundPageBase {\\n  background-color: var(--page-background);\\n}\", \"\"]);\n\n// exports\nexports.locals = {\n\t\"blackBackground\": \"blackBackground__components-blackBackgroundPageBase\"\n};\n\n//# sourceURL=webpack:///./src/Common/Axiata/components/blackBackgroundPageBase.scss?./node_modules/css-loader??ref--5-1!./node_modules/resolve-url-loader!./node_modules/sass-loader/dist/cjs.js");

/***/ }),

/***/ "./node_modules/css-loader/index.js?!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js!./src/Common/Axiata/components/button.scss":
/*!***************************************************************************************************************************************************************!*\
  !*** ./node_modules/css-loader??ref--5-1!./node_modules/resolve-url-loader!./node_modules/sass-loader/dist/cjs.js!./src/Common/Axiata/components/button.scss ***!
  \***************************************************************************************************************************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {

eval("exports = module.exports = __webpack_require__(/*! ../../../../node_modules/css-loader/lib/css-base.js */ \"./node_modules/css-loader/lib/css-base.js\")(false);\n// imports\nexports.push([module.i, \"@import url(https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,400;\\n\\n0,500;0,700;1,400;1,500;1,700&display=swap);\", \"\"]);\n\n// module\nexports.push([module.i, \".button__components-button.btn-primary {\\n  font-family: \\\"Roboto\\\", sans-serif, BlinkMacSystemFont, \\\"Segoe UI\\\", Roboto, \\\"Helvetica Neue\\\", Arial, sans-serif, \\\"Apple Color Emoji\\\", \\\"Segoe UI Emoji\\\", \\\"Segoe UI Symbol\\\";\\n  background-color: transparent;\\n  color: var(--button-theme-primary);\\n  border: 1px solid var(--border-color);\\n}\\n\\n.button__components-button.btn-primary:hover {\\n  background-color: transparent;\\n  border: 1px solid var(--button-theme-primary);\\n  color: var(--button-theme-primary);\\n}\\n\\n.button__components-button.btn-primary:active {\\n  border: 1px solid var(--button-theme-primary);\\n}\\n\\n.button__components-button.btn-primary:focus {\\n  box-shadow: none;\\n}\\n\\nbody.accendoLight .button__components-button.btn-primary {\\n  color: var(--text-color-white);\\n  border-color: var(--button-theme-primary);\\n  background-color: var(--button-theme-primary);\\n}\\n\\nbody.accendoLight .button__components-button.btn-primary:hover {\\n  background-color: var(--button-theme-primary-hover) !important;\\n}\\n\\n.button__components-button.btn-secondary {\\n  font-family: \\\"Roboto\\\", sans-serif, BlinkMacSystemFont, \\\"Segoe UI\\\", Roboto, \\\"Helvetica Neue\\\", Arial, sans-serif, \\\"Apple Color Emoji\\\", \\\"Segoe UI Emoji\\\", \\\"Segoe UI Symbol\\\";\\n  background-color: transparent;\\n  color: var(--button-theme-secondary);\\n  border: 1px solid var(--border-color);\\n}\\n\\n.button__components-button.btn-secondary:hover {\\n  background-color: transparent;\\n  border: 1px solid var(--button-theme-secondary);\\n  color: var(--button-theme-secondary);\\n}\\n\\n.button__components-button.btn-secondary:active {\\n  border: 1px solid var(--button-theme-secondary);\\n}\\n\\n.button__components-button.btn-secondary:focus {\\n  box-shadow: none;\\n}\\n\\nbody.accendoLight .button__components-button.btn-secondary {\\n  color: var(--text-color-white);\\n  border-color: var(--button-theme-secondary);\\n  background-color: var(--button-theme-secondary);\\n  color: var(--contrast-color);\\n  border-color: var(--light-color-20);\\n}\\n\\nbody.accendoLight .button__components-button.btn-secondary:hover {\\n  background-color: var(--button-theme-secondary-hover) !important;\\n  border-color: var(--primary-color);\\n}\\n\\n.button__components-button.btn-success {\\n  font-family: \\\"Roboto\\\", sans-serif, BlinkMacSystemFont, \\\"Segoe UI\\\", Roboto, \\\"Helvetica Neue\\\", Arial, sans-serif, \\\"Apple Color Emoji\\\", \\\"Segoe UI Emoji\\\", \\\"Segoe UI Symbol\\\";\\n  background-color: transparent;\\n  color: var(--button-theme-success);\\n  border: 1px solid var(--border-color);\\n}\\n\\n.button__components-button.btn-success:hover {\\n  background-color: transparent;\\n  border: 1px solid var(--button-theme-success);\\n  color: var(--button-theme-success);\\n}\\n\\n.button__components-button.btn-success:active {\\n  border: 1px solid var(--button-theme-success);\\n}\\n\\n.button__components-button.btn-success:focus {\\n  box-shadow: none;\\n}\\n\\nbody.accendoLight .button__components-button.btn-success {\\n  color: var(--text-color-white);\\n  border-color: var(--button-theme-success);\\n  background-color: var(--button-theme-success);\\n}\\n\\nbody.accendoLight .button__components-button.btn-success:hover {\\n  background-color: var(--button-theme-success-hover) !important;\\n}\\n\\n.button__components-button.btn-info {\\n  font-family: \\\"Roboto\\\", sans-serif, BlinkMacSystemFont, \\\"Segoe UI\\\", Roboto, \\\"Helvetica Neue\\\", Arial, sans-serif, \\\"Apple Color Emoji\\\", \\\"Segoe UI Emoji\\\", \\\"Segoe UI Symbol\\\";\\n  background-color: transparent;\\n  color: var(--button-theme-info);\\n  border: 1px solid var(--border-color);\\n}\\n\\n.button__components-button.btn-info:hover {\\n  background-color: transparent;\\n  border: 1px solid var(--button-theme-info);\\n  color: var(--button-theme-info);\\n}\\n\\n.button__components-button.btn-info:active {\\n  border: 1px solid var(--button-theme-info);\\n}\\n\\n.button__components-button.btn-info:focus {\\n  box-shadow: none;\\n}\\n\\nbody.accendoDefault .button__components-button.btn-info {\\n  border-color: var(--button-theme-info);\\n  color: var(--border-color-light-20);\\n}\\n\\nbody.accendoDefault .button__components-button.btn-info:hover {\\n  border-color: var(--button-theme-info-hover);\\n}\\n\\nbody.accendoLight .button__components-button.btn-info {\\n  color: var(--text-color-white);\\n  border-color: var(--button-theme-info);\\n  background-color: var(--button-theme-info);\\n}\\n\\nbody.accendoLight .button__components-button.btn-info:hover {\\n  background-color: var(--button-theme-info-hover) !important;\\n}\\n\\n.button__components-button.btn-warning {\\n  font-family: \\\"Roboto\\\", sans-serif, BlinkMacSystemFont, \\\"Segoe UI\\\", Roboto, \\\"Helvetica Neue\\\", Arial, sans-serif, \\\"Apple Color Emoji\\\", \\\"Segoe UI Emoji\\\", \\\"Segoe UI Symbol\\\";\\n  background-color: transparent;\\n  color: var(--button-theme-warning);\\n  border: 1px solid var(--border-color);\\n}\\n\\n.button__components-button.btn-warning:hover {\\n  background-color: transparent;\\n  border: 1px solid var(--button-theme-warning);\\n  color: var(--button-theme-warning);\\n}\\n\\n.button__components-button.btn-warning:active {\\n  border: 1px solid var(--button-theme-warning);\\n}\\n\\n.button__components-button.btn-warning:focus {\\n  box-shadow: none;\\n}\\n\\nbody.accendoLight .button__components-button.btn-warning {\\n  color: var(--text-color-white);\\n  border-color: var(--button-theme-warning);\\n  background-color: var(--button-theme-warning);\\n}\\n\\nbody.accendoLight .button__components-button.btn-warning:hover {\\n  background-color: var(--button-theme-warning-hover) !important;\\n}\\n\\n.button__components-button.btn-danger {\\n  font-family: \\\"Roboto\\\", sans-serif, BlinkMacSystemFont, \\\"Segoe UI\\\", Roboto, \\\"Helvetica Neue\\\", Arial, sans-serif, \\\"Apple Color Emoji\\\", \\\"Segoe UI Emoji\\\", \\\"Segoe UI Symbol\\\";\\n  background-color: transparent;\\n  color: var(--button-theme-danger);\\n  border: 1px solid var(--border-color);\\n}\\n\\n.button__components-button.btn-danger:hover {\\n  background-color: transparent;\\n  border: 1px solid var(--button-theme-danger);\\n  color: var(--button-theme-danger);\\n}\\n\\n.button__components-button.btn-danger:active {\\n  border: 1px solid var(--button-theme-danger);\\n}\\n\\n.button__components-button.btn-danger:focus {\\n  box-shadow: none;\\n}\\n\\nbody.accendoLight .button__components-button.btn-danger {\\n  color: var(--text-color-white);\\n  border-color: var(--button-theme-danger);\\n  background-color: var(--button-theme-danger);\\n}\\n\\nbody.accendoLight .button__components-button.btn-danger:hover {\\n  background-color: var(--button-theme-danger-hover) !important;\\n}\\n\\n.button__components-button.btn-light {\\n  font-family: \\\"Roboto\\\", sans-serif, BlinkMacSystemFont, \\\"Segoe UI\\\", Roboto, \\\"Helvetica Neue\\\", Arial, sans-serif, \\\"Apple Color Emoji\\\", \\\"Segoe UI Emoji\\\", \\\"Segoe UI Symbol\\\";\\n  background-color: transparent;\\n  color: var(--button-theme-light);\\n  border: 1px solid var(--border-color);\\n}\\n\\n.button__components-button.btn-light:hover {\\n  background-color: transparent;\\n  border: 1px solid var(--button-theme-light);\\n  color: var(--button-theme-light);\\n}\\n\\n.button__components-button.btn-light:active {\\n  border: 1px solid var(--button-theme-light);\\n}\\n\\n.button__components-button.btn-light:focus {\\n  box-shadow: none;\\n}\\n\\nbody.accendoLight .button__components-button.btn-light {\\n  color: var(--text-color-white);\\n  border-color: var(--button-theme-light);\\n  background-color: var(--button-theme-light);\\n}\\n\\nbody.accendoLight .button__components-button.btn-light:hover {\\n  background-color: var(--button-theme-light-hover) !important;\\n}\\n\\n.button__components-button.btn-dark {\\n  font-family: \\\"Roboto\\\", sans-serif, BlinkMacSystemFont, \\\"Segoe UI\\\", Roboto, \\\"Helvetica Neue\\\", Arial, sans-serif, \\\"Apple Color Emoji\\\", \\\"Segoe UI Emoji\\\", \\\"Segoe UI Symbol\\\";\\n  background-color: transparent;\\n  color: var(--button-theme-dark);\\n  border: 1px solid var(--border-color);\\n}\\n\\n.button__components-button.btn-dark:hover {\\n  background-color: transparent;\\n  border: 1px solid var(--button-theme-dark);\\n  color: var(--button-theme-dark);\\n}\\n\\n.button__components-button.btn-dark:active {\\n  border: 1px solid var(--button-theme-dark);\\n}\\n\\n.button__components-button.btn-dark:focus {\\n  box-shadow: none;\\n}\\n\\nbody.accendoLight .button__components-button.btn-dark {\\n  color: var(--text-color-white);\\n  border-color: var(--button-theme-dark);\\n  background-color: var(--button-theme-dark);\\n}\\n\\nbody.accendoLight .button__components-button.btn-dark:hover {\\n  background-color: var(--button-theme-dark-hover) !important;\\n}\\n\\n.button__components-button.btn {\\n  font-size: 12px;\\n  min-width: 100px;\\n  display: inline-block;\\n  margin: 5px;\\n  position: relative;\\n  border-radius: 0.25rem;\\n  cursor: pointer;\\n  outline: none;\\n}\\n\\n.button__components-button.btn span.fa {\\n  color: var(--primary-color);\\n}\\n\\nbody.accendoLight .button__components-button.btn span.fa {\\n  color: var(--text-color-white);\\n}\\n\\n.button__components-button.btn-md {\\n  font-size: 1rem;\\n  padding: 0.25rem 0.5rem;\\n}\\n\\n.button__components-button.btn:disabled {\\n  cursor: not-allowed;\\n}\\n\\nbody.accendoDefault .button__components-button.btn:disabled {\\n  border: 1px solid var(--border-color-light-20) !important;\\n  background-color: var(--border-color) !important;\\n}\\n\\nbody.accendoLight .button__components-button.btn:disabled {\\n  border: 1px solid var(--button-disable) !important;\\n  background-color: var(--button-disable) !important;\\n  color: var(--input-disable-text) !important;\\n}\\n\\n.loading__components-button {\\n  color: var(--text-color-white) !important;\\n  min-height: 35px;\\n}\", \"\"]);\n\n// exports\nexports.locals = {\n\t\"button\": \"button__components-button\",\n\t\"loading\": \"loading__components-button\"\n};\n\n//# sourceURL=webpack:///./src/Common/Axiata/components/button.scss?./node_modules/css-loader??ref--5-1!./node_modules/resolve-url-loader!./node_modules/sass-loader/dist/cjs.js");

/***/ }),

/***/ "./node_modules/css-loader/index.js?!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js!./src/Common/Axiata/components/buttonAccendo.scss":
/*!**********************************************************************************************************************************************************************!*\
  !*** ./node_modules/css-loader??ref--5-1!./node_modules/resolve-url-loader!./node_modules/sass-loader/dist/cjs.js!./src/Common/Axiata/components/buttonAccendo.scss ***!
  \**********************************************************************************************************************************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {

eval("exports = module.exports = __webpack_require__(/*! ../../../../node_modules/css-loader/lib/css-base.js */ \"./node_modules/css-loader/lib/css-base.js\")(false);\n// imports\nexports.push([module.i, \"@import url(https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,400;\\n\\n0,500;0,700;1,400;1,500;1,700&display=swap);\", \"\"]);\nexports.push([module.i, \"@import url(https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,400;0,500;0,700;1,400;1,500;1,700&display=swap);\", \"\"]);\n\n// module\nexports.push([module.i, \".button__components-buttonAccendo.btn-primary {\\n  font-family: \\\"Roboto\\\", sans-serif, BlinkMacSystemFont, \\\"Segoe UI\\\", Roboto, \\\"Helvetica Neue\\\", Arial, sans-serif, \\\"Apple Color Emoji\\\", \\\"Segoe UI Emoji\\\", \\\"Segoe UI Symbol\\\";\\n  background-color: transparent;\\n  color: var(--button-theme-primary);\\n  border: 1px solid var(--border-color);\\n}\\n\\n.button__components-buttonAccendo.btn-primary:hover {\\n  background-color: transparent;\\n  border: 1px solid var(--button-theme-primary);\\n  color: var(--button-theme-primary);\\n}\\n\\n.button__components-buttonAccendo.btn-primary:active {\\n  border: 1px solid var(--button-theme-primary);\\n}\\n\\n.button__components-buttonAccendo.btn-primary:focus {\\n  box-shadow: none;\\n}\\n\\nbody.accendoLight .button__components-buttonAccendo.btn-primary {\\n  color: var(--text-color-white);\\n  border-color: var(--button-theme-primary);\\n  background-color: var(--button-theme-primary);\\n}\\n\\nbody.accendoLight .button__components-buttonAccendo.btn-primary:hover {\\n  background-color: var(--button-theme-primary-hover) !important;\\n}\\n\\n.button__components-buttonAccendo.btn-secondary {\\n  font-family: \\\"Roboto\\\", sans-serif, BlinkMacSystemFont, \\\"Segoe UI\\\", Roboto, \\\"Helvetica Neue\\\", Arial, sans-serif, \\\"Apple Color Emoji\\\", \\\"Segoe UI Emoji\\\", \\\"Segoe UI Symbol\\\";\\n  background-color: transparent;\\n  color: var(--button-theme-secondary);\\n  border: 1px solid var(--border-color);\\n}\\n\\n.button__components-buttonAccendo.btn-secondary:hover {\\n  background-color: transparent;\\n  border: 1px solid var(--button-theme-secondary);\\n  color: var(--button-theme-secondary);\\n}\\n\\n.button__components-buttonAccendo.btn-secondary:active {\\n  border: 1px solid var(--button-theme-secondary);\\n}\\n\\n.button__components-buttonAccendo.btn-secondary:focus {\\n  box-shadow: none;\\n}\\n\\nbody.accendoLight .button__components-buttonAccendo.btn-secondary {\\n  color: var(--text-color-white);\\n  border-color: var(--button-theme-secondary);\\n  background-color: var(--button-theme-secondary);\\n  color: var(--contrast-color);\\n  border-color: var(--light-color-20);\\n}\\n\\nbody.accendoLight .button__components-buttonAccendo.btn-secondary:hover {\\n  background-color: var(--button-theme-secondary-hover) !important;\\n  border-color: var(--primary-color);\\n}\\n\\n.button__components-buttonAccendo.btn-success {\\n  font-family: \\\"Roboto\\\", sans-serif, BlinkMacSystemFont, \\\"Segoe UI\\\", Roboto, \\\"Helvetica Neue\\\", Arial, sans-serif, \\\"Apple Color Emoji\\\", \\\"Segoe UI Emoji\\\", \\\"Segoe UI Symbol\\\";\\n  background-color: transparent;\\n  color: var(--button-theme-success);\\n  border: 1px solid var(--border-color);\\n}\\n\\n.button__components-buttonAccendo.btn-success:hover {\\n  background-color: transparent;\\n  border: 1px solid var(--button-theme-success);\\n  color: var(--button-theme-success);\\n}\\n\\n.button__components-buttonAccendo.btn-success:active {\\n  border: 1px solid var(--button-theme-success);\\n}\\n\\n.button__components-buttonAccendo.btn-success:focus {\\n  box-shadow: none;\\n}\\n\\nbody.accendoLight .button__components-buttonAccendo.btn-success {\\n  color: var(--text-color-white);\\n  border-color: var(--button-theme-success);\\n  background-color: var(--button-theme-success);\\n}\\n\\nbody.accendoLight .button__components-buttonAccendo.btn-success:hover {\\n  background-color: var(--button-theme-success-hover) !important;\\n}\\n\\n.button__components-buttonAccendo.btn-info {\\n  font-family: \\\"Roboto\\\", sans-serif, BlinkMacSystemFont, \\\"Segoe UI\\\", Roboto, \\\"Helvetica Neue\\\", Arial, sans-serif, \\\"Apple Color Emoji\\\", \\\"Segoe UI Emoji\\\", \\\"Segoe UI Symbol\\\";\\n  background-color: transparent;\\n  color: var(--button-theme-info);\\n  border: 1px solid var(--border-color);\\n}\\n\\n.button__components-buttonAccendo.btn-info:hover {\\n  background-color: transparent;\\n  border: 1px solid var(--button-theme-info);\\n  color: var(--button-theme-info);\\n}\\n\\n.button__components-buttonAccendo.btn-info:active {\\n  border: 1px solid var(--button-theme-info);\\n}\\n\\n.button__components-buttonAccendo.btn-info:focus {\\n  box-shadow: none;\\n}\\n\\nbody.accendoDefault .button__components-buttonAccendo.btn-info {\\n  border-color: var(--button-theme-info);\\n  color: var(--border-color-light-20);\\n}\\n\\nbody.accendoDefault .button__components-buttonAccendo.btn-info:hover {\\n  border-color: var(--button-theme-info-hover);\\n}\\n\\nbody.accendoLight .button__components-buttonAccendo.btn-info {\\n  color: var(--text-color-white);\\n  border-color: var(--button-theme-info);\\n  background-color: var(--button-theme-info);\\n}\\n\\nbody.accendoLight .button__components-buttonAccendo.btn-info:hover {\\n  background-color: var(--button-theme-info-hover) !important;\\n}\\n\\n.button__components-buttonAccendo.btn-warning {\\n  font-family: \\\"Roboto\\\", sans-serif, BlinkMacSystemFont, \\\"Segoe UI\\\", Roboto, \\\"Helvetica Neue\\\", Arial, sans-serif, \\\"Apple Color Emoji\\\", \\\"Segoe UI Emoji\\\", \\\"Segoe UI Symbol\\\";\\n  background-color: transparent;\\n  color: var(--button-theme-warning);\\n  border: 1px solid var(--border-color);\\n}\\n\\n.button__components-buttonAccendo.btn-warning:hover {\\n  background-color: transparent;\\n  border: 1px solid var(--button-theme-warning);\\n  color: var(--button-theme-warning);\\n}\\n\\n.button__components-buttonAccendo.btn-warning:active {\\n  border: 1px solid var(--button-theme-warning);\\n}\\n\\n.button__components-buttonAccendo.btn-warning:focus {\\n  box-shadow: none;\\n}\\n\\nbody.accendoLight .button__components-buttonAccendo.btn-warning {\\n  color: var(--text-color-white);\\n  border-color: var(--button-theme-warning);\\n  background-color: var(--button-theme-warning);\\n}\\n\\nbody.accendoLight .button__components-buttonAccendo.btn-warning:hover {\\n  background-color: var(--button-theme-warning-hover) !important;\\n}\\n\\n.button__components-buttonAccendo.btn-danger {\\n  font-family: \\\"Roboto\\\", sans-serif, BlinkMacSystemFont, \\\"Segoe UI\\\", Roboto, \\\"Helvetica Neue\\\", Arial, sans-serif, \\\"Apple Color Emoji\\\", \\\"Segoe UI Emoji\\\", \\\"Segoe UI Symbol\\\";\\n  background-color: transparent;\\n  color: var(--button-theme-danger);\\n  border: 1px solid var(--border-color);\\n}\\n\\n.button__components-buttonAccendo.btn-danger:hover {\\n  background-color: transparent;\\n  border: 1px solid var(--button-theme-danger);\\n  color: var(--button-theme-danger);\\n}\\n\\n.button__components-buttonAccendo.btn-danger:active {\\n  border: 1px solid var(--button-theme-danger);\\n}\\n\\n.button__components-buttonAccendo.btn-danger:focus {\\n  box-shadow: none;\\n}\\n\\nbody.accendoLight .button__components-buttonAccendo.btn-danger {\\n  color: var(--text-color-white);\\n  border-color: var(--button-theme-danger);\\n  background-color: var(--button-theme-danger);\\n}\\n\\nbody.accendoLight .button__components-buttonAccendo.btn-danger:hover {\\n  background-color: var(--button-theme-danger-hover) !important;\\n}\\n\\n.button__components-buttonAccendo.btn-light {\\n  font-family: \\\"Roboto\\\", sans-serif, BlinkMacSystemFont, \\\"Segoe UI\\\", Roboto, \\\"Helvetica Neue\\\", Arial, sans-serif, \\\"Apple Color Emoji\\\", \\\"Segoe UI Emoji\\\", \\\"Segoe UI Symbol\\\";\\n  background-color: transparent;\\n  color: var(--button-theme-light);\\n  border: 1px solid var(--border-color);\\n}\\n\\n.button__components-buttonAccendo.btn-light:hover {\\n  background-color: transparent;\\n  border: 1px solid var(--button-theme-light);\\n  color: var(--button-theme-light);\\n}\\n\\n.button__components-buttonAccendo.btn-light:active {\\n  border: 1px solid var(--button-theme-light);\\n}\\n\\n.button__components-buttonAccendo.btn-light:focus {\\n  box-shadow: none;\\n}\\n\\nbody.accendoLight .button__components-buttonAccendo.btn-light {\\n  color: var(--text-color-white);\\n  border-color: var(--button-theme-light);\\n  background-color: var(--button-theme-light);\\n}\\n\\nbody.accendoLight .button__components-buttonAccendo.btn-light:hover {\\n  background-color: var(--button-theme-light-hover) !important;\\n}\\n\\n.button__components-buttonAccendo.btn-dark {\\n  font-family: \\\"Roboto\\\", sans-serif, BlinkMacSystemFont, \\\"Segoe UI\\\", Roboto, \\\"Helvetica Neue\\\", Arial, sans-serif, \\\"Apple Color Emoji\\\", \\\"Segoe UI Emoji\\\", \\\"Segoe UI Symbol\\\";\\n  background-color: transparent;\\n  color: var(--button-theme-dark);\\n  border: 1px solid var(--border-color);\\n}\\n\\n.button__components-buttonAccendo.btn-dark:hover {\\n  background-color: transparent;\\n  border: 1px solid var(--button-theme-dark);\\n  color: var(--button-theme-dark);\\n}\\n\\n.button__components-buttonAccendo.btn-dark:active {\\n  border: 1px solid var(--button-theme-dark);\\n}\\n\\n.button__components-buttonAccendo.btn-dark:focus {\\n  box-shadow: none;\\n}\\n\\nbody.accendoLight .button__components-buttonAccendo.btn-dark {\\n  color: var(--text-color-white);\\n  border-color: var(--button-theme-dark);\\n  background-color: var(--button-theme-dark);\\n}\\n\\nbody.accendoLight .button__components-buttonAccendo.btn-dark:hover {\\n  background-color: var(--button-theme-dark-hover) !important;\\n}\\n\\n.button__components-buttonAccendo.btn {\\n  font-size: 12px;\\n  min-width: 100px;\\n  display: inline-block;\\n  margin: 5px;\\n  position: relative;\\n  border-radius: 0.25rem;\\n  cursor: pointer;\\n  outline: none;\\n}\\n\\n.button__components-buttonAccendo.btn span.fa {\\n  color: var(--primary-color);\\n}\\n\\nbody.accendoLight .button__components-buttonAccendo.btn span.fa {\\n  color: var(--text-color-white);\\n}\\n\\n.button__components-buttonAccendo.btn-md {\\n  font-size: 1rem;\\n  padding: 0.25rem 0.5rem;\\n}\\n\\n.button__components-buttonAccendo.btn:disabled {\\n  cursor: not-allowed;\\n}\\n\\nbody.accendoDefault .button__components-buttonAccendo.btn:disabled {\\n  border: 1px solid var(--border-color-light-20) !important;\\n  background-color: var(--border-color) !important;\\n}\\n\\nbody.accendoLight .button__components-buttonAccendo.btn:disabled {\\n  border: 1px solid var(--button-disable) !important;\\n  background-color: var(--button-disable) !important;\\n  color: var(--input-disable-text) !important;\\n}\\n\\n.loading__components-buttonAccendo {\\n  color: var(--text-color-white) !important;\\n  min-height: 35px;\\n}\", \"\"]);\n\n// exports\nexports.locals = {\n\t\"button\": \"button__components-buttonAccendo\",\n\t\"loading\": \"loading__components-buttonAccendo\"\n};\n\n//# sourceURL=webpack:///./src/Common/Axiata/components/buttonAccendo.scss?./node_modules/css-loader??ref--5-1!./node_modules/resolve-url-loader!./node_modules/sass-loader/dist/cjs.js");

/***/ }),

/***/ "./node_modules/css-loader/index.js?!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js!./src/Common/Axiata/components/fancyButton.scss":
/*!********************************************************************************************************************************************************************!*\
  !*** ./node_modules/css-loader??ref--5-1!./node_modules/resolve-url-loader!./node_modules/sass-loader/dist/cjs.js!./src/Common/Axiata/components/fancyButton.scss ***!
  \********************************************************************************************************************************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {

eval("exports = module.exports = __webpack_require__(/*! ../../../../node_modules/css-loader/lib/css-base.js */ \"./node_modules/css-loader/lib/css-base.js\")(false);\n// imports\nexports.push([module.i, \"@import url(https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,400;\\n\\n0,500;0,700;1,400;1,500;1,700&display=swap);\", \"\"]);\n\n// module\nexports.push([module.i, \".fancyBtn__components-fancyButton {\\n  border-color: transparent;\\n  background: transparent;\\n}\\n\\n.fancyBtn__components-fancyButton .text__components-fancyButton {\\n  transition: opacity, color 500ms ease;\\n  font-size: 18px;\\n  font-family: \\\"Roboto\\\", sans-serif, BlinkMacSystemFont, \\\"Segoe UI\\\", Roboto, \\\"Helvetica Neue\\\", Arial, sans-serif, \\\"Apple Color Emoji\\\", \\\"Segoe UI Emoji\\\", \\\"Segoe UI Symbol\\\";\\n  padding-left: 10px;\\n  padding-right: 10px;\\n  top: 20px;\\n  margin-top: 5px;\\n  cursor: pointer;\\n  opacity: 0.7;\\n  color: var(--fancy-btn-text-color, var(--primary-color));\\n  font-weight: 500;\\n}\\n\\nbody.accendoLight .fancyBtn__components-fancyButton .text__components-fancyButton {\\n  color: var(--primary-color);\\n}\\n\\n.fancyBtn__components-fancyButton .text__components-fancyButton:hover {\\n  color: var(--primary-color);\\n}\\n\\n.fancyBtn__components-fancyButton:focus {\\n  outline: 0;\\n}\\n\\n.fancyBtn__components-fancyButton:disabled {\\n  cursor: not-allowed;\\n}\\n\\n.fancyBtn__components-fancyButton:disabled .text__components-fancyButton {\\n  cursor: not-allowed;\\n  opacity: 0.6;\\n}\\n\\n.fancyBtn__components-fancyButton:disabled .text__components-fancyButton:hover {\\n  color: var(--contrast-color);\\n  opacity: 0.6;\\n}\\n\\n.fancyBtn__components-fancyButton:not(.disabled):hover > :nth-child(1) {\\n  animation-play-state: running;\\n  animation-delay: 0.1s;\\n}\\n\\n.fancyBtn__components-fancyButton:not(.disabled):hover > :nth-child(2) {\\n  animation-play-state: running;\\n  animation-delay: 0.2s;\\n}\\n\\n.fancyBtn__components-fancyButton:not(.disabled):hover > :nth-child(3) {\\n  animation-play-state: running;\\n  animation-delay: 0.3s;\\n}\\n\\n.fancyBtn__components-fancyButton:not(.disabled):hover > :nth-child(4) {\\n  opacity: 1;\\n}\\n\\n.fancyBtn__components-fancyButton:not(.disabled):hover > :nth-child(5) {\\n  animation-play-state: running;\\n  animation-delay: 0.3s;\\n}\\n\\n.fancyBtn__components-fancyButton:not(.disabled):hover > :nth-child(6) {\\n  animation-play-state: running;\\n  animation-delay: 0.2s;\\n}\\n\\n.fancyBtn__components-fancyButton:not(.disabled):hover > :nth-child(7) {\\n  animation-play-state: running;\\n  animation-delay: 0.1s;\\n}\\n\\n.fancyBtn__components-fancyButton:not(:hover) > *:not(:nth-child(4)) {\\n  animation: none;\\n  opacity: 0.2;\\n}\\n\\n.arrow__components-fancyButton {\\n  color: var(--fancy-btn-arrow-color, var(--primary-color));\\n  opacity: 0.2;\\n  animation: loading__components-fancyButton 800ms linear infinite;\\n  animation-play-state: paused;\\n  transition: opacity ease;\\n}\\n\\n.arrow__components-fancyButton.disabled__components-fancyButton {\\n  animation: none;\\n}\\n\\n@keyframes loading__components-fancyButton {\\n  100% {\\n    opacity: 1;\\n  }\\n}\", \"\"]);\n\n// exports\nexports.locals = {\n\t\"fancyBtn\": \"fancyBtn__components-fancyButton\",\n\t\"text\": \"text__components-fancyButton\",\n\t\"arrow\": \"arrow__components-fancyButton\",\n\t\"loading\": \"loading__components-fancyButton\",\n\t\"disabled\": \"disabled__components-fancyButton\"\n};\n\n//# sourceURL=webpack:///./src/Common/Axiata/components/fancyButton.scss?./node_modules/css-loader??ref--5-1!./node_modules/resolve-url-loader!./node_modules/sass-loader/dist/cjs.js");

/***/ }),

/***/ "./node_modules/css-loader/index.js?!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js!./src/Common/components/HeaderAppTray/headerAppTray.scss":
/*!*****************************************************************************************************************************************************************************!*\
  !*** ./node_modules/css-loader??ref--5-1!./node_modules/resolve-url-loader!./node_modules/sass-loader/dist/cjs.js!./src/Common/components/HeaderAppTray/headerAppTray.scss ***!
  \*****************************************************************************************************************************************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {

eval("exports = module.exports = __webpack_require__(/*! ../../../../node_modules/css-loader/lib/css-base.js */ \"./node_modules/css-loader/lib/css-base.js\")(false);\n// imports\n\n\n// module\nexports.push([module.i, \"/**\\n * utilities - all helper functions will be placed here to be import by individual style files\\n * that are in /resources/assets/js/...\\n * this is to make it easier for future code splitting feature to be implemented\\n */\\n\\nspan.assess-icon__HeaderAppTray-headerAppTray {\\n  --loading-width-sm: 1.5rem;\\n  --loading-width-md: 2.625rem;\\n  --loading-width-lg: 4rem;\\n  --loading-padding-sm: 0.25rem;\\n  --loading-padding-md: 0.375rem;\\n  --loading-padding-lg: 0.5rem;\\n}\\n\\n/**\\n * Dependent on bootstrap 4, breakpoint lib\\n * Make media queries understandable by 3 years old kids\\n */\\n\\n.headerNavigationDropdown__HeaderAppTray-headerAppTray button:focus {\\n  outline: 0;\\n}\\n\\n.headerNavigationDropdown__HeaderAppTray-headerAppTray .show {\\n  display: flex !important;\\n}\\n\\n.headerNavigationDropdown__HeaderAppTray-headerAppTray .btn {\\n  background-color: transparent;\\n  border-color: transparent;\\n}\\n\\n.headerNavigationDropdown__HeaderAppTray-headerAppTray .btn:hover {\\n  background-color: transparent;\\n}\\n\\n.headerNavigationDropdown__HeaderAppTray-headerAppTray .dropdown-item {\\n  width: 100px;\\n  padding: 0;\\n  font-size: 12px;\\n  line-height: 1.4;\\n  text-align: center;\\n  border-radius: 10px;\\n  border: 2px solid var(--contrast-color);\\n  margin: 5px;\\n}\\n\\n.headerNavigationDropdown__HeaderAppTray-headerAppTray .dropdown-item a {\\n  display: block;\\n  padding: 15px 0;\\n  color: inherit;\\n  text-decoration: none !important;\\n}\\n\\n.headerNavigationDropdown__HeaderAppTray-headerAppTray .headerNavigationImg__HeaderAppTray-headerAppTray {\\n  display: block;\\n  padding-top: 10px;\\n  margin: auto auto 10px;\\n}\\n\\n.headerNavBtn__HeaderAppTray-headerAppTray {\\n  color: var(--text-color-white) !important;\\n}\\n\\n.logo__HeaderAppTray-headerAppTray {\\n  height: 55px;\\n}\\n\\n.adminApp__HeaderAppTray-headerAppTray {\\n  width: 575px !important;\\n  display: flex;\\n  flex-flow: row wrap;\\n  padding: 10px !important;\\n  top: 10px !important;\\n  left: -200px !important;\\n}\\n\\n.adminApp__HeaderAppTray-headerAppTray:focus {\\n  outline: 0;\\n}\\n\\n.adminBtn__HeaderAppTray-headerAppTray button:focus {\\n  outline: none;\\n}\\n\\n.impersonateBtn__HeaderAppTray-headerAppTray {\\n  cursor: pointer;\\n}\", \"\"]);\n\n// exports\nexports.locals = {\n\t\"assess-icon\": \"assess-icon__HeaderAppTray-headerAppTray\",\n\t\"headerNavigationDropdown\": \"headerNavigationDropdown__HeaderAppTray-headerAppTray\",\n\t\"headerNavigationImg\": \"headerNavigationImg__HeaderAppTray-headerAppTray\",\n\t\"headerNavBtn\": \"headerNavBtn__HeaderAppTray-headerAppTray\",\n\t\"logo\": \"logo__HeaderAppTray-headerAppTray\",\n\t\"adminApp\": \"adminApp__HeaderAppTray-headerAppTray\",\n\t\"adminBtn\": \"adminBtn__HeaderAppTray-headerAppTray\",\n\t\"impersonateBtn\": \"impersonateBtn__HeaderAppTray-headerAppTray\"\n};\n\n//# sourceURL=webpack:///./src/Common/components/HeaderAppTray/headerAppTray.scss?./node_modules/css-loader??ref--5-1!./node_modules/resolve-url-loader!./node_modules/sass-loader/dist/cjs.js");

/***/ }),

/***/ "./node_modules/css-loader/index.js?!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js!./src/Common/components/HeaderAppTray/headerAppTrayAccendo.scss":
/*!************************************************************************************************************************************************************************************!*\
  !*** ./node_modules/css-loader??ref--5-1!./node_modules/resolve-url-loader!./node_modules/sass-loader/dist/cjs.js!./src/Common/components/HeaderAppTray/headerAppTrayAccendo.scss ***!
  \************************************************************************************************************************************************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {

eval("exports = module.exports = __webpack_require__(/*! ../../../../node_modules/css-loader/lib/css-base.js */ \"./node_modules/css-loader/lib/css-base.js\")(false);\n// imports\n\n\n// module\nexports.push([module.i, \"/**\\n * utilities - all helper functions will be placed here to be import by individual style files\\n * that are in /resources/assets/js/...\\n * this is to make it easier for future code splitting feature to be implemented\\n */\\n\\nspan.assess-icon__HeaderAppTray-headerAppTrayAccendo {\\n  --loading-width-sm: 1.5rem;\\n  --loading-width-md: 2.625rem;\\n  --loading-width-lg: 4rem;\\n  --loading-padding-sm: 0.25rem;\\n  --loading-padding-md: 0.375rem;\\n  --loading-padding-lg: 0.5rem;\\n}\\n\\n/**\\n * Dependent on bootstrap 4, breakpoint lib\\n * Make media queries understandable by 3 years old kids\\n */\\n\\n/**\\n * utilities - all helper functions will be placed here to be import by individual style files\\n * that are in /resources/assets/js/...\\n * this is to make it easier for future code splitting feature to be implemented\\n */\\n\\nspan.assess-icon__HeaderAppTray-headerAppTrayAccendo {\\n  --loading-width-sm: 1.5rem;\\n  --loading-width-md: 2.625rem;\\n  --loading-width-lg: 4rem;\\n  --loading-padding-sm: 0.25rem;\\n  --loading-padding-md: 0.375rem;\\n  --loading-padding-lg: 0.5rem;\\n}\\n\\n/**\\n * Dependent on bootstrap 4, breakpoint lib\\n * Make media queries understandable by 3 years old kids\\n */\\n\\n.headerNavigationDropdown__HeaderAppTray-headerAppTrayAccendo button:focus {\\n  outline: 0;\\n}\\n\\n.headerNavigationDropdown__HeaderAppTray-headerAppTrayAccendo .show {\\n  display: flex !important;\\n}\\n\\n.headerNavigationDropdown__HeaderAppTray-headerAppTrayAccendo .btn {\\n  background-color: transparent;\\n  border-color: transparent;\\n}\\n\\n.headerNavigationDropdown__HeaderAppTray-headerAppTrayAccendo .btn:hover {\\n  background-color: transparent;\\n}\\n\\n.headerNavigationDropdown__HeaderAppTray-headerAppTrayAccendo .dropdown-item {\\n  width: 100px;\\n  padding: 0;\\n  font-size: 12px;\\n  line-height: 1.4;\\n  text-align: center;\\n  border-radius: 10px;\\n  border: 2px solid #0d2c4b;\\n  margin: 5px;\\n}\\n\\n.headerNavigationDropdown__HeaderAppTray-headerAppTrayAccendo .dropdown-item a {\\n  display: block;\\n  padding: 15px 0;\\n  color: inherit;\\n  text-decoration: none !important;\\n}\\n\\n.headerNavigationDropdown__HeaderAppTray-headerAppTrayAccendo .headerNavigationImg__HeaderAppTray-headerAppTrayAccendo {\\n  display: block;\\n  padding-top: 10px;\\n  margin: auto auto 10px;\\n}\\n\\n.headerNavBtn__HeaderAppTray-headerAppTrayAccendo {\\n  color: var(--text-color-white) !important;\\n}\\n\\n.logo__HeaderAppTray-headerAppTrayAccendo {\\n  height: 55px;\\n}\\n\\n.adminApp__HeaderAppTray-headerAppTrayAccendo {\\n  width: 575px !important;\\n  display: flex;\\n  flex-flow: row wrap;\\n  padding: 10px !important;\\n  top: 10px !important;\\n  left: -200px !important;\\n}\\n\\n.adminApp__HeaderAppTray-headerAppTrayAccendo:focus {\\n  outline: 0;\\n}\\n\\n.adminBtn__HeaderAppTray-headerAppTrayAccendo button:focus {\\n  outline: none;\\n}\\n\\n.impersonateBtn__HeaderAppTray-headerAppTrayAccendo {\\n  cursor: pointer;\\n}\\n\\n.headerNavigationDropdown__HeaderAppTray-headerAppTrayAccendo .el-dropdown-menu {\\n  border-radius: 20px;\\n  box-shadow: 0 2px 30px rgba(96, 243, 255, 0.2);\\n  background-color: #0d2c4b;\\n  border: 2px solid #0d2c4b;\\n}\\n\\n.headerNavigationDropdown__HeaderAppTray-headerAppTrayAccendo .el-dropdown-menu__item:not(.is-disabled):hover {\\n  border: 2px solid #00ffd8 !important;\\n  background-color: transparent !important;\\n  color: white;\\n}\\n\\n.wordColor__HeaderAppTray-headerAppTrayAccendo {\\n  color: white;\\n}\", \"\"]);\n\n// exports\nexports.locals = {\n\t\"assess-icon\": \"assess-icon__HeaderAppTray-headerAppTrayAccendo\",\n\t\"headerNavigationDropdown\": \"headerNavigationDropdown__HeaderAppTray-headerAppTrayAccendo\",\n\t\"headerNavigationImg\": \"headerNavigationImg__HeaderAppTray-headerAppTrayAccendo\",\n\t\"headerNavBtn\": \"headerNavBtn__HeaderAppTray-headerAppTrayAccendo\",\n\t\"logo\": \"logo__HeaderAppTray-headerAppTrayAccendo\",\n\t\"adminApp\": \"adminApp__HeaderAppTray-headerAppTrayAccendo\",\n\t\"adminBtn\": \"adminBtn__HeaderAppTray-headerAppTrayAccendo\",\n\t\"impersonateBtn\": \"impersonateBtn__HeaderAppTray-headerAppTrayAccendo\",\n\t\"wordColor\": \"wordColor__HeaderAppTray-headerAppTrayAccendo\"\n};\n\n//# sourceURL=webpack:///./src/Common/components/HeaderAppTray/headerAppTrayAccendo.scss?./node_modules/css-loader??ref--5-1!./node_modules/resolve-url-loader!./node_modules/sass-loader/dist/cjs.js");

/***/ }),

/***/ "./node_modules/css-loader/index.js?!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js!./src/Common/components/PageBase/pageBase.scss":
/*!*******************************************************************************************************************************************************************!*\
  !*** ./node_modules/css-loader??ref--5-1!./node_modules/resolve-url-loader!./node_modules/sass-loader/dist/cjs.js!./src/Common/components/PageBase/pageBase.scss ***!
  \*******************************************************************************************************************************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {

eval("exports = module.exports = __webpack_require__(/*! ../../../../node_modules/css-loader/lib/css-base.js */ \"./node_modules/css-loader/lib/css-base.js\")(false);\n// imports\n\n\n// module\nexports.push([module.i, \"/**\\n * utilities - all helper functions will be placed here to be import by individual style files\\n * that are in /resources/assets/js/...\\n * this is to make it easier for future code splitting feature to be implemented\\n */\\n\\nspan.assess-icon__PageBase-pageBase {\\n  --loading-width-sm: 1.5rem;\\n  --loading-width-md: 2.625rem;\\n  --loading-width-lg: 4rem;\\n  --loading-padding-sm: 0.25rem;\\n  --loading-padding-md: 0.375rem;\\n  --loading-padding-lg: 0.5rem;\\n}\\n\\n/**\\n * Dependent on bootstrap 4, breakpoint lib\\n * Make media queries understandable by 3 years old kids\\n */\\n\\n.page__PageBase-pageBase {\\n  width: 100%;\\n  min-height: 100vh;\\n  display: flex;\\n  flex-direction: column;\\n  justify-content: space-between;\\n}\\n\\n.pageContent__PageBase-pageBase {\\n  flex-grow: 1;\\n  background-color: var(--page-background);\\n}\", \"\"]);\n\n// exports\nexports.locals = {\n\t\"assess-icon\": \"assess-icon__PageBase-pageBase\",\n\t\"page\": \"page__PageBase-pageBase\",\n\t\"pageContent\": \"pageContent__PageBase-pageBase\"\n};\n\n//# sourceURL=webpack:///./src/Common/components/PageBase/pageBase.scss?./node_modules/css-loader??ref--5-1!./node_modules/resolve-url-loader!./node_modules/sass-loader/dist/cjs.js");

/***/ }),

/***/ "./node_modules/css-loader/index.js?!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js!./src/Common/components/PageBase/pageBaseAccendo.scss":
/*!**************************************************************************************************************************************************************************!*\
  !*** ./node_modules/css-loader??ref--5-1!./node_modules/resolve-url-loader!./node_modules/sass-loader/dist/cjs.js!./src/Common/components/PageBase/pageBaseAccendo.scss ***!
  \**************************************************************************************************************************************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {

eval("var escape = __webpack_require__(/*! ../../../../node_modules/css-loader/lib/url/escape.js */ \"./node_modules/css-loader/lib/url/escape.js\");\nexports = module.exports = __webpack_require__(/*! ../../../../node_modules/css-loader/lib/css-base.js */ \"./node_modules/css-loader/lib/css-base.js\")(false);\n// imports\n\n\n// module\nexports.push([module.i, \"/**\\n * utilities - all helper functions will be placed here to be import by individual style files\\n * that are in /resources/assets/js/...\\n * this is to make it easier for future code splitting feature to be implemented\\n */\\n\\nspan.assess-icon__PageBase-pageBaseAccendo {\\n  --loading-width-sm: 1.5rem;\\n  --loading-width-md: 2.625rem;\\n  --loading-width-lg: 4rem;\\n  --loading-padding-sm: 0.25rem;\\n  --loading-padding-md: 0.375rem;\\n  --loading-padding-lg: 0.5rem;\\n}\\n\\n/**\\n * Dependent on bootstrap 4, breakpoint lib\\n * Make media queries understandable by 3 years old kids\\n */\\n\\n.page__PageBase-pageBaseAccendo {\\n  width: 100%;\\n  min-height: 100vh;\\n  display: flex;\\n  flex-direction: column;\\n  justify-content: space-between;\\n  box-shadow: inset 0 0 0 1000px rgba(0, 0, 0, 0.5);\\n}\\n\\nbody.accendoLight .page__PageBase-pageBaseAccendo {\\n  box-shadow: none;\\n}\\n\\n.page__PageBase-pageBaseAccendo:before {\\n  content: '';\\n  position: fixed;\\n  top: 0;\\n  left: 0;\\n  width: 100vw;\\n  height: 100vh;\\n  display: block;\\n  background-size: cover;\\n  background-repeat: no-repeat;\\n  z-index: -1;\\n}\\n\\nbody.accendoDefault .page__PageBase-pageBaseAccendo:before {\\n  background-image: url(\" + escape(__webpack_require__(/*! ../../images/landingPage/final_bg.jpg */ \"./src/Common/images/landingPage/final_bg.jpg\")) + \");\\n}\\n\\n.pageContent__PageBase-pageBaseAccendo {\\n  flex-grow: 1;\\n}\", \"\"]);\n\n// exports\nexports.locals = {\n\t\"assess-icon\": \"assess-icon__PageBase-pageBaseAccendo\",\n\t\"page\": \"page__PageBase-pageBaseAccendo\",\n\t\"pageContent\": \"pageContent__PageBase-pageBaseAccendo\"\n};\n\n//# sourceURL=webpack:///./src/Common/components/PageBase/pageBaseAccendo.scss?./node_modules/css-loader??ref--5-1!./node_modules/resolve-url-loader!./node_modules/sass-loader/dist/cjs.js");

/***/ }),

/***/ "./node_modules/css-loader/index.js?!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js!./src/Common/components/ThemeSelector/index.scss":
/*!*********************************************************************************************************************************************************************!*\
  !*** ./node_modules/css-loader??ref--5-1!./node_modules/resolve-url-loader!./node_modules/sass-loader/dist/cjs.js!./src/Common/components/ThemeSelector/index.scss ***!
  \*********************************************************************************************************************************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {

eval("exports = module.exports = __webpack_require__(/*! ../../../../node_modules/css-loader/lib/css-base.js */ \"./node_modules/css-loader/lib/css-base.js\")(false);\n// imports\n\n\n// module\nexports.push([module.i, \"/**\\n * utilities - all helper functions will be placed here to be import by individual style files\\n * that are in /resources/assets/js/...\\n * this is to make it easier for future code splitting feature to be implemented\\n */\\n\\nspan.assess-icon__ThemeSelector-index {\\n  --loading-width-sm: 1.5rem;\\n  --loading-width-md: 2.625rem;\\n  --loading-width-lg: 4rem;\\n  --loading-padding-sm: 0.25rem;\\n  --loading-padding-md: 0.375rem;\\n  --loading-padding-lg: 0.5rem;\\n}\\n\\n/**\\n * Dependent on bootstrap 4, breakpoint lib\\n * Make media queries understandable by 3 years old kids\\n */\\n\\n.themeSelectorContainer__ThemeSelector-index {\\n  border-radius: 50%;\\n  border: 1px solid var(--primary-color-dark-20);\\n  margin: 0 5px;\\n  font-size: 13px;\\n  cursor: pointer;\\n}\\n\\n.themeSelectorContainer__ThemeSelector-index .themeContainer__ThemeSelector-index {\\n  width: 32px;\\n  height: 32px;\\n  text-transform: uppercase;\\n  display: flex;\\n  align-items: center;\\n  justify-content: center;\\n  color: var(--text-color-white);\\n}\\n\\nbody.accendoLight .themeSelectorContainer__ThemeSelector-index .themeContainer__ThemeSelector-index.themeColor__ThemeSelector-index {\\n  color: var(--contrast-color);\\n}\", \"\"]);\n\n// exports\nexports.locals = {\n\t\"assess-icon\": \"assess-icon__ThemeSelector-index\",\n\t\"themeSelectorContainer\": \"themeSelectorContainer__ThemeSelector-index\",\n\t\"themeContainer\": \"themeContainer__ThemeSelector-index\",\n\t\"themeColor\": \"themeColor__ThemeSelector-index\"\n};\n\n//# sourceURL=webpack:///./src/Common/components/ThemeSelector/index.scss?./node_modules/css-loader??ref--5-1!./node_modules/resolve-url-loader!./node_modules/sass-loader/dist/cjs.js");

/***/ }),

/***/ "./node_modules/css-loader/index.js?!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js!./src/Common/components/actionDialog.scss":
/*!**************************************************************************************************************************************************************!*\
  !*** ./node_modules/css-loader??ref--5-1!./node_modules/resolve-url-loader!./node_modules/sass-loader/dist/cjs.js!./src/Common/components/actionDialog.scss ***!
  \**************************************************************************************************************************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {

eval("exports = module.exports = __webpack_require__(/*! ../../../node_modules/css-loader/lib/css-base.js */ \"./node_modules/css-loader/lib/css-base.js\")(false);\n// imports\n\n\n// module\nexports.push([module.i, \"/**\\n * utilities - all helper functions will be placed here to be import by individual style files\\n * that are in /resources/assets/js/...\\n * this is to make it easier for future code splitting feature to be implemented\\n */\\n\\nspan.assess-icon__components-actionDialog {\\n  --loading-width-sm: 1.5rem;\\n  --loading-width-md: 2.625rem;\\n  --loading-width-lg: 4rem;\\n  --loading-padding-sm: 0.25rem;\\n  --loading-padding-md: 0.375rem;\\n  --loading-padding-lg: 0.5rem;\\n}\\n\\n/**\\n * Dependent on bootstrap 4, breakpoint lib\\n * Make media queries understandable by 3 years old kids\\n */\\n\\n.actionDialog__components-actionDialog {\\n  width: 50% !important;\\n}\\n\\n@media only screen and (max-width: 768px) {\\n  .actionDialog__components-actionDialog {\\n    width: 80% !important;\\n  }\\n}\\n\\n.actionDialog__components-actionDialog .el-dialog__header {\\n  padding-bottom: 20px;\\n  border: 1px solid #dddfe7;\\n}\\n\\n.actionDialog__components-actionDialog .el-dialog__header .el-dialog__headerbtn {\\n  font-size: 18px;\\n}\\n\\n.actionDialog__components-actionDialog .el-dialog__header .el-dialog__headerbtn .el-dialog__close {\\n  color: #004a80;\\n}\\n\\n.actionDialog__components-actionDialog .el-dialog__header .el-icon-close::before {\\n  content: \\\"\\\\F00D\\\";\\n  font-family: \\\"Fontawesome\\\";\\n}\\n\\n.dialogFooter__components-actionDialog {\\n  display: flex;\\n  align-content: center;\\n  align-items: center;\\n  justify-content: space-between;\\n}\", \"\"]);\n\n// exports\nexports.locals = {\n\t\"assess-icon\": \"assess-icon__components-actionDialog\",\n\t\"actionDialog\": \"actionDialog__components-actionDialog\",\n\t\"dialogFooter\": \"dialogFooter__components-actionDialog\"\n};\n\n//# sourceURL=webpack:///./src/Common/components/actionDialog.scss?./node_modules/css-loader??ref--5-1!./node_modules/resolve-url-loader!./node_modules/sass-loader/dist/cjs.js");

/***/ }),

/***/ "./node_modules/css-loader/index.js?!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js!./src/Common/components/footer.scss":
/*!********************************************************************************************************************************************************!*\
  !*** ./node_modules/css-loader??ref--5-1!./node_modules/resolve-url-loader!./node_modules/sass-loader/dist/cjs.js!./src/Common/components/footer.scss ***!
  \********************************************************************************************************************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {

eval("exports = module.exports = __webpack_require__(/*! ../../../node_modules/css-loader/lib/css-base.js */ \"./node_modules/css-loader/lib/css-base.js\")(false);\n// imports\n\n\n// module\nexports.push([module.i, \"span.assess-icon__components-footer {\\n  --loading-width-sm: 1.5rem;\\n  --loading-width-md: 2.625rem;\\n  --loading-width-lg: 4rem;\\n  --loading-padding-sm: 0.25rem;\\n  --loading-padding-md: 0.375rem;\\n  --loading-padding-lg: 0.5rem;\\n}\\n\\n.footer__components-footer {\\n  bottom: 0;\\n  width: 100%;\\n  font-weight: 400;\\n  text-align: right;\\n  padding: 0 30px;\\n  color: var(--border-color-light-20);\\n  background-color: #ededed;\\n}\\n\\n.footer__components-footer p {\\n  margin: 1rem 0;\\n  font-size: 16px;\\n}\", \"\"]);\n\n// exports\nexports.locals = {\n\t\"assess-icon\": \"assess-icon__components-footer\",\n\t\"footer\": \"footer__components-footer\"\n};\n\n//# sourceURL=webpack:///./src/Common/components/footer.scss?./node_modules/css-loader??ref--5-1!./node_modules/resolve-url-loader!./node_modules/sass-loader/dist/cjs.js");

/***/ }),

/***/ "./node_modules/css-loader/index.js?!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js!./src/Common/components/footerAccendo.scss":
/*!***************************************************************************************************************************************************************!*\
  !*** ./node_modules/css-loader??ref--5-1!./node_modules/resolve-url-loader!./node_modules/sass-loader/dist/cjs.js!./src/Common/components/footerAccendo.scss ***!
  \***************************************************************************************************************************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {

eval("exports = module.exports = __webpack_require__(/*! ../../../node_modules/css-loader/lib/css-base.js */ \"./node_modules/css-loader/lib/css-base.js\")(false);\n// imports\n\n\n// module\nexports.push([module.i, \"span.assess-icon__components-footerAccendo {\\n  --loading-width-sm: 1.5rem;\\n  --loading-width-md: 2.625rem;\\n  --loading-width-lg: 4rem;\\n  --loading-padding-sm: 0.25rem;\\n  --loading-padding-md: 0.375rem;\\n  --loading-padding-lg: 0.5rem;\\n}\\n\\nspan.assess-icon__components-footerAccendo {\\n  --loading-width-sm: 1.5rem;\\n  --loading-width-md: 2.625rem;\\n  --loading-width-lg: 4rem;\\n  --loading-padding-sm: 0.25rem;\\n  --loading-padding-md: 0.375rem;\\n  --loading-padding-lg: 0.5rem;\\n}\\n\\n.footer__components-footerAccendo {\\n  bottom: 0;\\n  width: 100%;\\n  font-weight: 400;\\n  text-align: right;\\n  padding: 0 30px;\\n  color: white;\\n  background-color: var(--global-navigation-bar-bg);\\n}\\n\\n.footer__components-footerAccendo p {\\n  margin: 1rem 0;\\n  font-size: 16px;\\n}\", \"\"]);\n\n// exports\nexports.locals = {\n\t\"assess-icon\": \"assess-icon__components-footerAccendo\",\n\t\"footer\": \"footer__components-footerAccendo\"\n};\n\n//# sourceURL=webpack:///./src/Common/components/footerAccendo.scss?./node_modules/css-loader??ref--5-1!./node_modules/resolve-url-loader!./node_modules/sass-loader/dist/cjs.js");

/***/ }),

/***/ "./node_modules/css-loader/index.js?!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js!./src/Common/components/header.scss":
/*!********************************************************************************************************************************************************!*\
  !*** ./node_modules/css-loader??ref--5-1!./node_modules/resolve-url-loader!./node_modules/sass-loader/dist/cjs.js!./src/Common/components/header.scss ***!
  \********************************************************************************************************************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {

eval("exports = module.exports = __webpack_require__(/*! ../../../node_modules/css-loader/lib/css-base.js */ \"./node_modules/css-loader/lib/css-base.js\")(false);\n// imports\n\n\n// module\nexports.push([module.i, \"/**\\n * utilities - all helper functions will be placed here to be import by individual style files\\n * that are in /resources/assets/js/...\\n * this is to make it easier for future code splitting feature to be implemented\\n */\\n\\nspan.assess-icon__components-header {\\n  --loading-width-sm: 1.5rem;\\n  --loading-width-md: 2.625rem;\\n  --loading-width-lg: 4rem;\\n  --loading-padding-sm: 0.25rem;\\n  --loading-padding-md: 0.375rem;\\n  --loading-padding-lg: 0.5rem;\\n}\\n\\n/**\\n * Dependent on bootstrap 4, breakpoint lib\\n * Make media queries understandable by 3 years old kids\\n */\\n\\n.accendoIcon__components-header {\\n  height: 35px;\\n  color: #0b4b7f;\\n}\\n\\n.header__components-header {\\n  padding: 5px 0;\\n  background-color: white;\\n  box-shadow: 0 3px 4px rgba(0, 0, 0, 0.04);\\n  font-weight: 400;\\n}\\n\\n.headerLeft__components-header {\\n  display: flex;\\n  flex-grow: 1;\\n  align-items: center;\\n  white-space: nowrap;\\n  color: #0b4b7f;\\n}\\n\\n@media (max-width: 767px) {\\n  .headerLeft__components-header.headerLeftHide__components-header {\\n    display: none;\\n  }\\n}\\n\\n.headerBtn__components-header,\\n.mobileMenuBtn__components-header {\\n  padding: 5px;\\n  border: 0;\\n  margin: 2px;\\n  background: transparent;\\n  border-radius: 4px;\\n  color: #0b4b7f;\\n  fill: currentColor;\\n  outline: 0 !important;\\n  cursor: pointer;\\n}\\n\\n.headerBtn__components-header:hover,\\n.mobileMenuBtn__components-header:hover {\\n  background-color: #eceef5;\\n}\\n\\n.headerBtn__components-header:focus,\\n.mobileMenuBtn__components-header:focus {\\n  background-color: #0b4b7f;\\n  color: white;\\n  fill: currentColor;\\n}\\n\\n.mobileMenuBtn__components-header {\\n  border-left: 1px solid transparent;\\n  background-color: transparent !important;\\n  border-radius: 0;\\n  color: #0b4b7f !important;\\n}\\n\\n@media (min-width: 768px) {\\n  .mobileMenuBtn__components-header {\\n    display: none;\\n  }\\n}\\n\\n.mobileMenuBtn__components-header.showMobileMenu__components-header {\\n  border-left-color: grey;\\n}\\n\\n.headerRight__components-header {\\n  display: flex;\\n}\\n\\n@media (max-width: 767px) {\\n  .headerRight__components-header {\\n    display: none;\\n    flex-grow: 1;\\n    justify-content: space-evenly;\\n  }\\n\\n  .headerRight__components-header.headerRightShow__components-header {\\n    display: flex;\\n  }\\n}\\n\\n.headerDropdown__components-header {\\n  display: inline-block;\\n}\\n\\n.headerDropdown__components-header:focus {\\n  outline: 0;\\n}\\n\\n.headerDropdown__components-header .el-dropdown-menu {\\n  min-width: max-content;\\n}\\n\\n.linkItem__components-header.dropdown-item {\\n  padding: 0;\\n  cursor: pointer;\\n}\\n\\n.linkItem__components-header a {\\n  color: #606266;\\n  display: inline-block;\\n  padding: 0.25rem 1.5rem;\\n  text-decoration: none !important;\\n  width: 100%;\\n}\\n\\n.linkItem__components-header a:hover {\\n  color: #336e99;\\n}\\n\\n.userBtn__components-header.btn-secondary {\\n  color: #004a80;\\n  background-color: transparent;\\n}\\n\\n.userBtn__components-header.btn-secondary:hover {\\n  color: #004a80;\\n  background-color: #e5e7ee;\\n}\\n\\n.userBtn__components-header.btn-secondary:focus {\\n  box-shadow: none;\\n  color: white;\\n  background-color: #004a80;\\n}\\n\\n.iconColor__components-header {\\n  color: var(--text-color-white) !important;\\n}\", \"\"]);\n\n// exports\nexports.locals = {\n\t\"assess-icon\": \"assess-icon__components-header\",\n\t\"accendoIcon\": \"accendoIcon__components-header\",\n\t\"header\": \"header__components-header\",\n\t\"headerLeft\": \"headerLeft__components-header\",\n\t\"headerLeftHide\": \"headerLeftHide__components-header\",\n\t\"headerBtn\": \"headerBtn__components-header\",\n\t\"mobileMenuBtn\": \"mobileMenuBtn__components-header\",\n\t\"showMobileMenu\": \"showMobileMenu__components-header\",\n\t\"headerRight\": \"headerRight__components-header\",\n\t\"headerRightShow\": \"headerRightShow__components-header\",\n\t\"headerDropdown\": \"headerDropdown__components-header\",\n\t\"linkItem\": \"linkItem__components-header\",\n\t\"userBtn\": \"userBtn__components-header\",\n\t\"iconColor\": \"iconColor__components-header\"\n};\n\n//# sourceURL=webpack:///./src/Common/components/header.scss?./node_modules/css-loader??ref--5-1!./node_modules/resolve-url-loader!./node_modules/sass-loader/dist/cjs.js");

/***/ }),

/***/ "./node_modules/css-loader/index.js?!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js!./src/Common/components/headerAccendo.scss":
/*!***************************************************************************************************************************************************************!*\
  !*** ./node_modules/css-loader??ref--5-1!./node_modules/resolve-url-loader!./node_modules/sass-loader/dist/cjs.js!./src/Common/components/headerAccendo.scss ***!
  \***************************************************************************************************************************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {

eval("exports = module.exports = __webpack_require__(/*! ../../../node_modules/css-loader/lib/css-base.js */ \"./node_modules/css-loader/lib/css-base.js\")(false);\n// imports\n\n\n// module\nexports.push([module.i, \"/**\\n * utilities - all helper functions will be placed here to be import by individual style files\\n * that are in /resources/assets/js/...\\n * this is to make it easier for future code splitting feature to be implemented\\n */\\n\\nspan.assess-icon__components-headerAccendo {\\n  --loading-width-sm: 1.5rem;\\n  --loading-width-md: 2.625rem;\\n  --loading-width-lg: 4rem;\\n  --loading-padding-sm: 0.25rem;\\n  --loading-padding-md: 0.375rem;\\n  --loading-padding-lg: 0.5rem;\\n}\\n\\n/**\\n * Dependent on bootstrap 4, breakpoint lib\\n * Make media queries understandable by 3 years old kids\\n */\\n\\n/**\\n * utilities - all helper functions will be placed here to be import by individual style files\\n * that are in /resources/assets/js/...\\n * this is to make it easier for future code splitting feature to be implemented\\n */\\n\\nspan.assess-icon__components-headerAccendo {\\n  --loading-width-sm: 1.5rem;\\n  --loading-width-md: 2.625rem;\\n  --loading-width-lg: 4rem;\\n  --loading-padding-sm: 0.25rem;\\n  --loading-padding-md: 0.375rem;\\n  --loading-padding-lg: 0.5rem;\\n}\\n\\n/**\\n * Dependent on bootstrap 4, breakpoint lib\\n * Make media queries understandable by 3 years old kids\\n */\\n\\n.accendoIcon__components-headerAccendo {\\n  height: 35px;\\n  color: white;\\n}\\n\\n.header__components-headerAccendo {\\n  padding: 5px 0;\\n  background-color: var(--global-navigation-bar-bg);\\n  box-shadow: 0 3px 4px transparent;\\n  font-weight: 400;\\n}\\n\\n.headerLeft__components-headerAccendo {\\n  display: flex;\\n  flex-grow: 1;\\n  align-items: center;\\n  white-space: nowrap;\\n  color: white;\\n}\\n\\n@media (max-width: 767px) {\\n  .headerLeft__components-headerAccendo.headerLeftHide__components-headerAccendo {\\n    display: none;\\n  }\\n}\\n\\n.headerBtn__components-headerAccendo,\\n.mobileMenuBtn__components-headerAccendo {\\n  padding: 5px;\\n  border: 0;\\n  margin: 2px;\\n  background: transparent;\\n  border-radius: 4px;\\n  color: white;\\n  fill: currentColor;\\n  outline: 0 !important;\\n  cursor: pointer;\\n}\\n\\n.headerBtn__components-headerAccendo:hover,\\n.mobileMenuBtn__components-headerAccendo:hover {\\n  background-color: #eceef5;\\n}\\n\\n.headerBtn__components-headerAccendo:focus,\\n.mobileMenuBtn__components-headerAccendo:focus {\\n  background-color: white;\\n  color: white;\\n  fill: currentColor;\\n}\\n\\n.mobileMenuBtn__components-headerAccendo {\\n  border-left: 1px solid transparent;\\n  background-color: transparent !important;\\n  border-radius: 0;\\n  color: white !important;\\n}\\n\\n@media (min-width: 768px) {\\n  .mobileMenuBtn__components-headerAccendo {\\n    display: none;\\n  }\\n}\\n\\n.mobileMenuBtn__components-headerAccendo.showMobileMenu__components-headerAccendo {\\n  border-left-color: grey;\\n}\\n\\n.headerRight__components-headerAccendo {\\n  display: flex;\\n}\\n\\n@media (max-width: 767px) {\\n  .headerRight__components-headerAccendo {\\n    display: none;\\n    flex-grow: 1;\\n    justify-content: space-evenly;\\n  }\\n\\n  .headerRight__components-headerAccendo.headerRightShow__components-headerAccendo {\\n    display: flex;\\n  }\\n}\\n\\n.headerDropdown__components-headerAccendo {\\n  display: inline-block;\\n}\\n\\n.headerDropdown__components-headerAccendo:focus {\\n  outline: 0;\\n}\\n\\n.headerDropdown__components-headerAccendo .el-dropdown-menu {\\n  min-width: max-content;\\n}\\n\\n.linkItem__components-headerAccendo.dropdown-item {\\n  padding: 0;\\n  cursor: pointer;\\n}\\n\\n.linkItem__components-headerAccendo a {\\n  color: #606266;\\n  display: inline-block;\\n  padding: 0.25rem 1.5rem;\\n  text-decoration: none !important;\\n  width: 100%;\\n}\\n\\n.linkItem__components-headerAccendo a:hover {\\n  color: #336e99;\\n}\\n\\n.userBtn__components-headerAccendo.btn-secondary {\\n  color: #004a80;\\n  background-color: transparent;\\n}\\n\\n.userBtn__components-headerAccendo.btn-secondary:hover {\\n  color: #004a80;\\n  background-color: #e5e7ee;\\n}\\n\\n.userBtn__components-headerAccendo.btn-secondary:focus {\\n  box-shadow: none;\\n  color: white;\\n  background-color: #004a80;\\n}\\n\\n.iconColor__components-headerAccendo {\\n  color: var(--text-color-white) !important;\\n}\\n\\n.headerBtn__components-headerAccendo,\\n.mobileMenuBtn__components-headerAccendo {\\n  padding: 5px;\\n  border: 0;\\n  margin: 2px;\\n  background: transparent;\\n  border-radius: 4px;\\n  color: #ffffff;\\n  fill: currentColor;\\n  outline: 0 !important;\\n  cursor: pointer;\\n}\\n\\n.userBtn__components-headerAccendo {\\n  background-color: transparent !important;\\n  color: #ffffff !important;\\n  box-shadow: none !important;\\n  cursor: pointer;\\n}\", \"\"]);\n\n// exports\nexports.locals = {\n\t\"assess-icon\": \"assess-icon__components-headerAccendo\",\n\t\"accendoIcon\": \"accendoIcon__components-headerAccendo\",\n\t\"header\": \"header__components-headerAccendo\",\n\t\"headerLeft\": \"headerLeft__components-headerAccendo\",\n\t\"headerLeftHide\": \"headerLeftHide__components-headerAccendo\",\n\t\"headerBtn\": \"headerBtn__components-headerAccendo\",\n\t\"mobileMenuBtn\": \"mobileMenuBtn__components-headerAccendo\",\n\t\"showMobileMenu\": \"showMobileMenu__components-headerAccendo\",\n\t\"headerRight\": \"headerRight__components-headerAccendo\",\n\t\"headerRightShow\": \"headerRightShow__components-headerAccendo\",\n\t\"headerDropdown\": \"headerDropdown__components-headerAccendo\",\n\t\"linkItem\": \"linkItem__components-headerAccendo\",\n\t\"userBtn\": \"userBtn__components-headerAccendo\",\n\t\"iconColor\": \"iconColor__components-headerAccendo\"\n};\n\n//# sourceURL=webpack:///./src/Common/components/headerAccendo.scss?./node_modules/css-loader??ref--5-1!./node_modules/resolve-url-loader!./node_modules/sass-loader/dist/cjs.js");

/***/ }),

/***/ "./node_modules/css-loader/index.js?!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js!./src/Common/components/icon/accendoLogoColor.scss":
/*!***********************************************************************************************************************************************************************!*\
  !*** ./node_modules/css-loader??ref--5-1!./node_modules/resolve-url-loader!./node_modules/sass-loader/dist/cjs.js!./src/Common/components/icon/accendoLogoColor.scss ***!
  \***********************************************************************************************************************************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {

eval("exports = module.exports = __webpack_require__(/*! ../../../../node_modules/css-loader/lib/css-base.js */ \"./node_modules/css-loader/lib/css-base.js\")(false);\n// imports\n\n\n// module\nexports.push([module.i, \".clsOne__icon-accendoLogoColor {\\n  fill: var(--accent-color-60);\\n}\\n\\n.clsTwo__icon-accendoLogoColor {\\n  fill: var(--primary-color-dark-60);\\n}\", \"\"]);\n\n// exports\nexports.locals = {\n\t\"clsOne\": \"clsOne__icon-accendoLogoColor\",\n\t\"clsTwo\": \"clsTwo__icon-accendoLogoColor\"\n};\n\n//# sourceURL=webpack:///./src/Common/components/icon/accendoLogoColor.scss?./node_modules/css-loader??ref--5-1!./node_modules/resolve-url-loader!./node_modules/sass-loader/dist/cjs.js");

/***/ }),

/***/ "./node_modules/css-loader/index.js?!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js!./src/Common/components/icon/axiataLogoColor.scss":
/*!**********************************************************************************************************************************************************************!*\
  !*** ./node_modules/css-loader??ref--5-1!./node_modules/resolve-url-loader!./node_modules/sass-loader/dist/cjs.js!./src/Common/components/icon/axiataLogoColor.scss ***!
  \**********************************************************************************************************************************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {

eval("exports = module.exports = __webpack_require__(/*! ../../../../node_modules/css-loader/lib/css-base.js */ \"./node_modules/css-loader/lib/css-base.js\")(false);\n// imports\n\n\n// module\nexports.push([module.i, \".clsOne__icon-axiataLogoColor {\\n  fill: #c1272d;\\n}\\n\\n.clsTwo__icon-axiataLogoColor {\\n  fill: #0b4b7f;\\n}\", \"\"]);\n\n// exports\nexports.locals = {\n\t\"clsOne\": \"clsOne__icon-axiataLogoColor\",\n\t\"clsTwo\": \"clsTwo__icon-axiataLogoColor\"\n};\n\n//# sourceURL=webpack:///./src/Common/components/icon/axiataLogoColor.scss?./node_modules/css-loader??ref--5-1!./node_modules/resolve-url-loader!./node_modules/sass-loader/dist/cjs.js");

/***/ }),

/***/ "./node_modules/css-loader/index.js?!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js!./src/Common/components/loadingPage.scss":
/*!*************************************************************************************************************************************************************!*\
  !*** ./node_modules/css-loader??ref--5-1!./node_modules/resolve-url-loader!./node_modules/sass-loader/dist/cjs.js!./src/Common/components/loadingPage.scss ***!
  \*************************************************************************************************************************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {

eval("exports = module.exports = __webpack_require__(/*! ../../../node_modules/css-loader/lib/css-base.js */ \"./node_modules/css-loader/lib/css-base.js\")(false);\n// imports\n\n\n// module\nexports.push([module.i, \".loadingContainer__components-loadingPage {\\n  height: 100vh;\\n  width: 100vw;\\n}\", \"\"]);\n\n// exports\nexports.locals = {\n\t\"loadingContainer\": \"loadingContainer__components-loadingPage\"\n};\n\n//# sourceURL=webpack:///./src/Common/components/loadingPage.scss?./node_modules/css-loader??ref--5-1!./node_modules/resolve-url-loader!./node_modules/sass-loader/dist/cjs.js");

/***/ }),

/***/ "./node_modules/css-loader/index.js?!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js!./src/Common/components/notFoundPage.scss":
/*!**************************************************************************************************************************************************************!*\
  !*** ./node_modules/css-loader??ref--5-1!./node_modules/resolve-url-loader!./node_modules/sass-loader/dist/cjs.js!./src/Common/components/notFoundPage.scss ***!
  \**************************************************************************************************************************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {

eval("exports = module.exports = __webpack_require__(/*! ../../../node_modules/css-loader/lib/css-base.js */ \"./node_modules/css-loader/lib/css-base.js\")(false);\n// imports\n\n\n// module\nexports.push([module.i, \"/**\\n * utilities - all helper functions will be placed here to be import by individual style files\\n * that are in /resources/assets/js/...\\n * this is to make it easier for future code splitting feature to be implemented\\n */\\n\\nspan.assess-icon__components-notFoundPage {\\n  --loading-width-sm: 1.5rem;\\n  --loading-width-md: 2.625rem;\\n  --loading-width-lg: 4rem;\\n  --loading-padding-sm: 0.25rem;\\n  --loading-padding-md: 0.375rem;\\n  --loading-padding-lg: 0.5rem;\\n}\\n\\n/**\\n * Dependent on bootstrap 4, breakpoint lib\\n * Make media queries understandable by 3 years old kids\\n */\\n\\n.notFoundPage__components-notFoundPage {\\n  color: var(--border-color-light-20);\\n}\\n\\n.notFoundPage__components-notFoundPage .message__components-notFoundPage {\\n  font-size: 24px;\\n  text-transform: uppercase;\\n  margin-bottom: 0;\\n  text-align: center;\\n}\\n\\n.notFoundPage__components-notFoundPage .statusCode__components-notFoundPage {\\n  font-size: 100px;\\n  color: #004a80;\\n  margin-bottom: 0;\\n  text-align: center;\\n}\\n\\n@media (min-width: 768px) {\\n  .notFoundPage__components-notFoundPage .statusCode__components-notFoundPage {\\n    font-size: 150px;\\n  }\\n}\\n\\n.notFoundPage__components-notFoundPage .separator__components-notFoundPage {\\n  text-align: center;\\n}\\n\\n.notFoundPage__components-notFoundPage .separator__components-notFoundPage::before {\\n  bottom: 1px;\\n  left: -4px;\\n  margin-left: -120px;\\n}\\n\\n@media (min-width: 768px) {\\n  .notFoundPage__components-notFoundPage .separator__components-notFoundPage::before {\\n    margin-left: -180px;\\n  }\\n}\\n\\n.notFoundPage__components-notFoundPage .separator__components-notFoundPage::after {\\n  bottom: 1px;\\n  right: -4px;\\n  margin-right: -120px;\\n}\\n\\n@media (min-width: 768px) {\\n  .notFoundPage__components-notFoundPage .separator__components-notFoundPage::after {\\n    margin-right: -180px;\\n  }\\n}\\n\\n.notFoundPage__components-notFoundPage .separator__components-notFoundPage::before,\\n.notFoundPage__components-notFoundPage .separator__components-notFoundPage::after {\\n  background-color: var(--border-color-light-20);\\n  content: '';\\n  display: inline-block;\\n  height: 1px;\\n  position: relative;\\n  vertical-align: middle;\\n  width: 120px;\\n}\\n\\n@media (min-width: 768px) {\\n  .notFoundPage__components-notFoundPage .separator__components-notFoundPage::before,\\n  .notFoundPage__components-notFoundPage .separator__components-notFoundPage::after {\\n    width: 180px;\\n  }\\n}\\n\\n.notFoundPage__components-notFoundPage .title__components-notFoundPage {\\n  font-weight: 300;\\n  font-size: 32px;\\n  text-transform: uppercase;\\n  text-align: center;\\n}\\n\\n@media (min-width: 768px) {\\n  .notFoundPage__components-notFoundPage .title__components-notFoundPage {\\n    font-size: 48px;\\n  }\\n}\\n\\n.notFoundPage__components-notFoundPage .backBtn__components-notFoundPage {\\n  text-align: center;\\n}\", \"\"]);\n\n// exports\nexports.locals = {\n\t\"assess-icon\": \"assess-icon__components-notFoundPage\",\n\t\"notFoundPage\": \"notFoundPage__components-notFoundPage\",\n\t\"message\": \"message__components-notFoundPage\",\n\t\"statusCode\": \"statusCode__components-notFoundPage\",\n\t\"separator\": \"separator__components-notFoundPage\",\n\t\"title\": \"title__components-notFoundPage\",\n\t\"backBtn\": \"backBtn__components-notFoundPage\"\n};\n\n//# sourceURL=webpack:///./src/Common/components/notFoundPage.scss?./node_modules/css-loader??ref--5-1!./node_modules/resolve-url-loader!./node_modules/sass-loader/dist/cjs.js");

/***/ }),

/***/ "./node_modules/css-loader/index.js?!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js!./src/Common/components/routeProtection.scss":
/*!*****************************************************************************************************************************************************************!*\
  !*** ./node_modules/css-loader??ref--5-1!./node_modules/resolve-url-loader!./node_modules/sass-loader/dist/cjs.js!./src/Common/components/routeProtection.scss ***!
  \*****************************************************************************************************************************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {

eval("exports = module.exports = __webpack_require__(/*! ../../../node_modules/css-loader/lib/css-base.js */ \"./node_modules/css-loader/lib/css-base.js\")(false);\n// imports\n\n\n// module\nexports.push([module.i, \".loadingContainer__components-routeProtection {\\n  height: 100vh;\\n  width: 100vw;\\n}\", \"\"]);\n\n// exports\nexports.locals = {\n\t\"loadingContainer\": \"loadingContainer__components-routeProtection\"\n};\n\n//# sourceURL=webpack:///./src/Common/components/routeProtection.scss?./node_modules/css-loader??ref--5-1!./node_modules/resolve-url-loader!./node_modules/sass-loader/dist/cjs.js");

/***/ }),

/***/ "./node_modules/css-loader/index.js?!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js!./src/Common/components/unauthorisedPage.scss":
/*!******************************************************************************************************************************************************************!*\
  !*** ./node_modules/css-loader??ref--5-1!./node_modules/resolve-url-loader!./node_modules/sass-loader/dist/cjs.js!./src/Common/components/unauthorisedPage.scss ***!
  \******************************************************************************************************************************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {

eval("exports = module.exports = __webpack_require__(/*! ../../../node_modules/css-loader/lib/css-base.js */ \"./node_modules/css-loader/lib/css-base.js\")(false);\n// imports\n\n\n// module\nexports.push([module.i, \"/**\\n * utilities - all helper functions will be placed here to be import by individual style files\\n * that are in /resources/assets/js/...\\n * this is to make it easier for future code splitting feature to be implemented\\n */\\n\\nspan.assess-icon__components-unauthorisedPage {\\n  --loading-width-sm: 1.5rem;\\n  --loading-width-md: 2.625rem;\\n  --loading-width-lg: 4rem;\\n  --loading-padding-sm: 0.25rem;\\n  --loading-padding-md: 0.375rem;\\n  --loading-padding-lg: 0.5rem;\\n}\\n\\n/**\\n * Dependent on bootstrap 4, breakpoint lib\\n * Make media queries understandable by 3 years old kids\\n */\\n\\n.unauthorisedPage__components-unauthorisedPage {\\n  color: var(--border-color-light-20);\\n}\\n\\n.unauthorisedPage__components-unauthorisedPage .message__components-unauthorisedPage {\\n  font-size: 24px;\\n  text-transform: uppercase;\\n  margin-bottom: 0;\\n  text-align: center;\\n}\\n\\n.unauthorisedPage__components-unauthorisedPage .statusCode__components-unauthorisedPage {\\n  font-size: 100px;\\n  color: #004a80;\\n  margin-bottom: 0;\\n  text-align: center;\\n}\\n\\n@media (min-width: 768px) {\\n  .unauthorisedPage__components-unauthorisedPage .statusCode__components-unauthorisedPage {\\n    font-size: 150px;\\n  }\\n}\\n\\n.unauthorisedPage__components-unauthorisedPage .separator__components-unauthorisedPage {\\n  text-align: center;\\n}\\n\\n.unauthorisedPage__components-unauthorisedPage .separator__components-unauthorisedPage::before {\\n  bottom: 1px;\\n  left: -4px;\\n  margin-left: -120px;\\n}\\n\\n@media (min-width: 768px) {\\n  .unauthorisedPage__components-unauthorisedPage .separator__components-unauthorisedPage::before {\\n    margin-left: -180px;\\n  }\\n}\\n\\n.unauthorisedPage__components-unauthorisedPage .separator__components-unauthorisedPage::after {\\n  bottom: 1px;\\n  right: -4px;\\n  margin-right: -120px;\\n}\\n\\n@media (min-width: 768px) {\\n  .unauthorisedPage__components-unauthorisedPage .separator__components-unauthorisedPage::after {\\n    margin-right: -180px;\\n  }\\n}\\n\\n.unauthorisedPage__components-unauthorisedPage .separator__components-unauthorisedPage::before,\\n.unauthorisedPage__components-unauthorisedPage .separator__components-unauthorisedPage::after {\\n  background-color: var(--border-color-light-20);\\n  content: '';\\n  display: inline-block;\\n  height: 1px;\\n  position: relative;\\n  vertical-align: middle;\\n  width: 120px;\\n}\\n\\n@media (min-width: 768px) {\\n  .unauthorisedPage__components-unauthorisedPage .separator__components-unauthorisedPage::before,\\n  .unauthorisedPage__components-unauthorisedPage .separator__components-unauthorisedPage::after {\\n    width: 180px;\\n  }\\n}\\n\\n.unauthorisedPage__components-unauthorisedPage .title__components-unauthorisedPage {\\n  font-weight: 300;\\n  font-size: 32px;\\n  text-transform: uppercase;\\n  text-align: center;\\n}\\n\\n@media (min-width: 768px) {\\n  .unauthorisedPage__components-unauthorisedPage .title__components-unauthorisedPage {\\n    font-size: 48px;\\n  }\\n}\\n\\n.unauthorisedPage__components-unauthorisedPage .backBtn__components-unauthorisedPage {\\n  text-align: center;\\n}\", \"\"]);\n\n// exports\nexports.locals = {\n\t\"assess-icon\": \"assess-icon__components-unauthorisedPage\",\n\t\"unauthorisedPage\": \"unauthorisedPage__components-unauthorisedPage\",\n\t\"message\": \"message__components-unauthorisedPage\",\n\t\"statusCode\": \"statusCode__components-unauthorisedPage\",\n\t\"separator\": \"separator__components-unauthorisedPage\",\n\t\"title\": \"title__components-unauthorisedPage\",\n\t\"backBtn\": \"backBtn__components-unauthorisedPage\"\n};\n\n//# sourceURL=webpack:///./src/Common/components/unauthorisedPage.scss?./node_modules/css-loader??ref--5-1!./node_modules/resolve-url-loader!./node_modules/sass-loader/dist/cjs.js");

/***/ }),

/***/ "./node_modules/css-loader/index.js?!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js!./src/Journey/ClientAdmin/icons/iconCssList.scss":
/*!*********************************************************************************************************************************************************************!*\
  !*** ./node_modules/css-loader??ref--5-1!./node_modules/resolve-url-loader!./node_modules/sass-loader/dist/cjs.js!./src/Journey/ClientAdmin/icons/iconCssList.scss ***!
  \*********************************************************************************************************************************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {

eval("exports = module.exports = __webpack_require__(/*! ../../../../node_modules/css-loader/lib/css-base.js */ \"./node_modules/css-loader/lib/css-base.js\")(false);\n// imports\n\n\n// module\nexports.push([module.i, \"/**\\n * utilities - all helper functions will be placed here to be import by individual style files\\n * that are in /resources/assets/js/...\\n * this is to make it easier for future code splitting feature to be implemented\\n */\\n\\nspan.assess-icon__icons-iconCssList {\\n  --loading-width-sm: 1.5rem;\\n  --loading-width-md: 2.625rem;\\n  --loading-width-lg: 4rem;\\n  --loading-padding-sm: 0.25rem;\\n  --loading-padding-md: 0.375rem;\\n  --loading-padding-lg: 0.5rem;\\n}\\n\\n/**\\n * Dependent on bootstrap 4, breakpoint lib\\n * Make media queries understandable by 3 years old kids\\n */\\n\\n.loadingCircle__icons-iconCssList {\\n  --spinner-width: 50px;\\n  --spinner-padding: 6px;\\n  width: var(--spinner-width);\\n  padding: var(--spinner-padding);\\n  aspect-ratio: 1;\\n  border-radius: 50%;\\n  background: var(--loading-icon-bg);\\n  --_m: conic-gradient(#0000 10%, #000), linear-gradient(#000 0 0) content-box;\\n  -webkit-mask: var(--_m);\\n  mask: var(--_m);\\n  -webkit-mask-composite: source-out;\\n  mask-composite: subtract;\\n  animation: s3__icons-iconCssList 1s infinite linear;\\n}\\n\\n@keyframes s3__icons-iconCssList {\\n  to {\\n    transform: rotate(1turn);\\n  }\\n}\", \"\"]);\n\n// exports\nexports.locals = {\n\t\"assess-icon\": \"assess-icon__icons-iconCssList\",\n\t\"loadingCircle\": \"loadingCircle__icons-iconCssList\",\n\t\"s3\": \"s3__icons-iconCssList\"\n};\n\n//# sourceURL=webpack:///./src/Journey/ClientAdmin/icons/iconCssList.scss?./node_modules/css-loader??ref--5-1!./node_modules/resolve-url-loader!./node_modules/sass-loader/dist/cjs.js");

/***/ }),

/***/ "./node_modules/css-loader/index.js?!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js!./src/Journey/Manager/components/Dropdown/dropdownBase.scss":
/*!********************************************************************************************************************************************************************************!*\
  !*** ./node_modules/css-loader??ref--5-1!./node_modules/resolve-url-loader!./node_modules/sass-loader/dist/cjs.js!./src/Journey/Manager/components/Dropdown/dropdownBase.scss ***!
  \********************************************************************************************************************************************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {

eval("exports = module.exports = __webpack_require__(/*! ../../../../../node_modules/css-loader/lib/css-base.js */ \"./node_modules/css-loader/lib/css-base.js\")(false);\n// imports\nexports.push([module.i, \"@import url(https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,400;\\n\\n0,500;0,700;1,400;1,500;1,700&display=swap);\", \"\"]);\n\n// module\nexports.push([module.i, \".dropdown__Dropdown-dropdownBase .dropdown-menu {\\n  border: 1px solid var(--dropdown-border);\\n  padding: 0;\\n  background-color: var(--dropdown-menu-bg);\\n  border-radius: 10px;\\n  min-width: auto;\\n  opacity: 1;\\n  animation: openingDropdown__Dropdown-dropdownBase 250ms ease-in-out;\\n  box-shadow: none;\\n}\\n\\n.dropdown__Dropdown-dropdownBase .btn-group {\\n  position: static !important;\\n}\\n\\n.dropdown__Dropdown-dropdownBase .dropdown-header {\\n  user-select: none;\\n}\\n\\n.dropdown__Dropdown-dropdownBase .dropdown-item {\\n  transition: all ease-in-out 200ms;\\n  font-size: 14px;\\n  text-align: left;\\n  color: var(--dropdown-item);\\n  border-bottom: 1px solid var(--dropdown-border);\\n  cursor: pointer;\\n}\\n\\n.dropdown__Dropdown-dropdownBase .dropdown-item:first-child {\\n  border-radius: 10px 10px 0 0;\\n}\\n\\n.dropdown__Dropdown-dropdownBase .dropdown-item:last-child {\\n  border-bottom: none;\\n  border-radius: 0 0 10px 10px;\\n}\\n\\n.dropdown__Dropdown-dropdownBase .dropdown-item:hover {\\n  background-color: var(--dropdown-item-hover-bg);\\n  color: var(--dropdown-item);\\n}\\n\\n.dropdown__Dropdown-dropdownBase .dropdown-item:active {\\n  background-color: var(--dropdown-item-active-bg);\\n  color: var(--dropdown-item-active);\\n}\\n\\n.dropdown__Dropdown-dropdownBase .dropdown-item:focus {\\n  outline: none;\\n}\\n\\n.dropdown__Dropdown-dropdownBase .dropdown-item:disabled {\\n  user-select: none;\\n  cursor: not-allowed;\\n  color: var(--disabled-text) !important;\\n}\\n\\n.dropdown__Dropdown-dropdownBase .dropdownItemLink__Dropdown-dropdownBase:hover {\\n  text-decoration: none;\\n}\\n\\n@keyframes openingDropdown__Dropdown-dropdownBase {\\n  0% {\\n    opacity: 0;\\n    top: -10px;\\n  }\\n\\n  100% {\\n    opacity: 1;\\n    top: 0px;\\n  }\\n}\\n\\nbody.accendoLight .dropdownStandard__Dropdown-dropdownBase .dropdown-menu {\\n  border-radius: 4px !important;\\n  border: 1px solid var(--border-color) !important;\\n  padding: 0.25rem 0;\\n}\\n\\nbody.accendoLight .dropdownStandard__Dropdown-dropdownBase .dropdown-item {\\n  border-bottom: none !important;\\n  border-radius: none !important;\\n}\\n\\nbody.accendoLight .dropdownStandard__Dropdown-dropdownBase .dropdown-item:first-child {\\n  border-radius: 0 !important;\\n}\\n\\nbody.accendoLight .dropdownStandard__Dropdown-dropdownBase .dropdown-item:last-child {\\n  border-radius: 0 !important;\\n}\\n\\nbody.accendoLight .dropdownStandard__Dropdown-dropdownBase .dropdown-item :hover {\\n  background-color: var(--dropdown-item-hover-bg) !important;\\n}\", \"\"]);\n\n// exports\nexports.locals = {\n\t\"dropdown\": \"dropdown__Dropdown-dropdownBase\",\n\t\"openingDropdown\": \"openingDropdown__Dropdown-dropdownBase\",\n\t\"dropdownItemLink\": \"dropdownItemLink__Dropdown-dropdownBase\",\n\t\"dropdownStandard\": \"dropdownStandard__Dropdown-dropdownBase\"\n};\n\n//# sourceURL=webpack:///./src/Journey/Manager/components/Dropdown/dropdownBase.scss?./node_modules/css-loader??ref--5-1!./node_modules/resolve-url-loader!./node_modules/sass-loader/dist/cjs.js");

/***/ }),

/***/ "./node_modules/css-loader/index.js?!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js!./src/Journey/Shared/components/dropdown.scss":
/*!******************************************************************************************************************************************************************!*\
  !*** ./node_modules/css-loader??ref--5-1!./node_modules/resolve-url-loader!./node_modules/sass-loader/dist/cjs.js!./src/Journey/Shared/components/dropdown.scss ***!
  \******************************************************************************************************************************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {

eval("exports = module.exports = __webpack_require__(/*! ../../../../node_modules/css-loader/lib/css-base.js */ \"./node_modules/css-loader/lib/css-base.js\")(false);\n// imports\n\n\n// module\nexports.push([module.i, \"/**\\n * utilities - all helper functions will be placed here to be import by individual style files\\n * that are in /resources/assets/js/...\\n * this is to make it easier for future code splitting feature to be implemented\\n */\\n\\nspan.assess-icon__components-dropdown {\\n  --loading-width-sm: 1.5rem;\\n  --loading-width-md: 2.625rem;\\n  --loading-width-lg: 4rem;\\n  --loading-padding-sm: 0.25rem;\\n  --loading-padding-md: 0.375rem;\\n  --loading-padding-lg: 0.5rem;\\n}\\n\\n/**\\n * Dependent on bootstrap 4, breakpoint lib\\n * Make media queries understandable by 3 years old kids\\n */\\n\\n.dropdown__components-dropdown {\\n  padding: 0 5px;\\n  cursor: pointer;\\n}\\n\\n.dropdown__components-dropdown .dropdown-menu {\\n  color: #606266;\\n  border: 1px solid #e5e7ee;\\n  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);\\n}\\n\\n.dropdown__components-dropdown .dropdown-item {\\n  color: #606266;\\n  cursor: pointer;\\n}\\n\\n.dropdown__components-dropdown .dropdown-item:hover {\\n  color: #606266;\\n  background-color: #f5f7fa;\\n}\\n\\n.dropdown-menu {\\n  margin-top: 0 !important;\\n}\", \"\"]);\n\n// exports\nexports.locals = {\n\t\"assess-icon\": \"assess-icon__components-dropdown\",\n\t\"dropdown\": \"dropdown__components-dropdown\"\n};\n\n//# sourceURL=webpack:///./src/Journey/Shared/components/dropdown.scss?./node_modules/css-loader??ref--5-1!./node_modules/resolve-url-loader!./node_modules/sass-loader/dist/cjs.js");

/***/ }),

/***/ "./node_modules/date-fns/locale sync recursive ^\\.\\/.*\\/index\\.js$":
/*!***************************************************************!*\
  !*** ./node_modules/date-fns/locale sync ^\.\/.*\/index\.js$ ***!
  \***************************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {

eval("var map = {\n\t\"./_lib/buildFormatLongFn/index.js\": \"./node_modules/date-fns/locale/_lib/buildFormatLongFn/index.js\",\n\t\"./_lib/buildLocalizeFn/index.js\": \"./node_modules/date-fns/locale/_lib/buildLocalizeFn/index.js\",\n\t\"./_lib/buildMatchFn/index.js\": \"./node_modules/date-fns/locale/_lib/buildMatchFn/index.js\",\n\t\"./_lib/buildMatchPatternFn/index.js\": \"./node_modules/date-fns/locale/_lib/buildMatchPatternFn/index.js\",\n\t\"./af/_lib/formatDistance/index.js\": \"./node_modules/date-fns/locale/af/_lib/formatDistance/index.js\",\n\t\"./af/_lib/formatLong/index.js\": \"./node_modules/date-fns/locale/af/_lib/formatLong/index.js\",\n\t\"./af/_lib/formatRelative/index.js\": \"./node_modules/date-fns/locale/af/_lib/formatRelative/index.js\",\n\t\"./af/_lib/localize/index.js\": \"./node_modules/date-fns/locale/af/_lib/localize/index.js\",\n\t\"./af/_lib/match/index.js\": \"./node_modules/date-fns/locale/af/_lib/match/index.js\",\n\t\"./af/index.js\": \"./node_modules/date-fns/locale/af/index.js\",\n\t\"./ar-DZ/_lib/formatDistance/index.js\": \"./node_modules/date-fns/locale/ar-DZ/_lib/formatDistance/index.js\",\n\t\"./ar-DZ/_lib/formatLong/index.js\": \"./node_modules/date-fns/locale/ar-DZ/_lib/formatLong/index.js\",\n\t\"./ar-DZ/_lib/formatRelative/index.js\": \"./node_modules/date-fns/locale/ar-DZ/_lib/formatRelative/index.js\",\n\t\"./ar-DZ/_lib/localize/index.js\": \"./node_modules/date-fns/locale/ar-DZ/_lib/localize/index.js\",\n\t\"./ar-DZ/_lib/match/index.js\": \"./node_modules/date-fns/locale/ar-DZ/_lib/match/index.js\",\n\t\"./ar-DZ/index.js\": \"./node_modules/date-fns/locale/ar-DZ/index.js\",\n\t\"./ar-MA/_lib/formatDistance/index.js\": \"./node_modules/date-fns/locale/ar-MA/_lib/formatDistance/index.js\",\n\t\"./ar-MA/_lib/formatLong/index.js\": \"./node_modules/date-fns/locale/ar-MA/_lib/formatLong/index.js\",\n\t\"./ar-MA/_lib/formatRelative/index.js\": \"./node_modules/date-fns/locale/ar-MA/_lib/formatRelative/index.js\",\n\t\"./ar-MA/_lib/localize/index.js\": \"./node_modules/date-fns/locale/ar-MA/_lib/localize/index.js\",\n\t\"./ar-MA/_lib/match/index.js\": \"./node_modules/date-fns/locale/ar-MA/_lib/match/index.js\",\n\t\"./ar-MA/index.js\": \"./node_modules/date-fns/locale/ar-MA/index.js\",\n\t\"./ar-SA/_lib/formatDistance/index.js\": \"./node_modules/date-fns/locale/ar-SA/_lib/formatDistance/index.js\",\n\t\"./ar-SA/_lib/formatLong/index.js\": \"./node_modules/date-fns/locale/ar-SA/_lib/formatLong/index.js\",\n\t\"./ar-SA/_lib/formatRelative/index.js\": \"./node_modules/date-fns/locale/ar-SA/_lib/formatRelative/index.js\",\n\t\"./ar-SA/_lib/localize/index.js\": \"./node_modules/date-fns/locale/ar-SA/_lib/localize/index.js\",\n\t\"./ar-SA/_lib/match/index.js\": \"./node_modules/date-fns/locale/ar-SA/_lib/match/index.js\",\n\t\"./ar-SA/index.js\": \"./node_modules/date-fns/locale/ar-SA/index.js\",\n\t\"./az/_lib/formatDistance/index.js\": \"./node_modules/date-fns/locale/az/_lib/formatDistance/index.js\",\n\t\"./az/_lib/formatLong/index.js\": \"./node_modules/date-fns/locale/az/_lib/formatLong/index.js\",\n\t\"./az/_lib/formatRelative/index.js\": \"./node_modules/date-fns/locale/az/_lib/formatRelative/index.js\",\n\t\"./az/_lib/localize/index.js\": \"./node_modules/date-fns/locale/az/_lib/localize/index.js\",\n\t\"./az/_lib/match/index.js\": \"./node_modules/date-fns/locale/az/_lib/match/index.js\",\n\t\"./az/index.js\": \"./node_modules/date-fns/locale/az/index.js\",\n\t\"./be/_lib/formatDistance/index.js\": \"./node_modules/date-fns/locale/be/_lib/formatDistance/index.js\",\n\t\"./be/_lib/formatLong/index.js\": \"./node_modules/date-fns/locale/be/_lib/formatLong/index.js\",\n\t\"./be/_lib/formatRelative/index.js\": \"./node_modules/date-fns/locale/be/_lib/formatRelative/index.js\",\n\t\"./be/_lib/localize/index.js\": \"./node_modules/date-fns/locale/be/_lib/localize/index.js\",\n\t\"./be/_lib/match/index.js\": \"./node_modules/date-fns/locale/be/_lib/match/index.js\",\n\t\"./be/index.js\": \"./node_modules/date-fns/locale/be/index.js\",\n\t\"./bg/_lib/formatDistance/index.js\": \"./node_modules/date-fns/locale/bg/_lib/formatDistance/index.js\",\n\t\"./bg/_lib/formatLong/index.js\": \"./node_modules/date-fns/locale/bg/_lib/formatLong/index.js\",\n\t\"./bg/_lib/formatRelative/index.js\": \"./node_modules/date-fns/locale/bg/_lib/formatRelative/index.js\",\n\t\"./bg/_lib/localize/index.js\": \"./node_modules/date-fns/locale/bg/_lib/localize/index.js\",\n\t\"./bg/_lib/match/index.js\": \"./node_modules/date-fns/locale/bg/_lib/match/index.js\",\n\t\"./bg/index.js\": \"./node_modules/date-fns/locale/bg/index.js\",\n\t\"./bn/_lib/formatDistance/index.js\": \"./node_modules/date-fns/locale/bn/_lib/formatDistance/index.js\",\n\t\"./bn/_lib/formatLong/index.js\": \"./node_modules/date-fns/locale/bn/_lib/formatLong/index.js\",\n\t\"./bn/_lib/formatRelative/index.js\": \"./node_modules/date-fns/locale/bn/_lib/formatRelative/index.js\",\n\t\"./bn/_lib/localize/index.js\": \"./node_modules/date-fns/locale/bn/_lib/localize/index.js\",\n\t\"./bn/_lib/match/index.js\": \"./node_modules/date-fns/locale/bn/_lib/match/index.js\",\n\t\"./bn/index.js\": \"./node_modules/date-fns/locale/bn/index.js\",\n\t\"./ca/_lib/formatDistance/index.js\": \"./node_modules/date-fns/locale/ca/_lib/formatDistance/index.js\",\n\t\"./ca/_lib/formatLong/index.js\": \"./node_modules/date-fns/locale/ca/_lib/formatLong/index.js\",\n\t\"./ca/_lib/formatRelative/index.js\": \"./node_modules/date-fns/locale/ca/_lib/formatRelative/index.js\",\n\t\"./ca/_lib/localize/index.js\": \"./node_modules/date-fns/locale/ca/_lib/localize/index.js\",\n\t\"./ca/_lib/match/index.js\": \"./node_modules/date-fns/locale/ca/_lib/match/index.js\",\n\t\"./ca/index.js\": \"./node_modules/date-fns/locale/ca/index.js\",\n\t\"./cs/_lib/formatDistance/index.js\": \"./node_modules/date-fns/locale/cs/_lib/formatDistance/index.js\",\n\t\"./cs/_lib/formatLong/index.js\": \"./node_modules/date-fns/locale/cs/_lib/formatLong/index.js\",\n\t\"./cs/_lib/formatRelative/index.js\": \"./node_modules/date-fns/locale/cs/_lib/formatRelative/index.js\",\n\t\"./cs/_lib/localize/index.js\": \"./node_modules/date-fns/locale/cs/_lib/localize/index.js\",\n\t\"./cs/_lib/match/index.js\": \"./node_modules/date-fns/locale/cs/_lib/match/index.js\",\n\t\"./cs/index.js\": \"./node_modules/date-fns/locale/cs/index.js\",\n\t\"./cy/_lib/formatDistance/index.js\": \"./node_modules/date-fns/locale/cy/_lib/formatDistance/index.js\",\n\t\"./cy/_lib/formatLong/index.js\": \"./node_modules/date-fns/locale/cy/_lib/formatLong/index.js\",\n\t\"./cy/_lib/formatRelative/index.js\": \"./node_modules/date-fns/locale/cy/_lib/formatRelative/index.js\",\n\t\"./cy/_lib/localize/index.js\": \"./node_modules/date-fns/locale/cy/_lib/localize/index.js\",\n\t\"./cy/_lib/match/index.js\": \"./node_modules/date-fns/locale/cy/_lib/match/index.js\",\n\t\"./cy/index.js\": \"./node_modules/date-fns/locale/cy/index.js\",\n\t\"./da/_lib/formatDistance/index.js\": \"./node_modules/date-fns/locale/da/_lib/formatDistance/index.js\",\n\t\"./da/_lib/formatLong/index.js\": \"./node_modules/date-fns/locale/da/_lib/formatLong/index.js\",\n\t\"./da/_lib/formatRelative/index.js\": \"./node_modules/date-fns/locale/da/_lib/formatRelative/index.js\",\n\t\"./da/_lib/localize/index.js\": \"./node_modules/date-fns/locale/da/_lib/localize/index.js\",\n\t\"./da/_lib/match/index.js\": \"./node_modules/date-fns/locale/da/_lib/match/index.js\",\n\t\"./da/index.js\": \"./node_modules/date-fns/locale/da/index.js\",\n\t\"./de/_lib/formatDistance/index.js\": \"./node_modules/date-fns/locale/de/_lib/formatDistance/index.js\",\n\t\"./de/_lib/formatLong/index.js\": \"./node_modules/date-fns/locale/de/_lib/formatLong/index.js\",\n\t\"./de/_lib/formatRelative/index.js\": \"./node_modules/date-fns/locale/de/_lib/formatRelative/index.js\",\n\t\"./de/_lib/localize/index.js\": \"./node_modules/date-fns/locale/de/_lib/localize/index.js\",\n\t\"./de/_lib/match/index.js\": \"./node_modules/date-fns/locale/de/_lib/match/index.js\",\n\t\"./de/index.js\": \"./node_modules/date-fns/locale/de/index.js\",\n\t\"./el/_lib/formatDistance/index.js\": \"./node_modules/date-fns/locale/el/_lib/formatDistance/index.js\",\n\t\"./el/_lib/formatLong/index.js\": \"./node_modules/date-fns/locale/el/_lib/formatLong/index.js\",\n\t\"./el/_lib/formatRelative/index.js\": \"./node_modules/date-fns/locale/el/_lib/formatRelative/index.js\",\n\t\"./el/_lib/localize/index.js\": \"./node_modules/date-fns/locale/el/_lib/localize/index.js\",\n\t\"./el/_lib/match/index.js\": \"./node_modules/date-fns/locale/el/_lib/match/index.js\",\n\t\"./el/index.js\": \"./node_modules/date-fns/locale/el/index.js\",\n\t\"./en-AU/_lib/formatLong/index.js\": \"./node_modules/date-fns/locale/en-AU/_lib/formatLong/index.js\",\n\t\"./en-AU/index.js\": \"./node_modules/date-fns/locale/en-AU/index.js\",\n\t\"./en-CA/_lib/formatDistance/index.js\": \"./node_modules/date-fns/locale/en-CA/_lib/formatDistance/index.js\",\n\t\"./en-CA/_lib/formatLong/index.js\": \"./node_modules/date-fns/locale/en-CA/_lib/formatLong/index.js\",\n\t\"./en-CA/index.js\": \"./node_modules/date-fns/locale/en-CA/index.js\",\n\t\"./en-GB/_lib/formatLong/index.js\": \"./node_modules/date-fns/locale/en-GB/_lib/formatLong/index.js\",\n\t\"./en-GB/index.js\": \"./node_modules/date-fns/locale/en-GB/index.js\",\n\t\"./en-IN/_lib/formatLong/index.js\": \"./node_modules/date-fns/locale/en-IN/_lib/formatLong/index.js\",\n\t\"./en-IN/index.js\": \"./node_modules/date-fns/locale/en-IN/index.js\",\n\t\"./en-NZ/_lib/formatLong/index.js\": \"./node_modules/date-fns/locale/en-NZ/_lib/formatLong/index.js\",\n\t\"./en-NZ/index.js\": \"./node_modules/date-fns/locale/en-NZ/index.js\",\n\t\"./en-US/_lib/formatDistance/index.js\": \"./node_modules/date-fns/locale/en-US/_lib/formatDistance/index.js\",\n\t\"./en-US/_lib/formatLong/index.js\": \"./node_modules/date-fns/locale/en-US/_lib/formatLong/index.js\",\n\t\"./en-US/_lib/formatRelative/index.js\": \"./node_modules/date-fns/locale/en-US/_lib/formatRelative/index.js\",\n\t\"./en-US/_lib/localize/index.js\": \"./node_modules/date-fns/locale/en-US/_lib/localize/index.js\",\n\t\"./en-US/_lib/match/index.js\": \"./node_modules/date-fns/locale/en-US/_lib/match/index.js\",\n\t\"./en-US/index.js\": \"./node_modules/date-fns/locale/en-US/index.js\",\n\t\"./en-ZA/_lib/formatLong/index.js\": \"./node_modules/date-fns/locale/en-ZA/_lib/formatLong/index.js\",\n\t\"./en-ZA/index.js\": \"./node_modules/date-fns/locale/en-ZA/index.js\",\n\t\"./eo/_lib/formatDistance/index.js\": \"./node_modules/date-fns/locale/eo/_lib/formatDistance/index.js\",\n\t\"./eo/_lib/formatLong/index.js\": \"./node_modules/date-fns/locale/eo/_lib/formatLong/index.js\",\n\t\"./eo/_lib/formatRelative/index.js\": \"./node_modules/date-fns/locale/eo/_lib/formatRelative/index.js\",\n\t\"./eo/_lib/localize/index.js\": \"./node_modules/date-fns/locale/eo/_lib/localize/index.js\",\n\t\"./eo/_lib/match/index.js\": \"./node_modules/date-fns/locale/eo/_lib/match/index.js\",\n\t\"./eo/index.js\": \"./node_modules/date-fns/locale/eo/index.js\",\n\t\"./es/_lib/formatDistance/index.js\": \"./node_modules/date-fns/locale/es/_lib/formatDistance/index.js\",\n\t\"./es/_lib/formatLong/index.js\": \"./node_modules/date-fns/locale/es/_lib/formatLong/index.js\",\n\t\"./es/_lib/formatRelative/index.js\": \"./node_modules/date-fns/locale/es/_lib/formatRelative/index.js\",\n\t\"./es/_lib/localize/index.js\": \"./node_modules/date-fns/locale/es/_lib/localize/index.js\",\n\t\"./es/_lib/match/index.js\": \"./node_modules/date-fns/locale/es/_lib/match/index.js\",\n\t\"./es/index.js\": \"./node_modules/date-fns/locale/es/index.js\",\n\t\"./et/_lib/formatDistance/index.js\": \"./node_modules/date-fns/locale/et/_lib/formatDistance/index.js\",\n\t\"./et/_lib/formatLong/index.js\": \"./node_modules/date-fns/locale/et/_lib/formatLong/index.js\",\n\t\"./et/_lib/formatRelative/index.js\": \"./node_modules/date-fns/locale/et/_lib/formatRelative/index.js\",\n\t\"./et/_lib/localize/index.js\": \"./node_modules/date-fns/locale/et/_lib/localize/index.js\",\n\t\"./et/_lib/match/index.js\": \"./node_modules/date-fns/locale/et/_lib/match/index.js\",\n\t\"./et/index.js\": \"./node_modules/date-fns/locale/et/index.js\",\n\t\"./eu/_lib/formatDistance/index.js\": \"./node_modules/date-fns/locale/eu/_lib/formatDistance/index.js\",\n\t\"./eu/_lib/formatLong/index.js\": \"./node_modules/date-fns/locale/eu/_lib/formatLong/index.js\",\n\t\"./eu/_lib/formatRelative/index.js\": \"./node_modules/date-fns/locale/eu/_lib/formatRelative/index.js\",\n\t\"./eu/_lib/localize/index.js\": \"./node_modules/date-fns/locale/eu/_lib/localize/index.js\",\n\t\"./eu/_lib/match/index.js\": \"./node_modules/date-fns/locale/eu/_lib/match/index.js\",\n\t\"./eu/index.js\": \"./node_modules/date-fns/locale/eu/index.js\",\n\t\"./fa-IR/_lib/formatDistance/index.js\": \"./node_modules/date-fns/locale/fa-IR/_lib/formatDistance/index.js\",\n\t\"./fa-IR/_lib/formatLong/index.js\": \"./node_modules/date-fns/locale/fa-IR/_lib/formatLong/index.js\",\n\t\"./fa-IR/_lib/formatRelative/index.js\": \"./node_modules/date-fns/locale/fa-IR/_lib/formatRelative/index.js\",\n\t\"./fa-IR/_lib/localize/index.js\": \"./node_modules/date-fns/locale/fa-IR/_lib/localize/index.js\",\n\t\"./fa-IR/_lib/match/index.js\": \"./node_modules/date-fns/locale/fa-IR/_lib/match/index.js\",\n\t\"./fa-IR/index.js\": \"./node_modules/date-fns/locale/fa-IR/index.js\",\n\t\"./fi/_lib/formatDistance/index.js\": \"./node_modules/date-fns/locale/fi/_lib/formatDistance/index.js\",\n\t\"./fi/_lib/formatLong/index.js\": \"./node_modules/date-fns/locale/fi/_lib/formatLong/index.js\",\n\t\"./fi/_lib/formatRelative/index.js\": \"./node_modules/date-fns/locale/fi/_lib/formatRelative/index.js\",\n\t\"./fi/_lib/localize/index.js\": \"./node_modules/date-fns/locale/fi/_lib/localize/index.js\",\n\t\"./fi/_lib/match/index.js\": \"./node_modules/date-fns/locale/fi/_lib/match/index.js\",\n\t\"./fi/index.js\": \"./node_modules/date-fns/locale/fi/index.js\",\n\t\"./fr-CA/_lib/formatLong/index.js\": \"./node_modules/date-fns/locale/fr-CA/_lib/formatLong/index.js\",\n\t\"./fr-CA/index.js\": \"./node_modules/date-fns/locale/fr-CA/index.js\",\n\t\"./fr-CH/_lib/formatDistance/index.js\": \"./node_modules/date-fns/locale/fr-CH/_lib/formatDistance/index.js\",\n\t\"./fr-CH/_lib/formatLong/index.js\": \"./node_modules/date-fns/locale/fr-CH/_lib/formatLong/index.js\",\n\t\"./fr-CH/_lib/formatRelative/index.js\": \"./node_modules/date-fns/locale/fr-CH/_lib/formatRelative/index.js\",\n\t\"./fr-CH/_lib/formatters/index.js\": \"./node_modules/date-fns/locale/fr-CH/_lib/formatters/index.js\",\n\t\"./fr-CH/_lib/localize/index.js\": \"./node_modules/date-fns/locale/fr-CH/_lib/localize/index.js\",\n\t\"./fr-CH/_lib/match/index.js\": \"./node_modules/date-fns/locale/fr-CH/_lib/match/index.js\",\n\t\"./fr-CH/index.js\": \"./node_modules/date-fns/locale/fr-CH/index.js\",\n\t\"./fr/_lib/formatDistance/index.js\": \"./node_modules/date-fns/locale/fr/_lib/formatDistance/index.js\",\n\t\"./fr/_lib/formatLong/index.js\": \"./node_modules/date-fns/locale/fr/_lib/formatLong/index.js\",\n\t\"./fr/_lib/formatRelative/index.js\": \"./node_modules/date-fns/locale/fr/_lib/formatRelative/index.js\",\n\t\"./fr/_lib/formatters/index.js\": \"./node_modules/date-fns/locale/fr/_lib/formatters/index.js\",\n\t\"./fr/_lib/localize/index.js\": \"./node_modules/date-fns/locale/fr/_lib/localize/index.js\",\n\t\"./fr/_lib/match/index.js\": \"./node_modules/date-fns/locale/fr/_lib/match/index.js\",\n\t\"./fr/index.js\": \"./node_modules/date-fns/locale/fr/index.js\",\n\t\"./gd/_lib/formatDistance/index.js\": \"./node_modules/date-fns/locale/gd/_lib/formatDistance/index.js\",\n\t\"./gd/_lib/formatLong/index.js\": \"./node_modules/date-fns/locale/gd/_lib/formatLong/index.js\",\n\t\"./gd/_lib/formatRelative/index.js\": \"./node_modules/date-fns/locale/gd/_lib/formatRelative/index.js\",\n\t\"./gd/_lib/localize/index.js\": \"./node_modules/date-fns/locale/gd/_lib/localize/index.js\",\n\t\"./gd/_lib/match/index.js\": \"./node_modules/date-fns/locale/gd/_lib/match/index.js\",\n\t\"./gd/index.js\": \"./node_modules/date-fns/locale/gd/index.js\",\n\t\"./gl/_lib/formatDistance/index.js\": \"./node_modules/date-fns/locale/gl/_lib/formatDistance/index.js\",\n\t\"./gl/_lib/formatLong/index.js\": \"./node_modules/date-fns/locale/gl/_lib/formatLong/index.js\",\n\t\"./gl/_lib/formatRelative/index.js\": \"./node_modules/date-fns/locale/gl/_lib/formatRelative/index.js\",\n\t\"./gl/_lib/localize/index.js\": \"./node_modules/date-fns/locale/gl/_lib/localize/index.js\",\n\t\"./gl/_lib/match/index.js\": \"./node_modules/date-fns/locale/gl/_lib/match/index.js\",\n\t\"./gl/index.js\": \"./node_modules/date-fns/locale/gl/index.js\",\n\t\"./gu/_lib/formatDistance/index.js\": \"./node_modules/date-fns/locale/gu/_lib/formatDistance/index.js\",\n\t\"./gu/_lib/formatLong/index.js\": \"./node_modules/date-fns/locale/gu/_lib/formatLong/index.js\",\n\t\"./gu/_lib/formatRelative/index.js\": \"./node_modules/date-fns/locale/gu/_lib/formatRelative/index.js\",\n\t\"./gu/_lib/localize/index.js\": \"./node_modules/date-fns/locale/gu/_lib/localize/index.js\",\n\t\"./gu/_lib/match/index.js\": \"./node_modules/date-fns/locale/gu/_lib/match/index.js\",\n\t\"./gu/index.js\": \"./node_modules/date-fns/locale/gu/index.js\",\n\t\"./he/_lib/formatDistance/index.js\": \"./node_modules/date-fns/locale/he/_lib/formatDistance/index.js\",\n\t\"./he/_lib/formatLong/index.js\": \"./node_modules/date-fns/locale/he/_lib/formatLong/index.js\",\n\t\"./he/_lib/formatRelative/index.js\": \"./node_modules/date-fns/locale/he/_lib/formatRelative/index.js\",\n\t\"./he/_lib/localize/index.js\": \"./node_modules/date-fns/locale/he/_lib/localize/index.js\",\n\t\"./he/_lib/match/index.js\": \"./node_modules/date-fns/locale/he/_lib/match/index.js\",\n\t\"./he/index.js\": \"./node_modules/date-fns/locale/he/index.js\",\n\t\"./hi/_lib/formatDistance/index.js\": \"./node_modules/date-fns/locale/hi/_lib/formatDistance/index.js\",\n\t\"./hi/_lib/formatLong/index.js\": \"./node_modules/date-fns/locale/hi/_lib/formatLong/index.js\",\n\t\"./hi/_lib/formatRelative/index.js\": \"./node_modules/date-fns/locale/hi/_lib/formatRelative/index.js\",\n\t\"./hi/_lib/localize/index.js\": \"./node_modules/date-fns/locale/hi/_lib/localize/index.js\",\n\t\"./hi/_lib/match/index.js\": \"./node_modules/date-fns/locale/hi/_lib/match/index.js\",\n\t\"./hi/index.js\": \"./node_modules/date-fns/locale/hi/index.js\",\n\t\"./hr/_lib/formatDistance/index.js\": \"./node_modules/date-fns/locale/hr/_lib/formatDistance/index.js\",\n\t\"./hr/_lib/formatLong/index.js\": \"./node_modules/date-fns/locale/hr/_lib/formatLong/index.js\",\n\t\"./hr/_lib/formatRelative/index.js\": \"./node_modules/date-fns/locale/hr/_lib/formatRelative/index.js\",\n\t\"./hr/_lib/localize/index.js\": \"./node_modules/date-fns/locale/hr/_lib/localize/index.js\",\n\t\"./hr/_lib/match/index.js\": \"./node_modules/date-fns/locale/hr/_lib/match/index.js\",\n\t\"./hr/index.js\": \"./node_modules/date-fns/locale/hr/index.js\",\n\t\"./hu/_lib/formatDistance/index.js\": \"./node_modules/date-fns/locale/hu/_lib/formatDistance/index.js\",\n\t\"./hu/_lib/formatLong/index.js\": \"./node_modules/date-fns/locale/hu/_lib/formatLong/index.js\",\n\t\"./hu/_lib/formatRelative/index.js\": \"./node_modules/date-fns/locale/hu/_lib/formatRelative/index.js\",\n\t\"./hu/_lib/localize/index.js\": \"./node_modules/date-fns/locale/hu/_lib/localize/index.js\",\n\t\"./hu/_lib/match/index.js\": \"./node_modules/date-fns/locale/hu/_lib/match/index.js\",\n\t\"./hu/index.js\": \"./node_modules/date-fns/locale/hu/index.js\",\n\t\"./hy/_lib/formatDistance/index.js\": \"./node_modules/date-fns/locale/hy/_lib/formatDistance/index.js\",\n\t\"./hy/_lib/formatLong/index.js\": \"./node_modules/date-fns/locale/hy/_lib/formatLong/index.js\",\n\t\"./hy/_lib/formatRelative/index.js\": \"./node_modules/date-fns/locale/hy/_lib/formatRelative/index.js\",\n\t\"./hy/_lib/localize/index.js\": \"./node_modules/date-fns/locale/hy/_lib/localize/index.js\",\n\t\"./hy/_lib/match/index.js\": \"./node_modules/date-fns/locale/hy/_lib/match/index.js\",\n\t\"./hy/index.js\": \"./node_modules/date-fns/locale/hy/index.js\",\n\t\"./id/_lib/formatDistance/index.js\": \"./node_modules/date-fns/locale/id/_lib/formatDistance/index.js\",\n\t\"./id/_lib/formatLong/index.js\": \"./node_modules/date-fns/locale/id/_lib/formatLong/index.js\",\n\t\"./id/_lib/formatRelative/index.js\": \"./node_modules/date-fns/locale/id/_lib/formatRelative/index.js\",\n\t\"./id/_lib/localize/index.js\": \"./node_modules/date-fns/locale/id/_lib/localize/index.js\",\n\t\"./id/_lib/match/index.js\": \"./node_modules/date-fns/locale/id/_lib/match/index.js\",\n\t\"./id/index.js\": \"./node_modules/date-fns/locale/id/index.js\",\n\t\"./is/_lib/formatDistance/index.js\": \"./node_modules/date-fns/locale/is/_lib/formatDistance/index.js\",\n\t\"./is/_lib/formatLong/index.js\": \"./node_modules/date-fns/locale/is/_lib/formatLong/index.js\",\n\t\"./is/_lib/formatRelative/index.js\": \"./node_modules/date-fns/locale/is/_lib/formatRelative/index.js\",\n\t\"./is/_lib/localize/index.js\": \"./node_modules/date-fns/locale/is/_lib/localize/index.js\",\n\t\"./is/_lib/match/index.js\": \"./node_modules/date-fns/locale/is/_lib/match/index.js\",\n\t\"./is/index.js\": \"./node_modules/date-fns/locale/is/index.js\",\n\t\"./it/_lib/formatDistance/index.js\": \"./node_modules/date-fns/locale/it/_lib/formatDistance/index.js\",\n\t\"./it/_lib/formatLong/index.js\": \"./node_modules/date-fns/locale/it/_lib/formatLong/index.js\",\n\t\"./it/_lib/formatRelative/index.js\": \"./node_modules/date-fns/locale/it/_lib/formatRelative/index.js\",\n\t\"./it/_lib/localize/index.js\": \"./node_modules/date-fns/locale/it/_lib/localize/index.js\",\n\t\"./it/_lib/match/index.js\": \"./node_modules/date-fns/locale/it/_lib/match/index.js\",\n\t\"./it/index.js\": \"./node_modules/date-fns/locale/it/index.js\",\n\t\"./ja/_lib/formatDistance/index.js\": \"./node_modules/date-fns/locale/ja/_lib/formatDistance/index.js\",\n\t\"./ja/_lib/formatLong/index.js\": \"./node_modules/date-fns/locale/ja/_lib/formatLong/index.js\",\n\t\"./ja/_lib/formatRelative/index.js\": \"./node_modules/date-fns/locale/ja/_lib/formatRelative/index.js\",\n\t\"./ja/_lib/localize/index.js\": \"./node_modules/date-fns/locale/ja/_lib/localize/index.js\",\n\t\"./ja/_lib/match/index.js\": \"./node_modules/date-fns/locale/ja/_lib/match/index.js\",\n\t\"./ja/index.js\": \"./node_modules/date-fns/locale/ja/index.js\",\n\t\"./ka/_lib/formatDistance/index.js\": \"./node_modules/date-fns/locale/ka/_lib/formatDistance/index.js\",\n\t\"./ka/_lib/formatLong/index.js\": \"./node_modules/date-fns/locale/ka/_lib/formatLong/index.js\",\n\t\"./ka/_lib/formatRelative/index.js\": \"./node_modules/date-fns/locale/ka/_lib/formatRelative/index.js\",\n\t\"./ka/_lib/localize/index.js\": \"./node_modules/date-fns/locale/ka/_lib/localize/index.js\",\n\t\"./ka/_lib/match/index.js\": \"./node_modules/date-fns/locale/ka/_lib/match/index.js\",\n\t\"./ka/index.js\": \"./node_modules/date-fns/locale/ka/index.js\",\n\t\"./kk/_lib/formatDistance/index.js\": \"./node_modules/date-fns/locale/kk/_lib/formatDistance/index.js\",\n\t\"./kk/_lib/formatLong/index.js\": \"./node_modules/date-fns/locale/kk/_lib/formatLong/index.js\",\n\t\"./kk/_lib/formatRelative/index.js\": \"./node_modules/date-fns/locale/kk/_lib/formatRelative/index.js\",\n\t\"./kk/_lib/localize/index.js\": \"./node_modules/date-fns/locale/kk/_lib/localize/index.js\",\n\t\"./kk/_lib/match/index.js\": \"./node_modules/date-fns/locale/kk/_lib/match/index.js\",\n\t\"./kk/index.js\": \"./node_modules/date-fns/locale/kk/index.js\",\n\t\"./kn/_lib/formatDistance/index.js\": \"./node_modules/date-fns/locale/kn/_lib/formatDistance/index.js\",\n\t\"./kn/_lib/formatLong/index.js\": \"./node_modules/date-fns/locale/kn/_lib/formatLong/index.js\",\n\t\"./kn/_lib/formatRelative/index.js\": \"./node_modules/date-fns/locale/kn/_lib/formatRelative/index.js\",\n\t\"./kn/_lib/localize/index.js\": \"./node_modules/date-fns/locale/kn/_lib/localize/index.js\",\n\t\"./kn/_lib/match/index.js\": \"./node_modules/date-fns/locale/kn/_lib/match/index.js\",\n\t\"./kn/index.js\": \"./node_modules/date-fns/locale/kn/index.js\",\n\t\"./ko/_lib/formatDistance/index.js\": \"./node_modules/date-fns/locale/ko/_lib/formatDistance/index.js\",\n\t\"./ko/_lib/formatLong/index.js\": \"./node_modules/date-fns/locale/ko/_lib/formatLong/index.js\",\n\t\"./ko/_lib/formatRelative/index.js\": \"./node_modules/date-fns/locale/ko/_lib/formatRelative/index.js\",\n\t\"./ko/_lib/localize/index.js\": \"./node_modules/date-fns/locale/ko/_lib/localize/index.js\",\n\t\"./ko/_lib/match/index.js\": \"./node_modules/date-fns/locale/ko/_lib/match/index.js\",\n\t\"./ko/index.js\": \"./node_modules/date-fns/locale/ko/index.js\",\n\t\"./lb/_lib/formatDistance/index.js\": \"./node_modules/date-fns/locale/lb/_lib/formatDistance/index.js\",\n\t\"./lb/_lib/formatLong/index.js\": \"./node_modules/date-fns/locale/lb/_lib/formatLong/index.js\",\n\t\"./lb/_lib/formatRelative/index.js\": \"./node_modules/date-fns/locale/lb/_lib/formatRelative/index.js\",\n\t\"./lb/_lib/localize/index.js\": \"./node_modules/date-fns/locale/lb/_lib/localize/index.js\",\n\t\"./lb/_lib/match/index.js\": \"./node_modules/date-fns/locale/lb/_lib/match/index.js\",\n\t\"./lb/index.js\": \"./node_modules/date-fns/locale/lb/index.js\",\n\t\"./lt/_lib/formatDistance/index.js\": \"./node_modules/date-fns/locale/lt/_lib/formatDistance/index.js\",\n\t\"./lt/_lib/formatLong/index.js\": \"./node_modules/date-fns/locale/lt/_lib/formatLong/index.js\",\n\t\"./lt/_lib/formatRelative/index.js\": \"./node_modules/date-fns/locale/lt/_lib/formatRelative/index.js\",\n\t\"./lt/_lib/localize/index.js\": \"./node_modules/date-fns/locale/lt/_lib/localize/index.js\",\n\t\"./lt/_lib/match/index.js\": \"./node_modules/date-fns/locale/lt/_lib/match/index.js\",\n\t\"./lt/index.js\": \"./node_modules/date-fns/locale/lt/index.js\",\n\t\"./lv/_lib/formatDistance/index.js\": \"./node_modules/date-fns/locale/lv/_lib/formatDistance/index.js\",\n\t\"./lv/_lib/formatLong/index.js\": \"./node_modules/date-fns/locale/lv/_lib/formatLong/index.js\",\n\t\"./lv/_lib/formatRelative/index.js\": \"./node_modules/date-fns/locale/lv/_lib/formatRelative/index.js\",\n\t\"./lv/_lib/localize/index.js\": \"./node_modules/date-fns/locale/lv/_lib/localize/index.js\",\n\t\"./lv/_lib/match/index.js\": \"./node_modules/date-fns/locale/lv/_lib/match/index.js\",\n\t\"./lv/index.js\": \"./node_modules/date-fns/locale/lv/index.js\",\n\t\"./mk/_lib/formatDistance/index.js\": \"./node_modules/date-fns/locale/mk/_lib/formatDistance/index.js\",\n\t\"./mk/_lib/formatLong/index.js\": \"./node_modules/date-fns/locale/mk/_lib/formatLong/index.js\",\n\t\"./mk/_lib/formatRelative/index.js\": \"./node_modules/date-fns/locale/mk/_lib/formatRelative/index.js\",\n\t\"./mk/_lib/localize/index.js\": \"./node_modules/date-fns/locale/mk/_lib/localize/index.js\",\n\t\"./mk/_lib/match/index.js\": \"./node_modules/date-fns/locale/mk/_lib/match/index.js\",\n\t\"./mk/index.js\": \"./node_modules/date-fns/locale/mk/index.js\",\n\t\"./ms/_lib/formatDistance/index.js\": \"./node_modules/date-fns/locale/ms/_lib/formatDistance/index.js\",\n\t\"./ms/_lib/formatLong/index.js\": \"./node_modules/date-fns/locale/ms/_lib/formatLong/index.js\",\n\t\"./ms/_lib/formatRelative/index.js\": \"./node_modules/date-fns/locale/ms/_lib/formatRelative/index.js\",\n\t\"./ms/_lib/localize/index.js\": \"./node_modules/date-fns/locale/ms/_lib/localize/index.js\",\n\t\"./ms/_lib/match/index.js\": \"./node_modules/date-fns/locale/ms/_lib/match/index.js\",\n\t\"./ms/index.js\": \"./node_modules/date-fns/locale/ms/index.js\",\n\t\"./mt/_lib/formatDistance/index.js\": \"./node_modules/date-fns/locale/mt/_lib/formatDistance/index.js\",\n\t\"./mt/_lib/formatLong/index.js\": \"./node_modules/date-fns/locale/mt/_lib/formatLong/index.js\",\n\t\"./mt/_lib/formatRelative/index.js\": \"./node_modules/date-fns/locale/mt/_lib/formatRelative/index.js\",\n\t\"./mt/_lib/localize/index.js\": \"./node_modules/date-fns/locale/mt/_lib/localize/index.js\",\n\t\"./mt/_lib/match/index.js\": \"./node_modules/date-fns/locale/mt/_lib/match/index.js\",\n\t\"./mt/index.js\": \"./node_modules/date-fns/locale/mt/index.js\",\n\t\"./nb/_lib/formatDistance/index.js\": \"./node_modules/date-fns/locale/nb/_lib/formatDistance/index.js\",\n\t\"./nb/_lib/formatLong/index.js\": \"./node_modules/date-fns/locale/nb/_lib/formatLong/index.js\",\n\t\"./nb/_lib/formatRelative/index.js\": \"./node_modules/date-fns/locale/nb/_lib/formatRelative/index.js\",\n\t\"./nb/_lib/localize/index.js\": \"./node_modules/date-fns/locale/nb/_lib/localize/index.js\",\n\t\"./nb/_lib/match/index.js\": \"./node_modules/date-fns/locale/nb/_lib/match/index.js\",\n\t\"./nb/index.js\": \"./node_modules/date-fns/locale/nb/index.js\",\n\t\"./nl-BE/_lib/formatDistance/index.js\": \"./node_modules/date-fns/locale/nl-BE/_lib/formatDistance/index.js\",\n\t\"./nl-BE/_lib/formatLong/index.js\": \"./node_modules/date-fns/locale/nl-BE/_lib/formatLong/index.js\",\n\t\"./nl-BE/_lib/formatRelative/index.js\": \"./node_modules/date-fns/locale/nl-BE/_lib/formatRelative/index.js\",\n\t\"./nl-BE/_lib/localize/index.js\": \"./node_modules/date-fns/locale/nl-BE/_lib/localize/index.js\",\n\t\"./nl-BE/_lib/match/index.js\": \"./node_modules/date-fns/locale/nl-BE/_lib/match/index.js\",\n\t\"./nl-BE/index.js\": \"./node_modules/date-fns/locale/nl-BE/index.js\",\n\t\"./nl/_lib/formatDistance/index.js\": \"./node_modules/date-fns/locale/nl/_lib/formatDistance/index.js\",\n\t\"./nl/_lib/formatLong/index.js\": \"./node_modules/date-fns/locale/nl/_lib/formatLong/index.js\",\n\t\"./nl/_lib/formatRelative/index.js\": \"./node_modules/date-fns/locale/nl/_lib/formatRelative/index.js\",\n\t\"./nl/_lib/localize/index.js\": \"./node_modules/date-fns/locale/nl/_lib/localize/index.js\",\n\t\"./nl/_lib/match/index.js\": \"./node_modules/date-fns/locale/nl/_lib/match/index.js\",\n\t\"./nl/index.js\": \"./node_modules/date-fns/locale/nl/index.js\",\n\t\"./nn/_lib/formatDistance/index.js\": \"./node_modules/date-fns/locale/nn/_lib/formatDistance/index.js\",\n\t\"./nn/_lib/formatLong/index.js\": \"./node_modules/date-fns/locale/nn/_lib/formatLong/index.js\",\n\t\"./nn/_lib/formatRelative/index.js\": \"./node_modules/date-fns/locale/nn/_lib/formatRelative/index.js\",\n\t\"./nn/_lib/localize/index.js\": \"./node_modules/date-fns/locale/nn/_lib/localize/index.js\",\n\t\"./nn/_lib/match/index.js\": \"./node_modules/date-fns/locale/nn/_lib/match/index.js\",\n\t\"./nn/index.js\": \"./node_modules/date-fns/locale/nn/index.js\",\n\t\"./pl/_lib/formatDistance/index.js\": \"./node_modules/date-fns/locale/pl/_lib/formatDistance/index.js\",\n\t\"./pl/_lib/formatLong/index.js\": \"./node_modules/date-fns/locale/pl/_lib/formatLong/index.js\",\n\t\"./pl/_lib/formatRelative/index.js\": \"./node_modules/date-fns/locale/pl/_lib/formatRelative/index.js\",\n\t\"./pl/_lib/localize/index.js\": \"./node_modules/date-fns/locale/pl/_lib/localize/index.js\",\n\t\"./pl/_lib/match/index.js\": \"./node_modules/date-fns/locale/pl/_lib/match/index.js\",\n\t\"./pl/index.js\": \"./node_modules/date-fns/locale/pl/index.js\",\n\t\"./pt-BR/_lib/formatDistance/index.js\": \"./node_modules/date-fns/locale/pt-BR/_lib/formatDistance/index.js\",\n\t\"./pt-BR/_lib/formatLong/index.js\": \"./node_modules/date-fns/locale/pt-BR/_lib/formatLong/index.js\",\n\t\"./pt-BR/_lib/formatRelative/index.js\": \"./node_modules/date-fns/locale/pt-BR/_lib/formatRelative/index.js\",\n\t\"./pt-BR/_lib/localize/index.js\": \"./node_modules/date-fns/locale/pt-BR/_lib/localize/index.js\",\n\t\"./pt-BR/_lib/match/index.js\": \"./node_modules/date-fns/locale/pt-BR/_lib/match/index.js\",\n\t\"./pt-BR/index.js\": \"./node_modules/date-fns/locale/pt-BR/index.js\",\n\t\"./pt/_lib/formatDistance/index.js\": \"./node_modules/date-fns/locale/pt/_lib/formatDistance/index.js\",\n\t\"./pt/_lib/formatLong/index.js\": \"./node_modules/date-fns/locale/pt/_lib/formatLong/index.js\",\n\t\"./pt/_lib/formatRelative/index.js\": \"./node_modules/date-fns/locale/pt/_lib/formatRelative/index.js\",\n\t\"./pt/_lib/localize/index.js\": \"./node_modules/date-fns/locale/pt/_lib/localize/index.js\",\n\t\"./pt/_lib/match/index.js\": \"./node_modules/date-fns/locale/pt/_lib/match/index.js\",\n\t\"./pt/index.js\": \"./node_modules/date-fns/locale/pt/index.js\",\n\t\"./ro/_lib/formatDistance/index.js\": \"./node_modules/date-fns/locale/ro/_lib/formatDistance/index.js\",\n\t\"./ro/_lib/formatLong/index.js\": \"./node_modules/date-fns/locale/ro/_lib/formatLong/index.js\",\n\t\"./ro/_lib/formatRelative/index.js\": \"./node_modules/date-fns/locale/ro/_lib/formatRelative/index.js\",\n\t\"./ro/_lib/localize/index.js\": \"./node_modules/date-fns/locale/ro/_lib/localize/index.js\",\n\t\"./ro/_lib/match/index.js\": \"./node_modules/date-fns/locale/ro/_lib/match/index.js\",\n\t\"./ro/index.js\": \"./node_modules/date-fns/locale/ro/index.js\",\n\t\"./ru/_lib/formatDistance/index.js\": \"./node_modules/date-fns/locale/ru/_lib/formatDistance/index.js\",\n\t\"./ru/_lib/formatLong/index.js\": \"./node_modules/date-fns/locale/ru/_lib/formatLong/index.js\",\n\t\"./ru/_lib/formatRelative/index.js\": \"./node_modules/date-fns/locale/ru/_lib/formatRelative/index.js\",\n\t\"./ru/_lib/localize/index.js\": \"./node_modules/date-fns/locale/ru/_lib/localize/index.js\",\n\t\"./ru/_lib/match/index.js\": \"./node_modules/date-fns/locale/ru/_lib/match/index.js\",\n\t\"./ru/index.js\": \"./node_modules/date-fns/locale/ru/index.js\",\n\t\"./sk/_lib/formatDistance/index.js\": \"./node_modules/date-fns/locale/sk/_lib/formatDistance/index.js\",\n\t\"./sk/_lib/formatLong/index.js\": \"./node_modules/date-fns/locale/sk/_lib/formatLong/index.js\",\n\t\"./sk/_lib/formatRelative/index.js\": \"./node_modules/date-fns/locale/sk/_lib/formatRelative/index.js\",\n\t\"./sk/_lib/localize/index.js\": \"./node_modules/date-fns/locale/sk/_lib/localize/index.js\",\n\t\"./sk/_lib/match/index.js\": \"./node_modules/date-fns/locale/sk/_lib/match/index.js\",\n\t\"./sk/index.js\": \"./node_modules/date-fns/locale/sk/index.js\",\n\t\"./sl/_lib/formatDistance/index.js\": \"./node_modules/date-fns/locale/sl/_lib/formatDistance/index.js\",\n\t\"./sl/_lib/formatLong/index.js\": \"./node_modules/date-fns/locale/sl/_lib/formatLong/index.js\",\n\t\"./sl/_lib/formatRelative/index.js\": \"./node_modules/date-fns/locale/sl/_lib/formatRelative/index.js\",\n\t\"./sl/_lib/localize/index.js\": \"./node_modules/date-fns/locale/sl/_lib/localize/index.js\",\n\t\"./sl/_lib/match/index.js\": \"./node_modules/date-fns/locale/sl/_lib/match/index.js\",\n\t\"./sl/index.js\": \"./node_modules/date-fns/locale/sl/index.js\",\n\t\"./sr-Latn/_lib/formatDistance/index.js\": \"./node_modules/date-fns/locale/sr-Latn/_lib/formatDistance/index.js\",\n\t\"./sr-Latn/_lib/formatLong/index.js\": \"./node_modules/date-fns/locale/sr-Latn/_lib/formatLong/index.js\",\n\t\"./sr-Latn/_lib/formatRelative/index.js\": \"./node_modules/date-fns/locale/sr-Latn/_lib/formatRelative/index.js\",\n\t\"./sr-Latn/_lib/localize/index.js\": \"./node_modules/date-fns/locale/sr-Latn/_lib/localize/index.js\",\n\t\"./sr-Latn/_lib/match/index.js\": \"./node_modules/date-fns/locale/sr-Latn/_lib/match/index.js\",\n\t\"./sr-Latn/index.js\": \"./node_modules/date-fns/locale/sr-Latn/index.js\",\n\t\"./sr/_lib/formatDistance/index.js\": \"./node_modules/date-fns/locale/sr/_lib/formatDistance/index.js\",\n\t\"./sr/_lib/formatLong/index.js\": \"./node_modules/date-fns/locale/sr/_lib/formatLong/index.js\",\n\t\"./sr/_lib/formatRelative/index.js\": \"./node_modules/date-fns/locale/sr/_lib/formatRelative/index.js\",\n\t\"./sr/_lib/localize/index.js\": \"./node_modules/date-fns/locale/sr/_lib/localize/index.js\",\n\t\"./sr/_lib/match/index.js\": \"./node_modules/date-fns/locale/sr/_lib/match/index.js\",\n\t\"./sr/index.js\": \"./node_modules/date-fns/locale/sr/index.js\",\n\t\"./sv/_lib/formatDistance/index.js\": \"./node_modules/date-fns/locale/sv/_lib/formatDistance/index.js\",\n\t\"./sv/_lib/formatLong/index.js\": \"./node_modules/date-fns/locale/sv/_lib/formatLong/index.js\",\n\t\"./sv/_lib/formatRelative/index.js\": \"./node_modules/date-fns/locale/sv/_lib/formatRelative/index.js\",\n\t\"./sv/_lib/localize/index.js\": \"./node_modules/date-fns/locale/sv/_lib/localize/index.js\",\n\t\"./sv/_lib/match/index.js\": \"./node_modules/date-fns/locale/sv/_lib/match/index.js\",\n\t\"./sv/index.js\": \"./node_modules/date-fns/locale/sv/index.js\",\n\t\"./ta/_lib/formatDistance/index.js\": \"./node_modules/date-fns/locale/ta/_lib/formatDistance/index.js\",\n\t\"./ta/_lib/formatLong/index.js\": \"./node_modules/date-fns/locale/ta/_lib/formatLong/index.js\",\n\t\"./ta/_lib/formatRelative/index.js\": \"./node_modules/date-fns/locale/ta/_lib/formatRelative/index.js\",\n\t\"./ta/_lib/localize/index.js\": \"./node_modules/date-fns/locale/ta/_lib/localize/index.js\",\n\t\"./ta/_lib/match/index.js\": \"./node_modules/date-fns/locale/ta/_lib/match/index.js\",\n\t\"./ta/index.js\": \"./node_modules/date-fns/locale/ta/index.js\",\n\t\"./te/_lib/formatDistance/index.js\": \"./node_modules/date-fns/locale/te/_lib/formatDistance/index.js\",\n\t\"./te/_lib/formatLong/index.js\": \"./node_modules/date-fns/locale/te/_lib/formatLong/index.js\",\n\t\"./te/_lib/formatRelative/index.js\": \"./node_modules/date-fns/locale/te/_lib/formatRelative/index.js\",\n\t\"./te/_lib/localize/index.js\": \"./node_modules/date-fns/locale/te/_lib/localize/index.js\",\n\t\"./te/_lib/match/index.js\": \"./node_modules/date-fns/locale/te/_lib/match/index.js\",\n\t\"./te/index.js\": \"./node_modules/date-fns/locale/te/index.js\",\n\t\"./th/_lib/formatDistance/index.js\": \"./node_modules/date-fns/locale/th/_lib/formatDistance/index.js\",\n\t\"./th/_lib/formatLong/index.js\": \"./node_modules/date-fns/locale/th/_lib/formatLong/index.js\",\n\t\"./th/_lib/formatRelative/index.js\": \"./node_modules/date-fns/locale/th/_lib/formatRelative/index.js\",\n\t\"./th/_lib/localize/index.js\": \"./node_modules/date-fns/locale/th/_lib/localize/index.js\",\n\t\"./th/_lib/match/index.js\": \"./node_modules/date-fns/locale/th/_lib/match/index.js\",\n\t\"./th/index.js\": \"./node_modules/date-fns/locale/th/index.js\",\n\t\"./tr/_lib/formatDistance/index.js\": \"./node_modules/date-fns/locale/tr/_lib/formatDistance/index.js\",\n\t\"./tr/_lib/formatLong/index.js\": \"./node_modules/date-fns/locale/tr/_lib/formatLong/index.js\",\n\t\"./tr/_lib/formatRelative/index.js\": \"./node_modules/date-fns/locale/tr/_lib/formatRelative/index.js\",\n\t\"./tr/_lib/localize/index.js\": \"./node_modules/date-fns/locale/tr/_lib/localize/index.js\",\n\t\"./tr/_lib/match/index.js\": \"./node_modules/date-fns/locale/tr/_lib/match/index.js\",\n\t\"./tr/index.js\": \"./node_modules/date-fns/locale/tr/index.js\",\n\t\"./ug/_lib/formatDistance/index.js\": \"./node_modules/date-fns/locale/ug/_lib/formatDistance/index.js\",\n\t\"./ug/_lib/formatLong/index.js\": \"./node_modules/date-fns/locale/ug/_lib/formatLong/index.js\",\n\t\"./ug/_lib/formatRelative/index.js\": \"./node_modules/date-fns/locale/ug/_lib/formatRelative/index.js\",\n\t\"./ug/_lib/localize/index.js\": \"./node_modules/date-fns/locale/ug/_lib/localize/index.js\",\n\t\"./ug/_lib/match/index.js\": \"./node_modules/date-fns/locale/ug/_lib/match/index.js\",\n\t\"./ug/index.js\": \"./node_modules/date-fns/locale/ug/index.js\",\n\t\"./uk/_lib/formatDistance/index.js\": \"./node_modules/date-fns/locale/uk/_lib/formatDistance/index.js\",\n\t\"./uk/_lib/formatLong/index.js\": \"./node_modules/date-fns/locale/uk/_lib/formatLong/index.js\",\n\t\"./uk/_lib/formatRelative/index.js\": \"./node_modules/date-fns/locale/uk/_lib/formatRelative/index.js\",\n\t\"./uk/_lib/localize/index.js\": \"./node_modules/date-fns/locale/uk/_lib/localize/index.js\",\n\t\"./uk/_lib/match/index.js\": \"./node_modules/date-fns/locale/uk/_lib/match/index.js\",\n\t\"./uk/index.js\": \"./node_modules/date-fns/locale/uk/index.js\",\n\t\"./uz/_lib/formatDistance/index.js\": \"./node_modules/date-fns/locale/uz/_lib/formatDistance/index.js\",\n\t\"./uz/_lib/formatLong/index.js\": \"./node_modules/date-fns/locale/uz/_lib/formatLong/index.js\",\n\t\"./uz/_lib/formatRelative/index.js\": \"./node_modules/date-fns/locale/uz/_lib/formatRelative/index.js\",\n\t\"./uz/_lib/localize/index.js\": \"./node_modules/date-fns/locale/uz/_lib/localize/index.js\",\n\t\"./uz/_lib/match/index.js\": \"./node_modules/date-fns/locale/uz/_lib/match/index.js\",\n\t\"./uz/index.js\": \"./node_modules/date-fns/locale/uz/index.js\",\n\t\"./vi/_lib/formatDistance/index.js\": \"./node_modules/date-fns/locale/vi/_lib/formatDistance/index.js\",\n\t\"./vi/_lib/formatLong/index.js\": \"./node_modules/date-fns/locale/vi/_lib/formatLong/index.js\",\n\t\"./vi/_lib/formatRelative/index.js\": \"./node_modules/date-fns/locale/vi/_lib/formatRelative/index.js\",\n\t\"./vi/_lib/localize/index.js\": \"./node_modules/date-fns/locale/vi/_lib/localize/index.js\",\n\t\"./vi/_lib/match/index.js\": \"./node_modules/date-fns/locale/vi/_lib/match/index.js\",\n\t\"./vi/index.js\": \"./node_modules/date-fns/locale/vi/index.js\",\n\t\"./zh-CN/_lib/formatDistance/index.js\": \"./node_modules/element-react/src/locale/lang/en.js\",\n\t\"./zh-CN/_lib/formatLong/index.js\": \"./node_modules/element-react/src/locale/lang/en.js\",\n\t\"./zh-CN/_lib/formatRelative/index.js\": \"./node_modules/element-react/src/locale/lang/en.js\",\n\t\"./zh-CN/_lib/localize/index.js\": \"./node_modules/element-react/src/locale/lang/en.js\",\n\t\"./zh-CN/_lib/match/index.js\": \"./node_modules/element-react/src/locale/lang/en.js\",\n\t\"./zh-CN/index.js\": \"./node_modules/element-react/src/locale/lang/en.js\",\n\t\"./zh-TW/_lib/formatDistance/index.js\": \"./node_modules/date-fns/locale/zh-TW/_lib/formatDistance/index.js\",\n\t\"./zh-TW/_lib/formatLong/index.js\": \"./node_modules/date-fns/locale/zh-TW/_lib/formatLong/index.js\",\n\t\"./zh-TW/_lib/formatRelative/index.js\": \"./node_modules/date-fns/locale/zh-TW/_lib/formatRelative/index.js\",\n\t\"./zh-TW/_lib/localize/index.js\": \"./node_modules/date-fns/locale/zh-TW/_lib/localize/index.js\",\n\t\"./zh-TW/_lib/match/index.js\": \"./node_modules/date-fns/locale/zh-TW/_lib/match/index.js\",\n\t\"./zh-TW/index.js\": \"./node_modules/date-fns/locale/zh-TW/index.js\"\n};\n\n\nfunction webpackContext(req) {\n\tvar id = webpackContextResolve(req);\n\treturn __webpack_require__(id);\n}\nfunction webpackContextResolve(req) {\n\tif(!__webpack_require__.o(map, req)) {\n\t\tvar e = new Error(\"Cannot find module '\" + req + \"'\");\n\t\te.code = 'MODULE_NOT_FOUND';\n\t\tthrow e;\n\t}\n\treturn map[req];\n}\nwebpackContext.keys = function webpackContextKeys() {\n\treturn Object.keys(map);\n};\nwebpackContext.resolve = webpackContextResolve;\nmodule.exports = webpackContext;\nwebpackContext.id = \"./node_modules/date-fns/locale sync recursive ^\\\\.\\\\/.*\\\\/index\\\\.js$\";\n\n//# sourceURL=webpack:///./node_modules/date-fns/locale_sync_^\\.\\/.*\\/index\\.js$?");

/***/ }),

/***/ "./node_modules/moment/locale sync recursive ^\\.\\/.*$":
/*!**************************************************!*\
  !*** ./node_modules/moment/locale sync ^\.\/.*$ ***!
  \**************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {

eval("var map = {\n\t\"./af\": \"./node_modules/moment/locale/af.js\",\n\t\"./af.js\": \"./node_modules/moment/locale/af.js\",\n\t\"./ar\": \"./node_modules/moment/locale/ar.js\",\n\t\"./ar-dz\": \"./node_modules/moment/locale/ar-dz.js\",\n\t\"./ar-dz.js\": \"./node_modules/moment/locale/ar-dz.js\",\n\t\"./ar-kw\": \"./node_modules/moment/locale/ar-kw.js\",\n\t\"./ar-kw.js\": \"./node_modules/moment/locale/ar-kw.js\",\n\t\"./ar-ly\": \"./node_modules/moment/locale/ar-ly.js\",\n\t\"./ar-ly.js\": \"./node_modules/moment/locale/ar-ly.js\",\n\t\"./ar-ma\": \"./node_modules/moment/locale/ar-ma.js\",\n\t\"./ar-ma.js\": \"./node_modules/moment/locale/ar-ma.js\",\n\t\"./ar-sa\": \"./node_modules/moment/locale/ar-sa.js\",\n\t\"./ar-sa.js\": \"./node_modules/moment/locale/ar-sa.js\",\n\t\"./ar-tn\": \"./node_modules/moment/locale/ar-tn.js\",\n\t\"./ar-tn.js\": \"./node_modules/moment/locale/ar-tn.js\",\n\t\"./ar.js\": \"./node_modules/moment/locale/ar.js\",\n\t\"./az\": \"./node_modules/moment/locale/az.js\",\n\t\"./az.js\": \"./node_modules/moment/locale/az.js\",\n\t\"./be\": \"./node_modules/moment/locale/be.js\",\n\t\"./be.js\": \"./node_modules/moment/locale/be.js\",\n\t\"./bg\": \"./node_modules/moment/locale/bg.js\",\n\t\"./bg.js\": \"./node_modules/moment/locale/bg.js\",\n\t\"./bm\": \"./node_modules/moment/locale/bm.js\",\n\t\"./bm.js\": \"./node_modules/moment/locale/bm.js\",\n\t\"./bn\": \"./node_modules/moment/locale/bn.js\",\n\t\"./bn.js\": \"./node_modules/moment/locale/bn.js\",\n\t\"./bo\": \"./node_modules/moment/locale/bo.js\",\n\t\"./bo.js\": \"./node_modules/moment/locale/bo.js\",\n\t\"./br\": \"./node_modules/moment/locale/br.js\",\n\t\"./br.js\": \"./node_modules/moment/locale/br.js\",\n\t\"./bs\": \"./node_modules/moment/locale/bs.js\",\n\t\"./bs.js\": \"./node_modules/moment/locale/bs.js\",\n\t\"./ca\": \"./node_modules/moment/locale/ca.js\",\n\t\"./ca.js\": \"./node_modules/moment/locale/ca.js\",\n\t\"./cs\": \"./node_modules/moment/locale/cs.js\",\n\t\"./cs.js\": \"./node_modules/moment/locale/cs.js\",\n\t\"./cv\": \"./node_modules/moment/locale/cv.js\",\n\t\"./cv.js\": \"./node_modules/moment/locale/cv.js\",\n\t\"./cy\": \"./node_modules/moment/locale/cy.js\",\n\t\"./cy.js\": \"./node_modules/moment/locale/cy.js\",\n\t\"./da\": \"./node_modules/moment/locale/da.js\",\n\t\"./da.js\": \"./node_modules/moment/locale/da.js\",\n\t\"./de\": \"./node_modules/moment/locale/de.js\",\n\t\"./de-at\": \"./node_modules/moment/locale/de-at.js\",\n\t\"./de-at.js\": \"./node_modules/moment/locale/de-at.js\",\n\t\"./de-ch\": \"./node_modules/moment/locale/de-ch.js\",\n\t\"./de-ch.js\": \"./node_modules/moment/locale/de-ch.js\",\n\t\"./de.js\": \"./node_modules/moment/locale/de.js\",\n\t\"./dv\": \"./node_modules/moment/locale/dv.js\",\n\t\"./dv.js\": \"./node_modules/moment/locale/dv.js\",\n\t\"./el\": \"./node_modules/moment/locale/el.js\",\n\t\"./el.js\": \"./node_modules/moment/locale/el.js\",\n\t\"./en-au\": \"./node_modules/moment/locale/en-au.js\",\n\t\"./en-au.js\": \"./node_modules/moment/locale/en-au.js\",\n\t\"./en-ca\": \"./node_modules/moment/locale/en-ca.js\",\n\t\"./en-ca.js\": \"./node_modules/moment/locale/en-ca.js\",\n\t\"./en-gb\": \"./node_modules/moment/locale/en-gb.js\",\n\t\"./en-gb.js\": \"./node_modules/moment/locale/en-gb.js\",\n\t\"./en-ie\": \"./node_modules/moment/locale/en-ie.js\",\n\t\"./en-ie.js\": \"./node_modules/moment/locale/en-ie.js\",\n\t\"./en-nz\": \"./node_modules/moment/locale/en-nz.js\",\n\t\"./en-nz.js\": \"./node_modules/moment/locale/en-nz.js\",\n\t\"./eo\": \"./node_modules/moment/locale/eo.js\",\n\t\"./eo.js\": \"./node_modules/moment/locale/eo.js\",\n\t\"./es\": \"./node_modules/moment/locale/es.js\",\n\t\"./es-do\": \"./node_modules/moment/locale/es-do.js\",\n\t\"./es-do.js\": \"./node_modules/moment/locale/es-do.js\",\n\t\"./es-us\": \"./node_modules/moment/locale/es-us.js\",\n\t\"./es-us.js\": \"./node_modules/moment/locale/es-us.js\",\n\t\"./es.js\": \"./node_modules/moment/locale/es.js\",\n\t\"./et\": \"./node_modules/moment/locale/et.js\",\n\t\"./et.js\": \"./node_modules/moment/locale/et.js\",\n\t\"./eu\": \"./node_modules/moment/locale/eu.js\",\n\t\"./eu.js\": \"./node_modules/moment/locale/eu.js\",\n\t\"./fa\": \"./node_modules/moment/locale/fa.js\",\n\t\"./fa.js\": \"./node_modules/moment/locale/fa.js\",\n\t\"./fi\": \"./node_modules/moment/locale/fi.js\",\n\t\"./fi.js\": \"./node_modules/moment/locale/fi.js\",\n\t\"./fo\": \"./node_modules/moment/locale/fo.js\",\n\t\"./fo.js\": \"./node_modules/moment/locale/fo.js\",\n\t\"./fr\": \"./node_modules/moment/locale/fr.js\",\n\t\"./fr-ca\": \"./node_modules/moment/locale/fr-ca.js\",\n\t\"./fr-ca.js\": \"./node_modules/moment/locale/fr-ca.js\",\n\t\"./fr-ch\": \"./node_modules/moment/locale/fr-ch.js\",\n\t\"./fr-ch.js\": \"./node_modules/moment/locale/fr-ch.js\",\n\t\"./fr.js\": \"./node_modules/moment/locale/fr.js\",\n\t\"./fy\": \"./node_modules/moment/locale/fy.js\",\n\t\"./fy.js\": \"./node_modules/moment/locale/fy.js\",\n\t\"./gd\": \"./node_modules/moment/locale/gd.js\",\n\t\"./gd.js\": \"./node_modules/moment/locale/gd.js\",\n\t\"./gl\": \"./node_modules/moment/locale/gl.js\",\n\t\"./gl.js\": \"./node_modules/moment/locale/gl.js\",\n\t\"./gom-latn\": \"./node_modules/moment/locale/gom-latn.js\",\n\t\"./gom-latn.js\": \"./node_modules/moment/locale/gom-latn.js\",\n\t\"./gu\": \"./node_modules/moment/locale/gu.js\",\n\t\"./gu.js\": \"./node_modules/moment/locale/gu.js\",\n\t\"./he\": \"./node_modules/moment/locale/he.js\",\n\t\"./he.js\": \"./node_modules/moment/locale/he.js\",\n\t\"./hi\": \"./node_modules/moment/locale/hi.js\",\n\t\"./hi.js\": \"./node_modules/moment/locale/hi.js\",\n\t\"./hr\": \"./node_modules/moment/locale/hr.js\",\n\t\"./hr.js\": \"./node_modules/moment/locale/hr.js\",\n\t\"./hu\": \"./node_modules/moment/locale/hu.js\",\n\t\"./hu.js\": \"./node_modules/moment/locale/hu.js\",\n\t\"./hy-am\": \"./node_modules/moment/locale/hy-am.js\",\n\t\"./hy-am.js\": \"./node_modules/moment/locale/hy-am.js\",\n\t\"./id\": \"./node_modules/moment/locale/id.js\",\n\t\"./id.js\": \"./node_modules/moment/locale/id.js\",\n\t\"./is\": \"./node_modules/moment/locale/is.js\",\n\t\"./is.js\": \"./node_modules/moment/locale/is.js\",\n\t\"./it\": \"./node_modules/moment/locale/it.js\",\n\t\"./it.js\": \"./node_modules/moment/locale/it.js\",\n\t\"./ja\": \"./node_modules/moment/locale/ja.js\",\n\t\"./ja.js\": \"./node_modules/moment/locale/ja.js\",\n\t\"./jv\": \"./node_modules/moment/locale/jv.js\",\n\t\"./jv.js\": \"./node_modules/moment/locale/jv.js\",\n\t\"./ka\": \"./node_modules/moment/locale/ka.js\",\n\t\"./ka.js\": \"./node_modules/moment/locale/ka.js\",\n\t\"./kk\": \"./node_modules/moment/locale/kk.js\",\n\t\"./kk.js\": \"./node_modules/moment/locale/kk.js\",\n\t\"./km\": \"./node_modules/moment/locale/km.js\",\n\t\"./km.js\": \"./node_modules/moment/locale/km.js\",\n\t\"./kn\": \"./node_modules/moment/locale/kn.js\",\n\t\"./kn.js\": \"./node_modules/moment/locale/kn.js\",\n\t\"./ko\": \"./node_modules/moment/locale/ko.js\",\n\t\"./ko.js\": \"./node_modules/moment/locale/ko.js\",\n\t\"./ky\": \"./node_modules/moment/locale/ky.js\",\n\t\"./ky.js\": \"./node_modules/moment/locale/ky.js\",\n\t\"./lb\": \"./node_modules/moment/locale/lb.js\",\n\t\"./lb.js\": \"./node_modules/moment/locale/lb.js\",\n\t\"./lo\": \"./node_modules/moment/locale/lo.js\",\n\t\"./lo.js\": \"./node_modules/moment/locale/lo.js\",\n\t\"./lt\": \"./node_modules/moment/locale/lt.js\",\n\t\"./lt.js\": \"./node_modules/moment/locale/lt.js\",\n\t\"./lv\": \"./node_modules/moment/locale/lv.js\",\n\t\"./lv.js\": \"./node_modules/moment/locale/lv.js\",\n\t\"./me\": \"./node_modules/moment/locale/me.js\",\n\t\"./me.js\": \"./node_modules/moment/locale/me.js\",\n\t\"./mi\": \"./node_modules/moment/locale/mi.js\",\n\t\"./mi.js\": \"./node_modules/moment/locale/mi.js\",\n\t\"./mk\": \"./node_modules/moment/locale/mk.js\",\n\t\"./mk.js\": \"./node_modules/moment/locale/mk.js\",\n\t\"./ml\": \"./node_modules/moment/locale/ml.js\",\n\t\"./ml.js\": \"./node_modules/moment/locale/ml.js\",\n\t\"./mr\": \"./node_modules/moment/locale/mr.js\",\n\t\"./mr.js\": \"./node_modules/moment/locale/mr.js\",\n\t\"./ms\": \"./node_modules/moment/locale/ms.js\",\n\t\"./ms-my\": \"./node_modules/moment/locale/ms-my.js\",\n\t\"./ms-my.js\": \"./node_modules/moment/locale/ms-my.js\",\n\t\"./ms.js\": \"./node_modules/moment/locale/ms.js\",\n\t\"./mt\": \"./node_modules/moment/locale/mt.js\",\n\t\"./mt.js\": \"./node_modules/moment/locale/mt.js\",\n\t\"./my\": \"./node_modules/moment/locale/my.js\",\n\t\"./my.js\": \"./node_modules/moment/locale/my.js\",\n\t\"./nb\": \"./node_modules/moment/locale/nb.js\",\n\t\"./nb.js\": \"./node_modules/moment/locale/nb.js\",\n\t\"./ne\": \"./node_modules/moment/locale/ne.js\",\n\t\"./ne.js\": \"./node_modules/moment/locale/ne.js\",\n\t\"./nl\": \"./node_modules/moment/locale/nl.js\",\n\t\"./nl-be\": \"./node_modules/moment/locale/nl-be.js\",\n\t\"./nl-be.js\": \"./node_modules/moment/locale/nl-be.js\",\n\t\"./nl.js\": \"./node_modules/moment/locale/nl.js\",\n\t\"./nn\": \"./node_modules/moment/locale/nn.js\",\n\t\"./nn.js\": \"./node_modules/moment/locale/nn.js\",\n\t\"./pa-in\": \"./node_modules/moment/locale/pa-in.js\",\n\t\"./pa-in.js\": \"./node_modules/moment/locale/pa-in.js\",\n\t\"./pl\": \"./node_modules/moment/locale/pl.js\",\n\t\"./pl.js\": \"./node_modules/moment/locale/pl.js\",\n\t\"./pt\": \"./node_modules/moment/locale/pt.js\",\n\t\"./pt-br\": \"./node_modules/moment/locale/pt-br.js\",\n\t\"./pt-br.js\": \"./node_modules/moment/locale/pt-br.js\",\n\t\"./pt.js\": \"./node_modules/moment/locale/pt.js\",\n\t\"./ro\": \"./node_modules/moment/locale/ro.js\",\n\t\"./ro.js\": \"./node_modules/moment/locale/ro.js\",\n\t\"./ru\": \"./node_modules/moment/locale/ru.js\",\n\t\"./ru.js\": \"./node_modules/moment/locale/ru.js\",\n\t\"./sd\": \"./node_modules/moment/locale/sd.js\",\n\t\"./sd.js\": \"./node_modules/moment/locale/sd.js\",\n\t\"./se\": \"./node_modules/moment/locale/se.js\",\n\t\"./se.js\": \"./node_modules/moment/locale/se.js\",\n\t\"./si\": \"./node_modules/moment/locale/si.js\",\n\t\"./si.js\": \"./node_modules/moment/locale/si.js\",\n\t\"./sk\": \"./node_modules/moment/locale/sk.js\",\n\t\"./sk.js\": \"./node_modules/moment/locale/sk.js\",\n\t\"./sl\": \"./node_modules/moment/locale/sl.js\",\n\t\"./sl.js\": \"./node_modules/moment/locale/sl.js\",\n\t\"./sq\": \"./node_modules/moment/locale/sq.js\",\n\t\"./sq.js\": \"./node_modules/moment/locale/sq.js\",\n\t\"./sr\": \"./node_modules/moment/locale/sr.js\",\n\t\"./sr-cyrl\": \"./node_modules/moment/locale/sr-cyrl.js\",\n\t\"./sr-cyrl.js\": \"./node_modules/moment/locale/sr-cyrl.js\",\n\t\"./sr.js\": \"./node_modules/moment/locale/sr.js\",\n\t\"./ss\": \"./node_modules/moment/locale/ss.js\",\n\t\"./ss.js\": \"./node_modules/moment/locale/ss.js\",\n\t\"./sv\": \"./node_modules/moment/locale/sv.js\",\n\t\"./sv.js\": \"./node_modules/moment/locale/sv.js\",\n\t\"./sw\": \"./node_modules/moment/locale/sw.js\",\n\t\"./sw.js\": \"./node_modules/moment/locale/sw.js\",\n\t\"./ta\": \"./node_modules/moment/locale/ta.js\",\n\t\"./ta.js\": \"./node_modules/moment/locale/ta.js\",\n\t\"./te\": \"./node_modules/moment/locale/te.js\",\n\t\"./te.js\": \"./node_modules/moment/locale/te.js\",\n\t\"./tet\": \"./node_modules/moment/locale/tet.js\",\n\t\"./tet.js\": \"./node_modules/moment/locale/tet.js\",\n\t\"./th\": \"./node_modules/moment/locale/th.js\",\n\t\"./th.js\": \"./node_modules/moment/locale/th.js\",\n\t\"./tl-ph\": \"./node_modules/moment/locale/tl-ph.js\",\n\t\"./tl-ph.js\": \"./node_modules/moment/locale/tl-ph.js\",\n\t\"./tlh\": \"./node_modules/moment/locale/tlh.js\",\n\t\"./tlh.js\": \"./node_modules/moment/locale/tlh.js\",\n\t\"./tr\": \"./node_modules/moment/locale/tr.js\",\n\t\"./tr.js\": \"./node_modules/moment/locale/tr.js\",\n\t\"./tzl\": \"./node_modules/moment/locale/tzl.js\",\n\t\"./tzl.js\": \"./node_modules/moment/locale/tzl.js\",\n\t\"./tzm\": \"./node_modules/moment/locale/tzm.js\",\n\t\"./tzm-latn\": \"./node_modules/moment/locale/tzm-latn.js\",\n\t\"./tzm-latn.js\": \"./node_modules/moment/locale/tzm-latn.js\",\n\t\"./tzm.js\": \"./node_modules/moment/locale/tzm.js\",\n\t\"./uk\": \"./node_modules/moment/locale/uk.js\",\n\t\"./uk.js\": \"./node_modules/moment/locale/uk.js\",\n\t\"./ur\": \"./node_modules/moment/locale/ur.js\",\n\t\"./ur.js\": \"./node_modules/moment/locale/ur.js\",\n\t\"./uz\": \"./node_modules/moment/locale/uz.js\",\n\t\"./uz-latn\": \"./node_modules/moment/locale/uz-latn.js\",\n\t\"./uz-latn.js\": \"./node_modules/moment/locale/uz-latn.js\",\n\t\"./uz.js\": \"./node_modules/moment/locale/uz.js\",\n\t\"./vi\": \"./node_modules/moment/locale/vi.js\",\n\t\"./vi.js\": \"./node_modules/moment/locale/vi.js\",\n\t\"./x-pseudo\": \"./node_modules/moment/locale/x-pseudo.js\",\n\t\"./x-pseudo.js\": \"./node_modules/moment/locale/x-pseudo.js\",\n\t\"./yo\": \"./node_modules/moment/locale/yo.js\",\n\t\"./yo.js\": \"./node_modules/moment/locale/yo.js\",\n\t\"./zh-cn\": \"./node_modules/moment/locale/zh-cn.js\",\n\t\"./zh-cn.js\": \"./node_modules/moment/locale/zh-cn.js\",\n\t\"./zh-hk\": \"./node_modules/moment/locale/zh-hk.js\",\n\t\"./zh-hk.js\": \"./node_modules/moment/locale/zh-hk.js\",\n\t\"./zh-tw\": \"./node_modules/moment/locale/zh-tw.js\",\n\t\"./zh-tw.js\": \"./node_modules/moment/locale/zh-tw.js\"\n};\n\n\nfunction webpackContext(req) {\n\tvar id = webpackContextResolve(req);\n\treturn __webpack_require__(id);\n}\nfunction webpackContextResolve(req) {\n\tif(!__webpack_require__.o(map, req)) {\n\t\tvar e = new Error(\"Cannot find module '\" + req + \"'\");\n\t\te.code = 'MODULE_NOT_FOUND';\n\t\tthrow e;\n\t}\n\treturn map[req];\n}\nwebpackContext.keys = function webpackContextKeys() {\n\treturn Object.keys(map);\n};\nwebpackContext.resolve = webpackContextResolve;\nmodule.exports = webpackContext;\nwebpackContext.id = \"./node_modules/moment/locale sync recursive ^\\\\.\\\\/.*$\";\n\n//# sourceURL=webpack:///./node_modules/moment/locale_sync_^\\.\\/.*$?");

/***/ }),

/***/ "./node_modules/validatorjs/src/lang sync recursive ^\\.\\/.*$":
/*!*********************************************************!*\
  !*** ./node_modules/validatorjs/src/lang sync ^\.\/.*$ ***!
  \*********************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {

eval("var map = {\n\t\"./ar\": \"./node_modules/validatorjs/src/lang/ar.js\",\n\t\"./ar.js\": \"./node_modules/validatorjs/src/lang/ar.js\",\n\t\"./az\": \"./node_modules/validatorjs/src/lang/az.js\",\n\t\"./az.js\": \"./node_modules/validatorjs/src/lang/az.js\",\n\t\"./be\": \"./node_modules/validatorjs/src/lang/be.js\",\n\t\"./be.js\": \"./node_modules/validatorjs/src/lang/be.js\",\n\t\"./bg\": \"./node_modules/validatorjs/src/lang/bg.js\",\n\t\"./bg.js\": \"./node_modules/validatorjs/src/lang/bg.js\",\n\t\"./bs\": \"./node_modules/validatorjs/src/lang/bs.js\",\n\t\"./bs.js\": \"./node_modules/validatorjs/src/lang/bs.js\",\n\t\"./ca\": \"./node_modules/validatorjs/src/lang/ca.js\",\n\t\"./ca.js\": \"./node_modules/validatorjs/src/lang/ca.js\",\n\t\"./cs\": \"./node_modules/validatorjs/src/lang/cs.js\",\n\t\"./cs.js\": \"./node_modules/validatorjs/src/lang/cs.js\",\n\t\"./cy\": \"./node_modules/validatorjs/src/lang/cy.js\",\n\t\"./cy.js\": \"./node_modules/validatorjs/src/lang/cy.js\",\n\t\"./da\": \"./node_modules/validatorjs/src/lang/da.js\",\n\t\"./da.js\": \"./node_modules/validatorjs/src/lang/da.js\",\n\t\"./de\": \"./node_modules/validatorjs/src/lang/de.js\",\n\t\"./de.js\": \"./node_modules/validatorjs/src/lang/de.js\",\n\t\"./el\": \"./node_modules/validatorjs/src/lang/el.js\",\n\t\"./el.js\": \"./node_modules/validatorjs/src/lang/el.js\",\n\t\"./en\": \"./node_modules/validatorjs/src/lang/en.js\",\n\t\"./en.js\": \"./node_modules/validatorjs/src/lang/en.js\",\n\t\"./es\": \"./node_modules/validatorjs/src/lang/es.js\",\n\t\"./es.js\": \"./node_modules/validatorjs/src/lang/es.js\",\n\t\"./et\": \"./node_modules/validatorjs/src/lang/et.js\",\n\t\"./et.js\": \"./node_modules/validatorjs/src/lang/et.js\",\n\t\"./eu\": \"./node_modules/validatorjs/src/lang/eu.js\",\n\t\"./eu.js\": \"./node_modules/validatorjs/src/lang/eu.js\",\n\t\"./fa\": \"./node_modules/validatorjs/src/lang/fa.js\",\n\t\"./fa.js\": \"./node_modules/validatorjs/src/lang/fa.js\",\n\t\"./fi\": \"./node_modules/validatorjs/src/lang/fi.js\",\n\t\"./fi.js\": \"./node_modules/validatorjs/src/lang/fi.js\",\n\t\"./fr\": \"./node_modules/validatorjs/src/lang/fr.js\",\n\t\"./fr.js\": \"./node_modules/validatorjs/src/lang/fr.js\",\n\t\"./hr\": \"./node_modules/validatorjs/src/lang/hr.js\",\n\t\"./hr.js\": \"./node_modules/validatorjs/src/lang/hr.js\",\n\t\"./hu\": \"./node_modules/validatorjs/src/lang/hu.js\",\n\t\"./hu.js\": \"./node_modules/validatorjs/src/lang/hu.js\",\n\t\"./id\": \"./node_modules/validatorjs/src/lang/id.js\",\n\t\"./id.js\": \"./node_modules/validatorjs/src/lang/id.js\",\n\t\"./it\": \"./node_modules/validatorjs/src/lang/it.js\",\n\t\"./it.js\": \"./node_modules/validatorjs/src/lang/it.js\",\n\t\"./ja\": \"./node_modules/validatorjs/src/lang/ja.js\",\n\t\"./ja.js\": \"./node_modules/validatorjs/src/lang/ja.js\",\n\t\"./ka\": \"./node_modules/validatorjs/src/lang/ka.js\",\n\t\"./ka.js\": \"./node_modules/validatorjs/src/lang/ka.js\",\n\t\"./ko\": \"./node_modules/validatorjs/src/lang/ko.js\",\n\t\"./ko.js\": \"./node_modules/validatorjs/src/lang/ko.js\",\n\t\"./lt\": \"./node_modules/validatorjs/src/lang/lt.js\",\n\t\"./lt.js\": \"./node_modules/validatorjs/src/lang/lt.js\",\n\t\"./lv\": \"./node_modules/validatorjs/src/lang/lv.js\",\n\t\"./lv.js\": \"./node_modules/validatorjs/src/lang/lv.js\",\n\t\"./mk\": \"./node_modules/validatorjs/src/lang/mk.js\",\n\t\"./mk.js\": \"./node_modules/validatorjs/src/lang/mk.js\",\n\t\"./mn\": \"./node_modules/validatorjs/src/lang/mn.js\",\n\t\"./mn.js\": \"./node_modules/validatorjs/src/lang/mn.js\",\n\t\"./ms\": \"./node_modules/validatorjs/src/lang/ms.js\",\n\t\"./ms.js\": \"./node_modules/validatorjs/src/lang/ms.js\",\n\t\"./nb_NO\": \"./node_modules/validatorjs/src/lang/nb_NO.js\",\n\t\"./nb_NO.js\": \"./node_modules/validatorjs/src/lang/nb_NO.js\",\n\t\"./nl\": \"./node_modules/validatorjs/src/lang/nl.js\",\n\t\"./nl.js\": \"./node_modules/validatorjs/src/lang/nl.js\",\n\t\"./pl\": \"./node_modules/validatorjs/src/lang/pl.js\",\n\t\"./pl.js\": \"./node_modules/validatorjs/src/lang/pl.js\",\n\t\"./pt\": \"./node_modules/validatorjs/src/lang/pt.js\",\n\t\"./pt.js\": \"./node_modules/validatorjs/src/lang/pt.js\",\n\t\"./pt_BR\": \"./node_modules/validatorjs/src/lang/pt_BR.js\",\n\t\"./pt_BR.js\": \"./node_modules/validatorjs/src/lang/pt_BR.js\",\n\t\"./ro\": \"./node_modules/validatorjs/src/lang/ro.js\",\n\t\"./ro.js\": \"./node_modules/validatorjs/src/lang/ro.js\",\n\t\"./ru\": \"./node_modules/validatorjs/src/lang/ru.js\",\n\t\"./ru.js\": \"./node_modules/validatorjs/src/lang/ru.js\",\n\t\"./sl\": \"./node_modules/validatorjs/src/lang/sl.js\",\n\t\"./sl.js\": \"./node_modules/validatorjs/src/lang/sl.js\",\n\t\"./sq\": \"./node_modules/validatorjs/src/lang/sq.js\",\n\t\"./sq.js\": \"./node_modules/validatorjs/src/lang/sq.js\",\n\t\"./sr\": \"./node_modules/validatorjs/src/lang/sr.js\",\n\t\"./sr.js\": \"./node_modules/validatorjs/src/lang/sr.js\",\n\t\"./sv\": \"./node_modules/validatorjs/src/lang/sv.js\",\n\t\"./sv.js\": \"./node_modules/validatorjs/src/lang/sv.js\",\n\t\"./tr\": \"./node_modules/validatorjs/src/lang/tr.js\",\n\t\"./tr.js\": \"./node_modules/validatorjs/src/lang/tr.js\",\n\t\"./ua\": \"./node_modules/validatorjs/src/lang/ua.js\",\n\t\"./ua.js\": \"./node_modules/validatorjs/src/lang/ua.js\",\n\t\"./uk\": \"./node_modules/validatorjs/src/lang/uk.js\",\n\t\"./uk.js\": \"./node_modules/validatorjs/src/lang/uk.js\",\n\t\"./vi\": \"./node_modules/validatorjs/src/lang/vi.js\",\n\t\"./vi.js\": \"./node_modules/validatorjs/src/lang/vi.js\",\n\t\"./zh\": \"./node_modules/validatorjs/src/lang/zh.js\",\n\t\"./zh.js\": \"./node_modules/validatorjs/src/lang/zh.js\",\n\t\"./zh_TW\": \"./node_modules/validatorjs/src/lang/zh_TW.js\",\n\t\"./zh_TW.js\": \"./node_modules/validatorjs/src/lang/zh_TW.js\"\n};\n\n\nfunction webpackContext(req) {\n\tvar id = webpackContextResolve(req);\n\treturn __webpack_require__(id);\n}\nfunction webpackContextResolve(req) {\n\tif(!__webpack_require__.o(map, req)) {\n\t\tvar e = new Error(\"Cannot find module '\" + req + \"'\");\n\t\te.code = 'MODULE_NOT_FOUND';\n\t\tthrow e;\n\t}\n\treturn map[req];\n}\nwebpackContext.keys = function webpackContextKeys() {\n\treturn Object.keys(map);\n};\nwebpackContext.resolve = webpackContextResolve;\nmodule.exports = webpackContext;\nwebpackContext.id = \"./node_modules/validatorjs/src/lang sync recursive ^\\\\.\\\\/.*$\";\n\n//# sourceURL=webpack:///./node_modules/validatorjs/src/lang_sync_^\\.\\/.*$?");

/***/ }),

/***/ "./src/Accounts/App.tsx":
/*!******************************!*\
  !*** ./src/Accounts/App.tsx ***!
  \******************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {

"use strict";
eval("\nObject.defineProperty(exports, \"__esModule\", { value: true });\nconst React = __webpack_require__(/*! react */ \"./node_modules/react/index.js\");\nconst _ = __webpack_require__(/*! lodash */ \"./node_modules/lodash/lodash.js\");\nconst react_1 = __webpack_require__(/*! react */ \"./node_modules/react/index.js\");\nconst react_helmet_1 = __webpack_require__(/*! react-helmet */ \"./node_modules/react-helmet/lib/Helmet.js\");\nconst react_router_dom_1 = __webpack_require__(/*! react-router-dom */ \"./node_modules/react-router-dom/esm/react-router-dom.js\");\nconst react_device_detect_1 = __webpack_require__(/*! react-device-detect */ \"./node_modules/react-device-detect/dist/index.js\");\nconst react_i18next_1 = __webpack_require__(/*! react-i18next */ \"./node_modules/react-i18next/dist/es/index.js\");\nconst routes_1 = __webpack_require__(/*! src/Accounts/Axiata/routes */ \"./src/Accounts/Axiata/routes.tsx\");\nconst compatibilityAlertModalContent_1 = __webpack_require__(/*! src/Accounts/components/CompatibilityAlert/compatibilityAlertModalContent */ \"./src/Accounts/components/CompatibilityAlert/compatibilityAlertModalContent.tsx\");\nconst CompatibilityAlertPage_1 = __webpack_require__(/*! src/Accounts/components/CompatibilityAlert/CompatibilityAlertPage */ \"./src/Accounts/components/CompatibilityAlert/CompatibilityAlertPage.tsx\");\nconst routeConstants_1 = __webpack_require__(/*! src/Accounts/constants/routeConstants */ \"./src/Accounts/constants/routeConstants.ts\");\nconst storageConstants_1 = __webpack_require__(/*! src/Accounts/constants/storageConstants */ \"./src/Accounts/constants/storageConstants.ts\");\nconst LogoutHost_1 = __webpack_require__(/*! src/Common/Authentication/components/LogoutHost */ \"./src/Common/Authentication/components/LogoutHost.tsx\");\nconst Modal_1 = __webpack_require__(/*! src/Common/Axiata/components/Modal/Modal */ \"./src/Common/Axiata/components/Modal/Modal.tsx\");\nconst BlankView_1 = __webpack_require__(/*! src/Common/components/BlankView */ \"./src/Common/components/BlankView.tsx\");\nconst LoadingPage_1 = __webpack_require__(/*! src/Common/components/LoadingPage */ \"./src/Common/components/LoadingPage.tsx\");\nconst NotFoundPage_1 = __webpack_require__(/*! src/Common/components/NotFoundPage */ \"./src/Common/components/NotFoundPage.tsx\");\nconst RouteProtection_1 = __webpack_require__(/*! src/Common/components/RouteProtection */ \"./src/Common/components/RouteProtection.tsx\");\nconst TestingBanner_1 = __webpack_require__(/*! src/Common/components/TestingBanner */ \"./src/Common/components/TestingBanner.tsx\");\nconst UnauthorisedErrorPage_1 = __webpack_require__(/*! src/Common/components/UnauthorisedErrorPage */ \"./src/Common/components/UnauthorisedErrorPage.tsx\");\nconst routes_2 = __webpack_require__(/*! src/Common/constants/routes */ \"./src/Common/constants/routes.ts\");\nconst settings_1 = __webpack_require__(/*! src/Common/constants/settings */ \"./src/Common/constants/settings.ts\");\nconst routerStore_1 = __webpack_require__(/*! src/Common/routerStore */ \"./src/Common/routerStore.ts\");\nconst HostClientStore_1 = __webpack_require__(/*! src/Common/stores/mobx/HostClientStore */ \"./src/Common/stores/mobx/HostClientStore.ts\");\nconst hooks_1 = __webpack_require__(/*! src/Common/utils/hooks */ \"./src/Common/utils/hooks.ts\");\nconst accountsRoutes_1 = __webpack_require__(/*! ./accountsRoutes */ \"./src/Accounts/accountsRoutes.ts\");\nconst ChangePassword_1 = __webpack_require__(/*! ./components/ChangePassword/ChangePassword */ \"./src/Accounts/components/ChangePassword/ChangePassword.tsx\");\nconst ForgotPassword_1 = __webpack_require__(/*! ./components/ForgotPassword */ \"./src/Accounts/components/ForgotPassword.tsx\");\nconst LandingPage_1 = __webpack_require__(/*! ./components/LandingPage/LandingPage */ \"./src/Accounts/components/LandingPage/LandingPage.tsx\");\nconst Login_1 = __webpack_require__(/*! ./components/Login */ \"./src/Accounts/components/Login.tsx\");\nconst Register_1 = __webpack_require__(/*! ./components/Register */ \"./src/Accounts/components/Register.tsx\");\nconst ResetPassword_1 = __webpack_require__(/*! ./components/ResetPassword */ \"./src/Accounts/components/ResetPassword.tsx\");\nconst UserProfile_1 = __webpack_require__(/*! ./components/UserProfile/UserProfile */ \"./src/Accounts/components/UserProfile/UserProfile.tsx\");\nconst ViewProfile_1 = __webpack_require__(/*! ./components/ViewProfile */ \"./src/Accounts/components/ViewProfile.tsx\");\nconst App = () => {\n    const [isModalOpen, setIsModalOpen] = React.useState(false);\n    const [skipAlertPage, setSkipAlertPage] = React.useState(false);\n    const getAlertStorage = () => window.localStorage.getItem(storageConstants_1.APP_BROWSER_COMPATIBILITY_SHOWN);\n    const checkBrowserChrome = () => {\n        setIsModalOpen(react_device_detect_1.isBrowser && !react_device_detect_1.isChrome && !getAlertStorage());\n    };\n    const setAlertStorage = (isMobile) => {\n        window.localStorage.setItem(storageConstants_1.APP_BROWSER_COMPATIBILITY_SHOWN, 'true');\n        if (isMobile) {\n            location.reload();\n        }\n        else {\n            setIsModalOpen(!isModalOpen);\n        }\n    };\n    const continueAnywayOnClickMobile = () => {\n        setSkipAlertPage(true);\n    };\n    hooks_1.useEffectAsync(() => {\n        checkBrowserChrome();\n        HostClientStore_1.hostClientStore.callApiAndSave(_.get(routerStore_1.routerStore.queryString, 'candidate_id'), _.get(routerStore_1.routerStore.queryString, 'journey_unique_token'));\n    }, []);\n    return (React.createElement(react_1.Fragment, null,\n        React.createElement(react_helmet_1.Helmet, { titleTemplate: `%s - ${settings_1.pageTitle} - Account App`, defaultTitle: `${settings_1.pageTitle} - Account App` },\n            React.createElement(\"meta\", { name: \"description\", content: \"\" })),\n        React.createElement(CompatibilityAlertPage_1.CompatibilityAlertPage, { onClickContinue: continueAnywayOnClickMobile, skipAlertPage: skipAlertPage },\n            React.createElement(TestingBanner_1.TestingBanner, null),\n            React.createElement(react_router_dom_1.Switch, null,\n                React.createElement(react_router_dom_1.Route, { path: '/profile', render: () => {\n                        return (React.createElement(RouteProtection_1.RouteProtection, { checkRoles: false },\n                            React.createElement(react_router_dom_1.Switch, null,\n                                routes_1.axiataProtectedRoutes(),\n                                React.createElement(react_router_dom_1.Route, { exact: true, path: accountsRoutes_1.accountsRoutes.userProfile.url, component: UserProfile_1.UserProfile }),\n                                React.createElement(react_router_dom_1.Route, { exact: true, path: accountsRoutes_1.accountsRoutes.viewProfile.url, component: ViewProfile_1.ViewProfile }))));\n                    } }),\n                React.createElement(react_router_dom_1.Route, { exact: true, path: routeConstants_1.STATIC_ROUTER }),\n                routes_1.axiataRoutes(),\n                React.createElement(react_router_dom_1.Route, { exact: true, path: routes_2.ACCOUNT_AUTHENTICATION_IFRAME_URL, component: BlankView_1.BlankView }),\n                React.createElement(react_router_dom_1.Route, { exact: true, path: routes_2.ACCOUNT_LOGOUT_PAGE_URL, component: LogoutHost_1.LogoutHost }),\n                React.createElement(react_router_dom_1.Route, { exact: true, path: accountsRoutes_1.accountsRoutes.landing.url, component: LandingPage_1.default }),\n                React.createElement(react_router_dom_1.Route, { path: routeConstants_1.ACCOUNT_OLD_LOGIN_PAGE_URL, component: Login_1.Login }),\n                React.createElement(react_router_dom_1.Route, { exact: true, path: accountsRoutes_1.accountsRoutes.forgotPassword.url, component: ForgotPassword_1.ForgotPassword }),\n                React.createElement(react_router_dom_1.Route, { path: accountsRoutes_1.accountsRoutes.register.url, component: Register_1.Register }),\n                React.createElement(react_router_dom_1.Route, { exact: true, path: accountsRoutes_1.accountsRoutes.changePassword.url, component: ChangePassword_1.ChangePassword }),\n                React.createElement(react_router_dom_1.Route, { exact: true, path: accountsRoutes_1.accountsRoutes.resetPassword.url, component: ResetPassword_1.ResetPassword }),\n                React.createElement(react_router_dom_1.Route, { path: \"/verifyEmail\", component: LoadingPage_1.LoadingPage }),\n                React.createElement(react_router_dom_1.Route, { path: routes_2.ERROR_AUTH, component: UnauthorisedErrorPage_1.UnauthorisedErrorPage }),\n                React.createElement(react_router_dom_1.Route, { path: \"/*\", component: NotFoundPage_1.NotFoundPage }))),\n        React.createElement(Modal_1.Modal, { isOpen: isModalOpen, width: '40vw' },\n            React.createElement(compatibilityAlertModalContent_1.CompatibilityAlertModalContent, { onClickContinue: setAlertStorage }))));\n};\nexports.default = react_i18next_1.withTranslation()(App);\n\n\n//# sourceURL=webpack:///./src/Accounts/App.tsx?");

/***/ }),

/***/ "./src/Accounts/AppBridge.tsx":
/*!************************************!*\
  !*** ./src/Accounts/AppBridge.tsx ***!
  \************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {

"use strict";
eval("/* WEBPACK VAR INJECTION */(function(module) {\nObject.defineProperty(exports, \"__esModule\", { value: true });\nconst React = __webpack_require__(/*! react */ \"./node_modules/react/index.js\");\nconst react_1 = __webpack_require__(/*! react */ \"./node_modules/react/index.js\");\nconst react_hot_loader_1 = __webpack_require__(/*! react-hot-loader */ \"./node_modules/react-hot-loader/index.js\");\nconst react_router_1 = __webpack_require__(/*! react-router */ \"./node_modules/react-router/esm/react-router.js\");\nconst history_1 = __webpack_require__(/*! history */ \"./node_modules/history/es/index.js\");\nconst mobx_react_router_1 = __webpack_require__(/*! mobx-react-router */ \"./node_modules/mobx-react-router/dist/mobx-react-router.js\");\nconst routerStore_1 = __webpack_require__(/*! ./stores/routerStore */ \"./src/Accounts/stores/routerStore.ts\");\nconst App_1 = __webpack_require__(/*! ./App */ \"./src/Accounts/App.tsx\");\nconst AuthenticationHostContainer_1 = __webpack_require__(/*! src/Common/Authentication/components/AuthenticationHostContainer */ \"./src/Common/Authentication/components/AuthenticationHostContainer.tsx\");\nconst react_toastify_1 = __webpack_require__(/*! react-toastify */ \"./node_modules/react-toastify/lib/index.js\");\nconst GoogleAnalytics_1 = __webpack_require__(/*! src/Common/GoogleAnalytics/GoogleAnalytics */ \"./src/Common/GoogleAnalytics/GoogleAnalytics.tsx\");\nconst browserHistory = history_1.createBrowserHistory();\nconst history = mobx_react_router_1.syncHistoryWithStore(browserHistory, routerStore_1.routerStore);\nconst AppBridge = () => (React.createElement(react_1.Fragment, null,\n    React.createElement(GoogleAnalytics_1.GoogleAnalytics, { history: history }),\n    React.createElement(AuthenticationHostContainer_1.AuthenticationHostContainer, null),\n    React.createElement(react_toastify_1.ToastContainer, { position: react_toastify_1.toast.POSITION.TOP_CENTER, autoClose: 2000, hideProgressBar: true, newestOnTop: true, closeOnClick: true, closeButton: false, transition: react_toastify_1.Flip }),\n    React.createElement(react_router_1.Router, { key: Math.random(), history: history },\n        React.createElement(App_1.default, null))));\nexports.AppBridgeHot = react_hot_loader_1.hot(module)(AppBridge);\n\n/* WEBPACK VAR INJECTION */}.call(this, __webpack_require__(/*! ./../../node_modules/webpack/buildin/module.js */ \"./node_modules/webpack/buildin/module.js\")(module)))\n\n//# sourceURL=webpack:///./src/Accounts/AppBridge.tsx?");

/***/ }),

/***/ "./src/Accounts/Axiata/LandingPage/components/ChangePasswordContainer.tsx":
/*!********************************************************************************!*\
  !*** ./src/Accounts/Axiata/LandingPage/components/ChangePasswordContainer.tsx ***!
  \********************************************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {

"use strict";
eval("\nObject.defineProperty(exports, \"__esModule\", { value: true });\nconst React = __webpack_require__(/*! react */ \"./node_modules/react/index.js\");\nconst LoginRegisterForm_1 = __webpack_require__(/*! src/Accounts/Axiata/LandingPage/components/LoginRegisterForm */ \"./src/Accounts/Axiata/LandingPage/components/LoginRegisterForm.tsx\");\nconst routerStore_1 = __webpack_require__(/*! src/Common/routerStore */ \"./src/Common/routerStore.ts\");\nconst hooks_1 = __webpack_require__(/*! src/Common/utils/hooks */ \"./src/Common/utils/hooks.ts\");\nconst changePasswordFormStore_1 = __webpack_require__(/*! src/Accounts/Axiata/LandingPage/stores/changePasswordFormStore */ \"./src/Accounts/Axiata/LandingPage/stores/changePasswordFormStore.ts\");\nconst i18next_1 = __webpack_require__(/*! i18next */ \"./node_modules/i18next/dist/esm/i18next.js\");\nexports.ChangePasswordContainer = props => {\n    hooks_1.useEffectAsync(() => {\n        changePasswordFormStore_1.changePasswordFormStore.updateInitials({\n            email: routerStore_1.routerStore.queryString.email\n        });\n    }, []);\n    return (React.createElement(LoginRegisterForm_1.LoginRegisterFormContainer, { showConfirmPassword: true, showCurrentPassword: true, formStore: changePasswordFormStore_1.changePasswordFormStore, submitButtonText: i18next_1.default.t('reset_password'), title: i18next_1.default.t('change_password') }));\n};\n\n\n//# sourceURL=webpack:///./src/Accounts/Axiata/LandingPage/components/ChangePasswordContainer.tsx?");

/***/ }),

/***/ "./src/Accounts/Axiata/LandingPage/components/EnterDetailsBase.tsx":
/*!*************************************************************************!*\
  !*** ./src/Accounts/Axiata/LandingPage/components/EnterDetailsBase.tsx ***!
  \*************************************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {

"use strict";
eval("\nObject.defineProperty(exports, \"__esModule\", { value: true });\nconst tslib_1 = __webpack_require__(/*! tslib */ \"./node_modules/tslib/tslib.es6.js\");\nconst React = __webpack_require__(/*! react */ \"./node_modules/react/index.js\");\nconst BlackBackgroundPageBase_1 = __webpack_require__(/*! src/Common/Axiata/components/BlackBackgroundPageBase */ \"./src/Common/Axiata/components/BlackBackgroundPageBase.tsx\");\nconst s = __webpack_require__(/*! ./enterDetailsBase.scss */ \"./src/Accounts/Axiata/LandingPage/components/enterDetailsBase.scss\");\nconst Logo_1 = __webpack_require__(/*! src/Common/Axiata/components/Logo/Logo */ \"./src/Common/Axiata/components/Logo/Logo.tsx\");\nconst HostClientStore_1 = __webpack_require__(/*! src/Common/stores/mobx/HostClientStore */ \"./src/Common/stores/mobx/HostClientStore.ts\");\nconst mobx_react_1 = __webpack_require__(/*! mobx-react */ \"./node_modules/mobx-react/dist/mobxreact.esm.js\");\nconst i18next_1 = __webpack_require__(/*! i18next */ \"./node_modules/i18next/dist/esm/i18next.js\");\nconst _env_1 = __webpack_require__(/*! @env */ \"./env.ts\");\nlet EnterDetailsBase = class EnterDetailsBase extends React.Component {\n    render() {\n        const { height, width } = this.props;\n        const logoProps = {\n            logoSrc: HostClientStore_1.hostClientStore.logo,\n            height: height || 150,\n            width: width || 550\n        };\n        return (React.createElement(BlackBackgroundPageBase_1.BlackBackgroundPageBase, null,\n            React.createElement(\"div\", { className: s.flexContainer },\n                React.createElement(\"div\", { className: s.column },\n                    React.createElement(\"div\", { className: `d-flex align-self-center ${s.logoContainer}` }, !this.props.hideLogo && React.createElement(Logo_1.Logo, Object.assign({}, logoProps))),\n                    this.props.children),\n                React.createElement(\"p\", { className: \"fixed-bottom text-center text-white mb-1\" }, !this.props.hideLogo && `${i18next_1.default.t('acp_for_any_technical_support', { support_email: _env_1.SUPPORT_EMAIL })}`))));\n    }\n};\nEnterDetailsBase = tslib_1.__decorate([\n    mobx_react_1.observer\n], EnterDetailsBase);\nexports.EnterDetailsBase = EnterDetailsBase;\n\n\n//# sourceURL=webpack:///./src/Accounts/Axiata/LandingPage/components/EnterDetailsBase.tsx?");

/***/ }),

/***/ "./src/Accounts/Axiata/LandingPage/components/LoginContainer.tsx":
/*!***********************************************************************!*\
  !*** ./src/Accounts/Axiata/LandingPage/components/LoginContainer.tsx ***!
  \***********************************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {

"use strict";
eval("\nObject.defineProperty(exports, \"__esModule\", { value: true });\nconst tslib_1 = __webpack_require__(/*! tslib */ \"./node_modules/tslib/tslib.es6.js\");\nconst React = __webpack_require__(/*! react */ \"./node_modules/react/index.js\");\nconst loginFormStore_1 = __webpack_require__(/*! src/Accounts/Axiata/LandingPage/stores/loginFormStore */ \"./src/Accounts/Axiata/LandingPage/stores/loginFormStore.ts\");\nconst hooks_1 = __webpack_require__(/*! src/Common/utils/hooks */ \"./src/Common/utils/hooks.ts\");\nconst meStore_1 = __webpack_require__(/*! src/LiveCoding/stores/AuthStore/meStore */ \"./src/LiveCoding/stores/AuthStore/meStore.tsx\");\nconst SSOLogin_1 = __webpack_require__(/*! ./SSOLogin */ \"./src/Accounts/Axiata/LandingPage/components/SSOLogin.tsx\");\nconst ThemeStore_1 = __webpack_require__(/*! src/Common/stores/mobx/ThemeStore */ \"./src/Common/stores/mobx/ThemeStore.ts\");\nconst _env_1 = __webpack_require__(/*! @env */ \"./env.ts\");\nexports.LoginContainer = props => {\n    hooks_1.useEffectAsync(() => tslib_1.__awaiter(this, void 0, void 0, function* () {\n        meStore_1.meStore.onLogout(false);\n        yield ThemeStore_1.themeStore.changeBodyClassName(_env_1.DEFAULT_THEME);\n    }), []);\n    return React.createElement(SSOLogin_1.SSOLogin, { onSuccess: loginFormStore_1.onSuccessLogin, formStore: loginFormStore_1.loginFormStore });\n};\n\n\n//# sourceURL=webpack:///./src/Accounts/Axiata/LandingPage/components/LoginContainer.tsx?");

/***/ }),

/***/ "./src/Accounts/Axiata/LandingPage/components/LoginHeader.tsx":
/*!********************************************************************!*\
  !*** ./src/Accounts/Axiata/LandingPage/components/LoginHeader.tsx ***!
  \********************************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {

"use strict";
eval("\nObject.defineProperty(exports, \"__esModule\", { value: true });\nconst React = __webpack_require__(/*! react */ \"./node_modules/react/index.js\");\nconst mobx_react_1 = __webpack_require__(/*! mobx-react */ \"./node_modules/mobx-react/dist/mobxreact.esm.js\");\nconst style = __webpack_require__(/*! src/Accounts/Axiata/LandingPage/components/loginHeader.scss */ \"./src/Accounts/Axiata/LandingPage/components/loginHeader.scss\");\nconst LanguageSelector_1 = __webpack_require__(/*! src/Common/Axiata/LanguageSelector/LanguageSelector */ \"./src/Common/Axiata/LanguageSelector/LanguageSelector.tsx\");\nconst i18n_1 = __webpack_require__(/*! src/translations/i18n */ \"./src/translations/i18n.ts\");\nconst _env_1 = __webpack_require__(/*! @env */ \"./env.ts\");\nconst ThemeSelector_1 = __webpack_require__(/*! src/Common/components/ThemeSelector */ \"./src/Common/components/ThemeSelector/index.tsx\");\nexports.LoginHeader = mobx_react_1.observer(props => {\n    return (React.createElement(\"div\", { className: style.forLoginPage },\n        React.createElement(LanguageSelector_1.LanguageSelector, { loginPage: true, dropdownItem: i18n_1.languageChange.dropdownLoginItems }),\n        _env_1.SHOW_THEME_OPTION && React.createElement(ThemeSelector_1.ThemeSelector, { loginPage: true })));\n});\n\n\n//# sourceURL=webpack:///./src/Accounts/Axiata/LandingPage/components/LoginHeader.tsx?");

/***/ }),

/***/ "./src/Accounts/Axiata/LandingPage/components/LoginRegisterForm.tsx":
/*!**************************************************************************!*\
  !*** ./src/Accounts/Axiata/LandingPage/components/LoginRegisterForm.tsx ***!
  \**************************************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {

"use strict";
eval("\nObject.defineProperty(exports, \"__esModule\", { value: true });\nconst tslib_1 = __webpack_require__(/*! tslib */ \"./node_modules/tslib/tslib.es6.js\");\nconst React = __webpack_require__(/*! react */ \"./node_modules/react/index.js\");\nconst Input_1 = __webpack_require__(/*! src/Common/Axiata/components/Input/Input */ \"./src/Common/Axiata/components/Input/Input.tsx\");\nconst style = __webpack_require__(/*! src/Accounts/Axiata/LandingPage/components/loginRegisterForm.scss */ \"./src/Accounts/Axiata/LandingPage/components/loginRegisterForm.scss\");\nconst TextPrimary_1 = __webpack_require__(/*! src/Common/Axiata/components/TextPrimary */ \"./src/Common/Axiata/components/TextPrimary.tsx\");\nconst FancyButton_1 = __webpack_require__(/*! src/Common/Axiata/components/FancyButton */ \"./src/Common/Axiata/components/FancyButton.tsx\");\nconst EnterDetailsBase_1 = __webpack_require__(/*! src/Accounts/Axiata/LandingPage/components/EnterDetailsBase */ \"./src/Accounts/Axiata/LandingPage/components/EnterDetailsBase.tsx\");\nconst enterEmailStore_1 = __webpack_require__(/*! src/Accounts/Axiata/LandingPage/stores/enterEmailStore */ \"./src/Accounts/Axiata/LandingPage/stores/enterEmailStore.ts\");\nconst InputPassword_1 = __webpack_require__(/*! src/Common/Axiata/components/Input/InputPassword */ \"./src/Common/Axiata/components/Input/InputPassword.tsx\");\nconst utils_1 = __webpack_require__(/*! src/Common/utils */ \"./src/Common/utils/index.ts\");\nconst mobx_react_1 = __webpack_require__(/*! mobx-react */ \"./node_modules/mobx-react/dist/mobxreact.esm.js\");\nconst Message_1 = __webpack_require__(/*! src/Common/Axiata/components/Message */ \"./src/Common/Axiata/components/Message.tsx\");\nconst hooks_1 = __webpack_require__(/*! src/Common/utils/hooks */ \"./src/Common/utils/hooks.ts\");\nconst loginFormStore_1 = __webpack_require__(/*! src/Accounts/Axiata/LandingPage/stores/loginFormStore */ \"./src/Accounts/Axiata/LandingPage/stores/loginFormStore.ts\");\nconst routeConstants_1 = __webpack_require__(/*! src/Accounts/constants/routeConstants */ \"./src/Accounts/constants/routeConstants.ts\");\nconst react_router_dom_1 = __webpack_require__(/*! react-router-dom */ \"./node_modules/react-router-dom/esm/react-router-dom.js\");\nconst RouterStore_1 = __webpack_require__(/*! src/Common/stores/mobx/RouterStore */ \"./src/Common/stores/mobx/RouterStore.ts\");\nconst _ = __webpack_require__(/*! lodash */ \"./node_modules/lodash/lodash.js\");\nconst GoogleAnalyticsEventTracker_1 = __webpack_require__(/*! src/Common/GoogleAnalytics/GoogleAnalyticsEventTracker */ \"./src/Common/GoogleAnalytics/GoogleAnalyticsEventTracker.ts\");\nconst values_1 = __webpack_require__(/*! src/Common/Axiata/TargetViewChart/constants/values */ \"./src/Common/Axiata/TargetViewChart/constants/values.ts\");\nconst i18next_1 = __webpack_require__(/*! i18next */ \"./node_modules/i18next/dist/esm/i18next.js\");\nconst LoginHeader_1 = __webpack_require__(/*! src/Accounts/Axiata/LandingPage/components/LoginHeader */ \"./src/Accounts/Axiata/LandingPage/components/LoginHeader.tsx\");\nconst tracker_1 = __webpack_require__(/*! src/Accounts/resources/tracker */ \"./src/Accounts/resources/tracker.ts\");\nconst { YCDP_APPLICATION_FORM_2023, ULDP_APPLICATION_FORM_2023, ADLP_APPLICATION_FORM_2023, ULDP_APPLICATION_FORM_2024 } = tracker_1.JOURNEY_NAMES;\nexports.LoginRegisterFormContainer = mobx_react_1.observer(props => {\n    const [forgotPinIsLoading, setForgotPinIsLoading] = React.useState(false);\n    const [checkingEmail, setCheckingEmail] = React.useState(false);\n    const [isLoading, setIsLoading] = React.useState(false);\n    const [disableEmailInput, setDisableEmailInput] = React.useState(false);\n    const { showForgotPassword, showSignIn, signInText = 'Go to Sign In' } = props;\n    const emailProps = props.formStore.$('email');\n    const confirmEmailProps = props.showConfirmEmail ? props.formStore.$('confirmEmail') : undefined;\n    const nameProps = props.showNameInput ? props.formStore.$('name') : undefined;\n    const currentPasswordProps = props.showCurrentPassword ? props.formStore.$('current_password') : undefined;\n    const passwordProps = props.formStore.$('password');\n    const confirmPasswordProps = props.showConfirmPassword ? props.formStore.$('confirmPassword') : undefined;\n    const accountLoginGATracker = GoogleAnalyticsEventTracker_1.trackEvents(\"Account Login\");\n    hooks_1.useEffectAsync(() => tslib_1.__awaiter(this, void 0, void 0, function* () {\n        yield utils_1.delay(1000);\n        if (!emailProps.error && emailProps.value) {\n            setCheckingEmail(false);\n            enterEmailStore_1.enterEmailFormStore.$('email').set(emailProps.value);\n            if (enterEmailStore_1.enterEmailFormStore.$('email').isValid) {\n                try {\n                    _.debounce(() => tslib_1.__awaiter(this, void 0, void 0, function* () {\n                        yield enterEmailStore_1.enterEmailStore.callApiIfPayloadDifferent({\n                            email: emailProps.value\n                        });\n                    }), 750);\n                }\n                catch (e) {\n                    console.error(e);\n                }\n            }\n            setCheckingEmail(true);\n        }\n    }), [emailProps.value, emailProps.error]);\n    hooks_1.useEffectAsync(() => {\n        const journeyName = _.get(RouterStore_1.routerStore, 'queryString.journey_name');\n        const isJourneyPixelTrackable = _.includes(Object.values(tracker_1.JOURNEY_NAMES), journeyName);\n        isJourneyPixelTrackable && tracker_1.initPixel(journeyName);\n    }, []);\n    hooks_1.useEffectAsync(() => tslib_1.__awaiter(this, void 0, void 0, function* () {\n        if (passwordProps.value !== _.get(confirmPasswordProps, 'value') && props.showConfirmPassword) {\n            confirmPasswordProps.invalidate(i18next_1.default.t('acp_password_confirm_password_not_same'));\n            confirmPasswordProps.showErrors(true);\n        }\n    }), [_.get(confirmPasswordProps, 'value'), _.get(confirmPasswordProps, 'error')]);\n    hooks_1.useEffectAsync(() => tslib_1.__awaiter(this, void 0, void 0, function* () {\n        if (RouterStore_1.routerStore.queryString.email) {\n            emailProps.set(RouterStore_1.routerStore.queryString.email);\n            setDisableEmailInput(true);\n        }\n        if (props.showNameInput && RouterStore_1.routerStore.queryString.name) {\n            nameProps.set(RouterStore_1.routerStore.queryString.name);\n        }\n    }), [passwordProps.error, RouterStore_1.routerStore.queryString.name]);\n    hooks_1.useEffectAsync(() => tslib_1.__awaiter(this, void 0, void 0, function* () {\n        if (emailProps.value !== _.get(confirmEmailProps, 'value') && props.showConfirmEmail) {\n            confirmEmailProps.invalidate(i18next_1.default.t('email_confirm_email_not_same'));\n            confirmEmailProps.showErrors(true);\n        }\n    }), [_.get(confirmEmailProps, 'value'), _.get(emailProps, 'value'), _.get(confirmEmailProps, 'error')]);\n    const onSubmit = (e) => tslib_1.__awaiter(this, void 0, void 0, function* () {\n        switch (RouterStore_1.routerStore.queryString.journey_name) {\n            case YCDP_APPLICATION_FORM_2023:\n                tracker_1.trackOnRegisterYCDPForm2023();\n                tracker_1.trackOnRegisterYCDPForm2023Linkedin();\n                break;\n            case ULDP_APPLICATION_FORM_2023:\n                tracker_1.trackOnRegisterULDPForm2023();\n                break;\n            case ADLP_APPLICATION_FORM_2023:\n                tracker_1.trackOnRegisterADLPForm2023();\n                break;\n            case ULDP_APPLICATION_FORM_2024:\n                tracker_1.trackOnRegisterULDPForm2024();\n                break;\n            default:\n                break;\n        }\n        e.preventDefault();\n        !props.showConfirmEmail && accountLoginGATracker({ action: 'acc_password_reset' });\n        props.showSignIn && accountLoginGATracker({ action: 'acc_sign_up_register_click' });\n        props.showConfirmEmail && confirmEmailProps.set('rules', 'required|email|string');\n        yield props.formStore.submit();\n        if (!props.formStore.hasError && props.onSuccess) {\n            const LoginSuccessEventOptions = {\n                category: values_1.LOGIN_MODULE_NAME,\n                action: 'Login Success',\n                label: i18next_1.default.t('login')\n            };\n            GoogleAnalyticsEventTracker_1.trackGAEvents(LoginSuccessEventOptions);\n            setIsLoading(true);\n            props.onSuccess();\n        }\n        else {\n            const LoginFailedEventOptions = {\n                category: values_1.LOGIN_MODULE_NAME,\n                action: 'Login Failed',\n                label: i18next_1.default.t('login')\n            };\n            GoogleAnalyticsEventTracker_1.trackGAEvents(LoginFailedEventOptions);\n        }\n    });\n    const handleForgotPin = () => tslib_1.__awaiter(this, void 0, void 0, function* () {\n        const ForgotPasswordEventOptions = {\n            category: values_1.LOGIN_MODULE_NAME,\n            action: 'Forgot Password Click',\n            label: 'Forgot Password'\n        };\n        GoogleAnalyticsEventTracker_1.trackGAEvents(ForgotPasswordEventOptions);\n        setForgotPinIsLoading(true);\n        yield utils_1.delay(1000);\n        if (!emailProps.isEmpty) {\n            const email = emailProps.value;\n            yield loginFormStore_1.onForgetPassword(email);\n        }\n        else {\n            setForgotPinIsLoading(false);\n            Message_1.Message.error('Please fill in your email.');\n        }\n        setForgotPinIsLoading(false);\n    });\n    const handleRedirectSignIn = () => {\n        accountLoginGATracker({ action: 'acc_sign_up_already_have_acc_click' });\n    };\n    const handlePasswordKeyDown = (e) => tslib_1.__awaiter(this, void 0, void 0, function* () {\n        const hasFullPassword = passwordProps.value.length >= 4;\n        const formIsSubmitting = props.formStore.submitting;\n        if (e.keyCode === 13 && hasFullPassword && !formIsSubmitting) {\n            yield onSubmit(e);\n        }\n    });\n    return (React.createElement(React.Fragment, null,\n        React.createElement(LoginHeader_1.LoginHeader, null),\n        React.createElement(EnterDetailsBase_1.EnterDetailsBase, null,\n            React.createElement(\"form\", { className: style.formContainer },\n                props.title && React.createElement(\"h2\", { className: style.title }, props.title),\n                React.createElement(Input_1.Input, Object.assign({ containerClassName: style.input, autofill: false, showTick: false, error: emailProps.error }, emailProps.bind(), { disabled: disableEmailInput })),\n                props.showConfirmEmail && (React.createElement(Input_1.Input, Object.assign({ containerClassName: style.input, autofill: false, showTick: false, error: confirmEmailProps.error }, confirmEmailProps.bind()))),\n                props.showNameInput && (React.createElement(Input_1.Input, Object.assign({ showTick: false, autofill: false, containerClassName: style.input, error: nameProps.error }, nameProps.bind()))),\n                props.showCurrentPassword && (React.createElement(InputPassword_1.InputPassword, Object.assign({}, currentPasswordProps.bind(), { autofill: false, type: 'password', containerClassName: style.input, error: currentPasswordProps.error }))),\n                React.createElement(InputPassword_1.InputPassword, Object.assign({ placeholderToolTip: props.showConfirmPassword, autofill: false, tooltipElement: React.createElement(\"div\", null,\n                        React.createElement(\"div\", { className: style.title }, i18next_1.default.t('acc_please_make_sure_the_password_fulfill_these_requirement')),\n                        React.createElement(\"hr\", { className: style.border }),\n                        React.createElement(\"div\", { className: /^.{8,}$/.test(passwordProps.value) ? style.white : style.placeholder }, i18next_1.default.t('minimum_characters')),\n                        React.createElement(\"div\", { className: /^(?=.*[a-zA-Z])(?=.*[0-9]).+$/.test(passwordProps.value) ? style.white : style.placeholder }, i18next_1.default.t('alphanumeric')),\n                        React.createElement(\"div\", { className: /^(?=.*[A-Z])/.test(passwordProps.value) ? style.white : style.placeholder }, i18next_1.default.t('at_least_capital_letter')),\n                        React.createElement(\"div\", { className: /^(?=.*[a-z])/.test(passwordProps.value) ? style.white : style.placeholder }, i18next_1.default.t('at_least_lowercase_letter')),\n                        React.createElement(\"div\", { className: /^(?=.*\\W)/.test(passwordProps.value) ? style.white : style.placeholder }, i18next_1.default.t('at_least_special_character'))), containerClassName: style.input, placeholder: \"Enter your password\", error: passwordProps.error }, passwordProps.bind(), { type: 'password', disable: !emailProps.error && !checkingEmail, onKeyDown: !props.showConfirmPassword && handlePasswordKeyDown })),\n                props.showConfirmPassword && (React.createElement(InputPassword_1.InputPassword, Object.assign({ containerClassName: style.input, placeholder: \"Enter your confirm password\", error: confirmPasswordProps.error }, confirmPasswordProps.bind(), { type: 'password', autofill: false, onKeyDown: passwordProps.value === _.get(confirmPasswordProps, 'value') && handlePasswordKeyDown }))),\n                React.createElement(\"div\", { className: style.buttonContainer }, props.formStore.submitting || isLoading ? (React.createElement(TextPrimary_1.TextPrimary, { shadow: true }, `${i18next_1.default.t('loading')}...`)) : (React.createElement(FancyButton_1.FancyButton, { disabled: (props.showConfirmPassword && passwordProps.value !== _.get(confirmPasswordProps, 'value')) ||\n                        (props.showConfirmEmail && emailProps.value !== _.get(confirmEmailProps, 'value')), onClick: onSubmit }, props.submitButtonText))),\n                showForgotPassword && (React.createElement(\"button\", { className: `btn-clear btn btn-link ${style.forgotLink}`, onClick: handleForgotPin, disabled: forgotPinIsLoading, type: \"button\" }, \"Forgot Password?\")),\n                showSignIn && (React.createElement(react_router_dom_1.Link, { className: `btn-clear btn btn-link ${style.forgotLink}`, to: {\n                        pathname: routeConstants_1.ACCOUNT_LOGIN_PAGE_URL,\n                        search: window.location.search\n                    }, onClick: handleRedirectSignIn }, signInText))))));\n});\n\n\n//# sourceURL=webpack:///./src/Accounts/Axiata/LandingPage/components/LoginRegisterForm.tsx?");

/***/ }),

/***/ "./src/Accounts/Axiata/LandingPage/components/RecoveryPage.tsx":
/*!*********************************************************************!*\
  !*** ./src/Accounts/Axiata/LandingPage/components/RecoveryPage.tsx ***!
  \*********************************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {

"use strict";
eval("\nObject.defineProperty(exports, \"__esModule\", { value: true });\nconst tslib_1 = __webpack_require__(/*! tslib */ \"./node_modules/tslib/tslib.es6.js\");\nconst React = __webpack_require__(/*! react */ \"./node_modules/react/index.js\");\nconst style = __webpack_require__(/*! ./recoveryPage.scss */ \"./src/Accounts/Axiata/LandingPage/components/recoveryPage.scss\");\nconst moment = __webpack_require__(/*! moment */ \"./node_modules/moment/moment.js\");\nconst i18next_1 = __webpack_require__(/*! i18next */ \"./node_modules/i18next/dist/esm/i18next.js\");\nconst Button_1 = __webpack_require__(/*! src/Common/Axiata/components/Button */ \"./src/Common/Axiata/components/Button.tsx\");\nconst lodash_1 = __webpack_require__(/*! lodash */ \"./node_modules/lodash/lodash.js\");\nconst mobx_react_lite_1 = __webpack_require__(/*! mobx-react-lite */ \"./node_modules/mobx-react-lite/dist/index.module.js\");\nconst react_1 = __webpack_require__(/*! react */ \"./node_modules/react/index.js\");\nconst react_spring_1 = __webpack_require__(/*! react-spring */ \"./node_modules/react-spring/dist/react-spring.esm.js\");\nconst Message_1 = __webpack_require__(/*! src/Common/Axiata/components/Message */ \"./src/Common/Axiata/components/Message.tsx\");\nconst RouterStore_1 = __webpack_require__(/*! src/Common/stores/mobx/RouterStore */ \"./src/Common/stores/mobx/RouterStore.ts\");\nconst Input_1 = __webpack_require__(/*! src/Common/Axiata/components/Input/Input */ \"./src/Common/Axiata/components/Input/Input.tsx\");\nconst loginFormStore_1 = __webpack_require__(/*! src/Accounts/Axiata/LandingPage/stores/loginFormStore */ \"./src/Accounts/Axiata/LandingPage/stores/loginFormStore.ts\");\nconst routeConstants_1 = __webpack_require__(/*! src/Accounts/constants/routeConstants */ \"./src/Accounts/constants/routeConstants.ts\");\nconst EnterDetailsBase_1 = __webpack_require__(/*! src/Accounts/Axiata/LandingPage/components/EnterDetailsBase */ \"./src/Accounts/Axiata/LandingPage/components/EnterDetailsBase.tsx\");\nconst react_fontawesome_1 = __webpack_require__(/*! @fortawesome/react-fontawesome */ \"./node_modules/@fortawesome/react-fontawesome/index.es.js\");\nconst faSpinner_1 = __webpack_require__(/*! @fortawesome/free-solid-svg-icons/faSpinner */ \"./node_modules/@fortawesome/free-solid-svg-icons/faSpinner.js\");\nconst GoogleAnalyticsEventTracker_1 = __webpack_require__(/*! src/Common/GoogleAnalytics/GoogleAnalyticsEventTracker */ \"./src/Common/GoogleAnalytics/GoogleAnalyticsEventTracker.ts\");\nconst ThemeStore_1 = __webpack_require__(/*! src/Common/stores/mobx/ThemeStore */ \"./src/Common/stores/mobx/ThemeStore.ts\");\nconst LoginHeader_1 = __webpack_require__(/*! src/Accounts/Axiata/LandingPage/components/LoginHeader */ \"./src/Accounts/Axiata/LandingPage/components/LoginHeader.tsx\");\nexports.RecoveryPage = mobx_react_lite_1.observer(() => {\n    const [timer, setTimer] = react_1.useState(0);\n    const [loading, setLoading] = react_1.useState(false);\n    const [redirect, setRedirect] = react_1.useState(false);\n    const [isRecovery, setIsRecovery] = react_1.useState(true);\n    const [isResettingPwd, setIsResettingPwd] = react_1.useState(false);\n    const [timerStartCount, setTimerStartCount] = react_1.useState(false);\n    const [pageTitle, setPageTitle] = react_1.useState(i18next_1.default.t('account_recovery'));\n    const transRef = react_spring_1.useSpringRef();\n    const emailInput = loginFormStore_1.loginFormStore.$('email');\n    const accountLoginGATracker = GoogleAnalyticsEventTracker_1.trackEvents(\"Account Login\");\n    react_1.useEffect(() => {\n        transRef.start();\n    }, [redirect]);\n    const countdownTimer = () => {\n        const timeNow = Math.floor(Date.now() / 1000);\n        const timeLogStamp = localStorage.getItem('timer');\n        const timeLogStatic = moment(timeLogStamp).valueOf() / 1000 + 300;\n        const timeDiffStatic = timeLogStatic - timeNow;\n        const countdownInterval = setInterval(() => {\n            const currentTime = Math.floor(Date.now() / 1000);\n            const timeLog = lodash_1.isNil(timeLogStamp) ? timeNow + 300 : moment(timeLogStamp).valueOf() / 1000 + 300;\n            const timeDiffTick = timeLog - currentTime;\n            setTimer(timeDiffTick);\n            if (timeDiffTick <= 0) {\n                setTimerStartCount(false);\n                clearInterval(countdownInterval);\n                localStorage.clear();\n                RouterStore_1.routerStore.pushWithQueryString(routeConstants_1.ACCOUNT_LOGIN_PAGE_URL);\n                loginFormStore_1.loginFormStore.clear();\n            }\n        }, 1000);\n        return timeDiffStatic;\n    };\n    react_1.useEffect(() => {\n        if (timerStartCount === true) {\n            countdownTimer();\n        }\n    }, [timerStartCount]);\n    const anotherAccount = () => {\n        RouterStore_1.routerStore.pushWithQueryString(routeConstants_1.ACCOUNT_LOGIN_PAGE_URL);\n        loginFormStore_1.loginFormStore.clear();\n    };\n    const handleClickUseAnotherAccount = () => {\n        accountLoginGATracker({ action: 'acc_recovery_use_another_acc_click' });\n        anotherAccount();\n    };\n    const timerShow = timeProps => {\n        let minutes = Math.floor(timeProps / 60);\n        let seconds = (timeProps % 60);\n        minutes = minutes < 10 ? '0' + minutes : minutes;\n        seconds = seconds < 10 ? '0' + seconds : seconds;\n        return `${minutes}:${seconds} ${i18next_1.default.t('min_minute')}`;\n    };\n    const resetPage = () => {\n        accountLoginGATracker({ action: 'acc_recovery_reset_password_click' });\n        setRedirect(true);\n        setPageTitle(i18next_1.default.t('forgot_password'));\n    };\n    const timerText = () => {\n        const checkTimer = isNaN(countdownTimer()) || lodash_1.isNull(countdownTimer()) ? 300 : countdownTimer();\n        return (React.createElement(React.Fragment, null,\n            React.createElement(\"span\", null,\n                i18next_1.default.t('request_again_in'),\n                \": \"),\n            React.createElement(\"span\", { className: style.timerStyle },\n                \"(\",\n                timerShow(checkTimer),\n                \")\")));\n    };\n    const buttonDisplay = () => {\n        if (loading)\n            return React.createElement(react_fontawesome_1.FontAwesomeIcon, { spin: true, icon: faSpinner_1.faSpinner });\n        else if (timer !== 300 && timer > 0)\n            return timerShow(timer);\n        else\n            return i18next_1.default.t('reset_my_password');\n    };\n    const handleResetPassword = () => tslib_1.__awaiter(this, void 0, void 0, function* () {\n        const noteText = i18next_1.default.t('acp_please_check_the_latest_email_in_your_inbox_and_follow_the_instructions_within');\n        const title = i18next_1.default.t('acp_an_email_has_been_sent_to_your_mailbox');\n        if (emailInput.value) {\n            try {\n                yield emailInput.validate({ showErrors: true });\n                if (!emailInput.error) {\n                    setIsResettingPwd(true);\n                    setLoading(true);\n                    yield loginFormStore_1.onForgetPassword(emailInput.value, isRecovery);\n                    setTimerStartCount(true);\n                    setLoading(false);\n                    Message_1.Message.notificationWithTitle(noteText, title, timerText());\n                }\n            }\n            catch (err) {\n                if (err.response.data.errors.auth) {\n                    const metadataLogAttempt = err.response.data.meta.last_forgot_password_attempt;\n                    localStorage.setItem('timer', metadataLogAttempt);\n                    setLoading(false);\n                    Message_1.Message.notificationWithTitle(noteText, title, timerText());\n                    if (lodash_1.isNil(metadataLogAttempt) !== true) {\n                        setTimerStartCount(true);\n                    }\n                }\n                else {\n                    setIsResettingPwd(false);\n                    setLoading(false);\n                }\n            }\n        }\n    });\n    const transition = react_spring_1.useTransition(!redirect, {\n        ref: transRef,\n        keys: null,\n        from: { opacity: 0, transform: `translateX(350px)` },\n        enter: { opacity: 1, transform: `translateX(0px)` },\n        leave: redirect\n            ? { position: 'absolute', opacity: 0, transform: 'translateX(-350px)' }\n            : { position: 'absolute', opacity: 0, transform: 'translateX(350px)' }\n    });\n    return (React.createElement(React.Fragment, null,\n        React.createElement(LoginHeader_1.LoginHeader, null),\n        React.createElement(EnterDetailsBase_1.EnterDetailsBase, null,\n            React.createElement(\"div\", { className: style.container },\n                React.createElement(\"div\", { className: style.title },\n                    React.createElement(\"h2\", null, pageTitle)),\n                React.createElement(\"div\", { className: style.formContainer }, transition(transStyle => !redirect ? (React.createElement(react_spring_1.animated.div, { style: transStyle },\n                    React.createElement(\"label\", { htmlFor: \"\", className: style.label_recovery_text }, i18next_1.default.t('acp_your_account_was_locked_after_too_many_failed_login')),\n                    React.createElement(Button_1.Button, { className: style.loginButton, onClick: resetPage }, i18next_1.default.t('reset_my_password')),\n                    React.createElement(Button_1.Button, { className: style.loginButton2, onClick: handleClickUseAnotherAccount }, i18next_1.default.t('use_another_account')))) : (React.createElement(react_spring_1.animated.div, { style: transStyle, className: style.label },\n                    React.createElement(\"label\", { htmlFor: \"\" }, i18next_1.default.t('email')),\n                    React.createElement(\"form\", { name: 'loginForm' },\n                        React.createElement(Input_1.Input, Object.assign({ showErrorBorderColor: true, error: emailInput.error }, emailInput.bind())),\n                        RouterStore_1.routerStore.queryString && RouterStore_1.routerStore.queryString.redirect && (React.createElement(\"input\", { name: 'redirect', value: RouterStore_1.routerStore.queryString.redirect, className: style.hiddenIput }))),\n                    React.createElement(Button_1.Button, { className: `${isResettingPwd ? style.disable : style.loginButton}`, disabled: !ThemeStore_1.themeStore.checkIfDarkTheme && isResettingPwd, color: 'primary', onClick: handleResetPassword }, buttonDisplay()))))),\n                React.createElement(\"button\", { onClick: anotherAccount, className: `btn btn-clear btn-link ${style.forgotPassLink}` }, i18next_1.default.t('back'))))));\n});\n\n\n//# sourceURL=webpack:///./src/Accounts/Axiata/LandingPage/components/RecoveryPage.tsx?");

/***/ }),

/***/ "./src/Accounts/Axiata/LandingPage/components/RecoveryPageContainer.tsx":
/*!******************************************************************************!*\
  !*** ./src/Accounts/Axiata/LandingPage/components/RecoveryPageContainer.tsx ***!
  \******************************************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {

"use strict";
eval("\nObject.defineProperty(exports, \"__esModule\", { value: true });\nconst tslib_1 = __webpack_require__(/*! tslib */ \"./node_modules/tslib/tslib.es6.js\");\nconst React = __webpack_require__(/*! react */ \"./node_modules/react/index.js\");\nconst hooks_1 = __webpack_require__(/*! src/Common/utils/hooks */ \"./src/Common/utils/hooks.ts\");\nconst meStore_1 = __webpack_require__(/*! src/LiveCoding/stores/AuthStore/meStore */ \"./src/LiveCoding/stores/AuthStore/meStore.tsx\");\nconst RecoveryPage_1 = __webpack_require__(/*! ./RecoveryPage */ \"./src/Accounts/Axiata/LandingPage/components/RecoveryPage.tsx\");\nexports.RecoveryPageContainer = props => {\n    hooks_1.useEffectAsync(() => tslib_1.__awaiter(this, void 0, void 0, function* () {\n        meStore_1.meStore.onLogout(false);\n    }), []);\n    return React.createElement(RecoveryPage_1.RecoveryPage, null);\n};\n\n\n//# sourceURL=webpack:///./src/Accounts/Axiata/LandingPage/components/RecoveryPageContainer.tsx?");

/***/ }),

/***/ "./src/Accounts/Axiata/LandingPage/components/RegisterContainer.tsx":
/*!**************************************************************************!*\
  !*** ./src/Accounts/Axiata/LandingPage/components/RegisterContainer.tsx ***!
  \**************************************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {

"use strict";
eval("\nObject.defineProperty(exports, \"__esModule\", { value: true });\nconst React = __webpack_require__(/*! react */ \"./node_modules/react/index.js\");\nconst LoginRegisterForm_1 = __webpack_require__(/*! src/Accounts/Axiata/LandingPage/components/LoginRegisterForm */ \"./src/Accounts/Axiata/LandingPage/components/LoginRegisterForm.tsx\");\nconst registerFormStore_1 = __webpack_require__(/*! ../stores/registerFormStore */ \"./src/Accounts/Axiata/LandingPage/stores/registerFormStore.ts\");\nconst routerStore_1 = __webpack_require__(/*! src/Accounts/stores/routerStore */ \"./src/Accounts/stores/routerStore.ts\");\nconst hooks_1 = __webpack_require__(/*! src/Common/utils/hooks */ \"./src/Common/utils/hooks.ts\");\nconst meStore_1 = __webpack_require__(/*! src/LiveCoding/stores/AuthStore/meStore */ \"./src/LiveCoding/stores/AuthStore/meStore.tsx\");\nconst accountsApiStore_1 = __webpack_require__(/*! src/Accounts/stores/accountsApiStore */ \"./src/Accounts/stores/accountsApiStore.ts\");\nconst mobx_react_lite_1 = __webpack_require__(/*! mobx-react-lite */ \"./node_modules/mobx-react-lite/dist/index.module.js\");\nconst lodash_1 = __webpack_require__(/*! lodash */ \"./node_modules/lodash/lodash.js\");\nconst i18next_1 = __webpack_require__(/*! i18next */ \"./node_modules/i18next/dist/esm/i18next.js\");\nexports.RegisterContainer = mobx_react_lite_1.observer(props => {\n    hooks_1.useEffectAsync(() => {\n        meStore_1.meStore.onLogout(false);\n    }, []);\n    const emailError = lodash_1.get(accountsApiStore_1.accountRegisterStore, 'failureResponse.errors.email', '');\n    const isEmailExistedError = emailError === i18next_1.default.t('email_has_already_been_taken');\n    const isPublicLink = !lodash_1.isEmpty(routerStore_1.routerStore.queryString.journey_unique_token);\n    return (React.createElement(LoginRegisterForm_1.LoginRegisterFormContainer, { showNameInput: !routerStore_1.routerStore.queryString.email, showConfirmEmail: routerStore_1.routerStore.queryString.journey_unique_token, onSuccess: registerFormStore_1.onSuccessLogin, formStore: registerFormStore_1.registerForm, submitButtonText: i18next_1.default.t('register'), title: i18next_1.default.t('sign_up'), showConfirmPassword: true, showSignIn: isPublicLink, signInText: i18next_1.default.t('already_have_an_account') }));\n});\n\n\n//# sourceURL=webpack:///./src/Accounts/Axiata/LandingPage/components/RegisterContainer.tsx?");

/***/ }),

/***/ "./src/Accounts/Axiata/LandingPage/components/ResetPasswordContainer.tsx":
/*!*******************************************************************************!*\
  !*** ./src/Accounts/Axiata/LandingPage/components/ResetPasswordContainer.tsx ***!
  \*******************************************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {

"use strict";
eval("\nObject.defineProperty(exports, \"__esModule\", { value: true });\nconst tslib_1 = __webpack_require__(/*! tslib */ \"./node_modules/tslib/tslib.es6.js\");\nconst React = __webpack_require__(/*! react */ \"./node_modules/react/index.js\");\nconst LoginRegisterForm_1 = __webpack_require__(/*! src/Accounts/Axiata/LandingPage/components/LoginRegisterForm */ \"./src/Accounts/Axiata/LandingPage/components/LoginRegisterForm.tsx\");\nconst resetPinFormStore_1 = __webpack_require__(/*! src/Accounts/Axiata/LandingPage/stores/resetPinFormStore */ \"./src/Accounts/Axiata/LandingPage/stores/resetPinFormStore.ts\");\nconst hooks_1 = __webpack_require__(/*! src/Common/utils/hooks */ \"./src/Common/utils/hooks.ts\");\nconst utils_1 = __webpack_require__(/*! src/Common/utils */ \"./src/Common/utils/index.ts\");\nconst resetPasswordForm_1 = __webpack_require__(/*! src/Accounts/stores/resetPasswordForm */ \"./src/Accounts/stores/resetPasswordForm.ts\");\nconst routerStore_1 = __webpack_require__(/*! src/Accounts/stores/routerStore */ \"./src/Accounts/stores/routerStore.ts\");\nconst loginFormStore_1 = __webpack_require__(/*! src/Accounts/Axiata/LandingPage/stores/loginFormStore */ \"./src/Accounts/Axiata/LandingPage/stores/loginFormStore.ts\");\nconst i18next_1 = __webpack_require__(/*! i18next */ \"./node_modules/i18next/dist/esm/i18next.js\");\nexports.ResetPasswordContainer = props => {\n    hooks_1.useEffectAsync(() => tslib_1.__awaiter(this, void 0, void 0, function* () {\n        const query = utils_1.getQuery();\n        resetPasswordForm_1.resetPasswordForm.updateInitials({\n            token: routerStore_1.routerStore.params.token,\n            email: query.email\n        });\n        resetPinFormStore_1.resetPinFormStore.updateInitials({\n            token: routerStore_1.routerStore.params.token,\n            email: query.email,\n            first_time_login: query.first_time_login\n        });\n    }), []);\n    return (React.createElement(LoginRegisterForm_1.LoginRegisterFormContainer, { showSignIn: false, showConfirmPassword: true, formStore: resetPinFormStore_1.resetPinFormStore, onSuccess: loginFormStore_1.onSuccessLogin, submitButtonText: i18next_1.default.t('reset_password'), title: i18next_1.default.t('change_password') }));\n};\n\n\n//# sourceURL=webpack:///./src/Accounts/Axiata/LandingPage/components/ResetPasswordContainer.tsx?");

/***/ }),

/***/ "./src/Accounts/Axiata/LandingPage/components/SSOLogin.tsx":
/*!*****************************************************************!*\
  !*** ./src/Accounts/Axiata/LandingPage/components/SSOLogin.tsx ***!
  \*****************************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {

"use strict";
eval("\nObject.defineProperty(exports, \"__esModule\", { value: true });\nconst tslib_1 = __webpack_require__(/*! tslib */ \"./node_modules/tslib/tslib.es6.js\");\nconst free_solid_svg_icons_1 = __webpack_require__(/*! @fortawesome/free-solid-svg-icons */ \"./node_modules/@fortawesome/free-solid-svg-icons/index.es.js\");\nconst react_fontawesome_1 = __webpack_require__(/*! @fortawesome/react-fontawesome */ \"./node_modules/@fortawesome/react-fontawesome/index.es.js\");\nconst React = __webpack_require__(/*! react */ \"./node_modules/react/index.js\");\nconst reactstrap_1 = __webpack_require__(/*! reactstrap */ \"./node_modules/reactstrap/es/index.js\");\nconst Input_1 = __webpack_require__(/*! src/Common/Axiata/components/Input/Input */ \"./src/Common/Axiata/components/Input/Input.tsx\");\nconst InputPassword_1 = __webpack_require__(/*! src/Common/Axiata/components/Input/InputPassword */ \"./src/Common/Axiata/components/Input/InputPassword.tsx\");\nconst EnterDetailsBase_1 = __webpack_require__(/*! ./EnterDetailsBase */ \"./src/Accounts/Axiata/LandingPage/components/EnterDetailsBase.tsx\");\nconst react_spring_1 = __webpack_require__(/*! react-spring */ \"./node_modules/react-spring/dist/react-spring.esm.js\");\nconst mobx_react_lite_1 = __webpack_require__(/*! mobx-react-lite */ \"./node_modules/mobx-react-lite/dist/index.module.js\");\nconst ssoApiStores_1 = __webpack_require__(/*! ../stores/ssoApiStores */ \"./src/Accounts/Axiata/LandingPage/stores/ssoApiStores.ts\");\nconst RouterStore_1 = __webpack_require__(/*! src/Common/stores/mobx/RouterStore */ \"./src/Common/stores/mobx/RouterStore.ts\");\nconst GoogleAnalyticsEventTracker_1 = __webpack_require__(/*! src/Common/GoogleAnalytics/GoogleAnalyticsEventTracker */ \"./src/Common/GoogleAnalytics/GoogleAnalyticsEventTracker.ts\");\nconst values_1 = __webpack_require__(/*! src/Common/Axiata/TargetViewChart/constants/values */ \"./src/Common/Axiata/TargetViewChart/constants/values.ts\");\nconst loginFormStore_1 = __webpack_require__(/*! ../stores/loginFormStore */ \"./src/Accounts/Axiata/LandingPage/stores/loginFormStore.ts\");\nconst _env_1 = __webpack_require__(/*! @env */ \"./env.ts\");\nconst style = __webpack_require__(/*! ./ssoLogin.scss */ \"./src/Accounts/Axiata/LandingPage/components/ssoLogin.scss\");\nconst Message_1 = __webpack_require__(/*! src/Common/Axiata/components/Message */ \"./src/Common/Axiata/components/Message.tsx\");\nconst enterEmailStore_1 = __webpack_require__(/*! ../stores/enterEmailStore */ \"./src/Accounts/Axiata/LandingPage/stores/enterEmailStore.ts\");\nconst routeConstants_1 = __webpack_require__(/*! src/Accounts/constants/routeConstants */ \"./src/Accounts/constants/routeConstants.ts\");\nconst i18next_1 = __webpack_require__(/*! i18next */ \"./node_modules/i18next/dist/esm/i18next.js\");\nconst i18n_1 = __webpack_require__(/*! src/translations/i18n */ \"./src/translations/i18n.ts\");\nconst LoginHeader_1 = __webpack_require__(/*! src/Accounts/Axiata/LandingPage/components/LoginHeader */ \"./src/Accounts/Axiata/LandingPage/components/LoginHeader.tsx\");\nexports.SSOLogin = mobx_react_lite_1.observer(({ onSuccess, formStore }) => {\n    const [noTransition, setNoTransition] = React.useState(true);\n    const [isValidated, setIsValidated] = React.useState(false);\n    const [isProcessing, setIsProcessing] = React.useState(false);\n    const [isResettingPwd, setIsResettingPwd] = React.useState(false);\n    const [isSigningIn, setIsSigningIn] = React.useState(false);\n    const transRef = react_spring_1.useSpringRef();\n    const transition = react_spring_1.useTransition(!isValidated, {\n        immediate: noTransition,\n        ref: transRef,\n        keys: null,\n        from: isValidated\n            ? { opacity: 0, transform: `translateX(350px)` }\n            : { opacity: 0, transform: 'translateX(-350px)' },\n        enter: { opacity: 1, transform: `translateX(0px)` },\n        leave: isValidated\n            ? { position: 'absolute', opacity: 0, transform: 'translateX(-350px)' }\n            : { position: 'absolute', opacity: 0, transform: 'translateX(350px)' },\n        onRest: () => {\n            setIsProcessing(false);\n        }\n    });\n    const emailInput = formStore.$('email');\n    const passwordInput = formStore.$('password');\n    const accountLoginGATracker = GoogleAnalyticsEventTracker_1.trackEvents(\"Account Login\");\n    React.useEffect(() => {\n        transRef.start();\n    }, [isValidated]);\n    React.useEffect(() => {\n        if (passwordInput.hasError) {\n            setIsSigningIn(false);\n        }\n    }, [passwordInput.hasError]);\n    const validateEmail = (skipErrorCheck = false) => tslib_1.__awaiter(this, void 0, void 0, function* () {\n        if (!emailInput.hasError || skipErrorCheck) {\n            setIsProcessing(true);\n            try {\n                yield emailInput.validate({ showErrors: true });\n                if (!emailInput.error) {\n                    yield ssoApiStores_1.ssoStatusApi.callApi({\n                        email: emailInput.value,\n                        preferred_language: i18n_1.languageChange.language\n                    });\n                    if (!ssoApiStores_1.ssoStatusApi.isEmpty) {\n                        if (ssoApiStores_1.ssoStatusApi.data.status) {\n                            if (document.forms['loginForm']) {\n                                document.forms['loginForm'].submit();\n                            }\n                        }\n                        else {\n                            if (RouterStore_1.routerStore.queryString.email) {\n                                yield enterEmailStore_1.enterEmailStore.callApi({\n                                    email: emailInput.value\n                                });\n                                if (!enterEmailStore_1.enterEmailStore.isEmpty && enterEmailStore_1.enterEmailStore.data.is_registered) {\n                                    setNoTransition(false);\n                                    setIsValidated(true);\n                                    formStore.$('is_sso').set('true');\n                                }\n                                else {\n                                    RouterStore_1.routerStore.pushWithQueryString(routeConstants_1.ACCOUNT_REGISTRATION_PAGE_URL);\n                                }\n                            }\n                            else {\n                                setNoTransition(false);\n                                setIsValidated(true);\n                                formStore.$('is_sso').set('true');\n                            }\n                        }\n                    }\n                }\n            }\n            catch (error) {\n                const res = error.response;\n                if (res.data.errors.account) {\n                    Message_1.Message.error(res.data.errors.account);\n                }\n                else if (res.data.meta.errorMessage) {\n                    Message_1.Message.error(res.data.errors.email || res.data.meta.errorMessage);\n                }\n                setIsProcessing(false);\n            }\n        }\n    });\n    const handleOnClickBack = () => {\n        setIsValidated(false);\n    };\n    const handleSigningIn = () => tslib_1.__awaiter(this, void 0, void 0, function* () {\n        setIsSigningIn(true);\n        const LoginEventOptions = {\n            category: values_1.LOGIN_MODULE_NAME,\n            action: 'Login Click',\n            label: i18next_1.default.t('login')\n        };\n        GoogleAnalyticsEventTracker_1.trackGAEvents(LoginEventOptions);\n        try {\n            yield formStore.submit();\n            if (!formStore.hasError && onSuccess) {\n                accountLoginGATracker({ action: 'acc_successful_sign_in_authenticate' });\n                onSuccess();\n            }\n        }\n        catch (error) {\n            setIsSigningIn(false);\n            const LoginFailedEventOptions = {\n                category: values_1.LOGIN_MODULE_NAME,\n                action: 'Login Failed',\n                label: i18next_1.default.t('login')\n            };\n            GoogleAnalyticsEventTracker_1.trackGAEvents(LoginFailedEventOptions);\n            setIsSigningIn(false);\n        }\n    });\n    const handleEnterPressedEmail = ev => {\n        if (ev.keyCode === 13 && !emailInput.isEmpty) {\n            ev.preventDefault();\n            validateEmail();\n        }\n    };\n    const handleEnterPressedPassword = ev => {\n        const hasFullPassword = passwordInput.value.length >= 4;\n        const formIsSubmitting = formStore.submitting;\n        if (ev.keyCode === 13 && hasFullPassword && !formIsSubmitting) {\n            ev.preventDefault();\n            handleSigningIn();\n        }\n    };\n    const handleOnClickForgetPwd = () => tslib_1.__awaiter(this, void 0, void 0, function* () {\n        accountLoginGATracker({ action: 'acc_sign_in_forgot_password_click' });\n        if (emailInput.value) {\n            setIsResettingPwd(true);\n            try {\n                yield loginFormStore_1.onForgetPassword(emailInput.value);\n                setIsResettingPwd(false);\n            }\n            catch (error) {\n                setIsResettingPwd(false);\n            }\n        }\n        else {\n            if (isValidated) {\n                setIsValidated(false);\n            }\n            emailInput.validate({ showErrors: true });\n        }\n    });\n    React.useEffect(() => {\n        if (RouterStore_1.routerStore.queryString.error) {\n            const regex = '+';\n            Message_1.Message.error(RouterStore_1.routerStore.queryString.error.replace(regex, ' '));\n        }\n        if (RouterStore_1.routerStore.queryString.email) {\n            emailInput.set(RouterStore_1.routerStore.queryString.email);\n            validateEmail(true);\n        }\n    }, []);\n    return (React.createElement(React.Fragment, null,\n        React.createElement(LoginHeader_1.LoginHeader, null),\n        React.createElement(EnterDetailsBase_1.EnterDetailsBase, null,\n            React.createElement(\"div\", { className: style.container },\n                React.createElement(\"div\", { className: style.title },\n                    isValidated && (React.createElement(\"div\", { className: style.backBtn, onClick: handleOnClickBack },\n                        React.createElement(react_fontawesome_1.FontAwesomeIcon, { icon: free_solid_svg_icons_1.faArrowLeft, size: 'lg' }))),\n                    React.createElement(\"h2\", null, !isValidated ? i18next_1.default.t('sign_in') : i18next_1.default.t('sign_in_welcome'))),\n                React.createElement(\"div\", { className: style.formContainer }, transition(transStyle => !isValidated ? (React.createElement(react_spring_1.animated.div, { style: transStyle },\n                    React.createElement(\"label\", { htmlFor: \"\", className: style.label }, i18next_1.default.t('email')),\n                    React.createElement(\"form\", { name: 'loginForm', action: `${_env_1.ACCOUNT_API_URL}/auth/saml/login`, method: 'POST' },\n                        React.createElement(Input_1.Input, Object.assign({ showErrorBorderColor: true, error: emailInput.error, disabled: isProcessing }, emailInput.bind(), { onKeyDown: handleEnterPressedEmail })),\n                        RouterStore_1.routerStore.queryString && RouterStore_1.routerStore.queryString.redirect && (React.createElement(\"input\", { name: 'redirect', value: RouterStore_1.routerStore.queryString.redirect, className: style.hiddenIput }))),\n                    React.createElement(reactstrap_1.Button, { className: style.loginButton, disabled: isProcessing, onClick: () => {\n                            validateEmail();\n                        } }, isProcessing ? React.createElement(react_fontawesome_1.FontAwesomeIcon, { spin: true, icon: free_solid_svg_icons_1.faSpinner }) : i18next_1.default.t('next')))) : (React.createElement(react_spring_1.animated.div, { style: transStyle },\n                    React.createElement(\"label\", { htmlFor: \"\", className: style.label }, i18next_1.default.t('enter_your_password')),\n                    React.createElement(InputPassword_1.InputPassword, Object.assign({ disabled: isProcessing || isSigningIn, error: passwordInput.error }, passwordInput.bind(), { onKeyDown: handleEnterPressedPassword })),\n                    React.createElement(reactstrap_1.Button, { className: style.loginButton, disabled: isProcessing || isSigningIn, onClick: handleSigningIn }, isSigningIn ? React.createElement(react_fontawesome_1.FontAwesomeIcon, { spin: true, icon: free_solid_svg_icons_1.faSpinner }) : i18next_1.default.t('sign_in')))))),\n                React.createElement(\"button\", { className: `btn btn-clear btn-link ${style.forgotPassLink}`, disabled: isResettingPwd, onClick: handleOnClickForgetPwd }, isResettingPwd ? (React.createElement(\"span\", { className: style.animEllipsis }, i18next_1.default.t('resetting_password'))) : (`${i18next_1.default.t('forgot_password')}?`))))));\n});\n\n\n//# sourceURL=webpack:///./src/Accounts/Axiata/LandingPage/components/SSOLogin.tsx?");

/***/ }),

/***/ "./src/Accounts/Axiata/LandingPage/components/enterDetailsBase.scss":
/*!**************************************************************************!*\
  !*** ./src/Accounts/Axiata/LandingPage/components/enterDetailsBase.scss ***!
  \**************************************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {

eval("\nvar content = __webpack_require__(/*! !../../../../../node_modules/css-loader??ref--5-1!../../../../../node_modules/resolve-url-loader!../../../../../node_modules/sass-loader/dist/cjs.js!./enterDetailsBase.scss */ \"./node_modules/css-loader/index.js?!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js!./src/Accounts/Axiata/LandingPage/components/enterDetailsBase.scss\");\n\nif(typeof content === 'string') content = [[module.i, content, '']];\n\nvar transform;\nvar insertInto;\n\n\n\nvar options = {\"hmr\":true}\n\noptions.transform = transform\noptions.insertInto = undefined;\n\nvar update = __webpack_require__(/*! ../../../../../node_modules/style-loader/lib/addStyles.js */ \"./node_modules/style-loader/lib/addStyles.js\")(content, options);\n\nif(content.locals) module.exports = content.locals;\n\nif(false) {}\n\n//# sourceURL=webpack:///./src/Accounts/Axiata/LandingPage/components/enterDetailsBase.scss?");

/***/ }),

/***/ "./src/Accounts/Axiata/LandingPage/components/loginHeader.scss":
/*!*********************************************************************!*\
  !*** ./src/Accounts/Axiata/LandingPage/components/loginHeader.scss ***!
  \*********************************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {

eval("\nvar content = __webpack_require__(/*! !../../../../../node_modules/css-loader??ref--5-1!../../../../../node_modules/resolve-url-loader!../../../../../node_modules/sass-loader/dist/cjs.js!./loginHeader.scss */ \"./node_modules/css-loader/index.js?!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js!./src/Accounts/Axiata/LandingPage/components/loginHeader.scss\");\n\nif(typeof content === 'string') content = [[module.i, content, '']];\n\nvar transform;\nvar insertInto;\n\n\n\nvar options = {\"hmr\":true}\n\noptions.transform = transform\noptions.insertInto = undefined;\n\nvar update = __webpack_require__(/*! ../../../../../node_modules/style-loader/lib/addStyles.js */ \"./node_modules/style-loader/lib/addStyles.js\")(content, options);\n\nif(content.locals) module.exports = content.locals;\n\nif(false) {}\n\n//# sourceURL=webpack:///./src/Accounts/Axiata/LandingPage/components/loginHeader.scss?");

/***/ }),

/***/ "./src/Accounts/Axiata/LandingPage/components/loginRegisterForm.scss":
/*!***************************************************************************!*\
  !*** ./src/Accounts/Axiata/LandingPage/components/loginRegisterForm.scss ***!
  \***************************************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {

eval("\nvar content = __webpack_require__(/*! !../../../../../node_modules/css-loader??ref--5-1!../../../../../node_modules/resolve-url-loader!../../../../../node_modules/sass-loader/dist/cjs.js!./loginRegisterForm.scss */ \"./node_modules/css-loader/index.js?!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js!./src/Accounts/Axiata/LandingPage/components/loginRegisterForm.scss\");\n\nif(typeof content === 'string') content = [[module.i, content, '']];\n\nvar transform;\nvar insertInto;\n\n\n\nvar options = {\"hmr\":true}\n\noptions.transform = transform\noptions.insertInto = undefined;\n\nvar update = __webpack_require__(/*! ../../../../../node_modules/style-loader/lib/addStyles.js */ \"./node_modules/style-loader/lib/addStyles.js\")(content, options);\n\nif(content.locals) module.exports = content.locals;\n\nif(false) {}\n\n//# sourceURL=webpack:///./src/Accounts/Axiata/LandingPage/components/loginRegisterForm.scss?");

/***/ }),

/***/ "./src/Accounts/Axiata/LandingPage/components/recoveryPage.scss":
/*!**********************************************************************!*\
  !*** ./src/Accounts/Axiata/LandingPage/components/recoveryPage.scss ***!
  \**********************************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {

eval("\nvar content = __webpack_require__(/*! !../../../../../node_modules/css-loader??ref--5-1!../../../../../node_modules/resolve-url-loader!../../../../../node_modules/sass-loader/dist/cjs.js!./recoveryPage.scss */ \"./node_modules/css-loader/index.js?!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js!./src/Accounts/Axiata/LandingPage/components/recoveryPage.scss\");\n\nif(typeof content === 'string') content = [[module.i, content, '']];\n\nvar transform;\nvar insertInto;\n\n\n\nvar options = {\"hmr\":true}\n\noptions.transform = transform\noptions.insertInto = undefined;\n\nvar update = __webpack_require__(/*! ../../../../../node_modules/style-loader/lib/addStyles.js */ \"./node_modules/style-loader/lib/addStyles.js\")(content, options);\n\nif(content.locals) module.exports = content.locals;\n\nif(false) {}\n\n//# sourceURL=webpack:///./src/Accounts/Axiata/LandingPage/components/recoveryPage.scss?");

/***/ }),

/***/ "./src/Accounts/Axiata/LandingPage/components/ssoLogin.scss":
/*!******************************************************************!*\
  !*** ./src/Accounts/Axiata/LandingPage/components/ssoLogin.scss ***!
  \******************************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {

eval("\nvar content = __webpack_require__(/*! !../../../../../node_modules/css-loader??ref--5-1!../../../../../node_modules/resolve-url-loader!../../../../../node_modules/sass-loader/dist/cjs.js!./ssoLogin.scss */ \"./node_modules/css-loader/index.js?!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js!./src/Accounts/Axiata/LandingPage/components/ssoLogin.scss\");\n\nif(typeof content === 'string') content = [[module.i, content, '']];\n\nvar transform;\nvar insertInto;\n\n\n\nvar options = {\"hmr\":true}\n\noptions.transform = transform\noptions.insertInto = undefined;\n\nvar update = __webpack_require__(/*! ../../../../../node_modules/style-loader/lib/addStyles.js */ \"./node_modules/style-loader/lib/addStyles.js\")(content, options);\n\nif(content.locals) module.exports = content.locals;\n\nif(false) {}\n\n//# sourceURL=webpack:///./src/Accounts/Axiata/LandingPage/components/ssoLogin.scss?");

/***/ }),

/***/ "./src/Accounts/Axiata/LandingPage/resources/redirectOnAuth.ts":
/*!*********************************************************************!*\
  !*** ./src/Accounts/Axiata/LandingPage/resources/redirectOnAuth.ts ***!
  \*********************************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {

"use strict";
eval("\nObject.defineProperty(exports, \"__esModule\", { value: true });\nconst tslib_1 = __webpack_require__(/*! tslib */ \"./node_modules/tslib/tslib.es6.js\");\nconst routerStore_1 = __webpack_require__(/*! src/Accounts/stores/routerStore */ \"./src/Accounts/stores/routerStore.ts\");\nconst InvitationType_1 = __webpack_require__(/*! src/Candidate/constants/InvitationType */ \"./src/Candidate/constants/InvitationType.ts\");\nconst _env_1 = __webpack_require__(/*! @env */ \"./env.ts\");\nconst utils_1 = __webpack_require__(/*! src/Common/utils */ \"./src/Common/utils/index.ts\");\nconst urijs = __webpack_require__(/*! urijs */ \"./node_modules/urijs/src/URI.js\");\nconst AuthorizationStore_1 = __webpack_require__(/*! src/Common/stores/mobx/AuthorizationStore */ \"./src/Common/stores/mobx/AuthorizationStore.ts\");\nconst redirectToClientAdminPage_1 = __webpack_require__(/*! src/Accounts/resources/redirectToClientAdminPage */ \"./src/Accounts/resources/redirectToClientAdminPage.ts\");\nconst getRedirectLink_1 = __webpack_require__(/*! src/Accounts/resources/getRedirectLink */ \"./src/Accounts/resources/getRedirectLink.ts\");\nconst MyPermissionStore_1 = __webpack_require__(/*! src/Common/stores/mobx/MyPermissionStore */ \"./src/Common/stores/mobx/MyPermissionStore.ts\");\nconst HostClientStore_1 = __webpack_require__(/*! src/Common/stores/mobx/HostClientStore */ \"./src/Common/stores/mobx/HostClientStore.ts\");\nconst getClientBasedSettings_1 = __webpack_require__(/*! src/Journey/ClientAdmin/SystemSetup/GeneralSettings/Framework/stores/getClientBasedSettings */ \"./src/Journey/ClientAdmin/SystemSetup/GeneralSettings/Framework/stores/getClientBasedSettings.ts\");\nconst AuthStore_1 = __webpack_require__(/*! src/Common/stores/mobx/AuthStore */ \"./src/Common/stores/mobx/AuthStore.ts\");\nconst LoginByTokenApiStore_1 = __webpack_require__(/*! src/Common/Authentication/stores/LoginByTokenApiStore */ \"./src/Common/Authentication/stores/LoginByTokenApiStore.ts\");\nconst AuthenticationClientManager_1 = __webpack_require__(/*! src/Common/Authentication/components/AuthenticationClientManager */ \"./src/Common/Authentication/components/AuthenticationClientManager.tsx\");\nconst lodash_1 = __webpack_require__(/*! lodash */ \"./node_modules/lodash/lodash.js\");\nconst routes_1 = __webpack_require__(/*! src/Journey/ClientAdmin/constants/routes */ \"./src/Journey/ClientAdmin/constants/routes.ts\");\nconst RouterStore_1 = __webpack_require__(/*! src/Common/stores/mobx/RouterStore */ \"./src/Common/stores/mobx/RouterStore.ts\");\nconst isTalentProfileInvitation = () => routerStore_1.routerStore.queryString.type === InvitationType_1.InvitationType.REGISTRATION_AND_TALENT_PROFILE;\nconst isJourneyInvitation = () => routerStore_1.routerStore.queryString.type === InvitationType_1.InvitationType.REGISTRATION_AND_JOURNEY_INVITATION;\nconst isAccountCreation = () => routerStore_1.routerStore.queryString.type === InvitationType_1.InvitationType.ACCOUNT_CREATION;\nconst isTechnicalVerification = () => routerStore_1.routerStore.queryString.type === InvitationType_1.InvitationType.TECHNICAL_VERIFICATION;\nconst isManagerView = () => routerStore_1.routerStore.queryString.type === InvitationType_1.InvitationType.MANAGER_VIEW;\nconst hasCandidateId = () => routerStore_1.routerStore.queryString.candidate_id;\nconst isInterviewScoring = () => routerStore_1.routerStore.queryString.type === InvitationType_1.InvitationType.INTERVIEW_SCORING;\nconst isInterviewPortal = () => routerStore_1.routerStore.queryString.type === InvitationType_1.InvitationType.INTERVIEW_PORTAL;\nconst isMappingRevamp = () => routerStore_1.routerStore.queryString.type === InvitationType_1.InvitationType.MAPPING_REVAMP;\nconst isAssessRevamp = () => routerStore_1.routerStore.queryString.type === InvitationType_1.InvitationType.ASSESS_REVAMP_APP_URL;\nconst checkBasedOnClientBasedSetting = () => tslib_1.__awaiter(this, void 0, void 0, function* () {\n    try {\n        if (AuthorizationStore_1.authorizationStore.isAnyAdmin) {\n            yield getClientBasedSettings_1.getClientBasedSettingsApi.callApi({ client_id: HostClientStore_1.hostClientStore.clientId });\n        }\n        else {\n            const data = {\n                type: AuthenticationClientManager_1.AuthenticationType.REFRESH_TOKEN,\n                token: AuthStore_1.authStore.getToken\n            };\n            const response = yield LoginByTokenApiStore_1.createLoginByTokenApiStore().callApi(data);\n            yield getClientBasedSettings_1.getClientBasedSettingsApi.byUserApi.callApi({ user_id: lodash_1.get(response, 'data.data.user.id') });\n        }\n    }\n    catch (e) {\n        console.error('e', e);\n        return;\n    }\n});\nexports.redirectOnRegister = () => tslib_1.__awaiter(this, void 0, void 0, function* () {\n    const employeeRatingURL = `${_env_1.JOURNEY_APP_URL}/rating/talent/${routerStore_1.routerStore.queryString.subordinate_user_id}`;\n    const managerRatingURL = `${_env_1.JOURNEY_APP_URL}/manager/rating/talent/${routerStore_1.routerStore.queryString.subordinate_user_id}`;\n    yield checkBasedOnClientBasedSetting();\n    const isEmployeePortalEnable = AuthorizationStore_1.authorizationStore.isAnyAdmin\n        ? lodash_1.get(getClientBasedSettings_1.getClientBasedSettingsApi, 'data.enable_employee_portal', false)\n        : lodash_1.get(getClientBasedSettings_1.getClientBasedSettingsApi, 'byUserApi.data.enable_employee_portal', false);\n    if (isTalentProfileInvitation()) {\n        isEmployeePortalEnable\n            ? window.location.replace(employeeRatingURL)\n            : window.location.replace(`${_env_1.CANDIDATE_APP_URL}/profile/personal-info/section/profile-setup`);\n    }\n    else if (isAccountCreation()) {\n        isEmployeePortalEnable\n            ? window.location.replace(`${_env_1.EMPLOYEE_REVAMP_APP_URL}`)\n            : window.location.replace(routerStore_1.routerStore.queryString.redirect);\n    }\n    else if (isJourneyInvitation()) {\n        window.location.replace(routerStore_1.routerStore.queryString.redirect);\n    }\n    else if (isManagerView()) {\n        const queryString = utils_1.getQuery();\n        const subordinateTalentProfileId = queryString.subordinate_talent_profile_id;\n        isEmployeePortalEnable\n            ? window.location.replace(managerRatingURL)\n            : window.location.replace(`${_env_1.JOURNEY_APP_URL}/manager/client/profile-management/talent/${subordinateTalentProfileId}/details/personal-profile`);\n    }\n    else if (hasCandidateId()) {\n        window.location.replace(routerStore_1.routerStore.queryString.redirect);\n    }\n    else if (isTechnicalVerification()) {\n        isEmployeePortalEnable\n            ? window.location.replace(employeeRatingURL)\n            : window.location.replace(`${_env_1.CANDIDATE_APP_URL}/profile/personal-profile/details/functional-technical-skills`);\n    }\n    else if (isInterviewScoring()) {\n        const queryString = utils_1.getQuery();\n        window.location.replace(`${_env_1.CANDIDATE_APP_URL}/interview/${queryString.interview_id}/scoring-sheet/leadership`);\n    }\n    else if (isInterviewPortal()) {\n        window.location.replace(`${_env_1.CANDIDATE_APP_URL}/interview/interview-portal`);\n    }\n    else {\n        window.location.replace(_env_1.CANDIDATE_APP_URL);\n    }\n});\nexports.redirectOnLogin = () => tslib_1.__awaiter(this, void 0, void 0, function* () {\n    const employeeRatingURL = `${_env_1.JOURNEY_APP_URL}/rating/talent/${routerStore_1.routerStore.queryString.subordinate_user_id}`;\n    const managerRatingURL = `${_env_1.JOURNEY_APP_URL}/manager/rating/talent/${routerStore_1.routerStore.queryString.subordinate_user_id}`;\n    yield checkBasedOnClientBasedSetting();\n    const isEmployeePortalEnable = AuthorizationStore_1.authorizationStore.isAnyAdmin\n        ? lodash_1.get(getClientBasedSettings_1.getClientBasedSettingsApi, 'data.enable_employee_portal', false)\n        : lodash_1.get(getClientBasedSettings_1.getClientBasedSettingsApi, 'byUserApi.data.enable_employee_portal', false);\n    if (isTalentProfileInvitation()) {\n        isEmployeePortalEnable\n            ? window.location.replace(employeeRatingURL)\n            : window.location.replace(`${_env_1.CANDIDATE_APP_URL}/profile/personal-info/section/profile-setup`);\n    }\n    else if (isMappingRevamp()) {\n        window.location.replace(`${_env_1.MAPPING_REVAMP_APP_URL}`);\n    }\n    else if (isAssessRevamp()) {\n        window.location.replace(`${_env_1.ASSESS_REVAMP_APP_URL}`);\n    }\n    else if (isTechnicalVerification()) {\n        isEmployeePortalEnable\n            ? window.location.replace(employeeRatingURL)\n            : window.location.replace(`${_env_1.CANDIDATE_APP_URL}/profile/personal-profile/details/functional-technical-skills`);\n    }\n    else if (isAccountCreation()) {\n        isEmployeePortalEnable\n            ? window.location.replace(`${_env_1.EMPLOYEE_REVAMP_APP_URL}`)\n            : window.location.replace(routerStore_1.routerStore.queryString.redirect);\n    }\n    else if (isJourneyInvitation()) {\n        window.location.replace(routerStore_1.routerStore.queryString.redirect);\n    }\n    else if (isManagerView()) {\n        const queryString = utils_1.getQuery();\n        const subordinateTalentProfileId = queryString.subordinate_talent_profile_id;\n        isEmployeePortalEnable\n            ? window.location.replace(managerRatingURL)\n            : window.location.replace(`${_env_1.JOURNEY_APP_URL}/manager/client/profile-management/talent/${subordinateTalentProfileId}/details/functional-technical-skills`);\n    }\n    else if (hasCandidateId()) {\n        window.location.replace(routerStore_1.routerStore.queryString.redirect);\n    }\n    else if (routerStore_1.routerStore.queryString.redirect) {\n        const redirectUriInfo = urijs(routerStore_1.routerStore.queryString.redirect);\n        const ifHomePage = redirectUriInfo.path() === '/';\n        const ifClientAdminPage = redirectUriInfo.path().indexOf('/client-admin/') > -1;\n        const ifInterviewInvitationPage = redirectUriInfo.path().indexOf('/scoring-sheet/') > -1;\n        const ifInterviewPortalInvitationPage = redirectUriInfo.path().indexOf('/interview-portal') > -1;\n        const ifRedirectLinkIsAccountHomePage = redirectUriInfo.origin() === _env_1.ACCOUNT_APP_URL && ifHomePage;\n        const ifRedirectLinkIsHostAdmin = redirectUriInfo.origin() === _env_1.JOURNEY_APP_URL && !ifClientAdminPage;\n        const ifOldUiHomepage = redirectUriInfo.path() === RouterStore_1.resolveUrlParams(routes_1.CLIENT_ADMIN_DOMAIN, { client_id: HostClientStore_1.hostClientStore.clientId });\n        if (ifInterviewInvitationPage || ifInterviewPortalInvitationPage) {\n            window.location.replace(routerStore_1.routerStore.queryString.redirect);\n        }\n        else if (ifRedirectLinkIsAccountHomePage) {\n            if (AuthorizationStore_1.authorizationStore.isSuperAdmin) {\n                window.location.replace(_env_1.JOURNEY_APP_URL);\n            }\n            else if (AuthorizationStore_1.authorizationStore.isClientAdmin) {\n                redirectToClientAdminPage_1.redirectToClientAdminPage(HostClientStore_1.hostClientStore.clientId);\n            }\n            else {\n                window.location.replace(_env_1.CANDIDATE_APP_URL);\n            }\n        }\n        else {\n            if (ifRedirectLinkIsHostAdmin && AuthorizationStore_1.authorizationStore.isSuperAdmin) {\n                window.location.replace(routerStore_1.routerStore.queryString.redirect);\n            }\n            else if (AuthorizationStore_1.authorizationStore.isClientAdmin || MyPermissionStore_1.myPermissionStore.hasPermissionPolicy || ifOldUiHomepage) {\n                redirectToClientAdminPage_1.redirectToClientAdminPage(HostClientStore_1.hostClientStore.clientId);\n            }\n            else {\n                getRedirectLink_1.getRedirectLinkAndRedirect(routerStore_1.routerStore.queryString);\n            }\n        }\n    }\n    else {\n        if (AuthorizationStore_1.authorizationStore.isClientAdmin ||\n            AuthorizationStore_1.authorizationStore.isHostAdmin ||\n            AuthorizationStore_1.authorizationStore.isSuperAdmin ||\n            MyPermissionStore_1.myPermissionStore.hasPermissionPolicy) {\n            if (isEmployeePortalEnable) {\n                window.location.replace(_env_1.ASSESS_REVAMP_APP_URL);\n            }\n            else {\n                redirectToClientAdminPage_1.redirectToClientAdminPage(HostClientStore_1.hostClientStore.clientId);\n            }\n        }\n        else {\n            if (isEmployeePortalEnable) {\n                window.location.replace(_env_1.EMPLOYEE_REVAMP_APP_URL);\n            }\n            else {\n                window.location.replace(_env_1.CANDIDATE_APP_URL);\n            }\n        }\n    }\n});\n\n\n//# sourceURL=webpack:///./src/Accounts/Axiata/LandingPage/resources/redirectOnAuth.ts?");

/***/ }),

/***/ "./src/Accounts/Axiata/LandingPage/stores/changePasswordFormStore.ts":
/*!***************************************************************************!*\
  !*** ./src/Accounts/Axiata/LandingPage/stores/changePasswordFormStore.ts ***!
  \***************************************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {

"use strict";
eval("\nObject.defineProperty(exports, \"__esModule\", { value: true });\nconst tslib_1 = __webpack_require__(/*! tslib */ \"./node_modules/tslib/tslib.es6.js\");\nconst FormStore_1 = __webpack_require__(/*! src/Common/stores/mobx/FormStore */ \"./src/Common/stores/mobx/FormStore.ts\");\nconst Message_1 = __webpack_require__(/*! src/Common/Axiata/components/Message */ \"./src/Common/Axiata/components/Message.tsx\");\nconst accountsApi_1 = __webpack_require__(/*! src/Accounts/accountsApi */ \"./src/Accounts/accountsApi.ts\");\nconst accountsRoutes_1 = __webpack_require__(/*! src/Accounts/accountsRoutes */ \"./src/Accounts/accountsRoutes.ts\");\nconst routerStore_1 = __webpack_require__(/*! src/Accounts/stores/routerStore */ \"./src/Accounts/stores/routerStore.ts\");\nconst _ = __webpack_require__(/*! lodash */ \"./node_modules/lodash/lodash.js\");\nconst utils_1 = __webpack_require__(/*! src/Common/utils */ \"./src/Common/utils/index.ts\");\nconst i18next_1 = __webpack_require__(/*! i18next */ \"./node_modules/i18next/dist/esm/i18next.js\");\nconst i18n_1 = __webpack_require__(/*! src/translations/i18n */ \"./src/translations/i18n.ts\");\nconst _env_1 = __webpack_require__(/*! @env */ \"./env.ts\");\nexports.changePasswordFormStore = new FormStore_1.FormStore({\n    fields: {\n        email: {\n            label: i18next_1.default.t('email'),\n            placeholder: i18next_1.default.t('enter_your_email_address_here'),\n            rules: 'required|email|string|min:5|max:255'\n        },\n        current_password: {\n            label: i18next_1.default.t('current_password'),\n            placeholder: i18next_1.default.t('enter_your_current_password'),\n            rules: 'required|string|min:8'\n        },\n        password: {\n            label: i18next_1.default.t('new_password'),\n            placeholder: i18next_1.default.t('enter_your_new_password'),\n            rules: 'required|string|min:8'\n        },\n        confirmPassword: {\n            label: i18next_1.default.t('confirm_password'),\n            placeholder: i18next_1.default.t('confirm_your_new_password'),\n            rules: 'required|string|min:8'\n        }\n    }\n}, {\n    handlers: {\n        onSubmit: (formStore) => (values) => tslib_1.__awaiter(this, void 0, void 0, function* () {\n            try {\n                const response = yield accountsApi_1.changePasswordApi.callApi(Object.assign({}, values, { preferred_language: i18n_1.languageChange.language, password_confirmation: values.confirmPassword }));\n                Message_1.Message.success(`${i18next_1.default.t('successfully_set_password')}.`);\n                formStore.reInit();\n                i18n_1.languageChange.setLanguage(_env_1.DEFAULT_LANGUAGE);\n                window.localStorage.removeItem('LANGUAGE_LOGIN');\n                const queryString = utils_1.getQuery();\n                if (queryString.redirect) {\n                    setTimeout(() => window.location.replace(queryString.redirect), 2000);\n                }\n                else {\n                    routerStore_1.routerStore.pushWithQueryString(accountsRoutes_1.accountsRoutes.changePin.url);\n                }\n            }\n            catch (err) {\n                const e = err;\n                const passwordError = _.get(e, 'response.data.errors.password[0]');\n                if (passwordError) {\n                    Message_1.Message.error(_.get(e, 'response.data.errors.password[0]'));\n                    return;\n                }\n                else {\n                    Message_1.Message.error(i18next_1.default.t('encounter_error'));\n                }\n            }\n        })\n    }\n});\n\n\n//# sourceURL=webpack:///./src/Accounts/Axiata/LandingPage/stores/changePasswordFormStore.ts?");

/***/ }),

/***/ "./src/Accounts/Axiata/LandingPage/stores/enterEmailStore.ts":
/*!*******************************************************************!*\
  !*** ./src/Accounts/Axiata/LandingPage/stores/enterEmailStore.ts ***!
  \*******************************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {

"use strict";
eval("\nObject.defineProperty(exports, \"__esModule\", { value: true });\nconst tslib_1 = __webpack_require__(/*! tslib */ \"./node_modules/tslib/tslib.es6.js\");\nconst FormStore_1 = __webpack_require__(/*! src/Common/stores/mobx/FormStore */ \"./src/Common/stores/mobx/FormStore.ts\");\nconst ApiStore_1 = __webpack_require__(/*! src/Common/stores/mobx/ApiStore */ \"./src/Common/stores/mobx/ApiStore.ts\");\nconst ajax_1 = __webpack_require__(/*! src/Common/api/ajax */ \"./src/Common/api/ajax.ts\");\nconst i18next_1 = __webpack_require__(/*! i18next */ \"./node_modules/i18next/dist/esm/i18next.js\");\nconst urlTemplate = '/api/auth/is-registered';\nexports.enterEmailStore = new ApiStore_1.ApiStore(urlTemplate, {\n    requestType: ajax_1.RestMethods.POST\n});\nconst fields = {\n    email: {\n        label: i18next_1.default.t('email'),\n        placeholder: i18next_1.default.t('enter_registered_email'),\n        rules: 'required|email|string|min:5|max:255'\n    },\n    name: {\n        label: i18next_1.default.t('name'),\n        placeholder: i18next_1.default.t('enter_your_name_here'),\n        rules: 'string|between:3,50'\n    }\n};\nexports.enterEmailFormStore = new FormStore_1.FormStore({\n    fields\n}, {\n    options: {\n        validationDebounceWait: 1000\n    },\n    handlers: {\n        onSubmit: formStore => (values) => tslib_1.__awaiter(this, void 0, void 0, function* () {\n            try {\n                const response = yield exports.enterEmailStore.callApi(values);\n                return response;\n            }\n            catch (err) {\n                const e = err;\n            }\n        })\n    }\n});\nexports.enterEmailRegistrationFormStore = new FormStore_1.FormStore({\n    fields\n}, {\n    options: {\n        validateOnChange: false\n    },\n    handlers: {\n        onSubmit: () => () => tslib_1.__awaiter(this, void 0, void 0, function* () {\n            return true;\n        })\n    }\n});\n\n\n//# sourceURL=webpack:///./src/Accounts/Axiata/LandingPage/stores/enterEmailStore.ts?");

/***/ }),

/***/ "./src/Accounts/Axiata/LandingPage/stores/enterPinStore.ts":
/*!*****************************************************************!*\
  !*** ./src/Accounts/Axiata/LandingPage/stores/enterPinStore.ts ***!
  \*****************************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {

"use strict";
eval("\nObject.defineProperty(exports, \"__esModule\", { value: true });\nconst tslib_1 = __webpack_require__(/*! tslib */ \"./node_modules/tslib/tslib.es6.js\");\nconst FormStore_1 = __webpack_require__(/*! src/Common/stores/mobx/FormStore */ \"./src/Common/stores/mobx/FormStore.ts\");\nconst routerStore_1 = __webpack_require__(/*! src/Accounts/stores/routerStore */ \"./src/Accounts/stores/routerStore.ts\");\nconst accountsApi_1 = __webpack_require__(/*! src/Accounts/accountsApi */ \"./src/Accounts/accountsApi.ts\");\nconst enterEmailStore_1 = __webpack_require__(/*! src/Accounts/Axiata/LandingPage/stores/enterEmailStore */ \"./src/Accounts/Axiata/LandingPage/stores/enterEmailStore.ts\");\nconst _ = __webpack_require__(/*! lodash */ \"./node_modules/lodash/lodash.js\");\nconst routeConstants_1 = __webpack_require__(/*! src/Accounts/constants/routeConstants */ \"./src/Accounts/constants/routeConstants.ts\");\nconst accountsApiStore_1 = __webpack_require__(/*! src/Accounts/stores/accountsApiStore */ \"./src/Accounts/stores/accountsApiStore.ts\");\nconst accountsRoutes_1 = __webpack_require__(/*! src/Accounts/accountsRoutes */ \"./src/Accounts/accountsRoutes.ts\");\nconst qs = __webpack_require__(/*! qs */ \"./node_modules/qs/lib/index.js\");\nconst AuthStore_1 = __webpack_require__(/*! src/Common/stores/mobx/AuthStore */ \"./src/Common/stores/mobx/AuthStore.ts\");\nconst AuthorizationStore_1 = __webpack_require__(/*! src/Common/stores/mobx/AuthorizationStore */ \"./src/Common/stores/mobx/AuthorizationStore.ts\");\nconst redirectOnAuth_1 = __webpack_require__(/*! src/Accounts/Axiata/LandingPage/resources/redirectOnAuth */ \"./src/Accounts/Axiata/LandingPage/resources/redirectOnAuth.ts\");\nconst Message_1 = __webpack_require__(/*! src/Common/Axiata/components/Message */ \"./src/Common/Axiata/components/Message.tsx\");\nconst i18next_1 = __webpack_require__(/*! i18next */ \"./node_modules/i18next/dist/esm/i18next.js\");\nconst _env_1 = __webpack_require__(/*! @env */ \"./env.ts\");\nconst fields = {\n    pin: {\n        rules: 'required'\n    }\n};\nlet loginAttempt = 5;\nexports.enterPinFormStore = new FormStore_1.FormStore({\n    fields\n}, {\n    handlers: {\n        onSubmit: formStore => (values) => tslib_1.__awaiter(this, void 0, void 0, function* () {\n            const emailProps = enterEmailStore_1.enterEmailFormStore.$('email');\n            try {\n                return yield accountsApi_1.loginApi.callApi({\n                    email: emailProps.bind().value,\n                    password: values.pin\n                });\n            }\n            catch (err) {\n                const e = err;\n                const isAccountsError = !!_.get(e, 'response.data.errors.account');\n                if (loginAttempt > 1) {\n                    isAccountsError\n                        ? Message_1.Message.error(i18next_1.default.t('acp_your_account_has_been_locked'))\n                        : Message_1.Message.error(i18next_1.default.t('wrong_password_entered'));\n                    loginAttempt--;\n                }\n                else {\n                    Message_1.Message.success(i18next_1.default.t('acp_we_have_sent_password_reset_email'));\n                    accountsApi_1.forgotPasswordApi.callApi({\n                        email: emailProps.bind().value\n                    });\n                    enterEmailStore_1.enterEmailFormStore.reInit();\n                }\n                routerStore_1.routerStore.history.push(routeConstants_1.ACCOUNT_LOGIN_PAGE_URL);\n                const isAuthenticationError = !!_.get(e, 'response.data.errors.authentication');\n                const isVerificationError = !!_.get(e, 'response.data.errors.verification');\n                if (isAuthenticationError) {\n                    emailProps.invalidate(e.response.data.errors.authentication);\n                    emailProps.showErrors(true);\n                }\n                else if (isVerificationError) {\n                    emailProps.invalidate(e.response.data.errors.verification);\n                    emailProps.showErrors(true);\n                }\n                else if (isAccountsError) {\n                    emailProps.invalidate(e.response.data.errors.account);\n                    emailProps.showErrors(true);\n                }\n                else {\n                    formStore.message.showErrorMessage(e, i18next_1.default.t('an_error_has_occured'));\n                }\n            }\n        })\n    }\n});\nexports.enterPinRegisterStore = new FormStore_1.FormStore({\n    fields\n}, {\n    handlers: {\n        onSubmit: () => () => tslib_1.__awaiter(this, void 0, void 0, function* () {\n            return true;\n        })\n    }\n});\nexports.enterPinReEnterFormStore = new FormStore_1.FormStore({\n    fields\n}, {\n    handlers: {\n        onSubmit: formStore => (values) => tslib_1.__awaiter(this, void 0, void 0, function* () {\n            const previousPinField = exports.enterPinRegisterStore.$('pin');\n            const previousPin = previousPinField.value;\n            try {\n                if (previousPin !== values.pin) {\n                    formStore.clear();\n                    exports.enterPinRegisterStore.clear();\n                    previousPinField.invalidate(i18next_1.default.t('acp_pin_does_not_match'));\n                    Message_1.Message.error(i18next_1.default.t('acp_confirm_password_does_not_match'));\n                    routerStore_1.routerStore.pushWithQueryString(routeConstants_1.ACCOUNT_REGISTRATION_PIN_PAGE_URL);\n                    return;\n                }\n                const email = enterEmailStore_1.enterEmailRegistrationFormStore.$('email').value;\n                const name = routerStore_1.routerStore.queryString.name || enterEmailStore_1.enterEmailRegistrationFormStore.$('name').value;\n                const tokenObj = routerStore_1.routerStore.queryString.token\n                    ? {\n                        token: routerStore_1.routerStore.queryString.token\n                    }\n                    : {};\n                yield accountsApiStore_1.accountRegisterStore.callApi(Object.assign({ email, name: name || email, password: previousPin, password_confirmation: values.pin, is_pin: false }, tokenObj));\n            }\n            catch (e) {\n                const emailError = _.get(e, 'response.data.errors.email');\n                if (emailError) {\n                    formStore.message.showErrorMessage(emailError);\n                    routerStore_1.routerStore.pushWithQueryString(routeConstants_1.ACCOUNT_REGISTRATION_PAGE_URL);\n                    const emailProps = exports.enterPinFormStore.$('email');\n                    emailProps.invalidate(emailError);\n                    emailProps.showErrors();\n                    return;\n                }\n                else {\n                    formStore.message.showErrorMessage(_.get(e, 'response.data.errors.password[0]'));\n                }\n                formStore.clear();\n                exports.enterPinRegisterStore.clear();\n                previousPinField.invalidate(i18next_1.default.t('acp_an_error_has_occured_please_reenter', { support_email: _env_1.SUPPORT_EMAIL }));\n                routerStore_1.routerStore.pushWithQueryString(routeConstants_1.ACCOUNT_REGISTRATION_PIN_PAGE_URL);\n            }\n        })\n    }\n});\nexports.onSuccessLogin = () => tslib_1.__awaiter(this, void 0, void 0, function* () {\n    const response = accountsApi_1.loginApi.successResponse;\n    if (response.data) {\n        if (response.data.first_time_login_token) {\n            const resetUrlWithToken = accountsRoutes_1.accountsRoutes.resetPassword.get({\n                token: response.data.first_time_login_token\n            });\n            routerStore_1.routerStore.history.push({\n                pathname: resetUrlWithToken,\n                search: qs.stringify({\n                    first_time_login: 1,\n                    email: accountsApi_1.loginApi.payloadHistory.email,\n                    is_pin: 1\n                })\n            });\n        }\n        else {\n            AuthStore_1.authStore.setJwtToken(response.data.access_token, response.data.refresh_token);\n            window.setTimeout(() => tslib_1.__awaiter(this, void 0, void 0, function* () {\n                yield AuthorizationStore_1.authorizationStore.callApi();\n                redirectOnAuth_1.redirectOnLogin();\n            }), 1000);\n        }\n    }\n});\n\n\n//# sourceURL=webpack:///./src/Accounts/Axiata/LandingPage/stores/enterPinStore.ts?");

/***/ }),

/***/ "./src/Accounts/Axiata/LandingPage/stores/loginFormStore.ts":
/*!******************************************************************!*\
  !*** ./src/Accounts/Axiata/LandingPage/stores/loginFormStore.ts ***!
  \******************************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {

"use strict";
eval("\nObject.defineProperty(exports, \"__esModule\", { value: true });\nconst tslib_1 = __webpack_require__(/*! tslib */ \"./node_modules/tslib/tslib.es6.js\");\nconst FormStore_1 = __webpack_require__(/*! src/Common/stores/mobx/FormStore */ \"./src/Common/stores/mobx/FormStore.ts\");\nconst Message_1 = __webpack_require__(/*! src/Common/Axiata/components/Message */ \"./src/Common/Axiata/components/Message.tsx\");\nconst accountsApi_1 = __webpack_require__(/*! src/Accounts/accountsApi */ \"./src/Accounts/accountsApi.ts\");\nconst accountsRoutes_1 = __webpack_require__(/*! src/Accounts/accountsRoutes */ \"./src/Accounts/accountsRoutes.ts\");\nconst routerStore_1 = __webpack_require__(/*! src/Accounts/stores/routerStore */ \"./src/Accounts/stores/routerStore.ts\");\nconst qs = __webpack_require__(/*! qs */ \"./node_modules/qs/lib/index.js\");\nconst AuthStore_1 = __webpack_require__(/*! src/Common/stores/mobx/AuthStore */ \"./src/Common/stores/mobx/AuthStore.ts\");\nconst AuthorizationStore_1 = __webpack_require__(/*! src/Common/stores/mobx/AuthorizationStore */ \"./src/Common/stores/mobx/AuthorizationStore.ts\");\nconst redirectOnAuth_1 = __webpack_require__(/*! src/Accounts/Axiata/LandingPage/resources/redirectOnAuth */ \"./src/Accounts/Axiata/LandingPage/resources/redirectOnAuth.ts\");\nconst _ = __webpack_require__(/*! lodash */ \"./node_modules/lodash/lodash.js\");\nconst routeConstants_1 = __webpack_require__(/*! src/Accounts/constants/routeConstants */ \"./src/Accounts/constants/routeConstants.ts\");\nconst enterEmailStore_1 = __webpack_require__(/*! src/Accounts/Axiata/LandingPage/stores/enterEmailStore */ \"./src/Accounts/Axiata/LandingPage/stores/enterEmailStore.ts\");\nconst _env_1 = __webpack_require__(/*! @env */ \"./env.ts\");\nconst utils_1 = __webpack_require__(/*! src/Common/utils */ \"./src/Common/utils/index.ts\");\nconst i18next_1 = __webpack_require__(/*! i18next */ \"./node_modules/i18next/dist/esm/i18next.js\");\nconst lodash_1 = __webpack_require__(/*! lodash */ \"./node_modules/lodash/lodash.js\");\nconst i18n_1 = __webpack_require__(/*! src/translations/i18n */ \"./src/translations/i18n.ts\");\nconst GoogleAnalyticsEventTracker_1 = __webpack_require__(/*! src/Common/GoogleAnalytics/GoogleAnalyticsEventTracker */ \"./src/Common/GoogleAnalytics/GoogleAnalyticsEventTracker.ts\");\nexports.loginFormStore = new FormStore_1.FormStore({\n    fields: {\n        email: {\n            label: i18next_1.default.t('email'),\n            placeholder: i18next_1.default.t('enter_your_email_address_here'),\n            rules: 'required|email|string'\n        },\n        password: {\n            label: i18next_1.default.t('password'),\n            placeholder: i18next_1.default.t('enter_your_password'),\n            rules: 'required|string'\n        },\n        remaining_attempts: {\n            rules: 'number'\n        },\n        is_sso: {\n            rules: 'string',\n            default: 'false'\n        }\n    }\n}, {\n    handlers: {\n        onSubmit: (formStore) => (values) => tslib_1.__awaiter(this, void 0, void 0, function* () {\n            const errorProps = values.is_sso === 'true' ? exports.loginFormStore.$('password') : exports.loginFormStore.$('email');\n            const accountLoginGATracker = GoogleAnalyticsEventTracker_1.trackEvents(\"Account Login\");\n            try {\n                const response = yield enterEmailStore_1.enterEmailStore.callApi({\n                    email: values.email,\n                    preferred_language: i18n_1.languageChange.language\n                });\n                if (response.data.data.is_registered) {\n                    try {\n                        return yield accountsApi_1.loginApi.callApi({\n                            email: values.email,\n                            password: values.password,\n                            preferred_language: i18n_1.languageChange.language\n                        });\n                    }\n                    catch (err) {\n                        const e = err;\n                        const isAuthenticationError = !!_.get(e, 'response.data.errors.authentication');\n                        const isRemainingAttempt = _.get(e, 'response.data.errors.remaining_attempts');\n                        const isRedirectUrl = !!_.get(e, 'response.data.errors.redirect_url');\n                        const isVerificationError = !!_.get(e, 'response.data.errors.verification');\n                        const isAccountsError = !!_.get(e, 'response.data.errors.account');\n                        if (isRemainingAttempt >= 0) {\n                            if (e.response.data.errors.remaining_attempts > 0) {\n                                isAccountsError\n                                    ? Message_1.Message.error(i18next_1.default.t('acp_your_account_has_been_locked'))\n                                    : Message_1.Message.error(`${i18next_1.default.t('acp_incorrect_email_or_password')} ${e.response.data.errors.remaining_attempts}`);\n                            }\n                            else {\n                                !isAccountsError && Message_1.Message.success(i18next_1.default.t('acp_we_have_sent_password_reset_email'));\n                            }\n                        }\n                        if (isAuthenticationError && isRedirectUrl) {\n                            Message_1.Message.error(e.response.data.errors.authentication);\n                            yield utils_1.delay(1000);\n                            window.location.replace(e.response.data.errors.redirect_url);\n                        }\n                        routerStore_1.routerStore.pushWithQueryString(routeConstants_1.ACCOUNT_LOGIN_PAGE_URL);\n                        if (isAuthenticationError) {\n                            errorProps.invalidate(e.response.data.errors.authentication);\n                            errorProps.showErrors(true);\n                            accountLoginGATracker({\n                                action: 'acc_unsuccessful_sign_in_authenticate',\n                                label: `remaining_attempts:${e.response.data.errors.remaining_attempts}`\n                            });\n                        }\n                        else if (isVerificationError) {\n                            errorProps.invalidate(e.response.data.errors.verification);\n                            errorProps.showErrors(true);\n                        }\n                        else if (isAccountsError) {\n                            errorProps.invalidate(e.response.data.errors.account);\n                            errorProps.showErrors(true);\n                            accountLoginGATracker({ action: 'acc_sign_in_lock' });\n                            const validateLocked = ['locked', 'lock', 'kilitlendi'];\n                            const checkBackendSession = lodash_1.some(validateLocked, item => lodash_1.includes(e.response.data.errors.account.toLowerCase(), item));\n                            if (checkBackendSession) {\n                                routerStore_1.routerStore.pushWithQueryString(routeConstants_1.ACCOUNT_RECOVERY_PAGE_URL);\n                            }\n                        }\n                        else {\n                            Message_1.Message.error(i18next_1.default.t('an_error_has_occured'));\n                        }\n                    }\n                }\n                else {\n                    Message_1.Message.error(i18next_1.default.t('incorrect_email_or_password'));\n                    errorProps.invalidate(i18next_1.default.t('incorrect_email_or_password'));\n                    errorProps.showErrors(true);\n                }\n            }\n            catch (err) {\n                const e = err;\n                const isAccountsError = !!_.get(e, 'response.data.errors.account');\n                if (e.response.data.errors.account === i18next_1.default.t('acp_user_account_has_been_locked')) {\n                    routerStore_1.routerStore.pushWithQueryString(routeConstants_1.ACCOUNT_RECOVERY_PAGE_URL);\n                }\n                if (isAccountsError) {\n                    errorProps.invalidate(e.response.data.errors.account);\n                    errorProps.showErrors(true);\n                    accountLoginGATracker({ action: 'acc_sign_in_lock' });\n                }\n            }\n        })\n    }\n});\nexports.onSuccessLogin = (response = accountsApi_1.loginApi.successResponse) => tslib_1.__awaiter(this, void 0, void 0, function* () {\n    i18n_1.languageChange.setLanguage(_env_1.DEFAULT_LANGUAGE);\n    window.localStorage.removeItem('LANGUAGE_LOGIN');\n    if (response.data) {\n        if (response.data.first_time_login_token) {\n            const resetUrlWithToken = accountsRoutes_1.accountsRoutes.resetPassword.get({\n                token: response.data.first_time_login_token\n            });\n            routerStore_1.routerStore.history.push({\n                pathname: resetUrlWithToken,\n                search: qs.stringify({\n                    first_time_login: 1,\n                    email: accountsApi_1.loginApi.payloadHistory.email,\n                    is_pin: 1\n                })\n            });\n        }\n        else {\n            AuthStore_1.authStore.setJwtToken(response.data.access_token, response.data.refresh_token);\n            window.setTimeout(() => tslib_1.__awaiter(this, void 0, void 0, function* () {\n                yield AuthorizationStore_1.authorizationStore.callApi();\n                redirectOnAuth_1.redirectOnLogin();\n            }), 1000);\n        }\n    }\n});\nexports.onForgetPassword = (email, isRecovery) => tslib_1.__awaiter(this, void 0, void 0, function* () {\n    const emailProps = exports.loginFormStore.$('email');\n    try {\n        const response = yield accountsApi_1.forgotPasswordApi.callApi({\n            email,\n            preferred_language: i18n_1.languageChange.language\n        });\n        if (response) {\n            isRecovery !== true && Message_1.Message.success(i18next_1.default.t('acp_we_have_sent_password_reset_email'));\n            exports.loginFormStore.reInit();\n            return Promise.resolve();\n        }\n    }\n    catch (error) {\n        if (error && error.errors && error.errors.email) {\n            emailProps.invalidate(error.errors.email);\n            emailProps.showErrors(true);\n            Message_1.Message.error(error.errors.email);\n        }\n        else if (error &&\n            error.response &&\n            error.response.data &&\n            error.response.data.errors &&\n            error.response.data.errors.auth) {\n            emailProps.showErrors(true);\n            isRecovery !== true && Message_1.Message.error(error.response.data.errors.auth);\n        }\n        else {\n            Message_1.Message.error(i18next_1.default.t('acp_fail_to_send_password_reset_email'));\n        }\n        return Promise.reject(error);\n    }\n});\n\n\n//# sourceURL=webpack:///./src/Accounts/Axiata/LandingPage/stores/loginFormStore.ts?");

/***/ }),

/***/ "./src/Accounts/Axiata/LandingPage/stores/registerFormStore.ts":
/*!*********************************************************************!*\
  !*** ./src/Accounts/Axiata/LandingPage/stores/registerFormStore.ts ***!
  \*********************************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {

"use strict";
eval("\nObject.defineProperty(exports, \"__esModule\", { value: true });\nconst tslib_1 = __webpack_require__(/*! tslib */ \"./node_modules/tslib/tslib.es6.js\");\nconst FormStore_1 = __webpack_require__(/*! src/Common/stores/mobx/FormStore */ \"./src/Common/stores/mobx/FormStore.ts\");\nconst Message_1 = __webpack_require__(/*! src/Common/Axiata/components/Message */ \"./src/Common/Axiata/components/Message.tsx\");\nconst routerStore_1 = __webpack_require__(/*! src/Accounts/stores/routerStore */ \"./src/Accounts/stores/routerStore.ts\");\nconst AuthStore_1 = __webpack_require__(/*! src/Common/stores/mobx/AuthStore */ \"./src/Common/stores/mobx/AuthStore.ts\");\nconst AuthorizationStore_1 = __webpack_require__(/*! src/Common/stores/mobx/AuthorizationStore */ \"./src/Common/stores/mobx/AuthorizationStore.ts\");\nconst redirectOnAuth_1 = __webpack_require__(/*! src/Accounts/Axiata/LandingPage/resources/redirectOnAuth */ \"./src/Accounts/Axiata/LandingPage/resources/redirectOnAuth.ts\");\nconst _ = __webpack_require__(/*! lodash */ \"./node_modules/lodash/lodash.js\");\nconst routeConstants_1 = __webpack_require__(/*! src/Accounts/constants/routeConstants */ \"./src/Accounts/constants/routeConstants.ts\");\nconst accountsApiStore_1 = __webpack_require__(/*! src/Accounts/stores/accountsApiStore */ \"./src/Accounts/stores/accountsApiStore.ts\");\nconst enterPinStore_1 = __webpack_require__(/*! src/Accounts/Axiata/LandingPage/stores/enterPinStore */ \"./src/Accounts/Axiata/LandingPage/stores/enterPinStore.ts\");\nconst i18next_1 = __webpack_require__(/*! i18next */ \"./node_modules/i18next/dist/esm/i18next.js\");\nconst i18n_1 = __webpack_require__(/*! src/translations/i18n */ \"./src/translations/i18n.ts\");\nconst _env_1 = __webpack_require__(/*! @env */ \"./env.ts\");\nexports.registerForm = new FormStore_1.FormStore({\n    fields: {\n        email: {\n            label: i18next_1.default.t('email'),\n            placeholder: i18next_1.default.t('enter_your_email_address'),\n            rules: 'required|email|string|min:5|max:255'\n        },\n        confirmEmail: {\n            label: i18next_1.default.t('confirm_email'),\n            placeholder: i18next_1.default.t('reenter_your_email_address'),\n            rules: 'email|string|min:5|max:255'\n        },\n        name: {\n            label: i18next_1.default.t('name'),\n            placeholder: i18next_1.default.t('enter_your_name_here'),\n            rules: 'string|between:5,50'\n        },\n        password: {\n            label: i18next_1.default.t('password'),\n            placeholder: i18next_1.default.t('enter_your_password'),\n            rules: 'required|string|min:8'\n        },\n        confirmPassword: {\n            label: i18next_1.default.t('confirm_password'),\n            placeholder: i18next_1.default.t('enter_your_confirm_password'),\n            rules: 'required|string|min:8'\n        }\n    }\n}, {\n    handlers: {\n        onSubmit: (formStore) => (values) => tslib_1.__awaiter(this, void 0, void 0, function* () {\n            const emailProps = exports.registerForm.$('email');\n            const confirmEmailProps = exports.registerForm.$('confirmEmail');\n            const passwordProps = exports.registerForm.$('password');\n            try {\n                if (values.confirmEmail && values.email !== values.confirmEmail) {\n                    formStore.clear();\n                    enterPinStore_1.enterPinRegisterStore.clear();\n                    confirmEmailProps.invalidate(i18next_1.default.t('acp_email_does_not_match_please_reenter'));\n                    Message_1.Message.error(i18next_1.default.t('acp_confirm_email_does_not_match'));\n                    routerStore_1.routerStore.pushWithQueryString(routeConstants_1.ACCOUNT_REGISTRATION_PIN_PAGE_URL);\n                    return;\n                }\n                if (values.password !== values.confirmPassword) {\n                    formStore.clear();\n                    enterPinStore_1.enterPinRegisterStore.clear();\n                    passwordProps.invalidate(i18next_1.default.t('acp_pin_does_not_match'));\n                    Message_1.Message.error(i18next_1.default.t('acp_confirm_password_does_not_match'));\n                    routerStore_1.routerStore.pushWithQueryString(routeConstants_1.ACCOUNT_REGISTRATION_PIN_PAGE_URL);\n                    return;\n                }\n                const tokenObj = routerStore_1.routerStore.queryString.token\n                    ? {\n                        token: routerStore_1.routerStore.queryString.token\n                    }\n                    : {};\n                const nameQs = routerStore_1.routerStore.queryString.name;\n                yield accountsApiStore_1.accountRegisterStore.callApi(Object.assign({ email: values.email, email_confirmation: values.confirmEmail, name: values.name || nameQs || values.email, password: values.password, password_confirmation: values.confirmPassword, is_pin: false, preferred_language: i18n_1.languageChange.language }, tokenObj));\n            }\n            catch (e) {\n                const emailError = _.get(e, 'response.data.errors.email');\n                const confirmEmailError = _.get(e, 'response.data.errors.confirmEmail');\n                const passwordError = _.get(e, 'response.data.errors.password[0]');\n                const tokenExpired = _.get(e, 'response.data.errors.token.expire_at[0]');\n                if (emailError) {\n                    Message_1.Message.error(_.get(e, 'response.data.errors.email'));\n                    routerStore_1.routerStore.pushWithQueryString(routeConstants_1.ACCOUNT_REGISTRATION_PAGE_URL);\n                    emailProps.invalidate(emailError);\n                    emailProps.showErrors();\n                    return;\n                }\n                else if (confirmEmailError) {\n                    Message_1.Message.error(_.get(e, 'response.data.errors.confirmEmail'));\n                    routerStore_1.routerStore.pushWithQueryString(routeConstants_1.ACCOUNT_REGISTRATION_PAGE_URL);\n                    confirmEmailProps.invalidate(confirmEmailProps);\n                    confirmEmailProps.showErrors();\n                    return;\n                }\n                else if (passwordError) {\n                    passwordProps.showErrors();\n                    Message_1.Message.error(_.get(e, 'response.data.errors.password[0]'));\n                    routerStore_1.routerStore.pushWithQueryString(routeConstants_1.ACCOUNT_REGISTRATION_PAGE_URL);\n                    passwordProps.invalidate(passwordError);\n                    return;\n                }\n                else if (tokenExpired) {\n                    formStore.clear();\n                    Message_1.Message.error(_.get(e, 'response.data.errors.token.expire_at[0]'));\n                    emailProps.invalidate(i18next_1.default.t('acp_the_invitation_link_is_invalid_expired') || tokenExpired);\n                    routerStore_1.routerStore.pushWithQueryString(routeConstants_1.ACCOUNT_REGISTRATION_PAGE_URL);\n                    return;\n                }\n                formStore.clear();\n                enterPinStore_1.enterPinRegisterStore.clear();\n                passwordProps.invalidate(`${i18next_1.default.t('acp_an_error_has_occured_please_reenter', { support_email: _env_1.SUPPORT_EMAIL })} ${i18next_1.default.t(i18next_1.default.t('email'))} ${i18next_1.default.t('if_the_error_persists')}`);\n                routerStore_1.routerStore.pushWithQueryString(routeConstants_1.ACCOUNT_REGISTRATION_PAGE_URL);\n            }\n        })\n    }\n});\nexports.onSuccessLogin = () => tslib_1.__awaiter(this, void 0, void 0, function* () {\n    const response = accountsApiStore_1.accountRegisterStore.successResponse;\n    if (response.data) {\n        AuthStore_1.authStore.setJwtToken(response.data.access_token, response.data.refresh_token);\n    }\n    yield AuthorizationStore_1.authorizationStore.callApi();\n    redirectOnAuth_1.redirectOnRegister();\n});\n\n\n//# sourceURL=webpack:///./src/Accounts/Axiata/LandingPage/stores/registerFormStore.ts?");

/***/ }),

/***/ "./src/Accounts/Axiata/LandingPage/stores/resetPinFormStore.ts":
/*!*********************************************************************!*\
  !*** ./src/Accounts/Axiata/LandingPage/stores/resetPinFormStore.ts ***!
  \*********************************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {

"use strict";
eval("\nObject.defineProperty(exports, \"__esModule\", { value: true });\nconst tslib_1 = __webpack_require__(/*! tslib */ \"./node_modules/tslib/tslib.es6.js\");\nconst FormStore_1 = __webpack_require__(/*! src/Common/stores/mobx/FormStore */ \"./src/Common/stores/mobx/FormStore.ts\");\nconst accountsApi_1 = __webpack_require__(/*! src/Accounts/accountsApi */ \"./src/Accounts/accountsApi.ts\");\nconst Message_1 = __webpack_require__(/*! src/Common/Axiata/components/Message */ \"./src/Common/Axiata/components/Message.tsx\");\nconst loginFormStore_1 = __webpack_require__(/*! src/Accounts/Axiata/LandingPage/stores/loginFormStore */ \"./src/Accounts/Axiata/LandingPage/stores/loginFormStore.ts\");\nconst _ = __webpack_require__(/*! lodash */ \"./node_modules/lodash/lodash.js\");\nconst i18next_1 = __webpack_require__(/*! i18next */ \"./node_modules/i18next/dist/esm/i18next.js\");\nexports.resetPinFormStore = new FormStore_1.FormStore({\n    fields: {\n        email: {\n            rules: 'required'\n        },\n        token: {\n            rules: 'required'\n        },\n        password: {\n            label: i18next_1.default.t('new_password'),\n            placeholder: i18next_1.default.t('new_password'),\n            rules: 'required|min:8'\n        },\n        confirmPassword: {\n            label: i18next_1.default.t('confirm_password'),\n            placeholder: i18next_1.default.t('confirm_password'),\n            rules: 'required'\n        },\n        first_time_login: {}\n    }\n}, {\n    handlers: {\n        onSubmit: (form) => (values) => tslib_1.__awaiter(this, void 0, void 0, function* () {\n            const passwordProps = exports.resetPinFormStore.$('password');\n            try {\n                if (values.first_time_login) {\n                    try {\n                        yield accountsApi_1.changePasswordApi.callApi(Object.assign({}, values, { password: values.password, password_confirmation: values.confirmPassword, first_time_login_token: values.token }));\n                        form.message.showSuccessMessage(i18next_1.default.t('successfully_set_new_password'));\n                        form.reInit();\n                        yield accountsApi_1.loginApi.callApi({\n                            email: values.email,\n                            password: values.confirmPassword\n                        });\n                        yield loginFormStore_1.onSuccessLogin();\n                    }\n                    catch (err) {\n                        const e = err;\n                        const passwordError = _.get(e, 'response.data.errors.password[0]');\n                        const userNotVerified = _.get(accountsApi_1.loginApi.failureResponse, 'errors.verification');\n                        if (passwordError) {\n                            Message_1.Message.error(_.get(e, 'response.data.errors.password[0]'));\n                            passwordProps.invalidate(passwordError);\n                            passwordProps.showErrors();\n                            if (userNotVerified) {\n                                Message_1.Message.error(_.get(accountsApi_1.loginApi.failureResponse, 'errors.verification'));\n                                passwordProps.invalidate(userNotVerified);\n                                passwordProps.showErrors();\n                                return;\n                            }\n                            return;\n                        }\n                        else {\n                            Message_1.Message.error(_.get(e, 'response.data.errors.email') || i18next_1.default.t('encounter_error'));\n                        }\n                    }\n                }\n                else {\n                    yield accountsApi_1.resetPasswordApi.callApi(Object.assign({}, values, { password: values.password, password_confirmation: values.confirmPassword }));\n                    yield accountsApi_1.loginApi.callApi({\n                        email: values.email,\n                        password: values.confirmPassword\n                    });\n                    form.message.showSuccessMessage(i18next_1.default.t('successfully_change_password'));\n                    yield loginFormStore_1.onSuccessLogin();\n                }\n            }\n            catch (err) {\n                const e = err;\n                const passwordError = _.get(e, 'response.data.errors.password[0]');\n                const userNotVerified = _.get(accountsApi_1.loginApi.failureResponse, 'errors.verification');\n                if (passwordError) {\n                    Message_1.Message.error(_.get(e, 'response.data.errors.password[0]'));\n                    passwordProps.invalidate(passwordError);\n                    passwordProps.showErrors();\n                    return;\n                }\n                if (userNotVerified) {\n                    Message_1.Message.error(_.get(accountsApi_1.loginApi.failureResponse, 'errors.verification'));\n                    passwordProps.invalidate(userNotVerified);\n                    passwordProps.showErrors();\n                    return;\n                }\n                else {\n                    Message_1.Message.error(_.get(e, 'response.data.errors.email') || i18next_1.default.t('encounter_error'));\n                }\n            }\n        })\n    }\n});\n\n\n//# sourceURL=webpack:///./src/Accounts/Axiata/LandingPage/stores/resetPinFormStore.ts?");

/***/ }),

/***/ "./src/Accounts/Axiata/LandingPage/stores/ssoApiStores.ts":
/*!****************************************************************!*\
  !*** ./src/Accounts/Axiata/LandingPage/stores/ssoApiStores.ts ***!
  \****************************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {

"use strict";
eval("\nObject.defineProperty(exports, \"__esModule\", { value: true });\nconst ApiStore_1 = __webpack_require__(/*! src/Common/stores/mobx/ApiStore */ \"./src/Common/stores/mobx/ApiStore.ts\");\nconst ajax_1 = __webpack_require__(/*! src/Common/api/ajax */ \"./src/Common/api/ajax.ts\");\nexports.ssoStatusApi = new ApiStore_1.ApiStore('api/auth/sso-status', {\n    requestType: ajax_1.RestMethods.POST\n});\n\n\n//# sourceURL=webpack:///./src/Accounts/Axiata/LandingPage/stores/ssoApiStores.ts?");

/***/ }),

/***/ "./src/Accounts/Axiata/routes.tsx":
/*!****************************************!*\
  !*** ./src/Accounts/Axiata/routes.tsx ***!
  \****************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {

"use strict";
eval("\nObject.defineProperty(exports, \"__esModule\", { value: true });\nconst React = __webpack_require__(/*! react */ \"./node_modules/react/index.js\");\nconst react_router_1 = __webpack_require__(/*! react-router */ \"./node_modules/react-router/esm/react-router.js\");\nconst routeConstants_1 = __webpack_require__(/*! src/Accounts/constants/routeConstants */ \"./src/Accounts/constants/routeConstants.ts\");\nconst LoginContainer_1 = __webpack_require__(/*! src/Accounts/Axiata/LandingPage/components/LoginContainer */ \"./src/Accounts/Axiata/LandingPage/components/LoginContainer.tsx\");\nconst RegisterContainer_1 = __webpack_require__(/*! src/Accounts/Axiata/LandingPage/components/RegisterContainer */ \"./src/Accounts/Axiata/LandingPage/components/RegisterContainer.tsx\");\nconst ChangePasswordContainer_1 = __webpack_require__(/*! src/Accounts/Axiata/LandingPage/components/ChangePasswordContainer */ \"./src/Accounts/Axiata/LandingPage/components/ChangePasswordContainer.tsx\");\nconst RecoveryPageContainer_1 = __webpack_require__(/*! src/Accounts/Axiata/LandingPage/components/RecoveryPageContainer */ \"./src/Accounts/Axiata/LandingPage/components/RecoveryPageContainer.tsx\");\nexports.axiataProtectedRoutes = () => {\n    return [];\n};\nexports.axiataRoutes = () => {\n    return [\n        React.createElement(react_router_1.Route, { key: routeConstants_1.ACCOUNT_LOGIN_PAGE_URL, exact: true, path: routeConstants_1.ACCOUNT_LOGIN_PAGE_URL, component: LoginContainer_1.LoginContainer }),\n        React.createElement(react_router_1.Route, { key: routeConstants_1.ACCOUNT_REGISTRATION_PAGE_URL, exact: true, path: routeConstants_1.ACCOUNT_REGISTRATION_PAGE_URL, component: RegisterContainer_1.RegisterContainer }),\n        React.createElement(react_router_1.Route, { key: routeConstants_1.ACCOUNT_CHANGE_PIN_PAGE_URL, exact: true, path: routeConstants_1.ACCOUNT_CHANGE_PIN_PAGE_URL, component: ChangePasswordContainer_1.ChangePasswordContainer }),\n        React.createElement(react_router_1.Route, { key: routeConstants_1.ACCOUNT_RECOVERY_PAGE_URL, exact: true, path: routeConstants_1.ACCOUNT_RECOVERY_PAGE_URL, component: RecoveryPageContainer_1.RecoveryPageContainer })\n    ];\n};\n\n\n//# sourceURL=webpack:///./src/Accounts/Axiata/routes.tsx?");

/***/ }),

/***/ "./src/Accounts/Common/components/AccountPageBase.tsx":
/*!************************************************************!*\
  !*** ./src/Accounts/Common/components/AccountPageBase.tsx ***!
  \************************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {

"use strict";
eval("\nObject.defineProperty(exports, \"__esModule\", { value: true });\nconst tslib_1 = __webpack_require__(/*! tslib */ \"./node_modules/tslib/tslib.es6.js\");\nconst React = __webpack_require__(/*! react */ \"./node_modules/react/index.js\");\nconst react_1 = __webpack_require__(/*! react */ \"./node_modules/react/index.js\");\nconst mobx_react_1 = __webpack_require__(/*! mobx-react */ \"./node_modules/mobx-react/dist/mobxreact.esm.js\");\nconst PageBase_1 = __webpack_require__(/*! src/Common/components/PageBase/PageBase */ \"./src/Common/components/PageBase/PageBase.tsx\");\nconst HeaderAppTray_1 = __webpack_require__(/*! src/Common/components/HeaderAppTray/HeaderAppTray */ \"./src/Common/components/HeaderAppTray/HeaderAppTray.tsx\");\nconst accendoIcon = __webpack_require__(/*! src/Common/images/accendo-logo.svg */ \"./src/Common/images/accendo-logo.svg\");\nlet AccountPageBase = class AccountPageBase extends react_1.Component {\n    render() {\n        return (React.createElement(PageBase_1.PageBase, { withHeader: this.props.withHeader, contentClassName: this.props.contentClassName, headerProps: {\n                logo: accendoIcon,\n                title: 'My Account',\n                navigation: React.createElement(HeaderAppTray_1.HeaderAppTray, null)\n            } }, this.props.children));\n    }\n};\nAccountPageBase = tslib_1.__decorate([\n    mobx_react_1.observer\n], AccountPageBase);\nexports.AccountPageBase = AccountPageBase;\n\n\n//# sourceURL=webpack:///./src/Accounts/Common/components/AccountPageBase.tsx?");

/***/ }),

/***/ "./src/Accounts/Common/components/CenteredPageCard.tsx":
/*!*************************************************************!*\
  !*** ./src/Accounts/Common/components/CenteredPageCard.tsx ***!
  \*************************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {

"use strict";
eval("\nObject.defineProperty(exports, \"__esModule\", { value: true });\nconst React = __webpack_require__(/*! react */ \"./node_modules/react/index.js\");\nconst react_1 = __webpack_require__(/*! react */ \"./node_modules/react/index.js\");\nconst classNames = __webpack_require__(/*! classnames */ \"./node_modules/classnames/index.js\");\nconst style = __webpack_require__(/*! ./centeredPageCard.scss */ \"./src/Accounts/Common/components/centeredPageCard.scss\");\nconst accendoLogo = __webpack_require__(/*! src/Common/images/accendo-logo.svg */ \"./src/Common/images/accendo-logo.svg\");\nclass CenteredPageCard extends react_1.PureComponent {\n    render() {\n        const { title, subtitle, children } = this.props;\n        return (React.createElement(\"div\", { className: classNames(style.centeredPageCard, this.props.className) },\n            React.createElement(\"img\", { src: accendoLogo, className: style.logo }),\n            React.createElement(\"h3\", { className: style.title }, title),\n            React.createElement(\"h4\", { className: style.subtitle }, subtitle),\n            React.createElement(\"div\", { className: style.body }, children)));\n    }\n}\nexports.CenteredPageCard = CenteredPageCard;\n\n\n//# sourceURL=webpack:///./src/Accounts/Common/components/CenteredPageCard.tsx?");

/***/ }),

/***/ "./src/Accounts/Common/components/ProfileContainer/ProfileContainer.tsx":
/*!******************************************************************************!*\
  !*** ./src/Accounts/Common/components/ProfileContainer/ProfileContainer.tsx ***!
  \******************************************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {

"use strict";
eval("\nObject.defineProperty(exports, \"__esModule\", { value: true });\nconst tslib_1 = __webpack_require__(/*! tslib */ \"./node_modules/tslib/tslib.es6.js\");\nconst React = __webpack_require__(/*! react */ \"./node_modules/react/index.js\");\nconst react_1 = __webpack_require__(/*! react */ \"./node_modules/react/index.js\");\nconst classNames = __webpack_require__(/*! classnames */ \"./node_modules/classnames/index.js\");\nconst react_router_dom_1 = __webpack_require__(/*! react-router-dom */ \"./node_modules/react-router-dom/esm/react-router-dom.js\");\nconst mobx_1 = __webpack_require__(/*! mobx */ \"./node_modules/mobx/lib/mobx.module.js\");\nconst mobx_react_1 = __webpack_require__(/*! mobx-react */ \"./node_modules/mobx-react/dist/mobxreact.esm.js\");\nconst _ = __webpack_require__(/*! lodash */ \"./node_modules/lodash/lodash.js\");\nconst UserProfileStore_1 = __webpack_require__(/*! src/Common/stores/mobx/UserProfileStore */ \"./src/Common/stores/mobx/UserProfileStore.ts\");\nconst updateUserProfileForm_1 = __webpack_require__(/*! ../../../stores/updateUserProfileForm */ \"./src/Accounts/stores/updateUserProfileForm.ts\");\nconst accountsRoutes_1 = __webpack_require__(/*! ../../../accountsRoutes */ \"./src/Accounts/accountsRoutes.ts\");\nconst style = __webpack_require__(/*! ./profileContainer.scss */ \"./src/Accounts/Common/components/ProfileContainer/profileContainer.scss\");\nconst Button_1 = __webpack_require__(/*! src/Common/Axiata/components/Button */ \"./src/Common/Axiata/components/Button.tsx\");\nconst reactstrap_1 = __webpack_require__(/*! reactstrap */ \"./node_modules/reactstrap/es/index.js\");\nconst userIcon = __webpack_require__(/*! ../../../images/user.svg */ \"./src/Accounts/images/user.svg\");\nlet ProfileContainer = class ProfileContainer extends react_1.Component {\n    constructor() {\n        super(...arguments);\n        this.handleChangeProfilePicture = (e) => tslib_1.__awaiter(this, void 0, void 0, function* () {\n            const file = _.first(e.target.files);\n            if (file) {\n                updateUserProfileForm_1.updateUserProfileForm.select('profile_picture').set('value', file);\n                yield updateUserProfileForm_1.updateUserProfileForm.submit();\n            }\n        });\n    }\n    updateImgSrc() {\n        if (UserProfileStore_1.userProfileStore.data && UserProfileStore_1.userProfileStore.data.profile_picture_url) {\n            this.imgSrc = UserProfileStore_1.userProfileStore.data.profile_picture_url;\n        }\n    }\n    componentDidMount() {\n        this.updateImgSrc();\n        this.updateUserProfileWatcher = mobx_1.reaction(() => UserProfileStore_1.userProfileStore.data, () => {\n            updateUserProfileForm_1.updateUserProfileForm.updateInitials({\n                name: UserProfileStore_1.userProfileStore.name\n            });\n            this.updateImgSrc();\n        });\n    }\n    componentWillUnmount() {\n        this.updateUserProfileWatcher();\n    }\n    render() {\n        const isNotLanding = accountsRoutes_1.accountsRoutes.landing.url !== window.location.pathname;\n        const { title, className, bodyClassName, children, noImgUpload, customImg } = this.props;\n        return (React.createElement(\"div\", { className: classNames('d-flex', style.profileContainer, className) },\n            React.createElement(\"div\", { className: \" d-flex flex-column align-items-center p-2\" },\n                React.createElement(\"div\", { className: `${style.photo} my-3` },\n                    !noImgUpload && (React.createElement(\"label\", { className: style.uploadPhoto },\n                        React.createElement(Button_1.Button, { type: \"primary\", size: \"mini\", loading: updateUserProfileForm_1.updateUserProfileForm.submitting, onClick: () => {\n                                document.getElementById('profileUpload').click();\n                            } }, \"Upload\"),\n                        React.createElement(\"input\", { id: \"profileUpload\", type: \"file\", accept: \".jpg,.JPG,.png,.PNG,.jpeg,.JPEG\", className: \"d-none\", onChange: this.handleChangeProfilePicture }))),\n                    React.createElement(\"img\", { className: style.img, src: customImg || this.imgSrc || userIcon, alt: \"Profile image\" })),\n                UserProfileStore_1.userProfileStore.data && React.createElement(\"p\", { className: `${style.name} font-bold` }, UserProfileStore_1.userProfileStore.data.name),\n                React.createElement(reactstrap_1.Breadcrumb, { className: style.title, separator: \"/\" },\n                    React.createElement(reactstrap_1.BreadcrumbItem, null, isNotLanding ? (React.createElement(react_router_dom_1.Link, { to: accountsRoutes_1.accountsRoutes.landing.url }, \"My Account\")) : (React.createElement(\"div\", { className: style.profileHeading }, \"My Account\"))),\n                    title && React.createElement(reactstrap_1.BreadcrumbItem, null, title))),\n            React.createElement(\"div\", { className: classNames(style.body, bodyClassName) }, children)));\n    }\n};\nProfileContainer.defaultProps = {\n    customImg: undefined,\n    noImgUpload: false\n};\ntslib_1.__decorate([\n    mobx_1.observable,\n    tslib_1.__metadata(\"design:type\", Object)\n], ProfileContainer.prototype, \"imgSrc\", void 0);\ntslib_1.__decorate([\n    mobx_1.action,\n    tslib_1.__metadata(\"design:type\", Function),\n    tslib_1.__metadata(\"design:paramtypes\", []),\n    tslib_1.__metadata(\"design:returntype\", void 0)\n], ProfileContainer.prototype, \"updateImgSrc\", null);\nProfileContainer = tslib_1.__decorate([\n    mobx_react_1.observer\n], ProfileContainer);\nexports.ProfileContainer = ProfileContainer;\n\n\n//# sourceURL=webpack:///./src/Accounts/Common/components/ProfileContainer/ProfileContainer.tsx?");

/***/ }),

/***/ "./src/Accounts/Common/components/ProfileContainer/profileContainer.scss":
/*!*******************************************************************************!*\
  !*** ./src/Accounts/Common/components/ProfileContainer/profileContainer.scss ***!
  \*******************************************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {

eval("\nvar content = __webpack_require__(/*! !../../../../../node_modules/css-loader??ref--5-1!../../../../../node_modules/resolve-url-loader!../../../../../node_modules/sass-loader/dist/cjs.js!./profileContainer.scss */ \"./node_modules/css-loader/index.js?!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js!./src/Accounts/Common/components/ProfileContainer/profileContainer.scss\");\n\nif(typeof content === 'string') content = [[module.i, content, '']];\n\nvar transform;\nvar insertInto;\n\n\n\nvar options = {\"hmr\":true}\n\noptions.transform = transform\noptions.insertInto = undefined;\n\nvar update = __webpack_require__(/*! ../../../../../node_modules/style-loader/lib/addStyles.js */ \"./node_modules/style-loader/lib/addStyles.js\")(content, options);\n\nif(content.locals) module.exports = content.locals;\n\nif(false) {}\n\n//# sourceURL=webpack:///./src/Accounts/Common/components/ProfileContainer/profileContainer.scss?");

/***/ }),

/***/ "./src/Accounts/Common/components/centeredPageCard.scss":
/*!**************************************************************!*\
  !*** ./src/Accounts/Common/components/centeredPageCard.scss ***!
  \**************************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {

eval("\nvar content = __webpack_require__(/*! !../../../../node_modules/css-loader??ref--5-1!../../../../node_modules/resolve-url-loader!../../../../node_modules/sass-loader/dist/cjs.js!./centeredPageCard.scss */ \"./node_modules/css-loader/index.js?!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js!./src/Accounts/Common/components/centeredPageCard.scss\");\n\nif(typeof content === 'string') content = [[module.i, content, '']];\n\nvar transform;\nvar insertInto;\n\n\n\nvar options = {\"hmr\":true}\n\noptions.transform = transform\noptions.insertInto = undefined;\n\nvar update = __webpack_require__(/*! ../../../../node_modules/style-loader/lib/addStyles.js */ \"./node_modules/style-loader/lib/addStyles.js\")(content, options);\n\nif(content.locals) module.exports = content.locals;\n\nif(false) {}\n\n//# sourceURL=webpack:///./src/Accounts/Common/components/centeredPageCard.scss?");

/***/ }),

/***/ "./src/Accounts/accountsApi.ts":
/*!*************************************!*\
  !*** ./src/Accounts/accountsApi.ts ***!
  \*************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {

"use strict";
eval("\nObject.defineProperty(exports, \"__esModule\", { value: true });\nconst ajax_1 = __webpack_require__(/*! src/Common/api/ajax */ \"./src/Common/api/ajax.ts\");\nconst ApiStore_1 = __webpack_require__(/*! src/Common/stores/mobx/ApiStore */ \"./src/Common/stores/mobx/ApiStore.ts\");\nexports.loginApi = new ApiStore_1.ApiStore('/api/auth/login', {\n    requestType: ajax_1.RestMethods.POST\n});\nexports.isRegisteredApi = new ajax_1.Api('/api/auth/is-registered', ajax_1.RestMethods.POST);\nexports.getRedirectLinkApi = new ajax_1.Api('/api/auth/site/${siteId}/redirect/', ajax_1.RestMethods.POST);\nexports.forgotPasswordApi = new ajax_1.Api('/api/auth/forgotPassword', ajax_1.RestMethods.POST);\nexports.resetPasswordApi = new ajax_1.Api('/api/auth/password/reset', ajax_1.RestMethods.POST);\nexports.changePasswordApi = new ajax_1.Api('/api/auth/changePassword', ajax_1.RestMethods.POST);\nexports.verifyEmailApi = (payload) => ajax_1.ajaxWithoutAuthRedirect.post('api/auth/verifyEmailToken', payload);\nexports.logoutApi = new ajax_1.Api('/api/auth/logout', ajax_1.RestMethods.POST);\nexports.impersonateApi = new ajax_1.Api('/api/admin/impersonate', ajax_1.RestMethods.POST);\n\n\n//# sourceURL=webpack:///./src/Accounts/accountsApi.ts?");

/***/ }),

/***/ "./src/Accounts/accountsRoutes.ts":
/*!****************************************!*\
  !*** ./src/Accounts/accountsRoutes.ts ***!
  \****************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {

"use strict";
eval("\nObject.defineProperty(exports, \"__esModule\", { value: true });\nconst tslib_1 = __webpack_require__(/*! tslib */ \"./node_modules/tslib/tslib.es6.js\");\nconst UserProfileStore_1 = __webpack_require__(/*! src/Common/stores/mobx/UserProfileStore */ \"./src/Common/stores/mobx/UserProfileStore.ts\");\nconst AuthorizationStore_1 = __webpack_require__(/*! src/Common/stores/mobx/AuthorizationStore */ \"./src/Common/stores/mobx/AuthorizationStore.ts\");\nconst routes_1 = __webpack_require__(/*! src/Common/constants/routes */ \"./src/Common/constants/routes.ts\");\nconst accountsApi_1 = __webpack_require__(/*! src/Accounts/accountsApi */ \"./src/Accounts/accountsApi.ts\");\nconst FormStore_1 = __webpack_require__(/*! src/Common/stores/mobx/FormStore */ \"./src/Common/stores/mobx/FormStore.ts\");\nconst routeConstants_1 = __webpack_require__(/*! src/Accounts/constants/routeConstants */ \"./src/Accounts/constants/routeConstants.ts\");\nconst utils_1 = __webpack_require__(/*! src/Common/utils */ \"./src/Common/utils/index.ts\");\nexports.accountsRoutes = {\n    register: {\n        url: routeConstants_1.ACCOUNT_OLD_REGISTRATION_PAGE_URL\n    },\n    forgotPassword: {\n        url: routeConstants_1.ACCOUNT_FORGOT_PASSWORD_PAGE_URL\n    },\n    resetPassword: {\n        url: routeConstants_1.ACCOUNT_RESET_PASSWORD_PAGE_URL,\n        get: utils_1.convertToTemplate(routeConstants_1.ACCOUNT_RESET_PASSWORD_PAGE_URL)\n    },\n    landing: {\n        url: routes_1.ACCOUNT_LANDING_PAGE_URL,\n        action: () => {\n            UserProfileStore_1.userProfileStore.callApiIfEmpty();\n            AuthorizationStore_1.authorizationStore.callApiIfEmpty();\n        }\n    },\n    userProfile: {\n        url: '/profile',\n        action: () => {\n            UserProfileStore_1.userProfileStore.callApiIfEmpty();\n            AuthorizationStore_1.authorizationStore.callApiIfEmpty();\n        }\n    },\n    changePassword: {\n        url: '/change-password',\n        action: () => {\n            UserProfileStore_1.userProfileStore.callApiIfEmpty();\n            AuthorizationStore_1.authorizationStore.callApiIfEmpty();\n        }\n    },\n    changePin: {\n        url: routeConstants_1.ACCOUNT_CHANGE_PIN_PAGE_URL\n    },\n    changePinConfirm: {\n        url: routeConstants_1.ACCOUNT_CHANGE_PIN_CONFIRM_PAGE_URL\n    },\n    viewProfile: {\n        url: '/profile/:userId'\n    },\n    verifyEmail: {\n        url: '/verifyEmail',\n        action: (params, query) => tslib_1.__awaiter(this, void 0, void 0, function* () {\n            if (query.email && query.token) {\n                try {\n                    const response = yield accountsApi_1.verifyEmailApi({\n                        email: query.email,\n                        token: query.token\n                    });\n                    FormStore_1.message.showSuccessMessage(response, 'Successfully to verify email.');\n                }\n                catch (error) {\n                    FormStore_1.message.showErrorMessage(error, 'Failed to verify email.');\n                }\n                finally {\n                    setTimeout(() => {\n                        window.location.replace('/');\n                    }, 3500);\n                }\n            }\n            else {\n                window.location.replace('/');\n            }\n        })\n    }\n};\n\n\n//# sourceURL=webpack:///./src/Accounts/accountsRoutes.ts?");

/***/ }),

/***/ "./src/Accounts/components/ChangePassword/ChangePassword.tsx":
/*!*******************************************************************!*\
  !*** ./src/Accounts/components/ChangePassword/ChangePassword.tsx ***!
  \*******************************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {

"use strict";
eval("\nObject.defineProperty(exports, \"__esModule\", { value: true });\nconst tslib_1 = __webpack_require__(/*! tslib */ \"./node_modules/tslib/tslib.es6.js\");\nconst React = __webpack_require__(/*! react */ \"./node_modules/react/index.js\");\nconst react_1 = __webpack_require__(/*! react */ \"./node_modules/react/index.js\");\nconst ProfileContainer_1 = __webpack_require__(/*! ../../Common/components/ProfileContainer/ProfileContainer */ \"./src/Accounts/Common/components/ProfileContainer/ProfileContainer.tsx\");\nconst protectedRoute_1 = __webpack_require__(/*! src/Common/components/protectedRoute */ \"./src/Common/components/protectedRoute.tsx\");\nconst changePasswordForm_1 = __webpack_require__(/*! src/Accounts/stores/changePasswordForm */ \"./src/Accounts/stores/changePasswordForm.ts\");\nconst AccountPageBase_1 = __webpack_require__(/*! src/Accounts/Common/components/AccountPageBase */ \"./src/Accounts/Common/components/AccountPageBase.tsx\");\nconst settings_1 = __webpack_require__(/*! src/Common/constants/settings */ \"./src/Common/constants/settings.ts\");\nconst Button_1 = __webpack_require__(/*! src/Common/Axiata/components/Button */ \"./src/Common/Axiata/components/Button.tsx\");\nconst mobx_react_1 = __webpack_require__(/*! mobx-react */ \"./node_modules/mobx-react/dist/mobxreact.esm.js\");\nconst InputWithLabel_1 = __webpack_require__(/*! src/Common/Axiata/components/Input/InputWithLabel */ \"./src/Common/Axiata/components/Input/InputWithLabel.tsx\");\nconst style = settings_1.isAxiataTheme ? __webpack_require__(/*! ./changePassword.scss */ \"./src/Accounts/components/ChangePassword/changePassword.scss\") : __webpack_require__(/*! ./changePasswordAccendo.scss */ \"./src/Accounts/components/ChangePassword/changePasswordAccendo.scss\");\nlet ChangePassword = class ChangePassword extends react_1.Component {\n    render() {\n        const currentPasswordField = changePasswordForm_1.changePasswordForm.$('current_password');\n        const passwordField = changePasswordForm_1.changePasswordForm.$('password');\n        const passwordConfirmationField = changePasswordForm_1.changePasswordForm.$('password_confirmation');\n        return (React.createElement(AccountPageBase_1.AccountPageBase, { contentClassName: \"d-flex justify-content-center\" },\n            React.createElement(ProfileContainer_1.ProfileContainer, { title: \"Change Password\", bodyClassName: style.profileContainer },\n                React.createElement(InputWithLabel_1.InputWithLabel, Object.assign({}, currentPasswordField.bind(), { error: currentPasswordField.error, errorPosition: 'left' })),\n                React.createElement(InputWithLabel_1.InputWithLabel, Object.assign({}, passwordField.bind(), { error: passwordField.error, errorPosition: 'left' })),\n                React.createElement(InputWithLabel_1.InputWithLabel, Object.assign({}, passwordConfirmationField.bind(), { error: passwordConfirmationField.error, errorPosition: 'left' })),\n                React.createElement(Button_1.Button, { color: 'primary', onClick: () => changePasswordForm_1.changePasswordForm.submit() }, \"Change\"))));\n    }\n};\nChangePassword = tslib_1.__decorate([\n    protectedRoute_1.protectedRoute,\n    mobx_react_1.observer\n], ChangePassword);\nexports.ChangePassword = ChangePassword;\n\n\n//# sourceURL=webpack:///./src/Accounts/components/ChangePassword/ChangePassword.tsx?");

/***/ }),

/***/ "./src/Accounts/components/ChangePassword/changePassword.scss":
/*!********************************************************************!*\
  !*** ./src/Accounts/components/ChangePassword/changePassword.scss ***!
  \********************************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {

eval("\nvar content = __webpack_require__(/*! !../../../../node_modules/css-loader??ref--5-1!../../../../node_modules/resolve-url-loader!../../../../node_modules/sass-loader/dist/cjs.js!./changePassword.scss */ \"./node_modules/css-loader/index.js?!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js!./src/Accounts/components/ChangePassword/changePassword.scss\");\n\nif(typeof content === 'string') content = [[module.i, content, '']];\n\nvar transform;\nvar insertInto;\n\n\n\nvar options = {\"hmr\":true}\n\noptions.transform = transform\noptions.insertInto = undefined;\n\nvar update = __webpack_require__(/*! ../../../../node_modules/style-loader/lib/addStyles.js */ \"./node_modules/style-loader/lib/addStyles.js\")(content, options);\n\nif(content.locals) module.exports = content.locals;\n\nif(false) {}\n\n//# sourceURL=webpack:///./src/Accounts/components/ChangePassword/changePassword.scss?");

/***/ }),

/***/ "./src/Accounts/components/ChangePassword/changePasswordAccendo.scss":
/*!***************************************************************************!*\
  !*** ./src/Accounts/components/ChangePassword/changePasswordAccendo.scss ***!
  \***************************************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {

eval("\nvar content = __webpack_require__(/*! !../../../../node_modules/css-loader??ref--5-1!../../../../node_modules/resolve-url-loader!../../../../node_modules/sass-loader/dist/cjs.js!./changePasswordAccendo.scss */ \"./node_modules/css-loader/index.js?!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js!./src/Accounts/components/ChangePassword/changePasswordAccendo.scss\");\n\nif(typeof content === 'string') content = [[module.i, content, '']];\n\nvar transform;\nvar insertInto;\n\n\n\nvar options = {\"hmr\":true}\n\noptions.transform = transform\noptions.insertInto = undefined;\n\nvar update = __webpack_require__(/*! ../../../../node_modules/style-loader/lib/addStyles.js */ \"./node_modules/style-loader/lib/addStyles.js\")(content, options);\n\nif(content.locals) module.exports = content.locals;\n\nif(false) {}\n\n//# sourceURL=webpack:///./src/Accounts/components/ChangePassword/changePasswordAccendo.scss?");

/***/ }),

/***/ "./src/Accounts/components/CompatibilityAlert/CompatibilityAlertContent.tsx":
/*!**********************************************************************************!*\
  !*** ./src/Accounts/components/CompatibilityAlert/CompatibilityAlertContent.tsx ***!
  \**********************************************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {

"use strict";
eval("\nObject.defineProperty(exports, \"__esModule\", { value: true });\nconst React = __webpack_require__(/*! react */ \"./node_modules/react/index.js\");\nconst react_1 = __webpack_require__(/*! react */ \"./node_modules/react/index.js\");\nconst style = __webpack_require__(/*! ./compatibilityAlertContent.scss */ \"./src/Accounts/components/CompatibilityAlert/compatibilityAlertContent.scss\");\nconst FA = __webpack_require__(/*! react-fontawesome */ \"./node_modules/react-fontawesome/lib/index.js\");\nconst CompatibilityContinueBtn_1 = __webpack_require__(/*! src/Accounts/components/CompatibilityAlert/CompatibilityContinueBtn */ \"./src/Accounts/components/CompatibilityAlert/CompatibilityContinueBtn.tsx\");\nclass CompatibilityAlertContent extends react_1.Component {\n    render() {\n        return (React.createElement(\"div\", { className: `d-flex flex-column justify-content-center align-items-center text-center ${style.content} ${this\n                .props.transparentBackground && style.contentBgTransparent}` },\n            React.createElement(\"div\", { className: style.contentInner },\n                React.createElement(FA, { name: \"exclamation\", className: ` ${style.icon} pb-2` }),\n                React.createElement(\"div\", { className: `${style.mainText} pb-4` }, \"Dear Candidate,\"),\n                React.createElement(\"div\", { className: style.descText }, this.props.children),\n                React.createElement(\"div\", { className: `${style.bottomText} pt-4` }, \"Thank you!\")),\n            this.props.showContinueBtn && React.createElement(CompatibilityContinueBtn_1.CompatibilityContinueBtn, { onClick: this.props.onClickContinue })));\n    }\n}\nexports.CompatibilityAlertContent = CompatibilityAlertContent;\n\n\n//# sourceURL=webpack:///./src/Accounts/components/CompatibilityAlert/CompatibilityAlertContent.tsx?");

/***/ }),

/***/ "./src/Accounts/components/CompatibilityAlert/CompatibilityAlertPage.tsx":
/*!*******************************************************************************!*\
  !*** ./src/Accounts/components/CompatibilityAlert/CompatibilityAlertPage.tsx ***!
  \*******************************************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {

"use strict";
eval("\nObject.defineProperty(exports, \"__esModule\", { value: true });\nconst React = __webpack_require__(/*! react */ \"./node_modules/react/index.js\");\nconst react_1 = __webpack_require__(/*! react */ \"./node_modules/react/index.js\");\nconst react_device_detect_1 = __webpack_require__(/*! react-device-detect */ \"./node_modules/react-device-detect/dist/index.js\");\nconst CompatibilityAlertContent_1 = __webpack_require__(/*! src/Accounts/components/CompatibilityAlert/CompatibilityAlertContent */ \"./src/Accounts/components/CompatibilityAlert/CompatibilityAlertContent.tsx\");\nconst style = __webpack_require__(/*! ./compatibilityAlertPage.scss */ \"./src/Accounts/components/CompatibilityAlert/compatibilityAlertPage.scss\");\nclass CompatibilityAlertPage extends react_1.Component {\n    render() {\n        return react_device_detect_1.isMobile && !this.props.skipAlertPage ? (React.createElement(\"div\", { className: style.compatibilityPageBase },\n            React.createElement(CompatibilityAlertContent_1.CompatibilityAlertContent, { showContinueBtn: true, onClickContinue: this.props.onClickContinue },\n                React.createElement(\"div\", { className: `mb-3` },\n                    \"We noticed that you are currently using a mobile device. For a better experience, we recommend using a\",\n                    ' ',\n                    React.createElement(\"span\", { className: style.highlight }, \"Google Chrome\"),\n                    \" browser on a desktop or laptop.\"),\n                React.createElement(\"div\", null, \"If you would still like to proceed on mobile, please click on the 'Continue Anyway' button below.\")))) : (this.props.children);\n    }\n}\nexports.CompatibilityAlertPage = CompatibilityAlertPage;\n\n\n//# sourceURL=webpack:///./src/Accounts/components/CompatibilityAlert/CompatibilityAlertPage.tsx?");

/***/ }),

/***/ "./src/Accounts/components/CompatibilityAlert/CompatibilityContinueBtn.tsx":
/*!*********************************************************************************!*\
  !*** ./src/Accounts/components/CompatibilityAlert/CompatibilityContinueBtn.tsx ***!
  \*********************************************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {

"use strict";
eval("\nObject.defineProperty(exports, \"__esModule\", { value: true });\nconst React = __webpack_require__(/*! react */ \"./node_modules/react/index.js\");\nconst react_1 = __webpack_require__(/*! react */ \"./node_modules/react/index.js\");\nconst style = __webpack_require__(/*! ./compatibilityContinueBtn.scss */ \"./src/Accounts/components/CompatibilityAlert/compatibilityContinueBtn.scss\");\nclass CompatibilityContinueBtn extends react_1.Component {\n    render() {\n        return (React.createElement(\"span\", { className: `${style.continueButton} mt-4`, onClick: this.props.onClick }, \"Continue Anyway\"));\n    }\n}\nexports.CompatibilityContinueBtn = CompatibilityContinueBtn;\n\n\n//# sourceURL=webpack:///./src/Accounts/components/CompatibilityAlert/CompatibilityContinueBtn.tsx?");

/***/ }),

/***/ "./src/Accounts/components/CompatibilityAlert/compatibilityAlertContent.scss":
/*!***********************************************************************************!*\
  !*** ./src/Accounts/components/CompatibilityAlert/compatibilityAlertContent.scss ***!
  \***********************************************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {

eval("\nvar content = __webpack_require__(/*! !../../../../node_modules/css-loader??ref--5-1!../../../../node_modules/resolve-url-loader!../../../../node_modules/sass-loader/dist/cjs.js!./compatibilityAlertContent.scss */ \"./node_modules/css-loader/index.js?!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js!./src/Accounts/components/CompatibilityAlert/compatibilityAlertContent.scss\");\n\nif(typeof content === 'string') content = [[module.i, content, '']];\n\nvar transform;\nvar insertInto;\n\n\n\nvar options = {\"hmr\":true}\n\noptions.transform = transform\noptions.insertInto = undefined;\n\nvar update = __webpack_require__(/*! ../../../../node_modules/style-loader/lib/addStyles.js */ \"./node_modules/style-loader/lib/addStyles.js\")(content, options);\n\nif(content.locals) module.exports = content.locals;\n\nif(false) {}\n\n//# sourceURL=webpack:///./src/Accounts/components/CompatibilityAlert/compatibilityAlertContent.scss?");

/***/ }),

/***/ "./src/Accounts/components/CompatibilityAlert/compatibilityAlertModalContent.scss":
/*!****************************************************************************************!*\
  !*** ./src/Accounts/components/CompatibilityAlert/compatibilityAlertModalContent.scss ***!
  \****************************************************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {

eval("\nvar content = __webpack_require__(/*! !../../../../node_modules/css-loader??ref--5-1!../../../../node_modules/resolve-url-loader!../../../../node_modules/sass-loader/dist/cjs.js!./compatibilityAlertModalContent.scss */ \"./node_modules/css-loader/index.js?!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js!./src/Accounts/components/CompatibilityAlert/compatibilityAlertModalContent.scss\");\n\nif(typeof content === 'string') content = [[module.i, content, '']];\n\nvar transform;\nvar insertInto;\n\n\n\nvar options = {\"hmr\":true}\n\noptions.transform = transform\noptions.insertInto = undefined;\n\nvar update = __webpack_require__(/*! ../../../../node_modules/style-loader/lib/addStyles.js */ \"./node_modules/style-loader/lib/addStyles.js\")(content, options);\n\nif(content.locals) module.exports = content.locals;\n\nif(false) {}\n\n//# sourceURL=webpack:///./src/Accounts/components/CompatibilityAlert/compatibilityAlertModalContent.scss?");

/***/ }),

/***/ "./src/Accounts/components/CompatibilityAlert/compatibilityAlertModalContent.tsx":
/*!***************************************************************************************!*\
  !*** ./src/Accounts/components/CompatibilityAlert/compatibilityAlertModalContent.tsx ***!
  \***************************************************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {

"use strict";
eval("\nObject.defineProperty(exports, \"__esModule\", { value: true });\nconst React = __webpack_require__(/*! react */ \"./node_modules/react/index.js\");\nconst react_1 = __webpack_require__(/*! react */ \"./node_modules/react/index.js\");\nconst style = __webpack_require__(/*! ./compatibilityAlertModalContent.scss */ \"./src/Accounts/components/CompatibilityAlert/compatibilityAlertModalContent.scss\");\nconst CompatibilityAlertContent_1 = __webpack_require__(/*! src/Accounts/components/CompatibilityAlert/CompatibilityAlertContent */ \"./src/Accounts/components/CompatibilityAlert/CompatibilityAlertContent.tsx\");\nconst react_i18next_1 = __webpack_require__(/*! react-i18next */ \"./node_modules/react-i18next/dist/es/index.js\");\nconst TransAsElement = react_i18next_1.Trans;\nclass CompatibilityAlertModalContent extends react_1.Component {\n    render() {\n        return (React.createElement(\"div\", { className: `d-flex flex-column justify-content-center align-items-center` },\n            React.createElement(CompatibilityAlertContent_1.CompatibilityAlertContent, { transparentBackground: true, showContinueBtn: true, onClickContinue: this.props.onClickContinue },\n                React.createElement(\"div\", null,\n                    React.createElement(TransAsElement, { i18nKey: \"to_give_you_optimal_experience_of_using_talentpulse_please_use_google_chrome_whilst_you_may_be_able_to_access_talentpulse_using_your_current_browser_the_experience_may_be_disrupted\", values: { google_chrome: 'Google Chrome' }, components: [React.createElement(\"span\", { className: style.highlight }), React.createElement(\"span\", { className: style.black })] })))));\n    }\n}\nexports.CompatibilityAlertModalContent = CompatibilityAlertModalContent;\n\n\n//# sourceURL=webpack:///./src/Accounts/components/CompatibilityAlert/compatibilityAlertModalContent.tsx?");

/***/ }),

/***/ "./src/Accounts/components/CompatibilityAlert/compatibilityAlertPage.scss":
/*!********************************************************************************!*\
  !*** ./src/Accounts/components/CompatibilityAlert/compatibilityAlertPage.scss ***!
  \********************************************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {

eval("\nvar content = __webpack_require__(/*! !../../../../node_modules/css-loader??ref--5-1!../../../../node_modules/resolve-url-loader!../../../../node_modules/sass-loader/dist/cjs.js!./compatibilityAlertPage.scss */ \"./node_modules/css-loader/index.js?!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js!./src/Accounts/components/CompatibilityAlert/compatibilityAlertPage.scss\");\n\nif(typeof content === 'string') content = [[module.i, content, '']];\n\nvar transform;\nvar insertInto;\n\n\n\nvar options = {\"hmr\":true}\n\noptions.transform = transform\noptions.insertInto = undefined;\n\nvar update = __webpack_require__(/*! ../../../../node_modules/style-loader/lib/addStyles.js */ \"./node_modules/style-loader/lib/addStyles.js\")(content, options);\n\nif(content.locals) module.exports = content.locals;\n\nif(false) {}\n\n//# sourceURL=webpack:///./src/Accounts/components/CompatibilityAlert/compatibilityAlertPage.scss?");

/***/ }),

/***/ "./src/Accounts/components/CompatibilityAlert/compatibilityContinueBtn.scss":
/*!**********************************************************************************!*\
  !*** ./src/Accounts/components/CompatibilityAlert/compatibilityContinueBtn.scss ***!
  \**********************************************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {

eval("\nvar content = __webpack_require__(/*! !../../../../node_modules/css-loader??ref--5-1!../../../../node_modules/resolve-url-loader!../../../../node_modules/sass-loader/dist/cjs.js!./compatibilityContinueBtn.scss */ \"./node_modules/css-loader/index.js?!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js!./src/Accounts/components/CompatibilityAlert/compatibilityContinueBtn.scss\");\n\nif(typeof content === 'string') content = [[module.i, content, '']];\n\nvar transform;\nvar insertInto;\n\n\n\nvar options = {\"hmr\":true}\n\noptions.transform = transform\noptions.insertInto = undefined;\n\nvar update = __webpack_require__(/*! ../../../../node_modules/style-loader/lib/addStyles.js */ \"./node_modules/style-loader/lib/addStyles.js\")(content, options);\n\nif(content.locals) module.exports = content.locals;\n\nif(false) {}\n\n//# sourceURL=webpack:///./src/Accounts/components/CompatibilityAlert/compatibilityContinueBtn.scss?");

/***/ }),

/***/ "./src/Accounts/components/ForgotPassword.tsx":
/*!****************************************************!*\
  !*** ./src/Accounts/components/ForgotPassword.tsx ***!
  \****************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {

"use strict";
eval("\nObject.defineProperty(exports, \"__esModule\", { value: true });\nconst tslib_1 = __webpack_require__(/*! tslib */ \"./node_modules/tslib/tslib.es6.js\");\nconst React = __webpack_require__(/*! react */ \"./node_modules/react/index.js\");\nconst react_1 = __webpack_require__(/*! react */ \"./node_modules/react/index.js\");\nconst mobx_react_1 = __webpack_require__(/*! mobx-react */ \"./node_modules/mobx-react/dist/mobxreact.esm.js\");\nconst react_router_dom_1 = __webpack_require__(/*! react-router-dom */ \"./node_modules/react-router-dom/esm/react-router-dom.js\");\nconst CenteredPageCard_1 = __webpack_require__(/*! ../Common/components/CenteredPageCard */ \"./src/Accounts/Common/components/CenteredPageCard.tsx\");\nconst AccountPageBase_1 = __webpack_require__(/*! ../Common/components/AccountPageBase */ \"./src/Accounts/Common/components/AccountPageBase.tsx\");\nconst forgotPasswordForm_1 = __webpack_require__(/*! ../stores/forgotPasswordForm */ \"./src/Accounts/stores/forgotPasswordForm.ts\");\nconst routeConstants_1 = __webpack_require__(/*! src/Accounts/constants/routeConstants */ \"./src/Accounts/constants/routeConstants.ts\");\nconst Button_1 = __webpack_require__(/*! src/Common/Axiata/components/Button */ \"./src/Common/Axiata/components/Button.tsx\");\nconst InputWithLabel_1 = __webpack_require__(/*! src/Common/Axiata/components/Input/InputWithLabel */ \"./src/Common/Axiata/components/Input/InputWithLabel.tsx\");\nlet ForgotPassword = class ForgotPassword extends react_1.Component {\n    render() {\n        const forgotPasswordEmail = forgotPasswordForm_1.forgotPasswordForm.$('email');\n        return (React.createElement(AccountPageBase_1.AccountPageBase, { withHeader: false, contentClassName: \"d-flex justify-content-center\" },\n            React.createElement(CenteredPageCard_1.CenteredPageCard, { title: \"Enter Your Email\", subtitle: \"Receive new password reset link\", className: \"align-self-center\" },\n                React.createElement(InputWithLabel_1.InputWithLabel, Object.assign({ disabled: forgotPasswordForm_1.forgotPasswordForm.submitting }, forgotPasswordEmail.bind(), { error: forgotPasswordEmail.error, errorPosition: 'left' })),\n                React.createElement(\"div\", { className: `d-flex justify-content-between` },\n                    React.createElement(react_router_dom_1.Link, { to: routeConstants_1.ACCOUNT_LOGIN_PAGE_URL }, \"Login\"),\n                    React.createElement(Button_1.Button, { type: \"primary\", loading: forgotPasswordForm_1.forgotPasswordForm.submitting, onClick: () => forgotPasswordForm_1.forgotPasswordForm.submit() }, \"SEND\")))));\n    }\n};\nForgotPassword = tslib_1.__decorate([\n    mobx_react_1.observer\n], ForgotPassword);\nexports.ForgotPassword = ForgotPassword;\n\n\n//# sourceURL=webpack:///./src/Accounts/components/ForgotPassword.tsx?");

/***/ }),

/***/ "./src/Accounts/components/ImpersonateForm.tsx":
/*!*****************************************************!*\
  !*** ./src/Accounts/components/ImpersonateForm.tsx ***!
  \*****************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {

"use strict";
eval("\nObject.defineProperty(exports, \"__esModule\", { value: true });\nconst tslib_1 = __webpack_require__(/*! tslib */ \"./node_modules/tslib/tslib.es6.js\");\nconst React = __webpack_require__(/*! react */ \"./node_modules/react/index.js\");\nconst mobx_react_1 = __webpack_require__(/*! mobx-react */ \"./node_modules/mobx-react/dist/mobxreact.esm.js\");\nconst style = __webpack_require__(/*! ./impersonateForm.scss */ \"./src/Accounts/components/impersonateForm.scss\");\nconst ActionDialog_1 = __webpack_require__(/*! src/Common/components/ActionDialog */ \"./src/Common/components/ActionDialog.tsx\");\nconst InputWithLabel_1 = __webpack_require__(/*! src/Common/Axiata/components/Input/InputWithLabel */ \"./src/Common/Axiata/components/Input/InputWithLabel.tsx\");\nlet ImpersonateForm = class ImpersonateForm extends React.Component {\n    constructor() {\n        super(...arguments);\n        this.handleSave = () => {\n            this.props.handleOnSave();\n        };\n        this.handleCancel = () => {\n            this.props.handleOnCancel();\n        };\n    }\n    componentWillUnmount() {\n        this.props.formProps.clearDefaults();\n    }\n    render() {\n        const { isVisible, title } = this.props;\n        const impersonateFormEmailField = this.props.formProps.$('email');\n        return (React.createElement(ActionDialog_1.ActionDialog, { customClass: style.impersonateForm, title: title, visible: isVisible, submitButton: true, handleOnSave: this.handleSave, handleOnCancel: this.handleCancel },\n            React.createElement(InputWithLabel_1.InputWithLabel, Object.assign({ disabled: this.props.formProps.submitting }, impersonateFormEmailField.bind(), { error: impersonateFormEmailField.error, errorPosition: 'left' }))));\n    }\n};\nImpersonateForm = tslib_1.__decorate([\n    mobx_react_1.observer\n], ImpersonateForm);\nexports.ImpersonateForm = ImpersonateForm;\n\n\n//# sourceURL=webpack:///./src/Accounts/components/ImpersonateForm.tsx?");

/***/ }),

/***/ "./src/Accounts/components/LandingPage/LandingPage.tsx":
/*!*************************************************************!*\
  !*** ./src/Accounts/components/LandingPage/LandingPage.tsx ***!
  \*************************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {

"use strict";
eval("\nObject.defineProperty(exports, \"__esModule\", { value: true });\nconst tslib_1 = __webpack_require__(/*! tslib */ \"./node_modules/tslib/tslib.es6.js\");\nconst React = __webpack_require__(/*! react */ \"./node_modules/react/index.js\");\nconst FA = __webpack_require__(/*! react-fontawesome */ \"./node_modules/react-fontawesome/lib/index.js\");\nconst react_router_dom_1 = __webpack_require__(/*! react-router-dom */ \"./node_modules/react-router-dom/esm/react-router-dom.js\");\nconst i18next_1 = __webpack_require__(/*! i18next */ \"./node_modules/i18next/dist/esm/i18next.js\");\nconst _env_1 = __webpack_require__(/*! @env */ \"./env.ts\");\nconst protectedRoute_1 = __webpack_require__(/*! src/Common/components/protectedRoute */ \"./src/Common/components/protectedRoute.tsx\");\nconst ProfileContainer_1 = __webpack_require__(/*! src/Accounts/Common/components/ProfileContainer/ProfileContainer */ \"./src/Accounts/Common/components/ProfileContainer/ProfileContainer.tsx\");\nconst AccountPageBase_1 = __webpack_require__(/*! src/Accounts/Common/components/AccountPageBase */ \"./src/Accounts/Common/components/AccountPageBase.tsx\");\nconst accountsRoutes_1 = __webpack_require__(/*! src/Accounts/accountsRoutes */ \"./src/Accounts/accountsRoutes.ts\");\nconst settings_1 = __webpack_require__(/*! src/Common/constants/settings */ \"./src/Common/constants/settings.ts\");\nconst hooks_1 = __webpack_require__(/*! src/Common/utils/hooks */ \"./src/Common/utils/hooks.ts\");\nconst debouncing_1 = __webpack_require__(/*! src/Common/utils/debouncing */ \"./src/Common/utils/debouncing.ts\");\nconst AuthorizationStore_1 = __webpack_require__(/*! src/Common/stores/mobx/AuthorizationStore */ \"./src/Common/stores/mobx/AuthorizationStore.ts\");\nconst redirectToClientAdminPage_1 = __webpack_require__(/*! src/Accounts/resources/redirectToClientAdminPage */ \"./src/Accounts/resources/redirectToClientAdminPage.ts\");\nconst HostClientStore_1 = __webpack_require__(/*! src/Common/stores/mobx/HostClientStore */ \"./src/Common/stores/mobx/HostClientStore.ts\");\nconst style = settings_1.isAxiataTheme ? __webpack_require__(/*! ./landingPage.scss */ \"./src/Accounts/components/LandingPage/landingPage.scss\") : __webpack_require__(/*! ./landingPageAccendo.scss */ \"./src/Accounts/components/LandingPage/landingPageAccendo.scss\");\nconst LandingPage = () => {\n    hooks_1.useEffectAsync(() => {\n        try {\n            debouncing_1.callAfterAuth(() => tslib_1.__awaiter(this, void 0, void 0, function* () {\n                yield AuthorizationStore_1.authorizationStore.callApiIfEmpty();\n                const { isCandidate, isAdmin, isClientAdmin } = AuthorizationStore_1.authorizationStore;\n                !isAdmin && !!isClientAdmin && redirectToClientAdminPage_1.redirectToClientAdminPage(HostClientStore_1.hostClientStore.clientId);\n                !isAdmin && isCandidate && window.location.replace(_env_1.CANDIDATE_APP_URL);\n            }));\n        }\n        catch (err) {\n            console.error('[error] Failed to call auth store: ', err);\n        }\n    }, []);\n    return (React.createElement(AccountPageBase_1.AccountPageBase, { contentClassName: \"d-flex justify-content-center\" },\n        React.createElement(ProfileContainer_1.ProfileContainer, { bodyClassName: style.customBody },\n            React.createElement(react_router_dom_1.Link, { className: style.menuItem, to: accountsRoutes_1.accountsRoutes.userProfile.url },\n                React.createElement(FA, { className: style.menuItemIcon, name: \"user\" }),\n                React.createElement(\"span\", { className: style.menuItemText }, i18next_1.default.t('personal_information'))),\n            React.createElement(react_router_dom_1.Link, { className: style.menuItem, to: accountsRoutes_1.accountsRoutes.changePassword.url },\n                React.createElement(FA, { className: style.menuItemIcon, name: \"lock\" }),\n                React.createElement(\"span\", { className: style.menuItemText }, i18next_1.default.t('change_password'))))));\n};\nexports.default = protectedRoute_1.protectedRoute(LandingPage);\n\n\n//# sourceURL=webpack:///./src/Accounts/components/LandingPage/LandingPage.tsx?");

/***/ }),

/***/ "./src/Accounts/components/LandingPage/landingPage.scss":
/*!**************************************************************!*\
  !*** ./src/Accounts/components/LandingPage/landingPage.scss ***!
  \**************************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {

eval("\nvar content = __webpack_require__(/*! !../../../../node_modules/css-loader??ref--5-1!../../../../node_modules/resolve-url-loader!../../../../node_modules/sass-loader/dist/cjs.js!./landingPage.scss */ \"./node_modules/css-loader/index.js?!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js!./src/Accounts/components/LandingPage/landingPage.scss\");\n\nif(typeof content === 'string') content = [[module.i, content, '']];\n\nvar transform;\nvar insertInto;\n\n\n\nvar options = {\"hmr\":true}\n\noptions.transform = transform\noptions.insertInto = undefined;\n\nvar update = __webpack_require__(/*! ../../../../node_modules/style-loader/lib/addStyles.js */ \"./node_modules/style-loader/lib/addStyles.js\")(content, options);\n\nif(content.locals) module.exports = content.locals;\n\nif(false) {}\n\n//# sourceURL=webpack:///./src/Accounts/components/LandingPage/landingPage.scss?");

/***/ }),

/***/ "./src/Accounts/components/LandingPage/landingPageAccendo.scss":
/*!*********************************************************************!*\
  !*** ./src/Accounts/components/LandingPage/landingPageAccendo.scss ***!
  \*********************************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {

eval("\nvar content = __webpack_require__(/*! !../../../../node_modules/css-loader??ref--5-1!../../../../node_modules/resolve-url-loader!../../../../node_modules/sass-loader/dist/cjs.js!./landingPageAccendo.scss */ \"./node_modules/css-loader/index.js?!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js!./src/Accounts/components/LandingPage/landingPageAccendo.scss\");\n\nif(typeof content === 'string') content = [[module.i, content, '']];\n\nvar transform;\nvar insertInto;\n\n\n\nvar options = {\"hmr\":true}\n\noptions.transform = transform\noptions.insertInto = undefined;\n\nvar update = __webpack_require__(/*! ../../../../node_modules/style-loader/lib/addStyles.js */ \"./node_modules/style-loader/lib/addStyles.js\")(content, options);\n\nif(content.locals) module.exports = content.locals;\n\nif(false) {}\n\n//# sourceURL=webpack:///./src/Accounts/components/LandingPage/landingPageAccendo.scss?");

/***/ }),

/***/ "./src/Accounts/components/Login.tsx":
/*!*******************************************!*\
  !*** ./src/Accounts/components/Login.tsx ***!
  \*******************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {

"use strict";
eval("\nObject.defineProperty(exports, \"__esModule\", { value: true });\nconst tslib_1 = __webpack_require__(/*! tslib */ \"./node_modules/tslib/tslib.es6.js\");\nconst React = __webpack_require__(/*! react */ \"./node_modules/react/index.js\");\nconst react_1 = __webpack_require__(/*! react */ \"./node_modules/react/index.js\");\nconst mobx_react_1 = __webpack_require__(/*! mobx-react */ \"./node_modules/mobx-react/dist/mobxreact.esm.js\");\nconst react_router_dom_1 = __webpack_require__(/*! react-router-dom */ \"./node_modules/react-router-dom/esm/react-router-dom.js\");\nconst AccountPageBase_1 = __webpack_require__(/*! ../Common/components/AccountPageBase */ \"./src/Accounts/Common/components/AccountPageBase.tsx\");\nconst CenteredPageCard_1 = __webpack_require__(/*! ../Common/components/CenteredPageCard */ \"./src/Accounts/Common/components/CenteredPageCard.tsx\");\nconst accountsRoutes_1 = __webpack_require__(/*! ../accountsRoutes */ \"./src/Accounts/accountsRoutes.ts\");\nconst accountsApi_1 = __webpack_require__(/*! ../accountsApi */ \"./src/Accounts/accountsApi.ts\");\nconst loginForm_1 = __webpack_require__(/*! ../stores/loginForm */ \"./src/Accounts/stores/loginForm.ts\");\nconst routerStore_1 = __webpack_require__(/*! ../stores/routerStore */ \"./src/Accounts/stores/routerStore.ts\");\nconst mobx_1 = __webpack_require__(/*! mobx */ \"./node_modules/mobx/lib/mobx.module.js\");\nconst Button_1 = __webpack_require__(/*! src/Common/Axiata/components/Button */ \"./src/Common/Axiata/components/Button.tsx\");\nconst InputWithLabel_1 = __webpack_require__(/*! src/Common/Axiata/components/Input/InputWithLabel */ \"./src/Common/Axiata/components/Input/InputWithLabel.tsx\");\nlet Login = class Login extends react_1.Component {\n    constructor() {\n        super(...arguments);\n        this.hasToken = false;\n        this.checkIfEmailIsRegistered = () => tslib_1.__awaiter(this, void 0, void 0, function* () {\n            try {\n                const response = yield accountsApi_1.isRegisteredApi.callApi({\n                    email: routerStore_1.routerStore.queryString.email\n                });\n                if (!response.data.data.is_registered) {\n                    routerStore_1.routerStore.push({\n                        pathname: accountsRoutes_1.accountsRoutes.register.url,\n                        search: window.location.search\n                    });\n                    const token = routerStore_1.routerStore.queryString.token;\n                    if (token) {\n                        this.setToken(routerStore_1.routerStore.queryString.token);\n                    }\n                }\n            }\n            catch (error) {\n                console.log(error);\n            }\n        });\n    }\n    setToken(tokenParam) {\n        this.hasToken = true;\n        loginForm_1.loginForm.update({\n            token: tokenParam\n        });\n    }\n    componentDidMount() {\n        return tslib_1.__awaiter(this, void 0, void 0, function* () {\n            if (routerStore_1.routerStore.queryString.email) {\n                yield this.checkIfEmailIsRegistered();\n                loginForm_1.loginForm.updateInitials({\n                    email: routerStore_1.routerStore.queryString.email\n                });\n            }\n        });\n    }\n    render() {\n        const loginFormEmailField = loginForm_1.loginForm.$('email');\n        const loginFormPasswordField = loginForm_1.loginForm.$('password');\n        return (React.createElement(AccountPageBase_1.AccountPageBase, { withHeader: false, contentClassName: \"d-flex justify-content-center\" },\n            React.createElement(CenteredPageCard_1.CenteredPageCard, { className: \"align-self-center\" },\n                React.createElement(InputWithLabel_1.InputWithLabel, Object.assign({ disabled: loginForm_1.loginForm.submitting || this.hasToken }, loginFormEmailField.bind(), { error: loginFormEmailField.error, errorPosition: 'left' })),\n                React.createElement(InputWithLabel_1.InputWithLabel, Object.assign({ disabled: loginForm_1.loginForm.submitting }, loginFormPasswordField.bind(), { error: loginFormPasswordField.error, errorPosition: 'left' })),\n                React.createElement(\"div\", { className: `d-flex ` },\n                    React.createElement(react_router_dom_1.Link, { to: {\n                            pathname: accountsRoutes_1.accountsRoutes.register.url,\n                            search: window.location.search\n                        } }, \"Register\"),\n                    React.createElement(\"span\", null, \" / \"),\n                    React.createElement(react_router_dom_1.Link, { to: accountsRoutes_1.accountsRoutes.forgotPassword.url }, \"Forgot Password ?\")),\n                React.createElement(\"div\", { className: \"flex-row-end\" },\n                    React.createElement(Button_1.Button, { type: \"primary\", loading: loginForm_1.loginForm.submitting, onClick: () => loginForm_1.loginForm.submit() }, \"SIGN IN\")))));\n    }\n};\ntslib_1.__decorate([\n    mobx_1.observable,\n    tslib_1.__metadata(\"design:type\", Object)\n], Login.prototype, \"hasToken\", void 0);\ntslib_1.__decorate([\n    mobx_1.action,\n    tslib_1.__metadata(\"design:type\", Function),\n    tslib_1.__metadata(\"design:paramtypes\", [Object]),\n    tslib_1.__metadata(\"design:returntype\", void 0)\n], Login.prototype, \"setToken\", null);\nLogin = tslib_1.__decorate([\n    mobx_react_1.observer\n], Login);\nexports.Login = Login;\n\n\n//# sourceURL=webpack:///./src/Accounts/components/Login.tsx?");

/***/ }),

/***/ "./src/Accounts/components/Register.tsx":
/*!**********************************************!*\
  !*** ./src/Accounts/components/Register.tsx ***!
  \**********************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {

"use strict";
eval("\nObject.defineProperty(exports, \"__esModule\", { value: true });\nconst tslib_1 = __webpack_require__(/*! tslib */ \"./node_modules/tslib/tslib.es6.js\");\nconst React = __webpack_require__(/*! react */ \"./node_modules/react/index.js\");\nconst _ = __webpack_require__(/*! lodash */ \"./node_modules/lodash/lodash.js\");\nconst react_1 = __webpack_require__(/*! react */ \"./node_modules/react/index.js\");\nconst mobx_react_1 = __webpack_require__(/*! mobx-react */ \"./node_modules/mobx-react/dist/mobxreact.esm.js\");\nconst react_router_dom_1 = __webpack_require__(/*! react-router-dom */ \"./node_modules/react-router-dom/esm/react-router-dom.js\");\nconst CenteredPageCard_1 = __webpack_require__(/*! ../Common/components/CenteredPageCard */ \"./src/Accounts/Common/components/CenteredPageCard.tsx\");\nconst AccountPageBase_1 = __webpack_require__(/*! ../Common/components/AccountPageBase */ \"./src/Accounts/Common/components/AccountPageBase.tsx\");\nconst registerForm_1 = __webpack_require__(/*! ../stores/registerForm */ \"./src/Accounts/stores/registerForm.ts\");\nconst routerStore_1 = __webpack_require__(/*! ../stores/routerStore */ \"./src/Accounts/stores/routerStore.ts\");\nconst mobx_1 = __webpack_require__(/*! mobx */ \"./node_modules/mobx/lib/mobx.module.js\");\nconst routeConstants_1 = __webpack_require__(/*! src/Accounts/constants/routeConstants */ \"./src/Accounts/constants/routeConstants.ts\");\nconst Button_1 = __webpack_require__(/*! src/Common/Axiata/components/Button */ \"./src/Common/Axiata/components/Button.tsx\");\nconst InputWithLabel_1 = __webpack_require__(/*! src/Common/Axiata/components/Input/InputWithLabel */ \"./src/Common/Axiata/components/Input/InputWithLabel.tsx\");\nlet Register = class Register extends react_1.Component {\n    constructor() {\n        super(...arguments);\n        this.hasToken = false;\n    }\n    setHasToken() {\n        this.hasToken = true;\n    }\n    componentDidMount() {\n        const queries = _.pick(routerStore_1.routerStore.queryString, ['email']);\n        const initials = _.assign(routerStore_1.routerStore.params, queries);\n        const token = routerStore_1.routerStore.queryString.token;\n        if (token) {\n            this.setHasToken();\n            initials['token'] = token;\n        }\n        registerForm_1.registerForm.updateInitials(initials);\n    }\n    render() {\n        const registerEmailField = registerForm_1.registerForm.$('email');\n        const registerNameField = registerForm_1.registerForm.$('name');\n        const registerPasswordField = registerForm_1.registerForm.$('password');\n        const registerConfirmPasswordField = registerForm_1.registerForm.$('password_confirmation');\n        return (React.createElement(AccountPageBase_1.AccountPageBase, { withHeader: false, contentClassName: \"d-flex justify-content-center\" },\n            React.createElement(CenteredPageCard_1.CenteredPageCard, { title: \"Create Your Accendo Account\", subtitle: \"To continue to Accendo Suites\", className: \"align-self-center\" },\n                React.createElement(InputWithLabel_1.InputWithLabel, Object.assign({ disabled: registerForm_1.registerForm.submitting || this.hasToken }, registerEmailField.bind(), { error: registerEmailField.error, errorPosition: 'left' })),\n                React.createElement(InputWithLabel_1.InputWithLabel, Object.assign({ disabled: registerForm_1.registerForm.submitting }, registerNameField.bind(), { error: registerNameField.error, errorPosition: 'left' })),\n                React.createElement(InputWithLabel_1.InputWithLabel, Object.assign({ disabled: registerForm_1.registerForm.submitting }, registerPasswordField.bind(), { error: registerPasswordField.error, errorPosition: 'left' })),\n                React.createElement(InputWithLabel_1.InputWithLabel, Object.assign({ disabled: registerForm_1.registerForm.submitting }, registerConfirmPasswordField.bind(), { error: registerConfirmPasswordField.error, errorPosition: 'left' })),\n                React.createElement(\"div\", { className: \"d-flex justify-content-between\" },\n                    React.createElement(react_router_dom_1.Link, { to: {\n                            pathname: routeConstants_1.ACCOUNT_LOGIN_PAGE_URL,\n                            search: window.location.search\n                        } }, \"Sign in Instead\"),\n                    React.createElement(Button_1.Button, { type: \"primary\", loading: registerForm_1.registerForm.submitting, disabled: registerForm_1.registerForm.disabled || !registerForm_1.registerForm.isValid || !registerForm_1.registerForm.isDirty, onClick: () => registerForm_1.registerForm.submit() }, \"Register\")))));\n    }\n};\ntslib_1.__decorate([\n    mobx_1.observable,\n    tslib_1.__metadata(\"design:type\", Object)\n], Register.prototype, \"hasToken\", void 0);\ntslib_1.__decorate([\n    mobx_1.action,\n    tslib_1.__metadata(\"design:type\", Function),\n    tslib_1.__metadata(\"design:paramtypes\", []),\n    tslib_1.__metadata(\"design:returntype\", void 0)\n], Register.prototype, \"setHasToken\", null);\nRegister = tslib_1.__decorate([\n    mobx_react_1.observer\n], Register);\nexports.Register = Register;\n\n\n//# sourceURL=webpack:///./src/Accounts/components/Register.tsx?");

/***/ }),

/***/ "./src/Accounts/components/ResetPassword.tsx":
/*!***************************************************!*\
  !*** ./src/Accounts/components/ResetPassword.tsx ***!
  \***************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {

"use strict";
eval("\nObject.defineProperty(exports, \"__esModule\", { value: true });\nconst tslib_1 = __webpack_require__(/*! tslib */ \"./node_modules/tslib/tslib.es6.js\");\nconst React = __webpack_require__(/*! react */ \"./node_modules/react/index.js\");\nconst react_1 = __webpack_require__(/*! react */ \"./node_modules/react/index.js\");\nconst mobx_react_1 = __webpack_require__(/*! mobx-react */ \"./node_modules/mobx-react/dist/mobxreact.esm.js\");\nconst react_router_dom_1 = __webpack_require__(/*! react-router-dom */ \"./node_modules/react-router-dom/esm/react-router-dom.js\");\nconst CenteredPageCard_1 = __webpack_require__(/*! ../Common/components/CenteredPageCard */ \"./src/Accounts/Common/components/CenteredPageCard.tsx\");\nconst AccountPageBase_1 = __webpack_require__(/*! ../Common/components/AccountPageBase */ \"./src/Accounts/Common/components/AccountPageBase.tsx\");\nconst resetPasswordForm_1 = __webpack_require__(/*! ../stores/resetPasswordForm */ \"./src/Accounts/stores/resetPasswordForm.ts\");\nconst routerStore_1 = __webpack_require__(/*! ../stores/routerStore */ \"./src/Accounts/stores/routerStore.ts\");\nconst utils_1 = __webpack_require__(/*! src/Common/utils */ \"./src/Common/utils/index.ts\");\nconst routeConstants_1 = __webpack_require__(/*! src/Accounts/constants/routeConstants */ \"./src/Accounts/constants/routeConstants.ts\");\nconst resetPinFormStore_1 = __webpack_require__(/*! ../Axiata/LandingPage/stores/resetPinFormStore */ \"./src/Accounts/Axiata/LandingPage/stores/resetPinFormStore.ts\");\nconst Button_1 = __webpack_require__(/*! src/Common/Axiata/components/Button */ \"./src/Common/Axiata/components/Button.tsx\");\nconst InputWithLabel_1 = __webpack_require__(/*! src/Common/Axiata/components/Input/InputWithLabel */ \"./src/Common/Axiata/components/Input/InputWithLabel.tsx\");\nconst ResetPasswordContainer_1 = __webpack_require__(/*! src/Accounts/Axiata/LandingPage/components/ResetPasswordContainer */ \"./src/Accounts/Axiata/LandingPage/components/ResetPasswordContainer.tsx\");\nlet ResetPassword = class ResetPassword extends react_1.Component {\n    componentDidMount() {\n        const query = utils_1.getQuery();\n        resetPasswordForm_1.resetPasswordForm.updateInitials({\n            token: routerStore_1.routerStore.params.token,\n            email: query.email\n        });\n        resetPinFormStore_1.resetPinFormStore.updateInitials({\n            token: routerStore_1.routerStore.params.token,\n            email: query.email,\n            first_time_login: query.first_time_login\n        });\n    }\n    render() {\n        const resetPasswordEmailField = resetPasswordForm_1.resetPasswordForm.$('email');\n        const resetPasswordNewPasswordField = resetPasswordForm_1.resetPasswordForm.$('password');\n        const forgotPasswordConfirmPasswordField = resetPasswordForm_1.resetPasswordForm.$('password_confirmation');\n        const query = utils_1.getQuery();\n        if (query.is_pin) {\n            return React.createElement(ResetPasswordContainer_1.ResetPasswordContainer, null);\n        }\n        else {\n            return (React.createElement(AccountPageBase_1.AccountPageBase, { withHeader: false, contentClassName: \"d-flex justify-content-center\" },\n                React.createElement(CenteredPageCard_1.CenteredPageCard, { title: \"Reset Password\", subtitle: \"Enter your new password\", className: \"align-self-center\" },\n                    React.createElement(InputWithLabel_1.InputWithLabel, Object.assign({ disabled: resetPasswordForm_1.resetPasswordForm.submitting }, resetPasswordEmailField.bind(), { error: resetPasswordEmailField.error, errorPosition: 'left' })),\n                    React.createElement(InputWithLabel_1.InputWithLabel, Object.assign({ disabled: resetPasswordForm_1.resetPasswordForm.submitting }, resetPasswordNewPasswordField.bind(), { error: resetPasswordNewPasswordField.error, errorPosition: 'left' })),\n                    React.createElement(InputWithLabel_1.InputWithLabel, Object.assign({ disabled: resetPasswordForm_1.resetPasswordForm.submitting }, forgotPasswordConfirmPasswordField.bind(), { error: forgotPasswordConfirmPasswordField.error, errorPosition: 'left' })),\n                    React.createElement(\"div\", { className: `d-flex justify-content-between` },\n                        React.createElement(react_router_dom_1.Link, { to: routeConstants_1.ACCOUNT_LOGIN_PAGE_URL }, \"Login\"),\n                        React.createElement(Button_1.Button, { type: \"primary\", loading: resetPasswordForm_1.resetPasswordForm.submitting, onClick: () => resetPasswordForm_1.resetPasswordForm.submit() }, \"SEND\")))));\n        }\n    }\n};\nResetPassword = tslib_1.__decorate([\n    mobx_react_1.observer\n], ResetPassword);\nexports.ResetPassword = ResetPassword;\n\n\n//# sourceURL=webpack:///./src/Accounts/components/ResetPassword.tsx?");

/***/ }),

/***/ "./src/Accounts/components/UserProfile/UserProfile.tsx":
/*!*************************************************************!*\
  !*** ./src/Accounts/components/UserProfile/UserProfile.tsx ***!
  \*************************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {

"use strict";
eval("\nObject.defineProperty(exports, \"__esModule\", { value: true });\nconst tslib_1 = __webpack_require__(/*! tslib */ \"./node_modules/tslib/tslib.es6.js\");\nconst React = __webpack_require__(/*! react */ \"./node_modules/react/index.js\");\nconst react_1 = __webpack_require__(/*! react */ \"./node_modules/react/index.js\");\nconst UserProfileStore_1 = __webpack_require__(/*! src/Common/stores/mobx/UserProfileStore */ \"./src/Common/stores/mobx/UserProfileStore.ts\");\nconst ProfileContainer_1 = __webpack_require__(/*! ../../Common/components/ProfileContainer/ProfileContainer */ \"./src/Accounts/Common/components/ProfileContainer/ProfileContainer.tsx\");\nconst AccountPageBase_1 = __webpack_require__(/*! ../../Common/components/AccountPageBase */ \"./src/Accounts/Common/components/AccountPageBase.tsx\");\nconst updateUserProfileForm_1 = __webpack_require__(/*! ../../stores/updateUserProfileForm */ \"./src/Accounts/stores/updateUserProfileForm.ts\");\nconst settings_1 = __webpack_require__(/*! src/Common/constants/settings */ \"./src/Common/constants/settings.ts\");\nconst Button_1 = __webpack_require__(/*! src/Common/Axiata/components/Button */ \"./src/Common/Axiata/components/Button.tsx\");\nconst InputWithLabel_1 = __webpack_require__(/*! src/Common/Axiata/components/Input/InputWithLabel */ \"./src/Common/Axiata/components/Input/InputWithLabel.tsx\");\nconst mobx_react_1 = __webpack_require__(/*! mobx-react */ \"./node_modules/mobx-react/dist/mobxreact.esm.js\");\nconst i18next_1 = __webpack_require__(/*! i18next */ \"./node_modules/i18next/dist/esm/i18next.js\");\nconst style = settings_1.isAxiataTheme ? __webpack_require__(/*! ./userProfile.scss */ \"./src/Accounts/components/UserProfile/userProfile.scss\") : __webpack_require__(/*! ./userProfileAccendo.scss */ \"./src/Accounts/components/UserProfile/userProfileAccendo.scss\");\nlet UserProfile = class UserProfile extends react_1.Component {\n    render() {\n        const userNameField = updateUserProfileForm_1.updateUserProfileForm.$('name');\n        return (React.createElement(AccountPageBase_1.AccountPageBase, { contentClassName: \"d-flex justify-content-center\" },\n            React.createElement(ProfileContainer_1.ProfileContainer, { title: i18next_1.default.t('personal_info'), bodyClassName: `flex-grow-1 ${style.profileContainer}` },\n                React.createElement(InputWithLabel_1.InputWithLabel, { disabled: true, value: UserProfileStore_1.userProfileStore.email, label: 'Email' }),\n                React.createElement(InputWithLabel_1.InputWithLabel, Object.assign({}, userNameField.bind(), { error: userNameField.error, errorPosition: 'left', disabled: updateUserProfileForm_1.updateUserProfileForm.submitting })),\n                React.createElement(Button_1.Button, { color: \"primary\", onClick: () => {\n                        updateUserProfileForm_1.updateUserProfileForm.submit();\n                    }, disabled: updateUserProfileForm_1.updateUserProfileForm.hasError, loading: updateUserProfileForm_1.updateUserProfileForm.submitting }, \"Update\"))));\n    }\n};\nUserProfile = tslib_1.__decorate([\n    mobx_react_1.observer\n], UserProfile);\nexports.UserProfile = UserProfile;\n\n\n//# sourceURL=webpack:///./src/Accounts/components/UserProfile/UserProfile.tsx?");

/***/ }),

/***/ "./src/Accounts/components/UserProfile/userProfile.scss":
/*!**************************************************************!*\
  !*** ./src/Accounts/components/UserProfile/userProfile.scss ***!
  \**************************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {

eval("\nvar content = __webpack_require__(/*! !../../../../node_modules/css-loader??ref--5-1!../../../../node_modules/resolve-url-loader!../../../../node_modules/sass-loader/dist/cjs.js!./userProfile.scss */ \"./node_modules/css-loader/index.js?!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js!./src/Accounts/components/UserProfile/userProfile.scss\");\n\nif(typeof content === 'string') content = [[module.i, content, '']];\n\nvar transform;\nvar insertInto;\n\n\n\nvar options = {\"hmr\":true}\n\noptions.transform = transform\noptions.insertInto = undefined;\n\nvar update = __webpack_require__(/*! ../../../../node_modules/style-loader/lib/addStyles.js */ \"./node_modules/style-loader/lib/addStyles.js\")(content, options);\n\nif(content.locals) module.exports = content.locals;\n\nif(false) {}\n\n//# sourceURL=webpack:///./src/Accounts/components/UserProfile/userProfile.scss?");

/***/ }),

/***/ "./src/Accounts/components/UserProfile/userProfileAccendo.scss":
/*!*********************************************************************!*\
  !*** ./src/Accounts/components/UserProfile/userProfileAccendo.scss ***!
  \*********************************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {

eval("\nvar content = __webpack_require__(/*! !../../../../node_modules/css-loader??ref--5-1!../../../../node_modules/resolve-url-loader!../../../../node_modules/sass-loader/dist/cjs.js!./userProfileAccendo.scss */ \"./node_modules/css-loader/index.js?!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js!./src/Accounts/components/UserProfile/userProfileAccendo.scss\");\n\nif(typeof content === 'string') content = [[module.i, content, '']];\n\nvar transform;\nvar insertInto;\n\n\n\nvar options = {\"hmr\":true}\n\noptions.transform = transform\noptions.insertInto = undefined;\n\nvar update = __webpack_require__(/*! ../../../../node_modules/style-loader/lib/addStyles.js */ \"./node_modules/style-loader/lib/addStyles.js\")(content, options);\n\nif(content.locals) module.exports = content.locals;\n\nif(false) {}\n\n//# sourceURL=webpack:///./src/Accounts/components/UserProfile/userProfileAccendo.scss?");

/***/ }),

/***/ "./src/Accounts/components/ViewProfile.tsx":
/*!*************************************************!*\
  !*** ./src/Accounts/components/ViewProfile.tsx ***!
  \*************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {

"use strict";
eval("\nObject.defineProperty(exports, \"__esModule\", { value: true });\nconst tslib_1 = __webpack_require__(/*! tslib */ \"./node_modules/tslib/tslib.es6.js\");\nconst React = __webpack_require__(/*! react */ \"./node_modules/react/index.js\");\nconst react_1 = __webpack_require__(/*! react */ \"./node_modules/react/index.js\");\nconst ProfileContainer_1 = __webpack_require__(/*! ../Common/components/ProfileContainer/ProfileContainer */ \"./src/Accounts/Common/components/ProfileContainer/ProfileContainer.tsx\");\nconst AccountPageBase_1 = __webpack_require__(/*! ../Common/components/AccountPageBase */ \"./src/Accounts/Common/components/AccountPageBase.tsx\");\nconst routerStore_1 = __webpack_require__(/*! src/Accounts/stores/routerStore */ \"./src/Accounts/stores/routerStore.ts\");\nconst accountsApiStore_1 = __webpack_require__(/*! src/Accounts/stores/accountsApiStore */ \"./src/Accounts/stores/accountsApiStore.ts\");\nconst FormItem_1 = __webpack_require__(/*! src/Common/components/FormItem */ \"./src/Common/components/FormItem.tsx\");\nconst mobx_react_1 = __webpack_require__(/*! mobx-react */ \"./node_modules/mobx-react/dist/mobxreact.esm.js\");\nconst i18next_1 = __webpack_require__(/*! i18next */ \"./node_modules/i18next/dist/esm/i18next.js\");\nlet ViewProfile = class ViewProfile extends react_1.Component {\n    componentDidMount() {\n        return tslib_1.__awaiter(this, void 0, void 0, function* () {\n            const params = yield routerStore_1.routerStore.params;\n            yield accountsApiStore_1.viewProfileStore.callApi(params);\n        });\n    }\n    render() {\n        return (React.createElement(AccountPageBase_1.AccountPageBase, { contentClassName: \"d-flex justify-content-center\" },\n            React.createElement(ProfileContainer_1.ProfileContainer, { title: i18next_1.default.t('personal_info'), bodyClassName: \"flex-grow-1\", noImgUpload: true, customImg: accountsApiStore_1.viewProfileStore.data && accountsApiStore_1.viewProfileStore.data.profile_picture_url },\n                React.createElement(FormItem_1.FormItem, { label: `${i18next_1.default.t('name')}:` },\n                    React.createElement(\"span\", { className: `font-weight-bold` }, accountsApiStore_1.viewProfileStore.data && accountsApiStore_1.viewProfileStore.data.name)),\n                React.createElement(FormItem_1.FormItem, { label: `${i18next_1.default.t('email')}:` },\n                    React.createElement(\"span\", { className: `font-weight-bold` }, accountsApiStore_1.viewProfileStore.data && accountsApiStore_1.viewProfileStore.data.email)))));\n    }\n};\nViewProfile = tslib_1.__decorate([\n    mobx_react_1.observer\n], ViewProfile);\nexports.ViewProfile = ViewProfile;\n\n\n//# sourceURL=webpack:///./src/Accounts/components/ViewProfile.tsx?");

/***/ }),

/***/ "./src/Accounts/components/impersonateForm.scss":
/*!******************************************************!*\
  !*** ./src/Accounts/components/impersonateForm.scss ***!
  \******************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {

eval("\nvar content = __webpack_require__(/*! !../../../node_modules/css-loader??ref--5-1!../../../node_modules/resolve-url-loader!../../../node_modules/sass-loader/dist/cjs.js!./impersonateForm.scss */ \"./node_modules/css-loader/index.js?!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js!./src/Accounts/components/impersonateForm.scss\");\n\nif(typeof content === 'string') content = [[module.i, content, '']];\n\nvar transform;\nvar insertInto;\n\n\n\nvar options = {\"hmr\":true}\n\noptions.transform = transform\noptions.insertInto = undefined;\n\nvar update = __webpack_require__(/*! ../../../node_modules/style-loader/lib/addStyles.js */ \"./node_modules/style-loader/lib/addStyles.js\")(content, options);\n\nif(content.locals) module.exports = content.locals;\n\nif(false) {}\n\n//# sourceURL=webpack:///./src/Accounts/components/impersonateForm.scss?");

/***/ }),

/***/ "./src/Accounts/constants/routeConstants.ts":
/*!**************************************************!*\
  !*** ./src/Accounts/constants/routeConstants.ts ***!
  \**************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {

"use strict";
eval("\nObject.defineProperty(exports, \"__esModule\", { value: true });\nexports.AXIATA_BASE = '/axiata';\nexports.AXIATA_LANDING_PAGE = `${exports.AXIATA_BASE}/landing`;\nexports.AXIATA_ENTER_EMAIL_PAGE = `${exports.AXIATA_LANDING_PAGE}/enterEmail`;\nexports.AXIATA_ENTER_PIN_PAGE = `${exports.AXIATA_LANDING_PAGE}/enterPin`;\nexports.ACCOUNT_LOGIN_PAGE_URL = '/login';\nexports.ACCOUNT_RECOVERY_PAGE_URL = '/recovery';\nexports.ACCOUNT_LOGIN_PAGE_ENTER_PIN_URL = `${exports.ACCOUNT_LOGIN_PAGE_URL}/enterPin`;\nexports.ACCOUNT_CHANGE_PIN_PAGE_URL = `/changePassword`;\nexports.ACCOUNT_CHANGE_PIN_CONFIRM_PAGE_URL = '/profile/changePinConfirm';\nexports.ACCOUNT_RESET_PASSWORD = '/reset-password/';\nexports.ACCOUNT_RESET_PASSWORD_PAGE_URL = `${exports.ACCOUNT_RESET_PASSWORD}:token`;\nexports.ACCOUNT_FORGOT_PASSWORD_PAGE_URL = '/forgot-password';\nexports.ACCOUNT_OLD_LOGIN_PAGE_URL = '/oldLogin';\nexports.ACCOUNT_REGISTRATION_PAGE_URL = '/register';\nexports.ACCOUNT_OLD_REGISTRATION_PAGE_URL = '/oldRegister';\nexports.ACCOUNT_REGISTRATION_PIN_PAGE_URL = `${exports.ACCOUNT_REGISTRATION_PAGE_URL}/enterPin`;\nexports.ACCOUNT_REGISTRATION_RE_ENTER_PIN_PAGE_URL = `${exports.ACCOUNT_REGISTRATION_PAGE_URL}/reEnterPin`;\nexports.STATIC_ROUTER = `/loaderio-58b207de4d61dc525b9ebd3101c5baa9.html`;\n\n\n//# sourceURL=webpack:///./src/Accounts/constants/routeConstants.ts?");

/***/ }),

/***/ "./src/Accounts/constants/storageConstants.ts":
/*!****************************************************!*\
  !*** ./src/Accounts/constants/storageConstants.ts ***!
  \****************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {

"use strict";
eval("\nObject.defineProperty(exports, \"__esModule\", { value: true });\nexports.APP_BROWSER_COMPATIBILITY_SHOWN = 'app_browser_compatibility_shown';\n\n\n//# sourceURL=webpack:///./src/Accounts/constants/storageConstants.ts?");

/***/ }),

/***/ "./src/Accounts/constants/trackerConstants.ts":
/*!****************************************************!*\
  !*** ./src/Accounts/constants/trackerConstants.ts ***!
  \****************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {

"use strict";
eval("\nObject.defineProperty(exports, \"__esModule\", { value: true });\nvar JOURNEY_NAMES;\n(function (JOURNEY_NAMES) {\n    JOURNEY_NAMES[\"ULDP_JOURNEY_NAME\"] = \"ULDP Application Form\";\n    JOURNEY_NAMES[\"YCDP_JOURNEY_NAME\"] = \"YCDP Application Form\";\n    JOURNEY_NAMES[\"AGP_JOURNEY_NAME\"] = \"AGP Application Form\";\n    JOURNEY_NAMES[\"YCDP_APPLICATION_FORM_2023\"] = \"YCDP Application Form 2023\";\n    JOURNEY_NAMES[\"ULDP_APPLICATION_FORM_2023\"] = \"ULDP Application Form 2023\";\n    JOURNEY_NAMES[\"ADLP_APPLICATION_FORM_2023\"] = \"ADLP For Youth Application Form 2024\";\n    JOURNEY_NAMES[\"ULDP_APPLICATION_FORM_2024\"] = \"ULDP 2024 Application Form\";\n})(JOURNEY_NAMES = exports.JOURNEY_NAMES || (exports.JOURNEY_NAMES = {}));\n\n\n//# sourceURL=webpack:///./src/Accounts/constants/trackerConstants.ts?");

/***/ }),

/***/ "./src/Accounts/images/user.svg":
/*!**************************************!*\
  !*** ./src/Accounts/images/user.svg ***!
  \**************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {

eval("module.exports = __webpack_require__.p + \"18f80083bdf89ed8a99f52727081d4db.svg\";\n\n//# sourceURL=webpack:///./src/Accounts/images/user.svg?");

/***/ }),

/***/ "./src/Accounts/index.tsx":
/*!********************************!*\
  !*** ./src/Accounts/index.tsx ***!
  \********************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {

"use strict";
eval("\nObject.defineProperty(exports, \"__esModule\", { value: true });\n__webpack_require__(/*! eventsource-polyfill */ \"./node_modules/eventsource-polyfill/dist/browserify-eventsource.js\");\n__webpack_require__(/*! babel-polyfill */ \"./node_modules/babel-polyfill/lib/index.js\");\nconst React = __webpack_require__(/*! react */ \"./node_modules/react/index.js\");\nconst react_dom_1 = __webpack_require__(/*! react-dom */ \"./node_modules/react-dom/index.js\");\nconst AppBridge_1 = __webpack_require__(/*! ./AppBridge */ \"./src/Accounts/AppBridge.tsx\");\n__webpack_require__(/*! ../Common/bootstrap */ \"./src/Common/bootstrap.ts\");\nconst root = document.createElement('div');\ndocument.body.appendChild(root);\nreact_dom_1.render(React.createElement(AppBridge_1.AppBridgeHot, null), root);\n\n\n//# sourceURL=webpack:///./src/Accounts/index.tsx?");

/***/ }),

/***/ "./src/Accounts/resources/customTrackerForADA.ts":
/*!*******************************************************!*\
  !*** ./src/Accounts/resources/customTrackerForADA.ts ***!
  \*******************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {

"use strict";
eval("\nObject.defineProperty(exports, \"__esModule\", { value: true });\nconst react_facebook_pixel_1 = __webpack_require__(/*! react-facebook-pixel */ \"./node_modules/react-facebook-pixel/dist/fb-pixel.js\");\nexports.trackOnRegisterAGP = () => {\n    react_facebook_pixel_1.default.track('Subscribe');\n};\n\n\n//# sourceURL=webpack:///./src/Accounts/resources/customTrackerForADA.ts?");

/***/ }),

/***/ "./src/Accounts/resources/customTrackerForAYTP.ts":
/*!********************************************************!*\
  !*** ./src/Accounts/resources/customTrackerForAYTP.ts ***!
  \********************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {

"use strict";
eval("\nObject.defineProperty(exports, \"__esModule\", { value: true });\nconst react_facebook_pixel_1 = __webpack_require__(/*! react-facebook-pixel */ \"./node_modules/react-facebook-pixel/dist/fb-pixel.js\");\nconst react_linkedin_insight_1 = __webpack_require__(/*! react-linkedin-insight */ \"./node_modules/react-linkedin-insight/dist/linkedin-insight.js\");\nconst trackerConstants_1 = __webpack_require__(/*! ../constants/trackerConstants */ \"./src/Accounts/constants/trackerConstants.ts\");\nexports.initPixel = (journey_name) => {\n    switch (journey_name) {\n        case trackerConstants_1.JOURNEY_NAMES.ADLP_APPLICATION_FORM_2023:\n            react_facebook_pixel_1.default.init('1178252869781111');\n            break;\n        default:\n            react_facebook_pixel_1.default.init('1536979123289412');\n            break;\n    }\n    react_facebook_pixel_1.default.pageView();\n};\nexports.trackOnRegisterULDP = () => {\n    react_facebook_pixel_1.default.track('Schedule');\n    window['gtag']('event', 'conversion', {\n        send_to: 'AW-940108404/DqUUCO7QtpYBEPTUo8AD'\n    });\n};\nexports.trackOnRegisterYCDP = () => {\n    react_facebook_pixel_1.default.track('StartTrial');\n    window['gtag']('event', 'conversion', {\n        send_to: 'AW-940108404/FHjiCNXYtpYBEPTUo8AD'\n    });\n};\nexports.trackOnRegisterYCDPForm2023 = () => {\n    react_facebook_pixel_1.default.track('StartTrial');\n    window['gtag']('event', 'conversion', {\n        send_to: 'AW-821399418/O0XtCMPol6wDEPqe1ocD'\n    });\n};\nexports.trackOnRegisterULDPForm2023 = () => {\n    react_facebook_pixel_1.default.track('ViewContent');\n    window['gtag']('event', 'conversion', {\n        send_to: 'AW-821399418/R00SCMWgtq0DEPqe1ocD'\n    });\n};\nexports.trackOnRegisterYCDPForm2023Linkedin = () => {\n    react_linkedin_insight_1.default.init(3423412);\n    react_linkedin_insight_1.default.track(11566316);\n};\nexports.trackOnRegisterADLPForm2023 = () => {\n    react_facebook_pixel_1.default.track('ADLP23ForYouth_Accendo_Start_Application_Button');\n    window['gtag']('event', 'conversion', {\n        send_to: 'AW-821399418/84NLCJn1-7oYEPqe1ocD'\n    });\n};\nexports.trackOnRegisterULDPForm2024 = () => {\n    react_facebook_pixel_1.default.track('ULDP-StartApplication');\n};\n\n\n//# sourceURL=webpack:///./src/Accounts/resources/customTrackerForAYTP.ts?");

/***/ }),

/***/ "./src/Accounts/resources/getRedirectLink.ts":
/*!***************************************************!*\
  !*** ./src/Accounts/resources/getRedirectLink.ts ***!
  \***************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {

"use strict";
eval("\nObject.defineProperty(exports, \"__esModule\", { value: true });\nconst tslib_1 = __webpack_require__(/*! tslib */ \"./node_modules/tslib/tslib.es6.js\");\nconst urijs = __webpack_require__(/*! urijs */ \"./node_modules/urijs/src/URI.js\");\nconst auth_1 = __webpack_require__(/*! src/Common/utils/auth */ \"./src/Common/utils/auth.ts\");\nexports.getRedirectLinkAndRedirect = (params) => tslib_1.__awaiter(this, void 0, void 0, function* () {\n    if (!params.redirect) {\n        return new Error('`service` or `redirect` is missing in the params');\n    }\n    const origin = urijs(params.redirect).origin();\n    if (auth_1.isWhitelistedOrigin(origin)) {\n        window.location.replace(params.redirect);\n    }\n    else {\n        return new Error('Origin is not whitelisted');\n    }\n});\n\n\n//# sourceURL=webpack:///./src/Accounts/resources/getRedirectLink.ts?");

/***/ }),

/***/ "./src/Accounts/resources/redirectToClientAdminPage.ts":
/*!*************************************************************!*\
  !*** ./src/Accounts/resources/redirectToClientAdminPage.ts ***!
  \*************************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {

"use strict";
eval("\nObject.defineProperty(exports, \"__esModule\", { value: true });\nconst _env_1 = __webpack_require__(/*! @env */ \"./env.ts\");\nexports.getClientAdminUrl = client_id => {\n    return `${_env_1.ASSESS_REVAMP_APP_URL}`;\n};\nexports.redirectToClientAdminPage = client_id => {\n    window.location.replace(`${_env_1.ASSESS_REVAMP_APP_URL}`);\n};\n\n\n//# sourceURL=webpack:///./src/Accounts/resources/redirectToClientAdminPage.ts?");

/***/ }),

/***/ "./src/Accounts/resources/tracker.ts":
/*!*******************************************!*\
  !*** ./src/Accounts/resources/tracker.ts ***!
  \*******************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {

"use strict";
eval("\nObject.defineProperty(exports, \"__esModule\", { value: true });\nconst tslib_1 = __webpack_require__(/*! tslib */ \"./node_modules/tslib/tslib.es6.js\");\nvar trackerConstants_1 = __webpack_require__(/*! src/Accounts/constants/trackerConstants */ \"./src/Accounts/constants/trackerConstants.ts\");\nexports.JOURNEY_NAMES = trackerConstants_1.JOURNEY_NAMES;\ntslib_1.__exportStar(__webpack_require__(/*! ./customTrackerForAYTP */ \"./src/Accounts/resources/customTrackerForAYTP.ts\"), exports);\ntslib_1.__exportStar(__webpack_require__(/*! ./customTrackerForADA */ \"./src/Accounts/resources/customTrackerForADA.ts\"), exports);\n\n\n//# sourceURL=webpack:///./src/Accounts/resources/tracker.ts?");

/***/ }),

/***/ "./src/Accounts/stores/accountsApiStore.ts":
/*!*************************************************!*\
  !*** ./src/Accounts/stores/accountsApiStore.ts ***!
  \*************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {

"use strict";
eval("\nObject.defineProperty(exports, \"__esModule\", { value: true });\nconst ApiStore_1 = __webpack_require__(/*! src/Common/stores/mobx/ApiStore */ \"./src/Common/stores/mobx/ApiStore.ts\");\nconst ajax_1 = __webpack_require__(/*! src/Common/api/ajax */ \"./src/Common/api/ajax.ts\");\nconst urlTemplate = 'api/auth';\nexports.accountRegisterStore = new ApiStore_1.ApiStore(`${urlTemplate}/register`, {\n    requestType: ajax_1.RestMethods.POST\n});\nexports.viewProfileStore = new ApiStore_1.ApiStore(`${urlTemplate}/profile/$\\{userId}`);\n\n\n//# sourceURL=webpack:///./src/Accounts/stores/accountsApiStore.ts?");

/***/ }),

/***/ "./src/Accounts/stores/changePasswordForm.ts":
/*!***************************************************!*\
  !*** ./src/Accounts/stores/changePasswordForm.ts ***!
  \***************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {

"use strict";
eval("\nObject.defineProperty(exports, \"__esModule\", { value: true });\nconst tslib_1 = __webpack_require__(/*! tslib */ \"./node_modules/tslib/tslib.es6.js\");\nconst FormStore_1 = __webpack_require__(/*! src/Common/stores/mobx/FormStore */ \"./src/Common/stores/mobx/FormStore.ts\");\nconst accountsApi_1 = __webpack_require__(/*! src/Accounts/accountsApi */ \"./src/Accounts/accountsApi.ts\");\nconst i18n_1 = __webpack_require__(/*! src/translations/i18n */ \"./src/translations/i18n.ts\");\nexports.changePasswordForm = new FormStore_1.FormStore({\n    fields: [\n        {\n            name: 'current_password',\n            label: 'Current Password',\n            placeholder: 'Current Password',\n            type: 'password',\n            rules: 'required|string|min:8|max:250'\n        },\n        {\n            name: 'password',\n            label: 'New Password',\n            placeholder: 'New Password',\n            type: 'password',\n            rules: 'required|string|min:8|max:250'\n        },\n        {\n            name: 'password_confirmation',\n            label: 'Confirm Password',\n            placeholder: 'Confirm Password',\n            type: 'password',\n            rules: 'required|same:password'\n        }\n    ]\n}, {\n    handlers: {\n        onSubmit: (form) => (values) => tslib_1.__awaiter(this, void 0, void 0, function* () {\n            try {\n                const response = yield accountsApi_1.changePasswordApi.callApi(Object.assign({}, values, { preferred_language: i18n_1.languageChange.language, is_pin: values.password.length === 4 }));\n                form.message.showSuccessMessage(response, 'Successfully changed password.');\n                form.reInit();\n            }\n            catch (err) {\n                form.message.showErrorMessage(err, 'Failed to change password.');\n                throw err;\n            }\n        })\n    }\n});\n\n\n//# sourceURL=webpack:///./src/Accounts/stores/changePasswordForm.ts?");

/***/ }),

/***/ "./src/Accounts/stores/forgotPasswordForm.ts":
/*!***************************************************!*\
  !*** ./src/Accounts/stores/forgotPasswordForm.ts ***!
  \***************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {

"use strict";
eval("\nObject.defineProperty(exports, \"__esModule\", { value: true });\nconst tslib_1 = __webpack_require__(/*! tslib */ \"./node_modules/tslib/tslib.es6.js\");\nconst FormStore_1 = __webpack_require__(/*! src/Common/stores/mobx/FormStore */ \"./src/Common/stores/mobx/FormStore.ts\");\nconst accountsApi_1 = __webpack_require__(/*! src/Accounts/accountsApi */ \"./src/Accounts/accountsApi.ts\");\nconst i18n_1 = __webpack_require__(/*! src/translations/i18n */ \"./src/translations/i18n.ts\");\nexports.forgotPasswordForm = new FormStore_1.FormStore({\n    fields: [\n        {\n            name: 'email',\n            label: 'Email',\n            placeholder: 'Email',\n            rules: 'required|email|min:5|max:255',\n            type: 'email'\n        }\n    ]\n}, {\n    handlers: {\n        onSubmit: (form) => (values) => tslib_1.__awaiter(this, void 0, void 0, function* () {\n            try {\n                const response = yield accountsApi_1.forgotPasswordApi.callApi(Object.assign({}, values, { preferred_language: i18n_1.languageChange.language }));\n                form.message.showSuccessMessage(response, 'We have sent a password reset email to the email address.');\n                form.reInit();\n            }\n            catch (err) {\n                form.message.showErrorMessage(err);\n            }\n        })\n    }\n});\n\n\n//# sourceURL=webpack:///./src/Accounts/stores/forgotPasswordForm.ts?");

/***/ }),

/***/ "./src/Accounts/stores/impersonateForm.ts":
/*!************************************************!*\
  !*** ./src/Accounts/stores/impersonateForm.ts ***!
  \************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {

"use strict";
eval("\nObject.defineProperty(exports, \"__esModule\", { value: true });\nconst tslib_1 = __webpack_require__(/*! tslib */ \"./node_modules/tslib/tslib.es6.js\");\nconst FormStore_1 = __webpack_require__(/*! src/Common/stores/mobx/FormStore */ \"./src/Common/stores/mobx/FormStore.ts\");\nconst AuthStore_1 = __webpack_require__(/*! src/Common/stores/mobx/AuthStore */ \"./src/Common/stores/mobx/AuthStore.ts\");\nconst accountsApi_1 = __webpack_require__(/*! ../accountsApi */ \"./src/Accounts/accountsApi.ts\");\nconst _env_1 = __webpack_require__(/*! @env */ \"./env.ts\");\nexports.impersonateForm = new FormStore_1.FormStore({\n    fields: [\n        {\n            name: 'email',\n            label: 'Email',\n            placeholder: 'Email',\n            rules: 'required|email|min:5|max:255'\n        }\n    ]\n}, {\n    handlers: {\n        onSubmit: form => (values) => tslib_1.__awaiter(this, void 0, void 0, function* () {\n            try {\n                const response = yield accountsApi_1.impersonateApi.callApi(values);\n                if (response.data) {\n                    AuthStore_1.authStore.setJwtToken(response.data.data.access_token, response.data.data.refresh_token);\n                }\n                window.location.replace(_env_1.CANDIDATE_APP_URL);\n                form.message.showSuccessMessage(response, 'Successfully impersonate.');\n                form.reInit();\n            }\n            catch (err) {\n                form.message.showErrorMessage(err, 'Failed to impersonate. Please make sure the email is valid.');\n            }\n        })\n    }\n});\n\n\n//# sourceURL=webpack:///./src/Accounts/stores/impersonateForm.ts?");

/***/ }),

/***/ "./src/Accounts/stores/loginForm.ts":
/*!******************************************!*\
  !*** ./src/Accounts/stores/loginForm.ts ***!
  \******************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {

"use strict";
eval("\nObject.defineProperty(exports, \"__esModule\", { value: true });\nconst tslib_1 = __webpack_require__(/*! tslib */ \"./node_modules/tslib/tslib.es6.js\");\nconst FormStore_1 = __webpack_require__(/*! src/Common/stores/mobx/FormStore */ \"./src/Common/stores/mobx/FormStore.ts\");\nconst AuthStore_1 = __webpack_require__(/*! src/Common/stores/mobx/AuthStore */ \"./src/Common/stores/mobx/AuthStore.ts\");\nconst accountsApi_1 = __webpack_require__(/*! ../accountsApi */ \"./src/Accounts/accountsApi.ts\");\nconst accountsRoutes_1 = __webpack_require__(/*! ../accountsRoutes */ \"./src/Accounts/accountsRoutes.ts\");\nconst routerStore_1 = __webpack_require__(/*! ./routerStore */ \"./src/Accounts/stores/routerStore.ts\");\nconst getRedirectLink_1 = __webpack_require__(/*! src/Accounts/resources/getRedirectLink */ \"./src/Accounts/resources/getRedirectLink.ts\");\nconst RemoteAuthStore_1 = __webpack_require__(/*! src/Common/Authentication/stores/RemoteAuthStore */ \"./src/Common/Authentication/stores/RemoteAuthStore.ts\");\nconst i18n_1 = __webpack_require__(/*! src/translations/i18n */ \"./src/translations/i18n.ts\");\nexports.loginForm = new FormStore_1.FormStore({\n    fields: [\n        {\n            name: 'email',\n            label: 'Email',\n            type: 'email',\n            placeholder: 'Email',\n            rules: 'required|email|min:5|max:255'\n        },\n        {\n            name: 'password',\n            label: 'Password',\n            type: 'password',\n            placeholder: 'Password',\n            rules: 'required'\n        }\n    ]\n}, {\n    handlers: {\n        onSubmit: form => (values) => tslib_1.__awaiter(this, void 0, void 0, function* () {\n            try {\n                const queryString = routerStore_1.routerStore.queryString;\n                const response = yield accountsApi_1.loginApi.callApi(Object.assign({}, values, { preferred_language: i18n_1.languageChange.language }));\n                if (response.data) {\n                    AuthStore_1.authStore.setJwtToken(response.data.data.access_token, response.data.data.refresh_token);\n                }\n                if (queryString.redirect) {\n                    yield getRedirectLink_1.getRedirectLinkAndRedirect(queryString);\n                }\n                else {\n                    routerStore_1.routerStore.replace(accountsRoutes_1.accountsRoutes.landing.url);\n                    form.message.showSuccessMessage(response, 'Successfully login.');\n                    RemoteAuthStore_1.remoteAuthStore.login();\n                    form.reInit();\n                }\n            }\n            catch (err) {\n                console.error('err : ', err);\n                form.message.showErrorMessage(err, 'Failed to login. If you have already registered, you need to verify your e-mail');\n                throw err;\n            }\n        })\n    }\n});\n\n\n//# sourceURL=webpack:///./src/Accounts/stores/loginForm.ts?");

/***/ }),

/***/ "./src/Accounts/stores/registerForm.ts":
/*!*********************************************!*\
  !*** ./src/Accounts/stores/registerForm.ts ***!
  \*********************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {

"use strict";
eval("\nObject.defineProperty(exports, \"__esModule\", { value: true });\nconst tslib_1 = __webpack_require__(/*! tslib */ \"./node_modules/tslib/tslib.es6.js\");\nconst FormStore_1 = __webpack_require__(/*! src/Common/stores/mobx/FormStore */ \"./src/Common/stores/mobx/FormStore.ts\");\nconst accountsApiStore_1 = __webpack_require__(/*! src/Accounts/stores/accountsApiStore */ \"./src/Accounts/stores/accountsApiStore.ts\");\nconst routerStore_1 = __webpack_require__(/*! src/Accounts/stores/routerStore */ \"./src/Accounts/stores/routerStore.ts\");\nconst accountsRoutes_1 = __webpack_require__(/*! src/Accounts/accountsRoutes */ \"./src/Accounts/accountsRoutes.ts\");\nconst AuthStore_1 = __webpack_require__(/*! src/Common/stores/mobx/AuthStore */ \"./src/Common/stores/mobx/AuthStore.ts\");\nconst getRedirectLink_1 = __webpack_require__(/*! src/Accounts/resources/getRedirectLink */ \"./src/Accounts/resources/getRedirectLink.ts\");\nconst i18next_1 = __webpack_require__(/*! i18next */ \"./node_modules/i18next/dist/esm/i18next.js\");\nexports.registerForm = new FormStore_1.FormStore({\n    fields: [\n        {\n            name: 'name',\n            label: i18next_1.default.t('name'),\n            placeholder: 'Name',\n            rules: 'required|string|min:3'\n        },\n        {\n            name: 'email',\n            label: 'Email',\n            placeholder: 'Email',\n            rules: 'required|email|min:5|max:255'\n        },\n        {\n            name: 'password',\n            label: 'Password',\n            placeholder: 'Password',\n            rules: 'required|string|min:8|max:250',\n            type: 'password'\n        },\n        {\n            name: 'password_confirmation',\n            label: 'Confirm Password',\n            placeholder: 'Confirm Password',\n            rules: 'required|same:password',\n            type: 'password'\n        }\n    ]\n}, {\n    handlers: {\n        onSubmit: (form) => (values) => tslib_1.__awaiter(this, void 0, void 0, function* () {\n            try {\n                const queryString = routerStore_1.routerStore.queryString;\n                const response = yield accountsApiStore_1.accountRegisterStore.callApi(values);\n                form.message.showSuccessMessage(response, 'Account registered successfully');\n                form.reInit();\n                if (!response.data.data.access_token) {\n                    form.message.showSuccessMessage(response, 'Account registered successfully. Please verify your e-mail to activate your account for login');\n                    return;\n                }\n                AuthStore_1.authStore.setJwtToken(response.data.data.access_token, response.data.data.refresh_token);\n                if (queryString.redirect) {\n                    yield getRedirectLink_1.getRedirectLinkAndRedirect(queryString);\n                }\n                else {\n                    routerStore_1.routerStore.replace(accountsRoutes_1.accountsRoutes.landing.url);\n                    form.message.showSuccessMessage(response, 'Successfully register.');\n                    form.reInit();\n                }\n            }\n            catch (err) {\n                form.message.showErrorMessage(err, 'Failed to register.');\n                throw err;\n            }\n        })\n    }\n});\n\n\n//# sourceURL=webpack:///./src/Accounts/stores/registerForm.ts?");

/***/ }),

/***/ "./src/Accounts/stores/resetPasswordForm.ts":
/*!**************************************************!*\
  !*** ./src/Accounts/stores/resetPasswordForm.ts ***!
  \**************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {

"use strict";
eval("\nObject.defineProperty(exports, \"__esModule\", { value: true });\nconst tslib_1 = __webpack_require__(/*! tslib */ \"./node_modules/tslib/tslib.es6.js\");\nconst FormStore_1 = __webpack_require__(/*! src/Common/stores/mobx/FormStore */ \"./src/Common/stores/mobx/FormStore.ts\");\nconst accountsApi_1 = __webpack_require__(/*! src/Accounts/accountsApi */ \"./src/Accounts/accountsApi.ts\");\nconst routerStore_1 = __webpack_require__(/*! src/Accounts/stores/routerStore */ \"./src/Accounts/stores/routerStore.ts\");\nconst routeConstants_1 = __webpack_require__(/*! src/Accounts/constants/routeConstants */ \"./src/Accounts/constants/routeConstants.ts\");\nexports.resetPasswordForm = new FormStore_1.FormStore({\n    fields: [\n        {\n            name: 'email',\n            label: 'Email',\n            rules: 'required|email|string|min:5|max:255',\n            type: 'email'\n        },\n        {\n            name: 'token',\n            rules: 'required'\n        },\n        {\n            name: 'password',\n            label: 'New Password',\n            placeholder: 'New Password',\n            rules: 'required|string|min:8|max:250',\n            type: 'password'\n        },\n        {\n            name: 'password_confirmation',\n            label: 'Confirm Password',\n            placeholder: 'Confirm Password',\n            rules: 'required|same:password',\n            type: 'password'\n        }\n    ]\n}, {\n    handlers: {\n        onSubmit: (form) => (values) => tslib_1.__awaiter(this, void 0, void 0, function* () {\n            try {\n                const response = yield accountsApi_1.resetPasswordApi.callApi(values);\n                form.message.showSuccessMessage(response);\n                form.reInit();\n                routerStore_1.routerStore.history.push(routeConstants_1.ACCOUNT_LOGIN_PAGE_URL);\n            }\n            catch (err) {\n                form.message.showErrorMessage(err);\n            }\n        })\n    }\n});\n\n\n//# sourceURL=webpack:///./src/Accounts/stores/resetPasswordForm.ts?");

/***/ }),

/***/ "./src/Accounts/stores/routerStore.ts":
/*!********************************************!*\
  !*** ./src/Accounts/stores/routerStore.ts ***!
  \********************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {

"use strict";
eval("\nObject.defineProperty(exports, \"__esModule\", { value: true });\nconst RouterStore_1 = __webpack_require__(/*! src/Common/stores/mobx/RouterStore */ \"./src/Common/stores/mobx/RouterStore.ts\");\nconst accountsRoutes_1 = __webpack_require__(/*! ../accountsRoutes */ \"./src/Accounts/accountsRoutes.ts\");\nexports.routerStore = RouterStore_1.routerStore.assignRouteConfig(accountsRoutes_1.accountsRoutes);\n\n\n//# sourceURL=webpack:///./src/Accounts/stores/routerStore.ts?");

/***/ }),

/***/ "./src/Accounts/stores/updateUserProfileForm.ts":
/*!******************************************************!*\
  !*** ./src/Accounts/stores/updateUserProfileForm.ts ***!
  \******************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {

"use strict";
eval("\nObject.defineProperty(exports, \"__esModule\", { value: true });\nconst tslib_1 = __webpack_require__(/*! tslib */ \"./node_modules/tslib/tslib.es6.js\");\nconst FormStore_1 = __webpack_require__(/*! src/Common/stores/mobx/FormStore */ \"./src/Common/stores/mobx/FormStore.ts\");\nconst UserProfileStore_1 = __webpack_require__(/*! src/Common/stores/mobx/UserProfileStore */ \"./src/Common/stores/mobx/UserProfileStore.ts\");\nconst authApi_1 = __webpack_require__(/*! src/Common/api/authApi */ \"./src/Common/api/authApi.ts\");\nconst i18next_1 = __webpack_require__(/*! i18next */ \"./node_modules/i18next/dist/esm/i18next.js\");\nexports.updateUserProfileForm = new FormStore_1.FormStore({\n    fields: [\n        {\n            name: 'name',\n            label: i18next_1.default.t('name'),\n            placeholder: 'Name',\n            rules: 'required|string|min:3|max:250'\n        },\n        {\n            name: 'profile_picture',\n            value: undefined\n        }\n    ]\n}, {\n    handlers: {\n        onSubmit: (formStore) => (values) => tslib_1.__awaiter(this, void 0, void 0, function* () {\n            try {\n                yield authApi_1.updateProfileApi.callApiWithFormData(values);\n                formStore.reInit();\n                UserProfileStore_1.userProfileStore.callApi();\n                return true;\n            }\n            catch (err) {\n                console.trace(err);\n                formStore.message.showErrorMessage(err, 'Failed to update profile.');\n            }\n        })\n    }\n});\n\n\n//# sourceURL=webpack:///./src/Accounts/stores/updateUserProfileForm.ts?");

/***/ }),

/***/ "./src/Candidate/constants/InvitationType.ts":
/*!***************************************************!*\
  !*** ./src/Candidate/constants/InvitationType.ts ***!
  \***************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {

"use strict";
eval("\nObject.defineProperty(exports, \"__esModule\", { value: true });\nvar InvitationType;\n(function (InvitationType) {\n    InvitationType[\"REGISTRATION\"] = \"registration\";\n    InvitationType[\"REGISTRATION_AND_TALENT_PROFILE\"] = \"registration_and_talent_profile\";\n    InvitationType[\"REGISTRATION_AND_JOURNEY_INVITATION\"] = \"registration_and_journey_invitation\";\n    InvitationType[\"MANAGER_VIEW\"] = \"manager_view\";\n    InvitationType[\"TECHNICAL_VERIFICATION\"] = \"technical_verification\";\n    InvitationType[\"INTERVIEW_SCORING\"] = \"interview_scoring\";\n    InvitationType[\"INTERVIEW_PORTAL\"] = \"interview_portal\";\n    InvitationType[\"ACCOUNT_CREATION\"] = \"account_creation\";\n    InvitationType[\"MAPPING_REVAMP\"] = \"mapping_revamp\";\n    InvitationType[\"ASSESS_REVAMP_APP_URL\"] = \"assess\";\n})(InvitationType = exports.InvitationType || (exports.InvitationType = {}));\n\n\n//# sourceURL=webpack:///./src/Candidate/constants/InvitationType.ts?");

/***/ }),

/***/ "./src/Candidate/constants/routes.ts":
/*!*******************************************!*\
  !*** ./src/Candidate/constants/routes.ts ***!
  \*******************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {

"use strict";
eval("\nObject.defineProperty(exports, \"__esModule\", { value: true });\nconst _ = __webpack_require__(/*! lodash */ \"./node_modules/lodash/lodash.js\");\nexports.convertToTemplate = (url) => {\n    const replacementRegex = /:[0-9a-zA-Z_]*/;\n    const replacementList = replacementRegex.exec(url);\n    const replacedUrl = replacementList.reduce((currentUrl, replacementWord) => {\n        const strippedWordToReplace = replacementWord.substr(1);\n        return currentUrl.replace(replacementWord, `\\${${strippedWordToReplace}}`);\n    }, url);\n    return _.template(replacedUrl);\n};\nexports.CANDIDATE_APP_DOMAIN = '/';\nexports.CANDIDATE_APP_ASSESSMENTS = `${exports.CANDIDATE_APP_DOMAIN}assessments`;\nexports.CANDIDATE_APP_PROFILE_PERSONAL_INFO = `${exports.CANDIDATE_APP_DOMAIN}profile/personal-info/section/:section_id`;\nexports.CANDIDATE_APP_PROFILE_EXPERIENCE = `${exports.CANDIDATE_APP_DOMAIN}profile/experience`;\nexports.CANDIDATE_APP_PROFILE_EDUCATION = `${exports.CANDIDATE_APP_DOMAIN}profile/education`;\nexports.CANDIDATE_APP_PROFILE_EDUCATION_EDIT = `${exports.CANDIDATE_APP_DOMAIN}profile/education/:education_id/edit`;\nexports.CANDIDATE_APP_PROFILE_ROLE_ACCOUNTABILITY = `${exports.CANDIDATE_APP_DOMAIN}profile/role-accountability`;\nexports.CANDIDATE_APP_PROFILE_TECHNICAL = `${exports.CANDIDATE_APP_DOMAIN}profile/technical`;\nexports.CANDIDATE_APP_PROFILE_ASPIRATION = `${exports.CANDIDATE_APP_DOMAIN}profile/aspiration`;\nexports.CANDIDATE_APP_PERSONAL_PROFILE = `${exports.CANDIDATE_APP_DOMAIN}profile/personal-profile/details/:details`;\nexports.CANDIDATE_APP_DEVELOPMENT_PLAN = `${exports.CANDIDATE_APP_DOMAIN}development-plan/talent-profile`;\nexports.CANDIDATE_APP_DEVELOPMENT_PLAN_TALENT = `${exports.CANDIDATE_APP_DEVELOPMENT_PLAN}/talent-role-id/:talent_role_id/talent-role/:talent_role`;\nexports.CANDIDATE_APP_DEVELOPMENT_PLAN_DEVELOPMENT = `${exports.CANDIDATE_APP_DEVELOPMENT_PLAN_TALENT}/development`;\nexports.CANDIDATE_APP_DEVELOPMENT_PLAN_DEVELOPMENT_DETAILS = `${exports.CANDIDATE_APP_DEVELOPMENT_PLAN_DEVELOPMENT}/plan/:plan/development`;\nexports.CANDIDATE_APP_DEVELOPMENT_PLAN_ACCOUNTABILITY = `${exports.CANDIDATE_APP_DEVELOPMENT_PLAN_TALENT}/accountability`;\nexports.CANDIDATE_APP_DEVELOPMENT_PLAN_ASPIRATION = `${exports.CANDIDATE_APP_DEVELOPMENT_PLAN_TALENT}/aspiration`;\nexports.CANDIDATE_APP_BREAK = `${exports.CANDIDATE_APP_DOMAIN}project/break`;\nexports.CANDIDATE_APP_COMPLETED = `${exports.CANDIDATE_APP_DOMAIN}completed`;\nexports.CANDIDATE_NOT_FOUND = `${exports.CANDIDATE_APP_DOMAIN}not-found`;\nexports.CANDIDATE_COMING_SOON = `${exports.CANDIDATE_APP_DOMAIN}coming-soon`;\nexports.CANDIDATE_INVITATION_PAGE_URL = '/invitation';\nexports.CANDIDATE_JOURNEY_INVITATION_PAGE_URL = '/invitation/journey';\nexports.CANDIDATE_INTEGRATION_INVITATION_PAGE = '/integration/invitation';\nexports.CANDIDATE_CAREER_PATHING = `${exports.CANDIDATE_APP_DOMAIN}career-pathing`;\nexports.CANDIDATE_CAREER_PATHING_COMPONENT = `${exports.CANDIDATE_APP_DOMAIN}career-pathing-component`;\nexports.CANDIDATE_CAREER_PATHING_LANDING = `${exports.CANDIDATE_CAREER_PATHING}/landing-page`;\nexports.CANDIDATE_CAREER_PATHING_MAIN = `${exports.CANDIDATE_CAREER_PATHING}/career-matches/tab/:tab`;\nexports.CANDIDATE_CAREER_PATHING_JOB = `${exports.CANDIDATE_CAREER_PATHING}/career-matches/role/:roleId/job-info/tab/:tab`;\nexports.CANDIDATE_CAREER_PATHING_BOARD = `${exports.CANDIDATE_CAREER_PATHING}/job-board`;\nexports.CANDIDATE_CAREER_PATHING_BOARD_MAIN = `${exports.CANDIDATE_CAREER_PATHING_BOARD}/main`;\nexports.CANDIDATE_CAREER_PATHING_BOARD_COMPARISON = `${exports.CANDIDATE_CAREER_PATHING_BOARD}/job-comparison`;\nexports.CANDIDATE_CAREER_PATHING_CAREER_JOURNAL_CONTAINER = `${exports.CANDIDATE_CAREER_PATHING}/career-journal`;\nexports.CANDIDATE_CAREER_PATHING_CAREER_JOURNAL = `${exports.CANDIDATE_CAREER_PATHING}/career-journal/role/:roleId/career-journal/:careerJournalTab`;\nexports.CANDIDATE_APP_EMPLOYEE_INFO = `${exports.CANDIDATE_APP_DOMAIN}employee-info`;\nexports.CANDIDATE_PROFILE_SETUP = `${exports.CANDIDATE_APP_DOMAIN}profile-setup`;\nexports.CANDIDATE_PROFILE_SETUP_PAGE = `${exports.CANDIDATE_PROFILE_SETUP}/:page`;\nexports.INTERVIEW_APP = '/interview';\nexports.INTERVIEW_SCORING = `${exports.INTERVIEW_APP}/:interview_id/scoring-sheet`;\nexports.INTERVIEW_SCORING_LEADERSHIP = `${exports.INTERVIEW_SCORING}/leadership`;\nexports.INTERVIEW_SCORING_TECHNICAL = `${exports.INTERVIEW_SCORING}/technical`;\nexports.INTERVIEW_SCORING_PIVOTAL_EXPERIENCE = `${exports.INTERVIEW_SCORING}/pivotal-experience`;\nexports.INTERVIEW_PORTAL = `${exports.INTERVIEW_APP}/interview-portal`;\n\n\n//# sourceURL=webpack:///./src/Candidate/constants/routes.ts?");

/***/ }),

/***/ "./src/Candidate/resources/audio sync recursive ^\\.\\/.*\\/01TalentPulseIntroCandidate\\.mp3$":
/*!***************************************************************************************!*\
  !*** ./src/Candidate/resources/audio sync ^\.\/.*\/01TalentPulseIntroCandidate\.mp3$ ***!
  \***************************************************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {

eval("var map = {\n\t\"./en/01TalentPulseIntroCandidate.mp3\": \"./src/Candidate/resources/audio/en/01TalentPulseIntroCandidate.mp3\",\n\t\"./tr/01TalentPulseIntroCandidate.mp3\": \"./src/Candidate/resources/audio/tr/01TalentPulseIntroCandidate.mp3\"\n};\n\n\nfunction webpackContext(req) {\n\tvar id = webpackContextResolve(req);\n\treturn __webpack_require__(id);\n}\nfunction webpackContextResolve(req) {\n\tif(!__webpack_require__.o(map, req)) {\n\t\tvar e = new Error(\"Cannot find module '\" + req + \"'\");\n\t\te.code = 'MODULE_NOT_FOUND';\n\t\tthrow e;\n\t}\n\treturn map[req];\n}\nwebpackContext.keys = function webpackContextKeys() {\n\treturn Object.keys(map);\n};\nwebpackContext.resolve = webpackContextResolve;\nmodule.exports = webpackContext;\nwebpackContext.id = \"./src/Candidate/resources/audio sync recursive ^\\\\.\\\\/.*\\\\/01TalentPulseIntroCandidate\\\\.mp3$\";\n\n//# sourceURL=webpack:///./src/Candidate/resources/audio_sync_^\\.\\/.*\\/01TalentPulseIntroCandidate\\.mp3$?");

/***/ }),

/***/ "./src/Candidate/resources/audio sync recursive ^\\.\\/.*\\/02ListOfProjects\\.mp3$":
/*!****************************************************************************!*\
  !*** ./src/Candidate/resources/audio sync ^\.\/.*\/02ListOfProjects\.mp3$ ***!
  \****************************************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {

eval("var map = {\n\t\"./en/02ListOfProjects.mp3\": \"./src/Candidate/resources/audio/en/02ListOfProjects.mp3\",\n\t\"./tr/02ListOfProjects.mp3\": \"./src/Candidate/resources/audio/tr/02ListOfProjects.mp3\"\n};\n\n\nfunction webpackContext(req) {\n\tvar id = webpackContextResolve(req);\n\treturn __webpack_require__(id);\n}\nfunction webpackContextResolve(req) {\n\tif(!__webpack_require__.o(map, req)) {\n\t\tvar e = new Error(\"Cannot find module '\" + req + \"'\");\n\t\te.code = 'MODULE_NOT_FOUND';\n\t\tthrow e;\n\t}\n\treturn map[req];\n}\nwebpackContext.keys = function webpackContextKeys() {\n\treturn Object.keys(map);\n};\nwebpackContext.resolve = webpackContextResolve;\nmodule.exports = webpackContext;\nwebpackContext.id = \"./src/Candidate/resources/audio sync recursive ^\\\\.\\\\/.*\\\\/02ListOfProjects\\\\.mp3$\";\n\n//# sourceURL=webpack:///./src/Candidate/resources/audio_sync_^\\.\\/.*\\/02ListOfProjects\\.mp3$?");

/***/ }),

/***/ "./src/Candidate/resources/audio sync recursive ^\\.\\/.*\\/03Simplify\\.mp3$":
/*!**********************************************************************!*\
  !*** ./src/Candidate/resources/audio sync ^\.\/.*\/03Simplify\.mp3$ ***!
  \**********************************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {

eval("var map = {\n\t\"./en/03Simplify.mp3\": \"./src/Candidate/resources/audio/en/03Simplify.mp3\",\n\t\"./tr/03Simplify.mp3\": \"./src/Candidate/resources/audio/tr/03Simplify.mp3\"\n};\n\n\nfunction webpackContext(req) {\n\tvar id = webpackContextResolve(req);\n\treturn __webpack_require__(id);\n}\nfunction webpackContextResolve(req) {\n\tif(!__webpack_require__.o(map, req)) {\n\t\tvar e = new Error(\"Cannot find module '\" + req + \"'\");\n\t\te.code = 'MODULE_NOT_FOUND';\n\t\tthrow e;\n\t}\n\treturn map[req];\n}\nwebpackContext.keys = function webpackContextKeys() {\n\treturn Object.keys(map);\n};\nwebpackContext.resolve = webpackContextResolve;\nmodule.exports = webpackContext;\nwebpackContext.id = \"./src/Candidate/resources/audio sync recursive ^\\\\.\\\\/.*\\\\/03Simplify\\\\.mp3$\";\n\n//# sourceURL=webpack:///./src/Candidate/resources/audio_sync_^\\.\\/.*\\/03Simplify\\.mp3$?");

/***/ }),

/***/ "./src/Candidate/resources/audio sync recursive ^\\.\\/.*\\/04BehavioralAssessment\\.mp3$":
/*!**********************************************************************************!*\
  !*** ./src/Candidate/resources/audio sync ^\.\/.*\/04BehavioralAssessment\.mp3$ ***!
  \**********************************************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {

eval("var map = {\n\t\"./en/04BehavioralAssessment.mp3\": \"./src/Candidate/resources/audio/en/04BehavioralAssessment.mp3\",\n\t\"./tr/04BehavioralAssessment.mp3\": \"./src/Candidate/resources/audio/tr/04BehavioralAssessment.mp3\"\n};\n\n\nfunction webpackContext(req) {\n\tvar id = webpackContextResolve(req);\n\treturn __webpack_require__(id);\n}\nfunction webpackContextResolve(req) {\n\tif(!__webpack_require__.o(map, req)) {\n\t\tvar e = new Error(\"Cannot find module '\" + req + \"'\");\n\t\te.code = 'MODULE_NOT_FOUND';\n\t\tthrow e;\n\t}\n\treturn map[req];\n}\nwebpackContext.keys = function webpackContextKeys() {\n\treturn Object.keys(map);\n};\nwebpackContext.resolve = webpackContextResolve;\nmodule.exports = webpackContext;\nwebpackContext.id = \"./src/Candidate/resources/audio sync recursive ^\\\\.\\\\/.*\\\\/04BehavioralAssessment\\\\.mp3$\";\n\n//# sourceURL=webpack:///./src/Candidate/resources/audio_sync_^\\.\\/.*\\/04BehavioralAssessment\\.mp3$?");

/***/ }),

/***/ "./src/Candidate/resources/audio sync recursive ^\\.\\/.*\\/05InterestsMotivesAssessment\\.mp3$":
/*!****************************************************************************************!*\
  !*** ./src/Candidate/resources/audio sync ^\.\/.*\/05InterestsMotivesAssessment\.mp3$ ***!
  \****************************************************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {

eval("var map = {\n\t\"./en/05InterestsMotivesAssessment.mp3\": \"./src/Candidate/resources/audio/en/05InterestsMotivesAssessment.mp3\",\n\t\"./tr/05InterestsMotivesAssessment.mp3\": \"./src/Candidate/resources/audio/tr/05InterestsMotivesAssessment.mp3\"\n};\n\n\nfunction webpackContext(req) {\n\tvar id = webpackContextResolve(req);\n\treturn __webpack_require__(id);\n}\nfunction webpackContextResolve(req) {\n\tif(!__webpack_require__.o(map, req)) {\n\t\tvar e = new Error(\"Cannot find module '\" + req + \"'\");\n\t\te.code = 'MODULE_NOT_FOUND';\n\t\tthrow e;\n\t}\n\treturn map[req];\n}\nwebpackContext.keys = function webpackContextKeys() {\n\treturn Object.keys(map);\n};\nwebpackContext.resolve = webpackContextResolve;\nmodule.exports = webpackContext;\nwebpackContext.id = \"./src/Candidate/resources/audio sync recursive ^\\\\.\\\\/.*\\\\/05InterestsMotivesAssessment\\\\.mp3$\";\n\n//# sourceURL=webpack:///./src/Candidate/resources/audio_sync_^\\.\\/.*\\/05InterestsMotivesAssessment\\.mp3$?");

/***/ }),

/***/ "./src/Candidate/resources/audio sync recursive ^\\.\\/.*\\/06NumericalReasoning\\.mp3$":
/*!********************************************************************************!*\
  !*** ./src/Candidate/resources/audio sync ^\.\/.*\/06NumericalReasoning\.mp3$ ***!
  \********************************************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {

eval("var map = {\n\t\"./en/06NumericalReasoning.mp3\": \"./src/Candidate/resources/audio/en/06NumericalReasoning.mp3\",\n\t\"./tr/06NumericalReasoning.mp3\": \"./src/Candidate/resources/audio/tr/06NumericalReasoning.mp3\"\n};\n\n\nfunction webpackContext(req) {\n\tvar id = webpackContextResolve(req);\n\treturn __webpack_require__(id);\n}\nfunction webpackContextResolve(req) {\n\tif(!__webpack_require__.o(map, req)) {\n\t\tvar e = new Error(\"Cannot find module '\" + req + \"'\");\n\t\te.code = 'MODULE_NOT_FOUND';\n\t\tthrow e;\n\t}\n\treturn map[req];\n}\nwebpackContext.keys = function webpackContextKeys() {\n\treturn Object.keys(map);\n};\nwebpackContext.resolve = webpackContextResolve;\nmodule.exports = webpackContext;\nwebpackContext.id = \"./src/Candidate/resources/audio sync recursive ^\\\\.\\\\/.*\\\\/06NumericalReasoning\\\\.mp3$\";\n\n//# sourceURL=webpack:///./src/Candidate/resources/audio_sync_^\\.\\/.*\\/06NumericalReasoning\\.mp3$?");

/***/ }),

/***/ "./src/Candidate/resources/audio sync recursive ^\\.\\/.*\\/07VerbalReasoning\\.mp3$":
/*!*****************************************************************************!*\
  !*** ./src/Candidate/resources/audio sync ^\.\/.*\/07VerbalReasoning\.mp3$ ***!
  \*****************************************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {

eval("var map = {\n\t\"./en/07VerbalReasoning.mp3\": \"./src/Candidate/resources/audio/en/07VerbalReasoning.mp3\",\n\t\"./tr/07VerbalReasoning.mp3\": \"./src/Candidate/resources/audio/tr/07VerbalReasoning.mp3\"\n};\n\n\nfunction webpackContext(req) {\n\tvar id = webpackContextResolve(req);\n\treturn __webpack_require__(id);\n}\nfunction webpackContextResolve(req) {\n\tif(!__webpack_require__.o(map, req)) {\n\t\tvar e = new Error(\"Cannot find module '\" + req + \"'\");\n\t\te.code = 'MODULE_NOT_FOUND';\n\t\tthrow e;\n\t}\n\treturn map[req];\n}\nwebpackContext.keys = function webpackContextKeys() {\n\treturn Object.keys(map);\n};\nwebpackContext.resolve = webpackContextResolve;\nmodule.exports = webpackContext;\nwebpackContext.id = \"./src/Candidate/resources/audio sync recursive ^\\\\.\\\\/.*\\\\/07VerbalReasoning\\\\.mp3$\";\n\n//# sourceURL=webpack:///./src/Candidate/resources/audio_sync_^\\.\\/.*\\/07VerbalReasoning\\.mp3$?");

/***/ }),

/***/ "./src/Candidate/resources/audio sync recursive ^\\.\\/.*\\/08MultitaskingCapability\\.mp3$":
/*!************************************************************************************!*\
  !*** ./src/Candidate/resources/audio sync ^\.\/.*\/08MultitaskingCapability\.mp3$ ***!
  \************************************************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {

eval("var map = {\n\t\"./en/08MultitaskingCapability.mp3\": \"./src/Candidate/resources/audio/en/08MultitaskingCapability.mp3\",\n\t\"./tr/08MultitaskingCapability.mp3\": \"./src/Candidate/resources/audio/tr/08MultitaskingCapability.mp3\"\n};\n\n\nfunction webpackContext(req) {\n\tvar id = webpackContextResolve(req);\n\treturn __webpack_require__(id);\n}\nfunction webpackContextResolve(req) {\n\tif(!__webpack_require__.o(map, req)) {\n\t\tvar e = new Error(\"Cannot find module '\" + req + \"'\");\n\t\te.code = 'MODULE_NOT_FOUND';\n\t\tthrow e;\n\t}\n\treturn map[req];\n}\nwebpackContext.keys = function webpackContextKeys() {\n\treturn Object.keys(map);\n};\nwebpackContext.resolve = webpackContextResolve;\nmodule.exports = webpackContext;\nwebpackContext.id = \"./src/Candidate/resources/audio sync recursive ^\\\\.\\\\/.*\\\\/08MultitaskingCapability\\\\.mp3$\";\n\n//# sourceURL=webpack:///./src/Candidate/resources/audio_sync_^\\.\\/.*\\/08MultitaskingCapability\\.mp3$?");

/***/ }),

/***/ "./src/Candidate/resources/audio sync recursive ^\\.\\/.*\\/09InductiveReasoning\\.mp3$":
/*!********************************************************************************!*\
  !*** ./src/Candidate/resources/audio sync ^\.\/.*\/09InductiveReasoning\.mp3$ ***!
  \********************************************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {

eval("var map = {\n\t\"./en/09InductiveReasoning.mp3\": \"./src/Candidate/resources/audio/en/09InductiveReasoning.mp3\",\n\t\"./tr/09InductiveReasoning.mp3\": \"./src/Candidate/resources/audio/tr/09InductiveReasoning.mp3\"\n};\n\n\nfunction webpackContext(req) {\n\tvar id = webpackContextResolve(req);\n\treturn __webpack_require__(id);\n}\nfunction webpackContextResolve(req) {\n\tif(!__webpack_require__.o(map, req)) {\n\t\tvar e = new Error(\"Cannot find module '\" + req + \"'\");\n\t\te.code = 'MODULE_NOT_FOUND';\n\t\tthrow e;\n\t}\n\treturn map[req];\n}\nwebpackContext.keys = function webpackContextKeys() {\n\treturn Object.keys(map);\n};\nwebpackContext.resolve = webpackContextResolve;\nmodule.exports = webpackContext;\nwebpackContext.id = \"./src/Candidate/resources/audio sync recursive ^\\\\.\\\\/.*\\\\/09InductiveReasoning\\\\.mp3$\";\n\n//# sourceURL=webpack:///./src/Candidate/resources/audio_sync_^\\.\\/.*\\/09InductiveReasoning\\.mp3$?");

/***/ }),

/***/ "./src/Candidate/resources/audio sync recursive ^\\.\\/.*\\/10DeductiveReasoning\\.mp3$":
/*!********************************************************************************!*\
  !*** ./src/Candidate/resources/audio sync ^\.\/.*\/10DeductiveReasoning\.mp3$ ***!
  \********************************************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {

eval("var map = {\n\t\"./en/10DeductiveReasoning.mp3\": \"./src/Candidate/resources/audio/en/10DeductiveReasoning.mp3\",\n\t\"./tr/10DeductiveReasoning.mp3\": \"./src/Candidate/resources/audio/tr/10DeductiveReasoning.mp3\"\n};\n\n\nfunction webpackContext(req) {\n\tvar id = webpackContextResolve(req);\n\treturn __webpack_require__(id);\n}\nfunction webpackContextResolve(req) {\n\tif(!__webpack_require__.o(map, req)) {\n\t\tvar e = new Error(\"Cannot find module '\" + req + \"'\");\n\t\te.code = 'MODULE_NOT_FOUND';\n\t\tthrow e;\n\t}\n\treturn map[req];\n}\nwebpackContext.keys = function webpackContextKeys() {\n\treturn Object.keys(map);\n};\nwebpackContext.resolve = webpackContextResolve;\nmodule.exports = webpackContext;\nwebpackContext.id = \"./src/Candidate/resources/audio sync recursive ^\\\\.\\\\/.*\\\\/10DeductiveReasoning\\\\.mp3$\";\n\n//# sourceURL=webpack:///./src/Candidate/resources/audio_sync_^\\.\\/.*\\/10DeductiveReasoning\\.mp3$?");

/***/ }),

/***/ "./src/Candidate/resources/audio sync recursive ^\\.\\/.*\\/11Cognify\\.mp3$":
/*!*********************************************************************!*\
  !*** ./src/Candidate/resources/audio sync ^\.\/.*\/11Cognify\.mp3$ ***!
  \*********************************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {

eval("var map = {\n\t\"./en/11Cognify.mp3\": \"./src/Candidate/resources/audio/en/11Cognify.mp3\",\n\t\"./tr/11Cognify.mp3\": \"./src/Candidate/resources/audio/tr/11Cognify.mp3\"\n};\n\n\nfunction webpackContext(req) {\n\tvar id = webpackContextResolve(req);\n\treturn __webpack_require__(id);\n}\nfunction webpackContextResolve(req) {\n\tif(!__webpack_require__.o(map, req)) {\n\t\tvar e = new Error(\"Cannot find module '\" + req + \"'\");\n\t\te.code = 'MODULE_NOT_FOUND';\n\t\tthrow e;\n\t}\n\treturn map[req];\n}\nwebpackContext.keys = function webpackContextKeys() {\n\treturn Object.keys(map);\n};\nwebpackContext.resolve = webpackContextResolve;\nmodule.exports = webpackContext;\nwebpackContext.id = \"./src/Candidate/resources/audio sync recursive ^\\\\.\\\\/.*\\\\/11Cognify\\\\.mp3$\";\n\n//# sourceURL=webpack:///./src/Candidate/resources/audio_sync_^\\.\\/.*\\/11Cognify\\.mp3$?");

/***/ }),

/***/ "./src/Candidate/resources/audio sync recursive ^\\.\\/.*\\/12iLead\\.mp3$":
/*!*******************************************************************!*\
  !*** ./src/Candidate/resources/audio sync ^\.\/.*\/12iLead\.mp3$ ***!
  \*******************************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {

eval("var map = {\n\t\"./en/12iLead.mp3\": \"./src/Candidate/resources/audio/en/12iLead.mp3\",\n\t\"./tr/12iLead.mp3\": \"./src/Candidate/resources/audio/tr/12iLead.mp3\"\n};\n\n\nfunction webpackContext(req) {\n\tvar id = webpackContextResolve(req);\n\treturn __webpack_require__(id);\n}\nfunction webpackContextResolve(req) {\n\tif(!__webpack_require__.o(map, req)) {\n\t\tvar e = new Error(\"Cannot find module '\" + req + \"'\");\n\t\te.code = 'MODULE_NOT_FOUND';\n\t\tthrow e;\n\t}\n\treturn map[req];\n}\nwebpackContext.keys = function webpackContextKeys() {\n\treturn Object.keys(map);\n};\nwebpackContext.resolve = webpackContextResolve;\nmodule.exports = webpackContext;\nwebpackContext.id = \"./src/Candidate/resources/audio sync recursive ^\\\\.\\\\/.*\\\\/12iLead\\\\.mp3$\";\n\n//# sourceURL=webpack:///./src/Candidate/resources/audio_sync_^\\.\\/.*\\/12iLead\\.mp3$?");

/***/ }),

/***/ "./src/Candidate/resources/audio sync recursive ^\\.\\/.*\\/13ChangeQuest\\.mp3$":
/*!*************************************************************************!*\
  !*** ./src/Candidate/resources/audio sync ^\.\/.*\/13ChangeQuest\.mp3$ ***!
  \*************************************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {

eval("var map = {\n\t\"./en/13ChangeQuest.mp3\": \"./src/Candidate/resources/audio/en/13ChangeQuest.mp3\",\n\t\"./tr/13ChangeQuest.mp3\": \"./src/Candidate/resources/audio/tr/13ChangeQuest.mp3\"\n};\n\n\nfunction webpackContext(req) {\n\tvar id = webpackContextResolve(req);\n\treturn __webpack_require__(id);\n}\nfunction webpackContextResolve(req) {\n\tif(!__webpack_require__.o(map, req)) {\n\t\tvar e = new Error(\"Cannot find module '\" + req + \"'\");\n\t\te.code = 'MODULE_NOT_FOUND';\n\t\tthrow e;\n\t}\n\treturn map[req];\n}\nwebpackContext.keys = function webpackContextKeys() {\n\treturn Object.keys(map);\n};\nwebpackContext.resolve = webpackContextResolve;\nmodule.exports = webpackContext;\nwebpackContext.id = \"./src/Candidate/resources/audio sync recursive ^\\\\.\\\\/.*\\\\/13ChangeQuest\\\\.mp3$\";\n\n//# sourceURL=webpack:///./src/Candidate/resources/audio_sync_^\\.\\/.*\\/13ChangeQuest\\.mp3$?");

/***/ }),

/***/ "./src/Candidate/resources/audio sync recursive ^\\.\\/.*\\/14Trust\\.mp3$":
/*!*******************************************************************!*\
  !*** ./src/Candidate/resources/audio sync ^\.\/.*\/14Trust\.mp3$ ***!
  \*******************************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {

eval("var map = {\n\t\"./en/14Trust.mp3\": \"./src/Candidate/resources/audio/en/14Trust.mp3\",\n\t\"./tr/14Trust.mp3\": \"./src/Candidate/resources/audio/tr/14Trust.mp3\"\n};\n\n\nfunction webpackContext(req) {\n\tvar id = webpackContextResolve(req);\n\treturn __webpack_require__(id);\n}\nfunction webpackContextResolve(req) {\n\tif(!__webpack_require__.o(map, req)) {\n\t\tvar e = new Error(\"Cannot find module '\" + req + \"'\");\n\t\te.code = 'MODULE_NOT_FOUND';\n\t\tthrow e;\n\t}\n\treturn map[req];\n}\nwebpackContext.keys = function webpackContextKeys() {\n\treturn Object.keys(map);\n};\nwebpackContext.resolve = webpackContextResolve;\nmodule.exports = webpackContext;\nwebpackContext.id = \"./src/Candidate/resources/audio sync recursive ^\\\\.\\\\/.*\\\\/14Trust\\\\.mp3$\";\n\n//# sourceURL=webpack:///./src/Candidate/resources/audio_sync_^\\.\\/.*\\/14Trust\\.mp3$?");

/***/ }),

/***/ "./src/Candidate/resources/audio sync recursive ^\\.\\/.*\\/15SalesQuest\\.mp3$":
/*!************************************************************************!*\
  !*** ./src/Candidate/resources/audio sync ^\.\/.*\/15SalesQuest\.mp3$ ***!
  \************************************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {

eval("var map = {\n\t\"./en/15SalesQuest.mp3\": \"./src/Candidate/resources/audio/en/15SalesQuest.mp3\",\n\t\"./tr/15SalesQuest.mp3\": \"./src/Candidate/resources/audio/tr/15SalesQuest.mp3\"\n};\n\n\nfunction webpackContext(req) {\n\tvar id = webpackContextResolve(req);\n\treturn __webpack_require__(id);\n}\nfunction webpackContextResolve(req) {\n\tif(!__webpack_require__.o(map, req)) {\n\t\tvar e = new Error(\"Cannot find module '\" + req + \"'\");\n\t\te.code = 'MODULE_NOT_FOUND';\n\t\tthrow e;\n\t}\n\treturn map[req];\n}\nwebpackContext.keys = function webpackContextKeys() {\n\treturn Object.keys(map);\n};\nwebpackContext.resolve = webpackContextResolve;\nmodule.exports = webpackContext;\nwebpackContext.id = \"./src/Candidate/resources/audio sync recursive ^\\\\.\\\\/.*\\\\/15SalesQuest\\\\.mp3$\";\n\n//# sourceURL=webpack:///./src/Candidate/resources/audio_sync_^\\.\\/.*\\/15SalesQuest\\.mp3$?");

/***/ }),

/***/ "./src/Candidate/resources/audio sync recursive ^\\.\\/.*\\/16BYB\\.mp3$":
/*!*****************************************************************!*\
  !*** ./src/Candidate/resources/audio sync ^\.\/.*\/16BYB\.mp3$ ***!
  \*****************************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {

eval("var map = {\n\t\"./en/16BYB.mp3\": \"./src/Candidate/resources/audio/en/16BYB.mp3\",\n\t\"./tr/16BYB.mp3\": \"./src/Candidate/resources/audio/tr/16BYB.mp3\"\n};\n\n\nfunction webpackContext(req) {\n\tvar id = webpackContextResolve(req);\n\treturn __webpack_require__(id);\n}\nfunction webpackContextResolve(req) {\n\tif(!__webpack_require__.o(map, req)) {\n\t\tvar e = new Error(\"Cannot find module '\" + req + \"'\");\n\t\te.code = 'MODULE_NOT_FOUND';\n\t\tthrow e;\n\t}\n\treturn map[req];\n}\nwebpackContext.keys = function webpackContextKeys() {\n\treturn Object.keys(map);\n};\nwebpackContext.resolve = webpackContextResolve;\nmodule.exports = webpackContext;\nwebpackContext.id = \"./src/Candidate/resources/audio sync recursive ^\\\\.\\\\/.*\\\\/16BYB\\\\.mp3$\";\n\n//# sourceURL=webpack:///./src/Candidate/resources/audio_sync_^\\.\\/.*\\/16BYB\\.mp3$?");

/***/ }),

/***/ "./src/Candidate/resources/audio sync recursive ^\\.\\/.*\\/17Completion1\\.mp3$":
/*!*************************************************************************!*\
  !*** ./src/Candidate/resources/audio sync ^\.\/.*\/17Completion1\.mp3$ ***!
  \*************************************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {

eval("var map = {\n\t\"./en/17Completion1.mp3\": \"./src/Candidate/resources/audio/en/17Completion1.mp3\",\n\t\"./tr/17Completion1.mp3\": \"./src/Candidate/resources/audio/tr/17Completion1.mp3\"\n};\n\n\nfunction webpackContext(req) {\n\tvar id = webpackContextResolve(req);\n\treturn __webpack_require__(id);\n}\nfunction webpackContextResolve(req) {\n\tif(!__webpack_require__.o(map, req)) {\n\t\tvar e = new Error(\"Cannot find module '\" + req + \"'\");\n\t\te.code = 'MODULE_NOT_FOUND';\n\t\tthrow e;\n\t}\n\treturn map[req];\n}\nwebpackContext.keys = function webpackContextKeys() {\n\treturn Object.keys(map);\n};\nwebpackContext.resolve = webpackContextResolve;\nmodule.exports = webpackContext;\nwebpackContext.id = \"./src/Candidate/resources/audio sync recursive ^\\\\.\\\\/.*\\\\/17Completion1\\\\.mp3$\";\n\n//# sourceURL=webpack:///./src/Candidate/resources/audio_sync_^\\.\\/.*\\/17Completion1\\.mp3$?");

/***/ }),

/***/ "./src/Candidate/resources/audio sync recursive ^\\.\\/.*\\/18Completion2\\.mp3$":
/*!*************************************************************************!*\
  !*** ./src/Candidate/resources/audio sync ^\.\/.*\/18Completion2\.mp3$ ***!
  \*************************************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {

eval("var map = {\n\t\"./en/18Completion2.mp3\": \"./src/Candidate/resources/audio/en/18Completion2.mp3\",\n\t\"./tr/18Completion2.mp3\": \"./src/Candidate/resources/audio/tr/18Completion2.mp3\"\n};\n\n\nfunction webpackContext(req) {\n\tvar id = webpackContextResolve(req);\n\treturn __webpack_require__(id);\n}\nfunction webpackContextResolve(req) {\n\tif(!__webpack_require__.o(map, req)) {\n\t\tvar e = new Error(\"Cannot find module '\" + req + \"'\");\n\t\te.code = 'MODULE_NOT_FOUND';\n\t\tthrow e;\n\t}\n\treturn map[req];\n}\nwebpackContext.keys = function webpackContextKeys() {\n\treturn Object.keys(map);\n};\nwebpackContext.resolve = webpackContextResolve;\nmodule.exports = webpackContext;\nwebpackContext.id = \"./src/Candidate/resources/audio sync recursive ^\\\\.\\\\/.*\\\\/18Completion2\\\\.mp3$\";\n\n//# sourceURL=webpack:///./src/Candidate/resources/audio_sync_^\\.\\/.*\\/18Completion2\\.mp3$?");

/***/ }),

/***/ "./src/Candidate/resources/audio sync recursive ^\\.\\/.*\\/19Completion3\\.mp3$":
/*!*************************************************************************!*\
  !*** ./src/Candidate/resources/audio sync ^\.\/.*\/19Completion3\.mp3$ ***!
  \*************************************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {

eval("var map = {\n\t\"./en/19Completion3.mp3\": \"./src/Candidate/resources/audio/en/19Completion3.mp3\",\n\t\"./tr/19Completion3.mp3\": \"./src/Candidate/resources/audio/tr/19Completion3.mp3\"\n};\n\n\nfunction webpackContext(req) {\n\tvar id = webpackContextResolve(req);\n\treturn __webpack_require__(id);\n}\nfunction webpackContextResolve(req) {\n\tif(!__webpack_require__.o(map, req)) {\n\t\tvar e = new Error(\"Cannot find module '\" + req + \"'\");\n\t\te.code = 'MODULE_NOT_FOUND';\n\t\tthrow e;\n\t}\n\treturn map[req];\n}\nwebpackContext.keys = function webpackContextKeys() {\n\treturn Object.keys(map);\n};\nwebpackContext.resolve = webpackContextResolve;\nmodule.exports = webpackContext;\nwebpackContext.id = \"./src/Candidate/resources/audio sync recursive ^\\\\.\\\\/.*\\\\/19Completion3\\\\.mp3$\";\n\n//# sourceURL=webpack:///./src/Candidate/resources/audio_sync_^\\.\\/.*\\/19Completion3\\.mp3$?");

/***/ }),

/***/ "./src/Candidate/resources/audio/candidateAudioListWithSubtitles.ts":
/*!**************************************************************************!*\
  !*** ./src/Candidate/resources/audio/candidateAudioListWithSubtitles.ts ***!
  \**************************************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {

"use strict";
eval("\nObject.defineProperty(exports, \"__esModule\", { value: true });\nconst tslib_1 = __webpack_require__(/*! tslib */ \"./node_modules/tslib/tslib.es6.js\");\nconst _env_1 = __webpack_require__(/*! @env */ \"./env.ts\");\nconst i18next_1 = __webpack_require__(/*! i18next */ \"./node_modules/i18next/dist/esm/i18next.js\");\nconst mobx_1 = __webpack_require__(/*! mobx */ \"./node_modules/mobx/lib/mobx.module.js\");\nconst langTextChanger_1 = __webpack_require__(/*! src/translations/utils/langTextChanger */ \"./src/translations/utils/langTextChanger.ts\");\nclass CandidateAudioListWithSubtitles {\n    constructor() {\n        this.audioLang = _env_1.DEFAULT_LANGUAGE;\n        this.setAudioLang = language => {\n            this.audioLang = language;\n        };\n    }\n    get candidateAudioList() {\n        return {\n            firstTimeIntro: {\n                audio: __webpack_require__(\"./src/Candidate/resources/audio sync recursive ^\\\\.\\\\/.*\\\\/01TalentPulseIntroCandidate\\\\.mp3$\")(`./${langTextChanger_1.audioLangCheck(this.audioLang)}/01TalentPulseIntroCandidate.mp3`),\n                subs: {\n                    0: '',\n                    0.3: i18next_1.default.t('asc_firstTimeIntro_1'),\n                    5: i18next_1.default.t('asc_firstTimeIntro_2')\n                },\n                playOnce: true\n            },\n            assessmentList: {\n                audio: __webpack_require__(\"./src/Candidate/resources/audio sync recursive ^\\\\.\\\\/.*\\\\/02ListOfProjects\\\\.mp3$\")(`./${langTextChanger_1.audioLangCheck(this.audioLang)}/02ListOfProjects.mp3`),\n                subs: {\n                    0: '',\n                    0.3: i18next_1.default.t('asc_assessmentList_1'),\n                    '3.8': i18next_1.default.t('asc_assessmentList_2')\n                },\n                playOnce: true\n            },\n            simplify: {\n                audio: __webpack_require__(\"./src/Candidate/resources/audio sync recursive ^\\\\.\\\\/.*\\\\/03Simplify\\\\.mp3$\")(`./${langTextChanger_1.audioLangCheck(this.audioLang)}/03Simplify.mp3`),\n                subs: {\n                    0: '',\n                    0.3: i18next_1.default.t('asc_simplify_1'),\n                    5: i18next_1.default.t('asc_simplify_2')\n                }\n            },\n            behavioural: {\n                audio: __webpack_require__(\"./src/Candidate/resources/audio sync recursive ^\\\\.\\\\/.*\\\\/04BehavioralAssessment\\\\.mp3$\")(`./${langTextChanger_1.audioLangCheck(this.audioLang)}/04BehavioralAssessment.mp3`),\n                subs: {\n                    0: '',\n                    0.3: i18next_1.default.t('asc_behavioural_1'),\n                    4: i18next_1.default.t('asc_behavioural_2'),\n                    13: i18next_1.default.t('asc_behavioural_3'),\n                    18.7: i18next_1.default.t('asc_behavioural_4')\n                }\n            },\n            'interest and motives': {\n                audio: __webpack_require__(\"./src/Candidate/resources/audio sync recursive ^\\\\.\\\\/.*\\\\/05InterestsMotivesAssessment\\\\.mp3$\")(`./${langTextChanger_1.audioLangCheck(this.audioLang)}/05InterestsMotivesAssessment.mp3`),\n                subs: {\n                    0: '',\n                    0.3: i18next_1.default.t('asc_interest_motives_1'),\n                    4: i18next_1.default.t('asc_interest_motives_2'),\n                    11: i18next_1.default.t('asc_interest_motives_3')\n                }\n            },\n            numericalReasoning: {\n                audio: __webpack_require__(\"./src/Candidate/resources/audio sync recursive ^\\\\.\\\\/.*\\\\/06NumericalReasoning\\\\.mp3$\")(`./${langTextChanger_1.audioLangCheck(this.audioLang)}/06NumericalReasoning.mp3`),\n                subs: {\n                    0: '',\n                    0.3: i18next_1.default.t('asc_numericalReasoning_1'),\n                    7: i18next_1.default.t('asc_numericalReasoning_2'),\n                    19: i18next_1.default.t('asc_numericalReasoning_3'),\n                    32: i18next_1.default.t('asc_numericalReasoning_4'),\n                    40: i18next_1.default.t('asc_numericalReasoning_5')\n                }\n            },\n            verbalReasoning: {\n                audio: __webpack_require__(\"./src/Candidate/resources/audio sync recursive ^\\\\.\\\\/.*\\\\/07VerbalReasoning\\\\.mp3$\")(`./${langTextChanger_1.audioLangCheck(this.audioLang)}/07VerbalReasoning.mp3`),\n                subs: {\n                    0: '',\n                    0.3: i18next_1.default.t('asc_verbalReasoning_1'),\n                    5: i18next_1.default.t('asc_verbalReasoning_2'),\n                    12: i18next_1.default.t('asc_verbalReasoning_3'),\n                    18: i18next_1.default.t('asc_verbalReasoning_4'),\n                    26: i18next_1.default.t('asc_verbalReasoning_5'),\n                    32: i18next_1.default.t('asc_verbalReasoning_6')\n                }\n            },\n            multitasking: {\n                audio: __webpack_require__(\"./src/Candidate/resources/audio sync recursive ^\\\\.\\\\/.*\\\\/08MultitaskingCapability\\\\.mp3$\")(`./${langTextChanger_1.audioLangCheck(this.audioLang)}/08MultitaskingCapability.mp3`),\n                subs: {\n                    0: '',\n                    0.3: i18next_1.default.t('asc_multitasking_1'),\n                    4.5: i18next_1.default.t('asc_multitasking_2'),\n                    10: i18next_1.default.t('asc_multitasking_3'),\n                    20: i18next_1.default.t('asc_multitasking_4')\n                }\n            },\n            inductiveReasoning: {\n                audio: __webpack_require__(\"./src/Candidate/resources/audio sync recursive ^\\\\.\\\\/.*\\\\/09InductiveReasoning\\\\.mp3$\")(`./${langTextChanger_1.audioLangCheck(this.audioLang)}/09InductiveReasoning.mp3`),\n                subs: {\n                    0: '',\n                    0.3: i18next_1.default.t('asc_inductiveReasoning_1'),\n                    5: i18next_1.default.t('asc_inductiveReasoning_2'),\n                    11: i18next_1.default.t('asc_inductiveReasoning_3')\n                }\n            },\n            deductiveReasoning: {\n                audio: __webpack_require__(\"./src/Candidate/resources/audio sync recursive ^\\\\.\\\\/.*\\\\/10DeductiveReasoning\\\\.mp3$\")(`./${langTextChanger_1.audioLangCheck(this.audioLang)}/10DeductiveReasoning.mp3`),\n                subs: {\n                    0: '',\n                    0.3: i18next_1.default.t('asc_deductiveReasoning_1'),\n                    5.5: i18next_1.default.t('asc_deductiveReasoning_2')\n                }\n            },\n            cognify: {\n                audio: __webpack_require__(\"./src/Candidate/resources/audio sync recursive ^\\\\.\\\\/.*\\\\/11Cognify\\\\.mp3$\")(`./${langTextChanger_1.audioLangCheck(this.audioLang)}/11Cognify.mp3`),\n                subs: {\n                    0: '',\n                    0.3: i18next_1.default.t('asc_cognify_1'),\n                    4: i18next_1.default.t('asc_cognify_2')\n                }\n            },\n            iLead: {\n                audio: __webpack_require__(\"./src/Candidate/resources/audio sync recursive ^\\\\.\\\\/.*\\\\/12iLead\\\\.mp3$\")(`./${langTextChanger_1.audioLangCheck(this.audioLang)}/12iLead.mp3`),\n                subs: {\n                    0: '',\n                    0.3: i18next_1.default.t('asc_iLead_1'),\n                    3: i18next_1.default.t('asc_iLead_2'),\n                    9: i18next_1.default.t('asc_iLead_3'),\n                    14: i18next_1.default.t('asc_iLead_4'),\n                    20: i18next_1.default.t('asc_iLead_5')\n                }\n            },\n            changeQuest: {\n                audio: __webpack_require__(\"./src/Candidate/resources/audio sync recursive ^\\\\.\\\\/.*\\\\/13ChangeQuest\\\\.mp3$\")(`./${langTextChanger_1.audioLangCheck(this.audioLang)}/13ChangeQuest.mp3`),\n                subs: {\n                    0: '',\n                    0.3: i18next_1.default.t('asc_changeQuest_1'),\n                    5: i18next_1.default.t('asc_changeQuest_2'),\n                    10: i18next_1.default.t('asc_changeQuest_3')\n                }\n            },\n            trust: {\n                audio: __webpack_require__(\"./src/Candidate/resources/audio sync recursive ^\\\\.\\\\/.*\\\\/14Trust\\\\.mp3$\")(`./${langTextChanger_1.audioLangCheck(this.audioLang)}/14Trust.mp3`),\n                subs: {\n                    0: '',\n                    0.3: i18next_1.default.t('asc_trust_1'),\n                    7.5: i18next_1.default.t('asc_trust_2')\n                }\n            },\n            salesQuest: {\n                audio: __webpack_require__(\"./src/Candidate/resources/audio sync recursive ^\\\\.\\\\/.*\\\\/15SalesQuest\\\\.mp3$\")(`./${langTextChanger_1.audioLangCheck(this.audioLang)}/15SalesQuest.mp3`),\n                subs: {\n                    0: '',\n                    0.3: i18next_1.default.t('asc_salesQuest_1'),\n                    7: i18next_1.default.t('asc_salesQuest_2'),\n                    11: i18next_1.default.t('asc_salesQuest_3'),\n                    19.5: i18next_1.default.t('asc_salesQuest_4')\n                }\n            },\n            byb: {\n                audio: __webpack_require__(\"./src/Candidate/resources/audio sync recursive ^\\\\.\\\\/.*\\\\/16BYB\\\\.mp3$\")(`./${langTextChanger_1.audioLangCheck(this.audioLang)}/16BYB.mp3`),\n                subs: {\n                    0: '',\n                    0.3: i18next_1.default.t('asc_byb_1'),\n                    9: i18next_1.default.t('asc_byb_2'),\n                    15: i18next_1.default.t('asc_byb_3'),\n                    21: i18next_1.default.t('asc_byb_4')\n                }\n            },\n            completion1: {\n                audio: __webpack_require__(\"./src/Candidate/resources/audio sync recursive ^\\\\.\\\\/.*\\\\/17Completion1\\\\.mp3$\")(`./${langTextChanger_1.audioLangCheck(this.audioLang)}/17Completion1.mp3`),\n                subs: {\n                    0: '',\n                    0.3: i18next_1.default.t('asc_completion1')\n                }\n            },\n            completion2: {\n                audio: __webpack_require__(\"./src/Candidate/resources/audio sync recursive ^\\\\.\\\\/.*\\\\/18Completion2\\\\.mp3$\")(`./${langTextChanger_1.audioLangCheck(this.audioLang)}/18Completion2.mp3`),\n                subs: {\n                    0: '',\n                    0.3: i18next_1.default.t('asc_completion2')\n                }\n            },\n            completion3: {\n                audio: __webpack_require__(\"./src/Candidate/resources/audio sync recursive ^\\\\.\\\\/.*\\\\/19Completion3\\\\.mp3$\")(`./${langTextChanger_1.audioLangCheck(this.audioLang)}/19Completion3.mp3`),\n                subs: {\n                    0: '',\n                    0.3: i18next_1.default.t('asc_completion3_1'),\n                    6: i18next_1.default.t('asc_completion3_2')\n                }\n            }\n        };\n    }\n}\ntslib_1.__decorate([\n    mobx_1.observable,\n    tslib_1.__metadata(\"design:type\", String)\n], CandidateAudioListWithSubtitles.prototype, \"audioLang\", void 0);\ntslib_1.__decorate([\n    mobx_1.action,\n    tslib_1.__metadata(\"design:type\", Object)\n], CandidateAudioListWithSubtitles.prototype, \"setAudioLang\", void 0);\ntslib_1.__decorate([\n    mobx_1.computed,\n    tslib_1.__metadata(\"design:type\", Object),\n    tslib_1.__metadata(\"design:paramtypes\", [])\n], CandidateAudioListWithSubtitles.prototype, \"candidateAudioList\", null);\nexports.candidateAudioListWithSubtitles = new CandidateAudioListWithSubtitles();\n\n\n//# sourceURL=webpack:///./src/Candidate/resources/audio/candidateAudioListWithSubtitles.ts?");

/***/ }),

/***/ "./src/Candidate/resources/audio/en/01TalentPulseIntroCandidate.mp3":
/*!**************************************************************************!*\
  !*** ./src/Candidate/resources/audio/en/01TalentPulseIntroCandidate.mp3 ***!
  \**************************************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {

eval("module.exports = __webpack_require__.p + \"3c785fac2b00a5a8689fdb5e7708386a.mp3\";\n\n//# sourceURL=webpack:///./src/Candidate/resources/audio/en/01TalentPulseIntroCandidate.mp3?");

/***/ }),

/***/ "./src/Candidate/resources/audio/en/02ListOfProjects.mp3":
/*!***************************************************************!*\
  !*** ./src/Candidate/resources/audio/en/02ListOfProjects.mp3 ***!
  \***************************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {

eval("module.exports = __webpack_require__.p + \"d0a0bc2b45a21c5e83e04a74a15b5072.mp3\";\n\n//# sourceURL=webpack:///./src/Candidate/resources/audio/en/02ListOfProjects.mp3?");

/***/ }),

/***/ "./src/Candidate/resources/audio/en/03Simplify.mp3":
/*!*********************************************************!*\
  !*** ./src/Candidate/resources/audio/en/03Simplify.mp3 ***!
  \*********************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {

eval("module.exports = __webpack_require__.p + \"c3766e2e49c88934aa28e25edc9e1473.mp3\";\n\n//# sourceURL=webpack:///./src/Candidate/resources/audio/en/03Simplify.mp3?");

/***/ }),

/***/ "./src/Candidate/resources/audio/en/04BehavioralAssessment.mp3":
/*!*********************************************************************!*\
  !*** ./src/Candidate/resources/audio/en/04BehavioralAssessment.mp3 ***!
  \*********************************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {

eval("module.exports = __webpack_require__.p + \"811b15be07ed9f2657888a1a90aebb04.mp3\";\n\n//# sourceURL=webpack:///./src/Candidate/resources/audio/en/04BehavioralAssessment.mp3?");

/***/ }),

/***/ "./src/Candidate/resources/audio/en/05InterestsMotivesAssessment.mp3":
/*!***************************************************************************!*\
  !*** ./src/Candidate/resources/audio/en/05InterestsMotivesAssessment.mp3 ***!
  \***************************************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {

eval("module.exports = __webpack_require__.p + \"5597c0b2a4cf97878336f172671e9e55.mp3\";\n\n//# sourceURL=webpack:///./src/Candidate/resources/audio/en/05InterestsMotivesAssessment.mp3?");

/***/ }),

/***/ "./src/Candidate/resources/audio/en/06NumericalReasoning.mp3":
/*!*******************************************************************!*\
  !*** ./src/Candidate/resources/audio/en/06NumericalReasoning.mp3 ***!
  \*******************************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {

eval("module.exports = __webpack_require__.p + \"996fae6c4953a8aea4512d3c219d9f00.mp3\";\n\n//# sourceURL=webpack:///./src/Candidate/resources/audio/en/06NumericalReasoning.mp3?");

/***/ }),

/***/ "./src/Candidate/resources/audio/en/07VerbalReasoning.mp3":
/*!****************************************************************!*\
  !*** ./src/Candidate/resources/audio/en/07VerbalReasoning.mp3 ***!
  \****************************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {

eval("module.exports = __webpack_require__.p + \"5cadd2217d56628ad3b6f2a1a1db65c9.mp3\";\n\n//# sourceURL=webpack:///./src/Candidate/resources/audio/en/07VerbalReasoning.mp3?");

/***/ }),

/***/ "./src/Candidate/resources/audio/en/08MultitaskingCapability.mp3":
/*!***********************************************************************!*\
  !*** ./src/Candidate/resources/audio/en/08MultitaskingCapability.mp3 ***!
  \***********************************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {

eval("module.exports = __webpack_require__.p + \"1f85127dd3034643d610524785d57327.mp3\";\n\n//# sourceURL=webpack:///./src/Candidate/resources/audio/en/08MultitaskingCapability.mp3?");

/***/ }),

/***/ "./src/Candidate/resources/audio/en/09InductiveReasoning.mp3":
/*!*******************************************************************!*\
  !*** ./src/Candidate/resources/audio/en/09InductiveReasoning.mp3 ***!
  \*******************************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {

eval("module.exports = __webpack_require__.p + \"6056f655896e33b05ced808819c0f074.mp3\";\n\n//# sourceURL=webpack:///./src/Candidate/resources/audio/en/09InductiveReasoning.mp3?");

/***/ }),

/***/ "./src/Candidate/resources/audio/en/10DeductiveReasoning.mp3":
/*!*******************************************************************!*\
  !*** ./src/Candidate/resources/audio/en/10DeductiveReasoning.mp3 ***!
  \*******************************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {

eval("module.exports = __webpack_require__.p + \"6cdb2b700028637cf0bf8af04c02d038.mp3\";\n\n//# sourceURL=webpack:///./src/Candidate/resources/audio/en/10DeductiveReasoning.mp3?");

/***/ }),

/***/ "./src/Candidate/resources/audio/en/11Cognify.mp3":
/*!********************************************************!*\
  !*** ./src/Candidate/resources/audio/en/11Cognify.mp3 ***!
  \********************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {

eval("module.exports = __webpack_require__.p + \"c5d4c28da22089b3529c5d2af190f673.mp3\";\n\n//# sourceURL=webpack:///./src/Candidate/resources/audio/en/11Cognify.mp3?");

/***/ }),

/***/ "./src/Candidate/resources/audio/en/12iLead.mp3":
/*!******************************************************!*\
  !*** ./src/Candidate/resources/audio/en/12iLead.mp3 ***!
  \******************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {

eval("module.exports = __webpack_require__.p + \"48583d42c7a37dbee7f5a72870a43be3.mp3\";\n\n//# sourceURL=webpack:///./src/Candidate/resources/audio/en/12iLead.mp3?");

/***/ }),

/***/ "./src/Candidate/resources/audio/en/13ChangeQuest.mp3":
/*!************************************************************!*\
  !*** ./src/Candidate/resources/audio/en/13ChangeQuest.mp3 ***!
  \************************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {

eval("module.exports = __webpack_require__.p + \"9b5a196b8535f39a72fbebf4752351f8.mp3\";\n\n//# sourceURL=webpack:///./src/Candidate/resources/audio/en/13ChangeQuest.mp3?");

/***/ }),

/***/ "./src/Candidate/resources/audio/en/14Trust.mp3":
/*!******************************************************!*\
  !*** ./src/Candidate/resources/audio/en/14Trust.mp3 ***!
  \******************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {

eval("module.exports = __webpack_require__.p + \"79ea4e5f4e5798c6ceb8c6f580328d95.mp3\";\n\n//# sourceURL=webpack:///./src/Candidate/resources/audio/en/14Trust.mp3?");

/***/ }),

/***/ "./src/Candidate/resources/audio/en/15SalesQuest.mp3":
/*!***********************************************************!*\
  !*** ./src/Candidate/resources/audio/en/15SalesQuest.mp3 ***!
  \***********************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {

eval("module.exports = __webpack_require__.p + \"50a5ba533113709991a9c6d6052c89df.mp3\";\n\n//# sourceURL=webpack:///./src/Candidate/resources/audio/en/15SalesQuest.mp3?");

/***/ }),

/***/ "./src/Candidate/resources/audio/en/16BYB.mp3":
/*!****************************************************!*\
  !*** ./src/Candidate/resources/audio/en/16BYB.mp3 ***!
  \****************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {

eval("module.exports = __webpack_require__.p + \"153fdcbc9613b1d50a8aaf2537392ac8.mp3\";\n\n//# sourceURL=webpack:///./src/Candidate/resources/audio/en/16BYB.mp3?");

/***/ }),

/***/ "./src/Candidate/resources/audio/en/17Completion1.mp3":
/*!************************************************************!*\
  !*** ./src/Candidate/resources/audio/en/17Completion1.mp3 ***!
  \************************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {

eval("module.exports = __webpack_require__.p + \"67410c4bb0c8274867bbc377d422d5f1.mp3\";\n\n//# sourceURL=webpack:///./src/Candidate/resources/audio/en/17Completion1.mp3?");

/***/ }),

/***/ "./src/Candidate/resources/audio/en/18Completion2.mp3":
/*!************************************************************!*\
  !*** ./src/Candidate/resources/audio/en/18Completion2.mp3 ***!
  \************************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {

eval("module.exports = __webpack_require__.p + \"5b36dd6d20186cde9a243dd5a2f09359.mp3\";\n\n//# sourceURL=webpack:///./src/Candidate/resources/audio/en/18Completion2.mp3?");

/***/ }),

/***/ "./src/Candidate/resources/audio/en/19Completion3.mp3":
/*!************************************************************!*\
  !*** ./src/Candidate/resources/audio/en/19Completion3.mp3 ***!
  \************************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {

eval("module.exports = __webpack_require__.p + \"d5e4fbe6348ecd6cdfd2bf11d6dbb865.mp3\";\n\n//# sourceURL=webpack:///./src/Candidate/resources/audio/en/19Completion3.mp3?");

/***/ }),

/***/ "./src/Candidate/resources/audio/tr/01TalentPulseIntroCandidate.mp3":
/*!**************************************************************************!*\
  !*** ./src/Candidate/resources/audio/tr/01TalentPulseIntroCandidate.mp3 ***!
  \**************************************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {

eval("module.exports = __webpack_require__.p + \"be1fa84b6ecf9565ef4377ed2d0a58e7.mp3\";\n\n//# sourceURL=webpack:///./src/Candidate/resources/audio/tr/01TalentPulseIntroCandidate.mp3?");

/***/ }),

/***/ "./src/Candidate/resources/audio/tr/02ListOfProjects.mp3":
/*!***************************************************************!*\
  !*** ./src/Candidate/resources/audio/tr/02ListOfProjects.mp3 ***!
  \***************************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {

eval("module.exports = __webpack_require__.p + \"94ebba0af54514f2722784f7e368c430.mp3\";\n\n//# sourceURL=webpack:///./src/Candidate/resources/audio/tr/02ListOfProjects.mp3?");

/***/ }),

/***/ "./src/Candidate/resources/audio/tr/03Simplify.mp3":
/*!*********************************************************!*\
  !*** ./src/Candidate/resources/audio/tr/03Simplify.mp3 ***!
  \*********************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {

eval("module.exports = __webpack_require__.p + \"be095cbad905110c29ecd8511bbc4912.mp3\";\n\n//# sourceURL=webpack:///./src/Candidate/resources/audio/tr/03Simplify.mp3?");

/***/ }),

/***/ "./src/Candidate/resources/audio/tr/04BehavioralAssessment.mp3":
/*!*********************************************************************!*\
  !*** ./src/Candidate/resources/audio/tr/04BehavioralAssessment.mp3 ***!
  \*********************************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {

eval("module.exports = __webpack_require__.p + \"ca44139af413bda8d2dae1b534d2281c.mp3\";\n\n//# sourceURL=webpack:///./src/Candidate/resources/audio/tr/04BehavioralAssessment.mp3?");

/***/ }),

/***/ "./src/Candidate/resources/audio/tr/05InterestsMotivesAssessment.mp3":
/*!***************************************************************************!*\
  !*** ./src/Candidate/resources/audio/tr/05InterestsMotivesAssessment.mp3 ***!
  \***************************************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {

eval("module.exports = __webpack_require__.p + \"491f5eb640ea5444a6eb554e6e6e60fc.mp3\";\n\n//# sourceURL=webpack:///./src/Candidate/resources/audio/tr/05InterestsMotivesAssessment.mp3?");

/***/ }),

/***/ "./src/Candidate/resources/audio/tr/06NumericalReasoning.mp3":
/*!*******************************************************************!*\
  !*** ./src/Candidate/resources/audio/tr/06NumericalReasoning.mp3 ***!
  \*******************************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {

eval("module.exports = __webpack_require__.p + \"7acf2a329319dd602fa081fe2403d128.mp3\";\n\n//# sourceURL=webpack:///./src/Candidate/resources/audio/tr/06NumericalReasoning.mp3?");

/***/ }),

/***/ "./src/Candidate/resources/audio/tr/07VerbalReasoning.mp3":
/*!****************************************************************!*\
  !*** ./src/Candidate/resources/audio/tr/07VerbalReasoning.mp3 ***!
  \****************************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {

eval("module.exports = __webpack_require__.p + \"4c9307e2c4c48b01fdf65e71debbee4d.mp3\";\n\n//# sourceURL=webpack:///./src/Candidate/resources/audio/tr/07VerbalReasoning.mp3?");

/***/ }),

/***/ "./src/Candidate/resources/audio/tr/08MultitaskingCapability.mp3":
/*!***********************************************************************!*\
  !*** ./src/Candidate/resources/audio/tr/08MultitaskingCapability.mp3 ***!
  \***********************************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {

eval("module.exports = __webpack_require__.p + \"4aa64b142bbaf38d34b3ed224db2f198.mp3\";\n\n//# sourceURL=webpack:///./src/Candidate/resources/audio/tr/08MultitaskingCapability.mp3?");

/***/ }),

/***/ "./src/Candidate/resources/audio/tr/09InductiveReasoning.mp3":
/*!*******************************************************************!*\
  !*** ./src/Candidate/resources/audio/tr/09InductiveReasoning.mp3 ***!
  \*******************************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {

eval("module.exports = __webpack_require__.p + \"b5025fcb7a31c5de2dfb975fc2b46ec7.mp3\";\n\n//# sourceURL=webpack:///./src/Candidate/resources/audio/tr/09InductiveReasoning.mp3?");

/***/ }),

/***/ "./src/Candidate/resources/audio/tr/10DeductiveReasoning.mp3":
/*!*******************************************************************!*\
  !*** ./src/Candidate/resources/audio/tr/10DeductiveReasoning.mp3 ***!
  \*******************************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {

eval("module.exports = __webpack_require__.p + \"8265a6acc1b8f155553d0b36002f1b66.mp3\";\n\n//# sourceURL=webpack:///./src/Candidate/resources/audio/tr/10DeductiveReasoning.mp3?");

/***/ }),

/***/ "./src/Candidate/resources/audio/tr/11Cognify.mp3":
/*!********************************************************!*\
  !*** ./src/Candidate/resources/audio/tr/11Cognify.mp3 ***!
  \********************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {

eval("module.exports = __webpack_require__.p + \"68c0d3de7088c926c21413accf107005.mp3\";\n\n//# sourceURL=webpack:///./src/Candidate/resources/audio/tr/11Cognify.mp3?");

/***/ }),

/***/ "./src/Candidate/resources/audio/tr/12iLead.mp3":
/*!******************************************************!*\
  !*** ./src/Candidate/resources/audio/tr/12iLead.mp3 ***!
  \******************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {

eval("module.exports = __webpack_require__.p + \"e266079fb723a3182e4bed6ecb6fd852.mp3\";\n\n//# sourceURL=webpack:///./src/Candidate/resources/audio/tr/12iLead.mp3?");

/***/ }),

/***/ "./src/Candidate/resources/audio/tr/13ChangeQuest.mp3":
/*!************************************************************!*\
  !*** ./src/Candidate/resources/audio/tr/13ChangeQuest.mp3 ***!
  \************************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {

eval("module.exports = __webpack_require__.p + \"977e0e3c4496950329ba8549bd22c293.mp3\";\n\n//# sourceURL=webpack:///./src/Candidate/resources/audio/tr/13ChangeQuest.mp3?");

/***/ }),

/***/ "./src/Candidate/resources/audio/tr/14Trust.mp3":
/*!******************************************************!*\
  !*** ./src/Candidate/resources/audio/tr/14Trust.mp3 ***!
  \******************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {

eval("module.exports = __webpack_require__.p + \"7b5200fcbf5bf1cf6c193b732d115418.mp3\";\n\n//# sourceURL=webpack:///./src/Candidate/resources/audio/tr/14Trust.mp3?");

/***/ }),

/***/ "./src/Candidate/resources/audio/tr/15SalesQuest.mp3":
/*!***********************************************************!*\
  !*** ./src/Candidate/resources/audio/tr/15SalesQuest.mp3 ***!
  \***********************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {

eval("module.exports = __webpack_require__.p + \"55bac972833c6fb09a7fd1660f2f01db.mp3\";\n\n//# sourceURL=webpack:///./src/Candidate/resources/audio/tr/15SalesQuest.mp3?");

/***/ }),

/***/ "./src/Candidate/resources/audio/tr/16BYB.mp3":
/*!****************************************************!*\
  !*** ./src/Candidate/resources/audio/tr/16BYB.mp3 ***!
  \****************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {

eval("module.exports = __webpack_require__.p + \"f653d2e4aa60d555001589af4cc7d507.mp3\";\n\n//# sourceURL=webpack:///./src/Candidate/resources/audio/tr/16BYB.mp3?");

/***/ }),

/***/ "./src/Candidate/resources/audio/tr/17Completion1.mp3":
/*!************************************************************!*\
  !*** ./src/Candidate/resources/audio/tr/17Completion1.mp3 ***!
  \************************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {

eval("module.exports = __webpack_require__.p + \"60a54271a96b13527e4a8b5c1ce3f6a0.mp3\";\n\n//# sourceURL=webpack:///./src/Candidate/resources/audio/tr/17Completion1.mp3?");

/***/ }),

/***/ "./src/Candidate/resources/audio/tr/18Completion2.mp3":
/*!************************************************************!*\
  !*** ./src/Candidate/resources/audio/tr/18Completion2.mp3 ***!
  \************************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {

eval("module.exports = __webpack_require__.p + \"56c9579804bb38f86e3e067d684cf724.mp3\";\n\n//# sourceURL=webpack:///./src/Candidate/resources/audio/tr/18Completion2.mp3?");

/***/ }),

/***/ "./src/Candidate/resources/audio/tr/19Completion3.mp3":
/*!************************************************************!*\
  !*** ./src/Candidate/resources/audio/tr/19Completion3.mp3 ***!
  \************************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {

eval("module.exports = __webpack_require__.p + \"165d9fe3b692d30d8890f8887b6a9972.mp3\";\n\n//# sourceURL=webpack:///./src/Candidate/resources/audio/tr/19Completion3.mp3?");

/***/ }),

/***/ "./src/Candidate/stores/candidatesApiStore.ts":
/*!****************************************************!*\
  !*** ./src/Candidate/stores/candidatesApiStore.ts ***!
  \****************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {

"use strict";
eval("\nObject.defineProperty(exports, \"__esModule\", { value: true });\nconst tslib_1 = __webpack_require__(/*! tslib */ \"./node_modules/tslib/tslib.es6.js\");\nconst _ = __webpack_require__(/*! lodash */ \"./node_modules/lodash/lodash.js\");\nconst mobx_1 = __webpack_require__(/*! mobx */ \"./node_modules/mobx/lib/mobx.module.js\");\nconst ajax_1 = __webpack_require__(/*! src/Common/api/ajax */ \"./src/Common/api/ajax.ts\");\nconst ApiStore_1 = __webpack_require__(/*! src/Common/stores/mobx/ApiStore */ \"./src/Common/stores/mobx/ApiStore.ts\");\nexports.STATUS_WEIGHTAGE = {\n    IN_PROGRESS: 1,\n    OPEN: 2,\n    ACCEPTED: 3,\n    COMPLETED: 4,\n    BLOCKED: 5\n};\nclass CandidatesProjectList extends ApiStore_1.ApiStore {\n    constructor() {\n        super('/api/candidates/read', {\n            initialData: []\n        });\n    }\n    get getSortedList() {\n        return _.sortBy(this.data, (project) => exports.STATUS_WEIGHTAGE[project.status]);\n    }\n}\ntslib_1.__decorate([\n    mobx_1.computed,\n    tslib_1.__metadata(\"design:type\", Object),\n    tslib_1.__metadata(\"design:paramtypes\", [])\n], CandidatesProjectList.prototype, \"getSortedList\", null);\nexports.CandidatesProjectList = CandidatesProjectList;\nexports.candidatesProjectList = new CandidatesProjectList();\nexports.enrollApi = new ApiStore_1.ApiStore('/api/candidates/journey/${journeyId}/enroll');\nexports.setInProgress = new ApiStore_1.ApiStore('/api/candidates/${candidateId}/task/setInProgress', {\n    requestType: ajax_1.RestMethods.POST\n});\nexports.nextAssessmentApi = new ApiStore_1.ApiStore('/api/candidates/${candidateId}/task/next', {\n    initialData: [],\n    cacheBusting: true\n});\nexports.journeyStatusApi = new ApiStore_1.ApiStore('/api/candidates/pathway/${journey_id}/getPathwayStatus', {\n    initialData: []\n});\nexports.registerJourneyByToken = new ApiStore_1.ApiStore('/api/invitation/journey');\n\n\n//# sourceURL=webpack:///./src/Candidate/stores/candidatesApiStore.ts?");

/***/ }),

/***/ "./src/Common/Authentication/components/AuthenticationClientManager.tsx":
/*!******************************************************************************!*\
  !*** ./src/Common/Authentication/components/AuthenticationClientManager.tsx ***!
  \******************************************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {

"use strict";
eval("\nObject.defineProperty(exports, \"__esModule\", { value: true });\nconst tslib_1 = __webpack_require__(/*! tslib */ \"./node_modules/tslib/tslib.es6.js\");\nconst env = __webpack_require__(/*! @env */ \"./env.ts\");\nconst _env_1 = __webpack_require__(/*! @env */ \"./env.ts\");\nconst _ = __webpack_require__(/*! lodash */ \"./node_modules/lodash/lodash.js\");\nconst lodash_1 = __webpack_require__(/*! lodash */ \"./node_modules/lodash/lodash.js\");\nconst mobx_react_1 = __webpack_require__(/*! mobx-react */ \"./node_modules/mobx-react/dist/mobxreact.esm.js\");\nconst React = __webpack_require__(/*! react */ \"./node_modules/react/index.js\");\nconst routes_1 = __webpack_require__(/*! src/Candidate/constants/routes */ \"./src/Candidate/constants/routes.ts\");\nconst AuthenticationClientView_1 = __webpack_require__(/*! src/Common/Authentication/components/AuthenticationClientView */ \"./src/Common/Authentication/components/AuthenticationClientView.tsx\");\nconst LoginByTokenApiStore_1 = __webpack_require__(/*! src/Common/Authentication/stores/LoginByTokenApiStore */ \"./src/Common/Authentication/stores/LoginByTokenApiStore.ts\");\nconst customThemeStore_1 = __webpack_require__(/*! src/Common/components/ThemeSwitcher/stores/customThemeStore */ \"./src/Common/components/ThemeSwitcher/stores/customThemeStore.ts\");\nconst syncUserThemeStore_1 = __webpack_require__(/*! src/Common/components/ThemeSwitcher/stores/syncUserThemeStore */ \"./src/Common/components/ThemeSwitcher/stores/syncUserThemeStore.ts\");\nconst settings_1 = __webpack_require__(/*! src/Common/constants/settings */ \"./src/Common/constants/settings.ts\");\nconst themes_1 = __webpack_require__(/*! src/Common/constants/themes */ \"./src/Common/constants/themes.ts\");\nconst AuthStore_1 = __webpack_require__(/*! src/Common/stores/mobx/AuthStore */ \"./src/Common/stores/mobx/AuthStore.ts\");\nconst HostClientStore_1 = __webpack_require__(/*! src/Common/stores/mobx/HostClientStore */ \"./src/Common/stores/mobx/HostClientStore.ts\");\nconst RouterStore_1 = __webpack_require__(/*! src/Common/stores/mobx/RouterStore */ \"./src/Common/stores/mobx/RouterStore.ts\");\nconst ThemeStore_1 = __webpack_require__(/*! src/Common/stores/mobx/ThemeStore */ \"./src/Common/stores/mobx/ThemeStore.ts\");\nconst utils_1 = __webpack_require__(/*! src/Common/utils */ \"./src/Common/utils/index.ts\");\nconst auth_1 = __webpack_require__(/*! src/Common/utils/auth */ \"./src/Common/utils/auth.ts\");\nconst getClientBasedSettings_1 = __webpack_require__(/*! src/Journey/ClientAdmin/SystemSetup/GeneralSettings/Framework/stores/getClientBasedSettings */ \"./src/Journey/ClientAdmin/SystemSetup/GeneralSettings/Framework/stores/getClientBasedSettings.ts\");\nconst getLatestPublishedReleaseNoteApiStore_1 = __webpack_require__(/*! src/Journey/ClientAdmin/SystemSetup/ReleaseNote/store/getLatestPublishedReleaseNoteApiStore */ \"./src/Journey/ClientAdmin/SystemSetup/ReleaseNote/store/getLatestPublishedReleaseNoteApiStore.ts\");\nconst i18n_1 = __webpack_require__(/*! src/translations/i18n */ \"./src/translations/i18n.ts\");\nconst urijs = __webpack_require__(/*! urijs */ \"./node_modules/urijs/src/URI.js\");\nconst authorization_1 = __webpack_require__(/*! src/Common/utils/authorization */ \"./src/Common/utils/authorization.ts\");\nconst clientListStore_1 = __webpack_require__(/*! src/Journey/Client/stores/clientListStore */ \"./src/Journey/Client/stores/clientListStore.ts\");\nconst cookie_1 = __webpack_require__(/*! src/Common/utils/cookie */ \"./src/Common/utils/cookie.ts\");\nconst getAppDomain_1 = __webpack_require__(/*! src/Journey/ClientAdmin/utils/getAppDomain */ \"./src/Journey/ClientAdmin/utils/getAppDomain.ts\");\nvar AuthenticationType;\n(function (AuthenticationType) {\n    AuthenticationType[\"LOGIN\"] = \"LOGIN\";\n    AuthenticationType[\"LOGOUT\"] = \"LOGOUT\";\n    AuthenticationType[\"REFRESH_TOKEN\"] = \"REFRESH_TOKEN\";\n    AuthenticationType[\"LOGOUT_HOST\"] = \"LOGOUT_HOST\";\n    AuthenticationType[\"THEME\"] = \"THEME\";\n})(AuthenticationType = exports.AuthenticationType || (exports.AuthenticationType = {}));\nvar AuthenticationStatusType;\n(function (AuthenticationStatusType) {\n    AuthenticationStatusType[\"READY\"] = \"READY\";\n    AuthenticationStatusType[\"SUCCESS\"] = \"SUCCESS\";\n    AuthenticationStatusType[\"FAILED\"] = \"FAILED\";\n})(AuthenticationStatusType = exports.AuthenticationStatusType || (exports.AuthenticationStatusType = {}));\nlet AuthenticationClientManager = class AuthenticationClientManager extends React.Component {\n    constructor() {\n        super(...arguments);\n        this.store = LoginByTokenApiStore_1.createLoginByTokenApiStore();\n        this.getTheme = () => tslib_1.__awaiter(this, void 0, void 0, function* () {\n            if (settings_1.isAxiataTheme) {\n                this.changeBodyClassName(themes_1.ThemeNames.AXIATA_DEFAULT);\n            }\n            else {\n                const { token, shared_service_user } = this.store.successResponse.data;\n                const theme_metadata = _.get(shared_service_user, 'theme_metadata', null);\n                if (theme_metadata) {\n                    yield syncUserThemeStore_1.syncUserThemeStore.initializeCall(token, theme_metadata);\n                    ThemeStore_1.themeStore.changeBodyClassName(theme_metadata.theme);\n                    customThemeStore_1.customThemeStore.initialize();\n                }\n            }\n        });\n        this.changeBodyClassName = (themeName) => {\n            const body = document.getElementsByTagName('body')[0];\n            body.className = themeName;\n        };\n        this.onMessageReceive = (data) => tslib_1.__awaiter(this, void 0, void 0, function* () {\n            if (data.type === AuthenticationType.REFRESH_TOKEN) {\n                if (this.props.overrideRefreshTokenCallback) {\n                    yield this.props.overrideRefreshTokenCallback(data);\n                }\n                yield this.refreshToken(data);\n            }\n        });\n        this.getLatestPublishedRN = () => {\n            if (window.location.origin === env.JOURNEY_APP_URL && !window.location.href.includes('manager/role')) {\n                getLatestPublishedReleaseNoteApiStore_1.getLatestPublishedReleaseNoteApiStore.callApiAndSave();\n            }\n        };\n        this.refreshToken = (data) => tslib_1.__awaiter(this, void 0, void 0, function* () {\n            try {\n                yield this.store.callApi(data);\n                i18n_1.languageChange.callGetUserLanguage(_.get(this.store.successResponse, 'data.user.id'));\n                if (authorization_1.isCandidateApp()) {\n                    getClientBasedSettings_1.getClientBasedSettingsApi.callToSetQuadrantBase({ user_id: lodash_1.get(this.store, 'successResponse.data.user.id') }, true);\n                }\n                else {\n                    !getClientBasedSettings_1.getClientBasedSettingsApi.data &&\n                        getClientBasedSettings_1.getClientBasedSettingsApi.callApiIfEmpty({\n                            client_id: clientListStore_1.clientListStore.clientId\n                        });\n                }\n                const currentTimestamp = new Date();\n                cookie_1.docCookies.setItem('CLIENT_ID', clientListStore_1.clientListStore.clientId, currentTimestamp, '/', getAppDomain_1.getAppDomain());\n                HostClientStore_1.hostClientStore.callApiAndSave(undefined, undefined, this.getLatestPublishedRN);\n                AuthStore_1.authStore.setJwtToken(this.store.successResponse.data.token, null);\n                AuthStore_1.authStore.setUserProfile(this.store.successResponse.data.user);\n                if (window.location.pathname === AuthenticationClientView_1.AUTHENTICATION_ROUTE) {\n                    const query = utils_1.getQuery();\n                    if (query.redirect) {\n                        const uri = urijs(query.redirect);\n                        if (uri.origin() === window.location.origin) {\n                            const path = `${uri.pathname()}${uri.search()}`;\n                            RouterStore_1.routerStore.push(path);\n                        }\n                        else if (auth_1.isWhitelistedOrigin(uri.origin())) {\n                            window.location.replace(query.redirect);\n                        }\n                    }\n                }\n                return;\n            }\n            catch (e) {\n                AuthStore_1.authStore.setLoginFailed(true);\n                if (this.props.overrideLogoutCallback) {\n                    this.props.overrideLogoutCallback();\n                }\n                else {\n                    AuthStore_1.authStore.clearJwtToken();\n                    if (window.location.origin === _env_1.CANDIDATE_APP_URL &&\n                        window.location.pathname.indexOf(routes_1.CANDIDATE_INVITATION_PAGE_URL) > -1) {\n                        return;\n                    }\n                    window.location.replace(auth_1.constructLogoutUrl());\n                }\n            }\n        });\n    }\n    componentDidMount() {\n        this.onMessageReceive({\n            type: AuthenticationType.REFRESH_TOKEN,\n            token: AuthStore_1.authStore.getToken\n        });\n        this.changeBodyClassName(_env_1.DEFAULT_THEME);\n    }\n    componentWillUnmount() {\n    }\n    render() {\n        return null;\n    }\n};\nAuthenticationClientManager = tslib_1.__decorate([\n    mobx_react_1.observer\n], AuthenticationClientManager);\nexports.AuthenticationClientManager = AuthenticationClientManager;\n\n\n//# sourceURL=webpack:///./src/Common/Authentication/components/AuthenticationClientManager.tsx?");

/***/ }),

/***/ "./src/Common/Authentication/components/AuthenticationClientView.tsx":
/*!***************************************************************************!*\
  !*** ./src/Common/Authentication/components/AuthenticationClientView.tsx ***!
  \***************************************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {

"use strict";
eval("\nObject.defineProperty(exports, \"__esModule\", { value: true });\nconst React = __webpack_require__(/*! react */ \"./node_modules/react/index.js\");\nconst LoadingPage_1 = __webpack_require__(/*! src/Common/components/LoadingPage */ \"./src/Common/components/LoadingPage.tsx\");\nexports.AUTHENTICATION_ROUTE = '/authentication';\nclass AuthenticationClientView extends React.Component {\n    render() {\n        return React.createElement(LoadingPage_1.LoadingPage, null);\n    }\n}\nexports.AuthenticationClientView = AuthenticationClientView;\n\n\n//# sourceURL=webpack:///./src/Common/Authentication/components/AuthenticationClientView.tsx?");

/***/ }),

/***/ "./src/Common/Authentication/components/AuthenticationHostContainer.tsx":
/*!******************************************************************************!*\
  !*** ./src/Common/Authentication/components/AuthenticationHostContainer.tsx ***!
  \******************************************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {

"use strict";
eval("\nObject.defineProperty(exports, \"__esModule\", { value: true });\nconst tslib_1 = __webpack_require__(/*! tslib */ \"./node_modules/tslib/tslib.es6.js\");\nconst React = __webpack_require__(/*! react */ \"./node_modules/react/index.js\");\nconst mobx_react_1 = __webpack_require__(/*! mobx-react */ \"./node_modules/mobx-react/dist/mobxreact.esm.js\");\nconst AuthenticationHostView_1 = __webpack_require__(/*! src/Common/Authentication/components/AuthenticationHostView */ \"./src/Common/Authentication/components/AuthenticationHostView.tsx\");\nconst RemoteAuthStore_1 = __webpack_require__(/*! src/Common/Authentication/stores/RemoteAuthStore */ \"./src/Common/Authentication/stores/RemoteAuthStore.ts\");\nlet AuthenticationHostContainer = class AuthenticationHostContainer extends React.Component {\n    render() {\n        return (React.createElement(AuthenticationHostView_1.AuthenticationHostView, { blacklist: this.props.blacklist, triggerLogin: RemoteAuthStore_1.remoteAuthStore.triggerLogin, triggerLogout: RemoteAuthStore_1.remoteAuthStore.triggerLogout, triggerRefreshToken: RemoteAuthStore_1.remoteAuthStore.triggerRefreshToken }));\n    }\n};\nAuthenticationHostContainer.defaultProps = {\n    blacklist: []\n};\nAuthenticationHostContainer = tslib_1.__decorate([\n    mobx_react_1.observer\n], AuthenticationHostContainer);\nexports.AuthenticationHostContainer = AuthenticationHostContainer;\n\n\n//# sourceURL=webpack:///./src/Common/Authentication/components/AuthenticationHostContainer.tsx?");

/***/ }),

/***/ "./src/Common/Authentication/components/AuthenticationHostView.tsx":
/*!*************************************************************************!*\
  !*** ./src/Common/Authentication/components/AuthenticationHostView.tsx ***!
  \*************************************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {

"use strict";
eval("\nObject.defineProperty(exports, \"__esModule\", { value: true });\nconst tslib_1 = __webpack_require__(/*! tslib */ \"./node_modules/tslib/tslib.es6.js\");\nconst React = __webpack_require__(/*! react */ \"./node_modules/react/index.js\");\nconst RemoteAuthStore_1 = __webpack_require__(/*! src/Common/Authentication/stores/RemoteAuthStore */ \"./src/Common/Authentication/stores/RemoteAuthStore.ts\");\nconst AuthStore_1 = __webpack_require__(/*! src/Common/stores/mobx/AuthStore */ \"./src/Common/stores/mobx/AuthStore.ts\");\nconst AuthenticationClientManager_1 = __webpack_require__(/*! src/Common/Authentication/components/AuthenticationClientManager */ \"./src/Common/Authentication/components/AuthenticationClientManager.tsx\");\nconst urijs = __webpack_require__(/*! urijs */ \"./node_modules/urijs/src/URI.js\");\nconst utils_1 = __webpack_require__(/*! src/Common/utils */ \"./src/Common/utils/index.ts\");\nconst auth_1 = __webpack_require__(/*! src/Common/utils/auth */ \"./src/Common/utils/auth.ts\");\nconst routerStore_1 = __webpack_require__(/*! src/Accounts/stores/routerStore */ \"./src/Accounts/stores/routerStore.ts\");\nconst routes_1 = __webpack_require__(/*! src/Common/constants/routes */ \"./src/Common/constants/routes.ts\");\nconst authenticationConstants_1 = __webpack_require__(/*! src/Common/Authentication/constants/authenticationConstants */ \"./src/Common/Authentication/constants/authenticationConstants.ts\");\nconst settings_1 = __webpack_require__(/*! src/Common/constants/settings */ \"./src/Common/constants/settings.ts\");\nconst themes_1 = __webpack_require__(/*! src/Common/constants/themes */ \"./src/Common/constants/themes.ts\");\nconst routeConstants_1 = __webpack_require__(/*! src/Accounts/constants/routeConstants */ \"./src/Accounts/constants/routeConstants.ts\");\nconst _env_1 = __webpack_require__(/*! @env */ \"./env.ts\");\nexports.getAuthQuery = () => {\n    return utils_1.getQuery();\n};\nclass AuthenticationHostView extends React.Component {\n    constructor() {\n        super(...arguments);\n        this.iframeRefs = {};\n        this.refreshInterval = null;\n        this.setIframeRef = (site, ref) => {\n            this.iframeRefs[site] = ref;\n        };\n        this.refreshTokenInterval = () => tslib_1.__awaiter(this, void 0, void 0, function* () {\n            const token = AuthStore_1.authStore.getToken;\n            const pathname = window.location.pathname[window.location.pathname.length - 1] === '/'\n                ? window.location.pathname.slice(0, window.location.pathname.length - 1)\n                : window.location.pathname;\n            const isNotBlacklisted = this.props.blacklist.indexOf(pathname) === -1;\n            if (isNotBlacklisted) {\n                this.refreshToken();\n            }\n        });\n        this.setTheme = () => {\n            const body = document.getElementsByTagName('body')[0];\n            const selected_theme = _env_1.DEFAULT_THEME;\n            if (settings_1.isAxiataTheme) {\n                body.className = themes_1.ThemeNames.AXIATA_DEFAULT;\n            }\n            else {\n                if (selected_theme) {\n                    body.className = selected_theme;\n                }\n                else {\n                    body.className = _env_1.DEFAULT_THEME;\n                    window.localStorage.setItem('selected_theme', _env_1.DEFAULT_THEME);\n                }\n            }\n        };\n        this.onMessageReceive = (ev) => {\n        };\n        this.postMessage = payload => {\n            const query = utils_1.getQuery();\n            if (utils_1.isIframe()) {\n                const query = utils_1.getQuery();\n                if (auth_1.isWhitelistedOrigin(query.exclude)) {\n                    parent.postMessage(payload, query.exclude);\n                }\n            }\n        };\n        this.login = () => {\n            this.postMessage({\n                token: AuthStore_1.authStore.getToken,\n                type: AuthenticationClientManager_1.AuthenticationType.LOGIN\n            });\n        };\n        this.refreshToken = () => {\n            this.postMessage({\n                token: AuthStore_1.authStore.getToken,\n                type: AuthenticationClientManager_1.AuthenticationType.REFRESH_TOKEN\n            });\n        };\n    }\n    componentWillMount() {\n        this.setTheme();\n    }\n    componentDidMount() {\n        return tslib_1.__awaiter(this, void 0, void 0, function* () {\n            const query = exports.getAuthQuery();\n            if (window.location.pathname !== routes_1.ACCOUNT_LOGOUT_PAGE_URL) {\n                if (query.iframeType === authenticationConstants_1.IframeType.REFRESH_TOKEN && utils_1.isIframe()) {\n                    window.addEventListener('message', this.onMessageReceive, false);\n                    yield this.refreshTokenInterval();\n                }\n                else {\n                    if (window.location.pathname !== routeConstants_1.ACCOUNT_LOGIN_PAGE_URL) {\n                        AuthStore_1.authStore.refreshJwtToken();\n                    }\n                }\n            }\n            this.refreshInterval = setInterval(this.refreshTokenInterval, 60000 * 5);\n        });\n    }\n    componentWillUnmount() {\n        clearInterval(this.refreshInterval);\n        window.removeEventListener('message', this.onMessageReceive);\n    }\n    componentWillReceiveProps(nextProps) {\n        const logoutSequence = () => {\n            return AuthStore_1.authStore.clearJwtToken(), RemoteAuthStore_1.remoteAuthStore.resetLogoutState(), localStorage.clear();\n        };\n        const query = utils_1.getQuery();\n        if (this.props.triggerLogout !== nextProps.triggerLogout) {\n            if (nextProps.triggerLogout && !query.logout_and_redirect_to) {\n                logoutSequence();\n                const uri = urijs('/login').addQuery(query);\n                routerStore_1.routerStore.push(uri.toString());\n            }\n            if (nextProps.triggerLogout && query.logout_and_redirect_to) {\n                logoutSequence();\n                window.location.replace(query.logout_and_redirect_to);\n            }\n        }\n        if (this.props.triggerRefreshToken !== nextProps.triggerRefreshToken) {\n            if (nextProps.triggerRefreshToken) {\n                this.refreshToken();\n                RemoteAuthStore_1.remoteAuthStore.resetRefreshTokenState();\n            }\n        }\n    }\n    render() {\n        return this.props.children || null;\n    }\n}\nAuthenticationHostView.defaultProps = {\n    blacklist: []\n};\nexports.AuthenticationHostView = AuthenticationHostView;\n\n\n//# sourceURL=webpack:///./src/Common/Authentication/components/AuthenticationHostView.tsx?");

/***/ }),

/***/ "./src/Common/Authentication/components/LogoutHost.tsx":
/*!*************************************************************!*\
  !*** ./src/Common/Authentication/components/LogoutHost.tsx ***!
  \*************************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {

"use strict";
eval("\nObject.defineProperty(exports, \"__esModule\", { value: true });\nconst tslib_1 = __webpack_require__(/*! tslib */ \"./node_modules/tslib/tslib.es6.js\");\nconst React = __webpack_require__(/*! react */ \"./node_modules/react/index.js\");\nconst lodash_1 = __webpack_require__(/*! lodash */ \"./node_modules/lodash/lodash.js\");\nconst RemoteAuthStore_1 = __webpack_require__(/*! src/Common/Authentication/stores/RemoteAuthStore */ \"./src/Common/Authentication/stores/RemoteAuthStore.ts\");\nconst AuthStore_1 = __webpack_require__(/*! src/Common/stores/mobx/AuthStore */ \"./src/Common/stores/mobx/AuthStore.ts\");\nconst accountsApi_1 = __webpack_require__(/*! src/Accounts/accountsApi */ \"./src/Accounts/accountsApi.ts\");\nconst AuthenticationClientManager_1 = __webpack_require__(/*! src/Common/Authentication/components/AuthenticationClientManager */ \"./src/Common/Authentication/components/AuthenticationClientManager.tsx\");\nclass LogoutHost extends React.Component {\n    componentDidMount() {\n        return tslib_1.__awaiter(this, void 0, void 0, function* () {\n            if (AuthStore_1.authStore.getToken) {\n                try {\n                    let res = yield accountsApi_1.logoutApi.callApi({\n                        token: AuthStore_1.authStore.getToken,\n                        type: AuthenticationClientManager_1.AuthenticationType.LOGOUT_HOST\n                    });\n                }\n                catch (error) {\n                    const status_code = lodash_1.get(error.response, 'data.meta.status_code');\n                    const redirectUrl = lodash_1.get(error.response, 'data.data.url');\n                    if (status_code === 302 && redirectUrl) {\n                        window.location.replace(redirectUrl);\n                    }\n                }\n            }\n            RemoteAuthStore_1.remoteAuthStore.logout();\n        });\n    }\n    render() {\n        return null;\n    }\n}\nexports.LogoutHost = LogoutHost;\n\n\n//# sourceURL=webpack:///./src/Common/Authentication/components/LogoutHost.tsx?");

/***/ }),

/***/ "./src/Common/Authentication/constants/authenticationConstants.ts":
/*!************************************************************************!*\
  !*** ./src/Common/Authentication/constants/authenticationConstants.ts ***!
  \************************************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {

"use strict";
eval("\nObject.defineProperty(exports, \"__esModule\", { value: true });\nvar IframeType;\n(function (IframeType) {\n    IframeType[\"AUTHENTICATION\"] = \"AUTHENTICATION\";\n    IframeType[\"REFRESH_TOKEN\"] = \"REFRESH_TOKEN\";\n})(IframeType = exports.IframeType || (exports.IframeType = {}));\n\n\n//# sourceURL=webpack:///./src/Common/Authentication/constants/authenticationConstants.ts?");

/***/ }),

/***/ "./src/Common/Authentication/constants/sites.ts":
/*!******************************************************!*\
  !*** ./src/Common/Authentication/constants/sites.ts ***!
  \******************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {

"use strict";
eval("\nObject.defineProperty(exports, \"__esModule\", { value: true });\nconst env = __webpack_require__(/*! @env */ \"./env.ts\");\nexports.SITES = [\n    env.ACCOUNT_APP_URL,\n    env.CLIENT_MANAGEMENT_APP_URL,\n    env.JOURNEY_APP_URL,\n    env.VAC_APP_URL,\n    env.CANDIDATE_APP_URL,\n    env.DATA_MART_APP_URL,\n    env.AUTHORIZATION_API_APP_URL,\n    env.SIMPLIFY_URL,\n    env.ACCESS_CONTROL_APP_URL,\n    env.VIDEO_INTERVIEW_APP_URL\n];\nexports.SESSION_BASED_SITES = [\n    env.DATA_MART_APP_URL,\n    env.AUTHORIZATION_API_APP_URL,\n    env.SIMPLIFY_URL,\n    env.VIDEO_INTERVIEW_APP_URL\n];\n\n\n//# sourceURL=webpack:///./src/Common/Authentication/constants/sites.ts?");

/***/ }),

/***/ "./src/Common/Authentication/stores/LoginByTokenApiStore.ts":
/*!******************************************************************!*\
  !*** ./src/Common/Authentication/stores/LoginByTokenApiStore.ts ***!
  \******************************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {

"use strict";
eval("\nObject.defineProperty(exports, \"__esModule\", { value: true });\nconst ApiStore_1 = __webpack_require__(/*! src/Common/stores/mobx/ApiStore */ \"./src/Common/stores/mobx/ApiStore.ts\");\nconst ajax_1 = __webpack_require__(/*! src/Common/api/ajax */ \"./src/Common/api/ajax.ts\");\nexports.loginByTokenUrlTemplate = '/api/tenant/loginByToken';\nexports.createLoginByTokenApiStore = (baseUrl = '') => new ApiStore_1.ApiStore(`${baseUrl}${exports.loginByTokenUrlTemplate}`, {\n    requestType: ajax_1.RestMethods.POST\n});\n\n\n//# sourceURL=webpack:///./src/Common/Authentication/stores/LoginByTokenApiStore.ts?");

/***/ }),

/***/ "./src/Common/Authentication/stores/RemoteAuthStore.ts":
/*!*************************************************************!*\
  !*** ./src/Common/Authentication/stores/RemoteAuthStore.ts ***!
  \*************************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {

"use strict";
eval("\nObject.defineProperty(exports, \"__esModule\", { value: true });\nconst tslib_1 = __webpack_require__(/*! tslib */ \"./node_modules/tslib/tslib.es6.js\");\nconst mobx_1 = __webpack_require__(/*! mobx */ \"./node_modules/mobx/lib/mobx.module.js\");\nconst sites_1 = __webpack_require__(/*! src/Common/Authentication/constants/sites */ \"./src/Common/Authentication/constants/sites.ts\");\nconst settings_1 = __webpack_require__(/*! src/Common/constants/settings */ \"./src/Common/constants/settings.ts\");\nconst themes_1 = __webpack_require__(/*! src/Common/constants/themes */ \"./src/Common/constants/themes.ts\");\nclass RemoteAuthStore {\n    constructor() {\n        this.triggerLogin = false;\n        this.triggerRefreshToken = false;\n        this.triggerLogout = false;\n        this.readies = 0;\n        this.ready = sites_1.SITES.length >= this.readies;\n        this.resetLoginState = () => {\n            this.triggerLogin = false;\n        };\n        this.resetRefreshTokenState = () => {\n            this.triggerRefreshToken = false;\n        };\n        this.addReady = () => {\n            this.readies = this.readies + 1;\n        };\n        this.resetLogoutState = () => {\n            this.triggerLogout = false;\n        };\n        this.login = () => {\n            const token = window.localStorage.getItem('access_token');\n            this.triggerLogin = true;\n        };\n        this.logout = () => {\n            this.triggerLogout = true;\n            document.body.className = settings_1.isAxiataTheme ? themes_1.ThemeNames.AXIATA_DEFAULT : themes_1.ThemeNames.ACCENDO_LIGHT;\n        };\n    }\n    get isReady() {\n        return this.readies >= sites_1.SITES.length;\n    }\n}\ntslib_1.__decorate([\n    mobx_1.observable,\n    tslib_1.__metadata(\"design:type\", Object)\n], RemoteAuthStore.prototype, \"triggerLogin\", void 0);\ntslib_1.__decorate([\n    mobx_1.observable,\n    tslib_1.__metadata(\"design:type\", Object)\n], RemoteAuthStore.prototype, \"triggerRefreshToken\", void 0);\ntslib_1.__decorate([\n    mobx_1.observable,\n    tslib_1.__metadata(\"design:type\", Object)\n], RemoteAuthStore.prototype, \"triggerLogout\", void 0);\ntslib_1.__decorate([\n    mobx_1.observable,\n    tslib_1.__metadata(\"design:type\", Object)\n], RemoteAuthStore.prototype, \"readies\", void 0);\ntslib_1.__decorate([\n    mobx_1.observable,\n    tslib_1.__metadata(\"design:type\", Object)\n], RemoteAuthStore.prototype, \"ready\", void 0);\ntslib_1.__decorate([\n    mobx_1.computed,\n    tslib_1.__metadata(\"design:type\", Object),\n    tslib_1.__metadata(\"design:paramtypes\", [])\n], RemoteAuthStore.prototype, \"isReady\", null);\ntslib_1.__decorate([\n    mobx_1.action,\n    tslib_1.__metadata(\"design:type\", Object)\n], RemoteAuthStore.prototype, \"resetLoginState\", void 0);\ntslib_1.__decorate([\n    mobx_1.action,\n    tslib_1.__metadata(\"design:type\", Object)\n], RemoteAuthStore.prototype, \"resetRefreshTokenState\", void 0);\ntslib_1.__decorate([\n    mobx_1.action,\n    tslib_1.__metadata(\"design:type\", Object)\n], RemoteAuthStore.prototype, \"addReady\", void 0);\ntslib_1.__decorate([\n    mobx_1.action,\n    tslib_1.__metadata(\"design:type\", Object)\n], RemoteAuthStore.prototype, \"resetLogoutState\", void 0);\ntslib_1.__decorate([\n    mobx_1.action,\n    tslib_1.__metadata(\"design:type\", Object)\n], RemoteAuthStore.prototype, \"login\", void 0);\ntslib_1.__decorate([\n    mobx_1.action,\n    tslib_1.__metadata(\"design:type\", Object)\n], RemoteAuthStore.prototype, \"logout\", void 0);\nexports.RemoteAuthStore = RemoteAuthStore;\nexports.remoteAuthStore = new RemoteAuthStore();\n\n\n//# sourceURL=webpack:///./src/Common/Authentication/stores/RemoteAuthStore.ts?");

/***/ }),

/***/ "./src/Common/Axiata/CandidatePersonalProfile/components/PersonalProfile/store/getProfileApi.ts":
/*!******************************************************************************************************!*\
  !*** ./src/Common/Axiata/CandidatePersonalProfile/components/PersonalProfile/store/getProfileApi.ts ***!
  \******************************************************************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {

"use strict";
eval("\nObject.defineProperty(exports, \"__esModule\", { value: true });\nconst tslib_1 = __webpack_require__(/*! tslib */ \"./node_modules/tslib/tslib.es6.js\");\nconst mobx_1 = __webpack_require__(/*! mobx */ \"./node_modules/mobx/lib/mobx.module.js\");\nconst ApiStore_1 = __webpack_require__(/*! src/Common/stores/mobx/ApiStore */ \"./src/Common/stores/mobx/ApiStore.ts\");\nconst _ = __webpack_require__(/*! lodash */ \"./node_modules/lodash/lodash.js\");\nconst clientListStore_1 = __webpack_require__(/*! src/Journey/Client/stores/clientListStore */ \"./src/Journey/Client/stores/clientListStore.ts\");\nconst lodash_1 = __webpack_require__(/*! lodash */ \"./node_modules/lodash/lodash.js\");\nclass GetProfileApi extends ApiStore_1.ApiStore {\n    constructor() {\n        super('api/user/${user_id}/talentProfile/get', {\n            initialData: []\n        });\n    }\n    get getTalentProfileSectionToShow() {\n        return _.get(this.data, 'user.talent_role.client.talent_management_settings.talent_profile_section_to_show', 3);\n    }\n    get isFromAxiata() {\n        if (clientListStore_1.clientListStore.hasList) {\n            const profileClient = _.get(this.data, 'user.talent_role.client_id');\n            return 1 === Number(profileClient);\n        }\n    }\n    get profileStatus() {\n        const status = lodash_1.get(this.data, 'status');\n        return {\n            isCompleted: status === 'completed',\n            isInvited: status === 'invited',\n            isNew: status === 'new'\n        };\n    }\n}\ntslib_1.__decorate([\n    mobx_1.computed,\n    tslib_1.__metadata(\"design:type\", Object),\n    tslib_1.__metadata(\"design:paramtypes\", [])\n], GetProfileApi.prototype, \"getTalentProfileSectionToShow\", null);\ntslib_1.__decorate([\n    mobx_1.computed,\n    tslib_1.__metadata(\"design:type\", Object),\n    tslib_1.__metadata(\"design:paramtypes\", [])\n], GetProfileApi.prototype, \"isFromAxiata\", null);\ntslib_1.__decorate([\n    mobx_1.computed,\n    tslib_1.__metadata(\"design:type\", Object),\n    tslib_1.__metadata(\"design:paramtypes\", [])\n], GetProfileApi.prototype, \"profileStatus\", null);\nexports.getProfileApi = new GetProfileApi();\n\n\n//# sourceURL=webpack:///./src/Common/Axiata/CandidatePersonalProfile/components/PersonalProfile/store/getProfileApi.ts?");

/***/ }),

/***/ "./src/Common/Axiata/LanguageSelector/LanguageSelector.tsx":
/*!*****************************************************************!*\
  !*** ./src/Common/Axiata/LanguageSelector/LanguageSelector.tsx ***!
  \*****************************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {

"use strict";
eval("\nObject.defineProperty(exports, \"__esModule\", { value: true });\nconst tslib_1 = __webpack_require__(/*! tslib */ \"./node_modules/tslib/tslib.es6.js\");\nconst React = __webpack_require__(/*! react */ \"./node_modules/react/index.js\");\nconst style = __webpack_require__(/*! ./languageSelector.scss */ \"./src/Common/Axiata/LanguageSelector/languageSelector.scss\");\nconst DropdownBase_1 = __webpack_require__(/*! src/Journey/Manager/components/Dropdown/DropdownBase */ \"./src/Journey/Manager/components/Dropdown/DropdownBase.tsx\");\nconst i18n_1 = __webpack_require__(/*! src/translations/i18n */ \"./src/translations/i18n.ts\");\nconst mobx_react_1 = __webpack_require__(/*! mobx-react */ \"./node_modules/mobx-react/dist/mobxreact.esm.js\");\nconst _env_1 = __webpack_require__(/*! @env */ \"./env.ts\");\nexports.LanguageSelector = mobx_react_1.observer(props => {\n    const { loginPage = false, dataTestId } = props, otherProps = tslib_1.__rest(props, [\"loginPage\", \"dataTestId\"]);\n    return (React.createElement(\"div\", null,\n        React.createElement(DropdownBase_1.DropdownBase, Object.assign({ dropdownStandard: true }, otherProps),\n            React.createElement(\"div\", { className: style.languageSelectorContainer },\n                React.createElement(\"div\", { \"data-test-id\": dataTestId, className: `${style.languageContainer} ${loginPage && style.languageColor}` }, i18n_1.languageChange.language || _env_1.DEFAULT_LANGUAGE)))));\n});\n\n\n//# sourceURL=webpack:///./src/Common/Axiata/LanguageSelector/LanguageSelector.tsx?");

/***/ }),

/***/ "./src/Common/Axiata/LanguageSelector/languageSelector.scss":
/*!******************************************************************!*\
  !*** ./src/Common/Axiata/LanguageSelector/languageSelector.scss ***!
  \******************************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {

eval("\nvar content = __webpack_require__(/*! !../../../../node_modules/css-loader??ref--5-1!../../../../node_modules/resolve-url-loader!../../../../node_modules/sass-loader/dist/cjs.js!./languageSelector.scss */ \"./node_modules/css-loader/index.js?!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js!./src/Common/Axiata/LanguageSelector/languageSelector.scss\");\n\nif(typeof content === 'string') content = [[module.i, content, '']];\n\nvar transform;\nvar insertInto;\n\n\n\nvar options = {\"hmr\":true}\n\noptions.transform = transform\noptions.insertInto = undefined;\n\nvar update = __webpack_require__(/*! ../../../../node_modules/style-loader/lib/addStyles.js */ \"./node_modules/style-loader/lib/addStyles.js\")(content, options);\n\nif(content.locals) module.exports = content.locals;\n\nif(false) {}\n\n//# sourceURL=webpack:///./src/Common/Axiata/LanguageSelector/languageSelector.scss?");

/***/ }),

/***/ "./src/Common/Axiata/TalentProfile/components/Tooltip/index.scss":
/*!***********************************************************************!*\
  !*** ./src/Common/Axiata/TalentProfile/components/Tooltip/index.scss ***!
  \***********************************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {

eval("\nvar content = __webpack_require__(/*! !../../../../../../node_modules/css-loader??ref--5-1!../../../../../../node_modules/resolve-url-loader!../../../../../../node_modules/sass-loader/dist/cjs.js!./index.scss */ \"./node_modules/css-loader/index.js?!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js!./src/Common/Axiata/TalentProfile/components/Tooltip/index.scss\");\n\nif(typeof content === 'string') content = [[module.i, content, '']];\n\nvar transform;\nvar insertInto;\n\n\n\nvar options = {\"hmr\":true}\n\noptions.transform = transform\noptions.insertInto = undefined;\n\nvar update = __webpack_require__(/*! ../../../../../../node_modules/style-loader/lib/addStyles.js */ \"./node_modules/style-loader/lib/addStyles.js\")(content, options);\n\nif(content.locals) module.exports = content.locals;\n\nif(false) {}\n\n//# sourceURL=webpack:///./src/Common/Axiata/TalentProfile/components/Tooltip/index.scss?");

/***/ }),

/***/ "./src/Common/Axiata/TalentProfile/components/Tooltip/index.tsx":
/*!**********************************************************************!*\
  !*** ./src/Common/Axiata/TalentProfile/components/Tooltip/index.tsx ***!
  \**********************************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {

"use strict";
eval("\nObject.defineProperty(exports, \"__esModule\", { value: true });\nconst tslib_1 = __webpack_require__(/*! tslib */ \"./node_modules/tslib/tslib.es6.js\");\nconst React = __webpack_require__(/*! react */ \"./node_modules/react/index.js\");\nconst react_1 = __webpack_require__(/*! @tippyjs/react */ \"./node_modules/@tippyjs/react/dist/tippy-react.esm.js\");\nconst style = __webpack_require__(/*! ./index.scss */ \"./src/Common/Axiata/TalentProfile/components/Tooltip/index.scss\");\nconst lodash_1 = __webpack_require__(/*! lodash */ \"./node_modules/lodash/lodash.js\");\nexports.Tooltip = props => {\n    const { className, children, childrenClassName, interactive = false, delay = 0, placement = 'right', animation } = props, otherProps = tslib_1.__rest(props, [\"className\", \"children\", \"childrenClassName\", \"interactive\", \"delay\", \"placement\", \"animation\"]);\n    if (!lodash_1.isNil(props.content)) {\n        return (React.createElement(react_1.default, Object.assign({ interactive: interactive, animation: animation, delay: delay, placement: placement, arrow: true, className: `${className}\n      ${style.tooltip}` }, otherProps),\n            React.createElement(\"div\", { className: `${childrenClassName}` }, children)));\n    }\n    return children;\n};\n\n\n//# sourceURL=webpack:///./src/Common/Axiata/TalentProfile/components/Tooltip/index.tsx?");

/***/ }),

/***/ "./src/Common/Axiata/TargetViewChart/constants/values.ts":
/*!***************************************************************!*\
  !*** ./src/Common/Axiata/TargetViewChart/constants/values.ts ***!
  \***************************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {

"use strict";
eval("\nObject.defineProperty(exports, \"__esModule\", { value: true });\nconst i18next_1 = __webpack_require__(/*! i18next */ \"./node_modules/i18next/dist/esm/i18next.js\");\nexports.CIRCLES = [45, 35, 25, 15, 5];\nexports.COLOR_DEFAULT = i18next_1.default.t('color_by');\nexports.RADIUS_DEFAULT = i18next_1.default.t('size_by');\nexports.DEFAULT_COLOR = '#dddddd';\nexports.TALENT_TARGET_MODULE_NAME = 'Talent Target';\nexports.LOGIN_MODULE_NAME = 'Login';\nexports.ASSESSMENT_MODULE_NAME = 'Assessment';\nexports.RELEASE_NOTES = 'Release Notes';\nexports.privateVars = ['radii', 'unscaledR', 'r', 'R', 'selected', 'fill', 'pct', 'cx', 'cy'];\n\n\n//# sourceURL=webpack:///./src/Common/Axiata/TargetViewChart/constants/values.ts?");

/***/ }),

/***/ "./src/Common/Axiata/appAxiata.scss":
/*!******************************************!*\
  !*** ./src/Common/Axiata/appAxiata.scss ***!
  \******************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {

eval("\nvar content = __webpack_require__(/*! !../../../node_modules/css-loader??ref--5-1!../../../node_modules/resolve-url-loader!../../../node_modules/sass-loader/dist/cjs.js!./appAxiata.scss */ \"./node_modules/css-loader/index.js?!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js!./src/Common/Axiata/appAxiata.scss\");\n\nif(typeof content === 'string') content = [[module.i, content, '']];\n\nvar transform;\nvar insertInto;\n\n\n\nvar options = {\"hmr\":true}\n\noptions.transform = transform\noptions.insertInto = undefined;\n\nvar update = __webpack_require__(/*! ../../../node_modules/style-loader/lib/addStyles.js */ \"./node_modules/style-loader/lib/addStyles.js\")(content, options);\n\nif(content.locals) module.exports = content.locals;\n\nif(false) {}\n\n//# sourceURL=webpack:///./src/Common/Axiata/appAxiata.scss?");

/***/ }),

/***/ "./src/Common/Axiata/components/BlackBackgroundPageBase.tsx":
/*!******************************************************************!*\
  !*** ./src/Common/Axiata/components/BlackBackgroundPageBase.tsx ***!
  \******************************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {

"use strict";
eval("\nObject.defineProperty(exports, \"__esModule\", { value: true });\nconst React = __webpack_require__(/*! react */ \"./node_modules/react/index.js\");\nconst s = __webpack_require__(/*! ./blackBackgroundPageBase.scss */ \"./src/Common/Axiata/components/blackBackgroundPageBase.scss\");\nclass BlackBackgroundPageBase extends React.Component {\n    constructor() {\n        super(...arguments);\n        this.html = document.getElementsByTagName('html')[0];\n    }\n    componentWillMount() {\n        this.html.classList.add(s.blackBackground);\n    }\n    componentWillUnmount() {\n        this.html.classList.remove(s.blackBackground);\n    }\n    render() {\n        return React.createElement(React.Fragment, null, this.props.children);\n    }\n}\nexports.BlackBackgroundPageBase = BlackBackgroundPageBase;\n\n\n//# sourceURL=webpack:///./src/Common/Axiata/components/BlackBackgroundPageBase.tsx?");

/***/ }),

/***/ "./src/Common/Axiata/components/Button.tsx":
/*!*************************************************!*\
  !*** ./src/Common/Axiata/components/Button.tsx ***!
  \*************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {

"use strict";
eval("\nObject.defineProperty(exports, \"__esModule\", { value: true });\nconst tslib_1 = __webpack_require__(/*! tslib */ \"./node_modules/tslib/tslib.es6.js\");\nconst React = __webpack_require__(/*! react */ \"./node_modules/react/index.js\");\nconst react_1 = __webpack_require__(/*! react */ \"./node_modules/react/index.js\");\nconst reactstrap_1 = __webpack_require__(/*! reactstrap */ \"./node_modules/reactstrap/es/index.js\");\nconst classNames = __webpack_require__(/*! classnames */ \"./node_modules/classnames/index.js\");\nconst settings_1 = __webpack_require__(/*! src/Common/constants/settings */ \"./src/Common/constants/settings.ts\");\nconst AssessIcon_1 = __webpack_require__(/*! src/Journey/ClientAdmin/icons/AssessIcon */ \"./src/Journey/ClientAdmin/icons/AssessIcon.tsx\");\nconst icon_1 = __webpack_require__(/*! src/Journey/ClientAdmin/_declare/icon */ \"./src/Journey/ClientAdmin/_declare/icon.ts\");\nconst data_1 = __webpack_require__(/*! src/Common/utils/data */ \"./src/Common/utils/data.ts\");\nconst style = settings_1.isAxiataTheme ? __webpack_require__(/*! ./button.scss */ \"./src/Common/Axiata/components/button.scss\") : __webpack_require__(/*! ./buttonAccendo.scss */ \"./src/Common/Axiata/components/buttonAccendo.scss\");\nclass Button extends react_1.Component {\n    render() {\n        const _a = this.props, { disabled, loading, className, dataTestId, color = 'secondary' } = _a, otherProps = tslib_1.__rest(_a, [\"disabled\", \"loading\", \"className\", \"dataTestId\", \"color\"]);\n        return (React.createElement(reactstrap_1.Button, Object.assign({ className: classNames(loading && style.loading, style.button, className), disabled: disabled || loading, \"data-test-id\": data_1.dtiFormat(`${dataTestId}-button--${color}`), color: color }, otherProps), loading ? (React.createElement(AssessIcon_1.default, { icon: icon_1.ICON_TYPE.LoadingCircle, options: { width: '16px', padding: '2px', backgroundColor: 'var(--contrast-color)' } })) : (this.props.children)));\n    }\n}\nexports.Button = Button;\n\n\n//# sourceURL=webpack:///./src/Common/Axiata/components/Button.tsx?");

/***/ }),

/***/ "./src/Common/Axiata/components/DropDown/DropDown.tsx":
/*!************************************************************!*\
  !*** ./src/Common/Axiata/components/DropDown/DropDown.tsx ***!
  \************************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {

"use strict";
eval("\nObject.defineProperty(exports, \"__esModule\", { value: true });\nconst tslib_1 = __webpack_require__(/*! tslib */ \"./node_modules/tslib/tslib.es6.js\");\nconst React = __webpack_require__(/*! react */ \"./node_modules/react/index.js\");\nconst react_1 = __webpack_require__(/*! react */ \"./node_modules/react/index.js\");\nconst reactstrap_1 = __webpack_require__(/*! reactstrap */ \"./node_modules/reactstrap/es/index.js\");\nconst mobx_react_1 = __webpack_require__(/*! mobx-react */ \"./node_modules/mobx-react/dist/mobxreact.esm.js\");\nconst mobx_1 = __webpack_require__(/*! mobx */ \"./node_modules/mobx/lib/mobx.module.js\");\nconst _ = __webpack_require__(/*! lodash */ \"./node_modules/lodash/lodash.js\");\nconst react_router_dom_1 = __webpack_require__(/*! react-router-dom */ \"./node_modules/react-router-dom/esm/react-router-dom.js\");\nconst FA = __webpack_require__(/*! react-fontawesome */ \"./node_modules/react-fontawesome/lib/index.js\");\nconst react_fontawesome_1 = __webpack_require__(/*! @fortawesome/react-fontawesome */ \"./node_modules/@fortawesome/react-fontawesome/index.es.js\");\nconst faSpinner_1 = __webpack_require__(/*! @fortawesome/free-solid-svg-icons/faSpinner */ \"./node_modules/@fortawesome/free-solid-svg-icons/faSpinner.js\");\nconst Tooltip_1 = __webpack_require__(/*! src/Common/Axiata/TalentProfile/components/Tooltip */ \"./src/Common/Axiata/TalentProfile/components/Tooltip/index.tsx\");\nconst data_1 = __webpack_require__(/*! src/Common/utils/data */ \"./src/Common/utils/data.ts\");\nconst style = __webpack_require__(/*! ./dropDown.scss */ \"./src/Common/Axiata/components/DropDown/dropDown.scss\");\nlet DropDown = class DropDown extends react_1.Component {\n    constructor() {\n        super(...arguments);\n        this.dropdownOpen = false;\n        this.toggleDropdown = () => {\n            this.dropdownOpen = !this.dropdownOpen;\n        };\n        this.clearBuffer = () => {\n            this.dropdownOpen = false;\n        };\n        this.handleLeave = () => {\n            this.hoverBufferRef = setTimeout(this.clearBuffer, 100);\n        };\n        this.handleEnter = () => {\n            if (this.hoverBufferRef) {\n                clearTimeout(this.hoverBufferRef);\n            }\n        };\n    }\n    componentWillUnmount() {\n        if (this.hoverBufferRef) {\n            clearTimeout(this.hoverBufferRef);\n        }\n    }\n    render() {\n        const _a = this.props, { dropdownItem, toggle, dropdownMenuProps, borderless, className, cursorClassName, dropdownToggleClassName, isDisabled, title, dropdownIcon, toggleSize, loadingText, tooltipClassName, dropdownStandard, dropdownAssess, isGlobalNavigation, dataTestId } = _a, dropdownProps = tslib_1.__rest(_a, [\"dropdownItem\", \"toggle\", \"dropdownMenuProps\", \"borderless\", \"className\", \"cursorClassName\", \"dropdownToggleClassName\", \"isDisabled\", \"title\", \"dropdownIcon\", \"toggleSize\", \"loadingText\", \"tooltipClassName\", \"dropdownStandard\", \"dropdownAssess\", \"isGlobalNavigation\", \"dataTestId\"]);\n        const dropdownDti = data_1.dtiFormat(`${dataTestId}-dropdown`);\n        return (React.createElement(reactstrap_1.Dropdown, Object.assign({ className: `${style.dropDown} ${className || ''}`, isOpen: this.dropdownOpen, toggle: this.toggleDropdown, onMouseLeave: this.handleLeave }, dropdownProps),\n            React.createElement(reactstrap_1.DropdownToggle, { className: `${style.headerButton} ${dropdownStandard && style.dropdownStandard} ${dropdownAssess &&\n                    style.dropdownAssess} ${this.dropdownOpen &&\n                    !isGlobalNavigation &&\n                    style.dropdownActive} ${dropdownToggleClassName} ${cursorClassName}`, style: borderless ? { border: '0px transparent solid' } : {}, size: toggleSize, disabled: isDisabled, \"data-test-id\": data_1.dtiFormat(`${dropdownDti}-menu-trigger`) }, this.props.loading ? (React.createElement(\"div\", { className: `d-flex` },\n                React.createElement(react_fontawesome_1.FontAwesomeIcon, { icon: faSpinner_1.faSpinner, spin: true, className: `mr-1` }),\n                loadingText)) : (React.createElement(\"div\", { className: `d-flex align-items-center` },\n                title,\n                dropdownIcon))),\n            React.createElement(reactstrap_1.DropdownMenu, Object.assign({ modifiers: {\n                    setMaxHeight: {\n                        enabled: true,\n                        fn: data => {\n                            return Object.assign({}, data, { styles: Object.assign({}, data.styles, { overflow: 'auto', maxHeight: '350px' }) });\n                        }\n                    }\n                } }, dropdownMenuProps, { onMouseLeave: this.handleLeave, onMouseEnter: this.handleEnter }), dropdownItem &&\n                _.map(dropdownItem, (_a, i) => {\n                    var { name, to, divider, popoverText, disabled, dataTestId } = _a, itemProps = tslib_1.__rest(_a, [\"name\", \"to\", \"divider\", \"popoverText\", \"disabled\", \"dataTestId\"]);\n                    if (to) {\n                        return (React.createElement(react_router_dom_1.Link, { key: i, className: \"dropdown-item\", tabIndex: 0, to: to },\n                            React.createElement(Tooltip_1.Tooltip, { content: popoverText },\n                                React.createElement(reactstrap_1.DropdownItem, Object.assign({ \"data-test-id\": data_1.dtiFormat(`${dropdownDti}-${dataTestId}-menu-item`) }, itemProps), itemProps.children || name))));\n                    }\n                    else if (divider) {\n                        return React.createElement(reactstrap_1.DropdownItem, { divider: true });\n                    }\n                    else {\n                        return (React.createElement(Tooltip_1.Tooltip, { content: popoverText, key: i, placement: 'left', childrenClassName: `dropdown-item dropdown-item-tippy ${tooltipClassName} ${disabled ? 'disabled-tippy' : ''}` },\n                            React.createElement(reactstrap_1.DropdownItem, Object.assign({ \"data-test-id\": data_1.dtiFormat(dataTestId), disabled: disabled }, itemProps), itemProps.children || name)));\n                    }\n                }))));\n    }\n};\nDropDown.defaultProps = {\n    dropdownIcon: (React.createElement(\"span\", { className: \"pl-1\" },\n        React.createElement(FA, { name: \"chevron-down\" }))),\n    toggleSize: undefined\n};\ntslib_1.__decorate([\n    mobx_1.observable,\n    tslib_1.__metadata(\"design:type\", Object)\n], DropDown.prototype, \"dropdownOpen\", void 0);\ntslib_1.__decorate([\n    mobx_1.action,\n    tslib_1.__metadata(\"design:type\", Object)\n], DropDown.prototype, \"toggleDropdown\", void 0);\ntslib_1.__decorate([\n    mobx_1.action,\n    tslib_1.__metadata(\"design:type\", Object)\n], DropDown.prototype, \"clearBuffer\", void 0);\ntslib_1.__decorate([\n    mobx_1.action,\n    tslib_1.__metadata(\"design:type\", Object)\n], DropDown.prototype, \"handleLeave\", void 0);\ntslib_1.__decorate([\n    mobx_1.action,\n    tslib_1.__metadata(\"design:type\", Object)\n], DropDown.prototype, \"handleEnter\", void 0);\nDropDown = tslib_1.__decorate([\n    mobx_react_1.observer\n], DropDown);\nexports.DropDown = DropDown;\n\n\n//# sourceURL=webpack:///./src/Common/Axiata/components/DropDown/DropDown.tsx?");

/***/ }),

/***/ "./src/Common/Axiata/components/DropDown/dropDown.scss":
/*!*************************************************************!*\
  !*** ./src/Common/Axiata/components/DropDown/dropDown.scss ***!
  \*************************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {

eval("\nvar content = __webpack_require__(/*! !../../../../../node_modules/css-loader??ref--5-1!../../../../../node_modules/resolve-url-loader!../../../../../node_modules/sass-loader/dist/cjs.js!./dropDown.scss */ \"./node_modules/css-loader/index.js?!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js!./src/Common/Axiata/components/DropDown/dropDown.scss\");\n\nif(typeof content === 'string') content = [[module.i, content, '']];\n\nvar transform;\nvar insertInto;\n\n\n\nvar options = {\"hmr\":true}\n\noptions.transform = transform\noptions.insertInto = undefined;\n\nvar update = __webpack_require__(/*! ../../../../../node_modules/style-loader/lib/addStyles.js */ \"./node_modules/style-loader/lib/addStyles.js\")(content, options);\n\nif(content.locals) module.exports = content.locals;\n\nif(false) {}\n\n//# sourceURL=webpack:///./src/Common/Axiata/components/DropDown/dropDown.scss?");

/***/ }),

/***/ "./src/Common/Axiata/components/FancyButton.tsx":
/*!******************************************************!*\
  !*** ./src/Common/Axiata/components/FancyButton.tsx ***!
  \******************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {

"use strict";
eval("\nObject.defineProperty(exports, \"__esModule\", { value: true });\nconst tslib_1 = __webpack_require__(/*! tslib */ \"./node_modules/tslib/tslib.es6.js\");\nconst React = __webpack_require__(/*! react */ \"./node_modules/react/index.js\");\nconst react_1 = __webpack_require__(/*! react */ \"./node_modules/react/index.js\");\nconst style = __webpack_require__(/*! ./fancyButton.scss */ \"./src/Common/Axiata/components/fancyButton.scss\");\nconst FA = __webpack_require__(/*! react-fontawesome */ \"./node_modules/react-fontawesome/lib/index.js\");\nclass FancyButton extends react_1.Component {\n    constructor() {\n        super(...arguments);\n        this.handleOnClick = e => {\n            if (this.props.onClick && !this.props.disabled) {\n                this.props.onClick(e);\n            }\n        };\n    }\n    render() {\n        const _a = this.props, { type = 'button', className } = _a, otherProps = tslib_1.__rest(_a, [\"type\", \"className\"]);\n        return (React.createElement(\"button\", Object.assign({ type: type, className: `${style.fancyBtn} ${className || ''} ${this.props.disabled ? style.disabled : ''} d-flex justify-content-between` }, otherProps, { onClick: this.handleOnClick }),\n            React.createElement(FA, { className: `${style.arrow} ${this.props.disabled ? style.disabled : ''}`, name: \"angle-right\", size: \"2x\" }),\n            React.createElement(FA, { className: `${style.arrow} ${this.props.disabled ? style.disabled : ''}`, name: \"angle-right\", size: \"2x\" }),\n            React.createElement(FA, { className: `${style.arrow} ${this.props.disabled ? style.disabled : ''}`, name: \"angle-right\", size: \"2x\" }),\n            React.createElement(\"h3\", { className: style.text }, this.props.children),\n            React.createElement(FA, { className: `${style.arrow} ${this.props.disabled ? style.disabled : ''}`, name: \"angle-left\", size: \"2x\" }),\n            React.createElement(FA, { className: `${style.arrow} ${this.props.disabled ? style.disabled : ''}`, name: \"angle-left\", size: \"2x\" }),\n            React.createElement(FA, { className: `${style.arrow} ${this.props.disabled ? style.disabled : ''}`, name: \"angle-left\", size: \"2x\" })));\n    }\n}\nexports.FancyButton = FancyButton;\n\n\n//# sourceURL=webpack:///./src/Common/Axiata/components/FancyButton.tsx?");

/***/ }),

/***/ "./src/Common/Axiata/components/Input/Input.tsx":
/*!******************************************************!*\
  !*** ./src/Common/Axiata/components/Input/Input.tsx ***!
  \******************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {

"use strict";
eval("\nObject.defineProperty(exports, \"__esModule\", { value: true });\nconst tslib_1 = __webpack_require__(/*! tslib */ \"./node_modules/tslib/tslib.es6.js\");\nconst React = __webpack_require__(/*! react */ \"./node_modules/react/index.js\");\nconst react_1 = __webpack_require__(/*! react */ \"./node_modules/react/index.js\");\nconst reactstrap_1 = __webpack_require__(/*! reactstrap */ \"./node_modules/reactstrap/es/index.js\");\nconst settings_1 = __webpack_require__(/*! src/Common/constants/settings */ \"./src/Common/constants/settings.ts\");\nconst FontAwesome = __webpack_require__(/*! react-fontawesome */ \"./node_modules/react-fontawesome/lib/index.js\");\nconst mobx_1 = __webpack_require__(/*! mobx */ \"./node_modules/mobx/lib/mobx.module.js\");\nconst mobx_react_1 = __webpack_require__(/*! mobx-react */ \"./node_modules/mobx-react/dist/mobxreact.esm.js\");\nconst style = settings_1.isAxiataTheme ? __webpack_require__(/*! ./input.scss */ \"./src/Common/Axiata/components/Input/input.scss\") : __webpack_require__(/*! ./inputAccendo.scss */ \"./src/Common/Axiata/components/Input/inputAccendo.scss\");\nlet Input = class Input extends react_1.Component {\n    constructor() {\n        super(...arguments);\n        this.focusOn = false;\n        this.inputPlaceholder = '';\n        this.checkOnChange = e => {\n            this.focusOn = e.target.value;\n            if (this.props.onChange) {\n                this.props.onChange(e);\n            }\n        };\n        this.getInputRefProps = () => {\n            this.inputPlaceholder = this.inputRef.placeholder || '';\n        };\n        this.toggleFocusOn = (bool) => mobx_1.action((e) => {\n            this.focusOn = bool;\n            if (bool && this.props.onFocus) {\n                this.props.onFocus(e);\n            }\n            if (!bool && this.props.onBlur) {\n                this.props.onBlur(e);\n            }\n        });\n        this.renderErrorMessage = () => {\n            if (!this.props.disableError) {\n                if (this.props.error && !this.props.tooltipError) {\n                    return (React.createElement(\"div\", { \"data-test-id\": `${this.props.dataTestId}}-error-message`, className: `${style.error} error ${this.props.errorPosition ? style.errorLeft : ''}` }, this.props.error));\n                }\n                else {\n                    if (!this.props.tooltipError) {\n                        return React.createElement(\"div\", { className: `${style.error} error` });\n                    }\n                }\n            }\n            return null;\n        };\n        this.inputComponent = otherProps => {\n            return (React.createElement(reactstrap_1.Input, Object.assign({}, otherProps, { className: `form-control ${style.form} ${this.props.showErrorBorderColor && otherProps.error ? style.error : ''} ${this.props.inputClassName ? this.props.inputClassName : ''}`, innerRef: ref => (this.inputRef = ref), onFocus: this.toggleFocusOn(true), onBlur: this.toggleFocusOn(false), onChange: this.checkOnChange, \"data-test-id\": `${this.props.dataTestId}}-input` })));\n        };\n    }\n    showTooltipError() {\n        return !!(this.props.error && this.props.tooltipError && !this.props.disableError);\n    }\n    showTooltipPlaceholder() {\n        return !!(this.focusOn && this.props.placeholderToolTip);\n    }\n    componentDidMount() {\n        this.getInputRefProps();\n    }\n    render() {\n        const _a = this.props, { enableLabel, leftSection, containerClassName, rightSection, showTick, inputClassName, disableError, tooltipError, placeholderToolTip, tooltipPlacement, errorPosition, moveTooltip, showErrorBorderColor } = _a, otherProps = tslib_1.__rest(_a, [\"enableLabel\", \"leftSection\", \"containerClassName\", \"rightSection\", \"showTick\", \"inputClassName\", \"disableError\", \"tooltipError\", \"placeholderToolTip\", \"tooltipPlacement\", \"errorPosition\", \"moveTooltip\", \"showErrorBorderColor\"]);\n        return (React.createElement(\"div\", { className: `${style.inputGroup} ${containerClassName}` },\n            leftSection,\n            React.createElement(\"div\", { className: `${style.inputContainer} input-container` },\n                this.props.label && enableLabel ? (React.createElement(reactstrap_1.Label, { className: style.label },\n                    React.createElement(\"div\", null,\n                        this.props.label,\n                        \" \",\n                        this.props.required ? '*' : ''),\n                    this.inputComponent(otherProps))) : (this.inputComponent(otherProps)),\n                React.createElement(\"div\", { className: style.tickContainer }, showTick ? React.createElement(FontAwesome, { name: 'check', className: style.tick }) : null)),\n            !tooltipError && this.renderErrorMessage(),\n            this.props.children,\n            rightSection,\n            this.inputRef && (React.createElement(reactstrap_1.Popover, { className: ` ${this.props.tooltipPlacement === 'top' ? style.popover_error_top : ''}\n              ${this.showTooltipError() ? style.popovers_error : style.popovers_placeholder} ${this.props.moveTooltip}\n            `, target: this.inputRef, isOpen: this.showTooltipError() || this.showTooltipPlaceholder(), placement: tooltipPlacement },\n                React.createElement(reactstrap_1.PopoverBody, null, this.props.tooltipElement || this.props.error || this.inputPlaceholder)))));\n    }\n};\nInput.defaultProps = {\n    containerClassName: '',\n    disableError: false,\n    tooltipPlacement: 'right',\n    placeholderToolTip: false,\n    enableLabel: false,\n    showErrorBorderColor: false\n};\ntslib_1.__decorate([\n    mobx_1.observable,\n    tslib_1.__metadata(\"design:type\", Object)\n], Input.prototype, \"focusOn\", void 0);\ntslib_1.__decorate([\n    mobx_1.observable,\n    tslib_1.__metadata(\"design:type\", Object)\n], Input.prototype, \"inputPlaceholder\", void 0);\ntslib_1.__decorate([\n    mobx_1.action,\n    tslib_1.__metadata(\"design:type\", Object)\n], Input.prototype, \"checkOnChange\", void 0);\ntslib_1.__decorate([\n    mobx_1.action,\n    tslib_1.__metadata(\"design:type\", Object)\n], Input.prototype, \"getInputRefProps\", void 0);\nInput = tslib_1.__decorate([\n    mobx_react_1.observer\n], Input);\nexports.Input = Input;\n\n\n//# sourceURL=webpack:///./src/Common/Axiata/components/Input/Input.tsx?");

/***/ }),

/***/ "./src/Common/Axiata/components/Input/InputPassword.tsx":
/*!**************************************************************!*\
  !*** ./src/Common/Axiata/components/Input/InputPassword.tsx ***!
  \**************************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {

"use strict";
eval("\nObject.defineProperty(exports, \"__esModule\", { value: true });\nconst tslib_1 = __webpack_require__(/*! tslib */ \"./node_modules/tslib/tslib.es6.js\");\nconst React = __webpack_require__(/*! react */ \"./node_modules/react/index.js\");\nconst style = __webpack_require__(/*! ./inputPassword.scss */ \"./src/Common/Axiata/components/Input/inputPassword.scss\");\nconst Input_1 = __webpack_require__(/*! ./Input */ \"./src/Common/Axiata/components/Input/Input.tsx\");\nconst FA = __webpack_require__(/*! react-fontawesome */ \"./node_modules/react-fontawesome/lib/index.js\");\nexports.InputPassword = props => {\n    const [showPassword, setShowPassword] = React.useState(false);\n    const toggleShowPassword = (bool) => {\n        setShowPassword(bool);\n    };\n    const { containerClassName } = props, otherProps = tslib_1.__rest(props, [\"containerClassName\"]);\n    return (React.createElement(\"div\", null,\n        React.createElement(Input_1.Input, Object.assign({ containerClassName: `${style.input} ${containerClassName || ''} ` }, otherProps, { type: showPassword ? 'text' : 'password', rightSection: React.createElement(\"div\", { className: style.eyeIcon, onClick: () => toggleShowPassword(!showPassword) }, showPassword ? React.createElement(FA, { name: \"eye-slash\" }) : React.createElement(FA, { name: \"eye\" })) }))));\n};\n\n\n//# sourceURL=webpack:///./src/Common/Axiata/components/Input/InputPassword.tsx?");

/***/ }),

/***/ "./src/Common/Axiata/components/Input/InputWithLabel.tsx":
/*!***************************************************************!*\
  !*** ./src/Common/Axiata/components/Input/InputWithLabel.tsx ***!
  \***************************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {

"use strict";
eval("\nObject.defineProperty(exports, \"__esModule\", { value: true });\nconst React = __webpack_require__(/*! react */ \"./node_modules/react/index.js\");\nconst Input_1 = __webpack_require__(/*! src/Common/Axiata/components/Input/Input */ \"./src/Common/Axiata/components/Input/Input.tsx\");\nconst s = __webpack_require__(/*! ./inputWithLabel.scss */ \"./src/Common/Axiata/components/Input/inputWithLabel.scss\");\nclass InputWithLabel extends React.Component {\n    render() {\n        return React.createElement(Input_1.Input, Object.assign({ enableLabel: true }, this.props, { className: `${this.props.className} ${s.input} ` }));\n    }\n}\nInputWithLabel.defaultProps = {\n    className: ''\n};\nexports.InputWithLabel = InputWithLabel;\n\n\n//# sourceURL=webpack:///./src/Common/Axiata/components/Input/InputWithLabel.tsx?");

/***/ }),

/***/ "./src/Common/Axiata/components/Input/input.scss":
/*!*******************************************************!*\
  !*** ./src/Common/Axiata/components/Input/input.scss ***!
  \*******************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {

eval("\nvar content = __webpack_require__(/*! !../../../../../node_modules/css-loader??ref--5-1!../../../../../node_modules/resolve-url-loader!../../../../../node_modules/sass-loader/dist/cjs.js!./input.scss */ \"./node_modules/css-loader/index.js?!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js!./src/Common/Axiata/components/Input/input.scss\");\n\nif(typeof content === 'string') content = [[module.i, content, '']];\n\nvar transform;\nvar insertInto;\n\n\n\nvar options = {\"hmr\":true}\n\noptions.transform = transform\noptions.insertInto = undefined;\n\nvar update = __webpack_require__(/*! ../../../../../node_modules/style-loader/lib/addStyles.js */ \"./node_modules/style-loader/lib/addStyles.js\")(content, options);\n\nif(content.locals) module.exports = content.locals;\n\nif(false) {}\n\n//# sourceURL=webpack:///./src/Common/Axiata/components/Input/input.scss?");

/***/ }),

/***/ "./src/Common/Axiata/components/Input/inputAccendo.scss":
/*!**************************************************************!*\
  !*** ./src/Common/Axiata/components/Input/inputAccendo.scss ***!
  \**************************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {

eval("\nvar content = __webpack_require__(/*! !../../../../../node_modules/css-loader??ref--5-1!../../../../../node_modules/resolve-url-loader!../../../../../node_modules/sass-loader/dist/cjs.js!./inputAccendo.scss */ \"./node_modules/css-loader/index.js?!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js!./src/Common/Axiata/components/Input/inputAccendo.scss\");\n\nif(typeof content === 'string') content = [[module.i, content, '']];\n\nvar transform;\nvar insertInto;\n\n\n\nvar options = {\"hmr\":true}\n\noptions.transform = transform\noptions.insertInto = undefined;\n\nvar update = __webpack_require__(/*! ../../../../../node_modules/style-loader/lib/addStyles.js */ \"./node_modules/style-loader/lib/addStyles.js\")(content, options);\n\nif(content.locals) module.exports = content.locals;\n\nif(false) {}\n\n//# sourceURL=webpack:///./src/Common/Axiata/components/Input/inputAccendo.scss?");

/***/ }),

/***/ "./src/Common/Axiata/components/Input/inputPassword.scss":
/*!***************************************************************!*\
  !*** ./src/Common/Axiata/components/Input/inputPassword.scss ***!
  \***************************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {

eval("\nvar content = __webpack_require__(/*! !../../../../../node_modules/css-loader??ref--5-1!../../../../../node_modules/resolve-url-loader!../../../../../node_modules/sass-loader/dist/cjs.js!./inputPassword.scss */ \"./node_modules/css-loader/index.js?!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js!./src/Common/Axiata/components/Input/inputPassword.scss\");\n\nif(typeof content === 'string') content = [[module.i, content, '']];\n\nvar transform;\nvar insertInto;\n\n\n\nvar options = {\"hmr\":true}\n\noptions.transform = transform\noptions.insertInto = undefined;\n\nvar update = __webpack_require__(/*! ../../../../../node_modules/style-loader/lib/addStyles.js */ \"./node_modules/style-loader/lib/addStyles.js\")(content, options);\n\nif(content.locals) module.exports = content.locals;\n\nif(false) {}\n\n//# sourceURL=webpack:///./src/Common/Axiata/components/Input/inputPassword.scss?");

/***/ }),

/***/ "./src/Common/Axiata/components/Input/inputWithLabel.scss":
/*!****************************************************************!*\
  !*** ./src/Common/Axiata/components/Input/inputWithLabel.scss ***!
  \****************************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {

eval("\nvar content = __webpack_require__(/*! !../../../../../node_modules/css-loader??ref--5-1!../../../../../node_modules/resolve-url-loader!../../../../../node_modules/sass-loader/dist/cjs.js!./inputWithLabel.scss */ \"./node_modules/css-loader/index.js?!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js!./src/Common/Axiata/components/Input/inputWithLabel.scss\");\n\nif(typeof content === 'string') content = [[module.i, content, '']];\n\nvar transform;\nvar insertInto;\n\n\n\nvar options = {\"hmr\":true}\n\noptions.transform = transform\noptions.insertInto = undefined;\n\nvar update = __webpack_require__(/*! ../../../../../node_modules/style-loader/lib/addStyles.js */ \"./node_modules/style-loader/lib/addStyles.js\")(content, options);\n\nif(content.locals) module.exports = content.locals;\n\nif(false) {}\n\n//# sourceURL=webpack:///./src/Common/Axiata/components/Input/inputWithLabel.scss?");

/***/ }),

/***/ "./src/Common/Axiata/components/Loading/Loading.tsx":
/*!**********************************************************!*\
  !*** ./src/Common/Axiata/components/Loading/Loading.tsx ***!
  \**********************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {

"use strict";
eval("\nObject.defineProperty(exports, \"__esModule\", { value: true });\nconst tslib_1 = __webpack_require__(/*! tslib */ \"./node_modules/tslib/tslib.es6.js\");\nconst React = __webpack_require__(/*! react */ \"./node_modules/react/index.js\");\nconst settings_1 = __webpack_require__(/*! src/Common/constants/settings */ \"./src/Common/constants/settings.ts\");\nconst mobx_react_1 = __webpack_require__(/*! mobx-react */ \"./node_modules/mobx-react/dist/mobxreact.esm.js\");\nconst AssessIcon_1 = __webpack_require__(/*! src/Journey/ClientAdmin/icons/AssessIcon */ \"./src/Journey/ClientAdmin/icons/AssessIcon.tsx\");\nconst icon_1 = __webpack_require__(/*! src/Journey/ClientAdmin/_declare/icon */ \"./src/Journey/ClientAdmin/_declare/icon.ts\");\nconst style = settings_1.isAxiataTheme ? __webpack_require__(/*! ./loadingAxiata.scss */ \"./src/Common/Axiata/components/Loading/loadingAxiata.scss\") : __webpack_require__(/*! ./loadingAccendo.scss */ \"./src/Common/Axiata/components/Loading/loadingAccendo.scss\");\nlet Loading = class Loading extends React.Component {\n    constructor() {\n        super(...arguments);\n        this.getLoadingIcon = () => (React.createElement(AssessIcon_1.default, { icon: icon_1.ICON_TYPE.LoadingCircle, options: {\n                width: `var(--loading-width-${this.props.size})`,\n                padding: `var(--loading-padding-${this.props.size})`\n            } }));\n        this.loadingSpinnerContainer = this.props.isAssessmentPage === true ? style.assessmentPageSpinnerContainer : style.spinnerContainer;\n    }\n    render() {\n        return (React.createElement(\"div\", { className: `${style.loadingPage} ${this.props.className || ''}`, style: { minHeight: this.props.minHeight || 80 } },\n            this.props.children,\n            this.props.isLoading && (React.createElement(\"div\", { className: `${this.loadingSpinnerContainer}` },\n                React.createElement(\"div\", { className: style.bg }),\n                this.getLoadingIcon()))));\n    }\n};\nLoading.defaultProps = {\n    isLoading: false,\n    isAssessmentPage: false,\n    size: 'lg'\n};\nLoading = tslib_1.__decorate([\n    mobx_react_1.observer\n], Loading);\nexports.Loading = Loading;\n\n\n//# sourceURL=webpack:///./src/Common/Axiata/components/Loading/Loading.tsx?");

/***/ }),

/***/ "./src/Common/Axiata/components/Loading/loadingAccendo.scss":
/*!******************************************************************!*\
  !*** ./src/Common/Axiata/components/Loading/loadingAccendo.scss ***!
  \******************************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {

eval("\nvar content = __webpack_require__(/*! !../../../../../node_modules/css-loader??ref--5-1!../../../../../node_modules/resolve-url-loader!../../../../../node_modules/sass-loader/dist/cjs.js!./loadingAccendo.scss */ \"./node_modules/css-loader/index.js?!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js!./src/Common/Axiata/components/Loading/loadingAccendo.scss\");\n\nif(typeof content === 'string') content = [[module.i, content, '']];\n\nvar transform;\nvar insertInto;\n\n\n\nvar options = {\"hmr\":true}\n\noptions.transform = transform\noptions.insertInto = undefined;\n\nvar update = __webpack_require__(/*! ../../../../../node_modules/style-loader/lib/addStyles.js */ \"./node_modules/style-loader/lib/addStyles.js\")(content, options);\n\nif(content.locals) module.exports = content.locals;\n\nif(false) {}\n\n//# sourceURL=webpack:///./src/Common/Axiata/components/Loading/loadingAccendo.scss?");

/***/ }),

/***/ "./src/Common/Axiata/components/Loading/loadingAxiata.scss":
/*!*****************************************************************!*\
  !*** ./src/Common/Axiata/components/Loading/loadingAxiata.scss ***!
  \*****************************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {

eval("\nvar content = __webpack_require__(/*! !../../../../../node_modules/css-loader??ref--5-1!../../../../../node_modules/resolve-url-loader!../../../../../node_modules/sass-loader/dist/cjs.js!./loadingAxiata.scss */ \"./node_modules/css-loader/index.js?!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js!./src/Common/Axiata/components/Loading/loadingAxiata.scss\");\n\nif(typeof content === 'string') content = [[module.i, content, '']];\n\nvar transform;\nvar insertInto;\n\n\n\nvar options = {\"hmr\":true}\n\noptions.transform = transform\noptions.insertInto = undefined;\n\nvar update = __webpack_require__(/*! ../../../../../node_modules/style-loader/lib/addStyles.js */ \"./node_modules/style-loader/lib/addStyles.js\")(content, options);\n\nif(content.locals) module.exports = content.locals;\n\nif(false) {}\n\n//# sourceURL=webpack:///./src/Common/Axiata/components/Loading/loadingAxiata.scss?");

/***/ }),

/***/ "./src/Common/Axiata/components/LoadingByDefault.tsx":
/*!***********************************************************!*\
  !*** ./src/Common/Axiata/components/LoadingByDefault.tsx ***!
  \***********************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {

"use strict";
eval("\nObject.defineProperty(exports, \"__esModule\", { value: true });\nconst React = __webpack_require__(/*! react */ \"./node_modules/react/index.js\");\nconst Loading_1 = __webpack_require__(/*! src/Common/Axiata/components/Loading/Loading */ \"./src/Common/Axiata/components/Loading/Loading.tsx\");\nexports.LoadingByDefault = ({ isLoading = true, minHeight, isAssessmentPage = false, className, size = 'lg' }) => {\n    return (React.createElement(Loading_1.Loading, { isLoading: isLoading, minHeight: minHeight, isAssessmentPage: isAssessmentPage, className: className, size: size }));\n};\n\n\n//# sourceURL=webpack:///./src/Common/Axiata/components/LoadingByDefault.tsx?");

/***/ }),

/***/ "./src/Common/Axiata/components/Logo/Logo.tsx":
/*!****************************************************!*\
  !*** ./src/Common/Axiata/components/Logo/Logo.tsx ***!
  \****************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {

"use strict";
eval("\nObject.defineProperty(exports, \"__esModule\", { value: true });\nconst tslib_1 = __webpack_require__(/*! tslib */ \"./node_modules/tslib/tslib.es6.js\");\nconst React = __webpack_require__(/*! react */ \"./node_modules/react/index.js\");\nconst style = __webpack_require__(/*! ./logo.scss */ \"./src/Common/Axiata/components/Logo/logo.scss\");\nconst cns = __webpack_require__(/*! classnames */ \"./node_modules/classnames/index.js\");\nconst settings_1 = __webpack_require__(/*! src/Common/constants/settings */ \"./src/Common/constants/settings.ts\");\nclass Logo extends React.Component {\n    render() {\n        const _a = this.props, { width, height, logoSrc, className, imgSrc } = _a, otherProps = tslib_1.__rest(_a, [\"width\", \"height\", \"logoSrc\", \"className\", \"imgSrc\"]);\n        return (React.createElement(\"div\", Object.assign({}, otherProps, { className: cns(style.logo, className), style: { width, height, backgroundImage: `url(\"${logoSrc}\")` } }), imgSrc && React.createElement(\"img\", { src: imgSrc, alt: \"\", className: style.logoImg })));\n    }\n}\nLogo.defaultProps = {\n    height: '100%',\n    width: '100%',\n    logoSrc: settings_1.getLogo()\n};\nexports.Logo = Logo;\n\n\n//# sourceURL=webpack:///./src/Common/Axiata/components/Logo/Logo.tsx?");

/***/ }),

/***/ "./src/Common/Axiata/components/Logo/logo.scss":
/*!*****************************************************!*\
  !*** ./src/Common/Axiata/components/Logo/logo.scss ***!
  \*****************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {

eval("\nvar content = __webpack_require__(/*! !../../../../../node_modules/css-loader??ref--5-1!../../../../../node_modules/resolve-url-loader!../../../../../node_modules/sass-loader/dist/cjs.js!./logo.scss */ \"./node_modules/css-loader/index.js?!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js!./src/Common/Axiata/components/Logo/logo.scss\");\n\nif(typeof content === 'string') content = [[module.i, content, '']];\n\nvar transform;\nvar insertInto;\n\n\n\nvar options = {\"hmr\":true}\n\noptions.transform = transform\noptions.insertInto = undefined;\n\nvar update = __webpack_require__(/*! ../../../../../node_modules/style-loader/lib/addStyles.js */ \"./node_modules/style-loader/lib/addStyles.js\")(content, options);\n\nif(content.locals) module.exports = content.locals;\n\nif(false) {}\n\n//# sourceURL=webpack:///./src/Common/Axiata/components/Logo/logo.scss?");

/***/ }),

/***/ "./src/Common/Axiata/components/Message.scss":
/*!***************************************************!*\
  !*** ./src/Common/Axiata/components/Message.scss ***!
  \***************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {

eval("\nvar content = __webpack_require__(/*! !../../../../node_modules/css-loader??ref--5-1!../../../../node_modules/resolve-url-loader!../../../../node_modules/sass-loader/dist/cjs.js!./Message.scss */ \"./node_modules/css-loader/index.js?!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js!./src/Common/Axiata/components/Message.scss\");\n\nif(typeof content === 'string') content = [[module.i, content, '']];\n\nvar transform;\nvar insertInto;\n\n\n\nvar options = {\"hmr\":true}\n\noptions.transform = transform\noptions.insertInto = undefined;\n\nvar update = __webpack_require__(/*! ../../../../node_modules/style-loader/lib/addStyles.js */ \"./node_modules/style-loader/lib/addStyles.js\")(content, options);\n\nif(content.locals) module.exports = content.locals;\n\nif(false) {}\n\n//# sourceURL=webpack:///./src/Common/Axiata/components/Message.scss?");

/***/ }),

/***/ "./src/Common/Axiata/components/Message.tsx":
/*!**************************************************!*\
  !*** ./src/Common/Axiata/components/Message.tsx ***!
  \**************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {

"use strict";
eval("\nObject.defineProperty(exports, \"__esModule\", { value: true });\nconst tslib_1 = __webpack_require__(/*! tslib */ \"./node_modules/tslib/tslib.es6.js\");\nconst React = __webpack_require__(/*! react */ \"./node_modules/react/index.js\");\nconst react_1 = __webpack_require__(/*! react */ \"./node_modules/react/index.js\");\nconst style = __webpack_require__(/*! ./Message.scss */ \"./src/Common/Axiata/components/Message.scss\");\nconst react_toastify_1 = __webpack_require__(/*! react-toastify */ \"./node_modules/react-toastify/lib/index.js\");\nconst FA = __webpack_require__(/*! react-fontawesome */ \"./node_modules/react-fontawesome/lib/index.js\");\nconst lodash_1 = __webpack_require__(/*! lodash */ \"./node_modules/lodash/lodash.js\");\nconst strings_1 = __webpack_require__(/*! src/Common/utils/strings */ \"./src/Common/utils/strings.ts\");\nconst getMessageId = (message, type) => {\n    return `${strings_1.urlCreation()}-${lodash_1.snakeCase(message)}-${type}`;\n};\nclass MessageComponent extends react_1.Component {\n    constructor() {\n        super(...arguments);\n        this.getStyle = () => {\n            if (this.props.type === 'success') {\n                return style.successBG;\n            }\n            else if (this.props.type === 'info') {\n                return style.infoBG;\n            }\n            else if (this.props.type === 'error') {\n                return style.errorBG;\n            }\n            else if (this.props.type === 'warning') {\n                return style.warningBG;\n            }\n            else if (this.props.type === 'notification') {\n                return style.notificationBG;\n            }\n            else if (this.props.type === 'success_light') {\n                return style.successLight;\n            }\n            else if (this.props.type === 'error_light') {\n                return style.errorLight;\n            }\n        };\n        this.getIcon = () => {\n            if (this.props.type === 'success') {\n                return React.createElement(FA, { className: style.menuItemIcon, name: \"check\" });\n            }\n            else if (this.props.type === 'info') {\n                return React.createElement(FA, { className: style.menuItemIcon, name: \"info\" });\n            }\n            else if (this.props.type === 'error') {\n                return React.createElement(FA, { className: style.menuItemIcon, name: \"times\" });\n            }\n            else if (this.props.type === 'warning') {\n                return React.createElement(FA, { className: style.menuItemIcon, name: \"exclamation-triangle\" });\n            }\n            else if (this.props.type === 'notification') {\n                return React.createElement(\"div\", { className: style.notification });\n            }\n            else if (this.props.type === 'success_light') {\n                return React.createElement(FA, { className: style.menuItemIconLight, name: \"check\" });\n            }\n            else if (this.props.type === 'error_light') {\n                return React.createElement(FA, { className: style.menuItemIconLight, name: \"times\" });\n            }\n        };\n    }\n    render() {\n        return this.props.type === 'notification' ? (React.createElement(\"div\", { \"data-test-id\": `${getMessageId(this.props.message, this.props.type)}`, className: `d-flex  ${style.main}` },\n            React.createElement(\"div\", { className: `d-flex justify-content-center align-self-center  ${style.iconSection} ${this.getStyle()}` }, this.getIcon()),\n            React.createElement(\"div\", { className: `d-flex justify-content-flex ${style.textSectionNotification}` },\n                React.createElement(\"div\", null,\n                    React.createElement(\"span\", { className: style.closeButton },\n                        React.createElement(FA, { name: \"times\" })),\n                    React.createElement(\"div\", { className: `m-3 font-weight-bold` }, this.props.title),\n                    React.createElement(\"div\", { className: style.messageTextNotification },\n                        this.props.message,\n                        \" \",\n                        this.props.additionalMessage))))) : (React.createElement(\"div\", { \"data-test-id\": `${getMessageId(this.props.message, this.props.type)}`, className: `d-flex  ${this.props.type === 'success_light' || this.props.type === 'error_light' ? style.mainLight : style.main}` },\n            React.createElement(\"div\", { className: `d-flex justify-content-center ${style.iconSection} ${this.getStyle()}` }, this.getIcon()),\n            React.createElement(\"div\", { className: `d-flex justify-content-flex align-self-center ${style.textSection}` }, this.props.message),\n            this.props.showClose && (React.createElement(\"div\", { className: `align-self-center ${style.closeButton}`, onClick: event => {\n                    this.props.closeToast(), this.props.onClick && this.props.onClick(event);\n                } },\n                React.createElement(FA, { name: \"times\" })))));\n    }\n}\nexports.MessageComponent = MessageComponent;\nfunction success(message) {\n    react_toastify_1.toast(React.createElement(MessageComponent, { message: message, type: \"success\" }), {\n        toastId: `${getMessageId(message, 'success')}`,\n        position: react_toastify_1.toast.POSITION.TOP_CENTER,\n        className: style.toastBG,\n        autoClose: 10000\n    });\n}\nfunction info(message) {\n    react_toastify_1.toast(React.createElement(MessageComponent, { message: message, type: \"info\" }), {\n        toastId: `${getMessageId(message, 'info')}`,\n        position: react_toastify_1.toast.POSITION.TOP_CENTER,\n        className: style.toastBG,\n        autoClose: 10000\n    });\n}\nfunction warning(message) {\n    react_toastify_1.toast(React.createElement(MessageComponent, { message: message, type: \"warning\" }), {\n        toastId: `${getMessageId(message, 'warning')}`,\n        position: react_toastify_1.toast.POSITION.TOP_CENTER,\n        className: style.toastBG,\n        autoClose: 10000\n    });\n}\nfunction error(message) {\n    react_toastify_1.toast(React.createElement(MessageComponent, { message: message, type: \"error\" }), {\n        toastId: `${getMessageId(message, 'error')}`,\n        position: react_toastify_1.toast.POSITION.TOP_CENTER,\n        className: style.toastBG,\n        autoClose: 10000\n    });\n}\nfunction successLight(message) {\n    react_toastify_1.toast(React.createElement(MessageComponent, { message: message, type: \"success_light\" }), {\n        toastId: `${getMessageId(message, 'success_light')}`,\n        position: react_toastify_1.toast.POSITION.TOP_CENTER,\n        className: style.toastBGLight,\n        autoClose: 10000\n    });\n}\nfunction errorLight(message) {\n    react_toastify_1.toast(React.createElement(MessageComponent, { message: message, type: \"error_light\" }), {\n        toastId: `${getMessageId(message, 'error_light')}`,\n        position: react_toastify_1.toast.POSITION.TOP_CENTER,\n        className: style.toastBGLight,\n        autoClose: 10000\n    });\n}\nfunction indefinite(_a) {\n    var { position, message, type } = _a, messageOpts = tslib_1.__rest(_a, [\"position\", \"message\", \"type\"]);\n    return react_toastify_1.toast(React.createElement(MessageComponent, Object.assign({ closeToast: react_toastify_1.toast.dismiss, message: message, type: type }, messageOpts)), {\n        toastId: `${getMessageId(message, type)}`,\n        position: position || react_toastify_1.toast.POSITION.TOP_CENTER,\n        className: lodash_1.trim(`${style.toastBG} ${messageOpts.showClose && style.toastBGMod} ${messageOpts.showClose && style.cursorDefault}`),\n        autoClose: false,\n        closeOnClick: !messageOpts.showClose,\n        draggable: !messageOpts.showClose\n    });\n}\nfunction dismiss(id) {\n    react_toastify_1.toast.dismiss(id);\n}\nfunction notificationWithTitle(message, title, additionalMessage) {\n    react_toastify_1.toast(React.createElement(MessageComponent, { message: message, title: title, additionalMessage: additionalMessage, type: \"notification\" }), {\n        toastId: `${getMessageId(message, 'notification')}`,\n        position: react_toastify_1.toast.POSITION.TOP_CENTER,\n        className: `${style.toastBG} ${style.toastBGMod}`,\n        autoClose: false\n    });\n}\nexports.Message = {\n    success,\n    info,\n    warning,\n    error,\n    indefinite,\n    dismiss,\n    notificationWithTitle,\n    successLight,\n    errorLight\n};\n\n\n//# sourceURL=webpack:///./src/Common/Axiata/components/Message.tsx?");

/***/ }),

/***/ "./src/Common/Axiata/components/MessageBox.scss":
/*!******************************************************!*\
  !*** ./src/Common/Axiata/components/MessageBox.scss ***!
  \******************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {

eval("\nvar content = __webpack_require__(/*! !../../../../node_modules/css-loader??ref--5-1!../../../../node_modules/resolve-url-loader!../../../../node_modules/sass-loader/dist/cjs.js!./MessageBox.scss */ \"./node_modules/css-loader/index.js?!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js!./src/Common/Axiata/components/MessageBox.scss\");\n\nif(typeof content === 'string') content = [[module.i, content, '']];\n\nvar transform;\nvar insertInto;\n\n\n\nvar options = {\"hmr\":true}\n\noptions.transform = transform\noptions.insertInto = undefined;\n\nvar update = __webpack_require__(/*! ../../../../node_modules/style-loader/lib/addStyles.js */ \"./node_modules/style-loader/lib/addStyles.js\")(content, options);\n\nif(content.locals) module.exports = content.locals;\n\nif(false) {}\n\n//# sourceURL=webpack:///./src/Common/Axiata/components/MessageBox.scss?");

/***/ }),

/***/ "./src/Common/Axiata/components/MessageBox.tsx":
/*!*****************************************************!*\
  !*** ./src/Common/Axiata/components/MessageBox.tsx ***!
  \*****************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {

"use strict";
eval("\nObject.defineProperty(exports, \"__esModule\", { value: true });\nconst tslib_1 = __webpack_require__(/*! tslib */ \"./node_modules/tslib/tslib.es6.js\");\nconst React = __webpack_require__(/*! react */ \"./node_modules/react/index.js\");\nconst ReactDOM = __webpack_require__(/*! react-dom */ \"./node_modules/react-dom/index.js\");\nconst style = __webpack_require__(/*! ./MessageBox.scss */ \"./src/Common/Axiata/components/MessageBox.scss\");\nconst Modal_1 = __webpack_require__(/*! src/Common/Axiata/components/Modal/Modal */ \"./src/Common/Axiata/components/Modal/Modal.tsx\");\nconst Button_1 = __webpack_require__(/*! src/Common/Axiata/components/Button */ \"./src/Common/Axiata/components/Button.tsx\");\nconst react_1 = __webpack_require__(/*! react */ \"./node_modules/react/index.js\");\nconst mobx_react_1 = __webpack_require__(/*! mobx-react */ \"./node_modules/mobx-react/dist/mobxreact.esm.js\");\nconst mobx_1 = __webpack_require__(/*! mobx */ \"./node_modules/mobx/lib/mobx.module.js\");\nconst i18next_1 = __webpack_require__(/*! i18next */ \"./node_modules/i18next/dist/esm/i18next.js\");\nconst ThemeStore_1 = __webpack_require__(/*! src/Common/stores/mobx/ThemeStore */ \"./src/Common/stores/mobx/ThemeStore.ts\");\nlet MessageBoxComponent = class MessageBoxComponent extends react_1.Component {\n    constructor() {\n        super(...arguments);\n        this.isOpen = true;\n        this.toggleIsOpen = () => {\n            this.isOpen = !this.isOpen;\n        };\n        this.acceptFn = () => {\n            this.toggleIsOpen();\n            setTimeout(() => {\n                this.props.acceptcb();\n            }, 300);\n        };\n        this.cancelFn = () => {\n            this.toggleIsOpen();\n            setTimeout(() => {\n                this.props.cancelcb();\n            }, 300);\n        };\n    }\n    render() {\n        const alertFooter = (React.createElement(\"div\", null,\n            React.createElement(Button_1.Button, { color: this.props.isLightTheme ? '' : ThemeStore_1.themeStore.returnInfoText, onClick: this.cancelFn, className: this.props.isLightTheme ? style.cancelButtonLight : '', \"data-test-id\": `modal-cancel` }, this.props.cancelButtonText),\n            React.createElement(Button_1.Button, { color: this.props.isLightTheme ? '' : 'primary', onClick: this.acceptFn, disabled: this.props.acceptButtonDisabled, className: this.props.isLightTheme ? style.proceedButtonLight : '', \"data-test-id\": `modal-proceed` }, this.props.acceptButtonText)));\n        const _a = this.props, { content, acceptcb, cancelcb, acceptButtonText, acceptButtonDisabled, cancelButtonText, isLightTheme = false } = _a, otherProps = tslib_1.__rest(_a, [\"content\", \"acceptcb\", \"cancelcb\", \"acceptButtonText\", \"acceptButtonDisabled\", \"cancelButtonText\", \"isLightTheme\"]);\n        return (React.createElement(Modal_1.Modal, Object.assign({ isOpen: this.isOpen, footer: alertFooter, closeClassName: this.props.isLightTheme ? style.closeClassName : '' }, otherProps, { toggle: this.cancelFn, className: isLightTheme ? 'ccl-modal' : '', \"data-test-id\": `modal-popup` }),\n            React.createElement(\"div\", { className: style.contentContainerClassName }, content)));\n    }\n};\ntslib_1.__decorate([\n    mobx_1.observable,\n    tslib_1.__metadata(\"design:type\", Object)\n], MessageBoxComponent.prototype, \"isOpen\", void 0);\ntslib_1.__decorate([\n    mobx_1.action,\n    tslib_1.__metadata(\"design:type\", Object)\n], MessageBoxComponent.prototype, \"toggleIsOpen\", void 0);\ntslib_1.__decorate([\n    mobx_1.action,\n    tslib_1.__metadata(\"design:type\", Object)\n], MessageBoxComponent.prototype, \"acceptFn\", void 0);\ntslib_1.__decorate([\n    mobx_1.action,\n    tslib_1.__metadata(\"design:type\", Object)\n], MessageBoxComponent.prototype, \"cancelFn\", void 0);\nMessageBoxComponent = tslib_1.__decorate([\n    mobx_react_1.observer\n], MessageBoxComponent);\nconst willUnMountElement = divElement => {\n    ReactDOM.unmountComponentAtNode(divElement);\n    document.body.removeChild(divElement);\n};\nconst alert = (message, title, acceptHandler = () => undefined, acceptButtonText, cancelButtonText, acceptButtonDisabled = false, cancelHandler = () => undefined, isLightTheme) => {\n    const div = document.createElement('div');\n    return new Promise((resolve, reject) => {\n        document.body.appendChild(div);\n        ReactDOM.render(React.createElement(MessageBoxComponent, { acceptButtonDisabled: acceptButtonDisabled, header: title, content: message, isLightTheme: isLightTheme, width: 500, acceptButtonText: acceptButtonText || i18next_1.default.t('proceed'), cancelButtonText: cancelButtonText || i18next_1.default.t('cancel'), acceptcb: () => {\n                willUnMountElement(div);\n                acceptHandler();\n                resolve();\n            }, cancelcb: () => {\n                willUnMountElement(div);\n                cancelHandler && cancelHandler();\n                reject(`${i18next_1.default.t('cancel')} ${title}`);\n            } }), div);\n    });\n};\nexports.MessageBox = {\n    alert\n};\nexports.Observer = mobx_react_1.observer(({ children }) => children());\n\n\n//# sourceURL=webpack:///./src/Common/Axiata/components/MessageBox.tsx?");

/***/ }),

/***/ "./src/Common/Axiata/components/Modal/Modal.tsx":
/*!******************************************************!*\
  !*** ./src/Common/Axiata/components/Modal/Modal.tsx ***!
  \******************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {

"use strict";
eval("\nObject.defineProperty(exports, \"__esModule\", { value: true });\nconst tslib_1 = __webpack_require__(/*! tslib */ \"./node_modules/tslib/tslib.es6.js\");\nconst React = __webpack_require__(/*! react */ \"./node_modules/react/index.js\");\nconst react_1 = __webpack_require__(/*! react */ \"./node_modules/react/index.js\");\nconst reactstrap_1 = __webpack_require__(/*! reactstrap */ \"./node_modules/reactstrap/es/index.js\");\nconst settings_1 = __webpack_require__(/*! src/Common/constants/settings */ \"./src/Common/constants/settings.ts\");\nconst data_1 = __webpack_require__(/*! src/Common/utils/data */ \"./src/Common/utils/data.ts\");\nconst style = settings_1.isAxiataTheme ? __webpack_require__(/*! ./modal.scss */ \"./src/Common/Axiata/components/Modal/modal.scss\") : __webpack_require__(/*! ./modalAccendo.scss */ \"./src/Common/Axiata/components/Modal/modalAccendo.scss\");\nclass Modal extends react_1.Component {\n    render() {\n        const _a = this.props, { header, footer, width, height, modalBodyClassName, closeClassName, closeButton = true, dataTestId } = _a, otherProps = tslib_1.__rest(_a, [\"header\", \"footer\", \"width\", \"height\", \"modalBodyClassName\", \"closeClassName\", \"closeButton\", \"dataTestId\"]);\n        return (React.createElement(reactstrap_1.Modal, Object.assign({}, otherProps, { className: `${style.modalMain} ${this.props.className || ''}`, centered: true, style: { width }, \"data-test-id\": data_1.dtiFormat(`${dataTestId}-modal-container`) }),\n            header && (React.createElement(reactstrap_1.ModalHeader, null,\n                React.createElement(\"div\", { className: `${style.headerTitle} align-center`, \"data-test-id\": data_1.dtiFormat(`${dataTestId}-modal-title`) }, header),\n                closeButton && (React.createElement(\"div\", { \"data-test-id\": data_1.dtiFormat(`${dataTestId}-modal-close-button`), className: `${style.close} ${closeClassName}`, onClick: this.props.toggle, \"aria-label\": \"Close\" },\n                    React.createElement(\"span\", { \"aria-hidden\": \"true\" }, \"\\u00D7\"))))),\n            React.createElement(reactstrap_1.ModalBody, { className: modalBodyClassName, style: { height } }, this.props.children),\n            footer && React.createElement(reactstrap_1.ModalFooter, null, footer)));\n    }\n}\nexports.Modal = Modal;\n\n\n//# sourceURL=webpack:///./src/Common/Axiata/components/Modal/Modal.tsx?");

/***/ }),

/***/ "./src/Common/Axiata/components/Modal/modal.scss":
/*!*******************************************************!*\
  !*** ./src/Common/Axiata/components/Modal/modal.scss ***!
  \*******************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {

eval("\nvar content = __webpack_require__(/*! !../../../../../node_modules/css-loader??ref--5-1!../../../../../node_modules/resolve-url-loader!../../../../../node_modules/sass-loader/dist/cjs.js!./modal.scss */ \"./node_modules/css-loader/index.js?!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js!./src/Common/Axiata/components/Modal/modal.scss\");\n\nif(typeof content === 'string') content = [[module.i, content, '']];\n\nvar transform;\nvar insertInto;\n\n\n\nvar options = {\"hmr\":true}\n\noptions.transform = transform\noptions.insertInto = undefined;\n\nvar update = __webpack_require__(/*! ../../../../../node_modules/style-loader/lib/addStyles.js */ \"./node_modules/style-loader/lib/addStyles.js\")(content, options);\n\nif(content.locals) module.exports = content.locals;\n\nif(false) {}\n\n//# sourceURL=webpack:///./src/Common/Axiata/components/Modal/modal.scss?");

/***/ }),

/***/ "./src/Common/Axiata/components/Modal/modalAccendo.scss":
/*!**************************************************************!*\
  !*** ./src/Common/Axiata/components/Modal/modalAccendo.scss ***!
  \**************************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {

eval("\nvar content = __webpack_require__(/*! !../../../../../node_modules/css-loader??ref--5-1!../../../../../node_modules/resolve-url-loader!../../../../../node_modules/sass-loader/dist/cjs.js!./modalAccendo.scss */ \"./node_modules/css-loader/index.js?!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js!./src/Common/Axiata/components/Modal/modalAccendo.scss\");\n\nif(typeof content === 'string') content = [[module.i, content, '']];\n\nvar transform;\nvar insertInto;\n\n\n\nvar options = {\"hmr\":true}\n\noptions.transform = transform\noptions.insertInto = undefined;\n\nvar update = __webpack_require__(/*! ../../../../../node_modules/style-loader/lib/addStyles.js */ \"./node_modules/style-loader/lib/addStyles.js\")(content, options);\n\nif(content.locals) module.exports = content.locals;\n\nif(false) {}\n\n//# sourceURL=webpack:///./src/Common/Axiata/components/Modal/modalAccendo.scss?");

/***/ }),

/***/ "./src/Common/Axiata/components/TextPrimary.scss":
/*!*******************************************************!*\
  !*** ./src/Common/Axiata/components/TextPrimary.scss ***!
  \*******************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {

eval("\nvar content = __webpack_require__(/*! !../../../../node_modules/css-loader??ref--5-1!../../../../node_modules/resolve-url-loader!../../../../node_modules/sass-loader/dist/cjs.js!./TextPrimary.scss */ \"./node_modules/css-loader/index.js?!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js!./src/Common/Axiata/components/TextPrimary.scss\");\n\nif(typeof content === 'string') content = [[module.i, content, '']];\n\nvar transform;\nvar insertInto;\n\n\n\nvar options = {\"hmr\":true}\n\noptions.transform = transform\noptions.insertInto = undefined;\n\nvar update = __webpack_require__(/*! ../../../../node_modules/style-loader/lib/addStyles.js */ \"./node_modules/style-loader/lib/addStyles.js\")(content, options);\n\nif(content.locals) module.exports = content.locals;\n\nif(false) {}\n\n//# sourceURL=webpack:///./src/Common/Axiata/components/TextPrimary.scss?");

/***/ }),

/***/ "./src/Common/Axiata/components/TextPrimary.tsx":
/*!******************************************************!*\
  !*** ./src/Common/Axiata/components/TextPrimary.tsx ***!
  \******************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {

"use strict";
eval("\nObject.defineProperty(exports, \"__esModule\", { value: true });\nconst React = __webpack_require__(/*! react */ \"./node_modules/react/index.js\");\nconst react_1 = __webpack_require__(/*! react */ \"./node_modules/react/index.js\");\nconst style = __webpack_require__(/*! ./TextPrimary.scss */ \"./src/Common/Axiata/components/TextPrimary.scss\");\nclass TextPrimary extends react_1.Component {\n    render() {\n        const { size, shadow, onClick } = this.props;\n        const glowClass = shadow && style.glow;\n        return (React.createElement(\"div\", { className: `${style.textPrimary} ${glowClass} ${this.props.className || ''}`, style: { fontSize: size }, onClick: onClick }, this.props.children));\n    }\n}\nexports.TextPrimary = TextPrimary;\n\n\n//# sourceURL=webpack:///./src/Common/Axiata/components/TextPrimary.tsx?");

/***/ }),

/***/ "./src/Common/Axiata/components/blackBackgroundPageBase.scss":
/*!*******************************************************************!*\
  !*** ./src/Common/Axiata/components/blackBackgroundPageBase.scss ***!
  \*******************************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {

eval("\nvar content = __webpack_require__(/*! !../../../../node_modules/css-loader??ref--5-1!../../../../node_modules/resolve-url-loader!../../../../node_modules/sass-loader/dist/cjs.js!./blackBackgroundPageBase.scss */ \"./node_modules/css-loader/index.js?!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js!./src/Common/Axiata/components/blackBackgroundPageBase.scss\");\n\nif(typeof content === 'string') content = [[module.i, content, '']];\n\nvar transform;\nvar insertInto;\n\n\n\nvar options = {\"hmr\":true}\n\noptions.transform = transform\noptions.insertInto = undefined;\n\nvar update = __webpack_require__(/*! ../../../../node_modules/style-loader/lib/addStyles.js */ \"./node_modules/style-loader/lib/addStyles.js\")(content, options);\n\nif(content.locals) module.exports = content.locals;\n\nif(false) {}\n\n//# sourceURL=webpack:///./src/Common/Axiata/components/blackBackgroundPageBase.scss?");

/***/ }),

/***/ "./src/Common/Axiata/components/button.scss":
/*!**************************************************!*\
  !*** ./src/Common/Axiata/components/button.scss ***!
  \**************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {

eval("\nvar content = __webpack_require__(/*! !../../../../node_modules/css-loader??ref--5-1!../../../../node_modules/resolve-url-loader!../../../../node_modules/sass-loader/dist/cjs.js!./button.scss */ \"./node_modules/css-loader/index.js?!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js!./src/Common/Axiata/components/button.scss\");\n\nif(typeof content === 'string') content = [[module.i, content, '']];\n\nvar transform;\nvar insertInto;\n\n\n\nvar options = {\"hmr\":true}\n\noptions.transform = transform\noptions.insertInto = undefined;\n\nvar update = __webpack_require__(/*! ../../../../node_modules/style-loader/lib/addStyles.js */ \"./node_modules/style-loader/lib/addStyles.js\")(content, options);\n\nif(content.locals) module.exports = content.locals;\n\nif(false) {}\n\n//# sourceURL=webpack:///./src/Common/Axiata/components/button.scss?");

/***/ }),

/***/ "./src/Common/Axiata/components/buttonAccendo.scss":
/*!*********************************************************!*\
  !*** ./src/Common/Axiata/components/buttonAccendo.scss ***!
  \*********************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {

eval("\nvar content = __webpack_require__(/*! !../../../../node_modules/css-loader??ref--5-1!../../../../node_modules/resolve-url-loader!../../../../node_modules/sass-loader/dist/cjs.js!./buttonAccendo.scss */ \"./node_modules/css-loader/index.js?!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js!./src/Common/Axiata/components/buttonAccendo.scss\");\n\nif(typeof content === 'string') content = [[module.i, content, '']];\n\nvar transform;\nvar insertInto;\n\n\n\nvar options = {\"hmr\":true}\n\noptions.transform = transform\noptions.insertInto = undefined;\n\nvar update = __webpack_require__(/*! ../../../../node_modules/style-loader/lib/addStyles.js */ \"./node_modules/style-loader/lib/addStyles.js\")(content, options);\n\nif(content.locals) module.exports = content.locals;\n\nif(false) {}\n\n//# sourceURL=webpack:///./src/Common/Axiata/components/buttonAccendo.scss?");

/***/ }),

/***/ "./src/Common/Axiata/components/fancyButton.scss":
/*!*******************************************************!*\
  !*** ./src/Common/Axiata/components/fancyButton.scss ***!
  \*******************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {

eval("\nvar content = __webpack_require__(/*! !../../../../node_modules/css-loader??ref--5-1!../../../../node_modules/resolve-url-loader!../../../../node_modules/sass-loader/dist/cjs.js!./fancyButton.scss */ \"./node_modules/css-loader/index.js?!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js!./src/Common/Axiata/components/fancyButton.scss\");\n\nif(typeof content === 'string') content = [[module.i, content, '']];\n\nvar transform;\nvar insertInto;\n\n\n\nvar options = {\"hmr\":true}\n\noptions.transform = transform\noptions.insertInto = undefined;\n\nvar update = __webpack_require__(/*! ../../../../node_modules/style-loader/lib/addStyles.js */ \"./node_modules/style-loader/lib/addStyles.js\")(content, options);\n\nif(content.locals) module.exports = content.locals;\n\nif(false) {}\n\n//# sourceURL=webpack:///./src/Common/Axiata/components/fancyButton.scss?");

/***/ }),

/***/ "./src/Common/Freshdesk/FreshdeskApi.ts":
/*!**********************************************!*\
  !*** ./src/Common/Freshdesk/FreshdeskApi.ts ***!
  \**********************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {

"use strict";
eval("\nObject.defineProperty(exports, \"__esModule\", { value: true });\nconst ajax_1 = __webpack_require__(/*! ../api/ajax */ \"./src/Common/api/ajax.ts\");\nconst ApiStore_1 = __webpack_require__(/*! ../stores/mobx/ApiStore */ \"./src/Common/stores/mobx/ApiStore.ts\");\nexports.getFreshDeskToken = new ApiStore_1.ApiStore('api/client/getFreshDeskToken', {\n    requestType: ajax_1.RestMethods.GET\n});\n\n\n//# sourceURL=webpack:///./src/Common/Freshdesk/FreshdeskApi.ts?");

/***/ }),

/***/ "./src/Common/Freshdesk/FreshdeskStore.ts":
/*!************************************************!*\
  !*** ./src/Common/Freshdesk/FreshdeskStore.ts ***!
  \************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {

"use strict";
eval("\nObject.defineProperty(exports, \"__esModule\", { value: true });\nconst tslib_1 = __webpack_require__(/*! tslib */ \"./node_modules/tslib/tslib.es6.js\");\nconst mobx_1 = __webpack_require__(/*! mobx */ \"./node_modules/mobx/lib/mobx.module.js\");\nconst FreshdeskApi_1 = __webpack_require__(/*! ./FreshdeskApi */ \"./src/Common/Freshdesk/FreshdeskApi.ts\");\nclass FreshDeskStore {\n    constructor() {\n        this.open = false;\n        this.setOpen = (bool) => {\n            this.open = bool || !this.open;\n            window.FreshworksWidget(this.open ? 'open' : 'close');\n        };\n        this.authenticateCallback = () => tslib_1.__awaiter(this, void 0, void 0, function* () {\n            try {\n                yield FreshdeskApi_1.getFreshDeskToken.callApi();\n                window.FreshworksWidget('authenticate', {\n                    token: FreshdeskApi_1.getFreshDeskToken.data.token,\n                    callback: this.authenticateCallback\n                });\n            }\n            catch (error) {\n                console.error('Error authenticating Freshworks widget:', error);\n            }\n        });\n    }\n}\ntslib_1.__decorate([\n    mobx_1.observable,\n    tslib_1.__metadata(\"design:type\", Boolean)\n], FreshDeskStore.prototype, \"open\", void 0);\ntslib_1.__decorate([\n    mobx_1.action,\n    tslib_1.__metadata(\"design:type\", Object)\n], FreshDeskStore.prototype, \"setOpen\", void 0);\ntslib_1.__decorate([\n    mobx_1.action,\n    tslib_1.__metadata(\"design:type\", Object)\n], FreshDeskStore.prototype, \"authenticateCallback\", void 0);\nexports.FreshDeskStore = FreshDeskStore;\nexports.freshDeskStore = new FreshDeskStore();\n\n\n//# sourceURL=webpack:///./src/Common/Freshdesk/FreshdeskStore.ts?");

/***/ }),

/***/ "./src/Common/GoogleAnalytics/GoogleAnalytics.tsx":
/*!********************************************************!*\
  !*** ./src/Common/GoogleAnalytics/GoogleAnalytics.tsx ***!
  \********************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {

"use strict";
eval("\nObject.defineProperty(exports, \"__esModule\", { value: true });\nconst react_ga4_1 = __webpack_require__(/*! react-ga4 */ \"./node_modules/react-ga4/dist/index.js\");\nconst _env_1 = __webpack_require__(/*! @env */ \"./env.ts\");\nconst AuthStore_1 = __webpack_require__(/*! src/Common/stores/mobx/AuthStore */ \"./src/Common/stores/mobx/AuthStore.ts\");\nconst AuthorizationStore_1 = __webpack_require__(/*! src/Common/stores/mobx/AuthorizationStore */ \"./src/Common/stores/mobx/AuthorizationStore.ts\");\nconst getProfileApi_1 = __webpack_require__(/*! src/Common/Axiata/CandidatePersonalProfile/components/PersonalProfile/store/getProfileApi */ \"./src/Common/Axiata/CandidatePersonalProfile/components/PersonalProfile/store/getProfileApi.ts\");\nconst React = __webpack_require__(/*! react */ \"./node_modules/react/index.js\");\nconst MyPermissionStore_1 = __webpack_require__(/*! src/Common/stores/mobx/MyPermissionStore */ \"./src/Common/stores/mobx/MyPermissionStore.ts\");\nconst _ = __webpack_require__(/*! lodash */ \"./node_modules/lodash/lodash.js\");\nconst candidatesApiStore_1 = __webpack_require__(/*! src/Candidate/stores/candidatesApiStore */ \"./src/Candidate/stores/candidatesApiStore.ts\");\nconst trackPagesGA = location => {\n    const userId = AuthStore_1.authStore.userProfile && AuthStore_1.authStore.userProfile.id;\n    const roles = MyPermissionStore_1.myPermissionStore.roles;\n    const roleName = !_.isEmpty(roles) ? _.first(roles).name : '';\n    const clientId = AuthorizationStore_1.authorizationStore.isClientAdmin ||\n        _.get(getProfileApi_1.getProfileApi.data, 'user.talent_role.client_id', '') ||\n        _.get(_.first(_.orderBy(candidatesApiStore_1.candidatesProjectList.data, ['id'], ['desc'])), 'journey.client.id', '');\n    react_ga4_1.default.set({\n        user_id: !_.isUndefined(userId) ? userId : ''\n    });\n    react_ga4_1.default.gtag('set', 'user_properties', {\n        user_id_dimension: !_.isUndefined(userId) ? userId : '',\n        user_role_dimension: roleName,\n        client_id_dimension: clientId\n    });\n    react_ga4_1.default.send('pageview');\n};\nclass GoogleAnalytics extends React.Component {\n    constructor() {\n        super(...arguments);\n        this.trackPages = () => {\n            react_ga4_1.default.initialize(_env_1.GOOGLE_ANALYTICS_4_MEASUREMENT_ID);\n            const history = this.props.history;\n            trackPagesGA(history.location);\n            history.listen(trackPagesGA);\n        };\n    }\n    componentDidMount() {\n        this.trackPages();\n    }\n    render() {\n        return null;\n    }\n}\nexports.GoogleAnalytics = GoogleAnalytics;\n\n\n//# sourceURL=webpack:///./src/Common/GoogleAnalytics/GoogleAnalytics.tsx?");

/***/ }),

/***/ "./src/Common/GoogleAnalytics/GoogleAnalyticsEventTracker.ts":
/*!*******************************************************************!*\
  !*** ./src/Common/GoogleAnalytics/GoogleAnalyticsEventTracker.ts ***!
  \*******************************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {

"use strict";
eval("\nObject.defineProperty(exports, \"__esModule\", { value: true });\nconst _env_1 = __webpack_require__(/*! @env */ \"./env.ts\");\nconst react_ga4_1 = __webpack_require__(/*! react-ga4 */ \"./node_modules/react-ga4/dist/index.js\");\nvar types_1 = __webpack_require__(/*! ./_declare/types */ \"./src/Common/GoogleAnalytics/_declare/types.ts\");\nexports.GaEventCategory = types_1.GaEventCategory;\nexports.trackGAEvents = (options) => {\n    react_ga4_1.default.initialize(_env_1.GOOGLE_ANALYTICS_4_MEASUREMENT_ID);\n    react_ga4_1.default.event({\n        category: options.category,\n        action: options.action,\n        label: options.label,\n        value: options.value,\n        nonInteraction: options.nonInteraction,\n        transport: options.transport\n    });\n};\nexports.trackEvents = (category) => (options) => {\n    react_ga4_1.default.initialize(_env_1.GOOGLE_ANALYTICS_4_MEASUREMENT_ID);\n    react_ga4_1.default.event({\n        category,\n        action: options.action,\n        label: options.label\n    });\n};\n\n\n//# sourceURL=webpack:///./src/Common/GoogleAnalytics/GoogleAnalyticsEventTracker.ts?");

/***/ }),

/***/ "./src/Common/GoogleAnalytics/_declare/types.ts":
/*!******************************************************!*\
  !*** ./src/Common/GoogleAnalytics/_declare/types.ts ***!
  \******************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {

"use strict";
eval("\nObject.defineProperty(exports, \"__esModule\", { value: true });\nvar GaEventCategory;\n(function (GaEventCategory) {\n    GaEventCategory[\"ORG_VIEW\"] = \"Org View\";\n    GaEventCategory[\"SEARCH_EMPLOYEE\"] = \"Search Employee\";\n    GaEventCategory[\"EMPLOYEE_INFO\"] = \"Employee Info\";\n    GaEventCategory[\"ROLE_PROFILE\"] = \"Role Profile\";\n    GaEventCategory[\"TALENT_PROFILE\"] = \"Talent Profile\";\n    GaEventCategory[\"JOURNAL\"] = \"Journal\";\n    GaEventCategory[\"PROFILE_MANAGEMENT\"] = \"Profile Management\";\n    GaEventCategory[\"CANDIDATE_PROFILE\"] = \"Candidate Profile\";\n    GaEventCategory[\"SKILL_LEVEL\"] = \"Skill Level\";\n    GaEventCategory[\"COMPETENCY_BENCHMARK\"] = \"Competency Benchmark\";\n    GaEventCategory[\"ROLE_MANAGEMENT\"] = \"Role Management\";\n    GaEventCategory[\"TALENT_POOL\"] = \"Talent Pool\";\n    GaEventCategory[\"ORG_CHART_SETUP\"] = \"Org Chart Setup\";\n    GaEventCategory[\"FRAMEWORK\"] = \"Framework\";\n    GaEventCategory[\"CANDIDATE_MANAGEMENT_HOMEPAGE\"] = \"Candidate Management Homepage\";\n    GaEventCategory[\"CANDIDATE_LIST_MANAGEMENT\"] = \"Candidate List Management\";\n    GaEventCategory[\"CANDIDATE_LIST\"] = \"Candidate List\";\n    GaEventCategory[\"ASSESSMENT_MANAGEMENT_HOMEPAGE\"] = \"Assessment Management Homepage\";\n    GaEventCategory[\"SELF_SERVICE\"] = \"360 Self Service\";\n    GaEventCategory[\"CANDIDATE_PORTAL_ACTIVITIES\"] = \"Candidate Portal Activities\";\n    GaEventCategory[\"PROJECT_MANAGEMENT\"] = \"Project Management\";\n    GaEventCategory[\"ACCOUNT_LOGIN\"] = \"Account Login\";\n    GaEventCategory[\"PROJECT_PIN\"] = \"Project Pin\";\n    GaEventCategory[\"CREDIT_MANAGEMENT\"] = \"Credit Management\";\n    GaEventCategory[\"RECRUITMENT_DASHBOARD\"] = \"Recruitment Dashboard\";\n    GaEventCategory[\"FUNNEL_DASHBOARD\"] = \"Funnel Dashboard\";\n    GaEventCategory[\"NINEBOX_DASHBOARD\"] = \"9 Box Dashboard\";\n    GaEventCategory[\"JOURNEY_REPORT\"] = \"Journey Report\";\n    GaEventCategory[\"JOURNEY_CLONE\"] = \"Journey Clone\";\n    GaEventCategory[\"CLIENT_ADMIN_HOMEPAGE\"] = \"Client Admin Homepage\";\n    GaEventCategory[\"GLOBAL_MENU\"] = \"Global Menu\";\n})(GaEventCategory = exports.GaEventCategory || (exports.GaEventCategory = {}));\n\n\n//# sourceURL=webpack:///./src/Common/GoogleAnalytics/_declare/types.ts?");

/***/ }),

/***/ "./src/Common/api/ajax.ts":
/*!********************************!*\
  !*** ./src/Common/api/ajax.ts ***!
  \********************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {

"use strict";
eval("\nObject.defineProperty(exports, \"__esModule\", { value: true });\nconst tslib_1 = __webpack_require__(/*! tslib */ \"./node_modules/tslib/tslib.es6.js\");\nconst axios_1 = __webpack_require__(/*! axios */ \"./node_modules/axios/index.js\");\nconst _ = __webpack_require__(/*! lodash */ \"./node_modules/lodash/lodash.js\");\nconst qs = __webpack_require__(/*! qs */ \"./node_modules/qs/lib/index.js\");\nconst SiteStore_1 = __webpack_require__(/*! ../stores/mobx/SiteStore */ \"./src/Common/stores/mobx/SiteStore.ts\");\nconst auth_1 = __webpack_require__(/*! ../utils/auth */ \"./src/Common/utils/auth.ts\");\nconst _env_1 = __webpack_require__(/*! @env */ \"./env.ts\");\nconst cookie_1 = __webpack_require__(/*! ../utils/cookie */ \"./src/Common/utils/cookie.ts\");\nvar RestMethods;\n(function (RestMethods) {\n    RestMethods[\"GET\"] = \"get\";\n    RestMethods[\"POST\"] = \"post\";\n    RestMethods[\"PUT\"] = \"put\";\n    RestMethods[\"DELETE\"] = \"delete\";\n    RestMethods[\"PATCH\"] = \"patch\";\n})(RestMethods = exports.RestMethods || (exports.RestMethods = {}));\nexports.isUnAuthorized = error => error && error.response && error.response.status === 401;\nexports.isForbidden = error => error && error.response && error.response.status === 403;\nexports.jwtInterceptor = (config) => tslib_1.__awaiter(this, void 0, void 0, function* () {\n    const token = cookie_1.docCookies.getItem('access_token');\n    config.headers = Object.assign({}, config.headers, (token ? { Authorization: `Bearer ${token}` } : {}));\n    return config;\n});\nconst onAuthErrorRedirect = (error) => tslib_1.__awaiter(this, void 0, void 0, function* () {\n    const response = _.get(error, 'response');\n    const isAccountApp = _env_1.ACCOUNT_APP_URL.indexOf(window.location.origin) > -1;\n    if (response && response.status === 401) {\n        cookie_1.docCookies.removeItem('LANGUAGE', '/', _env_1.APP_DOMAIN);\n        if (isAccountApp) {\n            window.location.replace(auth_1.constructAccountRedirectUrl());\n        }\n        else {\n            const { origin, href } = window.location;\n            auth_1.checkAttemptCountBeforeRedirect(auth_1.constructRedirectUrl(SiteStore_1.siteStore.siteId, origin, href));\n        }\n    }\n    return Promise.reject(error);\n});\nconst defaultAjaxConfig = {\n    headers: {\n        Accept: 'application/json',\n        'Content-Type': 'application/json'\n    }\n};\nexports.ajaxConstructor = (config = defaultAjaxConfig, baseURL = \"https://shared-service-backend.talentpulse.accendo.com.my\") => {\n    return axios_1.default.create(Object.assign({}, config, { baseURL }));\n};\nexports.ajax = exports.ajaxConstructor();\nexports.ajaxWithoutAuthRedirect = exports.ajaxConstructor();\nexports.ajax.interceptors.request.use(exports.jwtInterceptor);\nexports.ajax.interceptors.response.use(f => f, error => {\n    onAuthErrorRedirect(error);\n    return Promise.reject(error);\n});\nexports.ajaxWithoutAuthRedirect.interceptors.request.use(exports.jwtInterceptor);\nclass Api {\n    constructor(urlTemplate, requestType = RestMethods.GET, prefixedPayload = {}) {\n        this.requestType = requestType;\n        this.prefixedPayload = prefixedPayload;\n        if (urlTemplate[0] !== '/' || urlTemplate[0] !== 'h') {\n            new Error('[Api Class]: API url must start with `/` or `http`');\n        }\n        this.urlTemplate = _.template(urlTemplate);\n    }\n    turnBooleanToInt(payload) {\n        return _.mapValues(payload, val => {\n            if (typeof val === 'boolean') {\n                return val ? 1 : 0;\n            }\n            return val;\n        });\n    }\n    request(payload = this.payload) {\n        const query = [RestMethods.GET, RestMethods.DELETE].indexOf(this.requestType) > -1\n            ? this.queryString || payload\n            : this.queryString;\n        const queryStringStringified = query ? `?${qs.stringify(query)}` : '';\n        let url = '';\n        try {\n            url = this.urlTemplate(this.payload);\n        }\n        catch (e) {\n            this.urlTemplate = _.template(`/you-forgot-a-url-parameter-error-${_.kebabCase(e.message)}`);\n            url = this.urlTemplate(this.payload);\n        }\n        switch (this.requestType) {\n            case RestMethods.GET:\n                return exports.ajax.get(`${url}${queryStringStringified}`);\n            case RestMethods.POST:\n                return exports.ajax.post(`${url}${queryStringStringified}`, payload);\n            case RestMethods.PATCH:\n                return exports.ajax.patch(`${url}${queryStringStringified}`, payload);\n            case RestMethods.PUT:\n                return exports.ajax.put(`${url}${queryStringStringified}`, payload);\n            case RestMethods.DELETE:\n                return exports.ajax.delete(`${url}${queryStringStringified}`);\n            default:\n                return Promise.reject('request method invalid');\n        }\n    }\n    callApi(payload, queryString) {\n        this.payload = Object.assign({}, this.turnBooleanToInt(this.prefixedPayload), this.turnBooleanToInt(payload));\n        this.queryString = queryString;\n        return this.request();\n    }\n    callApiWithFormData(payload, queryString) {\n        this.payload = Object.assign({}, this.turnBooleanToInt(this.prefixedPayload), this.turnBooleanToInt(payload));\n        this.queryString = queryString;\n        const formData = new FormData();\n        _.each(payload, (value, key) => {\n            if (Array.isArray(value)) {\n                _.each(value, item => {\n                    formData.append(`${key}[]`, item);\n                });\n            }\n            else {\n                formData.append(key, value);\n            }\n        });\n        return this.request(formData);\n    }\n}\nexports.Api = Api;\n\n\n//# sourceURL=webpack:///./src/Common/api/ajax.ts?");

/***/ }),

/***/ "./src/Common/api/authApi.ts":
/*!***********************************!*\
  !*** ./src/Common/api/authApi.ts ***!
  \***********************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {

"use strict";
eval("\nObject.defineProperty(exports, \"__esModule\", { value: true });\nconst ajax_1 = __webpack_require__(/*! src/Common/api/ajax */ \"./src/Common/api/ajax.ts\");\nexports.requestTenantTokenApi = new ajax_1.Api('/api/tenant/oauth/token', ajax_1.RestMethods.POST);\nexports.refreshTokenApi = new ajax_1.Api('/api/auth/refreshToken', ajax_1.RestMethods.POST);\nexports.refreshTenantTokenApi = new ajax_1.Api('/api/tenant/oauth/token', ajax_1.RestMethods.POST, {\n    grant_type: 'refresh_token'\n});\nexports.updateProfileApi = new ajax_1.Api('/api/auth/myProfile/update', ajax_1.RestMethods.POST);\n\n\n//# sourceURL=webpack:///./src/Common/api/authApi.ts?");

/***/ }),

/***/ "./src/Common/api/quadrantsApi.ts":
/*!****************************************!*\
  !*** ./src/Common/api/quadrantsApi.ts ***!
  \****************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {

"use strict";
eval("\nObject.defineProperty(exports, \"__esModule\", { value: true });\nconst ajax_1 = __webpack_require__(/*! src/Common/api/ajax */ \"./src/Common/api/ajax.ts\");\nconst _env_1 = __webpack_require__(/*! @env */ \"./env.ts\");\nconst client_id = '${client_id}';\nexports.getCategoriesApi = new ajax_1.Api(`${_env_1.MAPPING_BACKEND_API_URL}/api/client/${client_id}/categories`, ajax_1.RestMethods.GET);\n\n\n//# sourceURL=webpack:///./src/Common/api/quadrantsApi.ts?");

/***/ }),

/***/ "./src/Common/bootstrap.ts":
/*!*********************************!*\
  !*** ./src/Common/bootstrap.ts ***!
  \*********************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {

"use strict";
eval("\nObject.defineProperty(exports, \"__esModule\", { value: true });\nconst mobx_1 = __webpack_require__(/*! mobx */ \"./node_modules/mobx/lib/mobx.module.js\");\nif (true) {\n    mobx_1.configure({\n        enforceActions: 'observed'\n    });\n}\n\n\n//# sourceURL=webpack:///./src/Common/bootstrap.ts?");

/***/ }),

/***/ "./src/Common/components/ActionDialog.tsx":
/*!************************************************!*\
  !*** ./src/Common/components/ActionDialog.tsx ***!
  \************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {

"use strict";
eval("\nObject.defineProperty(exports, \"__esModule\", { value: true });\nconst tslib_1 = __webpack_require__(/*! tslib */ \"./node_modules/tslib/tslib.es6.js\");\nconst React = __webpack_require__(/*! react */ \"./node_modules/react/index.js\");\nconst classNames = __webpack_require__(/*! classnames */ \"./node_modules/classnames/index.js\");\nconst style = __webpack_require__(/*! ./actionDialog.scss */ \"./src/Common/components/actionDialog.scss\");\nconst Button_1 = __webpack_require__(/*! src/Common/Axiata/components/Button */ \"./src/Common/Axiata/components/Button.tsx\");\nconst Modal_1 = __webpack_require__(/*! src/Common/Axiata/components/Modal/Modal */ \"./src/Common/Axiata/components/Modal/Modal.tsx\");\nconst i18next_1 = __webpack_require__(/*! i18next */ \"./node_modules/i18next/dist/esm/i18next.js\");\nclass ActionDialog extends React.Component {\n    constructor() {\n        super(...arguments);\n        this.handleSave = () => {\n            if (this.props.handleOnSave) {\n                this.props.handleOnSave();\n            }\n        };\n        this.handleCancel = () => {\n            if (this.props.handleOnCancel) {\n                this.props.handleOnCancel();\n            }\n        };\n    }\n    render() {\n        const _a = this.props, { children, customClass, footerClass, title, visible } = _a, otherProps = tslib_1.__rest(_a, [\"children\", \"customClass\", \"footerClass\", \"title\", \"visible\"]);\n        return (React.createElement(Modal_1.Modal, { className: classNames(style.actionDialog, customClass), isOpen: visible, toggle: this.handleCancel, header: title, footer: React.createElement(\"div\", { className: classNames(style.dialogFooter, footerClass) },\n                React.createElement(\"div\", { className: style.formBtn },\n                    React.createElement(Button_1.Button, { onClick: this.handleCancel }, i18next_1.default.t('cancel'))),\n                React.createElement(\"div\", null, this.props.submitButton ? (React.createElement(Button_1.Button, { color: 'primary', loading: this.props.isLoading, disabled: this.props.disabled, onClick: this.handleSave }, \"Submit\")) : (React.createElement(Button_1.Button, { color: 'primary', type: \"primary\", onClick: this.handleSave }, i18next_1.default.t('save'))))) }, children));\n    }\n}\nexports.ActionDialog = ActionDialog;\n\n\n//# sourceURL=webpack:///./src/Common/components/ActionDialog.tsx?");

/***/ }),

/***/ "./src/Common/components/BlankView.tsx":
/*!*********************************************!*\
  !*** ./src/Common/components/BlankView.tsx ***!
  \*********************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {

"use strict";
eval("\nObject.defineProperty(exports, \"__esModule\", { value: true });\nconst React = __webpack_require__(/*! react */ \"./node_modules/react/index.js\");\nclass BlankView extends React.Component {\n    render() {\n        return null;\n    }\n}\nexports.BlankView = BlankView;\n\n\n//# sourceURL=webpack:///./src/Common/components/BlankView.tsx?");

/***/ }),

/***/ "./src/Common/components/Footer.tsx":
/*!******************************************!*\
  !*** ./src/Common/components/Footer.tsx ***!
  \******************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {

"use strict";
eval("\nObject.defineProperty(exports, \"__esModule\", { value: true });\nconst React = __webpack_require__(/*! react */ \"./node_modules/react/index.js\");\nconst react_1 = __webpack_require__(/*! react */ \"./node_modules/react/index.js\");\nconst settings_1 = __webpack_require__(/*! src/Common/constants/settings */ \"./src/Common/constants/settings.ts\");\nconst style = settings_1.isAxiataTheme ? __webpack_require__(/*! ./footer.scss */ \"./src/Common/components/footer.scss\") : __webpack_require__(/*! ./footerAccendo.scss */ \"./src/Common/components/footerAccendo.scss\");\nclass Footer extends react_1.Component {\n    render() {\n        return (React.createElement(\"div\", { className: style.footer },\n            React.createElement(\"p\", null, settings_1.isAxiataTheme ? (React.createElement(\"b\", null, \"Talent @ Axiata Platform\")) : settings_1.isGamudaTheme ? (React.createElement(\"b\", null, \"Powered by, Accendo\")) : (React.createElement(\"b\", null, \"XOXO, Accendo\")))));\n    }\n}\nexports.Footer = Footer;\n\n\n//# sourceURL=webpack:///./src/Common/components/Footer.tsx?");

/***/ }),

/***/ "./src/Common/components/FormItem.tsx":
/*!********************************************!*\
  !*** ./src/Common/components/FormItem.tsx ***!
  \********************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {

"use strict";
eval("\nObject.defineProperty(exports, \"__esModule\", { value: true });\nconst React = __webpack_require__(/*! react */ \"./node_modules/react/index.js\");\nconst react_1 = __webpack_require__(/*! react */ \"./node_modules/react/index.js\");\nconst classNames = __webpack_require__(/*! classnames */ \"./node_modules/classnames/index.js\");\nclass FormItem extends react_1.Component {\n    labelStyle() {\n        if (this.props.labelPosition === 'top') {\n            return undefined;\n        }\n        const labelWidth = this.props.labelWidth;\n        if (labelWidth) {\n            return {\n                width: parseInt(labelWidth)\n            };\n        }\n        return undefined;\n    }\n    contentStyle() {\n        if (this.props.labelPosition === 'top' || this.props.inline) {\n            return undefined;\n        }\n        const labelWidth = this.props.labelWidth;\n        if (labelWidth) {\n            return {\n                marginLeft: parseInt(labelWidth)\n            };\n        }\n        return undefined;\n    }\n    render() {\n        return (React.createElement(\"div\", { className: classNames('el-form-item', this.props.className, {\n                'is-error': !!this.props.error,\n                'is-validating': this.props.validating,\n                'is-required': this.props.required\n            }) },\n            this.props.label && (React.createElement(\"label\", { className: \"el-form-item__label mb-0\", style: this.labelStyle() }, this.props.label)),\n            React.createElement(\"div\", { className: \"el-form-item__content\", style: this.contentStyle() },\n                this.props.children,\n                this.props.error && React.createElement(\"div\", { className: \"el-form-item__error\" }, this.props.error))));\n    }\n}\nexports.FormItem = FormItem;\n\n\n//# sourceURL=webpack:///./src/Common/components/FormItem.tsx?");

/***/ }),

/***/ "./src/Common/components/Header.tsx":
/*!******************************************!*\
  !*** ./src/Common/components/Header.tsx ***!
  \******************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {

"use strict";
eval("\nObject.defineProperty(exports, \"__esModule\", { value: true });\nconst tslib_1 = __webpack_require__(/*! tslib */ \"./node_modules/tslib/tslib.es6.js\");\nconst React = __webpack_require__(/*! react */ \"./node_modules/react/index.js\");\nconst react_1 = __webpack_require__(/*! react */ \"./node_modules/react/index.js\");\nconst mobx_1 = __webpack_require__(/*! mobx */ \"./node_modules/mobx/lib/mobx.module.js\");\nconst mobx_react_1 = __webpack_require__(/*! mobx-react */ \"./node_modules/mobx-react/dist/mobxreact.esm.js\");\nconst FA = __webpack_require__(/*! react-fontawesome */ \"./node_modules/react-fontawesome/lib/index.js\");\nconst classNames = __webpack_require__(/*! classnames */ \"./node_modules/classnames/index.js\");\nconst react_router_dom_1 = __webpack_require__(/*! react-router-dom */ \"./node_modules/react-router-dom/esm/react-router-dom.js\");\nconst AuthStore_1 = __webpack_require__(/*! src/Common/stores/mobx/AuthStore */ \"./src/Common/stores/mobx/AuthStore.ts\");\nconst SiteStore_1 = __webpack_require__(/*! src/Common/stores/mobx/SiteStore */ \"./src/Common/stores/mobx/SiteStore.ts\");\nconst routes_1 = __webpack_require__(/*! src/Common/constants/routes */ \"./src/Common/constants/routes.ts\");\nconst _env_1 = __webpack_require__(/*! @env */ \"./env.ts\");\nconst DropDown_1 = __webpack_require__(/*! src/Journey/Shared/components/DropDown */ \"./src/Journey/Shared/components/DropDown.tsx\");\nconst settings_1 = __webpack_require__(/*! src/Common/constants/settings */ \"./src/Common/constants/settings.ts\");\nconst reactstrap_1 = __webpack_require__(/*! reactstrap */ \"./node_modules/reactstrap/es/index.js\");\nconst style = settings_1.isAxiataTheme ? __webpack_require__(/*! ./header.scss */ \"./src/Common/components/header.scss\") : __webpack_require__(/*! ./headerAccendo.scss */ \"./src/Common/components/headerAccendo.scss\");\nlet Header = class Header extends react_1.Component {\n    constructor() {\n        super(...arguments);\n        this.showMobileNav = false;\n        this.handleToggleMobileNav = () => {\n            this.showMobileNav = !this.showMobileNav;\n        };\n        this.getAccountAppLink = (path, linkText) => {\n            const url = `${!SiteStore_1.siteStore.isAccountApp ? _env_1.ACCOUNT_APP_URL : ''}${path}`;\n            if (SiteStore_1.siteStore.isAccountApp) {\n                return React.createElement(react_router_dom_1.Link, { to: url }, linkText);\n            }\n            return React.createElement(\"a\", { href: url }, linkText);\n        };\n        this.handleLogin = () => { };\n        this.handleLogout = () => {\n            window.location.replace(`${_env_1.ACCOUNT_APP_URL}${routes_1.ACCOUNT_LOGOUT_PAGE_URL}`);\n        };\n        this.renderRightNavigation = () => {\n            return (React.createElement(\"div\", { className: classNames(style.headerRight, 'ml-auto', {\n                    [style.headerRightShow]: this.showMobileNav\n                }) },\n                this.props.actionButtons && (React.createElement(reactstrap_1.Dropdown, { trigger: \"click\", className: style.headerDropdown, menu: this.props.actionButtons },\n                    React.createElement(\"button\", { className: style.headerBtn },\n                        React.createElement(FA, { className: \"p-1\", size: \"lg\", name: \"plus-square\" }),\n                        React.createElement(FA, { className: \"p-1\", name: \"chevron-down\" })))),\n                this.props.navigation,\n                React.createElement(DropDown_1.DropDown, { className: style.headerDropdown, dropdownToggle: React.createElement(reactstrap_1.DropdownToggle, { className: style.userBtn },\n                        React.createElement(FA, { className: `${style.iconColor} p-1`, size: \"lg\", name: \"user\" })), content: AuthStore_1.authStore.isAuthenticated ? (React.createElement(reactstrap_1.DropdownMenu, null,\n                        React.createElement(reactstrap_1.DropdownItem, { className: style.linkItem }, this.getAccountAppLink(routes_1.ACCOUNT_LANDING_PAGE_URL, 'Profile')),\n                        React.createElement(reactstrap_1.DropdownItem, { onClick: this.handleLogout }, \"Sign out\"))) : (React.createElement(reactstrap_1.DropdownMenu, null,\n                        React.createElement(reactstrap_1.DropdownItem, { onClick: this.handleLogin }, \"Login\"))) })));\n        };\n    }\n    render() {\n        return (React.createElement(\"header\", { className: `${style.header} py-2` },\n            React.createElement(\"div\", { className: \"container\" },\n                React.createElement(\"div\", { className: \"d-flex flex-row align-items-center\" },\n                    React.createElement(\"div\", { className: classNames(style.headerLeft, {\n                            [style.headerLeftHide]: this.showMobileNav\n                        }) },\n                        React.createElement(react_router_dom_1.Link, { to: \"/\" },\n                            React.createElement(\"img\", { className: `${style.accendoIcon} mr-2`, src: this.props.logo })),\n                        React.createElement(\"span\", { className: \"mr-2\" }, this.props.title),\n                        React.createElement(\"span\", { className: style.headerLinks }, this.props.headerLinks)),\n                    this.renderRightNavigation(),\n                    React.createElement(\"button\", { className: classNames(style.mobileMenuBtn, 'ml-1', {\n                            [style.showMobileMenu]: this.showMobileNav\n                        }), onClick: this.handleToggleMobileNav },\n                        React.createElement(FA, { className: \"p-1\", size: \"lg\", name: this.showMobileNav ? 'times' : 'bars' }))))));\n    }\n};\nHeader.defaultProps = {\n    actionButtons: null,\n    headerLinks: null,\n    navigation: null\n};\ntslib_1.__decorate([\n    mobx_1.observable,\n    tslib_1.__metadata(\"design:type\", Boolean)\n], Header.prototype, \"showMobileNav\", void 0);\ntslib_1.__decorate([\n    mobx_1.action,\n    tslib_1.__metadata(\"design:type\", Object)\n], Header.prototype, \"handleToggleMobileNav\", void 0);\nHeader = tslib_1.__decorate([\n    mobx_react_1.observer\n], Header);\nexports.Header = Header;\n\n\n//# sourceURL=webpack:///./src/Common/components/Header.tsx?");

/***/ }),

/***/ "./src/Common/components/HeaderAppTray/HeaderAppTray.tsx":
/*!***************************************************************!*\
  !*** ./src/Common/components/HeaderAppTray/HeaderAppTray.tsx ***!
  \***************************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {

"use strict";
eval("\nObject.defineProperty(exports, \"__esModule\", { value: true });\nconst tslib_1 = __webpack_require__(/*! tslib */ \"./node_modules/tslib/tslib.es6.js\");\nconst React = __webpack_require__(/*! react */ \"./node_modules/react/index.js\");\nconst react_1 = __webpack_require__(/*! react */ \"./node_modules/react/index.js\");\nconst mobx_1 = __webpack_require__(/*! mobx */ \"./node_modules/mobx/lib/mobx.module.js\");\nconst mobx_react_1 = __webpack_require__(/*! mobx-react */ \"./node_modules/mobx-react/dist/mobxreact.esm.js\");\nconst FA = __webpack_require__(/*! react-fontawesome */ \"./node_modules/react-fontawesome/lib/index.js\");\nconst _ = __webpack_require__(/*! lodash */ \"./node_modules/lodash/lodash.js\");\nconst routes_1 = __webpack_require__(/*! src/Common/constants/routes */ \"./src/Common/constants/routes.ts\");\nconst SiteStore_1 = __webpack_require__(/*! ../../stores/mobx/SiteStore */ \"./src/Common/stores/mobx/SiteStore.ts\");\nconst ImpersonateForm_1 = __webpack_require__(/*! src/Accounts/components/ImpersonateForm */ \"./src/Accounts/components/ImpersonateForm.tsx\");\nconst impersonateForm_1 = __webpack_require__(/*! src/Accounts/stores/impersonateForm */ \"./src/Accounts/stores/impersonateForm.ts\");\nconst AuthorizationStore_1 = __webpack_require__(/*! ../../stores/mobx/AuthorizationStore */ \"./src/Common/stores/mobx/AuthorizationStore.ts\");\nconst RouterStore_1 = __webpack_require__(/*! ../../stores/mobx/RouterStore */ \"./src/Common/stores/mobx/RouterStore.ts\");\nconst _env_1 = __webpack_require__(/*! @env */ \"./env.ts\");\nconst assets_1 = __webpack_require__(/*! src/Common/utils/assets */ \"./src/Common/utils/assets.ts\");\nconst settings_1 = __webpack_require__(/*! src/Common/constants/settings */ \"./src/Common/constants/settings.ts\");\nconst SimplifyIcon_1 = __webpack_require__(/*! src/Common/components/icon/SimplifyIcon */ \"./src/Common/components/icon/SimplifyIcon.tsx\");\nconst VacIcon_1 = __webpack_require__(/*! src/Common/components/icon/VacIcon */ \"./src/Common/components/icon/VacIcon.tsx\");\nconst JourneyIcon_1 = __webpack_require__(/*! src/Common/components/icon/JourneyIcon */ \"./src/Common/components/icon/JourneyIcon.tsx\");\nconst ClientIcon_1 = __webpack_require__(/*! src/Common/components/icon/ClientIcon */ \"./src/Common/components/icon/ClientIcon.tsx\");\nconst DataMartIcon_1 = __webpack_require__(/*! src/Common/components/icon/DataMartIcon */ \"./src/Common/components/icon/DataMartIcon.tsx\");\nconst authorization_1 = __webpack_require__(/*! src/Common/utils/authorization */ \"./src/Common/utils/authorization.ts\");\nconst reactstrap_1 = __webpack_require__(/*! reactstrap */ \"./node_modules/reactstrap/es/index.js\");\nconst DropDown_1 = __webpack_require__(/*! src/Journey/Shared/components/DropDown */ \"./src/Journey/Shared/components/DropDown.tsx\");\nconst DropDown_2 = __webpack_require__(/*! src/Common/Axiata/components/DropDown/DropDown */ \"./src/Common/Axiata/components/DropDown/DropDown.tsx\");\nconst style = settings_1.isAxiataTheme ? __webpack_require__(/*! ./headerAppTray.scss */ \"./src/Common/components/HeaderAppTray/headerAppTray.scss\") : __webpack_require__(/*! ./headerAppTrayAccendo.scss */ \"./src/Common/components/HeaderAppTray/headerAppTrayAccendo.scss\");\nlet HeaderAppTray = class HeaderAppTray extends react_1.Component {\n    constructor() {\n        super(...arguments);\n        this.impersonateFormVisible = false;\n        this.simplifyClientUrl = _.template(`${_env_1.SIMPLIFY_URL}${routes_1.SIMPLIFY_URL_CLIENT_URL}`);\n        this.simplifyAppUrl = (clientId) => {\n            if (clientId) {\n                return this.simplifyClientUrl({ clientId });\n            }\n            return _env_1.SIMPLIFY_URL;\n        };\n        this.adminAppUrl = (domain, clientId, journeyId) => {\n            if (journeyId) {\n                return SiteStore_1.siteStore.getJourneyPageUrl(clientId, journeyId);\n            }\n            if (clientId && !journeyId) {\n                return SiteStore_1.siteStore.getClientPageUrl(domain, clientId);\n            }\n            return `${domain}/client`;\n        };\n        this.renderCandidateNavigation = () => {\n            return (React.createElement(reactstrap_1.DropdownMenu, null,\n                React.createElement(reactstrap_1.DropdownItem, null,\n                    React.createElement(\"a\", { href: _env_1.CANDIDATE_APP_URL, target: \"_blank\" },\n                        React.createElement(\"img\", { className: `${style.logo} d-block pb-2 mx-auto`, src: assets_1.candidateIcon, alt: \"\" }),\n                        React.createElement(\"p\", { className: \"m-0\" }, \"Candidate\")))));\n        };\n        this.renderNavigation = () => {\n            const clientId = _.get(RouterStore_1.routerStore.params, 'clientId') || _.get(RouterStore_1.routerStore.params, 'client_id');\n            const journeyId = _.get(RouterStore_1.routerStore.params, 'journeyId') || _.get(RouterStore_1.routerStore.params, 'journey_id');\n            return (React.createElement(reactstrap_1.DropdownMenu, { className: style.adminApp },\n                React.createElement(reactstrap_1.DropdownItem, null,\n                    React.createElement(\"a\", { href: this.adminAppUrl(_env_1.CLIENT_MANAGEMENT_APP_URL, clientId), target: \"_blank\" },\n                        React.createElement(ClientIcon_1.ClientIcon, { className: `${style.logo} d-block pb-2 mx-auto` }),\n                        React.createElement(\"p\", { className: \"m-0\" }, \"Client\"))),\n                React.createElement(reactstrap_1.DropdownItem, null,\n                    React.createElement(\"a\", { href: this.simplifyAppUrl(clientId), target: \"_blank\" },\n                        React.createElement(SimplifyIcon_1.SimplifyIcon, { className: `${style.logo} d-block pb-2 mx-auto` }),\n                        React.createElement(\"p\", { className: \"m-0\" }, \"Simplify\"))),\n                React.createElement(reactstrap_1.DropdownItem, null,\n                    React.createElement(\"a\", { href: this.adminAppUrl(_env_1.VAC_APP_URL, clientId), target: \"_blank\" },\n                        React.createElement(VacIcon_1.VacIcon, { className: `${style.logo} d-block pb-2 mx-auto` }),\n                        React.createElement(\"p\", { className: \"m-0\" }, \"VAC\"))),\n                React.createElement(reactstrap_1.DropdownItem, null,\n                    React.createElement(\"a\", { href: this.adminAppUrl(_env_1.JOURNEY_APP_URL, clientId), target: \"_blank\" },\n                        React.createElement(JourneyIcon_1.JourneyIcon, { className: `${style.logo} d-block pb-2 mx-auto` }),\n                        React.createElement(\"p\", { className: \"m-0\" }, \"Journey\"))),\n                React.createElement(reactstrap_1.DropdownItem, null,\n                    React.createElement(\"a\", { href: _env_1.MAPPING_REVAMP_APP_URL, target: \"_blank\" },\n                        React.createElement(DataMartIcon_1.DataMartIcon, { className: `${style.logo} d-block pb-2 mx-auto` }),\n                        React.createElement(\"p\", { className: \"m-0\" }, \"Mapping\")))));\n        };\n        this.renderClientAdminNavigation = () => {\n            const clientId = _.get(RouterStore_1.routerStore.params, 'clientId') || _.get(RouterStore_1.routerStore.params, 'client_id');\n            return (React.createElement(reactstrap_1.DropdownMenu, null,\n                React.createElement(reactstrap_1.DropdownItem, null,\n                    React.createElement(\"a\", { href: this.adminAppUrl(_env_1.JOURNEY_APP_URL, clientId), target: \"_blank\" },\n                        React.createElement(\"img\", { className: `${style.logo} d-block pb-2 mx-auto`, src: assets_1.journeyIcon, alt: \"\" }),\n                        React.createElement(\"p\", { className: \"m-0\" }, \"Journey\")))));\n        };\n        this.toggleImpersonateForm = () => {\n            this.impersonateFormVisible = !this.impersonateFormVisible;\n        };\n        this.handleImpersonate = () => tslib_1.__awaiter(this, void 0, void 0, function* () {\n            yield impersonateForm_1.impersonateForm.submit();\n            this.toggleImpersonateForm();\n        });\n    }\n    render() {\n        const isClientAdmin = AuthorizationStore_1.authorizationStore.isClientAdmin;\n        const isHostAdmin = authorization_1.hasAccess(['HOST_ADMIN']);\n        const isSuperAdmin = authorization_1.hasAccess(['SUPER_ADMIN']);\n        let navigation = null;\n        if (isHostAdmin || isSuperAdmin) {\n            navigation = this.renderNavigation();\n        }\n        else if (isClientAdmin) {\n            navigation = this.renderClientAdminNavigation();\n        }\n        else {\n            navigation = this.renderCandidateNavigation();\n        }\n        const impersonateDropDownOptions = () => [\n            {\n                name: 'Impersonate',\n                onClick: () => {\n                    this.toggleImpersonateForm();\n                }\n            }\n        ];\n        return (React.createElement(\"div\", { className: \"d-flex align-items-center\" },\n            isSuperAdmin && (React.createElement(DropDown_2.DropDown, { title: 'Administration', dropdownItem: impersonateDropDownOptions(), dropdownMenuProps: { right: true }, dropdownToggleClassName: style.toggle, dropdownStandard: true, dropdownAssess: true, className: style.clientManagementDropdown })),\n            React.createElement(DropDown_1.DropDown, { className: style.headerNavigationDropdown, dropdownToggle: React.createElement(reactstrap_1.DropdownToggle, { className: style.userBtn },\n                    React.createElement(\"button\", { className: \"btn-clear\" },\n                        React.createElement(FA, { className: `p-1 ${style.headerNavBtn}`, size: \"lg\", name: \"th-large\" }))), content: navigation }),\n            React.createElement(ImpersonateForm_1.ImpersonateForm, { formProps: impersonateForm_1.impersonateForm, isVisible: this.impersonateFormVisible, handleOnSave: this.handleImpersonate, handleOnCancel: this.toggleImpersonateForm, title: \"Impersonate\" })));\n    }\n};\ntslib_1.__decorate([\n    mobx_1.observable,\n    tslib_1.__metadata(\"design:type\", Object)\n], HeaderAppTray.prototype, \"impersonateFormVisible\", void 0);\ntslib_1.__decorate([\n    mobx_1.action,\n    tslib_1.__metadata(\"design:type\", Object)\n], HeaderAppTray.prototype, \"toggleImpersonateForm\", void 0);\nHeaderAppTray = tslib_1.__decorate([\n    mobx_react_1.observer\n], HeaderAppTray);\nexports.HeaderAppTray = HeaderAppTray;\n\n\n//# sourceURL=webpack:///./src/Common/components/HeaderAppTray/HeaderAppTray.tsx?");

/***/ }),

/***/ "./src/Common/components/HeaderAppTray/headerAppTray.scss":
/*!****************************************************************!*\
  !*** ./src/Common/components/HeaderAppTray/headerAppTray.scss ***!
  \****************************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {

eval("\nvar content = __webpack_require__(/*! !../../../../node_modules/css-loader??ref--5-1!../../../../node_modules/resolve-url-loader!../../../../node_modules/sass-loader/dist/cjs.js!./headerAppTray.scss */ \"./node_modules/css-loader/index.js?!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js!./src/Common/components/HeaderAppTray/headerAppTray.scss\");\n\nif(typeof content === 'string') content = [[module.i, content, '']];\n\nvar transform;\nvar insertInto;\n\n\n\nvar options = {\"hmr\":true}\n\noptions.transform = transform\noptions.insertInto = undefined;\n\nvar update = __webpack_require__(/*! ../../../../node_modules/style-loader/lib/addStyles.js */ \"./node_modules/style-loader/lib/addStyles.js\")(content, options);\n\nif(content.locals) module.exports = content.locals;\n\nif(false) {}\n\n//# sourceURL=webpack:///./src/Common/components/HeaderAppTray/headerAppTray.scss?");

/***/ }),

/***/ "./src/Common/components/HeaderAppTray/headerAppTrayAccendo.scss":
/*!***********************************************************************!*\
  !*** ./src/Common/components/HeaderAppTray/headerAppTrayAccendo.scss ***!
  \***********************************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {

eval("\nvar content = __webpack_require__(/*! !../../../../node_modules/css-loader??ref--5-1!../../../../node_modules/resolve-url-loader!../../../../node_modules/sass-loader/dist/cjs.js!./headerAppTrayAccendo.scss */ \"./node_modules/css-loader/index.js?!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js!./src/Common/components/HeaderAppTray/headerAppTrayAccendo.scss\");\n\nif(typeof content === 'string') content = [[module.i, content, '']];\n\nvar transform;\nvar insertInto;\n\n\n\nvar options = {\"hmr\":true}\n\noptions.transform = transform\noptions.insertInto = undefined;\n\nvar update = __webpack_require__(/*! ../../../../node_modules/style-loader/lib/addStyles.js */ \"./node_modules/style-loader/lib/addStyles.js\")(content, options);\n\nif(content.locals) module.exports = content.locals;\n\nif(false) {}\n\n//# sourceURL=webpack:///./src/Common/components/HeaderAppTray/headerAppTrayAccendo.scss?");

/***/ }),

/***/ "./src/Common/components/LoadingPage.tsx":
/*!***********************************************!*\
  !*** ./src/Common/components/LoadingPage.tsx ***!
  \***********************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {

"use strict";
eval("\nObject.defineProperty(exports, \"__esModule\", { value: true });\nconst React = __webpack_require__(/*! react */ \"./node_modules/react/index.js\");\nconst react_1 = __webpack_require__(/*! react */ \"./node_modules/react/index.js\");\nconst style = __webpack_require__(/*! ./loadingPage.scss */ \"./src/Common/components/loadingPage.scss\");\nconst LoadingByDefault_1 = __webpack_require__(/*! src/Common/Axiata/components/LoadingByDefault */ \"./src/Common/Axiata/components/LoadingByDefault.tsx\");\nclass LoadingPage extends react_1.PureComponent {\n    render() {\n        return React.createElement(LoadingByDefault_1.LoadingByDefault, { className: style.loadingContainer });\n    }\n}\nexports.LoadingPage = LoadingPage;\n\n\n//# sourceURL=webpack:///./src/Common/components/LoadingPage.tsx?");

/***/ }),

/***/ "./src/Common/components/NotFoundPage.tsx":
/*!************************************************!*\
  !*** ./src/Common/components/NotFoundPage.tsx ***!
  \************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {

"use strict";
eval("\nObject.defineProperty(exports, \"__esModule\", { value: true });\nconst React = __webpack_require__(/*! react */ \"./node_modules/react/index.js\");\nconst react_1 = __webpack_require__(/*! react */ \"./node_modules/react/index.js\");\nconst react_router_dom_1 = __webpack_require__(/*! react-router-dom */ \"./node_modules/react-router-dom/esm/react-router-dom.js\");\nconst style = __webpack_require__(/*! ./notFoundPage.scss */ \"./src/Common/components/notFoundPage.scss\");\nconst PageBase_1 = __webpack_require__(/*! src/Common/components/PageBase/PageBase */ \"./src/Common/components/PageBase/PageBase.tsx\");\nconst reactstrap_1 = __webpack_require__(/*! reactstrap */ \"./node_modules/reactstrap/es/index.js\");\nclass NotFoundPage extends react_1.Component {\n    render() {\n        return (React.createElement(PageBase_1.PageBase, { headerProps: this.props.headerProps, contentClassName: `${style.notFoundPage} flex-content-center flex-column` },\n            React.createElement(\"p\", { className: style.message }, \"Whoops!\"),\n            React.createElement(\"p\", { className: style.statusCode }, \"404\"),\n            React.createElement(\"div\", { className: style.separator }, \"o\"),\n            React.createElement(\"p\", { className: style.title }, \"Page Not Found\"),\n            React.createElement(\"div\", { className: style.backBtn },\n                React.createElement(react_router_dom_1.Link, { to: \"/\" },\n                    React.createElement(reactstrap_1.Button, null, \"Back to Homepage\")))));\n    }\n}\nexports.NotFoundPage = NotFoundPage;\n\n\n//# sourceURL=webpack:///./src/Common/components/NotFoundPage.tsx?");

/***/ }),

/***/ "./src/Common/components/PageBase/PageBase.tsx":
/*!*****************************************************!*\
  !*** ./src/Common/components/PageBase/PageBase.tsx ***!
  \*****************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {

"use strict";
eval("\nObject.defineProperty(exports, \"__esModule\", { value: true });\nconst React = __webpack_require__(/*! react */ \"./node_modules/react/index.js\");\nconst react_1 = __webpack_require__(/*! react */ \"./node_modules/react/index.js\");\nconst classNames = __webpack_require__(/*! classnames */ \"./node_modules/classnames/index.js\");\nconst settings_1 = __webpack_require__(/*! src/Common/constants/settings */ \"./src/Common/constants/settings.ts\");\nconst Header_1 = __webpack_require__(/*! ../Header */ \"./src/Common/components/Header.tsx\");\nconst Footer_1 = __webpack_require__(/*! ../Footer */ \"./src/Common/components/Footer.tsx\");\nconst style = settings_1.isAxiataTheme ? __webpack_require__(/*! ./pageBase.scss */ \"./src/Common/components/PageBase/pageBase.scss\") : __webpack_require__(/*! ./pageBaseAccendo.scss */ \"./src/Common/components/PageBase/pageBaseAccendo.scss\");\nclass PageBase extends react_1.Component {\n    constructor() {\n        super(...arguments);\n        this.renderFooter = () => {\n            return this.props.footer ? this.props.footer() : React.createElement(Footer_1.Footer, null);\n        };\n        this.renderHeader = () => {\n            if (this.props.header) {\n                return this.props.header(this.props.headerProps);\n            }\n            else {\n                return React.createElement(Header_1.Header, Object.assign({}, this.props.headerProps));\n            }\n        };\n    }\n    render() {\n        return (React.createElement(\"div\", { className: classNames(style.page, this.props.className) },\n            this.props.withHeader && this.renderHeader(),\n            React.createElement(\"div\", { className: classNames(style.pageContent, this.props.contentClassName) }, this.props.children),\n            this.props.withFooter && this.renderFooter()));\n    }\n}\nPageBase.defaultProps = {\n    withHeader: true,\n    withFooter: true\n};\nexports.PageBase = PageBase;\n\n\n//# sourceURL=webpack:///./src/Common/components/PageBase/PageBase.tsx?");

/***/ }),

/***/ "./src/Common/components/PageBase/pageBase.scss":
/*!******************************************************!*\
  !*** ./src/Common/components/PageBase/pageBase.scss ***!
  \******************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {

eval("\nvar content = __webpack_require__(/*! !../../../../node_modules/css-loader??ref--5-1!../../../../node_modules/resolve-url-loader!../../../../node_modules/sass-loader/dist/cjs.js!./pageBase.scss */ \"./node_modules/css-loader/index.js?!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js!./src/Common/components/PageBase/pageBase.scss\");\n\nif(typeof content === 'string') content = [[module.i, content, '']];\n\nvar transform;\nvar insertInto;\n\n\n\nvar options = {\"hmr\":true}\n\noptions.transform = transform\noptions.insertInto = undefined;\n\nvar update = __webpack_require__(/*! ../../../../node_modules/style-loader/lib/addStyles.js */ \"./node_modules/style-loader/lib/addStyles.js\")(content, options);\n\nif(content.locals) module.exports = content.locals;\n\nif(false) {}\n\n//# sourceURL=webpack:///./src/Common/components/PageBase/pageBase.scss?");

/***/ }),

/***/ "./src/Common/components/PageBase/pageBaseAccendo.scss":
/*!*************************************************************!*\
  !*** ./src/Common/components/PageBase/pageBaseAccendo.scss ***!
  \*************************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {

eval("\nvar content = __webpack_require__(/*! !../../../../node_modules/css-loader??ref--5-1!../../../../node_modules/resolve-url-loader!../../../../node_modules/sass-loader/dist/cjs.js!./pageBaseAccendo.scss */ \"./node_modules/css-loader/index.js?!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js!./src/Common/components/PageBase/pageBaseAccendo.scss\");\n\nif(typeof content === 'string') content = [[module.i, content, '']];\n\nvar transform;\nvar insertInto;\n\n\n\nvar options = {\"hmr\":true}\n\noptions.transform = transform\noptions.insertInto = undefined;\n\nvar update = __webpack_require__(/*! ../../../../node_modules/style-loader/lib/addStyles.js */ \"./node_modules/style-loader/lib/addStyles.js\")(content, options);\n\nif(content.locals) module.exports = content.locals;\n\nif(false) {}\n\n//# sourceURL=webpack:///./src/Common/components/PageBase/pageBaseAccendo.scss?");

/***/ }),

/***/ "./src/Common/components/RouteProtection.tsx":
/*!***************************************************!*\
  !*** ./src/Common/components/RouteProtection.tsx ***!
  \***************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {

"use strict";
eval("\nObject.defineProperty(exports, \"__esModule\", { value: true });\nconst tslib_1 = __webpack_require__(/*! tslib */ \"./node_modules/tslib/tslib.es6.js\");\nconst React = __webpack_require__(/*! react */ \"./node_modules/react/index.js\");\nconst AuthorizationStore_1 = __webpack_require__(/*! src/Common/stores/mobx/AuthorizationStore */ \"./src/Common/stores/mobx/AuthorizationStore.ts\");\nconst mobx_react_1 = __webpack_require__(/*! mobx-react */ \"./node_modules/mobx-react/dist/mobxreact.esm.js\");\nconst UnauthorisedErrorPage_1 = __webpack_require__(/*! ./UnauthorisedErrorPage */ \"./src/Common/components/UnauthorisedErrorPage.tsx\");\nconst authorization_1 = __webpack_require__(/*! src/Common/utils/authorization */ \"./src/Common/utils/authorization.ts\");\nconst style = __webpack_require__(/*! ./routeProtection.scss */ \"./src/Common/components/routeProtection.scss\");\nconst LoadingByDefault_1 = __webpack_require__(/*! src/Common/Axiata/components/LoadingByDefault */ \"./src/Common/Axiata/components/LoadingByDefault.tsx\");\nlet RouteProtection = class RouteProtection extends React.Component {\n    render() {\n        const hasAccessUser = authorization_1.hasAccess(this.props.roles);\n        if (!AuthorizationStore_1.authorizationStore.isRequested || AuthorizationStore_1.authorizationStore.isLoading) {\n            return React.createElement(LoadingByDefault_1.LoadingByDefault, { className: style.loadingContainer });\n        }\n        if (this.props.checkRoles) {\n            return hasAccessUser ? this.props.children : React.createElement(UnauthorisedErrorPage_1.UnauthorisedErrorPage, null);\n        }\n        else {\n            return this.props.children;\n        }\n    }\n};\nRouteProtection.defaultProps = {\n    checkRoles: true,\n    roles: ['SUPER_ADMIN', 'HOST_ADMIN']\n};\nRouteProtection = tslib_1.__decorate([\n    mobx_react_1.observer\n], RouteProtection);\nexports.RouteProtection = RouteProtection;\n\n\n//# sourceURL=webpack:///./src/Common/components/RouteProtection.tsx?");

/***/ }),

/***/ "./src/Common/components/TestingBanner.tsx":
/*!*************************************************!*\
  !*** ./src/Common/components/TestingBanner.tsx ***!
  \*************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {

"use strict";
eval("\nObject.defineProperty(exports, \"__esModule\", { value: true });\nconst tslib_1 = __webpack_require__(/*! tslib */ \"./node_modules/tslib/tslib.es6.js\");\nconst React = __webpack_require__(/*! react */ \"./node_modules/react/index.js\");\nconst env = __webpack_require__(/*! @env */ \"./env.ts\");\nconst _ = __webpack_require__(/*! lodash */ \"./node_modules/lodash/lodash.js\");\nconst FA = __webpack_require__(/*! react-fontawesome */ \"./node_modules/react-fontawesome/lib/index.js\");\nconst style = __webpack_require__(/*! ../Axiata/appAxiata.scss */ \"./src/Common/Axiata/appAxiata.scss\");\nconst mobx_react_1 = __webpack_require__(/*! mobx-react */ \"./node_modules/mobx-react/dist/mobxreact.esm.js\");\nconst mobx_1 = __webpack_require__(/*! mobx */ \"./node_modules/mobx/lib/mobx.module.js\");\nlet TestingBanner = class TestingBanner extends React.Component {\n    constructor() {\n        super(...arguments);\n        this.isOpen = true;\n        this.close = () => {\n            this.isOpen = false;\n        };\n    }\n    render() {\n        return (React.createElement(\"div\", null, _.get(env, 'IS_TESTING', null) && this.isOpen ? (React.createElement(\"div\", { className: `bg-danger text-white text-center p-1 ${style.fontSanSerif} ${style.bannerStyle}` },\n            React.createElement(\"span\", null, \"Note: You are currently on a testing site\"),\n            React.createElement(\"div\", { className: 'd-inline-block float-right mr-3' },\n                React.createElement(FA, { name: 'times', style: { cursor: 'pointer' }, onClick: this.close })))) : null));\n    }\n};\ntslib_1.__decorate([\n    mobx_1.observable,\n    tslib_1.__metadata(\"design:type\", Object)\n], TestingBanner.prototype, \"isOpen\", void 0);\ntslib_1.__decorate([\n    mobx_1.action,\n    tslib_1.__metadata(\"design:type\", Object)\n], TestingBanner.prototype, \"close\", void 0);\nTestingBanner = tslib_1.__decorate([\n    mobx_react_1.observer\n], TestingBanner);\nexports.TestingBanner = TestingBanner;\n\n\n//# sourceURL=webpack:///./src/Common/components/TestingBanner.tsx?");

/***/ }),

/***/ "./src/Common/components/ThemeSelector/index.scss":
/*!********************************************************!*\
  !*** ./src/Common/components/ThemeSelector/index.scss ***!
  \********************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {

eval("\nvar content = __webpack_require__(/*! !../../../../node_modules/css-loader??ref--5-1!../../../../node_modules/resolve-url-loader!../../../../node_modules/sass-loader/dist/cjs.js!./index.scss */ \"./node_modules/css-loader/index.js?!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js!./src/Common/components/ThemeSelector/index.scss\");\n\nif(typeof content === 'string') content = [[module.i, content, '']];\n\nvar transform;\nvar insertInto;\n\n\n\nvar options = {\"hmr\":true}\n\noptions.transform = transform\noptions.insertInto = undefined;\n\nvar update = __webpack_require__(/*! ../../../../node_modules/style-loader/lib/addStyles.js */ \"./node_modules/style-loader/lib/addStyles.js\")(content, options);\n\nif(content.locals) module.exports = content.locals;\n\nif(false) {}\n\n//# sourceURL=webpack:///./src/Common/components/ThemeSelector/index.scss?");

/***/ }),

/***/ "./src/Common/components/ThemeSelector/index.tsx":
/*!*******************************************************!*\
  !*** ./src/Common/components/ThemeSelector/index.tsx ***!
  \*******************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {

"use strict";
eval("\nObject.defineProperty(exports, \"__esModule\", { value: true });\nconst tslib_1 = __webpack_require__(/*! tslib */ \"./node_modules/tslib/tslib.es6.js\");\nconst React = __webpack_require__(/*! react */ \"./node_modules/react/index.js\");\nconst style = __webpack_require__(/*! ./index.scss */ \"./src/Common/components/ThemeSelector/index.scss\");\nconst DropdownBase_1 = __webpack_require__(/*! src/Journey/Manager/components/Dropdown/DropdownBase */ \"./src/Journey/Manager/components/Dropdown/DropdownBase.tsx\");\nconst mobx_react_1 = __webpack_require__(/*! mobx-react */ \"./node_modules/mobx-react/dist/mobxreact.esm.js\");\nconst ThemeStore_1 = __webpack_require__(/*! src/Common/stores/mobx/ThemeStore */ \"./src/Common/stores/mobx/ThemeStore.ts\");\nconst themes_1 = __webpack_require__(/*! src/Common/constants/themes */ \"./src/Common/constants/themes.ts\");\nconst lodash_1 = __webpack_require__(/*! lodash */ \"./node_modules/lodash/lodash.js\");\nexports.ThemeSelector = mobx_react_1.observer(props => {\n    const { loginPage } = props, otherProps = tslib_1.__rest(props, [\"loginPage\"]);\n    const themeOption = [\n        {\n            name: 'Light',\n            theme: themes_1.ThemeNames.ACCENDO_LIGHT,\n            onClick: () => {\n                ThemeStore_1.themeStore.setSelectedTheme(themes_1.ThemeNames.ACCENDO_LIGHT);\n            }\n        },\n        {\n            name: 'Dark',\n            theme: themes_1.ThemeNames.ACCENDO_DEFAULT,\n            onClick: () => {\n                ThemeStore_1.themeStore.setSelectedTheme(themes_1.ThemeNames.ACCENDO_DEFAULT);\n            }\n        }\n    ];\n    return (React.createElement(\"div\", null,\n        React.createElement(DropdownBase_1.DropdownBase, Object.assign({ dropdownStandard: true, dropdownItem: themeOption }, otherProps),\n            React.createElement(\"div\", { className: style.themeSelectorContainer },\n                React.createElement(\"div\", { className: `${style.themeContainer} ${loginPage && style.themeColor}` }, lodash_1.get(lodash_1.find(themeOption, {\n                    theme: ThemeStore_1.themeStore.selectedTheme\n                }), 'name')[0])))));\n});\n\n\n//# sourceURL=webpack:///./src/Common/components/ThemeSelector/index.tsx?");

/***/ }),

/***/ "./src/Common/components/ThemeSwitcher/constants/themeStoreConstants.ts":
/*!******************************************************************************!*\
  !*** ./src/Common/components/ThemeSwitcher/constants/themeStoreConstants.ts ***!
  \******************************************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {

"use strict";
eval("\nObject.defineProperty(exports, \"__esModule\", { value: true });\nconst _env_1 = __webpack_require__(/*! @env */ \"./env.ts\");\nexports.initialStyleSheetJSON = {\n    '--primary-color': '#2d36fa',\n    '--secondary-color': '#5daeff',\n    '--border-color': '#90c2ed',\n    '--accent-color': '#4ce3a8',\n    '--contrast-color': '#2e2e2e',\n    '--success-color': '#00ff76',\n    '--warning-color': '#f2a253',\n    '--danger-color': '#ff0000',\n    '--info-color': '#9ebdd3',\n    '--page-background': '#ffffff',\n    '--panel-background': '#fdfdfd',\n    '--background-color': '#fdfdfd',\n    '--placeholder-color': '#90c2ed',\n    '--shadow-color': 'rgba(0, 0, 0, 0.12)',\n    '--primary-color-rgb': '46, 109, 245',\n    '--secondary-color-rgb': '46, 142, 255',\n    '--contrast-color-rgb': '46, 46, 46',\n    '--page-background-rgb': '255, 255, 255',\n    '--background-color-rgb': '34, 34, 34',\n    '--border-color-rgb': '144, 194, 237',\n    '--panel-background-rgb': '253, 253, 253',\n    '--accent-color-rgb': '76, 227, 168'\n};\nexports.initialThemeMeta = {\n    theme: _env_1.DEFAULT_THEME,\n    styleSheet: exports.initialStyleSheetJSON\n};\n\n\n//# sourceURL=webpack:///./src/Common/components/ThemeSwitcher/constants/themeStoreConstants.ts?");

/***/ }),

/***/ "./src/Common/components/ThemeSwitcher/stores/customThemeStore.ts":
/*!************************************************************************!*\
  !*** ./src/Common/components/ThemeSwitcher/stores/customThemeStore.ts ***!
  \************************************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {

"use strict";
eval("\nObject.defineProperty(exports, \"__esModule\", { value: true });\nconst tslib_1 = __webpack_require__(/*! tslib */ \"./node_modules/tslib/tslib.es6.js\");\nconst mobx_1 = __webpack_require__(/*! mobx */ \"./node_modules/mobx/lib/mobx.module.js\");\nconst syncUserThemeStore_1 = __webpack_require__(/*! src/Common/components/ThemeSwitcher/stores/syncUserThemeStore */ \"./src/Common/components/ThemeSwitcher/stores/syncUserThemeStore.ts\");\nclass CustomThemeStore {\n    constructor() {\n        this.initialize = () => {\n            if (document.getElementById('customTheme') === null) {\n                this.customStyleElement = document.createElement('style');\n                this.customStyleElement.id = 'customTheme';\n                document.head.appendChild(this.customStyleElement);\n            }\n            this.updateStyleSheet();\n        };\n        this.setCSSVariables = (newVariables) => tslib_1.__awaiter(this, void 0, void 0, function* () {\n            this.updateStyleSheet(newVariables);\n        });\n        this.updateStyleSheet = (newVariables = {}) => {\n            this.customStyleElement.innerText = `body.custom ${objectToCSS(Object.assign({}, this.getStyleSheet, newVariables))}`;\n        };\n    }\n    get getStyleSheet() {\n        return syncUserThemeStore_1.syncUserThemeStore.themeMetaData !== null ? syncUserThemeStore_1.syncUserThemeStore.themeMetaData.styleSheet : {};\n    }\n}\ntslib_1.__decorate([\n    mobx_1.computed,\n    tslib_1.__metadata(\"design:type\", Object),\n    tslib_1.__metadata(\"design:paramtypes\", [])\n], CustomThemeStore.prototype, \"getStyleSheet\", null);\nconst objectToCSS = cssVariables => {\n    return `{${Object.entries(cssVariables).reduce((styleString, [propName, propsValue]) => `${styleString} ${propName}: ${propsValue};`, '')}}`;\n};\nexports.customThemeStore = new CustomThemeStore();\n\n\n//# sourceURL=webpack:///./src/Common/components/ThemeSwitcher/stores/customThemeStore.ts?");

/***/ }),

/***/ "./src/Common/components/ThemeSwitcher/stores/syncUserThemeStore.ts":
/*!**************************************************************************!*\
  !*** ./src/Common/components/ThemeSwitcher/stores/syncUserThemeStore.ts ***!
  \**************************************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {

"use strict";
eval("\nObject.defineProperty(exports, \"__esModule\", { value: true });\nconst tslib_1 = __webpack_require__(/*! tslib */ \"./node_modules/tslib/tslib.es6.js\");\nconst ApiStore_1 = __webpack_require__(/*! src/Common/stores/mobx/ApiStore */ \"./src/Common/stores/mobx/ApiStore.ts\");\nconst ajax_1 = __webpack_require__(/*! src/Common/api/ajax */ \"./src/Common/api/ajax.ts\");\nconst themeStoreConstants_1 = __webpack_require__(/*! src/Common/components/ThemeSwitcher/constants/themeStoreConstants */ \"./src/Common/components/ThemeSwitcher/constants/themeStoreConstants.ts\");\nconst mobx_1 = __webpack_require__(/*! mobx */ \"./node_modules/mobx/lib/mobx.module.js\");\nconst urlTemplate = '/api/tenant/syncUserByToken';\nclass SyncUserThemeStore extends ApiStore_1.ApiStore {\n    constructor() {\n        super(urlTemplate, {\n            requestType: ajax_1.RestMethods.POST\n        });\n        this.updateToken = (token) => {\n            this.token = token;\n        };\n        this.initializeCall = (token, theme_metadata) => tslib_1.__awaiter(this, void 0, void 0, function* () {\n            if (this.token !== token) {\n                this.updateToken(token);\n            }\n            yield this.callApi({\n                token,\n                theme_metadata: theme_metadata === null ? themeStoreConstants_1.initialThemeMeta : theme_metadata\n            });\n        });\n    }\n    get themeMetaData() {\n        console.log(this.data ? this.data.theme_metadata : themeStoreConstants_1.initialThemeMeta);\n        return this.data ? this.data.theme_metadata : this.isLoading ? null : themeStoreConstants_1.initialThemeMeta;\n    }\n}\ntslib_1.__decorate([\n    mobx_1.observable,\n    tslib_1.__metadata(\"design:type\", String)\n], SyncUserThemeStore.prototype, \"token\", void 0);\ntslib_1.__decorate([\n    mobx_1.computed,\n    tslib_1.__metadata(\"design:type\", Object),\n    tslib_1.__metadata(\"design:paramtypes\", [])\n], SyncUserThemeStore.prototype, \"themeMetaData\", null);\ntslib_1.__decorate([\n    mobx_1.action,\n    tslib_1.__metadata(\"design:type\", Object)\n], SyncUserThemeStore.prototype, \"updateToken\", void 0);\nexports.syncUserThemeStore = new SyncUserThemeStore();\n\n\n//# sourceURL=webpack:///./src/Common/components/ThemeSwitcher/stores/syncUserThemeStore.ts?");

/***/ }),

/***/ "./src/Common/components/UnauthorisedErrorPage.tsx":
/*!*********************************************************!*\
  !*** ./src/Common/components/UnauthorisedErrorPage.tsx ***!
  \*********************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {

"use strict";
eval("\nObject.defineProperty(exports, \"__esModule\", { value: true });\nconst React = __webpack_require__(/*! react */ \"./node_modules/react/index.js\");\nconst react_1 = __webpack_require__(/*! react */ \"./node_modules/react/index.js\");\nconst react_router_dom_1 = __webpack_require__(/*! react-router-dom */ \"./node_modules/react-router-dom/esm/react-router-dom.js\");\nconst style = __webpack_require__(/*! ./unauthorisedPage.scss */ \"./src/Common/components/unauthorisedPage.scss\");\nconst PageBase_1 = __webpack_require__(/*! ./PageBase/PageBase */ \"./src/Common/components/PageBase/PageBase.tsx\");\nconst reactstrap_1 = __webpack_require__(/*! reactstrap */ \"./node_modules/reactstrap/es/index.js\");\nclass UnauthorisedErrorPage extends react_1.Component {\n    render() {\n        return (React.createElement(PageBase_1.PageBase, { headerProps: this.props.headerProps, contentClassName: `${style.unauthorisedPage} flex-content-center flex-column` },\n            React.createElement(\"p\", { className: style.message }, \"Whoops!\"),\n            React.createElement(\"p\", { className: style.statusCode }, \"401\"),\n            React.createElement(\"div\", { className: style.separator }, \"o\"),\n            React.createElement(\"p\", { className: style.title }, \"Unauthorised\"),\n            React.createElement(\"div\", { className: style.backBtn },\n                React.createElement(react_router_dom_1.Link, { to: \"/\" },\n                    React.createElement(reactstrap_1.Button, null, \"Back to Homepage\")))));\n    }\n}\nexports.UnauthorisedErrorPage = UnauthorisedErrorPage;\n\n\n//# sourceURL=webpack:///./src/Common/components/UnauthorisedErrorPage.tsx?");

/***/ }),

/***/ "./src/Common/components/actionDialog.scss":
/*!*************************************************!*\
  !*** ./src/Common/components/actionDialog.scss ***!
  \*************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {

eval("\nvar content = __webpack_require__(/*! !../../../node_modules/css-loader??ref--5-1!../../../node_modules/resolve-url-loader!../../../node_modules/sass-loader/dist/cjs.js!./actionDialog.scss */ \"./node_modules/css-loader/index.js?!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js!./src/Common/components/actionDialog.scss\");\n\nif(typeof content === 'string') content = [[module.i, content, '']];\n\nvar transform;\nvar insertInto;\n\n\n\nvar options = {\"hmr\":true}\n\noptions.transform = transform\noptions.insertInto = undefined;\n\nvar update = __webpack_require__(/*! ../../../node_modules/style-loader/lib/addStyles.js */ \"./node_modules/style-loader/lib/addStyles.js\")(content, options);\n\nif(content.locals) module.exports = content.locals;\n\nif(false) {}\n\n//# sourceURL=webpack:///./src/Common/components/actionDialog.scss?");

/***/ }),

/***/ "./src/Common/components/footer.scss":
/*!*******************************************!*\
  !*** ./src/Common/components/footer.scss ***!
  \*******************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {

eval("\nvar content = __webpack_require__(/*! !../../../node_modules/css-loader??ref--5-1!../../../node_modules/resolve-url-loader!../../../node_modules/sass-loader/dist/cjs.js!./footer.scss */ \"./node_modules/css-loader/index.js?!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js!./src/Common/components/footer.scss\");\n\nif(typeof content === 'string') content = [[module.i, content, '']];\n\nvar transform;\nvar insertInto;\n\n\n\nvar options = {\"hmr\":true}\n\noptions.transform = transform\noptions.insertInto = undefined;\n\nvar update = __webpack_require__(/*! ../../../node_modules/style-loader/lib/addStyles.js */ \"./node_modules/style-loader/lib/addStyles.js\")(content, options);\n\nif(content.locals) module.exports = content.locals;\n\nif(false) {}\n\n//# sourceURL=webpack:///./src/Common/components/footer.scss?");

/***/ }),

/***/ "./src/Common/components/footerAccendo.scss":
/*!**************************************************!*\
  !*** ./src/Common/components/footerAccendo.scss ***!
  \**************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {

eval("\nvar content = __webpack_require__(/*! !../../../node_modules/css-loader??ref--5-1!../../../node_modules/resolve-url-loader!../../../node_modules/sass-loader/dist/cjs.js!./footerAccendo.scss */ \"./node_modules/css-loader/index.js?!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js!./src/Common/components/footerAccendo.scss\");\n\nif(typeof content === 'string') content = [[module.i, content, '']];\n\nvar transform;\nvar insertInto;\n\n\n\nvar options = {\"hmr\":true}\n\noptions.transform = transform\noptions.insertInto = undefined;\n\nvar update = __webpack_require__(/*! ../../../node_modules/style-loader/lib/addStyles.js */ \"./node_modules/style-loader/lib/addStyles.js\")(content, options);\n\nif(content.locals) module.exports = content.locals;\n\nif(false) {}\n\n//# sourceURL=webpack:///./src/Common/components/footerAccendo.scss?");

/***/ }),

/***/ "./src/Common/components/header.scss":
/*!*******************************************!*\
  !*** ./src/Common/components/header.scss ***!
  \*******************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {

eval("\nvar content = __webpack_require__(/*! !../../../node_modules/css-loader??ref--5-1!../../../node_modules/resolve-url-loader!../../../node_modules/sass-loader/dist/cjs.js!./header.scss */ \"./node_modules/css-loader/index.js?!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js!./src/Common/components/header.scss\");\n\nif(typeof content === 'string') content = [[module.i, content, '']];\n\nvar transform;\nvar insertInto;\n\n\n\nvar options = {\"hmr\":true}\n\noptions.transform = transform\noptions.insertInto = undefined;\n\nvar update = __webpack_require__(/*! ../../../node_modules/style-loader/lib/addStyles.js */ \"./node_modules/style-loader/lib/addStyles.js\")(content, options);\n\nif(content.locals) module.exports = content.locals;\n\nif(false) {}\n\n//# sourceURL=webpack:///./src/Common/components/header.scss?");

/***/ }),

/***/ "./src/Common/components/headerAccendo.scss":
/*!**************************************************!*\
  !*** ./src/Common/components/headerAccendo.scss ***!
  \**************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {

eval("\nvar content = __webpack_require__(/*! !../../../node_modules/css-loader??ref--5-1!../../../node_modules/resolve-url-loader!../../../node_modules/sass-loader/dist/cjs.js!./headerAccendo.scss */ \"./node_modules/css-loader/index.js?!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js!./src/Common/components/headerAccendo.scss\");\n\nif(typeof content === 'string') content = [[module.i, content, '']];\n\nvar transform;\nvar insertInto;\n\n\n\nvar options = {\"hmr\":true}\n\noptions.transform = transform\noptions.insertInto = undefined;\n\nvar update = __webpack_require__(/*! ../../../node_modules/style-loader/lib/addStyles.js */ \"./node_modules/style-loader/lib/addStyles.js\")(content, options);\n\nif(content.locals) module.exports = content.locals;\n\nif(false) {}\n\n//# sourceURL=webpack:///./src/Common/components/headerAccendo.scss?");

/***/ }),

/***/ "./src/Common/components/icon/ClientIcon.tsx":
/*!***************************************************!*\
  !*** ./src/Common/components/icon/ClientIcon.tsx ***!
  \***************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {

"use strict";
eval("\nObject.defineProperty(exports, \"__esModule\", { value: true });\nconst React = __webpack_require__(/*! react */ \"./node_modules/react/index.js\");\nconst react_1 = __webpack_require__(/*! react */ \"./node_modules/react/index.js\");\nconst classNames = __webpack_require__(/*! classnames */ \"./node_modules/classnames/index.js\");\nconst settings_1 = __webpack_require__(/*! src/Common/constants/settings */ \"./src/Common/constants/settings.ts\");\nconst style = settings_1.isAxiataTheme ? __webpack_require__(/*! ./axiataLogoColor.scss */ \"./src/Common/components/icon/axiataLogoColor.scss\") : __webpack_require__(/*! ./accendoLogoColor.scss */ \"./src/Common/components/icon/accendoLogoColor.scss\");\nclass ClientIcon extends react_1.PureComponent {\n    render() {\n        return (React.createElement(\"svg\", { id: \"Client\", className: classNames(this.props.className), width: this.props.size || 48, height: this.props.size || 48, xmlns: \"http://www.w3.org/2000/svg\", viewBox: \"0 0 48.04 48.211\" },\n            React.createElement(\"path\", { id: \"users-cog\", className: `${style.clsTwo}`, d: \"M37.323,53.646c.183,0,.356-.048.539-.058a17.74,17.74,0,0,1,3.493-5.7,3.793,3.793,0,0,1,2.781-1.213,3.7,3.7,0,0,1,1.886.51l.76.443c.077-.048.154-.087.231-.135a10.652,10.652,0,0,0,1.078-4.619A10.773,10.773,0,1,0,37.323,53.646ZM47.447,72.363c-.221-.115-.443-.25-.654-.375a4.754,4.754,0,0,1-2.646.943,3.825,3.825,0,0,1-2.781-1.213,17.547,17.547,0,0,1-3.868-6.7c-1.03-3.32,2.4-4.783,2.483-4.84q-.014-.375,0-.751l-.76-.443a3.92,3.92,0,0,1-.943-.779c-.318.019-.626.058-.943.058a15.191,15.191,0,0,1-6.592-1.54h-.8a11.091,11.091,0,0,0-11.1,11.086v2.771c0,4.968-.674,4.619,4.619,4.619H48.043a3.705,3.705,0,0,1-.6-1.953v-.885Z\", transform: \"translate(-18.819 -32.1)\" }),\n            React.createElement(\"path\", { id: \"users-cog-2\", \"data-name\": \"users-cog\", className: `${style.clsOne}`, d: \"M76.738,68.88a11.289,11.289,0,0,0,0-4.1l2.483-1.434a.7.7,0,0,0,.318-.818,14.441,14.441,0,0,0-3.195-5.524.7.7,0,0,0-.866-.135L72.994,58.3a11.3,11.3,0,0,0-3.551-2.05V53.387a.7.7,0,0,0-.549-.683,14.519,14.519,0,0,0-6.371,0,.7.7,0,0,0-.549.683v2.868a11.3,11.3,0,0,0-3.551,2.05l-2.483-1.434a.7.7,0,0,0-.866.135,14.441,14.441,0,0,0-3.195,5.524.709.709,0,0,0,.318.818l2.483,1.434a11.288,11.288,0,0,0,0,4.1L52.2,70.314a.7.7,0,0,0-.318.818,14.513,14.513,0,0,0,3.195,5.524.7.7,0,0,0,.866.135l2.483-1.434a11.3,11.3,0,0,0,3.551,2.05v2.868a.7.7,0,0,0,.549.683,14.519,14.519,0,0,0,6.371,0,.7.7,0,0,0,.549-.683V77.406a11.3,11.3,0,0,0,3.551-2.05l2.483,1.434a.7.7,0,0,0,.866-.135,14.441,14.441,0,0,0,3.195-5.524.709.709,0,0,0-.318-.818ZM65.719,71.5a4.667,4.667,0,1,1,4.667-4.667A4.672,4.672,0,0,1,65.719,71.5Z\", transform: \"translate(-30.278 -39.126)\" })));\n    }\n}\nexports.ClientIcon = ClientIcon;\n\n\n//# sourceURL=webpack:///./src/Common/components/icon/ClientIcon.tsx?");

/***/ }),

/***/ "./src/Common/components/icon/DataMartIcon.tsx":
/*!*****************************************************!*\
  !*** ./src/Common/components/icon/DataMartIcon.tsx ***!
  \*****************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {

"use strict";
eval("\nObject.defineProperty(exports, \"__esModule\", { value: true });\nconst React = __webpack_require__(/*! react */ \"./node_modules/react/index.js\");\nconst react_1 = __webpack_require__(/*! react */ \"./node_modules/react/index.js\");\nconst classNames = __webpack_require__(/*! classnames */ \"./node_modules/classnames/index.js\");\nconst settings_1 = __webpack_require__(/*! src/Common/constants/settings */ \"./src/Common/constants/settings.ts\");\nconst style = settings_1.isAxiataTheme ? __webpack_require__(/*! ./axiataLogoColor.scss */ \"./src/Common/components/icon/axiataLogoColor.scss\") : __webpack_require__(/*! ./accendoLogoColor.scss */ \"./src/Common/components/icon/accendoLogoColor.scss\");\nclass DataMartIcon extends react_1.PureComponent {\n    render() {\n        return (React.createElement(\"svg\", { id: \"DataMart\", className: classNames(this.props.className), width: this.props.size || 48, height: this.props.size || 48, xmlns: \"http://www.w3.org/2000/svg\", viewBox: \"0 0 41.04 45.211\" },\n            React.createElement(\"g\", { id: \"Group_1531\", \"data-name\": \"Group 1531\", transform: \"translate(-1601.118 -1588.762)\" },\n                React.createElement(\"path\", { id: \"database\", className: `${style.clsOne}`, d: \"M37,6.04V9.816c0,3.327-8.286,6.04-18.5,6.04S0,13.143,0,9.816V6.04C0,2.713,8.286,0,18.5,0S37,2.713,37,6.04Z\", transform: \"translate(1601.118 1588.762)\" }),\n                React.createElement(\"path\", { id: \"database-2\", \"data-name\": \"database\", className: `${style.clsTwo}`, d: \"M37,35.32v8.494c0,3.327-8.286,6.04-18.5,6.04S0,47.141,0,43.814V35.32c3.974,2.737,11.249,4.011,18.5,4.011S33.023,38.057,37,35.32Z\", transform: \"translate(1601.118 1583.203)\" }),\n                React.createElement(\"path\", { id: \"database-3\", \"data-name\": \"database\", className: `${style.clsTwo}`, d: \"M37,35.32v8.494c0,3.327-8.286,6.04-18.5,6.04S0,47.141,0,43.814V35.32c3.974,2.737,11.249,4.011,18.5,4.011S33.023,38.057,37,35.32Z\", transform: \"translate(1601.118 1569.211)\" }))));\n    }\n}\nexports.DataMartIcon = DataMartIcon;\n\n\n//# sourceURL=webpack:///./src/Common/components/icon/DataMartIcon.tsx?");

/***/ }),

/***/ "./src/Common/components/icon/JourneyIcon.tsx":
/*!****************************************************!*\
  !*** ./src/Common/components/icon/JourneyIcon.tsx ***!
  \****************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {

"use strict";
eval("\nObject.defineProperty(exports, \"__esModule\", { value: true });\nconst React = __webpack_require__(/*! react */ \"./node_modules/react/index.js\");\nconst react_1 = __webpack_require__(/*! react */ \"./node_modules/react/index.js\");\nconst classNames = __webpack_require__(/*! classnames */ \"./node_modules/classnames/index.js\");\nconst settings_1 = __webpack_require__(/*! src/Common/constants/settings */ \"./src/Common/constants/settings.ts\");\nconst style = settings_1.isAxiataTheme ? __webpack_require__(/*! ./axiataLogoColor.scss */ \"./src/Common/components/icon/axiataLogoColor.scss\") : __webpack_require__(/*! ./accendoLogoColor.scss */ \"./src/Common/components/icon/accendoLogoColor.scss\");\nclass JourneyIcon extends react_1.PureComponent {\n    render() {\n        return (React.createElement(\"svg\", { id: \"Journey\", className: classNames(this.props.className), width: this.props.size || 48, height: this.props.size || 48, \"data-name\": \"Layer 1\", xmlns: \"http://www.w3.org/2000/svg\", viewBox: \"0 0 31.405 43.102\" },\n            React.createElement(\"path\", { id: \"Path_137\", \"data-name\": \"Path 137\", className: `${style.clsOne}`, d: \"M158.244,93.153A15.718,15.718,0,0,0,154.4,82.83a4.721,4.721,0,0,1-.717,1.606c-1.069,1.548-2.99,1.762-4.695,2.294-1.335.426-3.1,1.494-2.616,2.989.587,1.655,1.978,2.936,2.349,4.751a8.733,8.733,0,0,1-2.669,8.061c-.267.267-.267.427-.374.481a49.019,49.019,0,0,1-7.261,6.406,13.8,13.8,0,0,0-2.627,2.6c3.5,4.838,6.672,8.455,6.672,8.455S158.244,103.165,158.244,93.153Z\", transform: \"translate(-126.839 -77.37)\" }),\n            React.createElement(\"path\", { id: \"Path_138\", \"data-name\": \"Path 138\", className: `${style.clsTwo}`, d: \"M16.753,16.569a2.834,2.834,0,0,0,0-1.762,8.105,8.105,0,0,1-.32-3.2,3.143,3.143,0,0,1,2.136-2.188c1.227-.534,2.562-.961,3.9-1.388.427-.107.857-.32,1.281-.427a8.376,8.376,0,0,0,2.67-1.121,3.443,3.443,0,0,0,1.047-1.31A15.782,15.782,0,0,0,0,15.783a19.833,19.833,0,0,0,2.412,8.09,36.3,36.3,0,0,0,11.565-4.635A7.048,7.048,0,0,0,16.753,16.569Z\", transform: \"translate(0 0)\" })));\n    }\n}\nexports.JourneyIcon = JourneyIcon;\n\n\n//# sourceURL=webpack:///./src/Common/components/icon/JourneyIcon.tsx?");

/***/ }),

/***/ "./src/Common/components/icon/SimplifyIcon.tsx":
/*!*****************************************************!*\
  !*** ./src/Common/components/icon/SimplifyIcon.tsx ***!
  \*****************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {

"use strict";
eval("\nObject.defineProperty(exports, \"__esModule\", { value: true });\nconst React = __webpack_require__(/*! react */ \"./node_modules/react/index.js\");\nconst react_1 = __webpack_require__(/*! react */ \"./node_modules/react/index.js\");\nconst classNames = __webpack_require__(/*! classnames */ \"./node_modules/classnames/index.js\");\nconst settings_1 = __webpack_require__(/*! src/Common/constants/settings */ \"./src/Common/constants/settings.ts\");\nconst style = settings_1.isAxiataTheme ? __webpack_require__(/*! ./axiataLogoColor.scss */ \"./src/Common/components/icon/axiataLogoColor.scss\") : __webpack_require__(/*! ./accendoLogoColor.scss */ \"./src/Common/components/icon/accendoLogoColor.scss\");\nclass SimplifyIcon extends react_1.PureComponent {\n    render() {\n        return (React.createElement(\"svg\", { id: \"Simplify\", className: classNames(this.props.className), width: this.props.size || 48, height: this.props.size || 48, xmlns: \"http://www.w3.org/2000/svg\", viewBox: \"0 0 41.04 43.211\" },\n            React.createElement(\"g\", { id: \"Layer_1\", \"data-name\": \"Layer 1\", transform: \"translate(0)\" },\n                React.createElement(\"path\", { id: \"Path_139\", \"data-name\": \"Path 139\", className: `${style.clsOne}`, d: \"M93.37,145.6H86l21.538-23.426-4.217-4.74h7.367l3.724,3.815a1.941,1.941,0,0,1,0,1.85Z\", transform: \"translate(-73.606 -102.385)\" }),\n                React.createElement(\"path\", { id: \"Path_140\", \"data-name\": \"Path 140\", className: `${style.clsTwo}`, d: \"M21.275,0h7.367L7.108,23.426l4.217,4.74H3.959L.234,24.351a1.949,1.949,0,0,1,0-1.85Z\", transform: \"translate(0)\" }))));\n    }\n}\nexports.SimplifyIcon = SimplifyIcon;\n\n\n//# sourceURL=webpack:///./src/Common/components/icon/SimplifyIcon.tsx?");

/***/ }),

/***/ "./src/Common/components/icon/VacIcon.tsx":
/*!************************************************!*\
  !*** ./src/Common/components/icon/VacIcon.tsx ***!
  \************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {

"use strict";
eval("\nObject.defineProperty(exports, \"__esModule\", { value: true });\nconst React = __webpack_require__(/*! react */ \"./node_modules/react/index.js\");\nconst react_1 = __webpack_require__(/*! react */ \"./node_modules/react/index.js\");\nconst classNames = __webpack_require__(/*! classnames */ \"./node_modules/classnames/index.js\");\nconst settings_1 = __webpack_require__(/*! src/Common/constants/settings */ \"./src/Common/constants/settings.ts\");\nconst style = settings_1.isAxiataTheme ? __webpack_require__(/*! ./axiataLogoColor.scss */ \"./src/Common/components/icon/axiataLogoColor.scss\") : __webpack_require__(/*! ./accendoLogoColor.scss */ \"./src/Common/components/icon/accendoLogoColor.scss\");\nclass VacIcon extends react_1.PureComponent {\n    render() {\n        return (React.createElement(\"svg\", { id: \"VAC\", className: classNames(this.props.className), width: this.props.size || 48, height: this.props.size || 48, xmlns: \"http://www.w3.org/2000/svg\", viewBox: \"0 0 43.382 43.381\" },\n            React.createElement(\"g\", { id: \"Layer_1\", \"data-name\": \"Layer 1\", transform: \"translate(0 0)\" },\n                React.createElement(\"path\", { id: \"Path_141\", \"data-name\": \"Path 141\", className: `${style.clsOne}`, d: \"M47.856,5.182A21.693,21.693,0,0,0,13.53,13.916C20.5,8.882,33.194,5.44,47.856,5.182Z\", transform: \"translate(-12.094 0.003)\" }),\n                React.createElement(\"path\", { id: \"Path_142\", \"data-name\": \"Path 142\", className: `${style.clsTwo}`, d: \"M187.831,334.893c-9.319,2.366-15.5.877-19.431-1.363a16.234,16.234,0,0,0,2.071,1.9,47.951,47.951,0,0,0,8.326,5.081A21.688,21.688,0,0,0,187.831,334.893Z\", transform: \"translate(-150.533 -298.142)\" }),\n                React.createElement(\"path\", { id: \"Path_143\", \"data-name\": \"Path 143\", className: `${style.clsTwo}`, d: \"M17.867,183.775l-.045-.024A14.217,14.217,0,0,1,8.078,166L.011,169.413c-.006.221-.011.442-.011.664a21.707,21.707,0,0,0,28.268,20.676,47.951,47.951,0,0,1-8.326-5.081A16.341,16.341,0,0,1,17.867,183.775Z\", transform: \"translate(0 -148.387)\" }),\n                React.createElement(\"path\", { id: \"Path_144\", \"data-name\": \"Path 144\", className: `${style.clsTwo}`, d: \"M303.116,54.55c-.592,3.029-1.526,6.041-2.346,8.973a14.209,14.209,0,0,1-2.44,17.055l8.628,1.056a21.694,21.694,0,0,0-3.841-27.084Z\", transform: \"translate(-266.677 -48.762)\" }),\n                React.createElement(\"path\", { id: \"Path_145\", \"data-name\": \"Path 145\", className: `${style.clsTwo}`, d: \"M274.379,53.55l-8.069,3.409a14.28,14.28,0,0,1,5.835,5.67c.82-2.932,1.754-5.942,2.346-8.973Z\", transform: \"translate(-238.055 -47.868)\" }))));\n    }\n}\nexports.VacIcon = VacIcon;\n\n\n//# sourceURL=webpack:///./src/Common/components/icon/VacIcon.tsx?");

/***/ }),

/***/ "./src/Common/components/icon/accendoLogoColor.scss":
/*!**********************************************************!*\
  !*** ./src/Common/components/icon/accendoLogoColor.scss ***!
  \**********************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {

eval("\nvar content = __webpack_require__(/*! !../../../../node_modules/css-loader??ref--5-1!../../../../node_modules/resolve-url-loader!../../../../node_modules/sass-loader/dist/cjs.js!./accendoLogoColor.scss */ \"./node_modules/css-loader/index.js?!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js!./src/Common/components/icon/accendoLogoColor.scss\");\n\nif(typeof content === 'string') content = [[module.i, content, '']];\n\nvar transform;\nvar insertInto;\n\n\n\nvar options = {\"hmr\":true}\n\noptions.transform = transform\noptions.insertInto = undefined;\n\nvar update = __webpack_require__(/*! ../../../../node_modules/style-loader/lib/addStyles.js */ \"./node_modules/style-loader/lib/addStyles.js\")(content, options);\n\nif(content.locals) module.exports = content.locals;\n\nif(false) {}\n\n//# sourceURL=webpack:///./src/Common/components/icon/accendoLogoColor.scss?");

/***/ }),

/***/ "./src/Common/components/icon/axiataLogoColor.scss":
/*!*********************************************************!*\
  !*** ./src/Common/components/icon/axiataLogoColor.scss ***!
  \*********************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {

eval("\nvar content = __webpack_require__(/*! !../../../../node_modules/css-loader??ref--5-1!../../../../node_modules/resolve-url-loader!../../../../node_modules/sass-loader/dist/cjs.js!./axiataLogoColor.scss */ \"./node_modules/css-loader/index.js?!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js!./src/Common/components/icon/axiataLogoColor.scss\");\n\nif(typeof content === 'string') content = [[module.i, content, '']];\n\nvar transform;\nvar insertInto;\n\n\n\nvar options = {\"hmr\":true}\n\noptions.transform = transform\noptions.insertInto = undefined;\n\nvar update = __webpack_require__(/*! ../../../../node_modules/style-loader/lib/addStyles.js */ \"./node_modules/style-loader/lib/addStyles.js\")(content, options);\n\nif(content.locals) module.exports = content.locals;\n\nif(false) {}\n\n//# sourceURL=webpack:///./src/Common/components/icon/axiataLogoColor.scss?");

/***/ }),

/***/ "./src/Common/components/loadingPage.scss":
/*!************************************************!*\
  !*** ./src/Common/components/loadingPage.scss ***!
  \************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {

eval("\nvar content = __webpack_require__(/*! !../../../node_modules/css-loader??ref--5-1!../../../node_modules/resolve-url-loader!../../../node_modules/sass-loader/dist/cjs.js!./loadingPage.scss */ \"./node_modules/css-loader/index.js?!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js!./src/Common/components/loadingPage.scss\");\n\nif(typeof content === 'string') content = [[module.i, content, '']];\n\nvar transform;\nvar insertInto;\n\n\n\nvar options = {\"hmr\":true}\n\noptions.transform = transform\noptions.insertInto = undefined;\n\nvar update = __webpack_require__(/*! ../../../node_modules/style-loader/lib/addStyles.js */ \"./node_modules/style-loader/lib/addStyles.js\")(content, options);\n\nif(content.locals) module.exports = content.locals;\n\nif(false) {}\n\n//# sourceURL=webpack:///./src/Common/components/loadingPage.scss?");

/***/ }),

/***/ "./src/Common/components/notFoundPage.scss":
/*!*************************************************!*\
  !*** ./src/Common/components/notFoundPage.scss ***!
  \*************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {

eval("\nvar content = __webpack_require__(/*! !../../../node_modules/css-loader??ref--5-1!../../../node_modules/resolve-url-loader!../../../node_modules/sass-loader/dist/cjs.js!./notFoundPage.scss */ \"./node_modules/css-loader/index.js?!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js!./src/Common/components/notFoundPage.scss\");\n\nif(typeof content === 'string') content = [[module.i, content, '']];\n\nvar transform;\nvar insertInto;\n\n\n\nvar options = {\"hmr\":true}\n\noptions.transform = transform\noptions.insertInto = undefined;\n\nvar update = __webpack_require__(/*! ../../../node_modules/style-loader/lib/addStyles.js */ \"./node_modules/style-loader/lib/addStyles.js\")(content, options);\n\nif(content.locals) module.exports = content.locals;\n\nif(false) {}\n\n//# sourceURL=webpack:///./src/Common/components/notFoundPage.scss?");

/***/ }),

/***/ "./src/Common/components/protectedRoute.tsx":
/*!**************************************************!*\
  !*** ./src/Common/components/protectedRoute.tsx ***!
  \**************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {

"use strict";
eval("\nObject.defineProperty(exports, \"__esModule\", { value: true });\nconst tslib_1 = __webpack_require__(/*! tslib */ \"./node_modules/tslib/tslib.es6.js\");\nconst React = __webpack_require__(/*! react */ \"./node_modules/react/index.js\");\nconst react_1 = __webpack_require__(/*! react */ \"./node_modules/react/index.js\");\nconst mobx_react_1 = __webpack_require__(/*! mobx-react */ \"./node_modules/mobx-react/dist/mobxreact.esm.js\");\nconst AuthStore_1 = __webpack_require__(/*! ../stores/mobx/AuthStore */ \"./src/Common/stores/mobx/AuthStore.ts\");\nconst SiteStore_1 = __webpack_require__(/*! ../stores/mobx/SiteStore */ \"./src/Common/stores/mobx/SiteStore.ts\");\nconst Loading_1 = __webpack_require__(/*! src/Common/Axiata/components/Loading/Loading */ \"./src/Common/Axiata/components/Loading/Loading.tsx\");\nexports.protectedRoute = (Children) => {\n    let AuthenticatedComponent = class AuthenticatedComponent extends react_1.Component {\n        render() {\n            if (!AuthStore_1.authStore.hasValidateToken) {\n                return React.createElement(Loading_1.Loading, { isLoading: true });\n            }\n            else if (AuthStore_1.authStore.isAuthenticated) {\n                return React.createElement(Children, Object.assign({}, this.props));\n            }\n            else if (SiteStore_1.siteStore.isAccountApp) {\n                return null;\n            }\n            return null;\n        }\n    };\n    AuthenticatedComponent = tslib_1.__decorate([\n        mobx_react_1.observer\n    ], AuthenticatedComponent);\n    return AuthenticatedComponent;\n};\n\n\n//# sourceURL=webpack:///./src/Common/components/protectedRoute.tsx?");

/***/ }),

/***/ "./src/Common/components/routeProtection.scss":
/*!****************************************************!*\
  !*** ./src/Common/components/routeProtection.scss ***!
  \****************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {

eval("\nvar content = __webpack_require__(/*! !../../../node_modules/css-loader??ref--5-1!../../../node_modules/resolve-url-loader!../../../node_modules/sass-loader/dist/cjs.js!./routeProtection.scss */ \"./node_modules/css-loader/index.js?!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js!./src/Common/components/routeProtection.scss\");\n\nif(typeof content === 'string') content = [[module.i, content, '']];\n\nvar transform;\nvar insertInto;\n\n\n\nvar options = {\"hmr\":true}\n\noptions.transform = transform\noptions.insertInto = undefined;\n\nvar update = __webpack_require__(/*! ../../../node_modules/style-loader/lib/addStyles.js */ \"./node_modules/style-loader/lib/addStyles.js\")(content, options);\n\nif(content.locals) module.exports = content.locals;\n\nif(false) {}\n\n//# sourceURL=webpack:///./src/Common/components/routeProtection.scss?");

/***/ }),

/***/ "./src/Common/components/unauthorisedPage.scss":
/*!*****************************************************!*\
  !*** ./src/Common/components/unauthorisedPage.scss ***!
  \*****************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {

eval("\nvar content = __webpack_require__(/*! !../../../node_modules/css-loader??ref--5-1!../../../node_modules/resolve-url-loader!../../../node_modules/sass-loader/dist/cjs.js!./unauthorisedPage.scss */ \"./node_modules/css-loader/index.js?!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js!./src/Common/components/unauthorisedPage.scss\");\n\nif(typeof content === 'string') content = [[module.i, content, '']];\n\nvar transform;\nvar insertInto;\n\n\n\nvar options = {\"hmr\":true}\n\noptions.transform = transform\noptions.insertInto = undefined;\n\nvar update = __webpack_require__(/*! ../../../node_modules/style-loader/lib/addStyles.js */ \"./node_modules/style-loader/lib/addStyles.js\")(content, options);\n\nif(content.locals) module.exports = content.locals;\n\nif(false) {}\n\n//# sourceURL=webpack:///./src/Common/components/unauthorisedPage.scss?");

/***/ }),

/***/ "./src/Common/constants/common.ts":
/*!****************************************!*\
  !*** ./src/Common/constants/common.ts ***!
  \****************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {

"use strict";
eval("\nObject.defineProperty(exports, \"__esModule\", { value: true });\nexports.TENANT_REQUEST_TOKEN_ATTEMPT_KEY = 'request_token_attempt';\n\n\n//# sourceURL=webpack:///./src/Common/constants/common.ts?");

/***/ }),

/***/ "./src/Common/constants/routes.ts":
/*!****************************************!*\
  !*** ./src/Common/constants/routes.ts ***!
  \****************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {

"use strict";
eval("\nObject.defineProperty(exports, \"__esModule\", { value: true });\nexports.ERROR_AUTH = '/error-auth';\nexports.JOURNEY_CLIENT_PAGE_URL = '/client/${client_id}/journey';\nexports.JOURNEY_TABLEAU_PAGE_URL = '/client/${client_id}/journey/${journey_id}/tableau';\nexports.CLIENT_MANAGEMENT_CLIENT_PAGE_URL = '/client/${clientId}/details';\nexports.VAC_APP_CLIENT_PAGE_URL = '/client/${clientId}/projects';\nexports.ACCOUNT_LANDING_PAGE_URL = '/';\nexports.ACCOUNT_LOGOUT_PAGE_URL = '/logout';\nexports.ACCOUNT_AUTHENTICATION_IFRAME_URL = '/authentication';\nexports.SIMPLIFY_URL_CLIENT_URL = '/redirect-to/${clientId}';\nexports.CANDIDATE_APP_BREAK_PAGE_URL = '/project/break';\nexports.VAC_APP_BREAK_PAGE_URL = '/project/break';\nexports.CANDIDATE_APP_PROJECT_LANDING = '/project/landing/${journeyId}';\n\n\n//# sourceURL=webpack:///./src/Common/constants/routes.ts?");

/***/ }),

/***/ "./src/Common/constants/settings.ts":
/*!******************************************!*\
  !*** ./src/Common/constants/settings.ts ***!
  \******************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {

"use strict";
eval("\nObject.defineProperty(exports, \"__esModule\", { value: true });\nconst env = __webpack_require__(/*! @env */ \"./env.ts\");\nconst _ = __webpack_require__(/*! lodash */ \"./node_modules/lodash/lodash.js\");\nconst clientListStore_1 = __webpack_require__(/*! src/Journey/Client/stores/clientListStore */ \"./src/Journey/Client/stores/clientListStore.ts\");\nconst HostClientStore_1 = __webpack_require__(/*! src/Common/stores/mobx/HostClientStore */ \"./src/Common/stores/mobx/HostClientStore.ts\");\nvar Themes;\n(function (Themes) {\n    Themes[\"AXIATA\"] = \"axiata\";\n    Themes[\"ACCENDO\"] = \"accendo\";\n    Themes[\"GAMUDA\"] = \"gamuda\";\n    Themes[\"JAPFA\"] = \"japfa\";\n})(Themes = exports.Themes || (exports.Themes = {}));\nexports.isAxiataTheme = _.isUndefined(env['THEME_NAME']) || env['THEME_NAME'] === 'axiata';\nexports.isAccendoTheme = _.isUndefined(env['THEME_NAME']) || env['THEME_NAME'] === 'accendo';\nexports.isGamudaTheme = _.isUndefined(env['THEME_NAME']) || env['THEME_NAME'] === 'gamuda';\nexports.isJafpaTheme = _.isUndefined(env['THEME_NAME']) || env['THEME_NAME'] === 'japfa';\nexports.pageTitle = 'Talent Pulse';\nexports.hostAdminId = _.get(env, 'HOST_CLIENT_ID', 1);\nexports.getLogo = () => {\n    const hostClientLogo = HostClientStore_1.hostClientStore.isSuccess && HostClientStore_1.hostClientStore.logo;\n    const useClientLogo = HostClientStore_1.hostClientStore.isSuccess && HostClientStore_1.hostClientStore.getIsUsingClientLogo;\n    if (useClientLogo) {\n        return clientListStore_1.clientListStore.clientLogo;\n    }\n    return hostClientLogo;\n};\n\n\n//# sourceURL=webpack:///./src/Common/constants/settings.ts?");

/***/ }),

/***/ "./src/Common/constants/themes.ts":
/*!****************************************!*\
  !*** ./src/Common/constants/themes.ts ***!
  \****************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {

"use strict";
eval("\nObject.defineProperty(exports, \"__esModule\", { value: true });\nvar ThemeNames;\n(function (ThemeNames) {\n    ThemeNames[\"AXIATA_DEFAULT\"] = \"axiata\";\n    ThemeNames[\"ACCENDO_LIGHT\"] = \"accendoLight\";\n    ThemeNames[\"ACCENDO_DEFAULT\"] = \"accendoDefault\";\n    ThemeNames[\"CUSTOM\"] = \"custom\";\n})(ThemeNames = exports.ThemeNames || (exports.ThemeNames = {}));\n\n\n//# sourceURL=webpack:///./src/Common/constants/themes.ts?");

/***/ }),

/***/ "./src/Common/images/accendo-logo.svg":
/*!********************************************!*\
  !*** ./src/Common/images/accendo-logo.svg ***!
  \********************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {

eval("module.exports = __webpack_require__.p + \"7de6c813760880cae7fa7604ec481abd.svg\";\n\n//# sourceURL=webpack:///./src/Common/images/accendo-logo.svg?");

/***/ }),

/***/ "./src/Common/images/accendo-white-logo.svg":
/*!**************************************************!*\
  !*** ./src/Common/images/accendo-white-logo.svg ***!
  \**************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {

eval("module.exports = __webpack_require__.p + \"ad23280cfcbf44cd3f4928be2980f38a.svg\";\n\n//# sourceURL=webpack:///./src/Common/images/accendo-white-logo.svg?");

/***/ }),

/***/ "./src/Common/images/authorisation.svg":
/*!*********************************************!*\
  !*** ./src/Common/images/authorisation.svg ***!
  \*********************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {

eval("module.exports = __webpack_require__.p + \"e7c7f87a372b0a22b33425cb4b51e95e.svg\";\n\n//# sourceURL=webpack:///./src/Common/images/authorisation.svg?");

/***/ }),

/***/ "./src/Common/images/candidate.svg":
/*!*****************************************!*\
  !*** ./src/Common/images/candidate.svg ***!
  \*****************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {

eval("module.exports = __webpack_require__.p + \"c850bc77cc5ca16bf92cd0551dda9aa0.svg\";\n\n//# sourceURL=webpack:///./src/Common/images/candidate.svg?");

/***/ }),

/***/ "./src/Common/images/client-management.svg":
/*!*************************************************!*\
  !*** ./src/Common/images/client-management.svg ***!
  \*************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {

eval("module.exports = __webpack_require__.p + \"38a66a2f532167092c241f3c6a4d9422.svg\";\n\n//# sourceURL=webpack:///./src/Common/images/client-management.svg?");

/***/ }),

/***/ "./src/Common/images/datamart.svg":
/*!****************************************!*\
  !*** ./src/Common/images/datamart.svg ***!
  \****************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {

eval("module.exports = __webpack_require__.p + \"53a8738efa5b108d6bcdc95ee68ca98d.svg\";\n\n//# sourceURL=webpack:///./src/Common/images/datamart.svg?");

/***/ }),

/***/ "./src/Common/images/journey.svg":
/*!***************************************!*\
  !*** ./src/Common/images/journey.svg ***!
  \***************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {

eval("module.exports = __webpack_require__.p + \"50b0c1b75084acda4d8b4ee1eb055de3.svg\";\n\n//# sourceURL=webpack:///./src/Common/images/journey.svg?");

/***/ }),

/***/ "./src/Common/images/landingPage/final_bg.jpg":
/*!****************************************************!*\
  !*** ./src/Common/images/landingPage/final_bg.jpg ***!
  \****************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {

eval("module.exports = __webpack_require__.p + \"c4a5f31179f4210970c478a666f6b51d.jpg\";\n\n//# sourceURL=webpack:///./src/Common/images/landingPage/final_bg.jpg?");

/***/ }),

/***/ "./src/Common/images/landingPage/logoDropShadow.svg":
/*!**********************************************************!*\
  !*** ./src/Common/images/landingPage/logoDropShadow.svg ***!
  \**********************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {

eval("module.exports = __webpack_require__.p + \"7062ab5c71623088f8eb1e8da792d2b7.svg\";\n\n//# sourceURL=webpack:///./src/Common/images/landingPage/logoDropShadow.svg?");

/***/ }),

/***/ "./src/Common/images/newIcon/client-management.svg":
/*!*********************************************************!*\
  !*** ./src/Common/images/newIcon/client-management.svg ***!
  \*********************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {

eval("module.exports = __webpack_require__.p + \"0f9e17541d3dce76512e34cd7be667a8.svg\";\n\n//# sourceURL=webpack:///./src/Common/images/newIcon/client-management.svg?");

/***/ }),

/***/ "./src/Common/images/newIcon/journey.svg":
/*!***********************************************!*\
  !*** ./src/Common/images/newIcon/journey.svg ***!
  \***********************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {

eval("module.exports = __webpack_require__.p + \"2abc0a37ce3f5faf3c7c97cc938373f4.svg\";\n\n//# sourceURL=webpack:///./src/Common/images/newIcon/journey.svg?");

/***/ }),

/***/ "./src/Common/images/newIcon/vac.svg":
/*!*******************************************!*\
  !*** ./src/Common/images/newIcon/vac.svg ***!
  \*******************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {

eval("module.exports = __webpack_require__.p + \"7975f2b3d12767491cbe70d6f236d0f1.svg\";\n\n//# sourceURL=webpack:///./src/Common/images/newIcon/vac.svg?");

/***/ }),

/***/ "./src/Common/images/reporting.svg":
/*!*****************************************!*\
  !*** ./src/Common/images/reporting.svg ***!
  \*****************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {

eval("module.exports = __webpack_require__.p + \"24d8122c4e143635556b3a98f08c6ad9.svg\";\n\n//# sourceURL=webpack:///./src/Common/images/reporting.svg?");

/***/ }),

/***/ "./src/Common/images/vac.svg":
/*!***********************************!*\
  !*** ./src/Common/images/vac.svg ***!
  \***********************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {

eval("module.exports = __webpack_require__.p + \"e2028199cf426a291f64d622cdeb6dd2.svg\";\n\n//# sourceURL=webpack:///./src/Common/images/vac.svg?");

/***/ }),

/***/ "./src/Common/routerStore.ts":
/*!***********************************!*\
  !*** ./src/Common/routerStore.ts ***!
  \***********************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {

"use strict";
eval("\nObject.defineProperty(exports, \"__esModule\", { value: true });\nconst RouterStore_1 = __webpack_require__(/*! src/Common/stores/mobx/RouterStore */ \"./src/Common/stores/mobx/RouterStore.ts\");\nconst routes = {\n    home: '/',\n    example: '/example'\n};\nexports.routerStore = RouterStore_1.routerStore.assignRouteConfig(routes);\n\n\n//# sourceURL=webpack:///./src/Common/routerStore.ts?");

/***/ }),

/***/ "./src/Common/stores/mobx/ApiStore.ts":
/*!********************************************!*\
  !*** ./src/Common/stores/mobx/ApiStore.ts ***!
  \********************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {

"use strict";
eval("\nObject.defineProperty(exports, \"__esModule\", { value: true });\nconst tslib_1 = __webpack_require__(/*! tslib */ \"./node_modules/tslib/tslib.es6.js\");\nconst mobx_1 = __webpack_require__(/*! mobx */ \"./node_modules/mobx/lib/mobx.module.js\");\nconst _ = __webpack_require__(/*! lodash */ \"./node_modules/lodash/lodash.js\");\nconst CoreStore_1 = __webpack_require__(/*! src/Common/stores/mobx/CoreStore */ \"./src/Common/stores/mobx/CoreStore.ts\");\nconst ajax_1 = __webpack_require__(/*! src/Common/api/ajax */ \"./src/Common/api/ajax.ts\");\nconst authorization_1 = __webpack_require__(/*! src/Common/utils/authorization */ \"./src/Common/utils/authorization.ts\");\nclass ApiStore extends CoreStore_1.CoreStore {\n    constructor(urlTemplate, config = {\n        requestType: ajax_1.RestMethods.GET,\n        cacheDuration: 0,\n        initialData: [],\n        persistentData: false\n    }) {\n        super();\n        this.config = config;\n        this.successResponse = {};\n        this.failureResponse = {};\n        this.isLoading = false;\n        this.shouldGetFromCache = false;\n        this.clearAllState = () => {\n            this.resetStatus();\n            this.payloadHistory = undefined;\n            this.successResponse = {};\n            this.failureResponse = {};\n            this.isFailure = false;\n            this.failureStatusCode = undefined;\n            this.isLoading = false;\n        };\n        this.setData = (data) => {\n            this.successResponse = Object.assign({}, mobx_1.toJS(this.successResponse), { data: mobx_1.toJS(data) });\n        };\n        this.setMeta = (meta) => {\n        };\n        this.apiCallSuccess = response => {\n            this.isSuccess = true;\n            this.isFailure = false;\n            this.failureStatusCode = undefined;\n            this.isLoading = false;\n            if (this.config.hooks && this.config.hooks.onSuccess) {\n                this.config.hooks.onSuccess(response);\n            }\n        };\n        this.apiCallFailed = err => {\n            this.isSuccess = false;\n            this.isFailure = true;\n            this.isLoading = false;\n            if (this.config.hooks && this.config.hooks.onFailure) {\n                this.config.hooks.onFailure(err);\n            }\n        };\n        this.callApi = (payload, config) => tslib_1.__awaiter(this, void 0, void 0, function* () {\n            const mergedConfig = _.merge({\n                queryString: null,\n                updateAsyncStatus: true,\n                useCache: this.config.cacheBusting,\n                permission: null\n            }, config);\n            if (mergedConfig.permission && authorization_1.hasPermission(mergedConfig.permission) === false) {\n                return Promise.reject('No permission to call api');\n            }\n            if (mergedConfig.updateAsyncStatus) {\n                this.startAsync();\n            }\n            try {\n                if (this.shouldGetFromCache) {\n                    this.apiCallSuccess(this.successResponse);\n                    return this.axiosResponse;\n                }\n                mobx_1.runInAction(() => {\n                    this.payloadHistory = payload;\n                    this.isSuccess = false;\n                    this.isFailure = false;\n                    if (!this.config.persistentData) {\n                        this.successResponse = {};\n                        this.failureResponse = {};\n                    }\n                });\n                let finalPayload = {};\n                if (mergedConfig.useCache) {\n                    finalPayload = Object.assign({}, payload, { frontendTimestamp: (Date.now() / 1000) | 0 });\n                }\n                else {\n                    finalPayload = payload;\n                }\n                const response = yield this.api.callApi(finalPayload, mergedConfig.queryString);\n                mobx_1.runInAction(() => {\n                    this.successResponse = response.data;\n                });\n                this.setMeta(response.data.meta);\n                this.apiCallSuccess(this.successResponse);\n                if (this.config.cacheDuration) {\n                    this.shouldGetFromCache = true;\n                    setTimeout(() => {\n                        this.shouldGetFromCache = false;\n                    }, this.config.cacheDuration);\n                }\n                this.axiosResponse = response;\n                return response;\n            }\n            catch (e) {\n                const err = e;\n                if (!err.response) {\n                    throw e;\n                }\n                mobx_1.runInAction(() => {\n                    this.failureResponse = err.response.data;\n                    this.failureStatusCode = err.response.status;\n                });\n                this.apiCallFailed(this.failureResponse);\n                throw err;\n            }\n            finally {\n                if (mergedConfig.updateAsyncStatus) {\n                    this.endAsync();\n                }\n            }\n        });\n        this.callApiIfEmpty = (payload, config) => tslib_1.__awaiter(this, void 0, void 0, function* () {\n            if (_.isEmpty(this.config.initialData)) {\n                if (_.isEmpty(this.data)) {\n                    return yield this.callApi(payload, config);\n                }\n            }\n            else {\n                const isSameWithInitialData = _.isEqual(this.data, this.config.initialData);\n                if (isSameWithInitialData) {\n                    return yield this.callApi(payload, config);\n                }\n            }\n            return Promise.resolve(this.data);\n        });\n        this.callApiIfPayloadDifferent = (payload, config) => tslib_1.__awaiter(this, void 0, void 0, function* () {\n            if (!_.isEqual(this.payloadHistory, payload)) {\n                return yield this.callApi(payload, config);\n            }\n            return Promise.resolve(this.data);\n        });\n        this.recallApi = () => tslib_1.__awaiter(this, void 0, void 0, function* () {\n            yield this.callApi(this.payloadHistory);\n            return this.data;\n        });\n        this.callApiWithoutUpdateAsyncStatus = (payload, config) => tslib_1.__awaiter(this, void 0, void 0, function* () {\n            return yield this.callApi(payload, Object.assign({}, config, { updateAsyncStatus: false }));\n        });\n        this.api = new ajax_1.Api(urlTemplate, config.requestType, config.prefixedPayload);\n        this.setData(config.initialData);\n    }\n    get hasList() {\n        return _.get(this.data, 'length', 0) > 0;\n    }\n    get listCount() {\n        return this.hasList ? this.data.length : 0;\n    }\n    get isEmpty() {\n        return _.isEmpty(this.data);\n    }\n    get paginationMeta() {\n        if (this.meta) {\n            return _.pick(this.meta, [\n                'current_page',\n                'from',\n                'last_page',\n                'path',\n                'per_page',\n                'to',\n                'total'\n            ]);\n        }\n        return {\n            current_page: 0,\n            from: 0,\n            last_page: 1,\n            path: '',\n            per_page: 15,\n            to: 0,\n            total: 0\n        };\n    }\n    get data() {\n        return _.get(this.successResponse, 'data', this.config.initialData);\n    }\n    get meta() {\n        return _.get(this.successResponse, 'meta');\n    }\n    get configData() {\n        return _.get(this.successResponse, 'config');\n    }\n    get isPinAuthError() {\n        if (this.failureStatusCode === 400) {\n            const errorString = _.get(this.failureResponse, 'meta.errorString');\n            return errorString === 'INVALID_PIN';\n        }\n        return false;\n    }\n}\ntslib_1.__decorate([\n    mobx_1.observable,\n    tslib_1.__metadata(\"design:type\", Object)\n], ApiStore.prototype, \"successResponse\", void 0);\ntslib_1.__decorate([\n    mobx_1.observable,\n    tslib_1.__metadata(\"design:type\", Object)\n], ApiStore.prototype, \"failureResponse\", void 0);\ntslib_1.__decorate([\n    mobx_1.observable,\n    tslib_1.__metadata(\"design:type\", Number)\n], ApiStore.prototype, \"failureStatusCode\", void 0);\ntslib_1.__decorate([\n    mobx_1.observable,\n    tslib_1.__metadata(\"design:type\", Object)\n], ApiStore.prototype, \"payloadHistory\", void 0);\ntslib_1.__decorate([\n    mobx_1.observable,\n    tslib_1.__metadata(\"design:type\", Boolean)\n], ApiStore.prototype, \"isLoading\", void 0);\ntslib_1.__decorate([\n    mobx_1.computed,\n    tslib_1.__metadata(\"design:type\", Object),\n    tslib_1.__metadata(\"design:paramtypes\", [])\n], ApiStore.prototype, \"hasList\", null);\ntslib_1.__decorate([\n    mobx_1.computed,\n    tslib_1.__metadata(\"design:type\", Object),\n    tslib_1.__metadata(\"design:paramtypes\", [])\n], ApiStore.prototype, \"listCount\", null);\ntslib_1.__decorate([\n    mobx_1.computed,\n    tslib_1.__metadata(\"design:type\", Object),\n    tslib_1.__metadata(\"design:paramtypes\", [])\n], ApiStore.prototype, \"isEmpty\", null);\ntslib_1.__decorate([\n    mobx_1.computed,\n    tslib_1.__metadata(\"design:type\", Object),\n    tslib_1.__metadata(\"design:paramtypes\", [])\n], ApiStore.prototype, \"paginationMeta\", null);\ntslib_1.__decorate([\n    mobx_1.computed,\n    tslib_1.__metadata(\"design:type\", Object),\n    tslib_1.__metadata(\"design:paramtypes\", [])\n], ApiStore.prototype, \"data\", null);\ntslib_1.__decorate([\n    mobx_1.computed,\n    tslib_1.__metadata(\"design:type\", Object),\n    tslib_1.__metadata(\"design:paramtypes\", [])\n], ApiStore.prototype, \"meta\", null);\ntslib_1.__decorate([\n    mobx_1.computed,\n    tslib_1.__metadata(\"design:type\", Object),\n    tslib_1.__metadata(\"design:paramtypes\", [])\n], ApiStore.prototype, \"configData\", null);\ntslib_1.__decorate([\n    mobx_1.action,\n    tslib_1.__metadata(\"design:type\", Object)\n], ApiStore.prototype, \"clearAllState\", void 0);\ntslib_1.__decorate([\n    mobx_1.action,\n    tslib_1.__metadata(\"design:type\", Object)\n], ApiStore.prototype, \"setData\", void 0);\ntslib_1.__decorate([\n    mobx_1.action,\n    tslib_1.__metadata(\"design:type\", Object)\n], ApiStore.prototype, \"setMeta\", void 0);\ntslib_1.__decorate([\n    mobx_1.action,\n    tslib_1.__metadata(\"design:type\", Object)\n], ApiStore.prototype, \"apiCallSuccess\", void 0);\ntslib_1.__decorate([\n    mobx_1.action,\n    tslib_1.__metadata(\"design:type\", Object)\n], ApiStore.prototype, \"apiCallFailed\", void 0);\ntslib_1.__decorate([\n    mobx_1.action,\n    tslib_1.__metadata(\"design:type\", Object)\n], ApiStore.prototype, \"callApi\", void 0);\ntslib_1.__decorate([\n    mobx_1.computed,\n    tslib_1.__metadata(\"design:type\", Object),\n    tslib_1.__metadata(\"design:paramtypes\", [])\n], ApiStore.prototype, \"isPinAuthError\", null);\nexports.ApiStore = ApiStore;\n\n\n//# sourceURL=webpack:///./src/Common/stores/mobx/ApiStore.ts?");

/***/ }),

/***/ "./src/Common/stores/mobx/AuthStore.ts":
/*!*********************************************!*\
  !*** ./src/Common/stores/mobx/AuthStore.ts ***!
  \*********************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {

"use strict";
eval("\nObject.defineProperty(exports, \"__esModule\", { value: true });\nconst tslib_1 = __webpack_require__(/*! tslib */ \"./node_modules/tslib/tslib.es6.js\");\nconst mobx_1 = __webpack_require__(/*! mobx */ \"./node_modules/mobx/lib/mobx.module.js\");\nconst qs = __webpack_require__(/*! qs */ \"./node_modules/qs/lib/index.js\");\nconst _ = __webpack_require__(/*! lodash */ \"./node_modules/lodash/lodash.js\");\nconst token_1 = __webpack_require__(/*! src/Common/utils/token */ \"./src/Common/utils/token.ts\");\nconst authApi_1 = __webpack_require__(/*! src/Common/api/authApi */ \"./src/Common/api/authApi.ts\");\nconst auth_1 = __webpack_require__(/*! src/Common/utils/auth */ \"./src/Common/utils/auth.ts\");\nconst SiteStore_1 = __webpack_require__(/*! ./SiteStore */ \"./src/Common/stores/mobx/SiteStore.ts\");\nconst routeConstants_1 = __webpack_require__(/*! src/Accounts/constants/routeConstants */ \"./src/Accounts/constants/routeConstants.ts\");\nconst _env_1 = __webpack_require__(/*! @env */ \"./env.ts\");\nconst utils_1 = __webpack_require__(/*! src/Common/utils */ \"./src/Common/utils/index.ts\");\nconst routeConstants_2 = __webpack_require__(/*! src/Accounts/constants/routeConstants */ \"./src/Accounts/constants/routeConstants.ts\");\nconst RouterStore_1 = __webpack_require__(/*! src/Common/stores/mobx/RouterStore */ \"./src/Common/stores/mobx/RouterStore.ts\");\nconst cookie_1 = __webpack_require__(/*! ../../utils/cookie */ \"./src/Common/utils/cookie.ts\");\nconst FreshdeskStore_1 = __webpack_require__(/*! src/Common/Freshdesk/FreshdeskStore */ \"./src/Common/Freshdesk/FreshdeskStore.ts\");\nconst splitted = window.location.hostname.split('.');\nsplitted.shift();\nconst APP_DOMAIN = splitted.length === 0 ? 'localhost' : `.${splitted.join('.')}`;\nexports.nonRedirectableRoutes = [\n    routeConstants_2.ACCOUNT_LOGIN_PAGE_URL,\n    routeConstants_2.ACCOUNT_LOGIN_PAGE_ENTER_PIN_URL,\n    routeConstants_1.ACCOUNT_REGISTRATION_PAGE_URL,\n    routeConstants_1.ACCOUNT_REGISTRATION_PIN_PAGE_URL,\n    routeConstants_1.ACCOUNT_REGISTRATION_RE_ENTER_PIN_PAGE_URL,\n    routeConstants_2.ACCOUNT_OLD_LOGIN_PAGE_URL,\n    routeConstants_1.ACCOUNT_FORGOT_PASSWORD_PAGE_URL,\n    routeConstants_1.ACCOUNT_RESET_PASSWORD_PAGE_URL,\n    routeConstants_1.ACCOUNT_RECOVERY_PAGE_URL,\n    routeConstants_1.STATIC_ROUTER\n];\nclass AuthStore {\n    constructor() {\n        this.isAuthenticated = false;\n        this.loginFailed = false;\n        this.hasValidateToken = false;\n        this.isAccountApp = _env_1.ACCOUNT_APP_URL.indexOf(window.location.origin) > -1;\n        this.setUserProfile = user => {\n            this.userProfile = user;\n        };\n        this.loginUrl = (queryString = window.location.search, redirectUrl = window.location.href, service = SiteStore_1.siteStore.getSiteId()) => {\n            let query;\n            if (typeof queryString === 'string') {\n                query = queryString && queryString.indexOf('?') === 0 ? queryString.slice(1) : queryString;\n            }\n            else if (typeof queryString === 'object') {\n                query = qs.stringify(queryString);\n            }\n            const stringifiedQueryString = qs.stringify(_.omitBy(Object.assign({}, qs.parse(query), { service: service ? service.toString() : '', redirect: this.isAccountApp\n                    ? redirectUrl\n                    : auth_1.authUrlTemplate({\n                        origin: window.location.origin,\n                        search: qs.stringify({\n                            redirect: redirectUrl\n                        })\n                    }) }), _.isEmpty));\n            const finalQueryString = stringifiedQueryString.length > 0 ? `?${stringifiedQueryString}` : '';\n            if (this.isAccountApp) {\n                return `${routeConstants_2.ACCOUNT_LOGIN_PAGE_URL}${finalQueryString}`;\n            }\n            else {\n                return `${_env_1.ACCOUNT_APP_URL}${routeConstants_2.ACCOUNT_LOGIN_PAGE_URL}${finalQueryString}`;\n            }\n        };\n        this.requestTenantToken = (authToken) => tslib_1.__awaiter(this, void 0, void 0, function* () {\n            try {\n                const response = yield authApi_1.requestTenantTokenApi.callApi({\n                    auth_token: authToken\n                });\n                this.setJwtToken(response.data.data.access_token, response.data.data.refresh_token);\n                auth_1.requestAuthTokenAttemptClear();\n            }\n            catch (err) {\n                console.log('err: ', err);\n                auth_1.requestAuthTokenAttemptIncrement();\n            }\n        });\n        this.redirectToLogin = () => {\n            window.location.replace(this.loginUrl('', window.location.href));\n        };\n        this.refreshJwtToken = () => tslib_1.__awaiter(this, void 0, void 0, function* () {\n            try {\n                let response;\n                if (this.isAccountApp) {\n                    if (!this.getRefreshToken) {\n                        throw {\n                            refresh_token: 'Refresh token is null'\n                        };\n                    }\n                    response = yield authApi_1.refreshTokenApi.callApi({\n                        refresh_token: this.getRefreshToken\n                    });\n                }\n                else {\n                    response = yield authApi_1.refreshTenantTokenApi.callApi({\n                        refresh_token: this.getRefreshToken\n                    });\n                }\n                this.setJwtToken(response.data.data.access_token, response.data.data.refresh_token);\n                this.setLoginFailed(false);\n                this.loginFailedOrAuthenticated;\n            }\n            catch (err) {\n                this.setLoginFailed(true);\n                this.loginFailedOrAuthenticated;\n                const match = RouterStore_1.routerStore.match();\n                const dynamicRouteNonRedirectable = match && match.route && exports.nonRedirectableRoutes.includes(match.route);\n                const isNonRedirectableRoute = !exports.nonRedirectableRoutes.includes(window.location.pathname) && !dynamicRouteNonRedirectable;\n                if (!utils_1.isIframe() && isNonRedirectableRoute) {\n                    this.goToLogoutPage();\n                }\n            }\n        });\n        this.goToLogoutPage = () => {\n            window.location.replace(this.loginUrl('', window.location.href));\n            window.FreshworksWidget('logout');\n        };\n        if (this.hasToken && token_1.isTokenValid(this.getToken)) {\n            this.setHasValidateToken(true);\n        }\n        else {\n            this.clearJwtToken();\n            this.setHasValidateToken(true);\n        }\n    }\n    setHasValidateToken(bool) {\n        this.hasValidateToken = bool;\n    }\n    get loginFailedOrAuthenticated() {\n        console.log('loginFailedOrAuthenticated: ', this.loginFailed || this.isAuthenticated);\n        return this.isAuthenticated || this.loginFailed;\n    }\n    get getToken() {\n        return cookie_1.docCookies.getItem('access_token');\n        return window.localStorage.getItem('access_token');\n    }\n    get hasToken() {\n        return _.isString(cookie_1.docCookies.getItem('access_token'));\n        return _.isString(window.localStorage.getItem('access_token'));\n    }\n    get getRefreshToken() {\n        return cookie_1.docCookies.getItem('refresh_token');\n        return window.localStorage.getItem('refresh_token');\n    }\n    setJwtToken(accessToken, refreshToken) {\n        const myDate = new Date();\n        if (!this.isAccountApp) {\n            FreshdeskStore_1.freshDeskStore.authenticateCallback();\n        }\n        cookie_1.docCookies.setItem('access_token', accessToken, myDate, '/', APP_DOMAIN);\n        window.localStorage.setItem('access_token', accessToken);\n        if (refreshToken) {\n            cookie_1.docCookies.setItem('refresh_token', refreshToken, myDate, '/', APP_DOMAIN);\n            window.localStorage.setItem('refresh_token', refreshToken);\n        }\n        this.isAuthenticated = true;\n        this.hasValidateToken = true;\n    }\n    clearJwtToken() {\n        cookie_1.docCookies.removeItem('access_token', '/', APP_DOMAIN);\n        cookie_1.docCookies.removeItem('refresh_token', '/', APP_DOMAIN);\n        window.localStorage.removeItem('access_token');\n        window.localStorage.removeItem('refresh_token');\n        this.isAuthenticated = false;\n        this.hasValidateToken = false;\n    }\n    setLoginFailed(status = false) {\n        this.loginFailed = status;\n    }\n}\ntslib_1.__decorate([\n    mobx_1.observable,\n    tslib_1.__metadata(\"design:type\", Object)\n], AuthStore.prototype, \"isAuthenticated\", void 0);\ntslib_1.__decorate([\n    mobx_1.observable,\n    tslib_1.__metadata(\"design:type\", Object)\n], AuthStore.prototype, \"loginFailed\", void 0);\ntslib_1.__decorate([\n    mobx_1.observable,\n    tslib_1.__metadata(\"design:type\", Boolean)\n], AuthStore.prototype, \"hasValidateToken\", void 0);\ntslib_1.__decorate([\n    mobx_1.observable,\n    tslib_1.__metadata(\"design:type\", Object)\n], AuthStore.prototype, \"userProfile\", void 0);\ntslib_1.__decorate([\n    mobx_1.action,\n    tslib_1.__metadata(\"design:type\", Object)\n], AuthStore.prototype, \"setUserProfile\", void 0);\ntslib_1.__decorate([\n    mobx_1.action,\n    tslib_1.__metadata(\"design:type\", Function),\n    tslib_1.__metadata(\"design:paramtypes\", [Boolean]),\n    tslib_1.__metadata(\"design:returntype\", void 0)\n], AuthStore.prototype, \"setHasValidateToken\", null);\ntslib_1.__decorate([\n    mobx_1.computed,\n    tslib_1.__metadata(\"design:type\", Object),\n    tslib_1.__metadata(\"design:paramtypes\", [])\n], AuthStore.prototype, \"loginFailedOrAuthenticated\", null);\ntslib_1.__decorate([\n    mobx_1.action,\n    tslib_1.__metadata(\"design:type\", Function),\n    tslib_1.__metadata(\"design:paramtypes\", [Object, String]),\n    tslib_1.__metadata(\"design:returntype\", void 0)\n], AuthStore.prototype, \"setJwtToken\", null);\ntslib_1.__decorate([\n    mobx_1.action,\n    tslib_1.__metadata(\"design:type\", Function),\n    tslib_1.__metadata(\"design:paramtypes\", []),\n    tslib_1.__metadata(\"design:returntype\", void 0)\n], AuthStore.prototype, \"clearJwtToken\", null);\ntslib_1.__decorate([\n    mobx_1.action,\n    tslib_1.__metadata(\"design:type\", Function),\n    tslib_1.__metadata(\"design:paramtypes\", [Object]),\n    tslib_1.__metadata(\"design:returntype\", void 0)\n], AuthStore.prototype, \"setLoginFailed\", null);\ntslib_1.__decorate([\n    mobx_1.action,\n    tslib_1.__metadata(\"design:type\", Object)\n], AuthStore.prototype, \"refreshJwtToken\", void 0);\nexports.AuthStore = AuthStore;\nexports.authStore = new AuthStore();\n\n\n//# sourceURL=webpack:///./src/Common/stores/mobx/AuthStore.ts?");

/***/ }),

/***/ "./src/Common/stores/mobx/AuthorizationStore.ts":
/*!******************************************************!*\
  !*** ./src/Common/stores/mobx/AuthorizationStore.ts ***!
  \******************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {

"use strict";
eval("\nObject.defineProperty(exports, \"__esModule\", { value: true });\nconst tslib_1 = __webpack_require__(/*! tslib */ \"./node_modules/tslib/tslib.es6.js\");\nconst _ = __webpack_require__(/*! lodash */ \"./node_modules/lodash/lodash.js\");\nconst mobx_1 = __webpack_require__(/*! mobx */ \"./node_modules/mobx/lib/mobx.module.js\");\nconst routerStore_1 = __webpack_require__(/*! src/Common/routerStore */ \"./src/Common/routerStore.ts\");\nconst ApiStore_1 = __webpack_require__(/*! src/Common/stores/mobx/ApiStore */ \"./src/Common/stores/mobx/ApiStore.ts\");\nconst CandidateManagerPermission_1 = __webpack_require__(/*! src/Common/stores/mobx/CandidateManagerPermission */ \"./src/Common/stores/mobx/CandidateManagerPermission.ts\");\nconst MyPermissionStore_1 = __webpack_require__(/*! src/Common/stores/mobx/MyPermissionStore */ \"./src/Common/stores/mobx/MyPermissionStore.ts\");\nconst auth_1 = __webpack_require__(/*! src/Common/utils/auth */ \"./src/Common/utils/auth.ts\");\nconst AuthStore_1 = __webpack_require__(/*! ./AuthStore */ \"./src/Common/stores/mobx/AuthStore.ts\");\nconst SiteStore_1 = __webpack_require__(/*! ./SiteStore */ \"./src/Common/stores/mobx/SiteStore.ts\");\nconst lodash_1 = __webpack_require__(/*! lodash */ \"./node_modules/lodash/lodash.js\");\nconst routeConstants_1 = __webpack_require__(/*! src/Accounts/constants/routeConstants */ \"./src/Accounts/constants/routeConstants.ts\");\nclass AuthorizationStore extends ApiStore_1.ApiStore {\n    constructor() {\n        super(SiteStore_1.siteStore.isAccountApp ? '/api/auth/myPermission' : '/api/tenant/v2/myPermission');\n        this.hasCandidateManagerPermissionAuthorizationStore = (candidateManagerPermission) => {\n            if (this.isAnyAdmin) {\n                return true;\n            }\n            else {\n                const permission = _.find(CandidateManagerPermission_1.candidateManagerPermissionStore.tabs, {\n                    value: candidateManagerPermission\n                });\n                return _.get(permission, 'active');\n            }\n        };\n        this.checkOnAuthenticated = () => tslib_1.__awaiter(this, void 0, void 0, function* () {\n            if (AuthStore_1.authStore.isAuthenticated && !lodash_1.includes(window.location.href, routeConstants_1.ACCOUNT_RESET_PASSWORD)) {\n                if (auth_1.isSessionBasedSite(window.location.origin)) {\n                    return;\n                }\n                try {\n                    yield this.callApi();\n                    let client_id = null;\n                    if (this.data && this.data.hasOwnProperty('client_id') && !_.isNil(this.data.client_id)) {\n                        client_id = this.data.client_id;\n                    }\n                    else {\n                        client_id = _.get(routerStore_1.routerStore, 'params.client_id', null);\n                    }\n                    MyPermissionStore_1.myPermissionStore.setData(this.data);\n                }\n                catch (e) {\n                }\n            }\n            else {\n                this.clearAllState();\n            }\n        });\n        this.checkOnAuthenticated();\n        mobx_1.reaction(() => AuthStore_1.authStore.isAuthenticated, () => {\n            this.checkOnAuthenticated();\n        });\n    }\n    get isSuperAdmin() {\n        return !!_.find(this.roles, {\n            name: 'SUPER_ADMIN'\n        });\n    }\n    get isHostAdmin() {\n        return !!_.find(this.roles, {\n            name: 'HOST_ADMIN'\n        });\n    }\n    get isAdmin() {\n        return this.isSuperAdmin || this.isHostAdmin;\n    }\n    get isAnyAdmin() {\n        return this.isSuperAdmin || this.isHostAdmin || this.isClientAdmin;\n    }\n    get isClientAdmin() {\n        const clients = _.find(this.roles, o => o.name.includes('CLIENT_ADMIN'));\n        if (clients) {\n            const splitted = clients.name.split('?');\n            const queryStringSplitted = splitted[1].split('=');\n            if (queryStringSplitted[0] === 'client_id') {\n                return queryStringSplitted[1];\n            }\n        }\n        return false;\n    }\n    get isCandidate() {\n        return !this.roles.length;\n    }\n    get roles() {\n        return _.get(this.data, 'roles', []);\n    }\n    hasAccess(roleName) {\n        if (typeof roleName === 'string') {\n            if (this.roles.length > -1) {\n                return !!_.find(this.roles, { name: roleName });\n            }\n        }\n        else {\n            if (this.roles.length > -1) {\n                return !!_.find(this.roles, o => _.includes(roleName, o.name));\n            }\n        }\n        return false;\n    }\n}\ntslib_1.__decorate([\n    mobx_1.computed,\n    tslib_1.__metadata(\"design:type\", Object),\n    tslib_1.__metadata(\"design:paramtypes\", [])\n], AuthorizationStore.prototype, \"isSuperAdmin\", null);\ntslib_1.__decorate([\n    mobx_1.computed,\n    tslib_1.__metadata(\"design:type\", Object),\n    tslib_1.__metadata(\"design:paramtypes\", [])\n], AuthorizationStore.prototype, \"isHostAdmin\", null);\ntslib_1.__decorate([\n    mobx_1.computed,\n    tslib_1.__metadata(\"design:type\", Object),\n    tslib_1.__metadata(\"design:paramtypes\", [])\n], AuthorizationStore.prototype, \"isAdmin\", null);\ntslib_1.__decorate([\n    mobx_1.computed,\n    tslib_1.__metadata(\"design:type\", Object),\n    tslib_1.__metadata(\"design:paramtypes\", [])\n], AuthorizationStore.prototype, \"isAnyAdmin\", null);\ntslib_1.__decorate([\n    mobx_1.computed,\n    tslib_1.__metadata(\"design:type\", Object),\n    tslib_1.__metadata(\"design:paramtypes\", [])\n], AuthorizationStore.prototype, \"isClientAdmin\", null);\ntslib_1.__decorate([\n    mobx_1.computed,\n    tslib_1.__metadata(\"design:type\", Object),\n    tslib_1.__metadata(\"design:paramtypes\", [])\n], AuthorizationStore.prototype, \"isCandidate\", null);\ntslib_1.__decorate([\n    mobx_1.computed,\n    tslib_1.__metadata(\"design:type\", Object),\n    tslib_1.__metadata(\"design:paramtypes\", [])\n], AuthorizationStore.prototype, \"roles\", null);\nexports.AuthorizationStore = AuthorizationStore;\nexports.authorizationStore = new AuthorizationStore();\n\n\n//# sourceURL=webpack:///./src/Common/stores/mobx/AuthorizationStore.ts?");

/***/ }),

/***/ "./src/Common/stores/mobx/CandidateManagerPermission.ts":
/*!**************************************************************!*\
  !*** ./src/Common/stores/mobx/CandidateManagerPermission.ts ***!
  \**************************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {

"use strict";
eval("\nObject.defineProperty(exports, \"__esModule\", { value: true });\nconst tslib_1 = __webpack_require__(/*! tslib */ \"./node_modules/tslib/tslib.es6.js\");\nconst mobx_1 = __webpack_require__(/*! mobx */ \"./node_modules/mobx/lib/mobx.module.js\");\nconst _ = __webpack_require__(/*! lodash */ \"./node_modules/lodash/lodash.js\");\nclass CandidateManagerPermissionStore {\n    constructor() {\n        this.setData = candidateManagerPermission => {\n            this.candidateManagerPermission = candidateManagerPermission;\n        };\n    }\n    get tabs() {\n        return _.get(this.candidateManagerPermission, 'tabs', []);\n    }\n}\ntslib_1.__decorate([\n    mobx_1.observable,\n    tslib_1.__metadata(\"design:type\", Object)\n], CandidateManagerPermissionStore.prototype, \"candidateManagerPermission\", void 0);\ntslib_1.__decorate([\n    mobx_1.computed,\n    tslib_1.__metadata(\"design:type\", Object),\n    tslib_1.__metadata(\"design:paramtypes\", [])\n], CandidateManagerPermissionStore.prototype, \"tabs\", null);\ntslib_1.__decorate([\n    mobx_1.action,\n    tslib_1.__metadata(\"design:type\", Object)\n], CandidateManagerPermissionStore.prototype, \"setData\", void 0);\nexports.CandidateManagerPermissionStore = CandidateManagerPermissionStore;\nexports.candidateManagerPermissionStore = new CandidateManagerPermissionStore();\n\n\n//# sourceURL=webpack:///./src/Common/stores/mobx/CandidateManagerPermission.ts?");

/***/ }),

/***/ "./src/Common/stores/mobx/CoreStore.ts":
/*!*********************************************!*\
  !*** ./src/Common/stores/mobx/CoreStore.ts ***!
  \*********************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {

"use strict";
eval("\nObject.defineProperty(exports, \"__esModule\", { value: true });\nconst tslib_1 = __webpack_require__(/*! tslib */ \"./node_modules/tslib/tslib.es6.js\");\nconst mobx_1 = __webpack_require__(/*! mobx */ \"./node_modules/mobx/lib/mobx.module.js\");\nclass CoreStore {\n    constructor() {\n        this.isRequested = false;\n        this.isLoading = false;\n        this.isFailure = false;\n        this.isSuccess = false;\n        this.isCompleted = false;\n        this.error = undefined;\n        this.startAsync = () => {\n            this.isRequested = false;\n            this.isLoading = true;\n            this.isFailure = false;\n            this.isSuccess = false;\n        };\n        this.endAsync = () => {\n            this.isRequested = true;\n            this.isLoading = false;\n        };\n        this.resetStatus = () => {\n            this.isRequested = false;\n            this.isLoading = false;\n            this.isFailure = false;\n            this.isSuccess = false;\n            this.isCompleted = false;\n            this.error = undefined;\n        };\n    }\n}\ntslib_1.__decorate([\n    mobx_1.observable,\n    tslib_1.__metadata(\"design:type\", Object)\n], CoreStore.prototype, \"isRequested\", void 0);\ntslib_1.__decorate([\n    mobx_1.observable,\n    tslib_1.__metadata(\"design:type\", Object)\n], CoreStore.prototype, \"isLoading\", void 0);\ntslib_1.__decorate([\n    mobx_1.observable,\n    tslib_1.__metadata(\"design:type\", Object)\n], CoreStore.prototype, \"isFailure\", void 0);\ntslib_1.__decorate([\n    mobx_1.observable,\n    tslib_1.__metadata(\"design:type\", Object)\n], CoreStore.prototype, \"isSuccess\", void 0);\ntslib_1.__decorate([\n    mobx_1.observable,\n    tslib_1.__metadata(\"design:type\", Object)\n], CoreStore.prototype, \"isCompleted\", void 0);\ntslib_1.__decorate([\n    mobx_1.observable,\n    tslib_1.__metadata(\"design:type\", Object)\n], CoreStore.prototype, \"error\", void 0);\ntslib_1.__decorate([\n    mobx_1.action,\n    tslib_1.__metadata(\"design:type\", Object)\n], CoreStore.prototype, \"startAsync\", void 0);\ntslib_1.__decorate([\n    mobx_1.action,\n    tslib_1.__metadata(\"design:type\", Object)\n], CoreStore.prototype, \"endAsync\", void 0);\ntslib_1.__decorate([\n    mobx_1.action,\n    tslib_1.__metadata(\"design:type\", Object)\n], CoreStore.prototype, \"resetStatus\", void 0);\nexports.CoreStore = CoreStore;\n\n\n//# sourceURL=webpack:///./src/Common/stores/mobx/CoreStore.ts?");

/***/ }),

/***/ "./src/Common/stores/mobx/FormStore.ts":
/*!*********************************************!*\
  !*** ./src/Common/stores/mobx/FormStore.ts ***!
  \*********************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {

"use strict";
eval("\nObject.defineProperty(exports, \"__esModule\", { value: true });\nconst tslib_1 = __webpack_require__(/*! tslib */ \"./node_modules/tslib/tslib.es6.js\");\nconst _ = __webpack_require__(/*! lodash */ \"./node_modules/lodash/lodash.js\");\nconst mobx_react_form_1 = __webpack_require__(/*! mobx-react-form */ \"./node_modules/mobx-react-form/lib/index.js\");\nconst validatorJs = __webpack_require__(/*! validatorjs */ \"./node_modules/validatorjs/src/validator.js\");\nconst ajv = __webpack_require__(/*! ajv */ \"./node_modules/ajv/lib/ajv.js\");\nconst Message_1 = __webpack_require__(/*! src/Common/Axiata/components/Message */ \"./src/Common/Axiata/components/Message.tsx\");\nconst i18next_1 = __webpack_require__(/*! i18next */ \"./node_modules/i18next/dist/esm/i18next.js\");\n__webpack_require__(/*! src/translations/i18n */ \"./src/translations/i18n.ts\");\nconst i18n_1 = __webpack_require__(/*! src/translations/i18n */ \"./src/translations/i18n.ts\");\nconst _env_1 = __webpack_require__(/*! @env */ \"./env.ts\");\nexports.message = {\n    showSuccessMessage: (res, defaultMessage = `${i18next_1.default.t('success')}!`) => {\n        if (typeof res === 'string') {\n            return Message_1.Message.success(res);\n        }\n        return Message_1.Message.success(defaultMessage);\n    },\n    showErrorMessage: (err, defaultMessage = `${i18next_1.default.t('failure')}!!`) => {\n        if (typeof err === 'string') {\n            return Message_1.Message.error(err);\n        }\n        else if (err && typeof err.response === 'object') {\n            console.error('[showErrorMessage]', err.response);\n            const errors = _.get(err.response, 'data.errors', []);\n            if (typeof errors === 'string') {\n                return Message_1.Message.error(errors);\n            }\n            else {\n                const errorValues = _.values(errors);\n                _.forEach(errorValues, e => _.isString(e) && Message_1.Message.error(e || defaultMessage));\n                return errorValues.join(' ') || defaultMessage;\n            }\n        }\n        return Message_1.Message.error(defaultMessage);\n    }\n};\nclass FormStore extends mobx_react_form_1.Form {\n    constructor(arg1, arg2) {\n        super(arg1, _.merge({ options: { validateOnChange: true } }, arg2));\n        this.message = exports.message;\n        this.reInit = (clearDefaults = false) => {\n            if (clearDefaults) {\n                this.clearDefaults();\n            }\n            this.reset();\n            this.showErrors(false);\n        };\n        this.updateInitials = (formData) => {\n            const newFormData = Object.assign({}, formData);\n            const fields = this.get();\n            const updateExistingFields = _.mapValues(fields, (field, key) => {\n                const value = _.get(formData, key, '');\n                _.unset(newFormData, key);\n                return Object.assign({}, field, { value, default: value, initial: value });\n            });\n            this.init(Object.assign({}, updateExistingFields, newFormData));\n        };\n        this.setDefaultEmpty = (field, deep = true) => {\n            field.set('default', '');\n            if (deep) {\n                field.each(selectField => this.setDefaultEmpty(selectField));\n            }\n        };\n        this.clearDefaults = (path, deep = true) => {\n            if (path) {\n                const selectedField = this.select(path);\n                this.setDefaultEmpty(selectedField, deep);\n            }\n            else {\n                this.each(field => {\n                    this.setDefaultEmpty(field, deep);\n                });\n            }\n        };\n    }\n    plugins() {\n        return {\n            svk: ajv,\n            dvr: {\n                package: validatorJs,\n                extend: $validator => {\n                    const lang = i18n_1.languageChange.language;\n                    $validator.useLang(lang);\n                    if (lang === 'tr' || lang === 'en')\n                        return $validator.useLang(lang);\n                    else\n                        return $validator.useLang(_env_1.DEFAULT_LANGUAGE);\n                }\n            }\n        };\n    }\n    hooks() {\n        return {\n            onSuccess: (form) => tslib_1.__awaiter(this, void 0, void 0, function* () {\n                const onSubmit = _.get(form.$handlers, 'onSubmit');\n                if (onSubmit) {\n                    try {\n                        yield onSubmit(form)(form.values());\n                        return Promise.resolve();\n                    }\n                    catch (error) {\n                        const validationErrors = _.get(error, 'response.data.errors', {});\n                        if (_.isObject(validationErrors)) {\n                            _.each(validationErrors, (validationError, key) => {\n                                if (this.has(key)) {\n                                    this.select(key).invalidate(validationError);\n                                }\n                            });\n                        }\n                        return Promise.reject(error);\n                    }\n                }\n            }),\n            onError: (form) => {\n                const errors = _.compact(_.values(form.errors()));\n                _.each(errors, (errorMsg) => {\n                    if (_.isString(errorMsg)) {\n                        exports.message.showErrorMessage(undefined, errorMsg);\n                    }\n                });\n            }\n        };\n    }\n}\nexports.FormStore = FormStore;\n\n\n//# sourceURL=webpack:///./src/Common/stores/mobx/FormStore.ts?");

/***/ }),

/***/ "./src/Common/stores/mobx/HostClientStore.ts":
/*!***************************************************!*\
  !*** ./src/Common/stores/mobx/HostClientStore.ts ***!
  \***************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {

"use strict";
eval("\nObject.defineProperty(exports, \"__esModule\", { value: true });\nconst tslib_1 = __webpack_require__(/*! tslib */ \"./node_modules/tslib/tslib.es6.js\");\nconst mobx_1 = __webpack_require__(/*! mobx */ \"./node_modules/mobx/lib/mobx.module.js\");\nconst ApiStore_1 = __webpack_require__(/*! src/Common/stores/mobx/ApiStore */ \"./src/Common/stores/mobx/ApiStore.ts\");\nconst _ = __webpack_require__(/*! lodash */ \"./node_modules/lodash/lodash.js\");\nconst env = __webpack_require__(/*! @env */ \"./env.ts\");\nclass HostClientStore extends ApiStore_1.ApiStore {\n    constructor() {\n        super('/api/clients/getHostClient');\n        this.callApiAndSave = (candidate_id, journey_unique_token, callback) => tslib_1.__awaiter(this, void 0, void 0, function* () {\n            try {\n                const hostLogo = window.localStorage.getItem('host_logo_url');\n                yield this.callApi({ candidate_id, journey_unique_token });\n                if (hostLogo !== this.logo) {\n                    window.localStorage.setItem('host_logo_url', this.logo);\n                }\n                if (callback)\n                    callback();\n            }\n            catch (e) {\n                console.error('[error] Failed to get host info: ', e);\n            }\n        });\n    }\n    get logo() {\n        return _.get(this.data, 'logo_url');\n    }\n    get getIsUsingClientLogo() {\n        return _.get(this.data, 'use_client_logo', false);\n    }\n    get clientId() {\n        return this.data ? this.data.id : _.get(env, 'HOST_CLIENT_ID', 1);\n    }\n}\ntslib_1.__decorate([\n    mobx_1.computed,\n    tslib_1.__metadata(\"design:type\", Object),\n    tslib_1.__metadata(\"design:paramtypes\", [])\n], HostClientStore.prototype, \"logo\", null);\ntslib_1.__decorate([\n    mobx_1.computed,\n    tslib_1.__metadata(\"design:type\", Object),\n    tslib_1.__metadata(\"design:paramtypes\", [])\n], HostClientStore.prototype, \"getIsUsingClientLogo\", null);\ntslib_1.__decorate([\n    mobx_1.computed,\n    tslib_1.__metadata(\"design:type\", Object),\n    tslib_1.__metadata(\"design:paramtypes\", [])\n], HostClientStore.prototype, \"clientId\", null);\nexports.HostClientStore = HostClientStore;\nexports.hostClientStore = new HostClientStore();\n\n\n//# sourceURL=webpack:///./src/Common/stores/mobx/HostClientStore.ts?");

/***/ }),

/***/ "./src/Common/stores/mobx/MyPermissionStore.ts":
/*!*****************************************************!*\
  !*** ./src/Common/stores/mobx/MyPermissionStore.ts ***!
  \*****************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {

"use strict";
eval("\nObject.defineProperty(exports, \"__esModule\", { value: true });\nconst tslib_1 = __webpack_require__(/*! tslib */ \"./node_modules/tslib/tslib.es6.js\");\nconst mobx_1 = __webpack_require__(/*! mobx */ \"./node_modules/mobx/lib/mobx.module.js\");\nconst _ = __webpack_require__(/*! lodash */ \"./node_modules/lodash/lodash.js\");\nclass MyPermissionStore {\n    constructor() {\n        this.setData = myPermissionData => {\n            this.myPermissionData = myPermissionData;\n        };\n    }\n    get roles() {\n        return _.get(this.myPermissionData, 'roles', []);\n    }\n    get hasPermissionData() {\n        return !!this.myPermissionData;\n    }\n    get hasPermissionPolicy() {\n        const items = [];\n        this.roles &&\n            _.forEach(this.roles, item => {\n                items.push(!_.isEmpty(item.permissions));\n            });\n        return items.indexOf(true) === 0;\n    }\n}\ntslib_1.__decorate([\n    mobx_1.observable,\n    tslib_1.__metadata(\"design:type\", Object)\n], MyPermissionStore.prototype, \"myPermissionData\", void 0);\ntslib_1.__decorate([\n    mobx_1.computed,\n    tslib_1.__metadata(\"design:type\", Object),\n    tslib_1.__metadata(\"design:paramtypes\", [])\n], MyPermissionStore.prototype, \"roles\", null);\ntslib_1.__decorate([\n    mobx_1.action,\n    tslib_1.__metadata(\"design:type\", Object)\n], MyPermissionStore.prototype, \"setData\", void 0);\ntslib_1.__decorate([\n    mobx_1.computed,\n    tslib_1.__metadata(\"design:type\", Object),\n    tslib_1.__metadata(\"design:paramtypes\", [])\n], MyPermissionStore.prototype, \"hasPermissionData\", null);\ntslib_1.__decorate([\n    mobx_1.computed,\n    tslib_1.__metadata(\"design:type\", Object),\n    tslib_1.__metadata(\"design:paramtypes\", [])\n], MyPermissionStore.prototype, \"hasPermissionPolicy\", null);\nexports.MyPermissionStore = MyPermissionStore;\nexports.myPermissionStore = new MyPermissionStore();\n\n\n//# sourceURL=webpack:///./src/Common/stores/mobx/MyPermissionStore.ts?");

/***/ }),

/***/ "./src/Common/stores/mobx/QuadrantStore.ts":
/*!*************************************************!*\
  !*** ./src/Common/stores/mobx/QuadrantStore.ts ***!
  \*************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {

"use strict";
eval("\nObject.defineProperty(exports, \"__esModule\", { value: true });\nconst tslib_1 = __webpack_require__(/*! tslib */ \"./node_modules/tslib/tslib.es6.js\");\nconst _ = __webpack_require__(/*! lodash */ \"./node_modules/lodash/lodash.js\");\nconst mobx_1 = __webpack_require__(/*! mobx */ \"./node_modules/mobx/lib/mobx.module.js\");\nconst quadrantsApi_1 = __webpack_require__(/*! src/Common/api/quadrantsApi */ \"./src/Common/api/quadrantsApi.ts\");\nconst routerStore_1 = __webpack_require__(/*! src/Common/routerStore */ \"./src/Common/routerStore.ts\");\nclass QuadrantStore {\n    constructor() {\n        this.quadrantUpdateIndex = 0;\n        this.defaultQuadrants = {\n            Leadership: { value: 'Leadership', category_code: 'leadership', isDefaultValue: true, abbreviation: () => 'L' },\n            Agility: { value: 'Agility', category_code: 'Agility', isDefaultValue: true, abbreviation: () => 'A' },\n            'Cultural Fit': {\n                value: 'Cultural Fit',\n                category_code: 'Cultural Fit',\n                isDefaultValue: true,\n                abbreviation: () => 'CF'\n            },\n            'Technical / Functional': {\n                value: 'Skills',\n                category_code: 'Skills',\n                isDefaultValue: true,\n                abbreviation: () => 'S'\n            }\n        };\n        this.quadrants = this.defaultQuadrants;\n        this.setCategories = categories => (this.categories = categories);\n        this.setIsLoading = isLoading => (this.isLoading = isLoading);\n        this.setQuadrants = quadrants => {\n            if (!_.isNil(quadrants)) {\n                this.quadrants = quadrants;\n                this.quadrants = Object.entries(this.quadrants).reduce((acc, [key, value]) => {\n                    value.abbreviation = () => this.getAbbreviation(key);\n                    return Object.assign({}, acc, { [key]: Object.assign({}, acc[key], value) });\n                }, {});\n                this.quadrantUpdateIndex++;\n            }\n        };\n        this.changeToFormulaEngineTree = (dataset) => {\n            const tree = Object.create(null);\n            const dataTree = [];\n            dataset && dataset.forEach((data) => (tree[data.id] = Object.assign({}, data, { children: [] })));\n            dataset &&\n                dataset.forEach((data) => {\n                    if (data.parent_id)\n                        tree[data.parent_id].children.push(tree[data.id]);\n                    else\n                        dataTree.push(tree[data.id]);\n                });\n            return dataTree;\n        };\n    }\n    getAbbreviation(quadrantType) {\n        if (!_.isNil(this.quadrants) && !_.isNil(this.quadrants[quadrantType])) {\n            const value = this.quadrants[quadrantType].value;\n            if (!_.isNil(value)) {\n                const matches = value.match(/\\b(\\w)/g);\n                const abbreviation = matches.join('');\n                return abbreviation;\n            }\n        }\n        return '--';\n    }\n    getCategories() {\n        return tslib_1.__awaiter(this, void 0, void 0, function* () {\n            this.setIsLoading(true);\n            const response = yield quadrantsApi_1.getCategoriesApi.callApi({ client_id: routerStore_1.routerStore.params.client_id });\n            if (response && response.hasOwnProperty('status') && response.status === 200) {\n                this.setCategories(_.get(response, 'data.data', []));\n            }\n            this.setIsLoading(false);\n        });\n    }\n    get getCategoriesAsOptions() {\n        return _.map(this.categories, c => ({\n            value: c.code,\n            label: `${c.name} (${c.code})`,\n            name: c.name\n        }));\n    }\n    get quadrantsValuesAsArray() {\n        const quadrants = [];\n        for (const k in this.quadrants) {\n            quadrants.push(this.quadrants[k].value);\n        }\n        return quadrants;\n    }\n    get getLeadership() {\n        return !_.isNil(_.get(this.quadrants, 'Leadership.value', null))\n            ? this.quadrants.Leadership\n            : { value: 'Leadership', category_code: 'leadership', isDefaultValue: true, abbreviation: () => 'L' };\n    }\n    get getAgility() {\n        return !_.isNil(_.get(this.quadrants, 'Agility.value', null))\n            ? this.quadrants.Agility\n            : { value: 'Agility', category_code: 'Agility', isDefaultValue: true, abbreviation: () => 'A' };\n    }\n    get getCulturalFit() {\n        return !_.isNil(_.get(this.quadrants, 'Cultural Fit.value', null))\n            ? this.quadrants['Cultural Fit']\n            : { value: 'Cultural Fit', category_code: 'Cultural Fit', isDefaultValue: true, abbreviation: () => 'CF' };\n    }\n    get getTechnicalFunctional() {\n        return !_.isNil(_.get(this.quadrants, 'Technical / Functional.value', null))\n            ? this.quadrants['Technical / Functional']\n            : { value: 'Skills', category_code: 'Skills', isDefaultValue: true, abbreviation: () => 'S' };\n    }\n}\ntslib_1.__decorate([\n    mobx_1.observable,\n    tslib_1.__metadata(\"design:type\", Array)\n], QuadrantStore.prototype, \"categories\", void 0);\ntslib_1.__decorate([\n    mobx_1.observable,\n    tslib_1.__metadata(\"design:type\", Boolean)\n], QuadrantStore.prototype, \"isLoading\", void 0);\ntslib_1.__decorate([\n    mobx_1.observable,\n    tslib_1.__metadata(\"design:type\", Object)\n], QuadrantStore.prototype, \"quadrants\", void 0);\ntslib_1.__decorate([\n    mobx_1.action,\n    tslib_1.__metadata(\"design:type\", Object)\n], QuadrantStore.prototype, \"setCategories\", void 0);\ntslib_1.__decorate([\n    mobx_1.action,\n    tslib_1.__metadata(\"design:type\", Object)\n], QuadrantStore.prototype, \"setIsLoading\", void 0);\ntslib_1.__decorate([\n    mobx_1.action,\n    tslib_1.__metadata(\"design:type\", Object)\n], QuadrantStore.prototype, \"setQuadrants\", void 0);\ntslib_1.__decorate([\n    mobx_1.computed,\n    tslib_1.__metadata(\"design:type\", Object),\n    tslib_1.__metadata(\"design:paramtypes\", [])\n], QuadrantStore.prototype, \"getCategoriesAsOptions\", null);\ntslib_1.__decorate([\n    mobx_1.computed,\n    tslib_1.__metadata(\"design:type\", Object),\n    tslib_1.__metadata(\"design:paramtypes\", [])\n], QuadrantStore.prototype, \"quadrantsValuesAsArray\", null);\ntslib_1.__decorate([\n    mobx_1.computed,\n    tslib_1.__metadata(\"design:type\", Object),\n    tslib_1.__metadata(\"design:paramtypes\", [])\n], QuadrantStore.prototype, \"getLeadership\", null);\ntslib_1.__decorate([\n    mobx_1.computed,\n    tslib_1.__metadata(\"design:type\", Object),\n    tslib_1.__metadata(\"design:paramtypes\", [])\n], QuadrantStore.prototype, \"getAgility\", null);\ntslib_1.__decorate([\n    mobx_1.computed,\n    tslib_1.__metadata(\"design:type\", Object),\n    tslib_1.__metadata(\"design:paramtypes\", [])\n], QuadrantStore.prototype, \"getCulturalFit\", null);\ntslib_1.__decorate([\n    mobx_1.computed,\n    tslib_1.__metadata(\"design:type\", Object),\n    tslib_1.__metadata(\"design:paramtypes\", [])\n], QuadrantStore.prototype, \"getTechnicalFunctional\", null);\ntslib_1.__decorate([\n    mobx_1.action,\n    tslib_1.__metadata(\"design:type\", Object)\n], QuadrantStore.prototype, \"changeToFormulaEngineTree\", void 0);\nexports.QuadrantStore = QuadrantStore;\nexports.quadrantStore = new QuadrantStore();\n\n\n//# sourceURL=webpack:///./src/Common/stores/mobx/QuadrantStore.ts?");

/***/ }),

/***/ "./src/Common/stores/mobx/RouterStore.ts":
/*!***********************************************!*\
  !*** ./src/Common/stores/mobx/RouterStore.ts ***!
  \***********************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {

"use strict";
eval("\nObject.defineProperty(exports, \"__esModule\", { value: true });\nconst tslib_1 = __webpack_require__(/*! tslib */ \"./node_modules/tslib/tslib.es6.js\");\nconst mobx_1 = __webpack_require__(/*! mobx */ \"./node_modules/mobx/lib/mobx.module.js\");\nconst mobx_react_router_1 = __webpack_require__(/*! mobx-react-router */ \"./node_modules/mobx-react-router/dist/mobx-react-router.js\");\nconst Router = __webpack_require__(/*! ruta3 */ \"./node_modules/ruta3/index.js\");\nconst _ = __webpack_require__(/*! lodash */ \"./node_modules/lodash/lodash.js\");\nconst qs = __webpack_require__(/*! qs */ \"./node_modules/qs/lib/index.js\");\nconst utils_1 = __webpack_require__(/*! src/Common/utils */ \"./src/Common/utils/index.ts\");\nclass RouterStore extends mobx_react_router_1.RouterStore {\n    constructor() {\n        super();\n        this.pushWithQueryString = path => {\n            this.push(`${path}${this.location.search}`);\n        };\n        this.router = Router();\n        this.match = () => this.router.match(window.location.pathname);\n        this.goBackWithFallback = (fallbackUrl) => {\n            if (this.history.length > 2) {\n                this.history.goBack();\n            }\n            else {\n                this.history.push(fallbackUrl);\n            }\n        };\n    }\n    get queryString() {\n        return qs.parse(this.location.search.replace('?', ''));\n    }\n    get lastSegment() {\n        return this.location.pathname.substr(this.location.pathname.lastIndexOf('/') + 1);\n    }\n    get params() {\n        return utils_1.convertPathToRouteParams(this.location.pathname);\n    }\n    assignRouteConfig(routes) {\n        _.each(_.values(routes), routeDetails => {\n            if (typeof routeDetails === 'string') {\n                const url = routeDetails;\n                this.router.addRoute(url, f => f);\n            }\n            else {\n                this.router.addRoute(routeDetails.url, routeDetails.action ? routeDetails.action : f => f);\n            }\n        });\n        mobx_1.reaction(() => this.location, () => {\n            const match = this.match();\n            if (match) {\n                match.action(this.params, this.queryString);\n            }\n        });\n        return this;\n    }\n}\ntslib_1.__decorate([\n    mobx_1.computed,\n    tslib_1.__metadata(\"design:type\", Object),\n    tslib_1.__metadata(\"design:paramtypes\", [])\n], RouterStore.prototype, \"queryString\", null);\ntslib_1.__decorate([\n    mobx_1.computed,\n    tslib_1.__metadata(\"design:type\", Object),\n    tslib_1.__metadata(\"design:paramtypes\", [])\n], RouterStore.prototype, \"lastSegment\", null);\ntslib_1.__decorate([\n    mobx_1.computed,\n    tslib_1.__metadata(\"design:type\", Object),\n    tslib_1.__metadata(\"design:paramtypes\", [])\n], RouterStore.prototype, \"params\", null);\nexports.RouterStore = RouterStore;\nexports.routerStore = new RouterStore();\nexports.resolveUrlParams = (url, params = {}, withParams = true) => {\n    const template = utils_1.convertToTemplate(url);\n    if (withParams) {\n        return template(Object.assign({}, exports.routerStore.params, params));\n    }\n    return template(params);\n};\nexports.getUrlWithQueryString = (path, param, search) => {\n    return `${exports.resolveUrlParams(path, param)}${search ? `?${search}` : ''}`;\n};\n\n\n//# sourceURL=webpack:///./src/Common/stores/mobx/RouterStore.ts?");

/***/ }),

/***/ "./src/Common/stores/mobx/SiteStore.ts":
/*!*********************************************!*\
  !*** ./src/Common/stores/mobx/SiteStore.ts ***!
  \*********************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {

"use strict";
eval("\nObject.defineProperty(exports, \"__esModule\", { value: true });\nconst tslib_1 = __webpack_require__(/*! tslib */ \"./node_modules/tslib/tslib.es6.js\");\nconst _ = __webpack_require__(/*! lodash */ \"./node_modules/lodash/lodash.js\");\nconst routes_1 = __webpack_require__(/*! src/Common/constants/routes */ \"./src/Common/constants/routes.ts\");\nconst _env_1 = __webpack_require__(/*! @env */ \"./env.ts\");\nconst mobx_1 = __webpack_require__(/*! mobx */ \"./node_modules/mobx/lib/mobx.module.js\");\nclass SiteStore {\n    constructor() {\n        this.journeyAppClientUrl = _.template(`${_env_1.JOURNEY_APP_URL}${routes_1.JOURNEY_CLIENT_PAGE_URL}`);\n        this.journeyAppTableauUrl = _.template(`${_env_1.JOURNEY_APP_URL}${routes_1.JOURNEY_TABLEAU_PAGE_URL}`);\n        this.clientAppClientUrl = _.template(`${_env_1.CLIENT_MANAGEMENT_APP_URL}${routes_1.CLIENT_MANAGEMENT_CLIENT_PAGE_URL}`);\n        this.VACAppClientUrl = _.template(`${_env_1.VAC_APP_URL}${routes_1.VAC_APP_CLIENT_PAGE_URL}`);\n        this.getSiteId = (domain = window.location.origin) => {\n            switch (domain) {\n                case _env_1.JOURNEY_APP_URL:\n                    return parseInt(_env_1.JOURNEY_APP_ID);\n                case _env_1.CLIENT_MANAGEMENT_APP_URL:\n                    return parseInt(_env_1.CLIENT_MANAGEMENT_APP_ID);\n                case _env_1.CANDIDATE_APP_URL:\n                    return parseInt(_env_1.CANDIDATE_APP_ID);\n                case _env_1.VAC_APP_URL:\n                    return parseInt(_env_1.VAC_APP_ID);\n                case _env_1.ACCESS_CONTROL_APP_URL:\n                    return parseInt(_env_1.ACCESS_CONTROL_APP_ID);\n                case _env_1.ACCOUNT_APP_URL:\n                    return 0;\n                case _env_1.LIVECODING_APP_URL:\n                    return parseInt(_env_1.LIVECODING_APP_ID);\n                default:\n                    return 0;\n            }\n        };\n        this.getApiDomain = (domain = window.location.origin) => {\n            switch (domain) {\n                case _env_1.JOURNEY_APP_URL:\n                    return _env_1.JOURNEY_API_URL;\n                case _env_1.CLIENT_MANAGEMENT_APP_URL:\n                    return _env_1.CLIENT_MANAGEMENT_API_URL;\n                case _env_1.CANDIDATE_APP_URL:\n                    return _env_1.CANDIDATE_API_URL;\n                case _env_1.VAC_APP_URL:\n                    return _env_1.VAC_API_URL;\n                case _env_1.ACCOUNT_APP_URL:\n                    return _env_1.ACCOUNT_API_URL;\n                case _env_1.ACCESS_CONTROL_APP_URL:\n                    return _env_1.ACCESS_CONTROL_API_URL;\n                default:\n                    return undefined;\n            }\n        };\n        this.getClientPageUrl = (domain, clientId) => {\n            if (!clientId) {\n                throw new Error('[Class SiteStore]: clientId is not provided');\n            }\n            switch (this.getSiteId(domain)) {\n                case parseInt(_env_1.JOURNEY_APP_ID):\n                    return this.journeyAppClientUrl({\n                        client_id: clientId\n                    });\n                case parseInt(_env_1.CLIENT_MANAGEMENT_APP_ID):\n                    return this.clientAppClientUrl({ clientId });\n                case parseInt(_env_1.VAC_APP_ID):\n                    return this.VACAppClientUrl({ clientId });\n                default:\n                    console.warn('[Class SiteStore]: your current site id is not legible to get the client page url, please add them in env file.');\n                    return null;\n            }\n        };\n        this.getJourneyPageUrl = (clientId, journeyId) => {\n            if (!clientId) {\n                throw new Error('[Class SiteStore]: clientId is not provided');\n            }\n            if (!journeyId) {\n                throw new Error('[Class SiteStore]: journeyId is not provided');\n            }\n            return this.journeyAppTableauUrl({\n                client_id: clientId,\n                journey_id: journeyId\n            });\n        };\n        this.isAccountApp = _env_1.ACCOUNT_APP_URL.indexOf(window.location.origin) > -1;\n        this.siteId = this.getSiteId();\n    }\n    get isJourney() {\n        const origin = window.location.origin;\n        return origin.includes('journey') || origin.includes('4003');\n    }\n    get isCandidateApp() {\n        const origin = window.location.origin;\n        return origin.includes('candidate') || origin.includes('4005');\n    }\n}\ntslib_1.__decorate([\n    mobx_1.computed,\n    tslib_1.__metadata(\"design:type\", Object),\n    tslib_1.__metadata(\"design:paramtypes\", [])\n], SiteStore.prototype, \"isJourney\", null);\ntslib_1.__decorate([\n    mobx_1.computed,\n    tslib_1.__metadata(\"design:type\", Object),\n    tslib_1.__metadata(\"design:paramtypes\", [])\n], SiteStore.prototype, \"isCandidateApp\", null);\nexports.siteStore = new SiteStore();\n\n\n//# sourceURL=webpack:///./src/Common/stores/mobx/SiteStore.ts?");

/***/ }),

/***/ "./src/Common/stores/mobx/ThemeStore.ts":
/*!**********************************************!*\
  !*** ./src/Common/stores/mobx/ThemeStore.ts ***!
  \**********************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {

"use strict";
eval("\nObject.defineProperty(exports, \"__esModule\", { value: true });\nconst tslib_1 = __webpack_require__(/*! tslib */ \"./node_modules/tslib/tslib.es6.js\");\nconst mobx_1 = __webpack_require__(/*! mobx */ \"./node_modules/mobx/lib/mobx.module.js\");\nconst themes_1 = __webpack_require__(/*! src/Common/constants/themes */ \"./src/Common/constants/themes.ts\");\nconst _env_1 = __webpack_require__(/*! @env */ \"./env.ts\");\nconst lodash_1 = __webpack_require__(/*! lodash */ \"./node_modules/lodash/lodash.js\");\nclass ThemeStore {\n    constructor() {\n        this.selectedTheme = _env_1.DEFAULT_THEME;\n        this.reverseIconText = (textIcon1, textIcon2) => {\n            if (this.checkIfDarkTheme)\n                return lodash_1.reverse([textIcon1, textIcon2]);\n            else\n                return [textIcon1, textIcon2];\n        };\n        this.tableSkeletonLight = (oriRadius) => {\n            return this.checkIfDarkTheme ? oriRadius : '0';\n        };\n        this.lightColorSwap = (original, lightVer) => {\n            return this.checkIfDarkTheme ? original : lightVer;\n        };\n        this.changeBodyClassName = (theme) => {\n            this.selectedTheme = theme;\n            document.body.className = theme;\n        };\n        this.setSelectedTheme = (theme) => tslib_1.__awaiter(this, void 0, void 0, function* () {\n            this.changeBodyClassName(theme);\n        });\n    }\n    get getSelectedTheme() {\n        return this.selectedTheme;\n    }\n    get checkIfDarkTheme() {\n        return this.getSelectedTheme !== themes_1.ThemeNames.ACCENDO_LIGHT;\n    }\n    get returnPrimaryText() {\n        return this.checkIfDarkTheme ? 'primary' : 'secondary';\n    }\n    get returnNotPrimaryText() {\n        return this.checkIfDarkTheme ? 'secondary' : 'primary';\n    }\n    get returnSecondary() {\n        return this.checkIfDarkTheme ? 'transparent' : 'secondary';\n    }\n    get returnInfoText() {\n        return this.checkIfDarkTheme ? 'info' : undefined;\n    }\n}\ntslib_1.__decorate([\n    mobx_1.observable,\n    tslib_1.__metadata(\"design:type\", Object)\n], ThemeStore.prototype, \"selectedTheme\", void 0);\ntslib_1.__decorate([\n    mobx_1.computed,\n    tslib_1.__metadata(\"design:type\", Object),\n    tslib_1.__metadata(\"design:paramtypes\", [])\n], ThemeStore.prototype, \"getSelectedTheme\", null);\ntslib_1.__decorate([\n    mobx_1.computed,\n    tslib_1.__metadata(\"design:type\", Object),\n    tslib_1.__metadata(\"design:paramtypes\", [])\n], ThemeStore.prototype, \"checkIfDarkTheme\", null);\ntslib_1.__decorate([\n    mobx_1.computed,\n    tslib_1.__metadata(\"design:type\", Object),\n    tslib_1.__metadata(\"design:paramtypes\", [])\n], ThemeStore.prototype, \"returnPrimaryText\", null);\ntslib_1.__decorate([\n    mobx_1.computed,\n    tslib_1.__metadata(\"design:type\", Object),\n    tslib_1.__metadata(\"design:paramtypes\", [])\n], ThemeStore.prototype, \"returnNotPrimaryText\", null);\ntslib_1.__decorate([\n    mobx_1.computed,\n    tslib_1.__metadata(\"design:type\", Object),\n    tslib_1.__metadata(\"design:paramtypes\", [])\n], ThemeStore.prototype, \"returnSecondary\", null);\ntslib_1.__decorate([\n    mobx_1.computed,\n    tslib_1.__metadata(\"design:type\", Object),\n    tslib_1.__metadata(\"design:paramtypes\", [])\n], ThemeStore.prototype, \"returnInfoText\", null);\ntslib_1.__decorate([\n    mobx_1.action,\n    tslib_1.__metadata(\"design:type\", Object)\n], ThemeStore.prototype, \"reverseIconText\", void 0);\ntslib_1.__decorate([\n    mobx_1.action,\n    tslib_1.__metadata(\"design:type\", Object)\n], ThemeStore.prototype, \"tableSkeletonLight\", void 0);\ntslib_1.__decorate([\n    mobx_1.action,\n    tslib_1.__metadata(\"design:type\", Object)\n], ThemeStore.prototype, \"lightColorSwap\", void 0);\ntslib_1.__decorate([\n    mobx_1.action,\n    tslib_1.__metadata(\"design:type\", Object)\n], ThemeStore.prototype, \"changeBodyClassName\", void 0);\ntslib_1.__decorate([\n    mobx_1.action,\n    tslib_1.__metadata(\"design:type\", Object)\n], ThemeStore.prototype, \"setSelectedTheme\", void 0);\nexports.themeStore = new ThemeStore();\nwindow['themeStore'] = exports.themeStore;\n\n\n//# sourceURL=webpack:///./src/Common/stores/mobx/ThemeStore.ts?");

/***/ }),

/***/ "./src/Common/stores/mobx/UserProfileStore.ts":
/*!****************************************************!*\
  !*** ./src/Common/stores/mobx/UserProfileStore.ts ***!
  \****************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {

"use strict";
eval("\nObject.defineProperty(exports, \"__esModule\", { value: true });\nconst tslib_1 = __webpack_require__(/*! tslib */ \"./node_modules/tslib/tslib.es6.js\");\nconst mobx_1 = __webpack_require__(/*! mobx */ \"./node_modules/mobx/lib/mobx.module.js\");\nconst ApiStore_1 = __webpack_require__(/*! src/Common/stores/mobx/ApiStore */ \"./src/Common/stores/mobx/ApiStore.ts\");\nconst SiteStore_1 = __webpack_require__(/*! src/Common/stores/mobx/SiteStore */ \"./src/Common/stores/mobx/SiteStore.ts\");\nclass UserProfileStore extends ApiStore_1.ApiStore {\n    constructor() {\n        super(SiteStore_1.siteStore.isAccountApp ? '/api/auth/myProfile' : '/api/tenant/myProfile');\n    }\n    get email() {\n        return this.data ? this.data.email : undefined;\n    }\n    get name() {\n        return this.data ? this.data.name : undefined;\n    }\n}\ntslib_1.__decorate([\n    mobx_1.computed,\n    tslib_1.__metadata(\"design:type\", Object),\n    tslib_1.__metadata(\"design:paramtypes\", [])\n], UserProfileStore.prototype, \"email\", null);\ntslib_1.__decorate([\n    mobx_1.computed,\n    tslib_1.__metadata(\"design:type\", Object),\n    tslib_1.__metadata(\"design:paramtypes\", [])\n], UserProfileStore.prototype, \"name\", null);\nexports.userProfileStore = new UserProfileStore();\n\n\n//# sourceURL=webpack:///./src/Common/stores/mobx/UserProfileStore.ts?");

/***/ }),

/***/ "./src/Common/utils/assets.ts":
/*!************************************!*\
  !*** ./src/Common/utils/assets.ts ***!
  \************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {

"use strict";
eval("\nObject.defineProperty(exports, \"__esModule\", { value: true });\nexports.vacIcon = __webpack_require__(/*! ../images/vac.svg */ \"./src/Common/images/vac.svg\");\nexports.reportIcon = __webpack_require__(/*! ../images/reporting.svg */ \"./src/Common/images/reporting.svg\");\nexports.journeyIcon = __webpack_require__(/*! ../images/journey.svg */ \"./src/Common/images/journey.svg\");\nexports.datamartIcon = __webpack_require__(/*! ../images/datamart.svg */ \"./src/Common/images/datamart.svg\");\nexports.clientManagementIcon = __webpack_require__(/*! ../images/client-management.svg */ \"./src/Common/images/client-management.svg\");\nexports.authorisationIcon = __webpack_require__(/*! ../images/authorisation.svg */ \"./src/Common/images/authorisation.svg\");\nexports.candidateIcon = __webpack_require__(/*! ../images/candidate.svg */ \"./src/Common/images/candidate.svg\");\nexports.logoDropShadow = __webpack_require__(/*! ../images/landingPage/logoDropShadow.svg */ \"./src/Common/images/landingPage/logoDropShadow.svg\");\nexports.accendoWhiteLogo = __webpack_require__(/*! ../images/accendo-white-logo.svg */ \"./src/Common/images/accendo-white-logo.svg\");\nexports.accendoLogo = __webpack_require__(/*! src/Common/images/accendo-logo.svg */ \"./src/Common/images/accendo-logo.svg\");\nexports.vacIconAccendo = __webpack_require__(/*! ../images/newIcon/vac.svg */ \"./src/Common/images/newIcon/vac.svg\");\nexports.journeyIconAccendo = __webpack_require__(/*! ../images/newIcon/journey.svg */ \"./src/Common/images/newIcon/journey.svg\");\nexports.clientManagementIconAccendo = __webpack_require__(/*! ../images/newIcon/client-management.svg */ \"./src/Common/images/newIcon/client-management.svg\");\n\n\n//# sourceURL=webpack:///./src/Common/utils/assets.ts?");

/***/ }),

/***/ "./src/Common/utils/auth.ts":
/*!**********************************!*\
  !*** ./src/Common/utils/auth.ts ***!
  \**********************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {

"use strict";
eval("\nObject.defineProperty(exports, \"__esModule\", { value: true });\nconst tslib_1 = __webpack_require__(/*! tslib */ \"./node_modules/tslib/tslib.es6.js\");\nconst _ = __webpack_require__(/*! lodash */ \"./node_modules/lodash/lodash.js\");\nconst qs = __webpack_require__(/*! qs */ \"./node_modules/qs/lib/index.js\");\nconst common_1 = __webpack_require__(/*! src/Common/constants/common */ \"./src/Common/constants/common.ts\");\nconst routes_1 = __webpack_require__(/*! src/Common/constants/routes */ \"./src/Common/constants/routes.ts\");\nconst _env_1 = __webpack_require__(/*! @env */ \"./env.ts\");\nconst sites_1 = __webpack_require__(/*! src/Common/Authentication/constants/sites */ \"./src/Common/Authentication/constants/sites.ts\");\nconst index_1 = __webpack_require__(/*! src/Common/utils/index */ \"./src/Common/utils/index.ts\");\nconst routeConstants_1 = __webpack_require__(/*! src/Accounts/constants/routeConstants */ \"./src/Accounts/constants/routeConstants.ts\");\nexports.authUrlTemplate = _.template('${origin}/logout?${search}');\nexports.constructAccountRedirectUrl = () => {\n    return `${routeConstants_1.ACCOUNT_LOGIN_PAGE_URL}?${qs.stringify({\n        redirect: window.location.href\n    })}`;\n};\nexports.constructRedirectUrl = (siteId, origin, href) => {\n    return exports.authUrlTemplate({\n        origin: _env_1.ACCOUNT_APP_URL,\n        search: qs.stringify({\n            service: siteId,\n            redirect: href\n        })\n    });\n};\nexports.constructLogoutUrl = (redirect = window.location.href) => {\n    return `${_env_1.ACCOUNT_APP_URL}${routes_1.ACCOUNT_LOGOUT_PAGE_URL}?${qs.stringify({\n        redirect\n    })}`;\n};\nexports.constructLogoutUrlWithQuery = (redirect = window.location.href) => {\n    return `${_env_1.ACCOUNT_APP_URL}${routes_1.ACCOUNT_LOGOUT_PAGE_URL}?${qs.stringify(Object.assign({}, index_1.getQuery(), { redirect }))}`;\n};\nexports.constructLogoutUrlWithCustomQuery = (customQuery = {}) => {\n    return `${_env_1.ACCOUNT_APP_URL}${routes_1.ACCOUNT_LOGOUT_PAGE_URL}?${qs.stringify(Object.assign({}, index_1.getQuery(), customQuery))}`;\n};\nexports.constructRegisterUrlWithQuery = (additionalQuery, redirect = window.location.href) => {\n    return `${_env_1.ACCOUNT_APP_URL}${routeConstants_1.ACCOUNT_REGISTRATION_PAGE_URL}?${qs.stringify(Object.assign({}, index_1.getQuery(), additionalQuery, { redirect }))}`;\n};\nexports.requestAuthTokenAttemptCount = () => {\n    return parseInt(window.localStorage.getItem(common_1.TENANT_REQUEST_TOKEN_ATTEMPT_KEY) || '0');\n};\nexports.requestAuthTokenAttemptIncrement = () => {\n    const requestAttempt = exports.requestAuthTokenAttemptCount();\n    window.localStorage.setItem(common_1.TENANT_REQUEST_TOKEN_ATTEMPT_KEY, (requestAttempt + 1).toString());\n};\nexports.requestAuthTokenAttemptClear = () => {\n    window.localStorage.removeItem(common_1.TENANT_REQUEST_TOKEN_ATTEMPT_KEY);\n};\nexports.checkAttemptCountBeforeRedirect = (redirectUrl) => tslib_1.__awaiter(this, void 0, void 0, function* () {\n    const attemptCount = exports.requestAuthTokenAttemptCount();\n    if (attemptCount < 2) {\n        window.location.replace(redirectUrl);\n    }\n    else {\n        window.location.replace(`${routes_1.ERROR_AUTH}${window.location.search}`);\n    }\n});\nexports.isWhitelistedOrigin = origin => {\n    return (sites_1.SITES.findIndex(value => {\n        return value === origin;\n    }) !== -1);\n};\nexports.isSessionBasedSite = origin => {\n    return (sites_1.SESSION_BASED_SITES.findIndex(value => {\n        return value === origin;\n    }) !== -1);\n};\n\n\n//# sourceURL=webpack:///./src/Common/utils/auth.ts?");

/***/ }),

/***/ "./src/Common/utils/authorization.ts":
/*!*******************************************!*\
  !*** ./src/Common/utils/authorization.ts ***!
  \*******************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {

"use strict";
eval("\nObject.defineProperty(exports, \"__esModule\", { value: true });\nconst _ = __webpack_require__(/*! lodash */ \"./node_modules/lodash/lodash.js\");\nconst MyPermissionStore_1 = __webpack_require__(/*! src/Common/stores/mobx/MyPermissionStore */ \"./src/Common/stores/mobx/MyPermissionStore.ts\");\nconst _env_1 = __webpack_require__(/*! @env */ \"./env.ts\");\nconst CandidateManagerPermission_1 = __webpack_require__(/*! src/Common/stores/mobx/CandidateManagerPermission */ \"./src/Common/stores/mobx/CandidateManagerPermission.ts\");\nexports.hasPermission = (permission, isCandidateApp) => {\n    if (!isCandidateApp) {\n        let AccessPermission = undefined;\n        let foundItem = undefined;\n        if (exports.hasAccess('SUPER_ADMIN')) {\n            foundItem = exports.hasAccess('SUPER_ADMIN', true);\n            AccessPermission = foundItem.permissions;\n        }\n        else if (exports.hasAccess('HOST_ADMIN')) {\n            foundItem = exports.hasAccess('HOST_ADMIN', true);\n            AccessPermission = foundItem.permissions;\n        }\n        else if (exports.hasAccess('CLIENT_ADMIN')) {\n            foundItem = exports.hasAccess('CLIENT_ADMIN', true);\n            AccessPermission = foundItem.permissions;\n        }\n        if (_.isArray(permission)) {\n            return _.difference(permission, AccessPermission).length === 0;\n        }\n        else {\n            return _.includes(AccessPermission, permission);\n        }\n    }\n    else {\n        return true;\n    }\n};\nexports.hasCandidateManagerPermission = (candidateManagerPermission) => {\n    const permission = _.find(CandidateManagerPermission_1.candidateManagerPermissionStore.tabs, {\n        value: candidateManagerPermission\n    });\n    return _.get(permission, 'active');\n};\nexports.hasAccess = (roleName, returnAsItem = false) => {\n    if (MyPermissionStore_1.myPermissionStore.roles.length > -1) {\n        if (typeof roleName === 'string') {\n            return existInPermissionRoles(roleName, returnAsItem);\n        }\n        else {\n            return _.forEach(roleName, item => {\n                if (existInPermissionRoles(item)) {\n                    return existInPermissionRoles(item, returnAsItem);\n                }\n            });\n        }\n    }\n    return false;\n};\nconst existInPermissionRoles = (roleName, returnAsItem = false) => {\n    const item = _.find(MyPermissionStore_1.myPermissionStore.roles, o => {\n        return o.name.includes(roleName);\n    });\n    if (returnAsItem) {\n        return item && item;\n    }\n    else {\n        return !!item;\n    }\n};\nexports.checkPermissionWithCandidateApp = (permission) => {\n    const isCandidateApp = window.location.origin === _env_1.CANDIDATE_APP_URL;\n    if (isCandidateApp) {\n        return true;\n    }\n    else {\n        return exports.hasPermission(permission);\n    }\n};\nexports.isManagerPage = () => window.location.pathname.indexOf('/manager') === 0;\nexports.isCandidateApp = () => window.location.origin === _env_1.CANDIDATE_APP_URL;\nexports.checkPermissionIfNotManager = (permissions) => {\n    if (exports.isManagerPage()) {\n        return true;\n    }\n    else {\n        return exports.hasPermission(permissions);\n    }\n};\n\n\n//# sourceURL=webpack:///./src/Common/utils/authorization.ts?");

/***/ }),

/***/ "./src/Common/utils/cookie.ts":
/*!************************************!*\
  !*** ./src/Common/utils/cookie.ts ***!
  \************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {

"use strict";
eval("\nObject.defineProperty(exports, \"__esModule\", { value: true });\nexports.docCookies = {\n    getItem: function (sKey) {\n        if (!sKey) {\n            return null;\n        }\n        return (decodeURIComponent(document.cookie.replace(new RegExp('(?:(?:^|.*;)\\\\s*' + encodeURIComponent(sKey).replace(/[\\-\\.\\+\\*]/g, '\\\\$&') + '\\\\s*\\\\=\\\\s*([^;]*).*$)|^.*$'), '$1')) || null);\n    },\n    setItem: function (sKey, sValue, vEnd, sPath, sDomain, bSecure = false) {\n        vEnd.setDate(vEnd.getDate() + 2);\n        if (!sKey || /^(?:expires|max\\-age|path|domain|secure)$/i.test(sKey)) {\n            return false;\n        }\n        var sExpires = '';\n        if (vEnd) {\n            switch (vEnd.constructor) {\n                case Number:\n                    sExpires = vEnd === Infinity ? '; expires=Fri, 31 Dec 9999 23:59:59 GMT' : '; max-age=' + vEnd;\n                    break;\n                case String:\n                    sExpires = '; expires=' + vEnd;\n                    break;\n                case Date:\n                    sExpires = '; expires=' + vEnd.toUTCString();\n                    break;\n            }\n        }\n        document.cookie =\n            encodeURIComponent(sKey) +\n                '=' +\n                encodeURIComponent(sValue) +\n                sExpires +\n                (sDomain ? '; domain=' + sDomain : '') +\n                (sPath ? '; path=' + sPath : '') +\n                (bSecure ? '; secure' : '');\n        return true;\n    },\n    removeItem: function (sKey, sPath, sDomain) {\n        if (!this.hasItem(sKey)) {\n            return false;\n        }\n        document.cookie =\n            encodeURIComponent(sKey) +\n                '=; expires=Thu, 01 Jan 1970 00:00:00 GMT' +\n                (sDomain ? '; domain=' + sDomain : '') +\n                (sPath ? '; path=' + sPath : '');\n        return true;\n    },\n    hasItem: function (sKey) {\n        if (!sKey || /^(?:expires|max\\-age|path|domain|secure)$/i.test(sKey)) {\n            return false;\n        }\n        return new RegExp('(?:^|;\\\\s*)' + encodeURIComponent(sKey).replace(/[\\-\\.\\+\\*]/g, '\\\\$&') + '\\\\s*\\\\=').test(document.cookie);\n    },\n    keys: function () {\n        var aKeys = document.cookie\n            .replace(/((?:^|\\s*;)[^\\=]+)(?=;|$)|^\\s*|\\s*(?:\\=[^;]*)?(?:\\1|$)/g, '')\n            .split(/\\s*(?:\\=[^;]*)?;\\s*/);\n        for (var nLen = aKeys.length, nIdx = 0; nIdx < nLen; nIdx++) {\n            aKeys[nIdx] = decodeURIComponent(aKeys[nIdx]);\n        }\n        return aKeys;\n    }\n};\nwindow['cook'] = exports.docCookies;\n\n\n//# sourceURL=webpack:///./src/Common/utils/cookie.ts?");

/***/ }),

/***/ "./src/Common/utils/data.ts":
/*!**********************************!*\
  !*** ./src/Common/utils/data.ts ***!
  \**********************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {

"use strict";
eval("\nObject.defineProperty(exports, \"__esModule\", { value: true });\nconst lodash_1 = __webpack_require__(/*! lodash */ \"./node_modules/lodash/lodash.js\");\nvar Datatype;\n(function (Datatype) {\n    Datatype[\"STRING\"] = \"STRING\";\n    Datatype[\"NUMBER\"] = \"NUMBER\";\n    Datatype[\"FLOAT\"] = \"FLOAT\";\n    Datatype[\"PERCENTAGE\"] = \"PERCENTAGE\";\n})(Datatype = exports.Datatype || (exports.Datatype = {}));\nconst defaultColumns = [\n    {\n        name: 'id',\n        type: Datatype.NUMBER\n    },\n    {\n        name: 'name',\n        type: Datatype.STRING\n    },\n    {\n        name: 'roles',\n        type: Datatype.NUMBER\n    }\n];\nexports.generateFakeData = ({ amount = 100, columns = defaultColumns } = {}) => {\n    const data = [];\n    for (let i = 1; i <= amount; i++) {\n        const row = columns.reduce((prev, current, key) => {\n            let generatedValue;\n            switch (current.type) {\n                case Datatype.NUMBER:\n                    generatedValue = i;\n                    break;\n                case Datatype.STRING:\n                    generatedValue = `${current.name} ${i}`;\n                    break;\n            }\n            return Object.assign({}, prev, { [current.name]: generatedValue });\n        }, {});\n        data.push(row);\n    }\n    return data;\n};\nexports.dtiFormat = string => {\n    return lodash_1.kebabCase(string);\n};\n\n\n//# sourceURL=webpack:///./src/Common/utils/data.ts?");

/***/ }),

/***/ "./src/Common/utils/debouncing.ts":
/*!****************************************!*\
  !*** ./src/Common/utils/debouncing.ts ***!
  \****************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {

"use strict";
eval("\nObject.defineProperty(exports, \"__esModule\", { value: true });\nconst AuthStore_1 = __webpack_require__(/*! src/Common/stores/mobx/AuthStore */ \"./src/Common/stores/mobx/AuthStore.ts\");\nexports.callAfterAuth = (callback) => {\n    let tries = 0;\n    const interval = setInterval(() => {\n        if (AuthStore_1.authStore.isAuthenticated) {\n            callback();\n            clearInterval(interval);\n            return;\n        }\n        else {\n            tries += 1;\n        }\n        if (AuthStore_1.authStore.loginFailed) {\n            callback();\n            clearInterval(interval);\n            return;\n        }\n        if (tries >= 40) {\n            callback();\n            clearInterval(interval);\n            return;\n        }\n    }, 500);\n};\nexports.debounce = (callback, delay) => {\n    let timer;\n    return (...args) => {\n        clearTimeout(timer);\n        timer = setTimeout(() => callback(...args), delay);\n    };\n};\n\n\n//# sourceURL=webpack:///./src/Common/utils/debouncing.ts?");

/***/ }),

/***/ "./src/Common/utils/hooks.ts":
/*!***********************************!*\
  !*** ./src/Common/utils/hooks.ts ***!
  \***********************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {

"use strict";
eval("\nObject.defineProperty(exports, \"__esModule\", { value: true });\nconst react_1 = __webpack_require__(/*! react */ \"./node_modules/react/index.js\");\nexports.useEffectAsync = (effect, deps) => {\n    react_1.useEffect(() => {\n        effect();\n    }, deps);\n};\nexports.useInterval = (callback, delay) => {\n    const savedCallback = react_1.useRef();\n    react_1.useEffect(() => {\n        savedCallback.current = callback;\n    }, [callback]);\n    react_1.useEffect(() => {\n        function tick() {\n            savedCallback.current();\n        }\n        if (delay !== null) {\n            let id = setInterval(tick, delay);\n            return () => clearInterval(id);\n        }\n    }, [delay]);\n};\nexports.useWindowSize = () => {\n    const isClient = typeof window === 'object';\n    const getSize = () => {\n        return {\n            width: isClient ? window.innerWidth : undefined,\n            height: isClient ? window.innerHeight : undefined\n        };\n    };\n    const [windowSize, setWindowSize] = react_1.useState(getSize);\n    react_1.useEffect(() => {\n        if (!isClient) {\n            return false;\n        }\n        const handleResize = () => {\n            setWindowSize(getSize());\n        };\n        window.addEventListener('resize', handleResize);\n        return () => window.removeEventListener('resize', handleResize);\n    }, []);\n    return windowSize;\n};\nfunction useEnterKeyPress(submitFunc) {\n    const onDown = (event) => {\n        const keyCode = event.keyCode || event.which;\n        if (keyCode === 13) {\n            submitFunc();\n        }\n    };\n    react_1.useEffect(() => {\n        window.addEventListener('keydown', onDown);\n        return () => {\n            window.removeEventListener('keydown', onDown);\n        };\n    }, []);\n}\nexports.useEnterKeyPress = useEnterKeyPress;\n\n\n//# sourceURL=webpack:///./src/Common/utils/hooks.ts?");

/***/ }),

/***/ "./src/Common/utils/index.ts":
/*!***********************************!*\
  !*** ./src/Common/utils/index.ts ***!
  \***********************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {

"use strict";
eval("\nObject.defineProperty(exports, \"__esModule\", { value: true });\nconst tslib_1 = __webpack_require__(/*! tslib */ \"./node_modules/tslib/tslib.es6.js\");\nconst _ = __webpack_require__(/*! lodash */ \"./node_modules/lodash/lodash.js\");\nconst urijs = __webpack_require__(/*! urijs */ \"./node_modules/urijs/src/URI.js\");\nexports.isProduction = \"development\" === 'production';\nexports.isDevelopment = \"development\" !== 'production';\nexports.roundToDecimals = (num, numberOfDecimals = 0) => {\n    return Math.round(parseFloat(num) * Math.pow(10, numberOfDecimals)) / Math.pow(10, numberOfDecimals);\n};\nexports.reorder = (list, startIndex, endIndex) => {\n    const result = Array.from(list);\n    const [removed] = result.splice(startIndex, 1);\n    result.splice(endIndex, 0, removed);\n    return result;\n};\nexports.difference = (object, base) => {\n    function changes(object, base) {\n        return _.transform(object, (result, value, key) => {\n            if (!_.isEqual(value, base[key])) {\n                result[key] = _.isObject(value) && _.isObject(base[key]) ? changes(value, base[key]) : value;\n            }\n        });\n    }\n    return changes(object, base);\n};\nexports.regexIndexOf = (str, regex, startPos = 0) => {\n    const indexOf = str.substring(startPos).search(regex);\n    return indexOf >= 0 ? indexOf + startPos : indexOf;\n};\nexports.readFileAsText = (file) => {\n    if (!file) {\n        return Promise.reject('`file` is undefined.');\n    }\n    return new Promise((resolve, reject) => {\n        const reader = new FileReader();\n        reader.onload = e => {\n            const fileReader = e.target;\n            const fileContent = fileReader.result;\n            resolve(fileContent);\n        };\n        reader.onerror = error => {\n            reject(error);\n        };\n        reader.readAsText(file);\n    });\n};\nexports.compactFormValues = (formData) => {\n    return _.transform(formData, (result, value, key) => {\n        let isValid = true;\n        const isObject = _.isObject(value) && !(value instanceof File);\n        const isBoolean = _.isBoolean(value);\n        const isInt = _.isNumber(value);\n        const selectValue = _.get(value, 'value', undefined);\n        const isSelectObject = selectValue !== undefined;\n        if (isBoolean || isInt) {\n            isValid = true;\n        }\n        else if (!value) {\n            isValid = false;\n        }\n        else if (_.isString(value) || isObject) {\n            isValid = !_.isEmpty(value);\n        }\n        if (isValid && isBoolean) {\n            result[key] = (value ? 1 : 0);\n        }\n        else if (isValid) {\n            result[key] = value;\n        }\n        if (isSelectObject) {\n            result[key] = selectValue;\n        }\n    }, {});\n};\nexports.isValidJson = json => {\n    try {\n        JSON.parse(json);\n        return true;\n    }\n    catch (e) {\n        return false;\n    }\n};\nexports.getImage = (imgUrl) => tslib_1.__awaiter(this, void 0, void 0, function* () {\n    if (!_.isString(imgUrl)) {\n        console.warn('[getImage]: img url provided is not string');\n        return Promise.reject(false);\n    }\n    return new Promise((resolve, reject) => {\n        const imgElement = document.createElement('img');\n        imgElement.onload = e => {\n            return resolve(e);\n        };\n        imgElement.onerror = error => {\n            return reject(error);\n        };\n        imgElement.src = imgUrl;\n    });\n});\nexports.getImageSize = (imgUrl) => tslib_1.__awaiter(this, void 0, void 0, function* () {\n    try {\n        const response = (yield exports.getImage(imgUrl));\n        return Promise.resolve({\n            width: response.width,\n            height: response.height\n        });\n    }\n    catch (error) {\n        return Promise.reject(error);\n    }\n});\nexports.isIframe = () => {\n    try {\n        return window.self !== window.top;\n    }\n    catch (e) {\n        return true;\n    }\n};\nexports.getQuery = () => {\n    const url = urijs.parse(window.location.href);\n    return urijs.parseQuery(url.query);\n};\nexports.setQueryString = (query, url = window.location.pathname) => {\n};\nexports.convertToTemplate = (url, templateImports) => {\n    const replacementRegex = /:[0-9a-zA-Z_]*/g;\n    const replacementList = url.match(replacementRegex);\n    if (replacementList === null) {\n        return _.template(url, { imports: templateImports });\n    }\n    const replacedUrl = replacementList.reduce((currentUrl, replacementWord) => {\n        const strippedWordToReplace = replacementWord.substr(1);\n        return currentUrl.replace(replacementWord, `\\${${strippedWordToReplace}}`);\n    }, url);\n    return _.template(replacedUrl, { imports: templateImports });\n};\nexports.isNumeric = num => {\n    if (num === '') {\n        return false;\n    }\n    if (num === null) {\n        return false;\n    }\n    if (Array.isArray(num)) {\n        return false;\n    }\n    return !isNaN(num);\n};\nexports.isUuid = uuid => {\n    return /^[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$/i.test(uuid);\n};\nexports.isToken = token => {\n    return token.length >= 30;\n};\nconst defaultPathMaps = {\n    page: 'page',\n    profile: 'user',\n    assessment: 'journey',\n    landing: 'journey',\n    projects: 'project',\n    tab: 'tab',\n    section: 'section_id',\n    experience: 'experience_id',\n    education: 'education_id',\n    role: 'role',\n    talent: 'talent',\n    'talent-role': 'talent_role',\n    'talent-role-id': 'talent_role_id',\n    plan: 'plan',\n    details: 'details',\n    date: 'date',\n    configure: 'configure',\n    competency: 'competency_id',\n    'reset-password': 'token',\n    'email-template-technical-verification': 'template',\n    'email-template': 'template_id',\n    'email-template-rater': 'template_id',\n    'reminder-email-template-talent': 'template',\n    'reminder-email-template-rater': 'template',\n    'account-creation-email-template': 'template',\n    'formula-engine': 'formula_engine_id',\n    'formula-management': 'formula_engine_id',\n    'tool-management': 'formula_engine_tool_id',\n    'formula-engine-category': 'formula_engine_category_id',\n    'formula-engine-category-formula': 'formula_engine_category_formula_id',\n    report: 'report_type',\n    dashboard: 'dashboard_id',\n    step: 'step',\n    interview: 'interview_id',\n    recruitment: 'recruitment_id',\n    'job-profile': 'unique_code'\n};\nconst generateParams = (splitPath, pathMaps, append = 'id', prev, current, index) => {\n    const prevPath = splitPath[index - 1];\n    const mappedPath = pathMaps[prevPath] || prevPath;\n    const parameterName = `${prevPath}_${append}`;\n    const parameterCamelCase = _.camelCase(parameterName);\n    const parameterSnakeCase = _.snakeCase(parameterName);\n    const defaultParams = {\n        [parameterCamelCase]: current,\n        [parameterSnakeCase]: current\n    };\n    const mappedParams = {};\n    if (mappedPath !== prevPath) {\n        const mappedParameterName = `${mappedPath}_${append}`;\n        const mappedParameterCamelCase = _.camelCase(mappedParameterName);\n        const mappedParameterSnakeCase = _.snakeCase(mappedParameterName);\n        mappedParams[mappedParameterCamelCase] = current;\n        mappedParams[mappedParameterSnakeCase] = current;\n    }\n    return {\n        default: defaultParams,\n        mapped: mappedParams\n    };\n};\nexports.convertPathToRouteParams = (path = window.location.pathname, pathMaps = defaultPathMaps) => {\n    const splitPath = path.split('/');\n    return splitPath.reduce((prev, current, index) => {\n        const isAUuid = exports.isUuid(current);\n        const isId = exports.isNumeric(current) || isAUuid;\n        const isAToken = exports.isToken(current) && !isAUuid;\n        if (isId) {\n            const generatedIdParams = generateParams(splitPath, pathMaps, 'id', prev, current, index);\n            return Object.assign({}, prev, generatedIdParams.default, generatedIdParams.mapped);\n        }\n        if (isAToken) {\n            const generatedTokenParams = generateParams(splitPath, pathMaps, 'token', prev, current, index);\n            return Object.assign({}, prev, generatedTokenParams.default, generatedTokenParams.mapped, { token: current });\n        }\n        if (pathMaps[current] && splitPath.length >= index + 1) {\n            return Object.assign({}, prev, { [pathMaps[current]]: splitPath[index + 1] });\n        }\n        return prev;\n    }, {});\n};\nexports.delay = (milliseconds) => new Promise(resolve => setTimeout(resolve, milliseconds));\nexports.numberWithCommas = number => {\n    return number.toString().replace(/\\B(?=(\\d{3})+(?!\\d))/g, ',');\n};\nexports.convertToBoolean = val => {\n    let processedVal = val;\n    if (typeof val === 'string') {\n        processedVal = val.toLowerCase();\n    }\n    return [0, false, 'false', -0, '', null, undefined].indexOf(processedVal) === -1;\n};\nexports.getApiStoreError = (apiStore, fallbackMessage) => {\n    const registrationError = _.get(apiStore.failureResponse, 'errors');\n    return `${_.values(registrationError)[0]}` || fallbackMessage;\n};\nexports.getApiError = (errors, fallbackMessage) => {\n    const registrationError = errors && errors;\n    return _.values(registrationError)[0] || fallbackMessage;\n};\nexports.acronymMaker = (text, report) => {\n    const andToAmp = text.replace(new RegExp('\\\\b' + 'and' + '\\\\b'), '&');\n    return (report ? andToAmp : text)\n        .match(/[\\p{Alpha}\\p{Nd}&]+/gu)\n        .reduce((acc, current) => acc + current[0], '')\n        .toUpperCase();\n};\n\n\n//# sourceURL=webpack:///./src/Common/utils/index.ts?");

/***/ }),

/***/ "./src/Common/utils/strings.ts":
/*!*************************************!*\
  !*** ./src/Common/utils/strings.ts ***!
  \*************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {

"use strict";
eval("\nObject.defineProperty(exports, \"__esModule\", { value: true });\nconst lodash_1 = __webpack_require__(/*! lodash */ \"./node_modules/lodash/lodash.js\");\nexports.isBlank = value => {\n    return typeof value === 'string' && value.trim().length === 0;\n};\nexports.humanize = value => {\n    return lodash_1.capitalize(lodash_1.trim(lodash_1.snakeCase(value)\n        .replace(/_id$/, '')\n        .replace(/_/g, ' ')));\n};\nexports.parseLodash = (str) => {\n    return lodash_1.attempt(JSON.parse.bind(null, str));\n};\nexports.isValidJson = (str) => {\n    return lodash_1.isError(exports.parseLodash(str));\n};\nexports.urlCreation = () => {\n    const pathname = window.location.pathname;\n    const segments = pathname.split('/').filter(Boolean);\n    let lastSegment = segments.pop();\n    if (!isNaN(Number(lastSegment)) && segments.length > 0) {\n        lastSegment = segments.pop();\n    }\n    return lastSegment;\n};\nexports.capitalizeComplexString = str => {\n    if (!str)\n        return str;\n    return str\n        .replace(/\\w+/g, word => word.charAt(0).toUpperCase() + word.slice(1).toLowerCase())\n        .replace(/\\((\\w)(\\w*)\\)/g, (match, firstChar, restOfWord) => `(${firstChar.toUpperCase()}${restOfWord.toLowerCase()})`);\n};\n\n\n//# sourceURL=webpack:///./src/Common/utils/strings.ts?");

/***/ }),

/***/ "./src/Common/utils/token.ts":
/*!***********************************!*\
  !*** ./src/Common/utils/token.ts ***!
  \***********************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {

"use strict";
eval("\nObject.defineProperty(exports, \"__esModule\", { value: true });\nconst jwtDecode = __webpack_require__(/*! jwt-decode */ \"./node_modules/jwt-decode/lib/index.js\");\nconst dateFns = __webpack_require__(/*! date-fns */ \"./node_modules/date-fns/esm/index.js\");\nexports.decodeToken = token => jwtDecode(token);\nexports.isTokenValid = token => {\n    if (!token) {\n        return false;\n    }\n    try {\n        const decoded = jwtDecode(token);\n        return !dateFns.isPast(decoded.exp * 1000);\n    }\n    catch (err) {\n        return false;\n    }\n};\n\n\n//# sourceURL=webpack:///./src/Common/utils/token.ts?");

/***/ }),

/***/ "./src/Journey/Client/stores/clientListStore.ts":
/*!******************************************************!*\
  !*** ./src/Journey/Client/stores/clientListStore.ts ***!
  \******************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {

"use strict";
eval("\nObject.defineProperty(exports, \"__esModule\", { value: true });\nconst tslib_1 = __webpack_require__(/*! tslib */ \"./node_modules/tslib/tslib.es6.js\");\nconst lodash_1 = __webpack_require__(/*! lodash */ \"./node_modules/lodash/lodash.js\");\nconst mobx_1 = __webpack_require__(/*! mobx */ \"./node_modules/mobx/lib/mobx.module.js\");\nconst ApiStore_1 = __webpack_require__(/*! src/Common/stores/mobx/ApiStore */ \"./src/Common/stores/mobx/ApiStore.ts\");\nconst AuthorizationStore_1 = __webpack_require__(/*! src/Common/stores/mobx/AuthorizationStore */ \"./src/Common/stores/mobx/AuthorizationStore.ts\");\nconst HostClientStore_1 = __webpack_require__(/*! src/Common/stores/mobx/HostClientStore */ \"./src/Common/stores/mobx/HostClientStore.ts\");\nconst RouterStore_1 = __webpack_require__(/*! src/Common/stores/mobx/RouterStore */ \"./src/Common/stores/mobx/RouterStore.ts\");\nclass ClientList extends ApiStore_1.ApiStore {\n    constructor() {\n        super('/api/tenant/clients', {\n            initialData: []\n        });\n        this.setSelectedClientId = clientId => {\n            this.selectedClientId = clientId;\n        };\n    }\n    get clientId() {\n        const userClientId = lodash_1.get(RouterStore_1.routerStore, 'params.client_id', this.selectedClientId || AuthorizationStore_1.authorizationStore.isClientAdmin || HostClientStore_1.hostClientStore.clientId);\n        return parseInt(userClientId);\n    }\n    get filteredClientList() {\n        return lodash_1.filter(this.data, client => client.is_active);\n    }\n    get clientListOptions() {\n        return this.data.map((client) => ({\n            value: client.id,\n            label: client.name\n        }));\n    }\n    get clientName() {\n        if (this.data.length > 0) {\n            const client = this.data.find(item => Number(item.id) === this.clientId);\n            if (client) {\n                return client.name;\n            }\n        }\n        return 'Client';\n    }\n    get clientLogo() {\n        if (this.data.length > 0) {\n            const client = this.data.find(item => Number(item.id) === this.clientId);\n            if (client) {\n                return lodash_1.isEmpty(client.logo_url) ? undefined : client.logo_url;\n            }\n        }\n        return null;\n    }\n    get isCelcom() {\n        const client_id = RouterStore_1.routerStore.params.client_id || HostClientStore_1.hostClientStore.clientId;\n        if (this.data.length > 0) {\n            const client = this.data.find(item => item.id === parseInt(client_id));\n            if (client && !lodash_1.isEmpty(client.name)) {\n                return client.name.trim().toLowerCase() === 'celcom';\n            }\n        }\n        return false;\n    }\n}\ntslib_1.__decorate([\n    mobx_1.observable,\n    tslib_1.__metadata(\"design:type\", Object)\n], ClientList.prototype, \"selectedClientId\", void 0);\ntslib_1.__decorate([\n    mobx_1.action,\n    tslib_1.__metadata(\"design:type\", Object)\n], ClientList.prototype, \"setSelectedClientId\", void 0);\ntslib_1.__decorate([\n    mobx_1.computed,\n    tslib_1.__metadata(\"design:type\", Object),\n    tslib_1.__metadata(\"design:paramtypes\", [])\n], ClientList.prototype, \"clientId\", null);\ntslib_1.__decorate([\n    mobx_1.computed,\n    tslib_1.__metadata(\"design:type\", Object),\n    tslib_1.__metadata(\"design:paramtypes\", [])\n], ClientList.prototype, \"filteredClientList\", null);\ntslib_1.__decorate([\n    mobx_1.computed,\n    tslib_1.__metadata(\"design:type\", Object),\n    tslib_1.__metadata(\"design:paramtypes\", [])\n], ClientList.prototype, \"clientListOptions\", null);\ntslib_1.__decorate([\n    mobx_1.computed,\n    tslib_1.__metadata(\"design:type\", Object),\n    tslib_1.__metadata(\"design:paramtypes\", [])\n], ClientList.prototype, \"clientName\", null);\ntslib_1.__decorate([\n    mobx_1.computed,\n    tslib_1.__metadata(\"design:type\", Object),\n    tslib_1.__metadata(\"design:paramtypes\", [])\n], ClientList.prototype, \"clientLogo\", null);\ntslib_1.__decorate([\n    mobx_1.computed,\n    tslib_1.__metadata(\"design:type\", Object),\n    tslib_1.__metadata(\"design:paramtypes\", [])\n], ClientList.prototype, \"isCelcom\", null);\nexports.clientListStore = new ClientList();\n\n\n//# sourceURL=webpack:///./src/Journey/Client/stores/clientListStore.ts?");

/***/ }),

/***/ "./src/Journey/ClientAdmin/SystemSetup/GeneralSettings/Framework/stores/getClientBasedSettings.ts":
/*!********************************************************************************************************!*\
  !*** ./src/Journey/ClientAdmin/SystemSetup/GeneralSettings/Framework/stores/getClientBasedSettings.ts ***!
  \********************************************************************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {

"use strict";
eval("\nObject.defineProperty(exports, \"__esModule\", { value: true });\nconst tslib_1 = __webpack_require__(/*! tslib */ \"./node_modules/tslib/tslib.es6.js\");\nconst _env_1 = __webpack_require__(/*! @env */ \"./env.ts\");\nconst lodash_1 = __webpack_require__(/*! lodash */ \"./node_modules/lodash/lodash.js\");\nconst mobx_1 = __webpack_require__(/*! mobx */ \"./node_modules/mobx/lib/mobx.module.js\");\nconst ApiStore_1 = __webpack_require__(/*! src/Common/stores/mobx/ApiStore */ \"./src/Common/stores/mobx/ApiStore.ts\");\nconst QuadrantStore_1 = __webpack_require__(/*! src/Common/stores/mobx/QuadrantStore */ \"./src/Common/stores/mobx/QuadrantStore.ts\");\nclass ClientBasedSettingsApiStore extends ApiStore_1.ApiStore {\n    constructor() {\n        super(`${_env_1.JOURNEY_API_URL}${'/api/client/${client_id}/systemSetup/getClientBasedSettings'}`);\n        this.byUserApi = new ApiStore_1.ApiStore(`${_env_1.JOURNEY_API_URL}${'/api/user/${user_id}/systemSetup/getClientBasedSettingsByUser'}`);\n        this.callToSetQuadrantBase = (payload, getByUserId = false) => tslib_1.__awaiter(this, void 0, void 0, function* () {\n            let response;\n            if (getByUserId) {\n                response = yield this.byUserApi.callApiIfPayloadDifferent(payload);\n                QuadrantStore_1.quadrantStore.setQuadrants(lodash_1.get(response, 'data.data.rename_quadrants', null));\n            }\n            else {\n                response = yield this.callApiIfPayloadDifferent(payload);\n            }\n            if (!lodash_1.isNil(lodash_1.get(response, 'data.data.rename_quadrants', null))) {\n                QuadrantStore_1.quadrantStore.setQuadrants(lodash_1.get(response, 'data.data.rename_quadrants', null));\n            }\n            else {\n                QuadrantStore_1.quadrantStore.setQuadrants(lodash_1.get(response, 'rename_quadrants', null));\n            }\n        });\n    }\n    get isLicenseExpiredBannerEnabled() {\n        return lodash_1.get(this.data, 'license_expired_banner', false);\n    }\n}\ntslib_1.__decorate([\n    mobx_1.action,\n    tslib_1.__metadata(\"design:type\", Object)\n], ClientBasedSettingsApiStore.prototype, \"callToSetQuadrantBase\", void 0);\ntslib_1.__decorate([\n    mobx_1.computed,\n    tslib_1.__metadata(\"design:type\", Object),\n    tslib_1.__metadata(\"design:paramtypes\", [])\n], ClientBasedSettingsApiStore.prototype, \"isLicenseExpiredBannerEnabled\", null);\nexports.getClientBasedSettingsApi = new ClientBasedSettingsApiStore();\n\n\n//# sourceURL=webpack:///./src/Journey/ClientAdmin/SystemSetup/GeneralSettings/Framework/stores/getClientBasedSettings.ts?");

/***/ }),

/***/ "./src/Journey/ClientAdmin/SystemSetup/ReleaseNote/store/getLatestPublishedReleaseNoteApiStore.ts":
/*!********************************************************************************************************!*\
  !*** ./src/Journey/ClientAdmin/SystemSetup/ReleaseNote/store/getLatestPublishedReleaseNoteApiStore.ts ***!
  \********************************************************************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {

"use strict";
eval("\nObject.defineProperty(exports, \"__esModule\", { value: true });\nconst tslib_1 = __webpack_require__(/*! tslib */ \"./node_modules/tslib/tslib.es6.js\");\nconst lodash_1 = __webpack_require__(/*! lodash */ \"./node_modules/lodash/lodash.js\");\nconst mobx_1 = __webpack_require__(/*! mobx */ \"./node_modules/mobx/lib/mobx.module.js\");\nconst ApiStore_1 = __webpack_require__(/*! src/Common/stores/mobx/ApiStore */ \"./src/Common/stores/mobx/ApiStore.ts\");\nconst AuthStore_1 = __webpack_require__(/*! src/Common/stores/mobx/AuthStore */ \"./src/Common/stores/mobx/AuthStore.ts\");\nconst routerStore_1 = __webpack_require__(/*! src/Common/routerStore */ \"./src/Common/routerStore.ts\");\nclass GetLatestPublishedReleaseNoteApiStore extends ApiStore_1.ApiStore {\n    constructor() {\n        super('api/client/${client_id}/releaseNote/getLatestPublishedReleaseNote');\n        this.hasLatest = window.localStorage.getItem('rn-has-latest') === 'true';\n        this.userMetaData = JSON.parse(window.localStorage.getItem('rn-user-metadata')) || {};\n        this.setUserHasViewed = (hasViewed) => {\n            const userId = lodash_1.get(AuthStore_1.authStore, 'userProfile.id');\n            const userMetadata = JSON.parse(window.localStorage.getItem('rn-user-metadata'));\n            if (userMetadata) {\n                userMetadata[userId] = { hasViewed };\n                window.localStorage.setItem('rn-user-metadata', JSON.stringify(userMetadata));\n                this.userMetaData = userMetadata;\n            }\n            else {\n                const newObj = { [userId]: { hasViewed } };\n                window.localStorage.setItem('rn-user-metadata', JSON.stringify(newObj));\n                this.userMetaData = newObj;\n            }\n        };\n        this.toggleHasLatest = (flag) => {\n            window.localStorage.setItem('rn-has-latest', flag.toString());\n            this.hasLatest = flag;\n        };\n        this.callApiAndSave = () => tslib_1.__awaiter(this, void 0, void 0, function* () {\n            const storedId = window.localStorage.getItem('rn-latest-published-id');\n            if (routerStore_1.routerStore.params.client_id) {\n                yield this.callApi({ client_id: routerStore_1.routerStore.params.client_id });\n                const latestId = this.data.id;\n                if (storedId) {\n                    if (storedId !== latestId.toString()) {\n                        window.localStorage.setItem('rn-latest-published-id', latestId.toString());\n                        this.toggleHasLatest(true);\n                        this.setUserHasViewed(false);\n                    }\n                    else {\n                        this.toggleHasLatest(false);\n                    }\n                }\n                else {\n                    window.localStorage.setItem('rn-latest-published-id', latestId.toString());\n                    this.toggleHasLatest(true);\n                }\n            }\n        });\n    }\n    get hasUserViewed() {\n        const userId = lodash_1.get(AuthStore_1.authStore, 'userProfile.id');\n        return lodash_1.get(this.userMetaData, `[${userId}].hasViewed`, false);\n    }\n}\ntslib_1.__decorate([\n    mobx_1.observable,\n    tslib_1.__metadata(\"design:type\", Boolean)\n], GetLatestPublishedReleaseNoteApiStore.prototype, \"hasLatest\", void 0);\ntslib_1.__decorate([\n    mobx_1.observable,\n    tslib_1.__metadata(\"design:type\", Object)\n], GetLatestPublishedReleaseNoteApiStore.prototype, \"userMetaData\", void 0);\ntslib_1.__decorate([\n    mobx_1.computed,\n    tslib_1.__metadata(\"design:type\", Object),\n    tslib_1.__metadata(\"design:paramtypes\", [])\n], GetLatestPublishedReleaseNoteApiStore.prototype, \"hasUserViewed\", null);\ntslib_1.__decorate([\n    mobx_1.action,\n    tslib_1.__metadata(\"design:type\", Object)\n], GetLatestPublishedReleaseNoteApiStore.prototype, \"setUserHasViewed\", void 0);\ntslib_1.__decorate([\n    mobx_1.action,\n    tslib_1.__metadata(\"design:type\", Object)\n], GetLatestPublishedReleaseNoteApiStore.prototype, \"toggleHasLatest\", void 0);\nexports.getLatestPublishedReleaseNoteApiStore = new GetLatestPublishedReleaseNoteApiStore();\n\n\n//# sourceURL=webpack:///./src/Journey/ClientAdmin/SystemSetup/ReleaseNote/store/getLatestPublishedReleaseNoteApiStore.ts?");

/***/ }),

/***/ "./src/Journey/ClientAdmin/_declare/icon.ts":
/*!**************************************************!*\
  !*** ./src/Journey/ClientAdmin/_declare/icon.ts ***!
  \**************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {

"use strict";
eval("\nObject.defineProperty(exports, \"__esModule\", { value: true });\nvar ICON_TYPE;\n(function (ICON_TYPE) {\n    ICON_TYPE[\"Action\"] = \"action\";\n    ICON_TYPE[\"Link\"] = \"link\";\n    ICON_TYPE[\"Unlink\"] = \"unlink\";\n    ICON_TYPE[\"Lock\"] = \"lock\";\n    ICON_TYPE[\"Unlock\"] = \"unlock\";\n    ICON_TYPE[\"LoadingCircle\"] = \"loading_circle\";\n})(ICON_TYPE = exports.ICON_TYPE || (exports.ICON_TYPE = {}));\n\n\n//# sourceURL=webpack:///./src/Journey/ClientAdmin/_declare/icon.ts?");

/***/ }),

/***/ "./src/Journey/ClientAdmin/constants/routes.ts":
/*!*****************************************************!*\
  !*** ./src/Journey/ClientAdmin/constants/routes.ts ***!
  \*****************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {

"use strict";
eval("\nObject.defineProperty(exports, \"__esModule\", { value: true });\nexports.CLIENT_ADMIN_DOMAIN = '/client-admin/client/:client_id';\nexports.MANAGER_DOMAIN = '/manager/client';\nexports.MANAGER_APP_DOMAIN = '/manager/v2/client';\nexports.EMPLOYEE_INFO_DOMAIN = '/employee-info';\nexports.CLIENT_ADMIN_ASSESSMENT = `${exports.CLIENT_ADMIN_DOMAIN}/assessment`;\nexports.ASSESSMENT_MANAGE = `${exports.CLIENT_ADMIN_DOMAIN}/journey`;\nexports.ASSESSMENT_MANAGE_DETAILS = `${exports.CLIENT_ADMIN_DOMAIN}/journey/:journey_id/tab/:tab`;\nexports.ASSESSMENT_MANAGE_DETAILS_REPORT = `${exports.CLIENT_ADMIN_DOMAIN}/journey/:journey_id/tab/report/details/:details`;\nexports.ASSESSMENT_CONFIG = `${exports.CLIENT_ADMIN_DOMAIN}/journey/configure`;\nexports.CLIENT_ADMIN_BI_GENERAL_HIRING = `${exports.CLIENT_ADMIN_DOMAIN}/bi-general-hiring`;\nexports.ARCHIVE_MANAGE = `${exports.CLIENT_ADMIN_DOMAIN}/archive`;\nexports.ARCHIVE_CANDIDATE_MANAGE = `${exports.CLIENT_ADMIN_DOMAIN}/archive/:archive_id/candidate`;\nexports.ASSESSMENT_CONFIG_DETAILS = `${exports.CLIENT_ADMIN_DOMAIN}/journey/configure/:configure`;\nexports.CANDIDATE_READ_ROUTE = `${exports.CLIENT_ADMIN_DOMAIN}/journey/:journey_id/candidate`;\nexports.CANDIDATE_READ_ROUTE_DETAILS = `${exports.CANDIDATE_READ_ROUTE}/:candidate_id/tab/:tab`;\nexports.CANDIDATE_READ_ROUTE_CREATE = `${exports.CANDIDATE_READ_ROUTE}/tab/create/`;\nexports.CANDIDATE_READ_ROUTE_EDIT = `${exports.CANDIDATE_READ_ROUTE}/:candidate_id/tab/edit`;\nexports.NEW_CANDIDATE_MANAGEMENT = `/:journey_id/candidate-management?page=1`;\nexports.ASSESSMENT_EDM_CREATE = `${exports.ASSESSMENT_MANAGE_DETAILS}/template/:template_id/create`;\nexports.ASSESSMENT_EDM_CREATE_CUSTOM = `${exports.ASSESSMENT_MANAGE_DETAILS}/template/custom/create`;\nexports.ASSESSMENT_EDM_UPDATE = `${exports.ASSESSMENT_MANAGE_DETAILS}/template/:template_id/update`;\nexports.ASSESSMENT_EDM_PREVIEW = `${exports.ASSESSMENT_MANAGE_DETAILS}/template/:template_id/preview`;\nexports.REPORT_READ_ROUTE = `${exports.CLIENT_ADMIN_DOMAIN}/report`;\nexports.CLIENT_ADMIN_CANDIDATE_MANAGEMENT = `${exports.CLIENT_ADMIN_DOMAIN}/candidate-management`;\nexports.CLIENT_ADMIN_CANDIDATE_MANAGEMENT_DETAILS = `${exports.CLIENT_ADMIN_DOMAIN}/candidate-management/journey/:journey_id/candidate/:candidate_id/tab/:tab`;\nexports.CLIENT_ADMIN_CANDIDATE_MANAGEMENT_CREATE = `${exports.CLIENT_ADMIN_CANDIDATE_MANAGEMENT}/tab/create`;\nexports.CLIENT_ADMIN_CANDIDATE_MANAGEMENT_EDIT = `${exports.CLIENT_ADMIN_CANDIDATE_MANAGEMENT}/tab/edit/journey/:journey_id/candidate/:candidate_id`;\nexports.CLIENT_ADMIN_CREDIT_MANAGEMENT = `${exports.CLIENT_ADMIN_DOMAIN}/credit-management`;\nexports.CLIENT_ADMIN_CREDIT_MANAGEMENT_TABS = `${exports.CLIENT_ADMIN_CREDIT_MANAGEMENT}/tab/:tab`;\nexports.CLIENT_ADMIN_CREDIT_MANAGEMENT_SUPER_ADMIN_TABS = `${exports.CLIENT_ADMIN_CREDIT_MANAGEMENT}/super-admin/tab/:tab`;\nexports.CLIENT_ADMIN_CREDIT_MANAGEMENT_ASSESSMENT_VIEW_RECORDS = `${exports.CLIENT_ADMIN_CREDIT_MANAGEMENT}/view-records/journey/:journey_id/tab/:tab`;\nexports.COMING_SOON = `${exports.CLIENT_ADMIN_DOMAIN}/coming-soon`;\nexports.TALENT_OVERVIEW = `${exports.CLIENT_ADMIN_DOMAIN}/talent-overview`;\nexports.TALENT_OVERVIEW_LIST = `${exports.TALENT_OVERVIEW}/list`;\nexports.TALENT_OVERVIEW_OVERVIEW = `${exports.TALENT_OVERVIEW}/overview`;\nexports.TALENT_OVERVIEW_OVERVIEW_ROLE_DETAILS = `${exports.TALENT_OVERVIEW_OVERVIEW}/role/:role_id`;\nexports.TALENT_OVERVIEW_ROLE = `${exports.TALENT_OVERVIEW}/role`;\nexports.TALENT_OVERVIEW_ROLE_PAGE = `${exports.TALENT_OVERVIEW}/role/page/:page`;\nexports.TALENT_OVERVIEW_PROFILE = `${exports.TALENT_OVERVIEW}/profile`;\nexports.TALENT_OVERVIEW_PROFILE_PAGE = `${exports.TALENT_OVERVIEW}/profile/page/:page`;\nexports.TALENT_OVERVIEW_DETAILS = `${exports.TALENT_OVERVIEW}/role/:role/tab/:tab`;\nexports.TALENT_OVERVIEW_ROLE_PROFILE = `${exports.TALENT_OVERVIEW}/role/:role/tab/role-profile`;\nexports.TALENT_OVERVIEW_ROLE_ACCOUNTABILITY = `${exports.TALENT_OVERVIEW}/role/:role/tab/role-profile/accountability`;\nexports.TALENT_OVERVIEW_ROLE_ASPIRATION = `${exports.TALENT_OVERVIEW}/role/:role/tab/role-profile/aspiration`;\nexports.TALENT_OVERVIEW_DETAILS_READINESS = `${exports.TALENT_OVERVIEW}/role/:role/tab/employee-info/readiness`;\nexports.TALENT_OVERVIEW_TALENT = `${exports.TALENT_OVERVIEW}/role/:role/tab/talent-profile`;\nexports.TALENT_OVERVIEW_TALENT_ROLE = `${exports.TALENT_OVERVIEW_TALENT}/talent-role-id/:talent_role_id/talent-role/:talent_role`;\nexports.TALENT_OVERVIEW_TALENT_DEVELOPMENT = `${exports.TALENT_OVERVIEW_TALENT_ROLE}/development`;\nexports.TALENT_OVERVIEW_TALENT_DEVELOPMENT_PLAN = `${exports.TALENT_OVERVIEW_TALENT_ROLE}/development/plan/:plan/development`;\nexports.TALENT_OVERVIEW_TALENT_ASPIRATION = `${exports.TALENT_OVERVIEW_TALENT_ROLE}/aspiration`;\nexports.TALENT_OVERVIEW_TALENT_ACCOUNTABILITY = `${exports.TALENT_OVERVIEW_TALENT_ROLE}/accountability`;\nexports.TALENT_OVERVIEW_JOURNAL_DETAILS = `${exports.TALENT_OVERVIEW}/role/:role/tab/journal/details/:details`;\nexports.CLIENT_ADMIN_SYSTEM_SETUP = `${exports.CLIENT_ADMIN_DOMAIN}/system-setup`;\nexports.CLIENT_ADMIN_FRAMEWORK = `${exports.CLIENT_ADMIN_SYSTEM_SETUP}/page/framework`;\nexports.CLIENT_ADMIN_FRAMEWORK_MANAGEMENT = `${exports.CLIENT_ADMIN_FRAMEWORK}/tab/:tab`;\nexports.CLIENT_ADMIN_FRAMEWORK_MANAGEMENT_JOB_LIST = `${exports.CLIENT_ADMIN_FRAMEWORK_MANAGEMENT}/details/list`;\nexports.CLIENT_ADMIN_FRAMEWORK_MANAGEMENT_DETAILS = `${exports.CLIENT_ADMIN_FRAMEWORK_MANAGEMENT}/details/:details`;\nexports.CLIENT_ADMIN_FRAMEWORK_MANAGEMENT_DETAILS_EDIT = `${exports.CLIENT_ADMIN_FRAMEWORK_MANAGEMENT}/details/:details/edit`;\nexports.CLIENT_ADMIN_FRAMEWORK_MANAGEMENT_DETAILS_COMPETENCY = `${exports.CLIENT_ADMIN_FRAMEWORK_MANAGEMENT}/details/:details/competency/:competency_id`;\nexports.CLIENT_ADMIN_FRAMEWORK_MANAGEMENT_DETAILS_COMPETENCY_LEVELS = `${exports.CLIENT_ADMIN_FRAMEWORK_MANAGEMENT_DETAILS_COMPETENCY}/levels`;\nexports.CLIENT_ADMIN_FRAMEWORK_MANAGEMENT_DETAILS_COMPETENCY_OTHERS = `${exports.CLIENT_ADMIN_FRAMEWORK_MANAGEMENT_DETAILS_COMPETENCY}/others`;\nexports.CLIENT_ADMIN_FRAMEWORK_MANAGEMENT_DETAILS_JOB_PROFILE = `${exports.CLIENT_ADMIN_FRAMEWORK_MANAGEMENT}/details/:details/job-profile/:unique_code`;\nexports.CLIENT_ADMIN_ROLE_MANAGEMENT = `${exports.CLIENT_ADMIN_SYSTEM_SETUP}/page/role-management`;\nexports.CLIENT_ADMIN_ROLE_MANAGEMENT_DETAILS = `${exports.CLIENT_ADMIN_ROLE_MANAGEMENT}/details/audit-trails`;\nexports.CLIENT_ADMIN_ASPIRATION = `${exports.CLIENT_ADMIN_SYSTEM_SETUP}/page/aspiration`;\nexports.CLIENT_ADMIN_ASPIRATION_DETAILS = `${exports.CLIENT_ADMIN_ASPIRATION}/details/:details`;\nexports.CLIENT_ADMIN_FORMULA_ENGINE = `${exports.CLIENT_ADMIN_SYSTEM_SETUP}/page/formula-management`;\nexports.CLIENT_ADMIN_FORMULA_ENGINE_CREATE = `${exports.CLIENT_ADMIN_FORMULA_ENGINE}/create`;\nexports.CLIENT_ADMIN_FORMULA_ENGINE_EDIT = `${exports.CLIENT_ADMIN_FORMULA_ENGINE}/:formula_engine_id/edit`;\nexports.CLIENT_ADMIN_FORMULA_ENGINE_CONFIG = `${exports.CLIENT_ADMIN_FORMULA_ENGINE}/:formula_engine_id/config`;\nexports.CLIENT_ADMIN_FORMULA_ENGINE_CATEGORY_EDIT = `${exports.CLIENT_ADMIN_FORMULA_ENGINE_EDIT}/category/:category_id/edit`;\nexports.CLIENT_ADMIN_FORMULA_ENGINE_FORMULA_EDIT = `${exports.CLIENT_ADMIN_FORMULA_ENGINE_CATEGORY_EDIT}/formula/:formula_id/edit`;\nexports.CLIENT_ADMIN_DASHBOARD = `${exports.CLIENT_ADMIN_DOMAIN}/dashboard`;\nexports.CLIENT_ADMIN_DASHBOARD_REPORT = `${exports.CLIENT_ADMIN_DASHBOARD}/reports`;\nexports.CLIENT_ADMIN_REPORTS = `${exports.CLIENT_ADMIN_DASHBOARD_REPORT}/report/:report_type/journeyReportsId/:journeyReportsId?`;\nexports.CLIENT_ADMIN_DASHBOARD_UPLOAD = `${exports.CLIENT_ADMIN_DOMAIN}/dashboard/upload`;\nexports.CLIENT_ADMIN_SUCCESSION_PLANNING = `${exports.CLIENT_ADMIN_DOMAIN}/succession-planning`;\nexports.CLIENT_ADMIN_SUCCESSION_PLANNING_ROLE = `${exports.CLIENT_ADMIN_SUCCESSION_PLANNING}/role/:role_id`;\nexports.CLIENT_ADMIN_SUCCESSION_PLANNING_LIST = `${exports.CLIENT_ADMIN_SUCCESSION_PLANNING}/list`;\nexports.CLIENT_ADMIN_DASHBOARD_GADP = `${exports.CLIENT_ADMIN_DASHBOARD}/:dashboard_id/tab/:tab`;\nexports.CLIENT_ADMIN_DASHBOARD_GROUP_TRENDS = `${exports.CLIENT_ADMIN_DASHBOARD}/:dashboard_id/`;\nexports.CLIENT_ADMIN_DASHBOARD_SALARY_BENCHMARK_1 = `${exports.CLIENT_ADMIN_DASHBOARD}/:dashboard_id/card/:card`;\nexports.CLIENT_ADMIN_DASHBOARD_SALARY_BENCHMARK_2 = `${exports.CLIENT_ADMIN_DASHBOARD}/:dashboard_id/card/:card`;\nexports.CLIENT_ADMIN_DASHBOARD_FUNNEL_1 = `${exports.CLIENT_ADMIN_DASHBOARD}/:dashboard_id/card/:card`;\nexports.CLIENT_ADMIN_DASHBOARD_FUNNEL_2 = `${exports.CLIENT_ADMIN_DASHBOARD}/:dashboard_id/card/:card`;\nexports.CLIENT_ADMIN_DASHBOARD_COMPETENCY_BENCHMARK = `${exports.CLIENT_ADMIN_DASHBOARD}/:dashboard_id/competency-benchmark`;\nexports.CLIENT_ADMIN_DASHBOARD_GADP_EMPLOYEE_INFO = `${exports.CLIENT_ADMIN_DASHBOARD_GADP}/opco/:opco_id/role/:role_id`;\nexports.CLIENT_ADMIN_DASHBOARD_GADP_CLIENT_VIEW = `${exports.CLIENT_ADMIN_DASHBOARD}/:dashboard_id/tab/:tab/opco/:opco_id`;\nexports.CLIENT_ADMIN_DASHBOARD_GADP_SUMMARY = `${exports.CLIENT_ADMIN_DASHBOARD}/:dashboard_id/summary`;\nexports.CLIENT_ADMIN_TALENT_PROFILE = `${exports.CLIENT_ADMIN_DOMAIN}/profile-management/`;\nexports.CLIENT_ADMIN_TALENT_PROFILE_TALENT = `${exports.CLIENT_ADMIN_DOMAIN}/profile-management/talent/:talent_id/details/:details`;\nexports.MANAGER_TALENT_PROFILE = `${exports.MANAGER_DOMAIN}/profile-management`;\nexports.MANAGER_INTERVIEW_PORTAL = `${exports.MANAGER_DOMAIN}/interview-portal`;\nexports.MANAGER_TALENT_PROFILE_TALENT = `${exports.MANAGER_DOMAIN}/:client_id/profile-management/talent/:talent_id/user/:user_id/details/:details`;\nexports.MANAGER_APP_TALENT_PROFILE_TALENT = `${exports.MANAGER_APP_DOMAIN}/:client_id/profile-management/talent/:talent_id/user/:user_id/details/:details`;\nexports.CLIENT_ADMIN_TALENT_PROFILE_EMAIL_TEMPLATE = `${exports.CLIENT_ADMIN_DOMAIN}/profile-management/email-template/:template_id`;\nexports.CLIENT_ADMIN_TALENT_PROFILE_MANAGER_EMAIL_TEMPLATE = `${exports.CLIENT_ADMIN_DOMAIN}/profile-management/email-template-rater/:template_id`;\nexports.CLIENT_ADMIN_TALENT_TECHNICAL_VERIFICATION_EMAIL_TEMPLATE = `${exports.CLIENT_ADMIN_DOMAIN}/profile-management/email-template-technical-verification/:template_id`;\nexports.CLIENT_ADMIN_REMINDER_EMAIL_TEMPLATE_TALENT = `${exports.CLIENT_ADMIN_DOMAIN}/profile-management/reminder-email-template-talent/:template_id`;\nexports.CLIENT_ADMIN_REMINDER_EMAIL_TEMPLATE_MANAGER = `${exports.CLIENT_ADMIN_DOMAIN}/profile-management/reminder-email-template-rater/:template_id`;\nexports.CLIENT_ADMIN_ACCOUNT_CREATION_EMAIL_TEMPLATE = `${exports.CLIENT_ADMIN_DOMAIN}/profile-management/account-creation-email-template/:template_id`;\nexports.CLIENT_ADMIN_GENERAL_SETTINGS = `${exports.CLIENT_ADMIN_SYSTEM_SETUP}/page/general-settings/details/:details`;\nexports.CLIENT_ADMIN_DASHBOARD_RECRUITMENT = `${exports.CLIENT_ADMIN_DASHBOARD}/recruitment/page/:page`;\nexports.CLIENT_ADMIN_DASHBOARD_RECRUITMENT_OVERALL = `${exports.CLIENT_ADMIN_DASHBOARD_RECRUITMENT}/candidate/:candidate_id`;\nexports.CLIENT_ADMIN_DASHBOARD_SKILL_LEVEL_CHECK = `${exports.CLIENT_ADMIN_DASHBOARD}/skill-level-check/page`;\nexports.CLIENT_ADMIN_DASHBOARD_RECRUITMENT_WORKFLOW = `${exports.CLIENT_ADMIN_DASHBOARD}/recruitment-workflow/dashboard/:dashboard_id`;\nexports.CLIENT_ADMIN_DASHBOARD_RECRUITMENT_WORKFLOW_SINGLE = `${exports.CLIENT_ADMIN_DASHBOARD_RECRUITMENT_WORKFLOW}/recruitment/:recruitment_id`;\nexports.CLIENT_ADMIN_DASHBOARD_RECRUITMENT_WORKFLOW_EDITOR_CREATE = `${exports.CLIENT_ADMIN_DASHBOARD_RECRUITMENT_WORKFLOW_SINGLE}/template/create`;\nexports.CLIENT_ADMIN_DASHBOARD_RECRUITMENT_WORKFLOW_EDITOR_UPDATE = `${exports.CLIENT_ADMIN_DASHBOARD_RECRUITMENT_WORKFLOW_SINGLE}/template/:template_id/update`;\nexports.CLIENT_ADMIN_DASHBOARD_RECRUITMENT_WORKFLOW_EDITOR_PREVIEW = `${exports.CLIENT_ADMIN_DASHBOARD_RECRUITMENT_WORKFLOW_SINGLE}/template/:template_id/preview`;\nexports.MANAGER_APP_DOMAIN_COMPONENT = `${exports.MANAGER_APP_DOMAIN}/component`;\nexports.MANAGER_APP_DASHBOARD = `${exports.MANAGER_APP_DOMAIN}/dashboard`;\nexports.MANAGER_APP_DASHBOARD_TEAM_DEVELOPMENT = `${exports.MANAGER_APP_DASHBOARD}/team-development/page`;\nexports.MANAGER_APP_DASHBOARD_TEAM_PERFORMANCE = `${exports.MANAGER_APP_DASHBOARD}/team-performance/page`;\nexports.MANAGER_APP_DASHBOARD_TEAM_RISK_AREAS = `${exports.MANAGER_APP_DASHBOARD}/team-risk-areas/page`;\nexports.MANAGER_APP_DASHBOARD_TEAM_MENTEE_LIST = `${exports.MANAGER_APP_DASHBOARD}/team-mentee/page`;\nexports.MANAGER_APP_POPULAR_SKILLS = `${exports.MANAGER_APP_DASHBOARD}/popular-skills/page`;\nexports.MANAGER_APP_MY_TEAM = `${exports.MANAGER_APP_DOMAIN}/team`;\nexports.MANAGER_APP_LEARNING = `${exports.MANAGER_APP_DOMAIN}/learning`;\nexports.MANAGER_APP_VIEW_GAP = `${exports.MANAGER_APP_DOMAIN}/client/:client_id/manager/:manager_user_id/manager-role/:manager_talent_role_id/talent-profile/user/:user_id/role/:talent_role_id/view-gap`;\nexports.MANAGER_APP_TALENT_PROFILE = `${exports.MANAGER_APP_DOMAIN}/:client_id/profile-management/talent/:talent_id/details/:details`;\nexports.MANAGER_APP_MY_TEAM_ORG_CHART = `${exports.MANAGER_APP_MY_TEAM}/org-chart`;\nexports.MANAGER_APP_MY_TEAM_PROFILES = `${exports.MANAGER_APP_MY_TEAM}/team-profiles`;\nexports.MANAGER_APP_MY_TEAM_IDP_TEMPLATE = `${exports.MANAGER_APP_MY_TEAM}/idp-template`;\nexports.MANAGER_APP_EMPLOYEE_RATING = `${exports.MANAGER_APP_MY_TEAM}/employee-rating`;\nexports.MANAGER_APP_RATING = `/manager/rating/talent/:talent_id`;\nexports.CANDIDATE_APP_RATING = `/rating/talent/:talent_id`;\nexports.MANAGER_APP_OTHERS = `${exports.MANAGER_APP_DOMAIN}/others`;\nconst EMPLOYEE_INFO_PREFIX = `${exports.EMPLOYEE_INFO_DOMAIN}/user/:user_id`;\nexports.EMPLOYEE_INFO_SUMMARY = `${EMPLOYEE_INFO_PREFIX}/summary`;\nexports.EMPLOYEE_INFO_PERSONAL_PROFILE = `${EMPLOYEE_INFO_PREFIX}/personal-profile`;\nexports.EMPLOYEE_INFO_JOB_DETAILS = `${EMPLOYEE_INFO_PREFIX}/job-details`;\nexports.EMPLOYEE_INFO_TEAM = `${EMPLOYEE_INFO_PREFIX}/team`;\nexports.EMPLOYEE_INFO_PERFORMANCE_AND_ASSESSMENT = `${EMPLOYEE_INFO_PREFIX}/performance-and-assessment`;\nexports.EMPLOYEE_INFO_SUCCESSION = `${EMPLOYEE_INFO_PREFIX}/succession`;\nexports.EMPLOYEE_INFO_CAREER = `${EMPLOYEE_INFO_PREFIX}/career`;\nexports.EMPLOYEE_INFO_DEVELOPMENT = `${EMPLOYEE_INFO_PREFIX}/development`;\nexports.EMPLOYEE_INFO_REPORTS = `${EMPLOYEE_INFO_PREFIX}/reports`;\n\n\n//# sourceURL=webpack:///./src/Journey/ClientAdmin/constants/routes.ts?");

/***/ }),

/***/ "./src/Journey/ClientAdmin/icons/AssessIcon.tsx":
/*!******************************************************!*\
  !*** ./src/Journey/ClientAdmin/icons/AssessIcon.tsx ***!
  \******************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {

"use strict";
eval("\nObject.defineProperty(exports, \"__esModule\", { value: true });\nconst tslib_1 = __webpack_require__(/*! tslib */ \"./node_modules/tslib/tslib.es6.js\");\nconst React = __webpack_require__(/*! react */ \"./node_modules/react/index.js\");\nconst iconSvgTemplates_1 = __webpack_require__(/*! src/Journey/ClientAdmin/icons/iconSvgTemplates */ \"./src/Journey/ClientAdmin/icons/iconSvgTemplates.tsx\");\nconst AssessIcon = props => {\n    const { icon, options } = props, spanProps = tslib_1.__rest(props, [\"icon\", \"options\"]);\n    return (React.createElement(React.Fragment, null,\n        React.createElement(\"span\", Object.assign({ className: 'd-flex align-items-center justify-content-center assess-icon' }, spanProps), iconSvgTemplates_1.generateIconToDisplay(icon, options))));\n};\nexports.default = AssessIcon;\n\n\n//# sourceURL=webpack:///./src/Journey/ClientAdmin/icons/AssessIcon.tsx?");

/***/ }),

/***/ "./src/Journey/ClientAdmin/icons/iconCssList.scss":
/*!********************************************************!*\
  !*** ./src/Journey/ClientAdmin/icons/iconCssList.scss ***!
  \********************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {

eval("\nvar content = __webpack_require__(/*! !../../../../node_modules/css-loader??ref--5-1!../../../../node_modules/resolve-url-loader!../../../../node_modules/sass-loader/dist/cjs.js!./iconCssList.scss */ \"./node_modules/css-loader/index.js?!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js!./src/Journey/ClientAdmin/icons/iconCssList.scss\");\n\nif(typeof content === 'string') content = [[module.i, content, '']];\n\nvar transform;\nvar insertInto;\n\n\n\nvar options = {\"hmr\":true}\n\noptions.transform = transform\noptions.insertInto = undefined;\n\nvar update = __webpack_require__(/*! ../../../../node_modules/style-loader/lib/addStyles.js */ \"./node_modules/style-loader/lib/addStyles.js\")(content, options);\n\nif(content.locals) module.exports = content.locals;\n\nif(false) {}\n\n//# sourceURL=webpack:///./src/Journey/ClientAdmin/icons/iconCssList.scss?");

/***/ }),

/***/ "./src/Journey/ClientAdmin/icons/iconCssList.tsx":
/*!*******************************************************!*\
  !*** ./src/Journey/ClientAdmin/icons/iconCssList.tsx ***!
  \*******************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {

"use strict";
eval("\nObject.defineProperty(exports, \"__esModule\", { value: true });\nconst React = __webpack_require__(/*! react */ \"./node_modules/react/index.js\");\nconst lodash_1 = __webpack_require__(/*! lodash */ \"./node_modules/lodash/lodash.js\");\nconst style = __webpack_require__(/*! src/Journey/ClientAdmin/icons/iconCssList.scss */ \"./src/Journey/ClientAdmin/icons/iconCssList.scss\");\nexports.loadingCircleIconCss = (options) => {\n    const iconStyle = {\n        '--spinner-width': lodash_1.get(options, 'width'),\n        '--spinner-padding': lodash_1.get(options, 'padding'),\n        '--loading-icon-bg': lodash_1.get(options, 'backgroundColor')\n    };\n    return React.createElement(\"div\", { className: style.loadingCircle, style: iconStyle });\n};\n\n\n//# sourceURL=webpack:///./src/Journey/ClientAdmin/icons/iconCssList.tsx?");

/***/ }),

/***/ "./src/Journey/ClientAdmin/icons/iconSvgList.tsx":
/*!*******************************************************!*\
  !*** ./src/Journey/ClientAdmin/icons/iconSvgList.tsx ***!
  \*******************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {

"use strict";
eval("\nObject.defineProperty(exports, \"__esModule\", { value: true });\nconst React = __webpack_require__(/*! react */ \"./node_modules/react/index.js\");\nconst lodash_1 = __webpack_require__(/*! lodash */ \"./node_modules/lodash/lodash.js\");\nexports.actionIconSvg = (options) => (React.createElement(\"svg\", { xmlns: \"http://www.w3.org/2000/svg\", viewBox: \"0 0 24 5.537\", fill: lodash_1.get(options, 'fillColor'), height: lodash_1.get(options, 'height') || '3', width: lodash_1.get(options, 'width') || '11' },\n    React.createElement(\"path\", { id: \"three-dots\", d: \"M779.626,13.482a2.769,2.769,0,1,1,2.769-2.768,2.769,2.769,0,0,1-2.769,2.768m9.231,0a2.769,2.769,0,1,1,2.769-2.768,2.769,2.769,0,0,1-2.769,2.768m9.231,0a2.769,2.769,0,1,1,2.769-2.768,2.769,2.769,0,0,1-2.769,2.768\", transform: \"translate(-776.857 -7.945)\" })));\nexports.linkIconSvg = (options) => (React.createElement(\"svg\", { xmlns: \"http://www.w3.org/2000/svg\", viewBox: \"0 0 23.832 12.414\", fill: lodash_1.get(options, 'fillColor'), height: lodash_1.get(options, 'height') || '6', width: lodash_1.get(options, 'width') || '11' },\n    React.createElement(\"g\", { id: \"link\", transform: \"translate(0)\" },\n        React.createElement(\"path\", { id: \"Path_15671\", \"data-name\": \"Path 15671\", d: \"M9.068,12.414H6.137A6.2,6.2,0,0,1,0,6.12,6.175,6.175,0,0,1,6.119,0H9A1.241,1.241,0,1,1,9,2.483H6.137a3.725,3.725,0,0,0,.017,7.449H9.068a1.241,1.241,0,1,1,0,2.482\" }),\n        React.createElement(\"path\", { id: \"Path_15672\", \"data-name\": \"Path 15672\", d: \"M14.789,12.414a1.241,1.241,0,1,1,0-2.482h2.934a3.726,3.726,0,0,0-.025-7.45H14.857a1.241,1.241,0,1,1,0-2.482h2.866a6.208,6.208,0,0,1,.024,12.414Z\" }),\n        React.createElement(\"path\", { id: \"Path_15673\", \"data-name\": \"Path 15673\", d: \"M16.53,7.447h-9.1a1.241,1.241,0,1,1,0-2.482h9.1a1.241,1.241,0,1,1,0,2.482\" }))));\nexports.unlinkIconSvg = (options) => (React.createElement(\"svg\", { xmlns: \"http://www.w3.org/2000/svg\", viewBox: \"0 0 23.832 12.415\", fill: lodash_1.get(options, 'fillColor'), height: lodash_1.get(options, 'height') || '6', width: lodash_1.get(options, 'width') || '11' },\n    React.createElement(\"g\", { id: \"unlink\", transform: \"translate(0)\" },\n        React.createElement(\"path\", { id: \"Path_15674\", \"data-name\": \"Path 15674\", d: \"M9.068,12.415H6.137A6.208,6.208,0,0,1,6.119,0H9A1.241,1.241,0,1,1,9,2.483H6.137a3.726,3.726,0,0,0,.017,7.45H9.068a1.241,1.241,0,1,1,0,2.482\" }),\n        React.createElement(\"path\", { id: \"Path_15675\", \"data-name\": \"Path 15675\", d: \"M14.789,12.415a1.241,1.241,0,1,1,0-2.482h2.934A3.727,3.727,0,0,0,17.7,2.482H14.857a1.241,1.241,0,1,1,0-2.482h2.866a6.209,6.209,0,0,1,.025,12.415Z\" }))));\nexports.lockIconSvg = (options) => (React.createElement(\"svg\", { id: \"lock\", xmlns: \"http://www.w3.org/2000/svg\", viewBox: \"0 0 16.655 23.614\", fill: lodash_1.get(options, 'fillColor'), height: lodash_1.get(options, 'height') || '11', width: lodash_1.get(options, 'width') || '8' },\n    React.createElement(\"path\", { id: \"Path_15669\", \"data-name\": \"Path 15669\", d: \"M13.709,9.24V5.383a5.382,5.382,0,1,0-10.765,0V9.24A3.023,3.023,0,0,0,0,12.26v8.326a3.028,3.028,0,0,0,3.026,3.028h10.6a3.028,3.028,0,0,0,3.028-3.028V12.26a3.023,3.023,0,0,0-2.946-3.02M5.427,5.383a2.9,2.9,0,1,1,5.8,0V9.232h-5.8Z\" })));\nexports.unlockIconSvg = (options) => (React.createElement(\"svg\", { xmlns: \"http://www.w3.org/2000/svg\", viewBox: \"0 0 23.033 24.613\", fill: lodash_1.get(options, 'fillColor'), height: lodash_1.get(options, 'height') || '11', width: lodash_1.get(options, 'width') || '10' },\n    React.createElement(\"path\", { id: \"unlock\", d: \"M1359.354-6381.388h-.008a3.027,3.027,0,0,1-3.02-3.033v-8.324a3.023,3.023,0,0,1,2.945-3.019v-.008h-.045v-3.848a2.9,2.9,0,0,0-2.9-2.9,2.9,2.9,0,0,0-2.9,2.9,1.242,1.242,0,0,1-1.241,1.241,1.242,1.242,0,0,1-1.243-1.241,5.388,5.388,0,0,1,5.382-5.381,5.388,5.388,0,0,1,5.382,5.381V-6397c.029.38.045.79.045,1.224h8.2a3.027,3.027,0,0,1,3.027,3.027v8.328a3.028,3.028,0,0,1-3.027,3.029Z\", transform: \"translate(-1350.444 6405.501)\", stroke: \"rgba(0,0,0,0)\", strokeWidth: \"1\" })));\n\n\n//# sourceURL=webpack:///./src/Journey/ClientAdmin/icons/iconSvgList.tsx?");

/***/ }),

/***/ "./src/Journey/ClientAdmin/icons/iconSvgTemplates.tsx":
/*!************************************************************!*\
  !*** ./src/Journey/ClientAdmin/icons/iconSvgTemplates.tsx ***!
  \************************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {

"use strict";
eval("\nObject.defineProperty(exports, \"__esModule\", { value: true });\nconst iconSvgList_1 = __webpack_require__(/*! src/Journey/ClientAdmin/icons/iconSvgList */ \"./src/Journey/ClientAdmin/icons/iconSvgList.tsx\");\nconst iconCssList_1 = __webpack_require__(/*! src/Journey/ClientAdmin/icons/iconCssList */ \"./src/Journey/ClientAdmin/icons/iconCssList.tsx\");\nconst iconTemplates = {\n    action: (options) => iconSvgList_1.actionIconSvg(options),\n    link: (options) => iconSvgList_1.linkIconSvg(options),\n    unlink: (options) => iconSvgList_1.unlinkIconSvg(options),\n    lock: (options) => iconSvgList_1.lockIconSvg(options),\n    unlock: (options) => iconSvgList_1.unlockIconSvg(options),\n    loading_circle: (options) => iconCssList_1.loadingCircleIconCss(options)\n};\nexports.generateIconToDisplay = (icon, options) => {\n    try {\n        const generateIcon = iconTemplates[icon];\n        const iconToDisplay = generateIcon(options);\n        return iconToDisplay;\n    }\n    catch (err) {\n        console.error('Error when generating icon: ', err);\n    }\n};\n\n\n//# sourceURL=webpack:///./src/Journey/ClientAdmin/icons/iconSvgTemplates.tsx?");

/***/ }),

/***/ "./src/Journey/ClientAdmin/utils/getAppDomain.ts":
/*!*******************************************************!*\
  !*** ./src/Journey/ClientAdmin/utils/getAppDomain.ts ***!
  \*******************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {

"use strict";
eval("\nObject.defineProperty(exports, \"__esModule\", { value: true });\nexports.getAppDomain = () => {\n    const splitted = window.location.hostname.split('.');\n    splitted.shift();\n    const APP_DOMAIN = splitted.length === 0 ? 'localhost' : `.${splitted.join('.')}`;\n    return APP_DOMAIN;\n};\n\n\n//# sourceURL=webpack:///./src/Journey/ClientAdmin/utils/getAppDomain.ts?");

/***/ }),

/***/ "./src/Journey/Manager/components/Dropdown/DropdownBase.tsx":
/*!******************************************************************!*\
  !*** ./src/Journey/Manager/components/Dropdown/DropdownBase.tsx ***!
  \******************************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {

"use strict";
eval("\nObject.defineProperty(exports, \"__esModule\", { value: true });\nconst tslib_1 = __webpack_require__(/*! tslib */ \"./node_modules/tslib/tslib.es6.js\");\nconst React = __webpack_require__(/*! react */ \"./node_modules/react/index.js\");\nconst style = __webpack_require__(/*! ./dropdownBase.scss */ \"./src/Journey/Manager/components/Dropdown/dropdownBase.scss\");\nconst reactstrap_1 = __webpack_require__(/*! reactstrap */ \"./node_modules/reactstrap/es/index.js\");\nconst react_1 = __webpack_require__(/*! react */ \"./node_modules/react/index.js\");\nconst _ = __webpack_require__(/*! lodash */ \"./node_modules/lodash/lodash.js\");\nconst react_router_dom_1 = __webpack_require__(/*! react-router-dom */ \"./node_modules/react-router-dom/esm/react-router-dom.js\");\nconst i18next_1 = __webpack_require__(/*! i18next */ \"./node_modules/i18next/dist/esm/i18next.js\");\nexports.DropdownBase = props => {\n    const { dropdownItem, className, additionalContent, renderMenuItems, dropDownClassName, dropdownProps, dropdownToggleProps, dropdownStandard } = props, otherProps = tslib_1.__rest(props, [\"dropdownItem\", \"className\", \"additionalContent\", \"renderMenuItems\", \"dropDownClassName\", \"dropdownProps\", \"dropdownToggleProps\", \"dropdownStandard\"]);\n    const [dropdownIsOpen, setDropdownIsOpen] = react_1.useState(false);\n    const [dropdownMenuContainerRef, setDropdownMenuContainerRef] = React.useState();\n    const [stateStyle, setStateStyle] = React.useState({});\n    const toggleDropdownIsOpen = () => {\n        setDropdownIsOpen(!dropdownIsOpen);\n        const dropdownHeightInTermsOfItemsNumber = dropdownItem.length * 30;\n        const dropdownAttitude = dropdownMenuContainerRef.getBoundingClientRect().top + dropdownHeightInTermsOfItemsNumber;\n        const overflow = dropdownAttitude > window.innerHeight;\n        if (overflow) {\n            setStateStyle({ height: dropdownHeightInTermsOfItemsNumber * 0.8, overflowY: 'scroll' });\n        }\n        else {\n            setStateStyle({});\n        }\n    };\n    const renderDropdownItems = () => {\n        if (_.isEmpty(props.dropdownItem)) {\n            return React.createElement(reactstrap_1.DropdownItem, { disabled: true }, i18next_1.default.t('no_data_available'));\n        }\n        else {\n            return _.map(props.dropdownItem, (_a, i) => {\n                var { name, to } = _a, itemProps = tslib_1.__rest(_a, [\"name\", \"to\"]);\n                if (to) {\n                    return (React.createElement(react_router_dom_1.Link, { key: i, tabIndex: 0, to: to, className: style.dropdownItemLink },\n                        React.createElement(reactstrap_1.DropdownItem, Object.assign({}, itemProps), itemProps.children || name)));\n                }\n                else {\n                    return (React.createElement(reactstrap_1.DropdownItem, Object.assign({}, itemProps, { key: i }), name));\n                }\n            });\n        }\n    };\n    return (React.createElement(\"div\", { className: `${dropDownClassName} ${dropdownStandard && style.dropdownStandard} ${style.dropdown}` },\n        React.createElement(reactstrap_1.ButtonDropdown, Object.assign({ isOpen: dropdownIsOpen, toggle: toggleDropdownIsOpen }, dropdownProps),\n            additionalContent,\n            React.createElement(reactstrap_1.DropdownToggle, Object.assign({ tag: 'div' }, dropdownToggleProps),\n                React.createElement(\"div\", { className: props.className }, props.children)),\n            React.createElement(\"div\", { ref: r => setDropdownMenuContainerRef(r) },\n                React.createElement(reactstrap_1.DropdownMenu, Object.assign({}, otherProps, { style: stateStyle }), renderMenuItems ? renderMenuItems(dropdownItem) : renderDropdownItems())))));\n};\n\n\n//# sourceURL=webpack:///./src/Journey/Manager/components/Dropdown/DropdownBase.tsx?");

/***/ }),

/***/ "./src/Journey/Manager/components/Dropdown/dropdownBase.scss":
/*!*******************************************************************!*\
  !*** ./src/Journey/Manager/components/Dropdown/dropdownBase.scss ***!
  \*******************************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {

eval("\nvar content = __webpack_require__(/*! !../../../../../node_modules/css-loader??ref--5-1!../../../../../node_modules/resolve-url-loader!../../../../../node_modules/sass-loader/dist/cjs.js!./dropdownBase.scss */ \"./node_modules/css-loader/index.js?!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js!./src/Journey/Manager/components/Dropdown/dropdownBase.scss\");\n\nif(typeof content === 'string') content = [[module.i, content, '']];\n\nvar transform;\nvar insertInto;\n\n\n\nvar options = {\"hmr\":true}\n\noptions.transform = transform\noptions.insertInto = undefined;\n\nvar update = __webpack_require__(/*! ../../../../../node_modules/style-loader/lib/addStyles.js */ \"./node_modules/style-loader/lib/addStyles.js\")(content, options);\n\nif(content.locals) module.exports = content.locals;\n\nif(false) {}\n\n//# sourceURL=webpack:///./src/Journey/Manager/components/Dropdown/dropdownBase.scss?");

/***/ }),

/***/ "./src/Journey/Shared/components/DropDown.tsx":
/*!****************************************************!*\
  !*** ./src/Journey/Shared/components/DropDown.tsx ***!
  \****************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {

"use strict";
eval("\nObject.defineProperty(exports, \"__esModule\", { value: true });\nconst tslib_1 = __webpack_require__(/*! tslib */ \"./node_modules/tslib/tslib.es6.js\");\nconst React = __webpack_require__(/*! react */ \"./node_modules/react/index.js\");\nconst reactstrap_1 = __webpack_require__(/*! reactstrap */ \"./node_modules/reactstrap/es/index.js\");\nconst classNames = __webpack_require__(/*! classnames */ \"./node_modules/classnames/index.js\");\nconst mobx_react_1 = __webpack_require__(/*! mobx-react */ \"./node_modules/mobx-react/dist/mobxreact.esm.js\");\nconst mobx_1 = __webpack_require__(/*! mobx */ \"./node_modules/mobx/lib/mobx.module.js\");\nconst style = __webpack_require__(/*! ./dropdown.scss */ \"./src/Journey/Shared/components/dropdown.scss\");\nlet DropDown = class DropDown extends React.Component {\n    constructor() {\n        super(...arguments);\n        this.isOpen = false;\n        this.toggle = () => {\n            this.isOpen = !this.isOpen;\n        };\n    }\n    render() {\n        const _a = this.props, { className, dropdownToggle, content } = _a, passThroughProps = tslib_1.__rest(_a, [\"className\", \"dropdownToggle\", \"content\"]);\n        return (React.createElement(reactstrap_1.Dropdown, Object.assign({ className: classNames(style.dropdown, className), isOpen: this.isOpen, toggle: this.toggle }, passThroughProps),\n            dropdownToggle,\n            content));\n    }\n};\ntslib_1.__decorate([\n    mobx_1.observable,\n    tslib_1.__metadata(\"design:type\", Boolean)\n], DropDown.prototype, \"isOpen\", void 0);\ntslib_1.__decorate([\n    mobx_1.action,\n    tslib_1.__metadata(\"design:type\", Object)\n], DropDown.prototype, \"toggle\", void 0);\nDropDown = tslib_1.__decorate([\n    mobx_react_1.observer\n], DropDown);\nexports.DropDown = DropDown;\n\n\n//# sourceURL=webpack:///./src/Journey/Shared/components/DropDown.tsx?");

/***/ }),

/***/ "./src/Journey/Shared/components/dropdown.scss":
/*!*****************************************************!*\
  !*** ./src/Journey/Shared/components/dropdown.scss ***!
  \*****************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {

eval("\nvar content = __webpack_require__(/*! !../../../../node_modules/css-loader??ref--5-1!../../../../node_modules/resolve-url-loader!../../../../node_modules/sass-loader/dist/cjs.js!./dropdown.scss */ \"./node_modules/css-loader/index.js?!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js!./src/Journey/Shared/components/dropdown.scss\");\n\nif(typeof content === 'string') content = [[module.i, content, '']];\n\nvar transform;\nvar insertInto;\n\n\n\nvar options = {\"hmr\":true}\n\noptions.transform = transform\noptions.insertInto = undefined;\n\nvar update = __webpack_require__(/*! ../../../../node_modules/style-loader/lib/addStyles.js */ \"./node_modules/style-loader/lib/addStyles.js\")(content, options);\n\nif(content.locals) module.exports = content.locals;\n\nif(false) {}\n\n//# sourceURL=webpack:///./src/Journey/Shared/components/dropdown.scss?");

/***/ }),

/***/ "./src/LiveCoding/LiveCodingRouterStore.ts":
/*!*************************************************!*\
  !*** ./src/LiveCoding/LiveCodingRouterStore.ts ***!
  \*************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {

"use strict";
eval("\nObject.defineProperty(exports, \"__esModule\", { value: true });\nconst RouterStore_1 = __webpack_require__(/*! src/Common/stores/mobx/RouterStore */ \"./src/Common/stores/mobx/RouterStore.ts\");\nconst routeConstants_1 = __webpack_require__(/*! src/LiveCoding/constants/routeConstants */ \"./src/LiveCoding/constants/routeConstants.ts\");\nconst utils_1 = __webpack_require__(/*! src/Common/utils */ \"./src/Common/utils/index.ts\");\nexports.liveCodingRoutes = {\n    loginPage: {\n        url: routeConstants_1.LIVE_CODING_LOGIN_PAGE_URL,\n        get: utils_1.convertToTemplate(routeConstants_1.LIVE_CODING_LOGIN_PAGE_URL)\n    },\n    registerPage: {\n        url: routeConstants_1.LIVE_CODING_REGISTER_PAGE_URL,\n        get: utils_1.convertToTemplate(routeConstants_1.LIVE_CODING_REGISTER_PAGE_URL)\n    },\n    interviewManager: {\n        url: routeConstants_1.LIVE_CODING_ASSESSMENT_ROOM_URL,\n        get: utils_1.convertToTemplate(routeConstants_1.LIVE_CODING_ASSESSMENT_ROOM_URL)\n    },\n    interviewManagerEdit: {\n        url: routeConstants_1.LIVE_CODING_ASSESSMENT_ROOM_EDIT_URL,\n        get: utils_1.convertToTemplate(routeConstants_1.LIVE_CODING_ASSESSMENT_ROOM_EDIT_URL)\n    },\n    assessmentRoomAddSetUp: {\n        url: routeConstants_1.LIVE_CODING_ASSESSMENT_ROOM_ADD_URL,\n        get: utils_1.convertToTemplate(routeConstants_1.LIVE_CODING_ASSESSMENT_ROOM_ADD_URL)\n    },\n    assessmentRoomView: {\n        url: routeConstants_1.LIVE_CODING_ASSESSMENT_ROOM_VIEW_URL,\n        get: utils_1.convertToTemplate(routeConstants_1.LIVE_CODING_ASSESSMENT_ROOM_VIEW_URL)\n    },\n    questionManager: {\n        url: routeConstants_1.LIVE_CODING_QUESTIONS_MANAGER_URL,\n        get: utils_1.convertToTemplate(routeConstants_1.LIVE_CODING_QUESTIONS_MANAGER_URL)\n    },\n    questionManagerEdit: {\n        url: routeConstants_1.LIVE_CODING_QUESTIONS_MANAGER_EDIT_URL,\n        get: utils_1.convertToTemplate(routeConstants_1.LIVE_CODING_QUESTIONS_MANAGER_EDIT_URL)\n    },\n    interviewPanel: {\n        url: routeConstants_1.LIVE_CODING_USER_INTERVIEW_URL,\n        get: utils_1.convertToTemplate(routeConstants_1.LIVE_CODING_USER_INTERVIEW_URL)\n    },\n    interviewSession: {\n        url: routeConstants_1.LIVE_CODING_INTERVIEW_SESSION,\n        get: utils_1.convertToTemplate(routeConstants_1.LIVE_CODING_INTERVIEW_SESSION)\n    },\n    codeEditor: {\n        url: routeConstants_1.LIVE_CODING_CODE_EDITOR,\n        get: utils_1.convertToTemplate(routeConstants_1.LIVE_CODING_CODE_EDITOR)\n    },\n    adminInterviewList: {\n        url: routeConstants_1.LIVE_CODING_INTERVIEW_LIST,\n        get: utils_1.convertToTemplate(routeConstants_1.LIVE_CODING_INTERVIEW_LIST)\n    },\n    adminInviteCandidateList: {\n        url: routeConstants_1.LIVE_CODING_INTERVIEW_INVITE_CANDIDATE,\n        get: utils_1.convertToTemplate(routeConstants_1.LIVE_CODING_INTERVIEW_INVITE_CANDIDATE)\n    },\n    adminCandidateManagementList: {\n        url: routeConstants_1.LIVE_CODING_CANDIDATE_MANAGEMENT,\n        get: utils_1.convertToTemplate(routeConstants_1.LIVE_CODING_CANDIDATE_MANAGEMENT)\n    },\n    adminEndSession: {\n        url: routeConstants_1.LIVE_CODING_INTERVIEW_SESSION_END,\n        get: utils_1.convertToTemplate(routeConstants_1.LIVE_CODING_INTERVIEW_SESSION_END)\n    },\n    adminReport: {\n        url: routeConstants_1.LIVE_CODING_INTERVIEW_REPORT,\n        get: utils_1.convertToTemplate(routeConstants_1.LIVE_CODING_INTERVIEW_REPORT)\n    }\n};\nexports.liveCodingRouterStore = RouterStore_1.routerStore.assignRouteConfig(exports.liveCodingRoutes);\n\n\n//# sourceURL=webpack:///./src/LiveCoding/LiveCodingRouterStore.ts?");

/***/ }),

/***/ "./src/LiveCoding/constants/routeConstants.ts":
/*!****************************************************!*\
  !*** ./src/LiveCoding/constants/routeConstants.ts ***!
  \****************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {

"use strict";
eval("\nObject.defineProperty(exports, \"__esModule\", { value: true });\nexports.LIVE_CODING_LOGIN_PAGE_URL = '/login';\nexports.LIVE_CODING_REGISTER_PAGE_URL = '/register';\nexports.LIVE_CODING_PANEL = '/panel';\nexports.LIVE_CODING_ASSESSMENT_ROOM_URL = `${exports.LIVE_CODING_PANEL}/interviews`;\nexports.LIVE_CODING_ASSESSMENT_ROOM_ADD_URL = `${exports.LIVE_CODING_ASSESSMENT_ROOM_URL}/tab/:tab`;\nexports.LIVE_CODING_ASSESSMENT_ROOM_EDIT_URL = `${exports.LIVE_CODING_ASSESSMENT_ROOM_URL}/tab/:tab/interview/:interview/edit`;\nexports.LIVE_CODING_ASSESSMENT_ROOM_VIEW_URL = `${exports.LIVE_CODING_ASSESSMENT_ROOM_URL}/tab/:tab/interview/:interview/view`;\nexports.LIVE_CODING_QUESTIONS_MANAGER_URL = `${exports.LIVE_CODING_PANEL}/questions`;\nexports.LIVE_CODING_QUESTIONS_MANAGER_ADD_URL = `${exports.LIVE_CODING_QUESTIONS_MANAGER_URL}/add`;\nexports.LIVE_CODING_QUESTIONS_MANAGER_VIEW_URL = `${exports.LIVE_CODING_QUESTIONS_MANAGER_URL}/:questionId`;\nexports.LIVE_CODING_QUESTIONS_MANAGER_EDIT_URL = `${exports.LIVE_CODING_QUESTIONS_MANAGER_URL}/:questionId/edit/:tab`;\nexports.LIVE_CODING_USER_INTERVIEW_URL = `${exports.LIVE_CODING_PANEL}/interview`;\nexports.LIVE_CODING_INTERVIEW_SESSION = `${exports.LIVE_CODING_PANEL}/session/:session`;\nexports.LIVE_CODING_INTERVIEW_SESSION_END = `${exports.LIVE_CODING_PANEL}/session/:session/end_session`;\nexports.LIVE_CODING_CODE_EDITOR = `${exports.LIVE_CODING_INTERVIEW_SESSION}/question/:question`;\nexports.LIVE_CODING_INTERVIEW_CANDIDATE = `${exports.LIVE_CODING_PANEL}/interview/:interview/candidate`;\nexports.LIVE_CODING_INTERVIEW_LIST = `${exports.LIVE_CODING_PANEL}/join`;\nexports.LIVE_CODING_INTERVIEW_CANDIDATE_LIST = `${exports.LIVE_CODING_PANEL}/session/:session`;\nexports.LIVE_CODING_INTERVIEW_INVITE_CANDIDATE = `${exports.LIVE_CODING_PANEL}/inviteCandidate`;\nexports.LIVE_CODING_CANDIDATE_MANAGEMENT = `${exports.LIVE_CODING_PANEL}/candidate`;\nexports.LIVE_CODING_INTERVIEW_REPORT = `${exports.LIVE_CODING_PANEL}/report/interview/:interview/tab/:tab`;\n\n\n//# sourceURL=webpack:///./src/LiveCoding/constants/routeConstants.ts?");

/***/ }),

/***/ "./src/LiveCoding/stores/ApiRepo/adminApiRepo.ts":
/*!*******************************************************!*\
  !*** ./src/LiveCoding/stores/ApiRepo/adminApiRepo.ts ***!
  \*******************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {

"use strict";
eval("\nObject.defineProperty(exports, \"__esModule\", { value: true });\nconst tslib_1 = __webpack_require__(/*! tslib */ \"./node_modules/tslib/tslib.es6.js\");\nconst baseApi_1 = __webpack_require__(/*! src/LiveCoding/stores/ApiRepo/baseApi */ \"./src/LiveCoding/stores/ApiRepo/baseApi.ts\");\nconst interviewsApiRepo = {\n    index: () => tslib_1.__awaiter(this, void 0, void 0, function* () { return yield baseApi_1.liveCodingApiBase.get(`/api/interviews/index`); }),\n    show: (id) => tslib_1.__awaiter(this, void 0, void 0, function* () { return yield baseApi_1.liveCodingApiBase.get(`/api/interviews/${id}/show`); }),\n    store: (params) => tslib_1.__awaiter(this, void 0, void 0, function* () { return yield baseApi_1.liveCodingApiBase.post(`api/interviews/store`, params); }),\n    update: (params) => tslib_1.__awaiter(this, void 0, void 0, function* () { return yield baseApi_1.liveCodingApiBase.post(`/api/interviews/${params.id}/update`, params); }),\n    delete: (id) => tslib_1.__awaiter(this, void 0, void 0, function* () { return yield baseApi_1.liveCodingApiBase.post(`/api/interviews/${id}/delete`); }),\n    publish: (id) => tslib_1.__awaiter(this, void 0, void 0, function* () { return yield baseApi_1.liveCodingApiBase.post(`/api/interviews/${id}/publish`); }),\n    unpublish: (id) => tslib_1.__awaiter(this, void 0, void 0, function* () { return yield baseApi_1.liveCodingApiBase.post(`/api/interviews/${id}/unpublish`); })\n};\nconst questionsApiRepo = {\n    index: () => tslib_1.__awaiter(this, void 0, void 0, function* () { return yield baseApi_1.liveCodingApiBase.get(`/api/questions/index`); }),\n    show: (id) => tslib_1.__awaiter(this, void 0, void 0, function* () { return yield baseApi_1.liveCodingApiBase.get(`/api/questions/${id}/show`); }),\n    store: (params) => tslib_1.__awaiter(this, void 0, void 0, function* () { return yield baseApi_1.liveCodingApiBase.post(`api/questions/store`, params); }),\n    update: (params) => tslib_1.__awaiter(this, void 0, void 0, function* () { return yield baseApi_1.liveCodingApiBase.post(`/api/questions/${params.id}/update`, params); }),\n    delete: (id) => tslib_1.__awaiter(this, void 0, void 0, function* () { return yield baseApi_1.liveCodingApiBase.post(`/api/questions/${id}/delete`); }),\n    getMetaData: () => tslib_1.__awaiter(this, void 0, void 0, function* () { return yield baseApi_1.liveCodingApiBase.post(`/api/questions/metadata/get`); }),\n    getScripts: (id) => tslib_1.__awaiter(this, void 0, void 0, function* () { return yield baseApi_1.liveCodingApiBase.get(`/api/questions/${id}/scripts/index`); }),\n    syncScript: (params) => tslib_1.__awaiter(this, void 0, void 0, function* () { return yield baseApi_1.liveCodingApiBase.post(`/api/questions/${params.id}/scripts/sync`, params); })\n};\nconst interviewQuestionApiRepo = {\n    index: () => tslib_1.__awaiter(this, void 0, void 0, function* () { return yield baseApi_1.liveCodingApiBase.get(`/api/questions/index`); }),\n    sync: (params) => tslib_1.__awaiter(this, void 0, void 0, function* () { return yield baseApi_1.liveCodingApiBase.post(`/api/interviews/${params.id}/questions/sync`); })\n};\nconst interviewCandidatesApiRepo = {\n    index: (id) => tslib_1.__awaiter(this, void 0, void 0, function* () { return yield baseApi_1.liveCodingApiBase.get(`/api/interviews/${id}/candidates/index`); }),\n    store: (params) => tslib_1.__awaiter(this, void 0, void 0, function* () { return yield baseApi_1.liveCodingApiBase.post(`/api/interviews/${params.id}/candidates/store`, params); }),\n    complete: (params) => tslib_1.__awaiter(this, void 0, void 0, function* () { return yield baseApi_1.liveCodingApiBase.post(`/api/candidates/${params}/complete`); }),\n    invite: (id) => tslib_1.__awaiter(this, void 0, void 0, function* () { return yield baseApi_1.liveCodingApiBase.post(`/api/candidates/${id}/invite`); }),\n    delete: (id) => tslib_1.__awaiter(this, void 0, void 0, function* () { return yield baseApi_1.liveCodingApiBase.post(`/api/candidates/${id}/delete`); })\n};\nconst reportApiRepo = {\n    index: (id) => tslib_1.__awaiter(this, void 0, void 0, function* () { return yield baseApi_1.liveCodingApiBase.get(`api/candidates/${id}/report/get`); })\n};\nconst candidate = {\n    index: () => tslib_1.__awaiter(this, void 0, void 0, function* () { return yield baseApi_1.liveCodingApiBase.get(`/api/candidates/index`); })\n};\nconst userInterview = {\n    index: (user_id) => tslib_1.__awaiter(this, void 0, void 0, function* () { return yield baseApi_1.liveCodingApiBase.get(`api/users/${user_id}/candidates/index`); })\n};\nconst userInterviewCandidates = {\n    index: (user_id) => tslib_1.__awaiter(this, void 0, void 0, function* () { return yield baseApi_1.liveCodingApiBase.get(`api/users/${user_id}/interviewCandidates/index`); })\n};\nconst evaluationQuestionApiRepo = {\n    index: (id) => tslib_1.__awaiter(this, void 0, void 0, function* () { return yield baseApi_1.liveCodingApiBase.get(`/api/interviews/${id}/evaluationQuestions/index`); }),\n    update: (params, id) => tslib_1.__awaiter(this, void 0, void 0, function* () { return yield baseApi_1.liveCodingApiBase.post(`/api/interviews/${id}/evaluationQuestions/sync`, params); }),\n    submit: (params, id) => tslib_1.__awaiter(this, void 0, void 0, function* () { return yield baseApi_1.liveCodingApiBase.post(`/api/candidates/${id}/evaluations/evaluate`, params); })\n};\nconst testCasesApiRepo = {\n    index: (id) => tslib_1.__awaiter(this, void 0, void 0, function* () { return yield baseApi_1.liveCodingApiBase.get(`/api/questions/${id}/testCases/index`); }),\n    show: (id) => tslib_1.__awaiter(this, void 0, void 0, function* () { return yield baseApi_1.liveCodingApiBase.get(`/api/testCases/${id}/show`); }),\n    store: (params) => tslib_1.__awaiter(this, void 0, void 0, function* () { return yield baseApi_1.liveCodingApiBase.post(`/api/questions/${params.questionId}/testCases/store`, params); }),\n    update: (params) => tslib_1.__awaiter(this, void 0, void 0, function* () { return yield baseApi_1.liveCodingApiBase.post(`/api/testCases/${params.id}/update`, params); }),\n    delete: (id) => tslib_1.__awaiter(this, void 0, void 0, function* () { return yield baseApi_1.liveCodingApiBase.post(`/api/testCases/${id}/delete`); })\n};\nconst assertionsApiRepo = {\n    index: (id) => tslib_1.__awaiter(this, void 0, void 0, function* () { return yield baseApi_1.liveCodingApiBase.get(`/api/testCases/${id}/assertions/index`); }),\n    show: (id) => tslib_1.__awaiter(this, void 0, void 0, function* () { return yield baseApi_1.liveCodingApiBase.get(`/api/assertions/${id}/show`); }),\n    store: (params) => tslib_1.__awaiter(this, void 0, void 0, function* () { return yield baseApi_1.liveCodingApiBase.post(`/api/testCases/${params.testCaseId}/assertions/store`, params); }),\n    update: (params) => tslib_1.__awaiter(this, void 0, void 0, function* () { return yield baseApi_1.liveCodingApiBase.post(`/api/assertions/${params.assertionId}/update`, params); }),\n    delete: (id) => tslib_1.__awaiter(this, void 0, void 0, function* () { return yield baseApi_1.liveCodingApiBase.post(`/api/assertions/${id}/delete`); }),\n    getMetaData: () => tslib_1.__awaiter(this, void 0, void 0, function* () { return yield baseApi_1.liveCodingApiBase.post(`/api/assertions/metadata/get`); })\n};\nconst miscApiRepo = {\n    getAllLanguages: () => tslib_1.__awaiter(this, void 0, void 0, function* () { return yield baseApi_1.liveCodingApiBase.get(`/api/languages/index`); }),\n    getAllTags: () => tslib_1.__awaiter(this, void 0, void 0, function* () { return yield baseApi_1.liveCodingApiBase.get(`/api/tags/index`); }),\n    storeTag: (params) => tslib_1.__awaiter(this, void 0, void 0, function* () { return yield baseApi_1.liveCodingApiBase.post(`/api/tags/store`, params); })\n};\nexports.admin = {\n    interviewsApiRepo,\n    questionsApiRepo,\n    interviewQuestionApiRepo,\n    interviewCandidatesApiRepo,\n    reportApiRepo,\n    evaluationQuestionApiRepo,\n    candidate,\n    testCasesApiRepo,\n    assertionsApiRepo,\n    miscApiRepo,\n    userInterview,\n    userInterviewCandidates\n};\n\n\n//# sourceURL=webpack:///./src/LiveCoding/stores/ApiRepo/adminApiRepo.ts?");

/***/ }),

/***/ "./src/LiveCoding/stores/ApiRepo/authApiRepo.ts":
/*!******************************************************!*\
  !*** ./src/LiveCoding/stores/ApiRepo/authApiRepo.ts ***!
  \******************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {

"use strict";
eval("\nObject.defineProperty(exports, \"__esModule\", { value: true });\nconst tslib_1 = __webpack_require__(/*! tslib */ \"./node_modules/tslib/tslib.es6.js\");\nconst baseApi_1 = __webpack_require__(/*! ./baseApi */ \"./src/LiveCoding/stores/ApiRepo/baseApi.ts\");\nexports.authApiRepo = {\n    getMe: () => tslib_1.__awaiter(this, void 0, void 0, function* () { return yield baseApi_1.liveCodingApiBase.post('/api/auth/me'); }),\n    register: (params) => tslib_1.__awaiter(this, void 0, void 0, function* () { return yield baseApi_1.liveCodingApiBase.post('/api/auth/register', params); }),\n    login: (params) => tslib_1.__awaiter(this, void 0, void 0, function* () { return yield baseApi_1.liveCodingApiBase.post('/api/auth/login', params); }),\n    logout: () => tslib_1.__awaiter(this, void 0, void 0, function* () { return yield baseApi_1.liveCodingApiBase.post('/api/auth/logout'); }),\n    refresh: (params) => tslib_1.__awaiter(this, void 0, void 0, function* () { return yield baseApi_1.liveCodingApiBase.post('/api/auth/refresh', params); })\n};\n\n\n//# sourceURL=webpack:///./src/LiveCoding/stores/ApiRepo/authApiRepo.ts?");

/***/ }),

/***/ "./src/LiveCoding/stores/ApiRepo/baseApi.ts":
/*!**************************************************!*\
  !*** ./src/LiveCoding/stores/ApiRepo/baseApi.ts ***!
  \**************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {

"use strict";
eval("\nObject.defineProperty(exports, \"__esModule\", { value: true });\nconst axios_1 = __webpack_require__(/*! axios */ \"./node_modules/axios/index.js\");\nconst lodash_1 = __webpack_require__(/*! lodash */ \"./node_modules/lodash/lodash.js\");\nconst Message_1 = __webpack_require__(/*! src/Common/Axiata/components/Message */ \"./src/Common/Axiata/components/Message.tsx\");\nconst cookie_1 = __webpack_require__(/*! src/Common/utils/cookie */ \"./src/Common/utils/cookie.ts\");\nconst _env_1 = __webpack_require__(/*! @env */ \"./env.ts\");\nconst i18next_1 = __webpack_require__(/*! i18next */ \"./node_modules/i18next/dist/esm/i18next.js\");\nconst ApiStoreCreate = ({ params, interceptorRequestOnFulFilled, interceptorRequestOnRejected, interceptorResponseOnFulFilled, interceptorResponseOnRejected }) => {\n    const apiBase = axios_1.default.create(Object.assign({}, params));\n    if (interceptorRequestOnFulFilled) {\n        if (interceptorRequestOnRejected) {\n            apiBase.interceptors.request.use(interceptorRequestOnFulFilled, interceptorRequestOnRejected);\n        }\n        else {\n            apiBase.interceptors.request.use(interceptorRequestOnFulFilled);\n        }\n    }\n    if (interceptorResponseOnFulFilled) {\n        if (interceptorResponseOnRejected) {\n            apiBase.interceptors.response.use(interceptorResponseOnFulFilled, interceptorResponseOnRejected);\n        }\n        else {\n            apiBase.interceptors.response.use(interceptorResponseOnFulFilled);\n        }\n    }\n    return apiBase;\n};\nexports.liveCodingApiBase = ApiStoreCreate({\n    params: {\n        baseURL: \"https://shared-service-backend.talentpulse.accendo.com.my\",\n        headers: {\n            Accept: 'application/json',\n            'Content-Type': 'application/json'\n        }\n    },\n    interceptorRequestOnFulFilled: config => {\n        const token = cookie_1.docCookies.getItem('access_token');\n        config.headers.Authorization = `Bearer ${token}`;\n        return config;\n    },\n    interceptorResponseOnFulFilled: res => res,\n    interceptorResponseOnRejected: err => {\n        const defaultMessage = `${i18next_1.default.t('something_went_wrong')}`;\n        if (isUnAuthorized(err) || isForbidden(err)) {\n            cookie_1.docCookies.removeItem('access_token', '/', _env_1.APP_DOMAIN);\n            const logoutEvent = new Event('onLogout');\n            window.dispatchEvent(logoutEvent);\n        }\n        else if (typeof err === 'string') {\n            return Message_1.Message.error(err);\n        }\n        else if (err && typeof err.response === 'object') {\n            console.error(err.response);\n            const errors = lodash_1.get(err.response, 'data.errors', []);\n            const errorValues = lodash_1.values(errors);\n            const errorMessages = errorValues\n                .map(x => (Array.isArray(x) ? x[0] : typeof x === 'string' ? x : null))\n                .filter(x => x)\n                .join(', ');\n            return Message_1.Message.error(errorMessages || defaultMessage);\n        }\n        return err;\n    }\n});\nconst isUnAuthorized = (err) => err && err.response && err.response.status === 401;\nconst isForbidden = (err) => err && err.response && err.response.status === 403;\n\n\n//# sourceURL=webpack:///./src/LiveCoding/stores/ApiRepo/baseApi.ts?");

/***/ }),

/***/ "./src/LiveCoding/stores/ApiRepo/candidateApiRepo.ts":
/*!***********************************************************!*\
  !*** ./src/LiveCoding/stores/ApiRepo/candidateApiRepo.ts ***!
  \***********************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {

"use strict";
eval("\nObject.defineProperty(exports, \"__esModule\", { value: true });\nconst tslib_1 = __webpack_require__(/*! tslib */ \"./node_modules/tslib/tslib.es6.js\");\nconst baseApi_1 = __webpack_require__(/*! ./baseApi */ \"./src/LiveCoding/stores/ApiRepo/baseApi.ts\");\nconst compiler = {\n    getLanguages: () => tslib_1.__awaiter(this, void 0, void 0, function* () { return yield baseApi_1.liveCodingApiBase.get('/api/compiler/languages/get'); }),\n    getScripts: (params) => tslib_1.__awaiter(this, void 0, void 0, function* () { return yield baseApi_1.liveCodingApiBase.get(`api/interviews/${params.interviewId}/questions/${params.questionId}/scripts/index`); }),\n    compile: (params) => tslib_1.__awaiter(this, void 0, void 0, function* () { return yield baseApi_1.liveCodingApiBase.post('/api/compiler/compile', params); })\n};\nconst userInterview = {\n    index: (userId) => tslib_1.__awaiter(this, void 0, void 0, function* () { return yield baseApi_1.liveCodingApiBase.get(`/api/users/${userId}/interviews/index`); })\n};\nconst candidateAnswers = {\n    submit: (params) => tslib_1.__awaiter(this, void 0, void 0, function* () {\n        return yield baseApi_1.liveCodingApiBase.post(`/api/users/${params.userId}/interviews/${params.interviewId}/questions/${params.questionId}/submit`, params);\n    })\n};\nexports.candidate = {\n    compiler,\n    userInterview,\n    candidateAnswers\n};\n\n\n//# sourceURL=webpack:///./src/LiveCoding/stores/ApiRepo/candidateApiRepo.ts?");

/***/ }),

/***/ "./src/LiveCoding/stores/ApiRepo/index.ts":
/*!************************************************!*\
  !*** ./src/LiveCoding/stores/ApiRepo/index.ts ***!
  \************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {

"use strict";
eval("\nObject.defineProperty(exports, \"__esModule\", { value: true });\nconst adminApiRepo_1 = __webpack_require__(/*! ./adminApiRepo */ \"./src/LiveCoding/stores/ApiRepo/adminApiRepo.ts\");\nconst authApiRepo_1 = __webpack_require__(/*! ./authApiRepo */ \"./src/LiveCoding/stores/ApiRepo/authApiRepo.ts\");\nconst candidateApiRepo_1 = __webpack_require__(/*! ./candidateApiRepo */ \"./src/LiveCoding/stores/ApiRepo/candidateApiRepo.ts\");\nconst videoChatApiRepo_1 = __webpack_require__(/*! ./videoChatApiRepo */ \"./src/LiveCoding/stores/ApiRepo/videoChatApiRepo.ts\");\nexports.liveCodingApiRepo = {\n    authApiRepo: authApiRepo_1.authApiRepo,\n    admin: adminApiRepo_1.admin,\n    candidate: candidateApiRepo_1.candidate,\n    videoChatApiRepo: videoChatApiRepo_1.videoChatApiRepo\n};\n\n\n//# sourceURL=webpack:///./src/LiveCoding/stores/ApiRepo/index.ts?");

/***/ }),

/***/ "./src/LiveCoding/stores/ApiRepo/videoChatApiRepo.ts":
/*!***********************************************************!*\
  !*** ./src/LiveCoding/stores/ApiRepo/videoChatApiRepo.ts ***!
  \***********************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {

"use strict";
eval("\nObject.defineProperty(exports, \"__esModule\", { value: true });\nconst tslib_1 = __webpack_require__(/*! tslib */ \"./node_modules/tslib/tslib.es6.js\");\nconst baseApi_1 = __webpack_require__(/*! ./baseApi */ \"./src/LiveCoding/stores/ApiRepo/baseApi.ts\");\nexports.videoChatApiRepo = {\n    getRoom: (id) => tslib_1.__awaiter(this, void 0, void 0, function* () { return yield baseApi_1.liveCodingApiBase.get(`api/candidates/${id}/rooms/index`); }),\n    getRoomAccessToken: (id) => tslib_1.__awaiter(this, void 0, void 0, function* () { return yield baseApi_1.liveCodingApiBase.get(`/api/candidates/${id}/rooms/getAccessToken`); })\n};\n\n\n//# sourceURL=webpack:///./src/LiveCoding/stores/ApiRepo/videoChatApiRepo.ts?");

/***/ }),

/***/ "./src/LiveCoding/stores/AuthStore/meStore.tsx":
/*!*****************************************************!*\
  !*** ./src/LiveCoding/stores/AuthStore/meStore.tsx ***!
  \*****************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {

"use strict";
eval("\nObject.defineProperty(exports, \"__esModule\", { value: true });\nconst mobx_state_tree_1 = __webpack_require__(/*! mobx-state-tree */ \"./node_modules/mobx-state-tree/dist/mobx-state-tree.module.js\");\nconst ApiRepo_1 = __webpack_require__(/*! ../ApiRepo */ \"./src/LiveCoding/stores/ApiRepo/index.ts\");\nconst LiveCodingRouterStore_1 = __webpack_require__(/*! src/LiveCoding/LiveCodingRouterStore */ \"./src/LiveCoding/LiveCodingRouterStore.ts\");\nconst routeConstants_1 = __webpack_require__(/*! src/LiveCoding/constants/routeConstants */ \"./src/LiveCoding/constants/routeConstants.ts\");\nconst cookie_1 = __webpack_require__(/*! src/Common/utils/cookie */ \"./src/Common/utils/cookie.ts\");\nconst _env_1 = __webpack_require__(/*! @env */ \"./env.ts\");\nconst MeApiData = mobx_state_tree_1.types.model({\n    id: mobx_state_tree_1.types.identifierNumber,\n    name: mobx_state_tree_1.types.string,\n    email: mobx_state_tree_1.types.string,\n    email_verified_at: mobx_state_tree_1.types.union(mobx_state_tree_1.types.null, mobx_state_tree_1.types.string),\n    created_at: mobx_state_tree_1.types.string,\n    updated_at: mobx_state_tree_1.types.string,\n    role: mobx_state_tree_1.types.union(mobx_state_tree_1.types.literal('ADMIN'), mobx_state_tree_1.types.literal('CANDIDATE'))\n});\nconst MeApiMeta = mobx_state_tree_1.types.model({\n    timestamp: mobx_state_tree_1.types.string,\n    url: mobx_state_tree_1.types.string,\n    status_code: mobx_state_tree_1.types.number,\n    message: mobx_state_tree_1.types.string\n});\nconst MeStore = mobx_state_tree_1.types\n    .model({\n    apiStatus: mobx_state_tree_1.types.optional(mobx_state_tree_1.types.enumeration('status', ['loading', 'success', 'error', 'none']), 'none'),\n    data: mobx_state_tree_1.types.maybeNull(MeApiData),\n    meta: mobx_state_tree_1.types.maybeNull(MeApiMeta)\n})\n    .actions(self => {\n    const callApi = mobx_state_tree_1.flow(function* () {\n        self.apiStatus = 'loading';\n        try {\n            const { data } = yield ApiRepo_1.liveCodingApiRepo.authApiRepo.getMe();\n            self.data = data.data;\n            self.meta = data.meta;\n            self.apiStatus = 'success';\n        }\n        catch (err) {\n            console.error(err);\n            self.apiStatus = 'error';\n        }\n    });\n    const onLogout = mobx_state_tree_1.flow(function* (redirectLink) {\n        try {\n            yield ApiRepo_1.liveCodingApiRepo.authApiRepo.logout();\n            mobx_state_tree_1.applySnapshot(self, {\n                apiStatus: 'none',\n                data: null,\n                meta: null\n            });\n            cookie_1.docCookies.removeItem('access_token', '/', _env_1.APP_DOMAIN);\n            redirectLink && LiveCodingRouterStore_1.liveCodingRouterStore.history.push(routeConstants_1.LIVE_CODING_LOGIN_PAGE_URL);\n        }\n        catch (err) {\n            console.error(err);\n        }\n    });\n    return { callApi, onLogout };\n})\n    .views(self => ({\n    get isEmpty() {\n        return self.apiStatus === 'none';\n    }\n}));\nexports.meStore = MeStore.create({\n    apiStatus: 'none',\n    data: null,\n    meta: null\n});\nwindow.addEventListener('onLogout', () => {\n    mobx_state_tree_1.applySnapshot(exports.meStore, {\n        apiStatus: 'none',\n        data: null,\n        meta: null\n    });\n});\n\n\n//# sourceURL=webpack:///./src/LiveCoding/stores/AuthStore/meStore.tsx?");

/***/ }),

/***/ "./src/translations/en/DevTranslateEn/afifahEN.ts":
/*!********************************************************!*\
  !*** ./src/translations/en/DevTranslateEn/afifahEN.ts ***!
  \********************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {

"use strict";
eval("\nObject.defineProperty(exports, \"__esModule\", { value: true });\nexports.afifahEN = {};\n\n\n//# sourceURL=webpack:///./src/translations/en/DevTranslateEn/afifahEN.ts?");

/***/ }),

/***/ "./src/translations/en/DevTranslateEn/cyrilEN.ts":
/*!*******************************************************!*\
  !*** ./src/translations/en/DevTranslateEn/cyrilEN.ts ***!
  \*******************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {

"use strict";
eval("\nObject.defineProperty(exports, \"__esModule\", { value: true });\nexports.cyrilEN = {\n    analysing: `Analysing`\n};\n\n\n//# sourceURL=webpack:///./src/translations/en/DevTranslateEn/cyrilEN.ts?");

/***/ }),

/***/ "./src/translations/en/DevTranslateEn/kaiyiEN.ts":
/*!*******************************************************!*\
  !*** ./src/translations/en/DevTranslateEn/kaiyiEN.ts ***!
  \*******************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {

"use strict";
eval("\nObject.defineProperty(exports, \"__esModule\", { value: true });\nexports.kaiyiEN = {\n    directorate_division_department_unit: 'Directorate / Division / Department / Unit',\n    sys_successfully_save_score_configuration: 'Successfully save score configuration'\n};\n\n\n//# sourceURL=webpack:///./src/translations/en/DevTranslateEn/kaiyiEN.ts?");

/***/ }),

/***/ "./src/translations/en/DevTranslateEn/ravinEN.ts":
/*!*******************************************************!*\
  !*** ./src/translations/en/DevTranslateEn/ravinEN.ts ***!
  \*******************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {

"use strict";
eval("\nObject.defineProperty(exports, \"__esModule\", { value: true });\nexports.ravinEN = {\n    invite_employee_skill_ratings: `Invite Employee - Skill Rating`,\n    invite_rater_skill_ratings: `Invite Rater - Skill Rating`,\n    invite_employee_employee_portal: `Invite Employee - Employee Portal`,\n    set_email_template_skill_ratings: `Set Email Template - Skill Rating`,\n    set_email_template_multi_purpose: `Set Email Template - Multi-purpose`,\n    invite_employee_to_talent_pulse: `Invite Employee to TalentPulse`,\n    multi_purpose: `Multi-purpose`,\n    invite_for_account_creation: `Invite for Account Creation`,\n    error_account_creation: `Error for Account Creation`,\n    set_invitation_to_employee: `Set Invitation to Employee`,\n    invite_employee: `Invite Employee`,\n    auto_map: 'Auto Map',\n    successfully_trigger_auto_map: 'Successfully Trigger Auto Map',\n    failed_to_trigger_auto_map: 'Failed to Trigger Auto Map'\n};\n\n\n//# sourceURL=webpack:///./src/translations/en/DevTranslateEn/ravinEN.ts?");

/***/ }),

/***/ "./src/translations/en/DevTranslateEn/shanwarEN.ts":
/*!*********************************************************!*\
  !*** ./src/translations/en/DevTranslateEn/shanwarEN.ts ***!
  \*********************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {

"use strict";
eval("\nObject.defineProperty(exports, \"__esModule\", { value: true });\nexports.shanwarEN = {};\n\n\n//# sourceURL=webpack:///./src/translations/en/DevTranslateEn/shanwarEN.ts?");

/***/ }),

/***/ "./src/translations/en/DevTranslateEn/tareqEN.ts":
/*!*******************************************************!*\
  !*** ./src/translations/en/DevTranslateEn/tareqEN.ts ***!
  \*******************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {

"use strict";
eval("\nObject.defineProperty(exports, \"__esModule\", { value: true });\nexports.tareqEN = {};\n\n\n//# sourceURL=webpack:///./src/translations/en/DevTranslateEn/tareqEN.ts?");

/***/ }),

/***/ "./src/translations/en/accessControl.ts":
/*!**********************************************!*\
  !*** ./src/translations/en/accessControl.ts ***!
  \**********************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {

"use strict";
eval("\nObject.defineProperty(exports, \"__esModule\", { value: true });\nexports.accessControl = {\n    acc_please_make_sure_the_password_fulfill_these_requirement: 'Please make sure the password fulfill these requirement',\n    acc_allows_you_to_configure_your_user_policy_settings: 'Allows you to configure your user & policy settings.',\n    acc_add_user_successfully: 'Add user successfully.',\n    acc_are_you_sure_you_want_to_update_the_permissions: 'Are you sure you want to update the permissions?',\n    acc_do_you_wish_to_create_this_user: 'Do you wish to create this User?',\n    acc_do_you_wish_to_update_this_user: 'Do you wish to update this User?',\n    acc_email_and_confirmation_email_does_not_match: 'Email and Confirmation Email does not match',\n    acc_email_invitations_sent: 'Email invitations sent.',\n    acc_failed_to_add_user: 'Failed to add user.',\n    acc_failed_to_change_users_password: \"Failed to change user's password\",\n    acc_please_enter_the_email_address_to_send_the_access_email: 'Please enter the email address to send the access email',\n    acc_successfully_created_user: 'Successfully created user',\n    acc_the_changes_that_you_made_will_affect_all_the_clients_admin_and_it_will_be_removed_from_the_policy_setup_list: 'The changes that you made will affect all the clients admin and it will be removed from the policy setup list',\n    acc_updated_permissions_confirmation: 'Updated Permissions Confirmation',\n    acc_failed_to_edit_user: 'Failed to edit user.'\n};\n\n\n//# sourceURL=webpack:///./src/translations/en/accessControl.ts?");

/***/ }),

/***/ "./src/translations/en/accountPage.ts":
/*!********************************************!*\
  !*** ./src/translations/en/accountPage.ts ***!
  \********************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {

"use strict";
eval("\nObject.defineProperty(exports, \"__esModule\", { value: true });\nexports.accountPage = {\n    acp_your_account_has_been_locked: 'Your account has been locked, please contact your administrator',\n    acp_an_error_has_occured_please_reenter: `An error has occurred. Please re-enter your password or e-mail {{support_email}} if the error persists`,\n    acp_we_have_sent_password_reset_email: 'We have sent a password reset email to the email address.',\n    acp_for_any_technical_support: `For any technical support, please contact {{support_email}}`,\n    acp_password_confirm_password_not_same: 'Password and Confirm Password is not same',\n    acp_this_email_has_been_registered: 'This email has been registered. Please go to sign in page.',\n    acp_please_set_your_own_password_now_to_login: 'Please set your own password now to login.',\n    acp_pin_does_not_match: 'Pin does not match. Please re-enter your password',\n    acp_incorrect_email_or_password: 'Incorrect email or password entered. Remaining attempt',\n    acp_confirm_password_does_not_match: 'Confirm password does not match.',\n    acp_fail_to_send_password_reset_email: 'Fail to send password reset email to the email address',\n    acp_email_does_not_match_please_reenter: 'Email does not match. Please re-enter your Email',\n    acp_confirm_email_does_not_match: 'Confirm email does not match',\n    acp_the_invitation_link_is_invalid_expired: 'The invitation link is invalid or has expired. Please contact your administrator and request for a new link',\n    acp_an_email_has_been_sent_to_your_mailbox: 'An email has been sent to your mailbox',\n    acp_please_check_the_latest_email_in_your_inbox_and_follow_the_instructions_within: 'Please check the latest email in your inbox and follow the instructions within to reset your pasword to access TalentPulse.',\n    acp_your_account_was_locked_after_too_many_failed_login: 'Your account was locked after too many failed login attempts. Would you like to:',\n    acp_user_account_has_been_locked: 'User account has been locked'\n};\n\n\n//# sourceURL=webpack:///./src/translations/en/accountPage.ts?");

/***/ }),

/***/ "./src/translations/en/aceSubtitleCandidate.ts":
/*!*****************************************************!*\
  !*** ./src/translations/en/aceSubtitleCandidate.ts ***!
  \*****************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {

"use strict";
eval("\nObject.defineProperty(exports, \"__esModule\", { value: true });\nexports.aceSubtitleCandidate = {\n    asc_firstTimeIntro_1: `Hey there, welcome to Talent Pulse. I'm ACE – your guide throughout this experience.`,\n    asc_firstTimeIntro_2: `Whenever you're ready, just click on the button below.`,\n    asc_assessmentList_1: `All your activities are listed here so you don't miss a thing.`,\n    asc_assessmentList_2: `You can start your \\`tasks\\`, continue where you left off, or download your report.`,\n    asc_simplify_1: `As part of this journey, I'll need to ask you a few questions to know you better.`,\n    asc_simplify_2: `Don't worry I promise I won't sell your details to a call center.`,\n    asc_behavioural_1: `In this section, I'd like to know what you're like at work.`,\n    asc_behavioural_2: `What you enjoy doing and what you don't. I'm not going to time you and there will be practice questions to make answering a breeze.`,\n    asc_behavioural_3: `Well I know I said I won't be timing you, but This shouldn't take longer than 20 to 30 minutes.`,\n    asc_behavioural_4: `Remember to be yourself. There are no right or wrong answers when answering questionnaires. So, remember… simply be you!`,\n    asc_interest_motives_1: `Time for you to share what drives you and motivates you at work.`,\n    asc_interest_motives_2: `Again, there is no time limit for this section, you will have practice questions to familiarize yourself.`,\n    asc_interest_motives_3: `You should be done in about 15-20 minutes.`,\n    asc_numericalReasoning_1: `Ahhh the cognitive section, Here, we will test your ability to process information –when numbers are at stake.`,\n    asc_numericalReasoning_2: `I do hope you don't have a fear of numbers. You'll be given six tabs containing numerical information where you'll have to answer statements with True, False or Cannot say!`,\n    asc_numericalReasoning_3: `Cannot say means you don't have enough information to conclude on an answer. This assessment is timed and will take you 12 minutes. So, look out for that time on the top left!!`,\n    asc_numericalReasoning_4: `Here's a tip, you're are going to need to be quick and accurate. Nothing good has ever come out of being nervous.`,\n    asc_numericalReasoning_5: `A clear mind is the secret. Now let's take a deep breath and rock this!`,\n    asc_verbalReasoning_1: `This section will test your ability to process information – that is written.`,\n    asc_verbalReasoning_2: `There are six tabs with information inside to cover, just as you did in the Numerical Reasoning assessment.`,\n    asc_verbalReasoning_3: `You have 12 minutes on this timed assessment and remember… you are not expected to complete all the questions.`,\n    asc_verbalReasoning_4: `If only your school days were like this huh?`,\n    asc_verbalReasoning_5: `A little helping hand - you are going to need to be quick and accurate. Nothing good has ever come out of being nervous.`,\n    asc_verbalReasoning_6: `A clear mind is the secret. Now take a deep breath and let's answer away!!`,\n    asc_multitasking_1: `Texting and driving are a bad example of multitasking.`,\n    asc_multitasking_2: `Here you will be given three different tasks to do at the same time!! Oh yeah!!`,\n    asc_multitasking_3: `These includes responding to the right shape direction under time pressure, do quick math's and looking out for duplicates.`,\n    asc_multitasking_4: `You would need to do all this in 5 short minutes! Have fun… this one is.`,\n    asc_inductiveReasoning_1: `This short assessment will measure your logical thinking and your ability to solve problems.`,\n    asc_inductiveReasoning_2: `Let's see how well you identify patterns and rules within information.`,\n    asc_inductiveReasoning_3: `Time to solve some puzzles.`,\n    asc_deductiveReasoning_1: `Here I will measure your deductive abilities by applying rules to scenarios.`,\n    asc_deductiveReasoning_2: `Think of yourself as Sherlock Holmes. Who did it?`,\n    asc_cognify_1: `Come play a game with me. I promise – this will be engaging.`,\n    asc_cognify_2: `All I want to do is assess you in problem solving, numerical reasoning and verbal knowledge.`,\n    asc_iLead_1: `How well do you adapt as a leader?`,\n    asc_iLead_2: `We're about to find out as here you will manage a group of 10 colleagues.`,\n    asc_iLead_3: `Like any leader make sure you look into their morale, skill and performance.`,\n    asc_iLead_4: `This will take about an hour, depending on how quickly you take your actions in the game.`,\n    asc_iLead_5: `Remember to be adaptable, because true leaders are ready for everything that comes.`,\n    asc_changeQuest_1: `Ideas only become a reality when you have the right people supporting it.`,\n    asc_changeQuest_2: `Do you know the art of persuasion and reading people to gain buy-ins?`,\n    asc_changeQuest_3: `Let's find out together. Remember, change takes work.`,\n    asc_trust_1: `Next up: Trust simulation! Here, you're working for a telecommunications company with their sights set on global expansion.`,\n    asc_trust_2: `You'll need to win over stakeholders and build. Time to make some deals.`,\n    asc_salesQuest_1: `Ready to make some money?? In Sales Quest, you will take on a frontline sales role and work on a sales cycle.`,\n    asc_salesQuest_2: `You will be interacting with clients to understand their needs.`,\n    asc_salesQuest_3: `After which, you're required to negotiate and tailor solutions to their benefits, both clients and your company.`,\n    asc_salesQuest_4: `Time to bring it that Ka-Ching!!`,\n    asc_byb_1: `Let's play chess; not checkers. In Build Your Business, you'll be playing the role of a CEO trying to build your own business.`,\n    asc_byb_2: `Respond to market changes and keep an eye on your competitors to gain revenue and market share.`,\n    asc_byb_3: `This quest will take an hour at most and don't forget to check the market forecast.`,\n    asc_byb_4: `Remember, amateurs talk tactics, pros talk strategy.`,\n    asc_completion1: `Now that's how you get things done. Ready for what's next, or would you like a break?`,\n    asc_completion2: `Done. And. Dusted. If you're game, we can go on the next one.`,\n    asc_completion3_1: `How far we've come… wonderful. You're finally done with all that's been asked of you.`,\n    asc_completion3_2: `It was a pleasure guiding you through it all. Keep an eye on your mailbox to see what's coming your way.`\n};\n\n\n//# sourceURL=webpack:///./src/translations/en/aceSubtitleCandidate.ts?");

/***/ }),

/***/ "./src/translations/en/assessment.ts":
/*!*******************************************!*\
  !*** ./src/translations/en/assessment.ts ***!
  \*******************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {

"use strict";
eval("\nObject.defineProperty(exports, \"__esModule\", { value: true });\nexports.assessmentPageModule = {\n    asm_no_template_has_match_the_selection_please_use_other_choices: 'No template has match the selection, please use other choices',\n    asm_configuration_select_different_language: 'You have selected a different language for the assessment to be conducted in. To view what tools are supported on the selected language, please click the download button below ',\n    asm_understands_a_person_natural_alignment_to_the_role: \"Understands a person's natural alignment to the role.\",\n    asm_strong_alignment_suggests_that_the_person_is_likely_to_naturally_perform_better_at_work: 'Strong alignment suggests that the person is likely to naturally perform better at work.',\n    asm_a_lower_alignment_may_indicate_that_the_person_may_face_more_challenges_at_work: 'A lower alignment may indicate that the person may face more challenges at work.',\n    asm_as_validation_to_preference_which_are_self_rated_items: 'As validation to preference which are self-rated items.',\n    asm_identify_person_alignment_role_BIA_measures_person_performs_those_areas: \"While in preference we are identifying a person's natural alignment to role, BIA measures how well a person performs in those areas.\",\n    asm_evidence_gathering_face_environment_allows_assessor_probe_strengths_development_gaps: 'Evidence gathering using a face to face environment that allows the assessor to probe further and tease out areas of strengths, development gaps and road blocks.',\n    asm_this_contextualised_organisation: 'This is contextualised to the organisation.',\n    asm_content_error: 'Assessment Management Content Error',\n    asm_successfully_saved_assessment_details: 'Successfully saved assessment details',\n    asm_something_went_wrong: 'Something went wrong when activating/deactivation assessment.',\n    asm_email_template_alert_changing_theme: 'Changing theme will cause you to lose the context of your saved email template. Are you sure you want to proceed',\n    asm_you_have_been_blocked_from_accessing: 'You have been blocked from accessing this assessment. Please contact the assessment creator',\n    asm_key_in_the_pin_to_unlock: 'Key in PIN to unlock project',\n    asm_are_you_sure_you_want_to_cancel_report_on_date: 'Are you sure you want to cancel report sent on {{date_param}}?',\n    asm_are_you_sure_you_want_to_send_report_on_date: 'Are you sure you want to send report on {{date_param}}?',\n    asm_candidate_in_line_number_email_is_missing: 'Candidate in line {{number}}, email is missing.',\n    asm_candidate_in_line_number_has_invalid_email_address: 'Candidate in line {{number}}, has invalid email address',\n    asm_email_purpose_must_not_be_less_than_5_characters: 'Email purpose must not be less than 5 characters',\n    asm_email_subject_must_not_be_less_than_5_characters: 'Email subject must not be less than 5 characters',\n    asm_email_template_created: 'Successfully created a custom email template',\n    asm_email_template_is_disabled_failed_to_sent_reminder_to_user: 'Email Template is disabled. Failed to sent reminder to user',\n    asm_error_name_characters: 'Type name must not be less than 5 characters',\n    asm_error_uploading_the_360_five_relationship_error: 'Error uploading the 360-Five Relationship (CSV): {{error}}',\n    asm_failed_to_add_new_interviewer: 'Failed to add new interviewer',\n    asm_failed_to_add_user_to_assessment: 'Failed to add user to assessment',\n    asm_failed_to_send_invitation_email_please_check_if_email_template_has_been_set_up_andor_the_required_fields_have_been_filled: 'Failed to send invitation email. Please check if email template has been set up, and/or the required fields have been filled.',\n    asm_it_will_appear_as_the_email_senders_name: \"It will appear as the email sender's name\",\n    asm_new_interviewer_added_successfully: 'New interviewer added successfully.',\n    asm_our_team_is_currently_preparing_this_for_you_to_talk_to_us_you_can_send_an_email_to_email: 'Our team is currently preparing this for you. To talk to us, you can send an email to <0>{{email}}</0>',\n    asm_our_team_will_contact_you_via_email_for_the_360_five_assessment_activation_within_24_hours: 'Our team will contact you via email for the 360-Five Assessment activation within 24 hours.',\n    asm_please_check_your_csv_file_found_incorrect_format: 'Please check your csv file. Found incorrect format',\n    asm_please_choose_a_position_level: 'Please choose a position level',\n    asm_select_a_project_you_want_to_add_the_candidates_to: 'Select a project you want to add the candidate(s) to',\n    asm_successfully_uploaded_the_360_five_relationship_csv: 'Successfully uploaded the 360-Five Relationship (CSV)',\n    asm_invitation_not_sent_enable_invitation_email_template_to_send_invitation_to_users: ' Invitation is not sent. Enable Invitation Email Template to send invitation to users.',\n    asm_reminder_not_sent_enable_reminder_email_template_to_send_reminder_to_users: ' Reminder is not sent. Enable Reminder Email Template to send reminder to users.'\n};\n\n\n//# sourceURL=webpack:///./src/translations/en/assessment.ts?");

/***/ }),

/***/ "./src/translations/en/candidateApp.ts":
/*!*********************************************!*\
  !*** ./src/translations/en/candidateApp.ts ***!
  \*********************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {

"use strict";
eval("\nObject.defineProperty(exports, \"__esModule\", { value: true });\nexports.candidateApp = {\n    caa_want_to_add_more_working_experience: 'Do you want to add more working experience',\n    caa_do_you_want_to_add_more_education_experience: 'Do you want to add more education experience',\n    caa_i_would_like_to_know_about_your_education_details: 'Now that I know a little about you, I would like to know about your education details.',\n    caa_note: 'Note: If the company has undergone a change of corporate name or if the company is subsidiary of an Opco, please select the current Opco it belongs to.',\n    caa_portion_will_display_the_role_accountability_set_by_company: `This portion will display the role accountability set by the company. You cannot change the list,\n    however you may add if you wish too.`,\n    caa_comparison_list_full: 'Comparison list full. Please remove some Job from the list',\n    caa_the_following_are_the_list_of_positions_in_the_organisation: `The following are the list of positions in the organisation. Please choose the position that you aspire to  succeed. You may choose up to three roles`,\n    caa_select_a_job_to_compare: 'Select a job to compare from the job board',\n    caa_select_a_skill_then_select_activity: 'Please select a skill and then select an activity',\n    caa_show_skills_needed_at_your_job: `The following will show the skills that is needed at your job level. You may add more skills if necessary`,\n    caa_select_the_skills_that_you_possess: `Please select the skills that you possess based on the job profile that was created. You can add additional skills from the search bar below.`,\n    caa_cant_access_the_next_activities: \"Can't access the next activities?\",\n    caa_delete_education_successfully: 'Delete education successfully',\n    caa_error_saving_profile_info: 'Error saving profile info.',\n    caa_ex_bachelor: \"Ex: Bachelor's...\",\n    caa_ex_communication: 'Ex : Communication',\n    caa_ex_university_malaya: 'Ex: University Malaya',\n    caa_fail_to_update_basic_information: 'Fail to update basic information',\n    caa_fail_to_update_mobility_information: 'Fail to update mobility information',\n    caa_failed_to_add_job_to_favourite: 'Failed to add job to favourite',\n    caa_failed_to_delete_education: 'Failed to delete education.',\n    caa_failed_to_get_favourite_role_list: 'Failed to get favourite role list',\n    caa_failed_to_get_role_list: 'Failed to get role list',\n    caa_failed_to_remove_job_from_favourite: 'Failed to remove job from favourite',\n    caa_favourite_added: 'Added to favourite list',\n    caa_favourite_removed: 'Removed from favourite list',\n    caa_great_youve_4_path_of_least_resistance_for_this_role_check_them_out_now: 'Great! You’ve 4 path of least resistance for this role. Check them out now!',\n    caa_in_1_3_years_i_see_myself_as: 'In 1-3 years, I see myself as...',\n    caa_mobility_information_updated: 'Mobility information updated',\n    caa_no_email_is_associated_with_this_talent: 'No email is associated with this talent',\n    caa_number_skills_you_need_to_develop: '{{number}} Skills You Need To Develop',\n    caa_please_choose_a_valid_image_file_eg_jpg_png_and_jpeg_files: 'Please choose a valid image file. e.g. jpg, png, and jpeg files',\n    caa_saved_profile_info_successfully: 'Saved profile info successfully.',\n    caa_successfully_exported_to_idp_template: 'Successfully Exported to IDP Template',\n    caa_tell_me_about_your_work_experiences_your_first_entry: 'Now please tell me about your work experiences. Your first entry will be defaulted to your current position.',\n    caa_what_is_your_career_aspiration: 'What is your career aspiration?',\n    caa_write_something_special_about_you: 'Write something special about you',\n    caa_you_have_successfully_applied_for_this_job: 'You have successfully applied for this job',\n    caa_default_role_accountability: 'Default role accountability based on your job profile',\n    caa_narrow_your_skills_selecting_job_role: 'Narrow Your Skills By Selecting A Job Role Profile'\n};\n\n\n//# sourceURL=webpack:///./src/translations/en/candidateApp.ts?");

/***/ }),

/***/ "./src/translations/en/candidateManagement.ts":
/*!****************************************************!*\
  !*** ./src/translations/en/candidateManagement.ts ***!
  \****************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {

"use strict";
eval("\nObject.defineProperty(exports, \"__esModule\", { value: true });\nexports.candidateManagement = {\n    cam_something_went_wrong_downloading_report: 'Something went wrong when downloading the report. Tech support has been informed, and we will email you when the issue has been resolved.',\n    cam_this_candidate_has_not_complete_download_report: 'This candidate has not completed some or all of their assessments. Due to that, the report may not download or may not be displayed correctly. Are you sure you want to download the report',\n    cam_alert_you_have_completed_some_of_these_assessment_in_the_past_year_you_cannot_do_it_again: 'Alert: You have completed some of these assessment in the past year. You cannot do it again',\n    cam_candidate_is_not_ratee_cannot_download_report: 'Candidate is not ratee, cannot download report',\n    cam_please_select_a_journey_if_you_wish_to_add_an_internal_talent: 'Please select a journey if you wish to add an internal talent',\n    cam_this_invitation_link_is_invalid: 'This invitation link is invalid',\n    cam_you_completed_the_same_assessments_within_the_last_12_months: `You completed the same assessments within the last 12 months and are not required to retake them. Your scores are valid and will be shared with the employer. All information is confidential. <0>{{learn_more}}</0>`,\n    cam_you_completed_a_few_assessments_within_the_last_12_months: `You completed a few assessments within the last 12 months and are only required to take the others. Your existing scores are valid and will be shared with the employer. All information is confidential. <0>{{learn_more}}</0>`\n};\n\n\n//# sourceURL=webpack:///./src/translations/en/candidateManagement.ts?");

/***/ }),

/***/ "./src/translations/en/creditManagement.ts":
/*!*************************************************!*\
  !*** ./src/translations/en/creditManagement.ts ***!
  \*************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {

"use strict";
eval("\nObject.defineProperty(exports, \"__esModule\", { value: true });\nexports.creditManagement = {\n    crm_info_success_message: `Your request is being processed. We will send you an email notification once your request token is approved. Thank you.`,\n    crm_are_you_sure_you_want_to_remove_this_tool_group: 'Are you sure you want to remove this tool group?',\n    crm_failed_to_add_revoke: 'Failed to add/revoke.',\n    crm_failed_to_add_tool_group_name: 'Failed to add tool group name.',\n    crm_failed_to_charge_refund_token: 'Failed to charge/refund token',\n    crm_failed_to_edit_tool_group_name: 'Failed to edit tool group name.',\n    crm_failed_to_grant_tokens: 'Failed to grant tokens.',\n    crm_failed_to_request_token: 'Failed to request token.',\n    crm_please_fil_in_transfer_revoke_values: 'Please fill in transfer/revoke values',\n    crm_please_fill_in_the_field_to_send: 'Please fill in the field to send.',\n    crm_successfully_add_value_tokens: 'Successfully add {{value_transfer}} tokens.',\n    crm_successfully_added_tool_group_name: 'Successfully added tool group name.',\n    crm_successfully_charge_refund_token: 'Successfully charge/refund token',\n    crm_successfully_edited_tool_group_name: 'Successfully edited tool group name.',\n    crm_successfully_grant_amount_amount_to_client: 'Successfully grant {{amount}} amount to {{client}}.',\n    crm_successfully_revoked_values_revoke_tokens: 'Successfully revoked {{value_revoke}} tokens.'\n};\n\n\n//# sourceURL=webpack:///./src/translations/en/creditManagement.ts?");

/***/ }),

/***/ "./src/translations/en/dashboard.ts":
/*!******************************************!*\
  !*** ./src/translations/en/dashboard.ts ***!
  \******************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {

"use strict";
eval("\nObject.defineProperty(exports, \"__esModule\", { value: true });\nexports.dashboard = {\n    dab_please_configure_your_chart_below: 'Please configure your chart below',\n    dab_this_value_should_be_higher_than_above_row_high_value: 'This value should be higher than above row high value',\n    dab_nine_box_plot_chart_configuration: '9 Box Plot Chart Configuration',\n    dab_detailed_insights_are_coming_soon: 'Detailed insights are coming soon',\n    dab_benchmarking_provides_an_overview: 'benchmarking dashboard provides you an overview of your organisation’s overall performance in each',\n    dab_for_deeper_insights_use_the_filters: 'For deeper insights, use the filters like performance or departments to identify group trends.',\n    dab_please_use_other_combination_of_the_filter: 'Please use other combination of the filter',\n    dab_please_upload_any_data_set: 'Please upload any data set with the first column always being an email address.',\n    dab_please_select_a_competency_to_get_more_insights: 'Please select a competency to get more insights!',\n    dab_skill_level_check_dashboard_provides_organisations_visibility: \"The skill level check dashboard provides organisations visibility on their workforce's functional capabilities. You can filter by each level and identify which skills that need to be focused on by department/role. You can also identify talents who have certain skills but are not in the department/role.\",\n    dab_please_complete_the_progress_rules_section: 'Please complete the Progress Rules section',\n    dab_please_choose_a_journey_before_publishing: 'Please choose a journey before publishing.',\n    dab_enter_workflow_name_to_add_workflow: 'Please enter the workflow name to add workflow.',\n    dab_group_trend_dashboard_provides_ability_to_gain_insights: \"The group trend dashboard provides you with the ability to gain insights on how your workforce's capabilities such as leadership, agility and cultural fit changes over time. For deeper data cuts, use the filters like time periods and departments.\",\n    dab_employees_dont_have_valid_data: `employees don't have a valid data for the given selection`,\n    dab_there_are_no_journey_selected: 'There are no Journey to select in Selected Client',\n    dab_we_currently_do_not_have_support_please_choose_another: 'We currently do not support this type of data for our 9 box. Please choose another project',\n    dab_displaying_total_candidate_talent_from_selected_client: `Displaying {{total_candidates}} talent from {{selected_client}}`,\n    dab_skills_competency_benchmarking_dashboard: `{{skills_competency}} Benchmarking Dashboard`,\n    dab_the_skills_competency_benchmarking_dashboard_provides_you_an_overview_of_your_organisations: `The {{skills_competency}} benchmarking dashboard provides you an overview of your organisation’s overall performance in each {{skills_competency}}. For deeper insights, use the filters like performance or departments to identify group trends.`,\n    dab_please_publish_new_dashboard_before_sending_notifications: 'Please publish new dashboard before sending notifications.',\n    dab_send_notification_to_candidates: 'Send notification to candidates',\n    dab_please_provide_a_name_for_your_configuration_below_to_publish: 'Please provide a name for your configuration below to publish.',\n    dab_please_enter_a_configuration_name: 'Please enter a configuration name',\n    dab_successfully_sent_notification_to_candidate: 'Successfully sent notification to candidate',\n    dab_failed_to_send_notification: 'Failed to send notification',\n    dab_some_scores_in_to_are_lower_than_their_previous_section_please_amend_it_and_try_again: 'Some scores in \"To\" are lower than their previous section(s). Please amend it and try again.',\n    dab_are_you_sure_you_want_to_delete_stage: 'Are you sure you want to delete {{stage}}',\n    dab_are_you_sure_you_want_to_move_the_number_candidate_to_the_next_stage: 'Are you sure you want to move the {{number}} candidate(s) to the next stage?',\n    dab_candidate_does_not_meet_the_minimum_threshold_for_the_competency_below: 'Candidate does not meet the minimum threshold for the {{competency}} below',\n    dab_enter_new_workflow_name_here: 'Enter new workflow name here..',\n    dab_error_moving_candidates_to_the_next_stage: 'Error moving candidates to the next stage.',\n    dab_error_publishing_configuration: 'Error publishing configuration.',\n    dab_error_uploading_candidates_to_workflow: 'Error uploading candidates to workflow',\n    dab_no_contact_number_data_detected_notification_will_only_be_sent_through_email_are_you_sure_you_want_to_continue: 'No contact number data detected. Notification will only be sent through email. Are you sure you want to continue?',\n    dab_please_fill_in_the_workflow_name_to_save: 'Please fill in the workflow name to save',\n    dab_please_publish_new_dashboard_before_creating_new_notification_templates: 'Please publish new dashboard before creating new notification templates.',\n    dab_skills_competency_benchmark_dashboard: '{{skills_competency}} Benchmark Dashboard',\n    dab_some_of_the_selected_candidate_has_missing_contact_number_notification_will_only_be_sent_through_email_for_these_candidate_are_you_sure_you_want_to_continue: 'Some of the selected candidate(s) has missing contact number. Notification will only be sent through email for these candidate. Are you sure you want to continue?',\n    dab_successfully_added_candidates_to_workflow: 'Successfully added candidates to workflow.',\n    dab_successfully_moved_candidates_to_the_next_stage: 'Successfully moved candidates to the next stage',\n    the_minimum_value_should_be_higher_than_kpi_minimum_value: `The minimum value should be higher than KPI minimum value`,\n    the_maximum_value_should_be_higher_than_kpi_minimum_value: 'The maximum value should be higher than KPI minimum value',\n    update_your_data_using_the_provided_templates: 'Update your data using the provided templates'\n};\n\n\n//# sourceURL=webpack:///./src/translations/en/dashboard.ts?");

/***/ }),

/***/ "./src/translations/en/employeeInfo.ts":
/*!*********************************************!*\
  !*** ./src/translations/en/employeeInfo.ts ***!
  \*********************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {

"use strict";
eval("\nObject.defineProperty(exports, \"__esModule\", { value: true });\nexports.employeeInfo = {\n    ei_employee_succeeding_to: 'Employee Succeeding to',\n    ei_job_competency_profile: 'Job Competency Profile',\n    ei_no_job_title: 'No job title',\n    ei_no_reportee: 'No Direct Reports',\n    ei_successors_to_employee: 'Successors to Employee',\n    ei_vacant_role: 'Vacant Role',\n    ei_available_report: 'Available Report',\n    ei_assessments_used: 'Assessments used',\n    ei_assessments_used_for_measurements: 'Assessments Used for Measurements',\n    ei_total_years_of_experience: 'Total Years of Experience',\n    ei_last_promotion_date: 'Last Promotion Date',\n    ei_willingness_to_mobility: 'Willingness to Mobility',\n    ei_key_achievements: 'Key Achievements',\n    ei_list_of_achievements: 'List of Achievements',\n    ei_personnel_area: 'Personnel Area',\n    ei_personnel_subarea: 'Personnel Subarea',\n    ei_preferred_location: 'Preferred Location',\n    ei_join_date_group: 'Join Date (Group)',\n    ei_duration_of_assignment: 'Duration of Assignment',\n    ei_contract_start_date: 'Contract Start Date',\n    ei_contract_end_date: 'Contract End Date'\n};\n\n\n//# sourceURL=webpack:///./src/translations/en/employeeInfo.ts?");

/***/ }),

/***/ "./src/translations/en/global.ts":
/*!***************************************!*\
  !*** ./src/translations/en/global.ts ***!
  \***************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {

"use strict";
eval("\nObject.defineProperty(exports, \"__esModule\", { value: true });\nexports.globalEngTranslator = {\n    a_year: '1 year',\n    about_talent: 'About Talent',\n    accepted: 'Accepted',\n    account_type: 'Account Type',\n    action: 'Action',\n    action_items: 'Action Items',\n    action_plan: 'Action Plan',\n    action_time: 'Action time',\n    actions: 'Actions',\n    activate: 'Activate',\n    activated: 'activated',\n    active: 'Active',\n    activity_completion_summary: 'Activity Completion Summary',\n    activity_details: 'Activity Details',\n    actual_completion_date: 'Actual Completion Date',\n    add: 'Add',\n    add_action_item: 'Add Action Item',\n    add_and_edit_this_talent_tagging: 'Add and edit this talent tagging',\n    add_as_successor: 'Add as Successor',\n    add_candidate_successfully: 'Add Candidate Successfully',\n    add_course: 'Add Course',\n    add_custom_template: 'Add Custom Template',\n    add_education: 'Add Education',\n    add_experience: 'Add Experience',\n    add_external_bulk_csv: 'Add External Candidate (Bulk CSV)',\n    add_external_candidate: 'Add External Candidate',\n    add_internal_employee: 'Add Internal Employee',\n    add_internal_talent: 'Add Internal Talent',\n    add_journal_idp: 'Add Journal IDP',\n    add_option: 'Add Option',\n    add_revoke: 'Add/Revoke',\n    add_successor: 'Add Successor',\n    add_template_successfully: 'Add template successfully.',\n    add_talent: 'Add Talent',\n    add_to_assessment: 'Add to Assessment',\n    add_to_project: 'Add to Project',\n    add_token: 'Add Token',\n    add_tool_group: 'Add Tool Group',\n    added_category_tag_successfully: 'Added Category Tag Successfully',\n    added_intervention_tag_successfully: 'Added intervention tag successfully',\n    admin: 'Admin',\n    age: 'Age',\n    after: 'After',\n    agility: 'Agility',\n    all: 'All',\n    all_assessment: 'All Assessment',\n    are_you_ready: 'Are You Ready',\n    are_you_sure_want_to_delete_remark: 'Are you sure want to delete remark?',\n    are_you_sure_want_to_delete_this_remark: 'Are you sure want to delete this remark?',\n    are_you_sure_you_want_to: 'Are you sure you want to',\n    are_you_sure_you_want_to_block: 'Are you sure you want to block',\n    are_you_sure_you_want_to_delete: 'Are you sure you want to delete',\n    are_you_sure_you_want_to_delete_course: 'Are you sure you want to delete this course?',\n    are_you_sure_you_want_to_delete_idp: 'Are you sure you want to delete this IDP?',\n    are_you_sure_you_want_to_remove: 'Are you sure you want to remove',\n    are_you_sure_you_want_to_replace_this_attachment: 'Are you sure you want to replace this attachment?',\n    are_you_sure_you_want_to_unblock: 'Are you sure you want to unblock',\n    areas_measured: 'Areas Measured in Your Project',\n    as_successor_to_the_role: 'as successor to the role',\n    aspiration: 'Aspiration',\n    aspiration_information_updated: 'Aspiration information updated',\n    aspired_role: 'Aspired Role',\n    aspired_role_fit: 'Aspired Role Fit',\n    assessment: 'Assessment',\n    assessment_information: 'Assessment Information',\n    assessment_management: 'Assessment Management',\n    assessment_result_progress: 'Assessment Result Progress',\n    assessment_title: 'Assessment Title',\n    assessment_details: 'Assessment details',\n    assign: 'Assign',\n    at: 'At',\n    at_beyond: 'At / beyond',\n    at_beyond_ra: 'At/Beyond RA',\n    attachment: 'Attachment',\n    audit_trail: 'Audit Trail',\n    audit_trails: 'Audit Trails',\n    back: 'Back',\n    back_to_preview_list: 'Back to preview list',\n    balance: 'Balance',\n    before: 'Before',\n    begin: 'Begin',\n    behaviour_in_action: 'Behaviour in Action',\n    bench_risk: 'Bench Risk',\n    bench_risk_high: 'Bench Risk - High',\n    bench_risk_low: 'Bench Risk - Low',\n    bench_risk_mid: 'Bench Risk - Mid',\n    bench_strength: 'Bench Strength',\n    beyond: 'Beyond',\n    birth_date: 'Birth Date',\n    birthday: 'Birthday',\n    block: 'Block',\n    bs: 'BS',\n    bulk_interview: 'Bulk Interview',\n    cancel: 'Cancel',\n    candidate: 'Candidate',\n    candidate_email: 'Candidate Email',\n    candidate_information: 'Candidate Information',\n    candidate_list: 'Candidate List',\n    candidate_management: 'Candidate Management',\n    candidate_name: 'Candidate Name',\n    candidate_preview: 'Candidate Preview',\n    candidate_report_enabled: 'Candidate Report Enabled',\n    candidate_status: 'Download Candidate Status',\n    candidate_to_download_report: 'candidate to download report',\n    candidate_update_successfully: 'Candidate Update Successfully',\n    candidates: 'Candidates',\n    categories: 'Categories',\n    category: ' Category',\n    category_name: 'Category Name',\n    change: 'Change',\n    change_password: 'Change Password',\n    change_pin: 'Change PIN',\n    change_rater: 'Change Rater',\n    change_theme: 'Change Theme',\n    charged: 'Charged',\n    children: 'Children',\n    choose_journey: 'Choose Journey',\n    please_choose_a_report: 'Please choose a report.',\n    choose_your_role: 'Choose your role',\n    click_to_verify: 'Click to Verify',\n    client_admin_view: 'Client Admin View',\n    close: 'Close',\n    color_by: 'Color By',\n    columns_to_show: 'Columns To Show',\n    company: 'Company',\n    company_excel: 'company',\n    compare: 'Compare',\n    completed: 'Completed',\n    completion_date: 'Completion Date',\n    completion_rate: 'Completion Rate',\n    configure: 'Configure',\n    configure_report: 'Configure Report',\n    configure_reports: 'Configure Reports',\n    configuring: 'Configuring',\n    confirmation: 'Confirmation',\n    confirm: 'Confirm',\n    contact: 'Contact',\n    context: 'Context',\n    copy_invitation_link: 'Copy Invitation Link',\n    copy_link: 'Copy Link',\n    copy_public_link: 'Copy public link',\n    could_not_download_employee_profile: 'Could not download Employee Profile',\n    could_not_download_excel_file: 'Could not download excel file',\n    could_not_download_template_file: 'Could not download template file',\n    country: 'Country',\n    course: 'Course',\n    create: 'Create',\n    create_new_tag: 'Create New Tag',\n    creating: 'Creating',\n    credit_management: 'Credit Management',\n    credit_per_candidate: 'Credit Per Candidate',\n    critical_talents: 'Critical Talents',\n    csv_template: 'CSV Template',\n    cultural_fit: 'Cultural Fit',\n    current: 'Current',\n    current_age: 'Current Age',\n    current_role: 'Current Role',\n    current_role_fit: 'Current Role Fit',\n    custom_email_sent: 'Custom Email Sent',\n    custom_report_type: 'Custom Report Type',\n    customize: 'Customize',\n    customize_external_candidates: 'Customize External Candidates',\n    customize_internal_candidates: 'Customize Internal Candidates',\n    customize_project: 'Customize Project',\n    dashboard: 'Dashboard',\n    date: 'Date',\n    date_of_birth: 'Date of birth',\n    date_of_completion: 'Date Of Completion',\n    date_of_invitation: 'Date Of Invitation',\n    date_of_reminder: 'Date Of Reminder',\n    date_reinvited: 'Date Reinvited',\n    date_uploaded: 'Date Uploaded',\n    deactivate: 'Deactivate',\n    deactivated: 'deactivated',\n    deadline: 'Deadline',\n    delete: 'Delete',\n    department: 'Department',\n    description: 'Description',\n    detailed_overview: 'Detailed Overview',\n    detailed_view_of: 'Detailed view of',\n    details: 'Details',\n    development: 'Development',\n    development_list: 'Development List',\n    development_plan: 'Development Plan',\n    disable: 'Disable',\n    disable_candidate_report: 'Disable Candidate Report',\n    disable_public_link: 'Disable Public Link',\n    disabled: 'Disabled',\n    disprz: 'Disprz',\n    division: 'Division',\n    directorate: 'Directorate',\n    does_not_have: 'Does not have',\n    domain: 'Domain',\n    done: 'Done',\n    download: 'Download',\n    download_360_rating_template_csv: 'Download 360 Rating Template (CSV)',\n    download_candidate_360_status_excel: 'Download Candidate 360 Status (Excel)',\n    download_candidate_leadership_score: 'Download Candidate Leadership Score',\n    download_candidate_scores: 'Download Candidate Scores',\n    download_360_candidate_status: 'Download Candidate 360 Status',\n    download_candidates_status: 'Download Candidates Status',\n    download_employee_profiles: 'Download Employee Profiles',\n    download_interview_status: 'Download Interview Status',\n    download_leadership_template: 'Download Leadership Template',\n    download_list: 'Download List',\n    download_report: 'Download Report',\n    download_simplify_excel: 'Download Simplify Excel',\n    download_standard_csv_template: 'Download Standard CSV Template',\n    download_standard_template: 'Download Standard CSV Template',\n    download_success: 'Download Success',\n    downloaded_360_rating_template: 'Downloaded 360 Rating Template',\n    downloaded_candidate_360_status_excel: 'Downloaded Candidate 360 Status (Excel)',\n    downloaded_employee_profile: 'Downloaded Employee Profile',\n    downloaded_rater_status: 'Downloaded Rater Status File',\n    edit: 'Edit',\n    edit_category_tag_successfully: 'Edit Category Tag Successfully',\n    edit_course: 'Edit Course',\n    edit_education: 'Edit Education',\n    edit_experience: 'Edit Experience',\n    edit_intervention_tag_successfully: 'Edit intervention tag successfully',\n    edit_summary: 'Edit Summary',\n    edit_tag: 'Edit Tag',\n    education: 'Education',\n    education_info: 'Education Info',\n    education_is_empty: 'Education is empty',\n    eligibility: 'Eligibility',\n    email: 'Email',\n    email_purpose: 'Email Purpose',\n    email_subject: 'Email Subject',\n    email_template: 'Email Template',\n    email_template_types: 'Email Template Types',\n    email_trigger: 'Email Trigger',\n    email_verification_trigger: 'Email Verification Trigger',\n    employee: 'Employee',\n    employee_card: 'Employee Card',\n    employee_id: 'Employee ID',\n    employee_info: 'Employee Info',\n    employee_name: 'Employee Name',\n    employee_tags: 'Employee Tags',\n    employment_type: 'Employment Type',\n    enable: 'Enable',\n    enable_candidate_report: 'Enable Candidate Report',\n    enable_candidate_report_download: 'Enable Candidate Report Download',\n    enable_public_link: 'Enable Public Link',\n    enabled: 'Enabled',\n    enabled_price_grouped: 'Enabled Price Grouped',\n    end_date: 'End Date',\n    engagement_score: 'Engagement Score',\n    enter_text_to_add_remark_general: 'Enter text in the area provided to add remarks for the General remark',\n    enter_text_to_add_remarks_talent: 'Enter text in the area provided to add remarks for this talent',\n    enter_your_email_address_here: 'Enter your email address here',\n    enter_your_name_here: 'Enter your name here',\n    enter_your_remarks_here: 'Enter your remarks here',\n    enter_your_tool_group_name: 'Enter your tool group name',\n    error_downloading_candidate_360_status_excel: 'Error downloading Candidate 360 status excel.',\n    error_inviting_rater: 'Error Inviting Rater',\n    error_inviting_talent: 'Error inviting talent.',\n    error_removing: 'Error Removing',\n    error_saving_aspiration: 'Error saving aspiration.',\n    error_updating: 'Error updating.',\n    error_updating_tag: 'Error updating tag',\n    error_while_downloading_the_file: 'Error while downloading the file',\n    ethnicity: 'Ethnicity',\n    event: 'Event',\n    ex_business_week: 'Ex: Business Week',\n    excel_not_available: 'Excel not available',\n    exit: 'Exit',\n    experience_info: 'Experience Info',\n    experience_is_empty: 'Experience is empty',\n    explore: 'Explore',\n    export: 'Export',\n    export_as_excel: 'Export As Excel',\n    export_now: 'Export Now',\n    export_record: 'Export Record',\n    export_to_excel: 'Export to Excel',\n    exporting: 'Exporting',\n    external: 'External',\n    external_talent: 'External Talent',\n    failed_upload_score: 'Failed to upload score',\n    fail_to_send_invitation_to_candidate: 'Fail to send invitation to candidate!',\n    failed_to_add_candidate: 'Failed to add candidate.',\n    failed_to_add_idp: 'Failed to add IDP.',\n    failed_to_change_theme: 'Failed to change theme',\n    failed_to_disable_public_link: 'Failed to disable public link.',\n    failed_to_fetch_client_based_settings: 'Failed to fetch client based settings',\n    failed_to_remove_successor: 'Failed to remove Successor',\n    failed_to_save_columns: 'Failed to save columns',\n    failed_to_set_date: 'Failed to set date',\n    failed_to_set_successor: 'Failed to set Successor',\n    failure: 'Failure',\n    feedback_provider: 'Feedback Provider',\n    fetching_candidate_data: 'Fetching Candidate Data',\n    fetching_data: 'Fetching data',\n    field_of_study: 'Field of Study',\n    file_name: 'File Name',\n    file_type: 'File Type',\n    filter_by_range_of_date: 'Filter by range of date',\n    filter_candidate: 'Filter Candidate',\n    filter_project: 'Filter Project',\n    filter_tool: 'Filter Tool',\n    final_score: 'Final Score',\n    finalise: 'Finalise',\n    fit_score: 'Fit Score',\n    flight_risk: 'Flight Risk',\n    foci_status: 'Foci Status',\n    for_candidate: 'For Candidate?',\n    framework_tools: 'Framework & Tools',\n    from: 'From',\n    from_successor_list: 'from Successor list',\n    functional: 'Functional',\n    functional_technical: 'Functional/Technical',\n    functional_technical_skills: 'Functional / Technical Skills',\n    gamuda_competencies_list: 'Gamuda Competencies List',\n    gender: 'Gender',\n    general_action_items: 'General Action Items',\n    general_remarks: 'General Remarks',\n    given: 'Given',\n    grade: 'Grade',\n    grant_token: 'Grant Token',\n    group: 'Group',\n    group_actions: 'Group Actions',\n    group_price: 'Group Price',\n    has_verified_your_skills: 'has verified your skills',\n    here: 'here',\n    high: 'High',\n    holding: 'Holding',\n    holistic: 'Holistic',\n    host_admin_view: 'Host Admin View',\n    idp: 'IDP',\n    idp_added_successfully: 'IDP added successfully',\n    idp_updated_successfully: 'IDP updated successfully',\n    in_progress: 'In Progress',\n    inactive: 'Inactive',\n    incumbent: 'Incumbent',\n    individual: 'Individual',\n    input_box: 'Input Box',\n    internal: 'Internal',\n    internal_talent: 'Internal Talent',\n    intervention: 'Intervention',\n    interview: 'Interview',\n    interviewer: 'Interviewer',\n    invite: 'Invite',\n    invite_candidate: 'Invite a Candidate',\n    invited: 'Invited',\n    is: 'Is',\n    is_pin_enabled: 'Is Pin Enabled?',\n    job_applied: 'Job Applied',\n    job_function: 'Job Function',\n    job_function_excel: 'job_function',\n    job_level: 'Job Level',\n    job_position: 'Job Position',\n    job_purpose: 'Job Purpose',\n    job_title: 'Job Title',\n    journal: 'Journal',\n    language: 'Language',\n    last_changed_on: 'Last Changed on',\n    leadership: 'Leadership',\n    legends: 'Legend',\n    level_chosen_by: 'Level Chosen By',\n    link_copied_to_clipboard: 'Link copied to clipboard.',\n    linked_in_url: 'LinkedIn URL',\n    list: 'List',\n    list_of_selected_talents: 'Below are the list of selected talents',\n    loading: 'Loading',\n    loading_please_wait: 'Loading please wait',\n    loading_talent: 'Loading talent',\n    location: 'Location',\n    low: 'Low',\n    manage: 'Manage',\n    manage_assessment: 'Manage Assessment',\n    manage_candidate: 'Manage Candidate',\n    manage_credit: 'Manage credit',\n    manage_token: 'Manage Token',\n    management_level: 'Management Level',\n    manager: 'Manager',\n    manager_choice: 'Manager Choice',\n    manager_level: 'Manager Level',\n    manager_rating: 'Manager Rating',\n    marital_status: 'Marital Status',\n    mark_as_completed: 'Mark as Completed',\n    match: 'Match',\n    match_score: 'Match Score',\n    mcp: 'MCP',\n    measured_by: 'Measured By',\n    medium: 'Medium',\n    mid: 'Mid',\n    mismatch: 'Mismatch',\n    mission: 'Mission',\n    mission_critical_position: 'Mission Critical Position',\n    more_tools: 'More Tools',\n    my: 'My',\n    my_aspiration: 'My Aspiration',\n    my_development: 'My Development',\n    my_opco: `My Opco's`,\n    my_progress: 'My Progress',\n    my_role_fit: 'My Role Fit',\n    name: 'Name',\n    name_is_required: 'Name is required.',\n    name_your_category_here: 'Name your Category Here',\n    nationality: 'Nationality',\n    near_ra: ' Near RA',\n    new: 'New',\n    new_value: 'New value',\n    next: 'Next',\n    no: 'No',\n    no_available_data: 'No available data ',\n    no_current_position: 'No Current Position',\n    no_data_available: 'No Data Available',\n    no_data_found: 'No data found',\n    no_employees_attended: 'No. Employees Attended',\n    no_name: 'No Name',\n    no_number: 'No.',\n    no_of_asst: 'No.of Asst',\n    no_of_tools: 'No. of Tools',\n    no_of_tools_available: 'No.of Tools Available',\n    no_other_accountability: 'No other accountability',\n    no_performance: 'No Performance',\n    you_have_no_permission_to_view_this_section: 'You have no permission to view this section.',\n    no_remark_found: 'No Remark Found',\n    no_reporting_line: 'No reporting line',\n    no_roles: 'No Roles',\n    no_roles_available: 'No Roles Available',\n    no_successor: ' No Successor',\n    no_tools_available: 'There are no tools available yet.',\n    non_mission_critical_position: 'Non Mission Critical Position',\n    non_mission_critical_positions: 'Non Mission Critical Positions',\n    not_eligible: 'Not Eligible',\n    not_required_by_role: 'Not Required by Role',\n    not_selected: 'Not Selected',\n    notes: 'Notes',\n    number_of_children: 'Number of children',\n    old_value: 'Old value',\n    one_to_two_years: '1 to 2 years',\n    opco: 'Opco',\n    org_chart_root: 'Org Chart Root',\n    org_health_index: 'Org Health Index',\n    org_view: 'Org View',\n    other_accountability: 'Other Accountability',\n    other_roles: 'Other Role(s)',\n    overall_score: 'Overall Score',\n    overview: 'Overview',\n    pending: 'Pending',\n    pending_approval_not_selected: 'Pending Approval/ Not Selected',\n    people: 'People',\n    performance: 'Performance',\n    performance_rating: 'Performance Rating',\n    personal_info: 'Personal Info',\n    personal_information: 'Personal Information',\n    personal_profile: 'Personal Profile',\n    pick_a_talent: 'Pick a Talent',\n    please_assign_a_user_to_this_role: 'Please assign a user to this role',\n    please_choose_a_journey: 'Please choose a journey',\n    please_choose_your_template: 'Please choose your template',\n    please_configure_report_below: 'Please configure report below',\n    please_select: 'Please Select',\n    please_select_a_different_role: 'Please select a different role, there is no data for this role',\n    please_select_a_role: 'Please select a role.',\n    please_select_a_skill: 'Please Select a Skill',\n    please_select_an_activity: 'Please select an activity',\n    please_select_export_rating_tool: 'Please select Export Rating Tool',\n    please_select_report_type: 'Please select Report Type',\n    please_wait_it_will_take_some_time_to_fetch_data: 'Please wait, it will take some time to fetch data.',\n    pool: 'Pool',\n    population: 'Population',\n    position: 'Position',\n    position_level: 'Position Level',\n    position_title: 'Position Title',\n    post: 'Post',\n    post_hire: 'Post-Hire',\n    pre_hire: 'Pre-Hire',\n    predicted_role_fit: 'Predicted role fit',\n    preference: 'Preference',\n    preparing_report_for_download: 'Preparing Report for download',\n    preview: 'Preview',\n    preview_candidate_upload_modal: 'Preview Candidate Upload Modal',\n    proceed: 'Proceed',\n    proficiencies: 'Proficiencies',\n    profile: 'Profile',\n    profile_has_no_bio: 'Profile has no bio',\n    profile_management: 'Profile Management',\n    profile_photo: 'Profile Photo',\n    profile_status: 'Profile Status',\n    progress: 'Progress',\n    project: 'Project',\n    enter_project_description_here: 'Enter project description here',\n    project_details: 'Project Details',\n    enter_project_name_here: 'Enter project name here',\n    same_project_title_info_message: '{{number}} project(s) share the same title',\n    project_title: 'Project Title',\n    public_link: 'Public Link',\n    public_link_is_not_enable: 'Public Link is not enabled.',\n    purpose: 'Purpose',\n    qualification: 'Qualification',\n    ra: 'RA',\n    ra_at_beyond: 'RA - At/Beyond',\n    ra_one_to_two_years: 'RA - 1 to 2 years',\n    rank: 'Rank',\n    rater: 'Rater',\n    rater_has_verified_your_skills: 'Rater has verified your skills',\n    rater_status: 'Rater status',\n    rater_successfully_invited: 'Rater successfully invited.',\n    rating: 'Rating',\n    readiness_level: 'Readiness Level',\n    red: 'Red',\n    remarks: 'Remarks',\n    remarks_audit_trail: 'Remarks Audit Trail',\n    remarks_list: 'Remarks List',\n    reminder: 'Reminder',\n    reminder_e_mail: 'Reminder E-mail',\n    remove: 'Remove',\n    remove_assessment_pin: `Remove assessment's pin`,\n    remove_from_successor: 'Remove From Successor',\n    remove_pin: 'Remove Pin',\n    remove_successor: 'Remove Successor',\n    replace: 'Replace',\n    report: 'Report',\n    report_configure_failed: 'Report configure failed.',\n    report_configured_successfully: 'Report configured successfully.',\n    report_email_sent_date: 'Report Email Sent Date',\n    report_on: 'Report on',\n    report_position_level: 'Report Position Level',\n    report_type: 'Report Type',\n    report_type_is_required: 'Report type is required.',\n    reporting_line: 'Reporting Line',\n    request_token: 'Request Token',\n    required: 'Required',\n    required_rating: 'Required Rating',\n    resend_invitation: 'Resend Invitation',\n    reset_assessment: 'Reset Assessment',\n    retirement_age: 'Retirement Age',\n    revoke_token: 'Revoke Token',\n    risk: 'Risk',\n    role: 'Role',\n    role_accountability: 'Role Accountability',\n    role_fit: 'Role Fit',\n    role_profile: 'Role Profile',\n    role_purpose: 'Role Purpose',\n    roles: 'Roles',\n    s: 'S',\n    s_tokens: `'s tokens`,\n    save: 'Save',\n    save_note: 'Save Note',\n    school: 'School',\n    score_summary: 'Score Summary',\n    scores_successfully_uploaded: 'Scores successfully uploaded',\n    search_by: 'Search By',\n    search_candidate: 'Search Candidate',\n    search_candidates: 'Search Candidates',\n    search_client: 'Search client',\n    search_for_assessments: 'Search for assessments',\n    search_for_employee: 'Search for Employee',\n    search_list: 'Search List',\n    search_more: 'Search More',\n    search_org_chart: 'Search Org Chart',\n    select_a_department: 'Select a Department',\n    select_a_division: 'Select a Division',\n    select_a_role: 'Select a Role',\n    select_a_talent_to_view_reporting_line: 'Select a talent to view reporting line',\n    successfully_deleted_remark: 'Successfully deleted remark',\n    succeeding_to_role: 'Succeeding to Role',\n    select_from_circular_org: 'Select from Circular Org',\n    table_view: 'Table View',\n    successfully_edited_remark: 'Successfully edited remark',\n    successfully_added_remark: 'Successfully added remark',\n    work_experiences: 'Work Experiences',\n    workflow_stage_to_another_stage: '{{workflow_stage}} to {{another_stage}}',\n    years_of_experience: 'Years of Experience',\n    months: 'months',\n    talent_tagging: 'Talent Tagging',\n    successor: 'Successor',\n    successfully_added_successor: 'Successfully added Successor',\n    successfully_removed_successor: 'Successfully removed Successor',\n    something_went_wrong_please_try_again_later: 'Something went wrong please try again later',\n    successfully_added_a_successor: 'Successfully added a successor.',\n    successfully_updated_tagging: 'Successfully updated tagging.',\n    there_are_no_roles_available: 'There are no roles available',\n    verified_skill: 'Verified Skill',\n    total_development_plan_available: 'Total Development Plan Available',\n    user_choice: 'User Choice',\n    suggested_level: 'Suggested Level',\n    tip: 'Tip',\n    target_completion_date: 'Target Completion Date',\n    successfully_deleted_the_idp: 'Successfully deleted the IDP',\n    successfully_deleted_course: 'Successfully deleted course',\n    training_records: 'Training Records',\n    successfully_deleted_journal_attachment: 'Successfully deleted journal attachment.',\n    successfully_replaced_attachment: 'Successfully replaced attachment',\n    successfully_updated: 'Successfully updated',\n    send: 'Send',\n    view_profile: 'View Profile',\n    tags: 'Tags',\n    verified: 'Verified',\n    successfully_blocked_download_report: 'Successfully blocked the candidate to download report.',\n    successfully_allowed_download_report: 'Successfully allowed the candidate to download report.',\n    upload_user_profile: 'Upload User Profile',\n    select_skill_and_activity: 'Please select a skill and then select an activity',\n    view_details: 'View Details',\n    technical: 'Technical',\n    top_skills_to_leverage: 'Top Skills to Leverage',\n    top_skills_to_develop: 'Top Skills to Develop',\n    size_by: 'Size By',\n    sorry_no_data_available_for_selected_op_co: 'Sorry No Data Available for selected OpCo',\n    select_option: 'Select Option',\n    select_target: 'Select Target',\n    size: 'Size',\n    successor_name: 'Successor Name',\n    successfully_add_successor_to_role: 'Successfully Add Successor To Role',\n    successfully_created_tags: 'Successfully Created Tags.',\n    update_template_successfully: 'Update template successfully.',\n    source: 'Source',\n    select_filter: 'Select Filter',\n    total: 'Total',\n    employee_count: 'Employee Count',\n    timeline: 'Timeline',\n    what_was_assessed: 'What was assessed',\n    something_went_wrong: 'Something went wrong',\n    talent_profile_step_by_step_selection: 'Talent Profile Step by Step Selection',\n    successfully_save_columns: 'Successfully save columns',\n    something_went_wrong_try_again_later: 'Something went wrong, try again later',\n    total_talents: 'Total Talents',\n    successfully_invited: 'Successfully invited.',\n    successfully_send_reminder: 'Successfully send reminder.',\n    select_new_rater: 'Select New Rater',\n    suggested: 'Suggested',\n    skills_to_develop: 'Skills To Develop',\n    select_activity_name: 'Select Activity Name',\n    select_assessment: ' Select Assessment',\n    select_preferred_language: 'Select Preferred Language',\n    select_provider: 'Select Provider',\n    select_report_provider: 'Select Report Provider',\n    select_report_type: 'Select Report Type',\n    select_successor: 'Select Successor',\n    select_tag: 'Select a Tag',\n    select_talent: 'Select Talent',\n    select_tool: 'Select Tool',\n    selected_framework_tools: 'Selected Framework & Tools',\n    selected_skill: 'Selected Skill',\n    selection: 'Selection',\n    send_custom_email: 'Send Custom Email',\n    send_invitation: 'Send Invitation',\n    send_invitation_free: 'Send Invitation (free)',\n    send_invitation_immediately: 'Send Invitation Immediately',\n    send_reminder: 'Send Reminder',\n    send_token_to: 'Send token to',\n    sender_name: 'Sender Name',\n    set_pin: 'Set pin',\n    set_pin_to_assessment: 'Set pin to assessment',\n    set_templates: 'Set Your Email Templates',\n    show_profiles: 'Show Profiles',\n    skill_description: 'Skill Description',\n    skills: 'Skills',\n    skills_list: 'Skills List',\n    skip: 'Skip',\n    some_of_the_selected_candidate_is_already_invited: 'Some of the selected candidate is already invited',\n    something_has_gone_wrong: 'Something has gone wrong.',\n    something_went_wrong_when_downloading_the_report: 'Something went wrong when downloading the report',\n    something_went_wrong_when_exporting_the_report: 'Something went wrong when exporting the report',\n    start_date: 'Start Date',\n    start_now: 'Start Now',\n    status: 'Status',\n    submit: 'Submit',\n    succeeding_to: 'Succeeding To',\n    success: 'Success',\n    successfully: 'Successfully',\n    successfully_added_external_candidates: 'Successfully added external candidates',\n    successfully_added_internal_candidates: 'Successfully update internal candidates',\n    successfully_allowed: 'Successfully allowed',\n    successfully_block_user: 'Successfully blocked user(s)',\n    successfully_blocked: 'Successfully blocked',\n    successfully_created_project: 'Successfully Created A Project',\n    successfully_exported_document: 'Successfully exported document',\n    successfully_generate_link: 'Successfully Generate Link.',\n    successfully_generated_excel_file: 'Successfully generated Excel File',\n    successfully_generated_excel_report: 'Successfully generated Excel Report',\n    successfully_generated_pdf_report: 'Successfully generated PDF Report',\n    successfully_generated_template_file: 'Successfully generated template file',\n    successfully_removed: 'Successfully removed',\n    successfully_removed_user: 'Successfully removed user(s)',\n    successfully_saved_assessment_details: 'Successfully saved assessment details',\n    successfully_send_reminder_to_rater: 'Successfully send reminder to Rater.',\n    successfully_sent_invitation_to_user: 'Successfully sent invitation to user(s)',\n    successfully_set_date: 'Successfully set date',\n    successfully_set_pin: 'Successfully set pin.',\n    successfully_unblocked_user: 'Successfully unblocked user(s)',\n    successfully_uploaded_attachment: 'Successfully uploaded attachment',\n    succession_role: 'Succession Role',\n    successors_profile_comparison: 'Successors Profile Comparison',\n    system_profile: 'System Profile',\n    system_setup: 'System Setup',\n    talent: 'Talent',\n    talent_highlighted_in: 'Talent highlighted in',\n    talent_legend: 'Talent Legend',\n    talent_name: 'Talent Name',\n    talent_profile: 'Talent Profile',\n    talent_target: 'Talent Target',\n    talents: 'Talents',\n    technical_note_add_successfully: 'Technical Note Add Successfully',\n    template: 'Template',\n    the_assessment: ' The Assessment',\n    the_candidate_has_not_completed_the_assessment: 'The Candidate has not completed the assessment',\n    the_description_must_be_at_least_5_character: 'The description must be at least 5 characters.',\n    there_is_no_score_available_to_display: 'There is no score available to display.',\n    this_candidate_is_an_internal_talent: 'This candidate is an internal talent',\n    this_candidate_is_in_multiple_assessment: 'This candidate is in multiple assessment',\n    three_six_zero_five_status: '360-Five Status',\n    title: 'Title',\n    title_2: 'Title',\n    to: 'To',\n    token: 'Token',\n    tools_cost: 'Tools Cost',\n    tools_name: 'Tools Name',\n    total_assessment: 'Total Assessment',\n    total_candidate: 'Total Candidate',\n    total_candidates: 'Total Candidates',\n    total_cost: 'Total Cost',\n    total_credit: 'Total Credit',\n    total_project: 'Total Project',\n    total_token_cost: 'Total Token Cost',\n    tri_factor: 'Tri-Factor',\n    trigger_report: 'Trigger Report',\n    two_years: '2 years',\n    unable_to_bulk_setup_interview: 'Unable to bulk setup interview',\n    unable_to_unblock_user: 'Unable to unblock user.',\n    unblock: 'Unblock',\n    unexpected_error: 'Unexpected Error',\n    unit: 'Unit',\n    unit_cost: 'Unit Cost',\n    upload: 'Upload',\n    upload_leadership_score: 'Upload Leadership Score',\n    upload_360_rating_template_csv: 'Upload 360 Rating Template (CSV)',\n    used: 'Used',\n    user: 'User',\n    user_details: 'User Details',\n    valid_duration: 'Valid Duration',\n    view: 'View',\n    view_360_dashboard: 'View 360 Dashboard',\n    view_360_five_report: 'View 360-Five Report',\n    view_all_talents: 'View All Talents',\n    view_by: 'View by',\n    view_candidate: 'View Candidate',\n    view_candidates: 'View Candidates',\n    view_career: 'View Career',\n    view_detail: 'View Detail',\n    view_gap: 'View Gap',\n    view_less: 'View Less',\n    view_more: 'View More',\n    view_project: 'View Project',\n    view_projects: 'View Projects',\n    view_record: 'View Record',\n    view_remarks: 'View Remarks',\n    view_score: 'View Score',\n    view_selected_talent: 'View Selected Talent(s)',\n    view_simplify_form: 'View Simplify Form',\n    download_simplify_form: 'Download Simplify Attachment',\n    simplify_successfully_downloaded_attachment: 'Successfully downloaded attachment',\n    simplify_failed_to_download_single_simplify_form: 'Failed to download. Please try again later.',\n    no_attachment_uploaded_by_candidate: 'No attachment available',\n    candidate_uploaded_many_attachments: 'Download not available for multiple attachments',\n    attachment_not_found: 'No attachment available',\n    view_talent_only: 'View Talent Only',\n    view_tools: 'View Tools',\n    welcome: 'Welcome to Talent Pulse',\n    workbook: 'Workbook',\n    years_with_axiata_group: 'Years with Axiata Group',\n    years_with_current_opco: 'Years with Current OpCo',\n    yes: 'Yes',\n    you_are_here: 'You are here',\n    you_can_add_only_up_to_successor_for_each_role: 'You can add only up to 3 successor for each role',\n    norm: 'Norm',\n    org_health_index_high: 'Org Health Index - High',\n    org_health_index_mid: 'Org Health Index - Mid',\n    org_health_index_low: 'Org Health Index - Low',\n    behavior: 'Behavior',\n    competency: 'Competency',\n    numerical: 'Numerical',\n    verbal_reasoning: 'Verbal Reasoning',\n    verbal: 'Verbal',\n    quick_view: 'Quick View',\n    recognition_of_performance: 'Recognition of Performance',\n    recommended_role: 'Recommended Role',\n    my_learning: 'My Learning',\n    did_you_know: 'Did You Know',\n    are_you_sure_you_want_to_delete_this_attachment: 'Are you sure you want to delete this attachment?',\n    role_management: 'Role Management',\n    org_chart: 'Org Chart',\n    framework: 'Framework',\n    jobs: 'Jobs',\n    formula_management: 'Formula Management',\n    tool_management: 'Tool Management',\n    general_settings: 'General Settings',\n    manage_chart: 'Manage Chart',\n    configuration: 'Configuration',\n    role_name: 'Role Name',\n    position_id: 'Position ID',\n    job_id: 'Job ID',\n    incumbent_name: 'Incumbent Name',\n    org_unit: 'Org Unit',\n    division_name: 'Division Name',\n    directorate_name: 'Directorate Name',\n    company_name: 'Company Name',\n    is_template: 'Is Template',\n    downloaded_template: 'Downloaded template',\n    could_not_download_template: 'Could not download template',\n    downloaded_org_chart: 'Downloaded Org Chart',\n    could_not_download_org_chart: 'Could not download Org Chart',\n    download_template: 'Download Template',\n    download_org_chart: 'Download Org Chart',\n    search_tree: 'Search Tree',\n    downloading_org_chart: 'Downloading Org Chart',\n    upload_template: 'Upload template',\n    successfully_uploaded_org_chart_template: 'Successfully uploaded org. chart template.',\n    unsupported_org_chart_file: 'Unsupported Org Chart File',\n    successfully_removed_org_chart_data: 'Successfully removed Org Chart data.',\n    are_you_sure_you_want_to_remove_org_chart_data: 'Are you sure you want to remove Org Chart data',\n    Successfully_created_a_role: 'Successfully created a role',\n    view_deleted_role: 'View Deleted Role',\n    download_mcp_data: 'Download MCP Data',\n    unmark_mcp: 'Unmark MCP',\n    mark_mcp: 'Mark MCP',\n    layer: 'Layer',\n    hi: 'Hi',\n    search: 'Search',\n    downloading_excel_file: 'Downloading Excel File',\n    total_position: 'Total Position',\n    deleted_roles: ' Deleted Roles',\n    successfully_download_excel_file: 'Successfully download excel file',\n    cant_download_excel_file: `Can't download excel file`,\n    successfully_unmark_roles_as: 'Successfully Unmark Roles as',\n    action_by: 'Action By',\n    failed_to_mark_roles: 'Failed to Mark Roles',\n    action_description: 'Action Description',\n    role_deleted: 'Role Deleted',\n    add_accountability: 'Add Accountability',\n    add_skill: 'Add Skill',\n    search_jobs: 'Search Jobs',\n    job_description: 'Job Description',\n    edit_policy_details: 'Edit policy details',\n    page: 'Page',\n    job_industry: 'Job Industry',\n    skill_type: 'Skill Type',\n    job_band: 'Job Band',\n    job_family: 'Job Family',\n    search_results: 'Search Results',\n    aspiration_list: 'Aspiration List',\n    add_remove_role: 'Add/Remove Role',\n    aspiration_small: 'aspiration',\n    job_profiles: 'Job Profiles',\n    view_jobs: 'View Jobs',\n    skill_taxonomy: 'Skill Taxonomy',\n    edit_overview: 'Edit Overview',\n    skill_name: 'Skill Name',\n    reset: 'Reset',\n    edit_skills: 'Edit Skills',\n    edit_the_skills_below: 'Edit the skills below',\n    proficiency: 'Proficiency',\n    priority: 'Priority',\n    skill_id: 'Skill ID',\n    proficiency_level: 'Proficiency Level',\n    other_info: 'Other Info',\n    failed_to_delete: 'Failed to delete',\n    successfully_delete: 'Successfully delete',\n    core_focus: 'Core Focus',\n    level: 'Level',\n    industry: 'Industry',\n    family: 'Family',\n    supplemental_focus: 'Supplemental Focus',\n    key_accountabilities: 'Key Accountabilities',\n    guidance_for_coaching: 'Guidance for Coaching',\n    tips_for_development: 'Tips for Development',\n    questions_for_probing: 'Questions for Probing',\n    behavioural_proficiency_per_level: 'Behavioural Proficiency per Level',\n    competencies_proficiency_level: 'Competencies / Proficiency Level',\n    level_of_proficiency: 'Level of Proficiency',\n    competency_tagging: 'Competency Tagging',\n    job_overview: 'Job Overview',\n    job_profile_code: 'Job Profile Code',\n    job_profile_title: 'Job Profile Title',\n    job_profile_description: 'Job Profile Description',\n    select_job_family: 'Select Job Family',\n    job_family_description: ' Job Family Description',\n    select_job_band: 'Select Job Band',\n    primary_job_focus: 'Primary Job Focus',\n    select_job_focus: 'Select Job Focus',\n    secondary_job_focus: 'Secondary Job Focus',\n    attachments: 'Attachments',\n    search_skills: 'Search Skills',\n    return_to_list: 'Return To List',\n    later: 'Later',\n    failed_to_update_job_overview: 'Failed to update Job Overview',\n    successfully_updated_job_overview: 'Successfully updated Job Overview',\n    list_of_job_profiles: 'List of Job Profiles',\n    recommend: 'Recommend',\n    code: 'Code',\n    option_b: 'Option B',\n    option_a: 'Option A',\n    duplicate_policy: 'Duplicate Policy',\n    add_assessment: 'Add Assessment',\n    please_enter_proficiency_level: 'Please Enter Proficiency Level',\n    adding_skills: 'Adding skills',\n    skill_details: 'Skill details',\n    add_role_accountability: 'Add Role Accountability',\n    add_the_role_accountability_below: 'Add the role accountability below',\n    apply_advanced_filter: 'Apply Advanced Filter',\n    global_role_baseline_search: 'Global Role Baseline Search',\n    group_code: 'Group Code',\n    new_policy: 'New Policy',\n    delete_policy: 'Delete Policy',\n    selected_baseline: 'Selected Baseline',\n    advance_filter: 'Advance Filter',\n    fetching: 'Fetching',\n    develop: 'Develop',\n    view_skills: 'View Skills',\n    find_baseline: 'Find Baseline',\n    latest_update_by: 'Latest Update By',\n    find_skill: 'Find Skill',\n    role_management_for: 'Role Management For',\n    skill: 'Skill',\n    filter_with_type: 'Filter With Type',\n    similar_skills: 'Similar Skills',\n    type: 'Type',\n    role_level: 'Role Level',\n    choose_a_role_level: 'Choose a role level',\n    modify: 'Modify',\n    new_journey: 'New Journey',\n    date_updated: 'Date Updated',\n    please_assign_a_framework: 'Please assign a framework',\n    successfully_published_the_roles: 'Successfully published the role(s).',\n    policy_tag: 'Policy Tag',\n    create_journey_success: 'Create journey success.',\n    select_a_role_level: 'Select a role level',\n    view_report: 'View Report',\n    project_status: 'Project Status',\n    action_type: 'Action Type',\n    add_action: 'Add Action',\n    rules: 'Rules',\n    add_rule: 'Add Rule',\n    link_copied: 'Link copied to clipboard.',\n    link_not_enabled: 'Public Link is not Enabled.',\n    update_journey_success: 'Update journey success.',\n    journey_tags: 'Journey Tags',\n    select: 'Select',\n    selected: 'Selected',\n    published: 'Published',\n    publish: 'Publish',\n    save_publish: 'Save & Publish',\n    accountability: 'Accountability',\n    accountability_plural: 'Accountabilities',\n    role_benchmark: 'Role Benchmark',\n    explore_roles: 'Explore Roles',\n    baseline_role: 'Baseline Role',\n    explore_role: 'Explore Role',\n    no_role_selected_for_technical: 'No role selected for technical.',\n    search_name: 'Search Name',\n    changes: 'Changes',\n    quantitative: 'Quantitative',\n    qualitative: 'Qualitative',\n    adding_role_accountability: 'Adding role accountability',\n    note: 'Note',\n    loading_data: 'Loading Data',\n    successfully_created_role_accountability: 'Successfully created role accountability.',\n    error_submitting_template_form: `Error Submitting Template Form`,\n    selected_role_baseline: 'Selected Role Baseline',\n    failed_to_publish_the_role: 'Failed to publish the role.',\n    edit_role_accountability: 'Edit Role Accountability',\n    no_role_selected_for_functional: 'No role selected for functional.',\n    select_tools: 'Select Tools',\n    attached_roles: 'Attached Roles',\n    default: 'Default',\n    unpublish: 'Unpublish',\n    are_you_sure_that_you_want_to_delete_name: 'Are you sure that you want to delete {{name}}?',\n    unset_from_default: 'unset from default',\n    domains: 'Domains',\n    pools: 'Pools',\n    sizes: 'Sizes',\n    percentage: 'Percentage',\n    interventions: 'Interventions',\n    risk_level: 'Risk Level',\n    select_workbook: 'Select Workbook',\n    create_formula_engine: 'Create Formula Engine',\n    please_add_a: 'Please add a',\n    recently_created: 'Recently Created',\n    enable_norms: 'Enable Norms',\n    norms: 'Norms',\n    delete_category: 'Delete Category',\n    do_you_want_to_delete: 'Do you want to delete',\n    edit_formula: 'Edit formula',\n    add_sub_category: 'Add sub-category',\n    technicals: 'Technicals',\n    mapping_category: 'Mapping Category',\n    score_threshold: 'Score Threshold',\n    saved: 'Saved',\n    delete_formula_engine: 'Delete Formula Engine',\n    set_as_default: 'Set as default',\n    unset_default: 'Unset default',\n    deleted: 'deleted',\n    modify_formula: 'Modify Formula',\n    edit_formula_engine: 'Edit Formula Engine',\n    ok: 'Ok',\n    search_tools: 'Search tools',\n    field: 'Field',\n    mapping_workbook: 'Mapping Workbook',\n    framework_management: 'Framework Management',\n    create_new: 'Create New',\n    select_roles: 'Select Roles',\n    select_norms: 'Select Norms',\n    override_default: 'Override Default',\n    tools: 'Tools',\n    successfully_created_or_edited_the_formula_engine: 'Successfully {{created_or_edited}} the formula engine.',\n    new_tag: 'New Tag',\n    editing_tagging: 'Editing tagging',\n    creating_new_tagging: 'Creating new tagging',\n    domain_name: 'Domain Name',\n    intervention_name: 'Intervention Name',\n    pool_name: 'Pool Name',\n    risk_level_name: 'Risk Level Name',\n    size_name: 'Size Name',\n    allow_remarks_for_intervention: 'Allow remarks for intervention',\n    edit_tagging: 'Edit Tagging',\n    new_tagging: ' New Tagging',\n    access_control: 'Access Control',\n    general_configuration: 'General Configuration',\n    upload_center: 'Upload Center',\n    tagging_setup: 'Tagging Setup',\n    general_access_control: 'General Access Control',\n    access_control_for_manager: 'Access Control For Manager',\n    access_control_for_candidate: 'Access Control For Candidate',\n    successfully_save_access_control: 'Successfully save access control',\n    interview_date: 'Interview Date',\n    assessor_email: 'Assessor Email',\n    edit_size_tag_successfully: 'Edit size tag successfully',\n    added_size_tag_successfully: 'Added size tag successfully',\n    edit_pool_tag_successfully: 'Edit pool tag successfully',\n    added_pool_tag_successfully: 'Added pool tag successfully',\n    edit_risk_level_tag_successfully: 'Edit risk level tag successfully',\n    added_risk_level_tag_successfully: 'Added risk level tag successfully',\n    edit_domain_tag_successfully: 'Edit domain tag successfully',\n    added_domain_tag_successfully: 'Added domain tag successfully',\n    allow_remarks: 'Allow remarks',\n    attach_tags: 'Attach tags',\n    successfully_uploaded_talent_profiles_template: 'Successfully uploaded Talent Profiles template',\n    successfully_uploaded_technical_rating_template: 'Successfully uploaded Technical Rating template',\n    downloaded_talent_profile_template: 'Downloaded Talent Profile Template',\n    technical_rating: 'Technical Rating',\n    error_saving_details: 'Error Saving Details',\n    successfully_save_details: 'Successfully Save Details',\n    check_all: 'Check All',\n    career_pathing: 'Career Pathing',\n    client_based_settings: 'Client Based Setting',\n    choose_talent_config: 'Choose Talent Config',\n    successfully_save_configuration: 'Successfully Save Configuration',\n    error_saving_configuration: 'Error Saving Configuration',\n    add_candidate: 'Add candidate',\n    no_candidate_selected: 'No Candidate Selected',\n    average_score: 'Average Score',\n    target_score: 'Target Score',\n    week_s_from_creating_the_assessment: 'week(s) from creating the assessment',\n    day_s_for_a_period_of: 'day(s) for a period of',\n    every: 'Every',\n    the_minimum_score_to_success: 'The minimum score to success',\n    and_the_maximum_score_to_success: 'and the maximum score to success',\n    add_a_new_country: 'Add a new country',\n    year_s_to_retirement: 'Year(s) to Retirement',\n    past_history: 'Past History',\n    male: 'Male',\n    female: 'Female',\n    department_name: 'Department Name',\n    dashboard_reporting: 'Dashboard & Reporting',\n    quick_overview_of_talent_assessment_reports: 'Quick Overview of Talent, Assessment & Reports',\n    home: 'Home',\n    all_talents: 'All Talents',\n    close_overview: 'Close Overview',\n    advanced_filter: 'Advanced Filter',\n    advanced_filters: 'Advanced Filters',\n    search_talents: 'Search Talents',\n    all_op_co: 'All OpCo',\n    talent_pool: 'Talent Pool',\n    selection_average: 'Selection Average',\n    lowest: 'Lowest',\n    moderate: 'Moderate',\n    highest: 'Highest',\n    legend: 'Legend',\n    compare_now: 'Compare Now',\n    maximum_5: 'Maximum 5',\n    comparison: 'Comparison',\n    back_to_op_co: 'Back to OpCo',\n    loading_talent_pool_dashboard: 'Loading Talent Pool Dashboard',\n    general_upload: 'General Upload',\n    show_minimized_data: 'Show Minimized Data',\n    show_full_data: 'Show Full Data',\n    sort_by: 'Sort By',\n    reports: 'Reports',\n    created_date: 'Created Date',\n    updated_date: 'Updated Date',\n    id: 'ID',\n    configuration_name: 'Configuration Name',\n    select_journey: 'Select Journey',\n    journey: 'Journey',\n    send_notification: 'Send Notification',\n    notification_templates: 'Notification Templates',\n    configure_stage: 'Configure Stage',\n    selected_stage: 'Selected Stage',\n    top_potential: 'Top Potential',\n    top_potential_of: 'Top Potential Of',\n    ls: 'LS',\n    ag: 'AG',\n    cf: 'CF',\n    fc: 'FC',\n    hire_to_success: 'Hire to Success',\n    insights: 'Insights ',\n    add_new: 'Add New',\n    allow_upload: 'Allow Upload',\n    allow_manual_progress: 'Allow Manual Progress',\n    auto_progress: 'Auto Progress',\n    avg_leadership: 'Avg. Leadership',\n    avg_cultural_fit: 'Avg. Cultural Fit',\n    avg_agility: 'Avg. Agility',\n    hired: 'Hired',\n    progress_rules: 'Progress Rules',\n    clear_all_candidates: 'Clear All Candidates',\n    upload_candidates: 'Upload Candidates',\n    value: 'Value',\n    operator: 'Operator',\n    column: 'Column',\n    search_configuration: 'Search configuration',\n    group_trend: 'Group Trend',\n    accendo_group_trends: 'Accendo Group Trends',\n    job_role: 'Job Role',\n    tagging: 'Tagging',\n    teams: 'Teams',\n    quarterly: 'Quarterly',\n    yearly: 'Yearly',\n    skill_level_check: 'Skill Level Check',\n    accendo_skill_level_check: 'Accendo Skill Level Check',\n    expert: 'Expert',\n    extensive_experience: 'Extensive Experience',\n    working_knowledge: 'Working Knowledge',\n    basic_understanding: 'Basic Understanding',\n    upload_file: 'Upload File',\n    slice_dice_data: 'Slice & Dice Data',\n    weightage_allocated: 'Weightage Allocated',\n    fit_to_hire: 'Fit to Hire',\n    jump_to: 'Jump To',\n    benchmarking_dashboard: 'Benchmarking Dashboard',\n    the: 'The',\n    generating: 'Generating',\n    kpi: 'KPI',\n    total_talent: 'Total Talent',\n    talent_from: 'Talent from',\n    displaying: 'Displaying',\n    potential_vs_performance: 'Potential vs Performance',\n    nine_box: '9 Box',\n    choose_x_axis_value: 'Choose X-axis Value',\n    x_axis: 'X - Axis',\n    y_axis: 'Y - Axis',\n    choose_y_axis_value: 'Choose Y-axis Value',\n    nine_box_plot_chart: '9 Box Plot Chart',\n    generated: 'Generated',\n    select_funnel_section_to_see_data: 'Select 1 funnel section to see data.',\n    no_data_selected: 'No data selected',\n    no_data_available_for_this_section: 'No data available for this section',\n    understand_where_your_candidates_are: 'Understand Where Your Candidates Are',\n    journey_report: 'Journey Report',\n    leadership_note_add_successfully: 'Leadership Note Add Successfully',\n    role_access_management: 'Role Access Management',\n    policy_management: 'Policy Management',\n    user_management: 'User Management',\n    edit_user: 'Edit user',\n    remove_user: 'Remove user',\n    lock_status: 'Lock Status',\n    force_change_password: 'Force Change Password',\n    lock_user: 'Lock user',\n    unlock_user: 'Unlock user',\n    user_list: 'User List',\n    not_active: 'Not Active',\n    policy_tagged: 'Policy Tagged',\n    update: 'Update',\n    email_address: 'Email Address',\n    successfully_removed_the_user: 'Successfully removed the user.',\n    successfully_locked: 'Successfully locked',\n    are_you_sure_you_want_to_lock: 'Are you sure you want to lock ',\n    successfully_unlocked: 'Successfully unlocked',\n    create_new_user: 'Create new user',\n    update_existing_user: 'Update existing user',\n    update_user: ' Update User',\n    limited: 'Limited',\n    unlimited: 'Unlimited',\n    failed_to_send_invitation: `Failed to send invitation`,\n    successfully_send_invitation_to: 'Successfully send invitation to',\n    change_password_for: 'Change password for',\n    enter_new_password: 'Enter new password',\n    re_enter_the_new_password: 'Re-enter the new password',\n    at_least_special_character: 'At least 1 special character',\n    at_least_capital_letter: 'At least 1 capital letter',\n    at_least_lowercase_letter: 'At least 1 lowercase letter',\n    alphanumeric: 'Alphanumeric',\n    maximum_characters: 'Maximum 16 characters',\n    minimum_characters: 'Minimum 8 characters',\n    successfully_changed_user_s_password: `Successfully changed user's password`,\n    save_as: 'Save as',\n    create_new_policy: 'Create new policy',\n    application_suites: 'Application Suites',\n    created_policy: 'Created Policy',\n    policy_setup: 'Policy Setup',\n    user_tag: 'User Tag',\n    policy_name: 'Policy Name',\n    last_date_updated: 'Last Date Updated',\n    date_created: 'Date Created',\n    tagged_user: 'Tagged User',\n    update_existing_policy: 'Update existing policy',\n    update_policy: 'Update Policy',\n    please_enter_policy_name: 'Please enter policy name',\n    save_as_new_policy: 'Save as new policy',\n    successfully_updated_policy: `Successfully Updated Policy`,\n    successfully_updated_permissions: 'Successfully updated permissions',\n    permissions: 'Permissions',\n    view_edit_assigned_permission: 'View/Edit Assigned Permissions',\n    search_here: 'Search here',\n    upload_picture: 'Upload Picture',\n    choose_your_profile_picture: 'Choose Your Profile Picture',\n    select_your_gender: 'Select Your Gender',\n    more_information_updated: 'More Information updated',\n    how_many_children_do_you_have: 'How many children do you have',\n    tell_me_about_yourself: 'Tell Me About Yourself',\n    a_little_bit_more_about_yourself: 'A little bit more about yourself',\n    basic_information_updated: 'Basic information updated',\n    what_is_your_marital_status: `What is your marital status`,\n    address_line: 'Address Line',\n    address_line_1: 'Address Line 1',\n    address_line_2: 'Address Line 2',\n    postcode: 'Postcode',\n    state: 'State',\n    how_can_we_reach_you: 'How Can We Reach You',\n    experience: 'Experience',\n    when_were_you_born: 'When were you born',\n    fail_to_update_photo: 'Fail to update photo',\n    photo_updated: 'Photo updated',\n    would_you_like_to_add_something_more_about_yourself: 'Would you like to add something more about yourself',\n    fail_to_update_contact_information: 'Fail to update more information',\n    fail_to_update_more_information: 'Fail to update more information',\n    contact_information_updated: 'Contact information updated ',\n    fail_to_update_short_profile: 'Fail to update short profile',\n    short_profile_updated: 'Short profile updated',\n    my_education: 'My Education',\n    education_information_updated: 'Education information updated',\n    my_experience: 'My Experience',\n    experience_information_updated: 'Experience information updated',\n    ex_kuala_lumpur_malaysia: `\"Ex: Kuala Lumpur, Malaysia\"`,\n    i_currently_work_here: `\"I currently work here\"`,\n    present: 'Present',\n    add_experience_successfully: 'Add experience successfully',\n    ex_google: 'Ex: Google',\n    ex_manager: 'Ex: Manager',\n    failed_to_delete_experience: 'Failed to delete experience.',\n    delete_experience_successfully: 'Delete experience successfully',\n    finish_date: `Finish Date`,\n    edit_experience_successfully: 'Edit experience successfully',\n    role_accountability_information_updated: 'Role Accountability information updated',\n    role_accountability_added_successfully: 'Role Accountability added successfully',\n    accountability_selected: 'Accountability Selected',\n    accountabilities_selected: 'Accountabilities Selected',\n    add_new_functional_technical_skill: `Add new functional/technical skill`,\n    additional_functional_technical_skills: 'Additional functional/technical skills',\n    fail_to_add_functional_technical_skill: 'Fail to add functional/technical skill',\n    functional_technical_skill_added_successfully: 'Functional/technical skill added successfully',\n    skill_selected: 'Skill Selected',\n    skills_selected: 'Skills Selected',\n    choose_level: 'Choose level',\n    are_you_sure_you_want_to_complete_this_profile: `Are you sure you want to complete this profile`,\n    finish: 'Finish',\n    functional_technical_skills_information_updated: 'Functional / Technical Skills information updated',\n    congratulations: 'Congratulations',\n    go_back: 'Go Back',\n    congratulations_you_have_successfully_completed_the_profile_set_up: 'Congratulations, you have successfully completed the profile set-up',\n    search_aspirations: `\"Search Aspirations\"`,\n    selected_aspirations: 'Selected aspirations',\n    choose_aspirations: 'Choose aspirations',\n    generating_your_career_dna: 'Generating Your Career DNA',\n    recommended: 'Recommended',\n    quick_view_of_your_role_fit_progression: 'Quick view of your role fit progression',\n    no_activities_available_currently: 'No activities available currently',\n    fetching_activities: 'Fetching activities',\n    career_journal: 'Career Journal',\n    job_board: 'Job Board',\n    career_matches: 'Career Matches',\n    skills_matched: 'Skills Matched',\n    hidden_potential: 'Hidden Potential',\n    my_succession: 'My Succession',\n    stretch_role: 'Stretch Role',\n    lateral_role: 'Lateral Role',\n    people_in_role: 'People in Role',\n    job_profile: 'Job Profile',\n    no_description_available: 'No description available',\n    recommended_activities: 'Recommended Activities',\n    development_tips: 'Development Tips',\n    nothing: 'Nothing',\n    functional_benchmark: 'Functional Benchmark',\n    leadership_benchmark: 'Leadership Benchmark',\n    role_accountabilities: 'Role Accountabilities',\n    job_removed_from_comparison: 'Job removed from comparison',\n    job_added_for_comparison: 'Job added for comparison',\n    job_comparison: 'Job Comparison',\n    compare_jobs: 'Compare Jobs',\n    skills_available: 'Skills Available',\n    movement_type: 'Movement Type',\n    view_development: 'View Development',\n    view_people_in_role: 'View People in Role',\n    filter_by: 'Filter by',\n    role_fit_score: 'Role Fit Score',\n    apply_to_job: 'Apply to job',\n    you_have_successfully_applied_for_this_job: 'You have successfully applied for this job',\n    add_to_favourites: 'Add to Favourites',\n    remove_from_favourites: 'Remove from Favourites',\n    add_to_compare: 'Add to Compare',\n    remove_from_compare: 'Remove from Compare',\n    stretch: 'Stretch',\n    select_all: 'Select All',\n    lateral: 'Lateral',\n    popular: 'Popular',\n    rows_per_page: 'Rows per page',\n    list_of_common: 'List of Common',\n    list_of_skills: 'List of Skills',\n    other_skills: 'Other Skills',\n    your_score: 'Your Score',\n    ideal_score: 'Ideal Score',\n    all_jobs: 'All Jobs',\n    favourites: 'Favourites',\n    job_removed_from_favourite: 'Job removed from favourite',\n    job_added_to_favourite: 'Job added to favourite',\n    let_s_begin: `Let's Begin`,\n    welcome_to_talent_pulse: 'Welcome to Talent Pulse',\n    activities: 'Activities',\n    other_role_s: 'Other Roles',\n    choose_your_source: 'Choose your source',\n    role_duration: 'Role Duration',\n    role_performance: 'Role Performance',\n    edit_activity: 'Edit Activity',\n    add_activity: 'ADD ACTIVITY',\n    fill_your_activity_name: 'Fill your activity name',\n    fill_in_your_activity_description: 'Fill in your activity description',\n    fill_up_completion_date: 'Fill up completion date',\n    activity_name: 'Activity Name',\n    activity_description: 'Activity Description',\n    propose_deadline: 'Propose Deadline',\n    accendo_learning: 'Accendo Learning',\n    others: 'Others',\n    leadership_activity_add_successfully: 'Leadership Activity Add Successfully',\n    select_a_date: 'Select a date',\n    summary: 'Summary',\n    write_down_a_short_summary_of_the_activity: 'Write down a short summary of the activity',\n    fill_in_your_notes: 'Fill in your notes',\n    your_activity_is_marked_as_completed: 'Your Activity is Marked As Completed',\n    update_activity_successfully: 'Update Activity Successfully',\n    recruitment: `Recruitment`,\n    snapshot: `Snapshot`,\n    high_potential_talent: `High Potential Talent`,\n    recruitment_extensive: `Recruitment Extensive`,\n    assessed_on: `Assessed on`,\n    powered_by_talent_pulse: `Powered by Talent Pulse`,\n    reengineering: `Reengineering`,\n    introduction: `Introduction`,\n    score: `Score`,\n    what_was_measured: `What was measured?`,\n    questionnaires_and_simulations: `Questionnaires and simulations`,\n    report_usage: `Report Usage`,\n    important_considerations: `Important Considerations`,\n    background_information_of_cognify: `Background Information Of Cognify`,\n    problem_solving: `Problem Solving`,\n    verbal_knowledge: `Verbal Knowledge`,\n    scoring_guide: `Scoring Guide`,\n    scoring_methodology: `Scoring Methodology`,\n    overall_performance_for: `Overall Performance for`,\n    candidates_efficiency: `Candidate’s Efficiency`,\n    candidates_speed: `Candidate’s Speed`,\n    candidates_accuracy: `Candidate’s Accuracy`,\n    scores_breakdown: `Scores Breakdown`,\n    sub_technical: `Sub-technical`,\n    other_measurements: `Other Measurements`,\n    area_of_strength: `Area of Strength`,\n    area_of_development: `Area of Development`,\n    about_the_candidate: `About the Candidate`,\n    implications: `Implications`,\n    definition: `Definition`,\n    slower: `Slower`,\n    faster: `Faster`,\n    less: `Less`,\n    more: `More`,\n    speed: `Speed`,\n    accuracy: `Accuracy`,\n    about_you: `About You`,\n    cognitive_ability: `Cognitive Ability`,\n    motivation: `Motivation`,\n    work_related_behaviours: `Work-Related Behaviours`,\n    definition_low: `Definition Low`,\n    definition_high: `Definition High`,\n    simulation_i_lead: `Simulation - iLead`,\n    consistency_score: `Consistency Score`,\n    directing: `Directing`,\n    participating: `Participating`,\n    delegating: `Delegating`,\n    explaining: `Explaining`,\n    high_skills: `High Skills`,\n    low_morale: `Low Morale`,\n    high_morale: `High Morale`,\n    low_skills: `Low Skills`,\n    growth_focus: `Growth Focus`,\n    innovation_focus: `Innovation Focus`,\n    cbi_guide: `CBI Guide`,\n    simulation_build_your_business: `Simulation - Build Your Business`,\n    competency_based_interview_cbi: `Competency-based Interview (CBI)`,\n    scenario: `Scenario`,\n    cbi_rating_scale: `CBI Rating Scale`,\n    suggested_questions: `Suggested Questions`,\n    evidence: `Evidence`,\n    face_2_face_outcome: `Face 2 Face Outcome`,\n    competency_based_interview: `Competency Based Interview`,\n    narratives: `Narratives`,\n    about_us: `About Us`,\n    motivated_by: `motivated by`,\n    capabilities: `Capabilities`,\n    drivers: `Drivers`,\n    this: `This`,\n    most: `Most`,\n    least: `Least`,\n    quickview: `Quickview`,\n    about_candidate: `About Candidate`,\n    fill_in_email: 'Fill in Email',\n    fill_in_company_name: 'Fill in company name',\n    fill_in_name: 'Fill in name',\n    fill_position_title: 'Fill Position Title',\n    my_token: 'My Token',\n    client_admin: 'Client Admin',\n    manager_view: 'Manager View',\n    interview_portal: 'Interview Portal',\n    candidate_view: 'Candidate View',\n    change_language: 'Change Language',\n    sign_out: 'Sign Out',\n    description_here: 'Description here',\n    fill_in_the_title_here: 'Fill in the title here',\n    fetching_email_templates: 'Fetching email templates',\n    pick_a_date: 'Pick a Date',\n    select_type: 'Select Type',\n    select_type_of_notification_to_be_sent: 'Select type of notification(s) to be sent',\n    please_select_report_below: 'Please select report below',\n    select_position_level: 'Select Position Level',\n    select_rows: 'Select Rows',\n    fetching_items: 'Fetching items',\n    send_request: 'Send Request',\n    costs: 'Costs',\n    forgot_password: 'Forgot Password',\n    set_new_pin: 'Set New Pin',\n    fill_in_existing_pin: 'Fill in existing pin',\n    send_custom_email_to: 'Send custom email to',\n    pick_an_email_template_to_send_to: 'Pick an email template to send to.',\n    no_options: 'No options',\n    select_job_applied: 'Select Job Applied',\n    tag_interviewer: 'Tag Interviewer',\n    custom_job_title: 'Custom Job Title',\n    source_library_framework: 'Source : Library Framework',\n    new_interviewer: 'New Interviewer',\n    interview_candidate: 'Interview Candidate',\n    invitation_link_copied: 'Invitation link copied to clipboard.',\n    send_reminder_to: 'Send reminder(s) to',\n    failed_to_removed_user: 'Failed to removed user(s)',\n    failed_to_blocked_user: 'Failed to blocked user(s)',\n    failed_to_unblocked_user: 'Failed to unblocked user(s)',\n    failed_to_sent_invitation_to_user: 'Failed to sent invitation to user(s)',\n    successfully_sent_reminder_to_user: 'Successfully sent reminder to user(s)',\n    failed_to_sent_reminder_to_user: 'Failed to sent reminder to user(s)',\n    successfully_sent_custom_email_to_user: 'Successfully sent custom email to user',\n    report_not_available: 'Report not available',\n    additional_information: 'Additional Information',\n    not_succeeding_to_any_role: 'Not succeeding to any roles',\n    add_new_idp: 'Add New IDP',\n    what_type_of_dev: 'What type of dev. is this',\n    where_is_this_happening: 'Where is this happening',\n    development_title: 'Development Title',\n    what_compentency_skills_to_develop: 'What competency/skills to be develop',\n    describe_more: 'Describe More',\n    tell_your_talent_the_details: 'Tell your talent the details',\n    competency_skills_tagging: 'Competencies/Skills Tagging',\n    multiple_selection: 'Multiple selection(s)',\n    successfully_updated_idp: 'Successfully updated IDP',\n    target_completion: 'Target Completion',\n    journal_idp_details: 'Journal IDP Details',\n    remaining_attempts: 'Remaining attempts',\n    unlock_assessment: 'Unlock Assessment',\n    unauthorized: 'Unauthorized',\n    have_pin: 'Have pin',\n    select_client: 'Select Client',\n    no_users_found: 'No users found',\n    select_box_to_view_the_list: 'Select a box to view the list',\n    weightage: 'Weightage',\n    bulk_audit_trails: 'Bulk Audit Trails',\n    publish_all: 'Publish All',\n    additional_accountability: 'Additional accountability',\n    add_new_accountability: 'Add new accountability',\n    journal_idp: 'Journal IDP',\n    technical_functional_skills: 'Technical/Functional Skills',\n    started: 'Started',\n    delayed: 'Delayed',\n    export_to_idp_template: 'Export to IDP Template',\n    my_team: 'My Team',\n    learning: 'Learning',\n    mentor_coaching: 'Mentor / Coaching',\n    overall_team_learning_completion: 'Overall Team Learning Completion',\n    team_dev_status: 'Team Dev. Status',\n    team_avg_performance: 'Team Avg. Performance',\n    overall_team_performance: 'Overall Team Performance',\n    team_risk_areas: 'Team Risk Areas',\n    mentee_list: 'Mentee List',\n    team_skills: 'Team Skills',\n    popular_skills: 'Popular Skills',\n    core_competencies: 'Core Competencies',\n    critical_skill: 'Critical Skill',\n    team_members: 'Team Members',\n    skill_mastery_level: 'Skill Mastery Level',\n    core_skills: 'Core Skills',\n    no_data_for_this_table: 'No Data For This Table',\n    praise: 'Praise',\n    nudge: 'Nudge',\n    add_idp: 'Add IDP',\n    insufficient_data: 'Insufficient data',\n    coming_soon: 'Coming Soon',\n    team_org_chart: 'Team Org Chart',\n    team_profiles: 'Team Profiles',\n    idp_template: 'IDP Template',\n    search_employee: 'Search Employee',\n    new_template: 'New Template',\n    rate_employee: 'Rate Employee',\n    rate_employees: 'Rate Employees',\n    create_idp: 'Create IDP',\n    successfully_sent_invitation: 'Successfully Sent Invitation',\n    successfully_sent_reminder: 'Successfully Sent Reminder',\n    unable_to_send_invitation_wrong: 'Unable to send Invitation, Something went wrong',\n    unable_to_send_reminder_wrong: 'Unable to send Reminder, Something went wrong',\n    employee_profile: 'Employee Profile',\n    skills_to_rate: 'Skills to Rate',\n    rating_completion: 'Rating Completion',\n    leadership_fit: 'Leadership Fit',\n    skills_fit: 'Skills Fit',\n    view_employee_info: 'View Employee Info',\n    view_gaps: 'View Gaps',\n    recommended_score: 'Recommended Score',\n    idp_template_name: 'IDP Template Name',\n    no_of_members: 'No. Of Members',\n    last_updated: 'Last Updated',\n    to_do: 'To Do',\n    plan_development: 'Plan Development',\n    catch_up_with: 'Catch up With',\n    project_approval: 'Project Approval',\n    employee_rating: 'Employee Rating',\n    employees_left_to_rate: 'employees left to rate',\n    successfully_save_all_rating: 'Successfully save all rating',\n    view_unrated_skills: 'View Unrated Skill',\n    view_all_skills: 'View All Skills',\n    current_skills: 'Current Skills',\n    additional_skills: 'Additional Skills',\n    skill_title: 'Skill Title',\n    self_rating: 'Self-Rating',\n    rate_skills: 'Rate skills',\n    remark: 'Remark',\n    date_rated: 'Date Rated',\n    suggested_rating: 'Suggested Rating',\n    fail_to_save_remarks: 'Fail to save remarks',\n    successfully_add_remarks: 'Successfully add remarks',\n    save_and_close: 'Save and Close',\n    remark_list: 'Remark List',\n    reason_of_rejection: 'Reason of rejection',\n    reason_to_reject: 'Reason to reject',\n    fail_to_reject_talent_technical: 'Fail to reject talent technical',\n    successfully_reject_talent_technical: `Successfully reject talent's technical`,\n    reject_and_close: 'Reject and Close',\n    team_summary_learning: 'Team Summary Learning',\n    no_listed_accountability: 'No listed accountability',\n    actual_completion: 'Actual Completion',\n    successfully_deleted_idp: 'Successfully deleted IDP',\n    failed_to_delete_idp: 'Failed to delete idp',\n    recent_activity: 'Recent Activity',\n    no_activity_found: 'No activity found',\n    avg_engagement: 'Avg. Engagement ',\n    reporting_line_in_total: 'reporting line in total',\n    direct_report: 'Direct Report',\n    no_role: 'No Role',\n    examples: 'Examples',\n    the_potential_matrix: 'The Potential Matrix',\n    pointers: 'Pointers',\n    adaptive_leadership: 'Adaptive Leadership',\n    reset_password: 'Reset Password',\n    please_fill_in_your_email: 'Please fill in your email.',\n    sign_up: 'Sign up',\n    go_to_sign_in: ' Go To Sign In',\n    login: 'Login',\n    enter_your_password: 'Enter your password',\n    set_your_own_password: 'Set Your Own Password',\n    reconfirm_your_password: 'Reconfirm Your Password',\n    email_confirm_email_not_same: 'Email and Confirm Email is not same',\n    email_has_already_been_taken: 'The email has already been taken.',\n    register: 'Register',\n    already_have_an_account: 'Already have an account? Login here',\n    sign_in: 'Sign In',\n    sign_in_welcome: 'Welcome',\n    resetting_password: 'Resetting password',\n    current_password: 'Current Password',\n    enter_your_current_password: 'Enter your current password',\n    new_password: 'New Password',\n    enter_your_new_password: 'Enter your new password',\n    confirm_password: 'Confirm Password',\n    confirm_your_new_password: 'Confirm your new password',\n    successfully_set_password: 'Successfully set password',\n    encounter_error: 'Encounter Error',\n    enter_registered_email: 'Enter registered email',\n    wrong_password_entered: 'Wrong password entered.',\n    an_error_has_occured: 'An error has occurred',\n    incorrect_email_or_password: 'Incorrect email or password',\n    confirm_email: 'Confirm Email',\n    enter_your_email_address: 'Enter your email address',\n    reenter_your_email_address: 'Re-enter your email address',\n    enter_your_confirm_password: 'Enter your confirm password',\n    if_the_error_persists: 'if the error persists',\n    successfully_set_new_password: 'Successfully Set New Password.',\n    successfully_change_password: 'Successfully Change Password',\n    competencies_breakdown: 'Competencies Breakdown',\n    for: 'for',\n    total_exp: 'Total Exp',\n    no_country: 'No Country',\n    no_status: 'No Status',\n    no_remarks: 'No Remarks',\n    no_data_to_show: 'No data to show',\n    score_record: 'Score Record',\n    assessed_norm: 'Assessed Norm',\n    tool_used: 'Tool Used',\n    not_required: 'Not Required',\n    development_needed: 'Development Needed',\n    technical_functional: 'Technical / Functional',\n    user_rating: 'User Rating',\n    no_education_data_found: 'No Education Data Found',\n    experiences: 'Experiences',\n    no_experience_data_found: 'No Experience Data Found',\n    talent_profile_roles: 'Talent Profile - Roles',\n    system_role: 'System Role',\n    journal_dash_idp: 'Journal - IDP',\n    talent_profile_current_role: 'Talent Profile - Current Role',\n    journal_course: 'Journal - Course',\n    course_topic: 'Course Topic',\n    development_report: 'Development Report',\n    progress_bar_component: 'Progress Bar Component',\n    status_tag: 'Status Tag',\n    not_ready: 'Not Ready',\n    exceed: 'exceed',\n    ready: 'ready',\n    critical: 'critical',\n    header_with_description: 'Header With Description',\n    list_items: 'List Items',\n    powered_by: 'Powered by',\n    about: 'About',\n    capability: 'Capability',\n    low_driver: 'Low Driver',\n    medium_driver: 'Medium Driver',\n    high_driver: 'High Driver',\n    accendo: 'Accendo',\n    we_dont_see_people_as_commodities: `We don’t see people as commodities.`,\n    how_did_you_find_the_experience: 'How did you find the experience?',\n    amaze_everyone: 'amaze everyone!',\n    reengineering_people_performance_at_work: 'Reengineering people performance at work',\n    reengineering_people_performance: 'Reengineering people performance',\n    your_feedback_helps_us_to_continuously: 'Your feedback helps us to continuously',\n    catalytic: 'Catalytic',\n    you: 'You',\n    report_generated_on: 'Report generated on',\n    group_of_people_with_shoes: 'group of people with shoes',\n    motivations: 'Motivations',\n    stretchability_gauge: 'Stretchability Gauge',\n    learning_agility: 'Learning Agility',\n    catalytic_learning_agility: 'Catalytic Learning Agility',\n    game_based: 'Game Based',\n    most_motivated_by: 'Most motivated by',\n    least_motivated_by: 'Least motivated by',\n    high_potential_talent_report: 'High Potential Talent Report',\n    simulation: 'Simulation',\n    token_expired: 'Token Expired',\n    report_for: 'Report for',\n    connect: 'Connect',\n    solve: 'Solve',\n    deliver: 'Deliver',\n    sales_process: 'Sales Process',\n    consultative: 'Consultative',\n    transactional: 'Transactional',\n    sales: 'Sales',\n    this_sales_report: 'This Sales Report',\n    global_salesperson_norm: 'global salesperson norm.',\n    the_results: 'The results',\n    the_scores: 'The scores',\n    sales_foundation: 'Sales Foundation',\n    behaviours: 'Behaviours',\n    aptitude: 'Aptitude',\n    sales_foundation_behaviours: 'sales foundation: behaviours',\n    some_development_tips_for_you: 'Some development tips for you',\n    sales_foundation_aptitude: 'sales foundation: aptitude',\n    sales_foundation_motivators: 'sales foundation: motivators',\n    what_motivates_you_at_work: `What motivates you at work?`,\n    and: `and`,\n    motivators: 'Motivators',\n    identification: `Identification`,\n    financial_reward: 'Financial Reward',\n    professional_challenge: `Professional Challenge`,\n    sales_process_explore: 'sales process: explore',\n    sales_process_connect: 'sales process: connect',\n    sales_process_solve: 'sales process: solve',\n    sales_process_deliver: 'sales process: deliver',\n    sales_simulation: 'sales simulation',\n    overall_sales_acumen: 'Overall Sales Acumen',\n    sales_metric: 'Sales Metric',\n    revenue: 'Revenue',\n    margin: 'Margin',\n    deals_closed: 'Deals Closed',\n    sales_velocity: 'Sales Velocity',\n    quality_of_leads: 'Quality of Leads',\n    deal_size: 'Deal Size',\n    complexity_management: 'Complexity Management',\n    learn_agility: 'Learn Agility',\n    this_report: 'This report',\n    questionnaires_and_game_based_assessments: 'Questionnaires and game-based assessments',\n    circular_and_bar_gauges: 'Circular and bar gauges',\n    higher: 'Higher',\n    lower: 'Lower',\n    higher_score: 'Higher Score',\n    lower_score: 'Lower Score',\n    disclaimer: 'Disclaimer',\n    some_tips_for_you: 'Some tips for you',\n    traits: 'Traits',\n    people_catalyst: 'People Catalyst',\n    career_tips: 'Career Tips',\n    career_path: 'Career Path',\n    young_entrepreneur: 'Young Entrepreneur',\n    emerging_specialist: 'Emerging Specialist',\n    food_for_thought: 'Food For Thought',\n    are_you_ready_for_your_future_career: 'Are you ready for your future career?',\n    embrace_a_growth_mindset: 'Embrace a Growth Mindset',\n    seek_your_guiding_light: 'Seek your Guiding Light',\n    explore_your_passion: 'Explore your Passion',\n    learnagility: 'Learnagility',\n    what_drives_you_at_work: 'What drives you at work',\n    talent_pulse: 'Talent Pulse',\n    candidate_report_for: 'Candidate Report for',\n    behavioural: 'Behavioural',\n    questionnaire: 'Questionnaire',\n    game_based_assessments: 'Game-based Assessments',\n    interests: 'Interests',\n    motives: 'Motives',\n    tally_up: 'Tally Up',\n    numbubbles: 'Numbubbles',\n    proof_it: 'Proof It',\n    resemble: 'Resemble',\n    short_cuts: 'Short Cuts',\n    grid_lock: 'Grid Lock',\n    views: 'Views',\n    abstract: 'Abstract',\n    logical: 'Logical',\n    the_pragmatist: 'The Pragmatist',\n    the_detective: 'The Detective',\n    the_artist: 'The Artist',\n    the_people_person: 'The People Person',\n    the_entrepreneur: 'The Entrepreneur',\n    career_suggestions: 'Career Suggestions',\n    which_career_path_best_resonates_with_your_personality: 'Which career path best resonates with your personality',\n    career_pathways: 'Career Pathways',\n    candidate_scores_are_being_generated: 'Candidate scores are being generated',\n    preparing_mapper_template: 'Preparing mapper template...',\n    downloading_standard_csv_template: 'Downloading Standard CSV Template',\n    downloading_candidate_status: 'Downloading Candidate Status',\n    are_you_sure_you_want_grant_tokens_to: 'Are you sure you want grant tokens to',\n    recent_transactions: `Recent Transactions`,\n    years_of_experience_years: `Years of experience (years)`,\n    aspirations: `Aspirations`,\n    educations: `Educations`,\n    preferred_opcos: `Preferred OpCos`,\n    isTalent: `isTalent`,\n    critical_position: `Critical Position`,\n    readiness: `Readiness`,\n    assessment_delete_failure: 'Failed to Delete Assessment {{assessment_name}}',\n    cannot_delete_project: 'Project with credits charged cannot be deleted',\n    project_owner_only: 'For project owner only',\n    transactional_sales: `Transactional Sales`,\n    consultative_sales: `Consultative Sales`,\n    about_build_your_business: 'About Build Your Business',\n    about_i_lead: 'About iLead',\n    about_the_report: 'About The Report',\n    about_your_score: 'About Your Score',\n    about_yourself: 'About Yourself',\n    above_average: 'Above Average',\n    accendo_sso_configurations: 'Accendo SSO Configurations',\n    access_email: 'Access Email',\n    account_recovery: 'Account Recovery',\n    add_education_successfully: 'Add education successfully',\n    add_members: 'Add Members',\n    add_new_department: 'Add New Department',\n    add_new_grade: 'Add New grade',\n    add_new_skill: 'Add new skill',\n    add_new_technical_framework: 'Add New Technical Framework',\n    add_new_tool: 'Add New Tool',\n    add_tag: 'Add Tag',\n    added_by: 'Added by',\n    added_tools_successfully: 'Added tools successfully',\n    address: 'Address',\n    address_1: 'Address 1',\n    address_2: 'Address 2',\n    aggregate: 'Aggregate',\n    agile_leader: 'Agile Leader',\n    alert_changing_theme: 'Changing theme will cause you to lose the context of your saved email template. Are you sure you want to proceed',\n    all_projects: 'All Projects',\n    all_rights_reserved: 'All rights reserved',\n    appendix: 'Appendix',\n    aptitude_assessments: 'Aptitude Assessments',\n    archive_management: 'Archive Management',\n    are_you_sure_you_want_to_delete_assessment: 'Are you sure you want to delete {{- assessment_name}}',\n    are_you_sure_you_want_to_delete_candidates: 'Are you sure you want to delete {{candidates}}',\n    areas_of_measurement: 'Areas of Measurement',\n    aspiration_role: 'Aspiration Role',\n    assessment_email_configuration: 'Assessment Email Configuration',\n    assessment_framework_matrix: 'Assessment Framework Matrix',\n    assessment_reminder_configuration: 'Assessment Reminder Configuration',\n    assessment_score: 'Assessment Score',\n    assessment_tools_descriptions: 'Assessment Tools Descriptions',\n    assessments: 'Assessments',\n    assessor: 'Assessor',\n    assigned: 'Assigned',\n    assigned_rater: 'Assigned Rater',\n    assigned_team_members: 'Assigned Team Members',\n    author: 'Author',\n    available: 'Available',\n    average: 'Average',\n    azure_id_identifier: 'Azure ID Identifier',\n    background_check: 'Background Check',\n    bankruptcy: 'Bankruptcy',\n    basic_info: 'Basic Info',\n    below_average: 'Below Average',\n    business_matrix: 'Business Matrix',\n    by_adding_logout_url_user_will_be_logged_out_from_accendo_talent_pulse_and_the_identity_provider_to_logout_only_from_accendo_talent_pulse_portal_leave_logout_url_empty: 'By adding logout URL user will be logged out from accendo talent pulse and the identity provider. to logout only from accendo talent pulse portal, leave logout URL empty',\n    candidate_is_already_in_this_assessment: 'Candidate is already in this assessment',\n    candidate_status_and_score_action: 'Candidate Status and Score Action',\n    candidate_trait_based_report_is_being_generated: 'Candidate Trait Based Report is being generated',\n    candidates_added_successfully: 'Candidates added successfully',\n    career_aspirations: 'Career Aspirations',\n    career_checkpoint: 'Career Checkpoint',\n    case_study: 'Case Study',\n    certificate_base_64: 'Certificate (Base 64)',\n    cgpa: 'cgpa',\n    check_in_framework: 'Check In Framework',\n    check_in_published_roles: 'Check in Published Roles',\n    choose_to_begin_your_activity: 'Choose to begin your activity',\n    choose_your_gender: 'Choose your gender',\n    choose_your_pathway: 'Choose your pathway',\n    choose_your_preferred_view: 'Choose your preferred view',\n    circle_pack: 'Circle Pack',\n    cluster_by: 'Cluster By',\n    coaching: 'Coaching',\n    coaching_tips: 'Coaching Tips',\n    cognitive_assessment: 'Cognitive Assessment',\n    commencement_date_host_group: 'Commencement date - Host Group',\n    commencement_date_in_current_position: 'Commencement date - in current position',\n    commencement_date_opco: 'Commencement date - Opco',\n    company_code: 'Company Code',\n    comparison_score: 'Comparison Score',\n    competencies: 'Competencies',\n    competencies_with_highest_scores: 'Competencies with Highest Scores',\n    competencies_with_lowest_scores: 'Competencies with Lowest Scores',\n    competency_benchmark: 'Competency Benchmark',\n    competency_benchmarking: 'Competency Benchmarking',\n    competency_code: 'Competency Code',\n    competency_level: 'Competency Level',\n    competency_title: 'Competency Title',\n    complete_now: 'Complete Now',\n    config_saved: 'Config Saved',\n    configure_new_dashboard: 'Configure New Dashboard',\n    confirmation_for_relationship_change: 'These are the email(s) that are affected by the relationship change. Are you sure you want to proceed?',\n    contact_no: 'Contact No.',\n    contact_number: 'Contact Number',\n    content_template: 'Content template',\n    continue: 'Continue',\n    contract_expiry_months: 'Contract Expiry (Months)',\n    cost: 'Cost',\n    course_added_successfully: 'Course added successfully',\n    course_type: 'Course Type',\n    create_content: 'Create Content',\n    create_new_aspiration: 'Create New Aspiration',\n    create_new_notification_template: 'Create new notification template',\n    create_page: 'Create Page',\n    create_skill: 'Create Skill',\n    created: 'Created',\n    criminal_history: 'Criminal History',\n    currency_local_amount: 'MYR {{amount}}',\n    current_client: 'Current Client',\n    current_rater: 'Current Rater',\n    custom_job: 'Custom Job',\n    data_fetched: 'data fetched',\n    date_added: 'Date Added',\n    date_of_creation: 'Date of Creation',\n    debit: 'Debit',\n    default_workbook: 'Default Workbook',\n    deleted_successfully: 'Deleted Successfully',\n    design_leader: 'Design Leader',\n    detailed_persona_finding: 'Detailed Persona Finding',\n    developing: 'Developing',\n    development_activities: 'Development Activities',\n    development_journey: 'Development Journey',\n    development_statements: 'Development Statements',\n    digital_leadership_report: 'Digital Leadership Report',\n    divorced: 'Divorced',\n    download_360_project_template: 'Download 360 Project Template',\n    download_candidate_status: 'Download Candidate Status',\n    download_feedr_score_excel: 'Download 360-Five Excel Score',\n    download_provider_report: 'Download {{provider}} Report',\n    download_resigned_employee_data: `Download Resigned Employees' Data`,\n    download_talent_profile_report: 'Download Talent Profile Report',\n    download_talent_profile_Report_PDF: 'Download Talent Profile Report (PDF)',\n    download_talent_profile_Report_PPT: 'Download Talent Profile Report (PPT)',\n    download_trait_based_report: 'Download Trait Based Report',\n    downloading: 'Downloading',\n    downloading_feedr_score_excel: 'Downloading 360-Five Excel Score',\n    downloading_feedr_status_excel: 'Downloading Candidate 360-Five Status',\n    draft: 'Draft',\n    driving_the_business: 'Driving The Business',\n    duplicate: 'Duplicate',\n    duration_in_role: 'Duration in Role',\n    edit_aspiration: 'Edit Aspiration',\n    edit_details: 'Edit Details',\n    edit_education_successfully: 'Edit education successfully',\n    edit_notification_templates: 'Edit notification templates',\n    edit_personal_info: 'Edit Personal Info',\n    edit_rater: 'Edit Rater',\n    edit_skill: 'Edit Skill',\n    edit_the_role_accountability_below: 'Edit the role accountability below',\n    edit_tool: 'Edit tool',\n    edit_tool_group: 'Edit Tool Group',\n    email_template_not_set_up_yet: 'Failed to send {{template_name}} email. Please check if email template has been set up, and/or the required fields have been filled.',\n    emergency_cover: 'Emergency Cover',\n    emerging_leaders_experience: 'Emerging Leaders Experience',\n    emotify: 'Emotify',\n    emotional_ties: 'Emotional Ties',\n    employees: 'employeee',\n    enable_price_grouped: 'Enable Price Grouped',\n    enable_sso: 'Enable SSO',\n    end: 'End',\n    enter_a_purpose: 'Enter a purpose',\n    enter_amount: 'Enter amount',\n    enter_custom_position: 'Enter custom position',\n    enter_description: 'Enter Description',\n    enter_email_subject: 'Enter email subject',\n    enter_item_cost_here: 'Enter item cost here',\n    enter_item_group_id_here: 'Enter item Group Id here',\n    enter_new_domain_name_here_e_g_google_com: 'Enter new domain name here e.g. google.com',\n    enter_template: 'Enter Template',\n    enter_tool_description_here: 'Enter tool description here',\n    equal: 'Equal',\n    equal_to: 'Equal to',\n    error: 'Error',\n    error_deleting_the_tool_group: 'Error deleting the tool group.',\n    error_message: 'Error Message',\n    error_saving_role_level: 'Error saving role level',\n    error_tagging_tags: 'Error tagging tags.',\n    example: 'Example',\n    example_1: 'Example 1',\n    example_2: 'Example 2',\n    example_3: 'Example 3',\n    example_competency_score: 'Example competency score',\n    exec_education: 'Exec Education',\n    executive_profile: 'Executive Profile',\n    executive_report_for: 'Executive Report for',\n    executive_summary: 'Executive Summary',\n    export_excel: 'Export Excel',\n    face_to_face_activities_outcome: 'Face-to-face Activities Outcome',\n    fail_to_remove_relationship: 'Fail to remove relationship.',\n    fail_to_reset_relationship: 'Fail to reset relationship.',\n    failed_due_to_no_data: 'Failed due to no data',\n    failed_to_add_course: 'Failed to add course.',\n    failed_to_add_education: 'Failed to add education.',\n    failed_to_add_remarks: 'Failed to add remarks.',\n    failed_to_add_tools: 'Failed to add tools.',\n    failed_to_create_policy: 'Failed to Create Policy',\n    failed_to_download_360_excel_score: 'Failed to download 360-Five excel score',\n    failed_to_download_360_project_template: 'Failed to download 360 project template',\n    failed_to_edit_education: 'Failed to edit education.',\n    failed_to_remove_role: 'Failed to remove role',\n    failed_to_save_skills: 'Failed to save skills',\n    failed_to_send_template_to_candidate: 'Email Template is disabled. Failed to send {{template_name}} to the candidate',\n    failed_to_update_candidate: 'Failed to Update candidate',\n    failed_to_upload_360_project_template: 'Failed to upload 360 project template',\n    failed_to_upload_file: 'Failed to Upload File',\n    failed_to_verify: 'Failed to verify',\n    failed_to_verify_skills: 'Failed to verify skills',\n    failure_sending_invitation: 'Failure sending invitation.',\n    failure_sending_reminder: 'Failure sending reminder',\n    far_above_average: 'Far Above Average',\n    far_below_average: 'Far Below Average',\n    feedback_provider_email: 'Feedback Provider Email',\n    feedback_providers_email: 'Feedback Providers Email',\n    fetching_project_data: 'Fetching project data',\n    file_successfully_uploaded: 'File successfully uploaded',\n    fill_in_your_company_name_here: 'Fill in your company name here',\n    fill_in_your_email_here: 'Fill in your email here',\n    fill_in_your_linked_in_url_here: 'Fill in your LinkedIn URL here.',\n    fill_in_your_name_here: 'Fill in your name here',\n    fill_phone_number: 'Fill Phone Number',\n    fill_up_job_function: 'Fill up Job Function',\n    fill_up_position: 'Fill up Position',\n    finalise_scores: 'Finalise Scores',\n    find_tool: 'Find tool',\n    finished_at: 'Finished At',\n    fit_to_serve: 'Fit to Serve',\n    foci: 'Foci',\n    foci_email: 'Foci Email',\n    formula: 'Formula',\n    formula_name: 'Formula Name',\n    fr: 'FR',\n    framework_measured: 'Framework Measured',\n    full_name: 'Full Name',\n    funnel_dashboard: 'Funnel Dashboard',\n    gathering_results: 'Gathering Results...',\n    general_adult: 'General Adult',\n    general_formula: 'General Formula',\n    give_some_description: 'give some description',\n    give_your_reason: 'Give your reason',\n    give_your_template_a_name: 'Give your template a name',\n    greater_than: 'Greater than',\n    greater_than_or_equal_to: 'Greater than or equal to',\n    group_exercise: 'Group Exercise',\n    group_id: 'Group Id',\n    guided_question: 'Guided Question',\n    helper: 'Helper',\n    high_priority: 'High Priority',\n    high_score: 'High Score',\n    highly_proficient: 'Highly Proficient',\n    hold_up: 'Hold up',\n    households: 'Households',\n    how_to_interpret_the_report: 'How to Interpret the Report',\n    identifier_entity_id: 'Identifier (Entity ID)',\n    importance: 'Importance',\n    incorrect_pin: 'Incorrect PIN',\n    indicators: 'Indicators',\n    industry_visit: 'Industry Visit',\n    insert_email: 'Insert Email',\n    insert_name: 'Insert Name',\n    instrument: 'Instrument',\n    interview_questions: 'Interview Questions',\n    interviewers: 'Interviewers',\n    invite_rater: 'Invite Rater',\n    job_requirement_not_set: 'Job Requirement Not Set',\n    jobs_matched: 'Jobs Matched',\n    journey_description: 'Journey Description',\n    journey_id: 'Journey Id',\n    journey_title: 'Journey Title',\n    kpi_benchmark: 'KPI Benchmark',\n    kpi_config: 'KPI Config',\n    last_assessed: 'Last Assessed',\n    last_notification_sent: 'Last Notification Sent',\n    last_sent_date: 'Last sent date',\n    last_submitted: 'Last Submitted',\n    latest_release_note: 'Latest Release Note',\n    leadership_styles: 'Leadership Styles',\n    least_driven_by: 'Least Driven By',\n    less_proficient: 'Less Proficient',\n    less_than: 'Less than',\n    less_than_or_equal: 'Less Than or Equal',\n    less_than_or_equal_to: 'Less than or equal to',\n    level_1: 'Level',\n    level_guide: 'Level Guide',\n    level_item_level: 'Level {{item_level}}',\n    library_framework: 'Library Framework',\n    list_add_remark: 'Add Remark',\n    list_of_notification_templates: 'List of notification templates',\n    list_of_ssos: 'List of SSOs',\n    list_view: 'List View',\n    log_in_url: 'Log in URL',\n    log_out_url_optional: 'Log out URL (Optional)',\n    logical_reasoning: 'Logical Reasoning',\n    low_priority: 'Low Priority',\n    low_score: 'Low Score',\n    manage_notification_templates: 'Manage notification templates',\n    marketing: 'Marketing',\n    married: 'Married',\n    matching_faces: 'Matching Faces',\n    medical_records: 'Medical Records',\n    medium_priority: 'Medium Priority',\n    mentor_request: 'Mentor Request',\n    mentoring: 'Mentoring',\n    min_minute: 'min',\n    mobility_type: 'Mobility Type',\n    mobility_willingness_for_any_op_cos: 'Mobility - Willingness for any OpCos',\n    mobility_willingness_for_immediate_posting_months: 'Mobility - Willingness for immediate posting (<6 months)',\n    mobility_willingness_for_long_term_assignment: 'Mobility - Willingness for long-term assignment',\n    modify_role: 'Modify Role',\n    more_than_or_equal: 'More Than or Equal',\n    most_driven_by: 'Most Driven By',\n    my_aspiration_target: 'My Aspiration Target',\n    my_team_overview: 'My Team Overview',\n    na: 'N/A',\n    name_your_domain_here: 'Name your domain here',\n    name_your_intervention_here: 'Name your intervention here..',\n    name_your_intervention_name_here: 'Name your intervention name here',\n    name_your_pool_here: 'Name your pool here',\n    name_your_risk_level_here: 'Name your risk level here',\n    name_your_size_here: 'Name your size here',\n    names: 'Names',\n    negative_behaviours: 'Negative Behaviours',\n    networked_leader: 'Networked Leader',\n    new_password_confirmation: 'New Password Confirmation',\n    new_pin: 'New Pin',\n    new_user: 'New User',\n    new_user_role: 'New User Role',\n    no_address: 'No address',\n    no_aspiration_data_available: 'No aspiration data available',\n    no_data: 'No Data',\n    no_development_plan_found: 'No Development Plan Found',\n    no_information_available: 'No information available.',\n    no_journey_to_select: 'There are no Journeys to select in the Selected Client.',\n    no_journeys_available: 'No journeys available',\n    no_of_children: 'No of children',\n    no_project_selected: 'No project selected',\n    no_result_found: 'No result found',\n    no_roles_found: 'No Roles Found',\n    no_section_data_available: 'No {{section_title}} data',\n    no_selected_or_available_aspirations: 'No {{selected_or_available}} aspirations',\n    no_talents_found: 'No talents found',\n    no_transactions_found: 'No transactions found',\n    no_transactions_found_for_this_journey: 'No transaction found for this journey',\n    nodes: 'Nodes',\n    none: 'None',\n    not_applicable: 'Not Applicable',\n    not_picked: 'Not Picked',\n    not_required_in_current_role: 'Not Required In Current Role',\n    notification_type: 'Notification Type',\n    null: 'Null',\n    number_of_candidates: '{{number}} candidates',\n    number_skills_you_need: '{{number}} Skills You Need',\n    observation_and_feedback: 'Observation and Feedback',\n    occupational_interests_and_motives: 'Occupational Interests & Motives',\n    off: 'Off',\n    on: 'On',\n    on_the_job: 'On the Job',\n    on_track: 'On Track',\n    ongoing: 'Ongoing',\n    oops_something_is_wrong_unable_to_save_config: 'Oops, something is wrong. Unable to save config.',\n    oops_something_went_wrong: 'Oops!!! Something went wrong.',\n    open: 'Open',\n    optional_add_data_from_another_project: '(Optional) Add data from another project',\n    or: 'or',\n    or_contact_your_admin: 'or contact your admin.',\n    other_clients: 'Other Clients',\n    overall: 'Overall',\n    overview_snapshot: 'Overview Snapshot',\n    owner: 'Owner',\n    page_number: 'Page {{number}}',\n    page_number_page_of_total_page: 'Page {{number_page}} of {{total_page}}',\n    paste_your_identity_provider_information: 'Paste your identity provider information',\n    path_with_less_learning_development: 'Path with less learning development',\n    path_with_less_roles_to_encounter: 'Path with less roles to encounter',\n    path_with_more_learning_development: 'Path with more learning development',\n    path_with_more_roles_to_encounter: 'Path with more roles to encounter',\n    pathway: 'pathway',\n    perceiving_emotions: 'Perceiving Emotions',\n    performance_rating_year: 'Performance Rating {{year}}',\n    phone: 'Phone',\n    pick_ending_date: 'Pick ending date',\n    pick_project: 'Pick Project',\n    pick_starting_date: 'Pick starting date',\n    pivotal_experience: 'Pivotal Experience',\n    please_configure_your_formula_below: 'Please configure your formula below',\n    please_contact_system_admin_for_this_error: 'Please contact system admin for this error.',\n    please_enter_the_email_address: 'Please enter the email address',\n    please_enter_the_full_name: 'Please enter the full name',\n    please_select_cut_e_tool_below: 'Please select Cut-E tool below.',\n    please_select_job_profile_below: 'Please select job profile below.',\n    please_select_norm_below: 'Please select norm below.',\n    please_select_position_level_below: 'Please select position level below.',\n    please_select_report_type_below: 'Please select report type below.',\n    positive_behaviours: 'Positive Behaviours',\n    prepared_for: 'Prepared for',\n    preview_external_candidates: 'Preview External Candidates',\n    preview_notificaton_template: 'Preview notificaton template',\n    privacy: 'Privacy',\n    private: 'Private',\n    proficient: 'Proficient',\n    somewhat_proficient: 'Somewhat Proficient',\n    progress_number_skills_you_need: '{{progress_number}} skills you need',\n    progress_to_next_stage: 'Progress To Next Stage',\n    project_deleted_create_a_new_dashboard: 'Project deleted. Create a new dashboard.',\n    project_is_now_live: 'Project is now live. To change the content, please delete all active candidates within the project or create a new 360 project.',\n    public: 'Public',\n    publish_code: 'Publish Code',\n    publish_configuration: 'Publish Configuration',\n    published_roles: 'Published Roles',\n    published_successfully: 'Published successfully',\n    publisher: 'Publisher',\n    qualify: 'Qualify',\n    questions: 'Questions',\n    random: 'Random',\n    ranking: 'Ranking',\n    rater_rating: 'Rater Rating',\n    rater_rating_na: 'Rater Rating: N/A',\n    rater_rating_status: 'Rater Rating Status',\n    read_more: 'Read More',\n    ready_later: 'Ready Later',\n    ready_now: 'Ready Now',\n    ready_soon: 'Ready Soon',\n    reason_here: 'Reason here',\n    recenter_view: 'Recenter View',\n    recommended_distribution_of_developmental_effort: 'Recommended Distribution Of Developmental Effort',\n    recommended_path_for_you: 'Recommended path for you',\n    recruitment_dashboard: 'Recruitment Dashboard',\n    recruitment_group: 'Recruitment Group',\n    recruitment_op_co: 'Recruitment OpCo',\n    redirecting: 'Redirecting...',\n    refresh: 'Refresh',\n    refund_recharge: '{{refund_or_recharge}} Token',\n    release_note: 'Release Notes',\n    release_notes: 'Release Notes',\n    remove_project_pin: `Remove Project's pin `,\n    remove_relationship_from: 'Remove relationship from',\n    remove_role: 'Remove role',\n    remove_tag: 'Remove Tag',\n    removed_username_from_successor_successfully: 'Removed {{username}} from successor successfully',\n    reply_url_assertion_consumer_services_url: 'Reply URL (Assertion Consumer Services URL)',\n    request_again_in: 'Request again in',\n    request_pin: 'Request PIN',\n    request_pin_default_message: 'Hi {{owner_name}}, can you please provide the PIN for me? Thank you.',\n    request_pin_placeholder: 'Add a note (optional)',\n    request_success_message: 'PIN request sent. Wait for the owner to respond.',\n    required_rating_na: 'Required Rating: N/A',\n    reset_my_password: 'Reset my password',\n    reset_relationship_for: 'Reset relationship for',\n    reset_status_for: 'Reset status for',\n    reset_zoom_and_recenter: 'Reset zoom and recenter',\n    resume: 'Resume',\n    retirement_age_configuration: 'Retirement Age Configuration',\n    role_model: 'Role Model',\n    role_succession_saved: 'Role Succession Saved',\n    save_and_create_new: 'Save and create new',\n    save_score: 'Save Score',\n    scales: 'Scales',\n    score_configuration: 'Score Configuration',\n    score_saved: 'Score saved',\n    scorer: 'Scorer',\n    scoring_sheet: 'Scoring Sheet',\n    search_accelerator_content: 'Search Accelerator Content',\n    search_competency_tagging: 'Search Competency Tagging',\n    search_learning_reference: 'Search Learning Reference',\n    search_project: 'Search Project',\n    search_tag_role: 'Search Tag Role',\n    select_a_norm_group_below: 'Select a Norm Group below',\n    select_a_project: 'Select a project to start',\n    select_a_project_to_see_data: 'Select a project to see data',\n    select_a_role_to_fetch_data: 'Select a Role to fetch data',\n    select_a_template_below: 'Select a template below',\n    select_content_template: 'Select content template',\n    select_cut_e_tool: 'Select Cut-E tool',\n    select_default_workbook: 'Select default workbook',\n    select_incumbent: 'Select Incumbent',\n    select_job_profile: 'Select job profile',\n    select_mapping_category: 'Select Mapping Category',\n    select_norm: 'Select norm',\n    select_privacy: 'Select Privacy',\n    select_project: 'Select Project',\n    select_rating: 'Select rating',\n    select_role: 'Select Role',\n    select_role_group: 'Select Role Group',\n    select_status: 'Select Status',\n    select_tags: 'Select tags',\n    select_templates: 'Select Templates',\n    select_the_from_date_here: 'Select the from date here',\n    select_the_tools_here: 'Select the tools here',\n    select_year: 'Select year',\n    selected_candidates_name: `Selected Candidates' Name`,\n    self_rating_na: 'Self Rating: N/A',\n    self_rating_status: 'Self-Rating Status',\n    send_a_reminder_to: 'Send a reminder to',\n    send_an_invitation_to: 'Send an invitation to',\n    send_anyway: 'Send Anyway',\n    send_email: 'Send Email',\n    send_invitation_to_candidate: 'Send invitation to candidate',\n    send_invitations_to_candidates: 'Send invitation(s) to {{number_of_candidates}}',\n    send_message: 'Send Message',\n    send_rater_reminder: 'Send Rater Reminder',\n    send_reminder_to_number_candidates: 'Send reminder(s) to {{number_of_candidates}}',\n    sense_making_leader: 'Sense-Making Leader',\n    set_pin_to_project: 'Set pin to Project',\n    setup: 'Setup',\n    show_all: 'Show All',\n    show_as: 'Show as',\n    show_high_potential_employees: 'Show high potential employees',\n    show_sales_people: 'Show sales people',\n    show_top_performers: 'Show top performers',\n    simplify_score: 'Simplify Score',\n    single: 'Single',\n    single_sign_on_configuration: 'Single Sign On configuration',\n    skill_to_develop: 'Skill to Develop',\n    skills_you_have: 'Skills you have',\n    skip_guide: 'Skip Guide',\n    sms: 'SMS',\n    social_media_behaviour: 'Social Media Behaviour',\n    source_published_role_library_framework: 'Source: {{published_or_library}}',\n    squarify: 'Squarify',\n    sso_configuration: 'SSO Configuration',\n    start: 'Start',\n    start_continue_assessment_click: 'Start/Continue Assessment Click',\n    start_date_is_invalid: 'Start date is invalid',\n    sten_scores: 'Sten Scores',\n    strengths_development_areas_overview: 'Strengths & Development Areas Overview',\n    succeed_record: 'Succeed Record',\n    successfully_added_remarks: 'Successfully added remarks.',\n    successfully_added_talent: 'Successfully Added Talent',\n    successfully_created_a_template: 'Successfully created a template',\n    successfully_created_policy: 'Successfully Created Policy',\n    successfully_deleted_attachment: 'Successfully deleted attachment',\n    successfully_deleted_the_tool_group: 'Successfully deleted the tool group.',\n    successfully_disable_enable_rater_email_trigger: 'Successfully {{disable_or_enable}} Rater Email Trigger',\n    successfully_download_360_excel_score: 'Successfully download 360-Five excel score',\n    successfully_download_360_project_template: 'Successfully download 360 project template',\n    successfully_downloaded: 'Successfully downloaded.',\n    successfully_duplicated_policy: 'Successfully Duplicated Policy',\n    successfully_generated_PDF_report: 'Successfully generated PDF Report',\n    successfully_generated_PPT_report: 'Successfully generated PPT Report',\n    successfully_generated_trait_based_report_file: 'Successfully generated Trait Based Report File',\n    successfully_reject_functional: 'Successfully reject functional',\n    successfully_remove_relationship: 'Successfully remove relationship.',\n    successfully_reset_relationship: 'Successfully reset relationship.',\n    successfully_saved: 'Successfully saved',\n    successfully_saved_aspiration: 'Successfully saved aspiration.',\n    successfully_saved_role_level: 'Successfully saved role level',\n    successfully_saved_the_roles: 'Successfully saved the roles.',\n    successfully_updated_template: 'Successfully updated template',\n    successfully_uploaded_360_project_template: 'Successfully uploaded 360 project template',\n    successfully_verified_functional_technical_skill: 'Successfully verified functional/technical skill',\n    successfully_verify_functional: 'Successfully verify functional',\n    successors: 'Successor(s)',\n    summary_of_competency_scores: 'Summary of competency scores',\n    summary_take_away: 'Summary Take Away',\n    swap_group: 'Swap group',\n    table_of_content: 'Table of content',\n    tag_a_user: 'Tag a user',\n    tag_interviewers: 'Tag Interviewers',\n    tag_new_role_to_aspire: 'Tag new role to aspire',\n    tag_role: 'Tag Role',\n    take_a_break: 'Take a break',\n    take_action: 'Take Action',\n    talent_development: 'Talent Development',\n    talent_selection: 'Talent Selection',\n    talents_updated: 'Talents updated',\n    target_view: 'Target View',\n    team: 'Team',\n    team_members_number: 'Team Member {{team_number}}',\n    technical_activity_add_successfully: 'Technical Activity Add Successfully',\n    template_description: 'Template Description',\n    template_file_not_available: 'Template file not available',\n    template_name: 'Template Name',\n    template_not_available: 'Template not available',\n    template_successfully_downloaded: 'Template Successfully Downloaded',\n    template_type: 'Template Type',\n    text_copied: 'Text copied!',\n    the_digital_leadership: 'The Digital Leadership',\n    the_executive_report: 'The Executive Report',\n    the_list_is_empty: 'The list is empty.',\n    the_maximum_value_should_be_higher_than_kpi_minimum_value: 'The maximum value should be higher than KPI minimum value',\n    the_minimum_value_should_be_higher_than_kpi_minimum_value: 'The minimum value should be higher than KPI minimum value',\n    the_user_was_successfully_updated: 'The user was successfully updated',\n    this_is_you: 'This is you',\n    three_six_zero_five_action: '360-Five Action',\n    three_six_zero_five_assessment: '360-Five Assessment',\n    three_six_zero_five_excel_error: '360-Five Excel Error',\n    three_sixty_five_relationship_preview: '360-Five Relationship Preview',\n    time: 'Time',\n    tips: 'tips',\n    total_activities: 'Total Activities',\n    total_ld: 'Total L&D',\n    total_projects: 'Total Projects',\n    total_score: 'Total Score',\n    total_survey: 'Total Survey',\n    trigger_at: 'Trigger At',\n    try_refreshing_the_page: 'Try refreshing the page',\n    type_in_your_remark: 'Type in your remark',\n    type_name: 'Type name',\n    type_of_assignment: 'Type of Assignment',\n    type_the_name_of_the_template: 'type the name of the template',\n    type_report_report_for_candidate: '<0>{{report_type}} Report {{report_norm_code}} for</0> <1><strong>{{candidate_name}}</strong></1>',\n    unable_to_save: 'Unable to save',\n    unable_to_save_remark: 'Unable to save remark',\n    unable_to_save_score: 'Unable to save score',\n    understanding_emotions: 'Understanding Emotions',\n    unlock: 'Unlock',\n    unlock_project: 'Unlock Project',\n    unpublished: 'formula unpublished',\n    unsolicited_reference: 'Unsolicited Reference',\n    unsupported_file_format: 'Unsupported File Format',\n    upcoming: 'Upcoming',\n    updated: 'Updated',\n    upload_360_project_template: 'Upload 360 Project Template',\n    upload_additional_scores: 'Upload Additional Scores',\n    upload_failure: 'Upload Failure',\n    upload_template_with_scores: 'Upload Template With Scores',\n    use_another_account: 'Use another account',\n    use_these_urls_in_your_identity_provider_configuration: 'Use these URLs in your identity provider configuration',\n    user_name: 'User Name',\n    vacancy_risk: 'Vacancy Risk',\n    verify: 'Verify',\n    view_as: 'View as',\n    view_breakdown: 'View Breakdown',\n    view_chart: 'View Chart',\n    view_template: 'View Template',\n    what_is_your_nationality: 'What is your nationality',\n    what_it_means: 'What it means?',\n    what_it_means_if_youre: `What it means if you're`,\n    what_would_be_your_email_subject: 'What would be your email subject',\n    whats_new: `What's New`,\n    whatsapp: 'Whatsapp',\n    where_are_you_now: 'Where are you now',\n    willingness_for_mobility: 'Willingness for Mobility',\n    work_styles: 'Work Styles',\n    years_of_experience_group: 'Years Of Experience Group',\n    years_of_experience_op_co: 'Years Of Experience OpCo',\n    your_contact_number: 'Your contact number',\n    your_selection: 'Your Selection',\n    zoom_in: 'Zoom in',\n    zoom_out: 'Zoom out',\n    adept: 'Adept',\n    unit_cost_bracket: 'Unit (Cost)',\n    report_page_number: `Page {{page_number}}`,\n    agility_and_motivation: `Agility & Motivation`,\n    amap_candidate: 'AMAP Candidate',\n    amap_interviewer: 'AMAP Interviewer',\n    aytp_candidate: 'AYTP Candidate',\n    verify_technical_value: 'Verify {{technical_value}}',\n    invitation_email: 'invitation_email',\n    leadership_at_scale: 'Leadership At Scale',\n    game_based_assessment_report: 'Game Based Assessment Report',\n    motives_values_and_interests: 'Motives, Values And Interests',\n    scores_breakdown_cognitive_ability: 'Scores Breakdown Cognitive Ability',\n    performing_at_current_role: 'Performing at Current Role',\n    license_expired_banner: 'Our records indicate that your account is past due. Please pay the invoice immediately to ensure undisrupted access to the TalentPulse Platform.',\n    about_digital_client: ' About KNOLSKAPE',\n    add_data_from_another_project: 'Add Data From Another Project',\n    added_successfully: 'Added successfully',\n    assessment_scores: 'Assessment Scores',\n    benchmark_level: 'Benchmark Level',\n    bulk_download_reports: 'Bulk Download Reports',\n    bulk_report_download_not_supported: 'Not supported for bulk download',\n    calculation_error: ' Calculation Error',\n    career: 'Career',\n    certification_name: 'Certification Name',\n    certifications: 'Certifications',\n    check: 'Check',\n    city: 'City',\n    combine_candidate_data: 'Combine candidate data from a different project into the same Excel report (Available for Simplify project only)',\n    compare_candidates: `Compare candidates' scores against others (general global population) at this level.`,\n    competent: 'Competent',\n    completed_assessments: 'Completed Assessments',\n    completed_assessments_of_selected: '{{completed_count}} (out of {{selected_count}} selected candidates)',\n    completed_date: 'Completed Date',\n    confirm_changes: ' Confirm Changes',\n    copied: 'Copied',\n    copy_to_clipboard: 'Copy to clipboard',\n    culture_fit: 'Culture Fit',\n    download_excel_scores: 'Download Excel Scores',\n    duration_company: 'Duration (Company)',\n    duration_role: 'Duration (Role)',\n    emerging: ' Emerging',\n    enter: 'Enter',\n    expiration_date: 'Expiration Date',\n    fail_to_read_feedr_csv_template_file: ' Fail to read feedr csv template file',\n    issue_date: 'Issue Date',\n    issuing_org: 'Issuing Organization',\n    job_details: 'Job Details',\n    job_information: 'Job Information',\n    joining_date_company: 'Joining Date (Company)',\n    joining_date_role: 'Joining Date (Role)',\n    key_responsibility: 'Key Result Areas (KRA)',\n    loading_more_projects: 'Loading more projects',\n    match_result: 'Match Result',\n    measured_by_tool: 'Measured by Tool',\n    novice: ' Novice',\n    objectives: 'Objectives',\n    only_reports_of_completed_assessments: 'Only reports of completed assessments can be downloaded. Reports are downloaded as a zip file.',\n    optional: 'Optional',\n    peer: ' Peer',\n    performance_and_assessments: 'Performance and Assessments',\n    performance_indicator: 'Performance Indicator',\n    performance_info: 'Performance Information',\n    please_choose_benchmark_level: 'Please choose a benchmark level',\n    postal_code: 'Postal Code',\n    prefer_not_t_say: 'Prefer not to say',\n    preparing_download: 'Preparing Download',\n    processing_zip_file: 'Processing zip file. It will take a few minutes to download.',\n    questionnaires: ' Questionnaires',\n    report_provider: 'Report Provider',\n    return: ' Return',\n    select_benchmark_level: 'Select Benchmark Level',\n    selected_candidates: 'Selected Candidates',\n    self: ' Self',\n    skills_ratings: 'Skill Rating',\n    succession: 'Succession',\n    tools_measured_by: 'Tools Measured By',\n    total_reportee: 'Total direct report',\n    unable_to_copy_text: 'Unable to copy text',\n    updated_successfully: 'Updated successfully',\n    vacancyWithCount: '{{count}} vacancy',\n    vacancyWithCount_plural: '{{count}} vacancies',\n    year: 'Year',\n    years: 'Years',\n    zipping_failed: 'Zipping failed',\n    zipping_failed_error_message: `Zipping failed. Contact {{support_email}} for support`,\n    zipping_network_error_message: 'Network error. Please do not close the tab, download will resume upon reconnecting',\n    zipping_reports: 'Zipping Reports',\n    score_type: 'Score Type',\n    sten: 'Sten',\n    percentile: 'Percentile',\n    sten_info: '(Scores on a scale of 1 - 10)',\n    percentile_info: '(Scores on a scale of 1 - 99)',\n    create_tag: 'Create tag',\n    failed_to_create_new_tag: 'Failed to create new tag',\n    failed_to_attach_tag: 'Failed to add tag',\n    failed_to_detach_tag: 'Failed to remove tag',\n    type_to_add: 'Type to add...',\n    download_talent_review_card_ppt: 'Download Talent Review Card (PowerPoint)',\n    successfully_generated_PPT_talent_card: 'Successfully generated Talent Review Card',\n    something_went_wrong_when_downloading_the_talent_card: 'Something went wrong when downloading the Talent Review Card',\n    report_title: 'Report Title',\n    talent_review_card: 'Talent Review Card',\n    no_information_is_available: 'No information is available',\n    human_name: 'Human Name',\n    add_work_experience: 'Add Work Experience',\n    tell_us_about_your_relevant_work_experience_details: 'Tell us about your relevant work experience details.',\n    tell_us_about_your_relevant_education_details: 'Tell us about your relevant education details.',\n    access_to_personal_data_is_restricted: 'Access to personal data is restricted. The details are only visible to HR and Line Manager.',\n    you_have_completed_your_profile: 'You have completed your profile',\n    go_to_profile: 'Go to Profile',\n    thanks: 'Thanks',\n    complete: 'Complete',\n    complete_your_profile: 'Complete Your Profile',\n    please_complete_your_personal_information: 'Please complete your personal information and verify the details.',\n    phone_number: 'Phone No',\n    enter_your_contact_number: 'Enter your contact number',\n    enter_your_address_line_1: 'Enter your address line 1',\n    enter_your_address_line_2: 'Enter your address line 2',\n    enter_no_of_children: 'Enter no. of children',\n    select_your_date_of_birth: 'Select your date of birth',\n    select_city: 'Select city',\n    enter_your_city: 'Enter your city',\n    select_state: 'Select state',\n    enter_your_state: 'Enter your state',\n    select_postal_code: 'Select postal code',\n    enter_your_postal_code: 'Enter your postal code',\n    select_country: 'Select country',\n    select_nationality: 'Select nationality',\n    enter_your_nationality: 'Enter your nationality',\n    select_marital_status: 'Select marital status',\n    old: 'old',\n    date_of_birth_not_selected: 'Date of birth not selected',\n    work_experience: 'Work Experience',\n    date_of_birth_capitalization: 'Date of Birth',\n    tier: 'Tier',\n    could_not_update_readiness_level: 'Could not update readiness level',\n    readiness_level_updated_successfully: `Successfully updated readiness level`,\n    currently_working_here: 'Currently working here',\n    tag: 'Tag',\n    please_set_a_new_pin_now: 'Please set a new PIN now',\n    pin_is_changed: 'PIN is changed',\n    scores_successfully_uploaded_view_scores: 'Scores successfully uploaded. View scores from the dashboard or report.',\n    no_activities_available: 'No activities available',\n    there_was_an_error_when_loading_your_activities: `There was an error when loading your activities. Please contact {{support_email}}`,\n    your_activity_feed: 'Your Activity Feed',\n    you_created_a_new_assessment_project: 'You created a new assessment project <0>{{project_title}}</0>',\n    you_were_configuring_a_new_360_project: 'You were configuring a new 360 project <0>{{project_title}}</0>',\n    you_added_candidate_to_the_assessment_project: 'You added <0>{{candidate_name}}</0> to the assessment project {{project_title}}',\n    you_invited_candidate_to_the_assessment_project: 'You invited <0>{{candidate_name}}</0> to the assessment project {{project_title}}',\n    you_downloaded_reports_from_the_assessment_project: 'You downloaded {{reports_count}} reports from the assessment project <0>{{project_title}}</0>',\n    you_removed_candidate_from_the_assessment_project: 'You removed {{candidate_name}} from the assessment project {{project_title}}',\n    learn_more: `Learn more`,\n    please_choose_tools_to_reset: `Please choose tool(s) to reset`,\n    successfully_reset_tools: `Succesfully reset tool(s)`,\n    unable_to_reset_tools: `Unable to reset tool(s)`,\n    tools_are_outdated_create_new_project_with_latest_tools: `Tools are outdated. Create new project with latest tools.`,\n    to_number_of_employee: `{{number_of_employee}} Employee(s)`,\n    send_invitations_to: `Send invitation(s) to`,\n    send_invitations_to_rater: `Send invitation to {{number_of_rater}} Rater(s)`,\n    additional_scores: `Additional Scores`,\n    talent_profile_report: `Talent Profile Report`,\n    data_upload: `Data Upload`,\n    last_successful_upload: `Last Successful Upload`,\n    upload_by: `Uploaded By`,\n    download_all_records: `Download All Records`,\n    failed: `Failed`,\n    errors: `Errors`,\n    downloaded: `Downloaded`,\n    incorrect_upload_file_type: `Upload Failed! Incorrect file format. Please upload the file in .xlsx format.`,\n    upload_in_progress: `Upload in progress`,\n    upload_template_failed_click_the_hyperlink: `Upload failed. Download the detailed error report by clicking the hyperlink.`,\n    download_successful: `The download was successful!`,\n    download_failed_pls_reach_support: `The download failed! Please raise a support request`,\n    role_level_in_bulk: `Bulk Edit Role Levels`,\n    download_empty_template: `Download Empty Template`,\n    upload_records: `Upload Records`,\n    success_records_uploaded: `{{success}} Records Uploaded`,\n    upload_talent_profiles: `Upload Talent Profiles`,\n    failed_errors: `{{failed}} Errors`,\n    raters: 'Raters',\n    people_to_rate: 'People To Rate',\n    individuals_who_are_rating_the_candidate: 'Individuals who are rating the candidate',\n    individuals_whom_the_candidate_is_rating: 'Individuals whom the candidate is rating',\n    overall_progress: 'Overall Progress',\n    standard: 'Standard',\n    custom: 'Custom',\n    my_library: 'My Library',\n    library: 'Library',\n    reset_to_default: 'Reset to default',\n    skill_levels: 'Skill Levels',\n    observed_skill_level: 'Observed Skill Level',\n    you_have_choose_a_same_user_to_be_the_rater_please_select_another_user: 'You have chosen a same user to be the rater. Please select another user.',\n    displaying_the_role_template_for: 'Displaying the role template for',\n    browser: 'Browser',\n    explore_other_role_templates: 'Explore other role templates',\n    please_select_a_role_to_explore: 'Please select a role template to explore',\n    choose_a_starting_role_to_begin_your_journey: 'Choose a starting role template to begin your journey.',\n    select_a_role_template: 'Select a role template',\n    no_description_for_this_level: 'No description for this level',\n    select_role_template: 'Select Role Template',\n    choose_a_new_role_template: 'Choose a new role template',\n    youre_editing_the_role_of: `You're editing the role of <0>{{role}}</0>`,\n    templates_allow_you_to_use_existing_role_accountabilities_and_skills_for_your_role: `Templates allow you to use existing Role Accountabilities and Skills for your role`,\n    save_as_draft: `Save as Draft`,\n    save_and_publish: `Save and Publish`,\n    applying_new_template_overrides_any_previous_changes: `Applying a new role template replaces the existing role template.`,\n    search_by_role: `Search By Role`,\n    save_changes_for: `Save changes for`,\n    in_draft: 'In Draft',\n    user_is_not_authenticated_to_make_any_changes: 'User is not authorised to make any changes',\n    rate_your_skills: 'Rate Your Skills',\n    view_team: 'View Team',\n    rate_team_skills: 'Rate Team Skills',\n    my_profile: 'My Profile',\n    my_activities: 'My Activities',\n    translation_applies_only_in_specific_areas: `Translation applies only in specific areas, e.g, Skills Description in Skills Library.`,\n    translation_applies_only_in_specific_areas_vi: `Translation applies only in specific areas, e.g, 360-Five report.`,\n    email_template_setup: `Email Template Setup`,\n    set_invitation_email_for_employees: `Set Invitation Email - for Employees`,\n    set_reminder_email_for_employees: `Set Reminder Email - for Employees`,\n    set_notification_for_employees_when_skills_are_rated: `Set Notification - for Employees when Skills are Rated`,\n    set_invitation_email_for_raters: `Set Invitation Email - for Raters`,\n    set_reminder_email_for_raters: `Set Reminder Email - for Raters`,\n    disable_enable_trigger_for_rater_email: `{{disable_or_enable}} Trigger for Rater Email`,\n    disable_enable_trigger_for_email_verification: `{{disable_or_enable}} Trigger for Email Verification`,\n    generate_employee_profiles: `Generate Employee Profiles`,\n    generating_employee_profiles: `Generating Employee Profiles`,\n    download_employee_status: `Download Employee Status`,\n    tag_untag_employees: `Tag/Untag Employee(s)`,\n    successfully_created_or_edited_the_skill: `Successfully {{created_or_edited}} the Skill`,\n    edited: `Edited`,\n    enable_custom_skill_proficiency: `Enable Custom Skill Proficiency`,\n    name_your_proficiency: `Name Your Proficiency`,\n    skill_proficiency_level_label: `Skill Proficiency Level & Label`,\n    skill_proficiency_level_2_to_6: `Skill Proficiency Level (2 to 6)`,\n    skill_proficiency_labels: `Skill Proficiency Labels`,\n    level_number: `Level {{number}}`,\n    please_select_proficiency_for_the_added_skill: `Please Select Proficiency for the Added Skill`,\n    enable_standard_libraries_for_success_profiles: `Enable Standard Libraries for Success Profiles`,\n    apply: `Apply`,\n    select_library: `Select Library`,\n    basic: `Basic`,\n    intermediate: `Intermediate`,\n    advanced: `Advanced`,\n    master: `Master`,\n    skills_library: `Skills Library`,\n    download_skills_rating_score: `Skills Rating Score`,\n    downloaded_skills_rating_score_file: `Downloaded Skills Rating Score file`,\n    could_not_download_skills_rating_score: `Could not download Skills Rating Score`,\n    publish_roles: 'Publish Role(s)',\n    to_give_you_optimal_experience_of_using_talentpulse_please_use_google_chrome_whilst_you_may_be_able_to_access_talentpulse_using_your_current_browser_the_experience_may_be_disrupted: 'To give you optimal experience of using TalentPulse, please use <0>{{google_chrome}}</0>. Whilst you may be able to access TalentPulse using your current browser, the experience may be disrupted.',\n    not_demonstrated: 'Not Demonstrated',\n    the_candidate_did_not_demonstrate_proficiency_in_this_skill: 'The candidate did not demonstrate proficiency in this skill.',\n    account_status: 'Account Status',\n    the_selected_employee_cannot_be_assigned_as_their_own_successor_please_choose_a_different_employee: 'The selected employee cannot be assigned as their own successor. Please choose a different employee.',\n    employee_portal: 'Employee Portal',\n    skill_ratings: 'Skill Rating',\n    championship_average_score: 'Championship Average Score',\n    upload_file_size_exceeds_the_limit: `Upload Failed! The file you've uploaded exceeds the maximum limit. Please ensure your file does not exceed 10 MB limit`,\n    product_usage: 'Product Usage',\n    collapse: 'Collapse',\n    expand: 'Expand',\n    t_m: 'TM',\n    rate_your_team_and_help_them_grow: 'Rate your team and help them grow.',\n    are_you_sure_you_want_to_submit_the_ratings: 'Are you sure you want to submit the ratings?',\n    add_remarks: 'Add Remarks',\n    save_submit: 'Save & Submit',\n    submit_skill_ratings: 'Submit Skill Ratings',\n    thank_you_for_submitting_the_skills_ratings: 'Thank you for submitting the skills ratings',\n    please_ensure_all_skills_are_rated_before_submission: 'Please ensure all skills are rated before submission',\n    my_skills: 'My Skills',\n    pinpoint_your_proficiency_quickly_rate_your_skills: 'Pinpoint your Proficiency - quickly rate your skills to chart your career development.',\n    you_are_about_to_rate_this_skill_0_meaning_it_hasnt_been_demonstrated_or_developed_yet: `You're about to rate this skill 0, meaning it hasn't been demonstrated or developed yet.`,\n    confirm_skill_rating: 'Confirm Skill Rating',\n    review_rating: 'Review Rating',\n    this_skill_has_not_been_demonstrated_or_developed_yet: `This skill hasn't been demonstrated or developed yet`,\n    add_your_remarks: 'Add Your Remarks',\n    successfully_published_the_role: 'Successfully published the role.'\n};\n\n\n//# sourceURL=webpack:///./src/translations/en/global.ts?");

/***/ }),

/***/ "./src/translations/en/interview.ts":
/*!******************************************!*\
  !*** ./src/translations/en/interview.ts ***!
  \******************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {

"use strict";
eval("\nObject.defineProperty(exports, \"__esModule\", { value: true });\nexports.interview = {\n    int_failed_to_finalise_scoring: 'Failed to finalise scoring.',\n    int_failed_to_save_leadership_score: 'Failed to save leadership score(s).',\n    int_failed_to_save_score: 'Failed to save score.',\n    int_failed_to_save_technical_score: 'Failed to save technical score(s).',\n    int_please_enter_observation_and_feedback: 'Please enter observation and feedback.',\n    int_please_input_rating_before_proceeding_to_the_next_page: 'Please input rating before proceeding to the next page',\n    int_sorry_youve_been_removed_from_the_interviewer_panel_for_this_candidate_please_contact_the_recruitment_team: \"Sorry, you've been removed from the interviewer panel for this candidate. Please contact the recruitment team.\",\n    int_successfully_finalised_scoring: 'Successfully finalised scoring.',\n    int_successfully_saved_leadership_score: 'Successfully saved leadership score(s).',\n    int_successfully_saved_score: 'Successfully saved score.',\n    int_successfully_saved_technical_score: 'Successfully saved technical score(s).',\n    int_you_are_about_to_finalise_your_scoring_please_note_that_you_will_not_be_able_to_edit_your_scores_and_comments_once_you_have_finalised_them_would_you_like_to_confirm: 'You are about to finalise your scoring. Please note that you will not be able to edit your scores and comments once you have finalised them. Would you like to confirm?'\n};\n\n\n//# sourceURL=webpack:///./src/translations/en/interview.ts?");

/***/ }),

/***/ "./src/translations/en/landingPage.ts":
/*!********************************************!*\
  !*** ./src/translations/en/landingPage.ts ***!
  \********************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {

"use strict";
eval("\nObject.defineProperty(exports, \"__esModule\", { value: true });\nexports.landingPage = {\n    manage_assessment_description: 'A one stop center to create and manage assessments.',\n    manage_candidate_description: 'Track and manage all potential talents from assessments created in a glance.',\n    manage_credit_description: 'Covers a diverse field of credit-related areas, from viewing the given and balance amount of token to knowing how much does one assessment cost.',\n    org_view_description: \"A graphical representation of your organization's structure. Mission Critical Position, bench strength of a role, flight risk, system profile and talent profile of an employee can all be viewed here. \",\n    profile_management_description: 'Manage all talents in your organisation in terms of inviting them to fill up their profiles and monitor the status of completion. Status of endorsement from managers can also be viewed here',\n    talent_target_description: 'Trouble finding a needle in a haystack? Identifying the next potential talents internally and from LinkedIn for all roles can be done here.',\n    system_setup_description: 'From uploading your organization chart to viewing and managing roles using the Accendo Library, each configuration can be done using this module.',\n    dashboard_description: 'Through the use of data visualizations, complex data can now be tracked and analyzed to establish targets, set goals and understand what and why something happened.'\n};\n\n\n//# sourceURL=webpack:///./src/translations/en/landingPage.ts?");

/***/ }),

/***/ "./src/translations/en/managerPortal.ts":
/*!**********************************************!*\
  !*** ./src/translations/en/managerPortal.ts ***!
  \**********************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {

"use strict";
eval("\nObject.defineProperty(exports, \"__esModule\", { value: true });\nexports.managerPortal = {\n    man_narrow_your_skills: 'Narrow Your Skills By Selecting A Job Role Profile',\n    man_no_behavior_description_for_this_skill_level: 'No behavior description for this skill level',\n    man_are_you_sure_you_want_to_remove_name: 'Are you sure you want to remove {{idp_name}}',\n    man_error_publishing_the_idp_template: 'Error publishing the IDP template',\n    man_something_went_wrong_unable_to_get_profile_data: 'Something went wrong. Unable to get Profile data',\n    man_successfully_added_idp_template: 'Successfully Added IDP Template',\n    man_successfully_deleted_idp_name: 'Successfully Deleted IDP {{idp_name}}',\n    man_successfully_duplicated_idp_name: 'Successfully Duplicated IDP {{idp_name}}',\n    man_successfully_sent_invitation: 'Successfully Sent Invitation',\n    man_successfully_updated_idp_template: 'Successfully Updated IDP Template',\n    man_unable_to_send_invitation_something_went_wrong: 'Unable to send Invitation, Something went wrong',\n    man_unable_to_send_reminder_something_went_wrong: 'Unable to send Reminder, Something went wrong',\n    man_profile_unavailable_role_is_vacant: 'Profile unavailable. The role is currently vacant.'\n};\n\n\n//# sourceURL=webpack:///./src/translations/en/managerPortal.ts?");

/***/ }),

/***/ "./src/translations/en/org.ts":
/*!************************************!*\
  !*** ./src/translations/en/org.ts ***!
  \************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {

"use strict";
eval("\nObject.defineProperty(exports, \"__esModule\", { value: true });\nexports.orgViewModule = {\n    orv_enter_text_to_add_remarks_talent: 'Enter text in the area provided to add remarks for this talent',\n    orv_select_a_talent_to_view_reporting_line: 'Select a talent to view reporting line',\n    orv_role_profile_quick_view_text_snapshot: 'This is a snapshot view of the candidate’s competency, motivation and aptitude assessment results. The assessments results have been benchmarked against the',\n    orv_role_profile_quick_view_text_cognitive_ability: 'Cognitive ability is a candidate’s ability to unlearn and relearn information. Learning agility is a candidates natural ability and willingness to learn.',\n    orv_please_select_different_role: 'Please select a different role, there is no data for this role',\n    orv_motivation_professional_challenge_text_left: 'Prefers tasks that do not always require special expertise or constant learning',\n    orv_motivation_professional_challenge_text_right: 'Likes difficult tasks that require constant learning; need to be able to use own expertise',\n    orv_role_profile_quick_view_text_and_motivation: 'and Motivation. The Agility score is derived from 50% Cognitive ',\n    orv_motivation_recognition_performance_text_left: 'Builds on own standards and does not feel the need for appreciation or praise',\n    orv_motivation_recognition_performance_text_right: 'Strives for respect and recognition and wants successes to be acknowledged',\n    orv_motivation_financial_reward_text_left: 'Prefers a non-performance-oriented incentive system and is not really motivated by money',\n    orv_motivation_financial_reward_text_right: 'Prefers a performance-oriented incentive system and is motivated by financial reward',\n    orv_motivation_security_text_left: 'Considers job security as less important; is prepared to take occupational risks',\n    orv_motivation_security_text_right: 'Wants a work environment that provides security and confidence for the future',\n    orv_motivation_fun_while_working_text_left: 'Believes that a relaxed working environment is not a requirement for an efficient cooperation',\n    orv_motivation_fun_while_working_text_right: 'Needs a relaxed and enjoyable work environment; believes that work should also be',\n    orv_motivation_purpose_driven_text_left: 'Does not really question the sense of own job;considers work to be a means to an end',\n    orv_motivation_purpose_driven_text_right: 'Needs the feeling of doing something meaningful at work; wants to be proud of the work itself',\n    orv_motivation_harmony_text_left: 'Thinks it’s important to tackle conflicts openly; does not place high value on team harmony',\n    orv_motivation_harmony_text_right: 'Appreciates harmony and a feeling of unity in a team; strives to avoid conflicts',\n    orv_motivation_honesty_text_left: 'Accepts that pieces of information are restricted to certain people; takes rumours into account',\n    orv_motivation_honesty_text_right: 'Considers transparency and open communication crucial; always wants to be',\n    orv_info_text_all_development_plans_listed_are: `All development plans listed are based on the requirement of the role. Thus, even if there are no rating inputs, you would still be able to view development suggestions. Skills without ratings equate to a rating of zero, suggesting development is needed.`,\n    orv_you_can_add_only_up_to_successor_for_each_role: 'You can add only up to 3 successor for each role',\n    orv_we_are_sorry_we_cannot_compute: 'We are sorry, we cannot compute the score for this role. Please contact the system administrator to verify the status of the formula permutation for this role.',\n    orv_motivation_cooperativeness_text_left: 'Thinks that one is responsible for own area alone; rarely takes time to help others out',\n    orv_motivation_cooperativeness_text_right: 'Takes cooperation in a team for granted; often takes time to support others',\n    orv_motivation_development_opportunities_text_left: 'Does not feel the company alone is responsible for development of skills',\n    orv_motivation_rate_change_text_left: 'Prefers well planned and gradual changes; considers consistency and stability as important',\n    orv_motivation_rate_change_text_right: 'Appreciates when things change at a high speed; wants improvements to be implemented quickly',\n    orv_motivation_structuring_text_left: 'Needs few structures, rules or procedures; tolerates ambiguities well',\n    orv_motivation_structuring_text_right: 'Requires precisely defined processes in order to avoid any uncertainties',\n    orv_motivation_development_opportunities_text_right: 'Values when personal and career development is actively promoted in a company',\n    orv_motivation_hierarchy_text_left: 'Prefers plain hierarchical structures; considers authorities as less important',\n    orv_motivation_hierarchy_text_right: 'Believes in distinct management structures and appreciates clear authorities in a company',\n    orv_motivation_fairness_text_left: 'Pays little attention to whether things are just, or everyone is treated fairly',\n    orv_motivation_fairness_text_right: 'Has a strong sense of justice and makes sure everyone is treated fairly and with respect',\n    orv_motivation_absence_stress_text_left: 'Considers it irrelevant that tasks are stress-free; invests a lot of time and energy into work',\n    orv_motivation_absence_stress_text_right: 'Considers overload and tension as counter-productive; needs a good work-life balance',\n    orv_motivation_influence_possibilities_text_left: 'Prefers to work with clear directions; is indifferent about having autonomy or power at work',\n    orv_motivation_influence_possibilities_text_right: 'Works independently and with self-initiative; likes to have creative leeway and influence',\n    orv_motivation_working_environment_text_left: 'Considers the functionality of workplaces or the design of office space as negligible',\n    orv_motivation_working_environment_text_right: 'Places value on attractive and functional office space and workplaces',\n    orv_role_profile_text: `A reliable consistency score (4-9) indicates a consistent, reliable answering pattern. A low consistency\n    score could indicate that the candidate has not attempted the behavioural assessment seriously. When\n    scores are low (1-3) or on an extreme high (10) it is advised to be more mindful of the scores. A\n    consistency score of 10 indicates that the candidate had attempted to give answers that they felt the\n    hiring manager would like to see.`,\n    orv_role_profile_text_over_years: `Over 50 years of studies have repeatedly found higher cognitive assessment scores predicted higher job\n    performance. For more information, please visit our website`,\n    orv_motivation_integrity_text_left: 'Considers ethics and moral in a working context as irrelevant; does not need to stand behind',\n    orv_motivation_integrity_text_right: 'Considers moral principles as important and wants to be able to work with clear conscience',\n    orv_cognitive_ability_text: 'Cognitive Ability is your ability and fluidity to learn or accommodate new information in short amount of time.',\n    orv_start_by_adding_development: 'Start by adding a development journey here',\n    orv_added_new_role_to_succeeding_list: 'Added new role to succeeding list',\n    orv_are_you_sure_you_want_to_remove_role_name_from_succeeding_to_list: 'Are you sure you want to remove {{role_name}} from Succeeding to list?',\n    orv_are_you_sure_you_want_to_remove_this_role_from_succession: 'Are you sure you want to remove this role from succession?',\n    orv_circular_view: 'Circular View',\n    orv_enter_text_in_the_area_provided_to_add_remarks_for_the_intervention_intervention_name: 'Enter text in the area provided to add remarks for the intervention {{intervention_name}}',\n    orv_error_tagging_tags: 'Error tagging tags.',\n    orv_list_view: 'List View',\n    orv_oops_something_went_wrong_when_adding: 'Oops, something went wrong when adding',\n    orv_please_select_role_spot_to_succeed_to: 'Please select role spot to succeed to',\n    orv_successfully_removed_role_name_from_the_list: 'Successfully removed {{role_name}} from the list',\n    orv_successfully_removed_role_role_name: 'Successfully removed role {{role_name}}',\n    orv_successfully_removed_tags: 'Successfully Removed Tags.',\n    orv_successfully_tagged_tags: 'Successfully Tagged Tags.',\n    orv_this_indicates_it_is_part_of_the_score_calculation: 'This indicates it is part of the score calculation',\n    orv_unable_to_delete_succeedign_to_role: 'Unable to delete succeedign to role',\n    orv_you_can_add_only_up_to_succeeding_to_role: 'You can add only up to 3 succeeding to roles'\n};\n\n\n//# sourceURL=webpack:///./src/translations/en/org.ts?");

/***/ }),

/***/ "./src/translations/en/profileManagement.ts":
/*!**************************************************!*\
  !*** ./src/translations/en/profileManagement.ts ***!
  \**************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {

"use strict";
eval("\nObject.defineProperty(exports, \"__esModule\", { value: true });\nexports.profileManagement = {\n    prm_are_you_sure_want_to_delete_this_education: `Are you sure you want to delete this education`,\n    prm_are_you_sure_want_to_delete_this_experience: `Are you sure you want to delete this experience?`,\n    prm_info_talent_profile_rater_msg: 'Rater represents the people who have been identified to rate employees on their competence/skills.',\n    prm_successfully_updated_email_verification_preference: 'Successfully updated Email Verification preference',\n    prm_at_least_one_of_the_roles_is_not_published: 'At least one of the roles is not published',\n    prm_the_current_role_is_not_published: 'The current role is not published',\n    prm_role_accountability_added_successfully: 'Role Accountability added successfully',\n    prm_role_fit_based_on_completion_of_learning: 'This role fit is based on the completion of your learning tasks',\n    prm_your_manager_is_verifying_your_skills: 'Your Manager is verifying your skills',\n    prm_your_skill_is_verified_by_your_manager: 'Your skill is verified by your manager',\n    prm_quick_view_of_talent_development_plan: 'Quick view of the Talent’s Individual Development Plan.',\n    prm_no_details_available_for_this_skill: 'No details available for this skill.',\n    prm_detect_template_logo_with_opco_click: 'System detect template logo is different with current OpCo. Click',\n    prm_to_replace_with_current_op_co_icon: 'to replace with current OpCo Icon.',\n    prm_could_not_download_resigned_employee_profile: 'Could not download Resigned Employee Profile',\n    prm_download_resigned_employee_profile: 'Download Resigned Employee Profile',\n    prm_failed_to_create_remark: 'Failed to create remark.',\n    prm_failed_to_delete_remark: 'Failed to delete a remark.',\n    prm_failed_to_edit_remark: 'Failed to edit remark.',\n    prm_generating_employee_file_please_wait: 'Generating Employee File, Please Wait',\n    prm_system_detect_template_logo_is_different_with_current_op_co_click_here_to_replace_with_current_op_co_icon: 'System detect template logo is different with current OpCo. Click <0>{{here}}</0> to replace with current OpCo Icon.',\n    prm_the_remark_has_been_added_successfully: 'The remark has been added successfully',\n    prm_the_remark_has_been_deleted_successfully: 'The remark has been deleted successfully',\n    prm_the_remark_has_been_edited_successfully: 'The remark has been edited successfully',\n    prm_are_you_sure_want_to_delete_this_remark: 'Are you sure you want to delete this remark',\n    prm_confirm_to_submit_the_changes: ' Please confirm to submit the changes',\n    prm_error_occurred_when_submitting: ' An error has occurred while submitting the changes',\n    prm_your_profile_has_been_submitted: ' Your profile has been submitted successfully'\n};\n\n\n//# sourceURL=webpack:///./src/translations/en/profileManagement.ts?");

/***/ }),

/***/ "./src/translations/en/report.ts":
/*!***************************************!*\
  !*** ./src/translations/en/report.ts ***!
  \***************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {

"use strict";
eval("\nObject.defineProperty(exports, \"__esModule\", { value: true });\nexports.report = {\n    tpr_people: 'People',\n    tpr_report_generated_on: `Report generated on`,\n    tpr_the_results_within_this_report_are_estimated: `The results within this report are estimated`,\n    tpr_to_be_valid_for_12_months: `to be valid for 12 months`,\n    tpr_the_results_within_this_report_are_estimated_to_be_valid_for_12_months: 'The results within this report are estimated to be valid for 12 months',\n    tpr_this_report_description: `provides you the results of the candidate during the assessments. It explores the candidate's competencies, motivators, and aptitude in the context of an organisation. The candidate’s responses in the assessments have been benchmarked and compared against a global norm.`,\n    tpr_this_result_description: `in this report should be considered alongside other available information. The aim is to help you discover and reflect on the candidate's strengths and improvement areas to drive the candidate's success in the organisation. However, do note that the candidate's actual behaviours may also differ and shift over time depending on the situations and environment.`,\n    tpr_how_to_read_this_report: `How to read this report?`,\n    tpr_the_scores: `The scores`,\n    tpr_the_results: `The results`,\n    tpr_the_scores_descriptions: `displayed in this report range from 1 (lowest) to 10 (highest); typically, a score of 1, 2 and 3 are considered substantially lower than the average score achieved by the norm group, while 8, 9 and 10 are substantially higher than the norm average. That said, 4, 5, 6 and 7 are close to the norm average.`,\n    tpr_examples_below_show_high_medium_and_low_scores: `Examples below show high, medium and low scores:`,\n    tpr_examples_below_show_high_medium_and_low_scores_with_strong: `<0>{{examples}}</0> below show high, medium and low scores:`,\n    tpr_questionnaires_and_simulations_description: `which have been completed give us thousands of data points. From there, we map them to the areas below`,\n    tpr_report_usage_description: `This assessment provides insight into the candidate’s skill level, such as mental ability or technical capability. Other qualities relevant to the candidate’s suitability for the role may be best understood using additional selection methods, such as additional psychological assessment, interviews and reference checks. In making a final selection decision, Accendo recommends that all available information about the candidate be considered.`,\n    tpr_report_reminder: `The remainder of this report provides further information regarding the candidate's assessment results.`,\n    tpr_important_considerations_description: `Although assessments of this nature are accurate, a candidate’s results may be influenced by such things as the environment in which the test was taken and their comfort with the testing process. Therefore, the candidate’s assessment score should be considered an approximation of their abilities and should be considered in conjunction with other information obtained during the recruitment process.`,\n    tpr_background_information_of_cognify_description: `The Cattell, Horne and Carroll (CHC) model of human intelligence and abilities is a highly respected and strongly supported model for categorising human cognitive ability. Cognify includes a series of game-based psychometric assessments that measure predictors of employee performance at work, which align closely with the CHC model.`,\n    tpr_problem_solving_description: `Measures fluid reasoning and encompasses a candidate’s ability to solve new problems without prior knowledge. This ability influences the capacity to learn quickly on the job and succeed in a role.`,\n    tpr_numerical_reasoning: `Numerical Reasoning`,\n    tpr_numerical_reasoning_description: `Measures how well a candidate comprehends quantitative and numerical concepts. This ability is important for roles where knowledge and working with numbers are critical in completing day-to-day tasks.`,\n    tpr_verbal_knowledge_description: `Refers to a candidate’s breadth of knowledge and ability regarding written language. In particular this refers to skills such as spelling, grammar and identifying errors in text. This ability is important for roles where reading and writing is required for day-to-day tasks.`,\n    tpr_background_information_on_technical_skills: `Background Information On Technical Skills Tests`,\n    tpr_background_information_on_technical_skills_description: `Technical Skills Tests are a standardised, formal, and scientific method of evaluating the skills of candidates and employees. These tests help to validate skills that are on a candidate’s resume, and standardise the hiring process such that all candidates are assessed fairly regardless of their resume or interviewer. Technical Skills Test is focused more on domain specific technical knowledge for candidates, such as the ability to read financial reports or use certain programs.`,\n    tpr_scoring_methodology_description: `After completing Cognify, a candidate’s game play data is calculated to yield an Overall Score and Broad Ability Scores. Please note that when interpreting these scores, the Overall Score should be considered as most reliable, while the Broad Ability Scores should be viewed as supplementary information.`,\n    tpr_scoring_methodology_description_graphic: `The graphic below shows the relationship between the Overall Score, Broad Ability and Games presented in this report.`,\n    tpr_the_scores_achieved_by_the_candidate: `The scores achieved by the candidate was compared with those of a selected group of people. The score was compared with those of a sample of adults employed in a broad cross-section of mainly professional positions. This comparison group was the most appropriate to the position of those available.`,\n    tpr_the_scores_displayed_in_this: `The scores displayed in this report range from 1 (lowest) to 10 (highest); typically, a score of 1, 2 and 3 are considered substantially lower than the average score achieved by the norm group, while 8, 9 and 10 are substantially higher than the norm average. That said, 4, 5, 6 and 7 are close to the norm average.`,\n    tpr_the_below_example_is: `The below example is someone who scores a 5 (Medium).`,\n    tpr_results_and_interpretation: `Results and Interpretation`,\n    tpr_the_technical_section_assesses: `The technical section assesses your technical skills that is dependent on the role you are being assessed against.`,\n    tpr_cognitive_ability_description: `This section contains other measurements that were undertaken by the candidate.`,\n    tpr_motivation_description: `What drives a person at work? Being aware of the areas that motivate employees helps to provide the right environment and opportunities that would bring out the best in them. See below to know the highest (most important) to lowest (least important) motivators of the candidate.`,\n    tpr_work_related_behaviours_description: `How is the person likely to behave at work? Being aware of your behavioural tendencies helps you understand your strengths and gaps that may affect your job effectiveness. See below to know your highest (Most likely) to lowest (Least likely) behavioural preferences.`,\n    tpr_competency_based_interview_description: `is an interviewing method where questions are systematically designed and asked to target specific competencies. Conventional, unstructured interviews can be fairly random, and candidate’s responses are often subjected to the perception of an interviewer. Judgement is often formed by general impression given by the candidate, which is highly vulnerable to interviewers’ preconceived notions and biases. In CBI, candidates are queried to provide concrete examples to the questions being asked. The interviewers will follow-up by probing into the examples provided by the candidate to gather evidence about his/her competencies.`,\n    tpr_competency_based_interview_guide: `This guide is built based on a competency framework. The candidate's typical or preferred behaviours in relation to the competency framework are displayed on the following pages, followed by suggested questions or areas to probe.`,\n    tpr_star_interview: `S.T.A.R Interview Format`,\n    tpr_scenario_description: `Guide the candidate to bring up a scenario of which he/she displayed all, or part of the competency discussed.`,\n    tpr_task_description: `Clarify the candidate’s role and the task(s) in the scenario brought up.`,\n    tpr_action_description: `Direct the candidate to elaborate on the actions taken in the scenario. Clarify if it was a group effort/decision or individual effort/decision. Try to isolate the specific action(s) the candidate has done to contribute.`,\n    tpr_result_description: `Find out the consequences of the candidate’s action(s). Were the results anticipated? What were the takeaways or corrective actions taken to correct the situation if it didn’t go as expected?`,\n    tpr_cbi_rating_scale_description: `The following is a guide on how to use the rating scale to give a rating to the candidate AFTER the CBI.`,\n    tpr_found_anything: `Found anything? Write it below...`,\n    tpr_rate_this_competency: `How much would you rate this competency?`,\n    tpr_accendo_about: `is a HR Technology organisation specialising in organisational selection, development and retaining talent. With our team of experienced organisational psychologists with specific market expertise we offer proactive, flexible, pioneering solutions and all with business results in mind. We believe that smart, easy and practical solutions improve a company’s performance; not ridiculously expensive tools.`,\n    tpr_they_are_talented_creators: `They are talented creators, partners and assets just waiting for a company with the right corporate culture to collaborate with and to help each other reach greater heights.`,\n    tpr_has_the_technology: `Accendo has the technology and the tools to not only connect you to them but to attract, manage, nurture and retain the people you need the most, whilst transforming the culture of your company to one of collaboration, effectiveness and success.`,\n    tpr_relax_its_not_rocket_science: `Relax, it’s not rocket science. It’s not even about human resources. To us, It’s all about`,\n    tpr_reengineering_people_performance_at_work: `Reengineering people performance at work`,\n    tpr_how_did_you_find_the_experience: `How did you find the experience?`,\n    tpr_find_the_report_easy_to_read: `Did you find the report easy to read or did you hope that report could be made more accessible? Leave us a feedback!`,\n    tpr_please_scan_the_qr_code: `Please scan the QR code below or copy the URL into your browser`,\n    tpr_your_feedback_helps_us: `Your feedback helps us to continuously`,\n    tpr_amaze_everyone: `amaze everyone!`,\n    tpr_we_dont_see_people_as_commodities: `We don't see people as commodities.`,\n    tpr_task: `Task(s)`,\n    tpr_action: `Action(s)`,\n    tpr_result: `Result(s)`,\n    tpr_about_name: `About (Name)`,\n    tpr_about_accendo: 'About Accendo',\n    tpr_report_name_for: '{{report_name}} for',\n    tpr_best_used_when_members_are_less_competent: `Best used when members are less competent and`,\n    tpr_motivated_give_detailed_instructions_on_what_to_do: `motivated. Give detailed instructions on what to do`,\n    tpr_and_how_to_perform_the_expected_tasks: `and how to perform the expected tasks.`,\n    tpr_what_is_your_dominant_leadership_style: `What is your dominant leadership style?`,\n    tpr_best_used_when_members_are_competent_but_morale: `Best used when members are competent but morale`,\n    tpr_is_low_engage_and_encourage_them_to_be_part_of: `is low. Engage and encourage them to be part of`,\n    tpr_the_decision_making_process: `the decision-making process.`,\n    tpr_best_used_when_members_are_highly_competent_and: `Best used when members are highly competent and`,\n    tpr_driven_to_take_on_responsibilities_be_hands_off_to_let: `driven to take on responsibilities. Be hands off to let`,\n    tpr_them_manage_while_you_oversee_the_progress: `them manage, while you oversee the progress.`,\n    tpr_best_used_when_members_are_driven_but_lack: `Best used when members are driven but lack`,\n    tpr_competence_help_them_understand_what_to_do_and: `competence. Help them understand what to do and`,\n    tpr_provide_support_to_generate_buy_in_to_the_process: `provide support to generate buy-in to the process.`,\n    tpr_below_show_high_medium_and_low_scores: `below show high, medium and low scores`,\n    tpr_the_potential_matrix_description: `The Potential Matrix is a revolutionary 9 box with 3 dimensions: Capabilities, Agility, and Drivers. This matrix plots out where you fall against these 3 areas, and action items to further help determine your next steps.`,\n    tpr_quick_view_of_the_talent_fit_score_to_various_role: `Quick view of the Talent’s fit score to various roles.`,\n    tpr_quick_view_of_the_talent_individual_development_plan: `Quick view of the Talent’s Individual Development Plan.`,\n    tpr_quick_view_of_the_course_that_the_talent_has_completed: `Quick view of the course that the Talent has completed.`,\n    tpr_quick_view_of_the_talent_scores_gaps_development_areas_and_tools_used: `Quick view of the Talent’s scores, gaps, development areas & tools used`,\n    tpr_this_range_shows_a_low_stretchability_score_where_you_be_more_suited: `This range shows a low stretchability score, where you be more suited to focus on your current scope of work. You may also require learning at a smaller, bite sized pace, and will generally require more help, guidance and external motivation.`,\n    tpr_this_range_shows_a_moderate_stretchability_where_you_are_able_to_take: `This range shows a moderate stretchability, where you are able to take on some roles that are beyond your comfort zone, learn things at a moderate pace, and may occasionally require some motivation for some targets.`,\n    tpr_this_range_shows_that_you_high_stretchability_and_more_likely_able: `This range shows that you have a high stretchability, and are likely able to take on expanded responsibilities with greater complexity, able to learn things faster, as well as being selfdriven to achieving set targets.`,\n    tpr_the_stretchability_gauge_indicates_the_extent: `The stretchability gauge indicates the extent to which a talent can be stretched in terms of capabilities, agility, and self driven. Talents who score high are more likely to demonstrate high potential and can be stretched further to handle greater complexities.`,\n    tpr_provides_you_your_results_during_the_assessments: `provides you your results during the assessments. It explores potential in the form of three main areas to gauge your stretchability to take on higher levels of responsibilities. Your responses in the assessments have been benchmarked and compared against a global norm.`,\n    tpr_in_this_report_should_be_considered_alongside_other: `in this report should be considered alongside other available information. The aim is to help you discover and reflect on your strengths and improvement areas to succeed in the organisation. However, do note that your actual behaviours may also differ and shift over time depending on the situations and environment.`,\n    tpr_provides_you_the_results_of_the_candidate_during_the_assessments: `provides you the results of the candidate during the assessments. It explores the candidate's competencies, motivators, and aptitude in the context of an organisation. The candidate’s responses in the assessments have been benchmarked and compared against a  `,\n    tpr_disclaimer_this_report_is_system_generated: `Disclaimer: This report is system generated. The use of the instruments is restricted to individuals authorised by Accendo and the instrument providers. Accendo accepts no liability for the consequences of the use of this report.`,\n    tpr_note_there_may_be_some_variations_in_the_sales_process_across: `Note: There may be some variations in the sales process across different organisations. The above presents the typical sales process.`,\n    tpr_how_well_does_your_behavioural_preference_match_the_profile: `How well does your behavioural preference match the profile of a new age salesperson?`,\n    tpr_this_section_details_core_behaviours_that_are_the_foundation_to_ensuring_success: `This section details 3 core behaviours that are the foundation to ensuring success as a person in a consultative sales environment.`,\n    tpr_aptitude_affects_how_quickly_and_effectively_a_person_learns_and_maneuver: `Aptitude affects how quickly and effectively a person learns and maneuver in the environment.`,\n    tpr_the_components_in_this_section_are_measured_through_a_series_of_aptitude_tests: `The components in this section are measured through a series of aptitude tests. The following section details your likely performance in real life in relation to each ability.`,\n    tpr_this_section_demonstrates_your_interests_and_motives: `This section demonstrates your interests and motives. The higher the score, the more importance you place in that motivator at work. However, a low score does not mean you do not have that motivator, instead, it means that motivator contributes the least to motivating you at work.`,\n    tpr_the_following_4_motivators_are_identified_to_be_most_relevant_in_a_sales_context: `The following 4 motivators are identified to be most relevant in a sales context. They are divided into`,\n    tpr_motivated_by_doing_work_that_is_personally_meaningful_and_rewarding: `Motivated by doing work that is personally meaningful and rewarding, providing value to not only the organisation but also the client`,\n    tpr_motivated_by_external_reinforcement_and_the_incentives_that_follow_after_achieving: `Motivated by external reinforcement and the incentives that follow after achieving a sales target.`,\n    tpr_sales_quest_models_an_organisation_sales_process_where_participants: `Sales Quest models an organisation sales process where participants take on a frontline sales role.`,\n    tpr_in_this_section_you_will_deep_dive_into_your_performance_in_the: `In this section, you will deep dive into your performance in the.`,\n    tpr_the_scores_also_feeds_into_your_sales_process_competencies: `The scores also feeds into your sales process competencies.`,\n    tpr_you_re_highly_motivated_by: `You’re highly motivated by`,\n    tpr_you_re_least_motivated_by: `You’re least motivated by`,\n    tpr_outlines_your_current_level_against: `outlines your current level against the organisation. Your responses in the assessments have been benchmarked and compared with a large group of individuals with education level/work experience similar to yours.`,\n    tpr_in_this_report_is_not_infallible: `in this report is not infallible, the accuracy of the results depends on your honest responses during the assessments and questionnaires, as with any self-reported assessment practices. The output of this report should be used as a starting point for further exploration of your competency.`,\n    tpr_the_results_within_this_report_are: `The results within this report are estimated to remain valid for 12 months.`,\n    tpr_which_you_have_completed_give_us_thousands: `which you have completed give us thousands of data points. From them, we map them to the three areas below`,\n    tpr_are_used_in_this_report_to_display: `are used in this report to display your results. The higher the score, which is indicated by fuller gauge, the higher your tendency or ability in that area in comparison to individuals with similar educational or work background as you.`,\n    tpr_displayed_in_this_report_range_from_1: `displayed in this report range from 1 (lowest) to 10 (highest); typically, a score of 1, 2 and 3 are considered substantially lower than average score achieved by the norm group, with 8, 9 and 10 being substantially higher than the norm average. That said, 4, 5, 6 and 7 are close to norm average.`,\n    tpr_below_showed_high_scores_and_low_scores: `below showed high scores and low scores`,\n    tpr_this_report_is_system_generated: `This report is system generated. The use of the instruments is restricted to individuals authorised by Accendo and the instrument providers. Accendo accepts no liability for the consequences of the use of this report.`,\n    tpr_is_a_hr_advisory: `is a HR Advisory organisation specialising in organisational selection, development and retaining talent. With our team of experienced organisational psychologists with specific market expertise we offer proactive, flexible, pioneering solutions and all with business results in mind. We believe that smart, easy and practical solutions improve a company’s performance; not ridiculously expensive tools.`,\n    tpr_which_is_your_naturally_oriented_direction: `Which is your naturally oriented direction?`,\n    tpr_from_your_preferred_behaviour: `From your preferred behaviour and source of motivation, which career path are you more naturally leaned towards?`,\n    tpr_involves_dealing_with_people_related: `Involves dealing with people-related matters such as understanding others’ needs, negotiating and convincing stakeholders, and resolving client problems. It involves relating to others to convey messages and listening to others’ opinion. It also involves working in teams, motivating and coordinating others as well as helping others to develop.`,\n    tpr_involves_understanding_different_elements_of_a_business: `Involves understanding different elements of a business, coming up with innovative ideas, and seizing exciting opportunities to innovate the market. It may involve establishing new networks as often as possible and leverage existing connections. It requires continuous commitment and open to risk-taking, understanding that failures are part of the learnings.`,\n    tpr_involves_the_utilisation_and_application_of_skills_and_knowledge: `Involves the utilisation and application of skills and knowledge in data analysis and problem solving, elaboration and presentation of ideas and findings, as well as advising and consultation of professional matters. It also involves efficient planning and coordination of resources as well as management of timeline and progress against objectives.`,\n    tpr_when_it_comes_to_career_decisions: `When it comes to career decisions, many factors are needed to come into considerations, here are a few to help you kickstart your thoughts.`,\n    tpr_a_learning_mindset_may_bring_you_further: `A learning mindset may bring you further than you think. Be open-minded to new opportunities, talk to people and go the extra mile to develop desirable skills beyond prerequisite skills. Always be in touch and attuned, by asking questions and sharing your thoughts. There is never a smooth sailing journey. Embrace failure and believe in your ability to succeed. Be confident that you can bring value to the table.`,\n    tpr_knowing_what_you_want_and_what_is_important: `Knowing what you want and what is important will help in setting your goals. Start charting out where you want to be in a few years time and then work backwards, outlining what you need to achieve to help you get there. Do not be afraid to get yourself busy in various assignments (e.g., volunteering, short-term projects) to gain a wide range of exposure. Through these experiences, you might find out what kind of roles you gravitate towards and uncover your hidden potential.`,\n    tpr_experts_and_thought_leaders_in_the_field: `Experts and thought leaders in the field were once in your position. Start networking and reaching out to understand how they’ve achieved success. Seek out a mentor who is willing to offer you guidance to stay on the fast track of your career. This mentor could be someone whom you respect, find easy to connect with, followed by sending hundreds of career-related questions to. Having a sounding board to help you navigate the twists and turns will be invaluable.`,\n    tpr_openness_and_curiosity_to_learning: `Openness and curiosity to learning new things and search for solutions and opportunities. Candidate has a change mindset.`,\n    tpr_is_your_natural_tendency: `is your natural tendency and willingness to learn new information.`,\n    tpr_candidate_quickly_processes_complex_issues: `Candidate quickly processes complex issues and can present complex facts in a structured and understandable way.`,\n    tpr_is_your_ability_and_fluidity: `is your ability and fluidity to learn or accommodate new information in short amount of time.`,\n    tpr_what_do_you_appreciate_in_a_work_environment: `What do you appreciate in a work environment? The “dot” below shows your orientation in each type of motivation. These are your individual preference, there is no right or wrong for being oriented to either side.`,\n    tpr_the_results_indicate_your_alignment_to: `The results indicate your alignment to a certain persona, but a key consideration is that some roles are made up of more than one persona.`,\n    tpr_the_pragmatist_description: `If you score high in this area, you have shown a preference for a career that is more structured and practical. Your results indicate a preference to work where clear instructions are given. You are likely to favour working on well organised and logical tasks, and would dislike working in uncertain and inconsistent work environments.`,\n    tpr_agriculture_construction_actuary: `Agriculture, Construction, Actuary, Accounting, Analyst, and Logistics.`,\n    tpr_the_detective_description: `If you score high in this area, you have shown a preference for a career that will allow you to explore your intellectual curiosity. Your results indicate you may enjoy roles that allow you to analyse and evaluate different things and explore new concepts. You are more likely to prefer to work with numbers instead of people, and you will intrinsically enjoy exploring and discovering new things.`,\n    tpr_science_coder_technology_engineering: `Science, Coder, Technology, Engineering, Mathematics, and Software Developer.`,\n    tpr_the_artist_description: `If you score high in this area, you have shown a preference for more unconventional and creative roles. Your results indicate that you may favour a less structured and more flexible work environment where you have more freedom to express yourself and use your imagination. You may prefer working with abstract ideas and concepts, and less likely to enjoy working with facts and figures.`,\n    tpr_stylists_acting_music: `Stylists, Acting, Music, Film, Public Relations, Designing and Photography.`,\n    tpr_the_people_person_description: `If you score high in this area, you have shown a preference for roles that will allow you to work with others in a friendly environment. Your results indicate that you are likely to enjoy communicating with others, and enjoy helping people. You may be less suited to work in roles that require a lot of isolation or roles that will require you to work with ideas and abstract concepts instead of other people.`,\n    tpr_hospitality_customer_service_teaching: `Hospitality, Customer Service, Teaching, Human Resources, Counselling, and Social Work.`,\n    tpr_the_entrepreneur_description: `If you score high in this area, you have shown a preference for working in fast-paced and exciting environments. Your results indicate that you are likely to enjoy taking charge and persuading others. You will prefer roles that challenge you to keep improving with set goals and targets. You tend to be more business orientated and enjoy managing projects and business ventures.`,\n    tpr_marketing_sales_product_management_finance: `Marketing, Sales, Product Management, Finance, Real Estate, and Project Management.`,\n    tpr_top_personality_matches_explore_your_top_career_paths_below: `Top Personality Matches!! Explore your top career paths below.`,\n    tpr_a_model_that_has_been_developed_to_specifically_measure_occupational_relevant_values: 'A model that has been developed to specifically measure occupational relevant values, motives and interests in order to assess the ‘cultural fit’ of a person with a company, department or team.',\n    tpr_about_you_represents_score_dependent_description: 'About You – Represents score dependent description',\n    tpr_after_completing_cognify_a_candidates_game_play_data_is_calculated_to_yield_an_overall_score_and_broad_ability_scores: 'The overall score is derived from all mini games utilising a validated formula. Therefore, a simple average of the 3 sub-categories may not always result in the score shown in the report. Example: You may score 7, 7, and 6 in the 3 sub-categories, but your overall score is 6.',\n    tpr_an_overview_of_the_incumbents_level_in_each_of_the_competencies_in_relevance_to_the_c_suite_level: 'An overview of the incumbent’s level in each of the competencies in relevance to the C-suite level, taking into account of the natural behavioural preferences (questionnaires), behaviours-in-action (online simulations) and context (face-to-face assessor ratings).',\n    tpr_attachment_with_a_highly_experienced_individual_to_provide_support_advice_and_guidance: 'Attachment with a highly experienced individual to provide support, advice and guidance.',\n    tpr_background_information_on_emotify: 'Background Information On Emotify',\n    tpr_definition_represents_standard_description: 'Definition – Represents standard description',\n    tpr_demonstrates_above_the_minimum_required_level_of_technical_functional_and_professional_knowledge_and_skills_to_perform_well_at_the_role: 'Demonstrates above the minimum required level of technical, functional and professional knowledge and skills to perform well at the role.',\n    tpr_demonstrates_extensive_technical_and_professional_knowledge_and_skills_and_performs_across_a_number_of_functional_areas_at_a_high_level_of_accomplishment: 'Demonstrates extensive technical and professional knowledge and skills and performs across a number of functional areas at a high level of accomplishment.',\n    tpr_emotional_intelligence_has_demonstrated_strong_links_with_job_performance_across_a_wide_range_of_occupations_and_industries: 'Emotional intelligence has demonstrated strong links with job performance across a wide range of occupations and industries. Its greatest power however lies in predicting performance in jobs that involve working with others. Therefore, an assessment of emotional intelligence is most relevant when recruiting for positions that involve a high degree of team work, customer service or management of others (e.g., supervisory or leadership roles).',\n    tpr_emotional_ties_requires_candidates_to_read_a_number_of_everyday_situation_and_predict_the_types_of_emotional_consequences_that_may_arise_as_a_result_of_these_situations: 'Emotional Ties requires candidates to read a number of everyday situation and predict the types of emotional consequences that may arise as a result of these situations.',\n    tpr_how_is_the_person_likely_to_behave_at_work: 'How is the person likely to behave at work? Being aware of your behavioural tendencies helps you understand your strengths and gaps that may affect your job effectiveness. See below to know your highest (Most likely) to lowest (Least likely) behavioural traits.',\n    tpr_knowledge_acquisition_through_executive_education_such_as_classroom_and_online_courses: 'Knowledge acquisition through executive education such as classroom and online courses.',\n    tpr_majority_of_candidate_name_development_should_come_from_development_name_highest_activities: 'Majority of {{candidate_name}} development should come from {{development_name_highest}} activities, with some support through {{development_name_second_high}}.',\n    tpr_matching_faces_requires_candidates_to_quickly_identify_the_emotion_displayed_on_a_persons_face: \"Matching Faces requires candidates to quickly identify the emotion displayed on a person's face.\",\n    tpr_meets_the_minimum_technical_functional_and_professional_knowledge_and_skills_to_perform_the_minimum_required_level_of_the_role: 'Meets the minimum technical, functional and professional knowledge and skills to perform the minimum required level of the role.',\n    tpr_names_emotify_results: \"(Name)'s Emotify Results\",\n    tpr_organised_visitation_to_leaders_in_relevant_industries_to_observe_and_learn_their_practices: 'Organised visitation to leaders in relevant industries to observe and learn their practices.',\n    tpr_partnering_with_a_coach_or_subject_matter_expert_in_the_area_to_maximise_the_potential_in_the_area: 'Partnering with a coach or subject matter expert in the area to maximise the potential in the area.',\n    tpr_personality_assessment_tool_that_measures_work_related_behaviours_it_effectively_measures_aspects_of_behaviour_and_potential: 'Personality assessment tool that measures work related behaviours. It effectively measures aspects of behaviour and potential.',\n    tpr_placements_and_or_assignments_in_roles_which_the_tasks_require_high_level_of_target_competencies: 'Placements and/or assignments in roles which the tasks require high level of target competencies.',\n    tpr_report_usage_and_considerations: 'Report Usage and Considerations',\n    tpr_scan_me: 'Scan Me',\n    tpr_successfully_edited_course: 'Successfully edited course',\n    tpr_summarised_matrix_of_suggested_development_activities_which_the_incumbent_may_be_involved_in_to_develop_the_selected_competencies: 'Summarised matrix of suggested development activities which the incumbent may be involved in to develop the selected competencies.',\n    tpr_the_ability_to_draw_logical_conclusions_from_complex_patterns_number_sequences_or_the_relationships_between_shapes: 'The ability to draw logical conclusions from complex patterns, number sequences or the relationships between shapes.',\n    tpr_the_assessment_report_helps_you_understand_where_you_stand_with_respect_to_the_new_leadership_competencies_required_in_the_digital_age: 'The assessment report helps you understand where you stand with respect to the new leadership competencies required in the digital age. These leadership competencies are based on the 2 key essential components of leadership in the digital age: Mindset, People and Culture.',\n    tpr_the_following_sections_of_this_report_provide_further_information_regarding_the_assessments_and_the_candidates_assessment_results: 'The following sections of this report provide further information regarding the assessments and the candidate’s assessment results.',\n    tpr_the_pre_eminent_ability_measure_of_ei_was_developed_when_mayer_and_salovey_were_later_joined_by_david_caruso_the_management_psychologist_at_yale: 'The pre-eminent ability measure of EI was developed when Mayer and Salovey were later joined by David Caruso, the management psychologist at Yale. Together, they refined their original model to create the Mayer-Salovey-Caruso Emotional Intelligence Test (MSCEIT). Mayer, Salovey and Caruso wanted to build a way of assessing EI that would measure how people performed tasks and solved emotional problems, without them being able to exaggerate or manipulate their results. We have combined the long-standing framework created by Mayer, Salovey and Caruso with our signature game-based assessment approach to offer our newest assessment: Emotify. Emotify comprises of two separate assessments, Matching Faces, and Emotional Ties, which measures 2 aspects: Perception Emotion and Understanding Emotion respectively.',\n    tpr_the_scores_in_these_sections_are_displayed_using_colour_ranges_which_can_be_interpreted_as_below: 'The scores in these sections are displayed using colour ranges which can be interpreted as below',\n    tpr_the_scores_in_this_section_follows_a_1_5_rating_with_1_being_the_lowest_and_5_being_the_highest: 'The scores in this section follows a 1-5 rating, with 1 being the lowest and 5 being the highest. Please refer to the specific question to understand the rating descriptor.',\n    tpr_there_are_some_gaps_to_reach_the_minimum_required_level_of_technical_functional_professional_knowledge_skills: 'There are some gaps to reach the minimum required level of technical, functional, professional knowledge & skills.',\n    tpr_there_are_still_significant_gaps_to_reach_the_minimum_required_level_of_technical_functional_professional_knowledge_and_skills: 'There are still significant gaps to reach the minimum required level of technical, functional, professional knowledge and skills.',\n    tpr_this_assessment_report_is_purely_based_on_your_performance_in_the_virtual_assessments: 'This assessment report is purely based on your performance in the Virtual Assessments. In order to obtain a gauge on the participants’ potential in these areas, multiple assessments have been used. Below is an outline of the assessment framework that was used.',\n    tpr_this_is_an_overview_of_your_scores_across_the_personas_of_networked_leader_sense_making_leader_design_leader_and_agile_leader: 'This is an overview of your scores across the personas of Networked Leader, Sense-Making Leader, Design Leader and Agile Leader',\n    tpr_this_report_is_based_on_the_results_of_cognify_a_game_based_cognitive_assessment_that_measures_general_mental: 'This report is based on the results of Cognify, a game based cognitive assessment that measures general mental ability. Although assessments of this nature are accurate, a candidate’s results may be influenced by other factors as the environment in which the test was taken in, and their comfort with the testing process. Therefore, other information relevant to the candidate’s suitability for the role should be taken into consideration alongside this report, and may be best understood using additional methods, such as psychometric assessments, interviews, and reference checks. Accendo recommends that all available information about the candidate is considered for decision making.',\n    tpr_this_report_is_based_on_the_results_of_cognify_and_emotify: 'This report is based on the results of Cognify and Emotify . This assessment provides insight into the candidate’s general mental ability and aspects of Briar’s emotional intelligence. Other qualities relevant to the candidate’s suitability for the role may be best understood using additional selection methods, such as additional psychological assessment, interviews and reference checks. In making a final selection decision, Accendo recommends that all available information about the candidate be considered.',\n    tpr_this_section_shows_your_competency_scores_that_are_your_highest_to_lowest_scores: 'This section shows your competency scores that are your highest to lowest scores, which gives you an understanding of your strength and development areas.',\n    tpr_throughout_this_report_there_are_two_types_of_texts: 'Throughout this report, there are two types of texts',\n    tpr_what_drives_a_person_at_work: 'What drives a person at work? Being aware of the areas that motivate you helps you to understand and seek the environment and opportunities that would bring the best out of you. See below to know your highest (most important) to lowest (least important) drivers.',\n    tpr_introduction_how_to_read_this_report: 'Introduction & How to Read This Report',\n    tpr_mvpi_description: `The measure of motives, values,and interests tell us what a person wants to do.It measures a person's values and aspirations as part of their identity and these remain remarkably stable.Thus it can be used to evaluate the fit between a person's interest and requirements for the job.It can also be used to evaluate the fit between the person's values and climate the organization.`,\n    tpr_you_are_measured_on_the_following_capabilities_a_higher_score_indicates_higher_competence_in_the_areas_of_measurement: 'You are measured on the following capabilities. A higher score indicates higher competence in the areas of measurement.',\n    tpr_a_business_acumen_simulation_that_places_you_in_the_shoes_of_a_ceo_of_a_transforming_company_and_takes_decisions_spanning_hr: 'A business acumen simulation that places you in the shoes of a CEO of a transforming company and takes decisions spanning HR, Finance, Marketing, R&D with an objective of maximising net profits. You are tested on concepts revolving P&L management, operational decision making and strategic execution.',\n    tpr_areas_of_measurement_directing: 'High control and high guidance. A leader with this leadership style preference tends to handhold their subordinates by supervising the member closely and by providing plenty guidances on their tasks.',\n    tpr_areas_of_measurement_participating: 'High control and low guidance. A leader with this leadership style preference tends to closely supervise and welcomes participation from the team member.',\n    tpr_areas_of_measurement_explaining: 'Low control and high guidance. A leader with this leadership style preference tends to provide plentiful guidance and support to the member but allow the member his or her own freedom to complete the tasks.',\n    tpr_areas_of_measurement_delegating: 'Low control and low guidance. A leader with this leadership style preference allows for most autonomy for their team members : complete trust, problem solving, and decision making power is given to the team member.',\n    tpr_you_are_measured_on_your_adaptive_leadership_capability: 'You are measured on your adaptive leadership capability. A higher adaptive leadership score indicates your ability to flex your leadership style according to your team’s leadership needs.',\n    tpr_the_table_below_shows_how_often_you_use_certain_leadership_approaches: 'The table below shows how often you use certain leadership approaches; The highest percentage approach indicates your primary, preferred leadership style as a leader. The four approaches are best used as follows: -',\n    tpr_you_may_have_a_combination_of_leadership_styles_as_stated_below: 'You may have a combination of leadership styles as stated below',\n    tpr_the_chart_below_shows_how_well_you_perform_in_each_of_the_areas: 'The chart below shows how well you perform in each of the areas',\n    tpr_digital_client_is_an_end_to_end_learning_and_assessment_platform_for: 'KNOLSKAPE is an end-to-end learning and assessment platform for accelerated employee development. Our core belief is that desired business outcomes are achieved best when learning needs are aligned with business requirements. To do so, methodologies for capability development require a new, more updated approach. Keeping with this philosophy, we offer engaging, immersive and experiential learning and assessment solutions - strategy cascading, business acumen, change management, leadership pipeline, digital capabilities and talent assessments. Leveraging a blended omni-channel delivery model, KNOLSKAPE offers instructor-led classroom sessions, live virtual sessions and self-paced courses to suit every learning need.',\n    tpr_more_than_clients_in_countries_have_benefited_from_digital_client: \"More than 370 clients in 25 countries have benefited from KNOLSKAPE's award-winning experiential solutions. A 120+ strong team based out of offices in Singapore, India, Malaysia, and USA serves a rapidly growing global client base across industries such as banking and finance, consulting, IT, FMCG, retail, manufacturing, infrastructure, pharmaceuticals, engineering, auto, government and academia. A certified Great Place to Work® company, KNOLSKAPE is also a global Top 20 gamification company and Deloitte Technology Fast 500 company, recipient of numerous Brandon Hall awards, and has been recognized as a company to watch for in the Talent Management Space, by Frost & Sullivan, and as a disruptor in the learning space, by Bersin by Deloitte.\",\n    tpr_the_digital_age_is_upon_us_and_thriving: \"The Digital Age is upon us and thriving. In the world of VUCA, comprehension, strategy, and action are required to take place at bullet's speed. How can organizations embrace this rapid change and succeed in the Digital Age? KNOLSKAPE believes that it requires a significant mindset and skill change in an organization's leaders. KNOLSKAPE's Digital Leadership Assessment helps organizations and leaders assess and reimagine their leadership practices for the Digital Age. While this assessment is aimed at identifying your strengths and areas of improvement, its bigger purpose is to help you discover and reflect.\"\n};\n\n\n//# sourceURL=webpack:///./src/translations/en/report.ts?");

/***/ }),

/***/ "./src/translations/en/systemSetup.ts":
/*!********************************************!*\
  !*** ./src/translations/en/systemSetup.ts ***!
  \********************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {

"use strict";
eval("\nObject.defineProperty(exports, \"__esModule\", { value: true });\nexports.systemSetup = {\n    sys_list_of_the_above_role: 'List of skills for the above role',\n    sys_list_of_aspiration_available: 'List of aspiration available',\n    sys_chosen_role_accountability_shown_below: 'Chosen role accountability are shown below',\n    sys_list_of_role_accountability: 'List of role accountability for the above role',\n    sys_select_the_priority_and_proficiency: 'Select the priority and proficiency level for the skills listed below',\n    sys_type_in_the_skill_to_search_or_create_new_one: `Please type in the skill you want to search or click on the create button below if you wish to create a\n  new one`,\n    sys_allows_configure_and_manage_employee_role: 'Configure and manage your employee role',\n    sys_skill_id_info_number_2: 'Other categories include: ACFP for Personal, ACFO for Organisational, ACFM for Management, ACFE for Executive.',\n    sys_skill_id_info_number_1: `Skill ID tells you the identifier and type of the skill, for example, \"\"ACFT-00001\"\" means Accendo\n  Competency Framework Technical skill number 1. '`,\n    sys_proficiency_tells_you_the_level: 'Proficiency tells you the level of expertise needed by the job.',\n    sys_proficiency_1: '1 - Basic Understanding.',\n    sys_proficiency_2: '2 - Working Knowledge.',\n    sys_proficiency_3: '3 - Extensive Experience.',\n    sys_proficiency_4: '4 - Expert.',\n    sys_priority_tells_how_important_the_skill: ' Priority tells you how important is the skill for the job.',\n    sys_priority_info_1: '1 - Low.',\n    sys_priority_info_2: '2 - Medium.',\n    sys_priority_info_3: '3 - High.',\n    sys_allows_you_to_configure_formula: 'Allows you to configure formula and scoring calculations.',\n    sys_no_data_found_for_the_selected_role: 'No data found for the selected role',\n    sys_no_data_found_in_aspiration: 'No data found in aspiration',\n    sys_successfully_mark_rolesas_as_mission_critical_position: 'Successfully Mark Roles as Mission Critical Position',\n    sys_there_is_no_action_description: 'There is no action description',\n    sys_the_selected_incumbents_existing_role: `The selected incumbent's existing role`,\n    sys_will_become_vacant_are_you_want_to_change_it: 'will become vacant. Are you sre you want to change it',\n    sys_please_select_a_role_to_configure: 'Please select a role to configure',\n    sys_other_accountabilities: 'Other Accountabilities and Skills added from',\n    sys_error_sending_role_managements_api: 'Error sending role managements api',\n    sys_when_saving_and_publishing_role_msg: ` When saving and publishing this role, the selected role baseline will be replaced with a combination of\n  accountabilities and skills selected from the role baseline & other roles.`,\n    sys_overall_assessment_score_of_candidates: `The overall assessment score of candidates are calculated using multiple formulae. They are what we call\n  categories.`,\n    sys_there_are_no_sub_categories: 'There are no sub-categories left under this category to add.',\n    sys_you_cannot_modify_formula_engine_msg: `You can't modify formula engine. Please unpublish first before proceeding.`,\n    sys_do_you_wish_to_create_this_client: 'Do you wish to create this Client',\n    sys_do_you_wish_to_update_this_client: 'Do you wish to update this Client',\n    sys_total_sum_of_enabled_weightage: 'Total sum of enabled weightage(s) must be 100%',\n    sys_total_sum_of_enabled_section: 'Total sum of enabled section weightage(s) must be 100%',\n    sys_talent_profile_section_to_show: 'Talent Profile Section To Show In Manager View',\n    sys_cannot_enable_assessment_msg: 'Cannot enable assessment email configuration with empty sender name',\n    sys_enter_new_domain_name_here_eg_google_com: 'Enter new domain name here e.g. google.com',\n    sys_formula_mgmt_workbook_change_warning: 'Are you sure you want to change the workbook? You will lose the changes made to the formula if you continue',\n    sys_high_value_cannot_recedes_or_equals_to_medium_value: 'High Value cannot recedes or equals to Medium Value',\n    sys_is_being_published: 'formula is being published',\n    sys_low_value_cannot_exceeds_or_equals_to_medium_value: 'Low value cannot exceeds or equals to Medium Value',\n    sys_medium_value_cannot_exceeds_or_equals_to_high_value_nor_recedes_or_equals_to_low_value: 'Medium Value cannot exceeds or equals to High Value nor recedes or equals to Low Value',\n    sys_successfully_edited_created_the_skill: 'Successfully {{edited_created}} the skill.',\n    sys_the_accumulation_value_of_100_is_reached: 'The accumulation value of 100% is reached.',\n    sys_the_accumulation_value_of_has_reached: 'The accumulation value of 100% has reached.',\n    sys_the_technical_score_of_a_candidate_is_calculated_using_his_verified_technical_skills: 'The technical score of a candidate is calculated using his verified technical skills. The values below allows you to adjust the weightage of a technical skill, based on its importance.',\n    sys_value_should_be_between_0_and_100: 'Value should be between 0 and 100'\n};\n\n\n//# sourceURL=webpack:///./src/translations/en/systemSetup.ts?");

/***/ }),

/***/ "./src/translations/en/talentTarget.ts":
/*!*********************************************!*\
  !*** ./src/translations/en/talentTarget.ts ***!
  \*********************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {

"use strict";
eval("\nObject.defineProperty(exports, \"__esModule\", { value: true });\nexports.talentTarget = {\n    tat_is_tied_to_more_than_role: 'is tied to more than 1 role.',\n    tat_error_download_talent_target_list: 'error download talent target list',\n    tat_successfully_download_talent_target_list: 'Successfully download talent target list',\n    tat_downloading_list_take_while_please_wait: 'Started downloading list. It may take a while. Please wait',\n    tat_create_your_new_tags_in_the_section_below: 'Create your new tags in the section below.'\n};\n\n\n//# sourceURL=webpack:///./src/translations/en/talentTarget.ts?");

/***/ }),

/***/ "./src/translations/en/translations.ts":
/*!*********************************************!*\
  !*** ./src/translations/en/translations.ts ***!
  \*********************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {

"use strict";
eval("\nObject.defineProperty(exports, \"__esModule\", { value: true });\nconst assessment_1 = __webpack_require__(/*! src/translations/en/assessment */ \"./src/translations/en/assessment.ts\");\nconst org_1 = __webpack_require__(/*! src/translations/en/org */ \"./src/translations/en/org.ts\");\nconst global_1 = __webpack_require__(/*! src/translations/en/global */ \"./src/translations/en/global.ts\");\nconst landingPage_1 = __webpack_require__(/*! src/translations/en/landingPage */ \"./src/translations/en/landingPage.ts\");\nconst profileManagement_1 = __webpack_require__(/*! src/translations/en/profileManagement */ \"./src/translations/en/profileManagement.ts\");\nconst talentTarget_1 = __webpack_require__(/*! src/translations/en/talentTarget */ \"./src/translations/en/talentTarget.ts\");\nconst systemSetup_1 = __webpack_require__(/*! src/translations/en/systemSetup */ \"./src/translations/en/systemSetup.ts\");\nconst dashboard_1 = __webpack_require__(/*! src/translations/en/dashboard */ \"./src/translations/en/dashboard.ts\");\nconst accessControl_1 = __webpack_require__(/*! src/translations/en/accessControl */ \"./src/translations/en/accessControl.ts\");\nconst candidateApp_1 = __webpack_require__(/*! src/translations/en/candidateApp */ \"./src/translations/en/candidateApp.ts\");\nconst report_1 = __webpack_require__(/*! src/translations/en/report */ \"./src/translations/en/report.ts\");\nconst aceSubtitleCandidate_1 = __webpack_require__(/*! src/translations/en/aceSubtitleCandidate */ \"./src/translations/en/aceSubtitleCandidate.ts\");\nconst candidateManagement_1 = __webpack_require__(/*! src/translations/en/candidateManagement */ \"./src/translations/en/candidateManagement.ts\");\nconst creditManagement_1 = __webpack_require__(/*! src/translations/en/creditManagement */ \"./src/translations/en/creditManagement.ts\");\nconst managerPortal_1 = __webpack_require__(/*! src/translations/en/managerPortal */ \"./src/translations/en/managerPortal.ts\");\nconst accountPage_1 = __webpack_require__(/*! src/translations/en/accountPage */ \"./src/translations/en/accountPage.ts\");\nconst ravinEN_1 = __webpack_require__(/*! src/translations/en/DevTranslateEn/ravinEN */ \"./src/translations/en/DevTranslateEn/ravinEN.ts\");\nconst cyrilEN_1 = __webpack_require__(/*! ./DevTranslateEn/cyrilEN */ \"./src/translations/en/DevTranslateEn/cyrilEN.ts\");\nconst kaiyiEN_1 = __webpack_require__(/*! ./DevTranslateEn/kaiyiEN */ \"./src/translations/en/DevTranslateEn/kaiyiEN.ts\");\nconst shanwarEN_1 = __webpack_require__(/*! ./DevTranslateEn/shanwarEN */ \"./src/translations/en/DevTranslateEn/shanwarEN.ts\");\nconst tareqEN_1 = __webpack_require__(/*! ./DevTranslateEn/tareqEN */ \"./src/translations/en/DevTranslateEn/tareqEN.ts\");\nconst afifahEN_1 = __webpack_require__(/*! ./DevTranslateEn/afifahEN */ \"./src/translations/en/DevTranslateEn/afifahEN.ts\");\nconst interview_1 = __webpack_require__(/*! src/translations/en/interview */ \"./src/translations/en/interview.ts\");\nconst employeeInfo_1 = __webpack_require__(/*! src/translations/en/employeeInfo */ \"./src/translations/en/employeeInfo.ts\");\nexports.TRANSLATIONS_EN = Object.assign({}, accessControl_1.accessControl, aceSubtitleCandidate_1.aceSubtitleCandidate, candidateApp_1.candidateApp, landingPage_1.landingPage, creditManagement_1.creditManagement, candidateManagement_1.candidateManagement, global_1.globalEngTranslator, assessment_1.assessmentPageModule, org_1.orgViewModule, profileManagement_1.profileManagement, talentTarget_1.talentTarget, systemSetup_1.systemSetup, dashboard_1.dashboard, report_1.report, managerPortal_1.managerPortal, accountPage_1.accountPage, interview_1.interview, employeeInfo_1.employeeInfo, cyrilEN_1.cyrilEN, kaiyiEN_1.kaiyiEN, shanwarEN_1.shanwarEN, tareqEN_1.tareqEN, ravinEN_1.ravinEN, afifahEN_1.afifahEN);\n\n\n//# sourceURL=webpack:///./src/translations/en/translations.ts?");

/***/ }),

/***/ "./src/translations/i18n.ts":
/*!**********************************!*\
  !*** ./src/translations/i18n.ts ***!
  \**********************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {

"use strict";
eval("\nObject.defineProperty(exports, \"__esModule\", { value: true });\nconst tslib_1 = __webpack_require__(/*! tslib */ \"./node_modules/tslib/tslib.es6.js\");\nconst i18next_1 = __webpack_require__(/*! i18next */ \"./node_modules/i18next/dist/esm/i18next.js\");\nconst react_i18next_1 = __webpack_require__(/*! react-i18next */ \"./node_modules/react-i18next/dist/es/index.js\");\nconst translations_1 = __webpack_require__(/*! ./en/translations */ \"./src/translations/en/translations.ts\");\nconst translations_2 = __webpack_require__(/*! src/translations/tr/translations */ \"./src/translations/tr/translations.ts\");\nconst mobx_1 = __webpack_require__(/*! mobx */ \"./node_modules/mobx/lib/mobx.module.js\");\nconst changeLanguageApi_1 = __webpack_require__(/*! src/translations/store/changeLanguageApi */ \"./src/translations/store/changeLanguageApi.ts\");\nconst getUserLanguageApi_1 = __webpack_require__(/*! src/translations/store/getUserLanguageApi */ \"./src/translations/store/getUserLanguageApi.ts\");\nconst _env_1 = __webpack_require__(/*! @env */ \"./env.ts\");\nconst lodash_1 = __webpack_require__(/*! lodash */ \"./node_modules/lodash/lodash.js\");\nconst en_GB_1 = __webpack_require__(/*! date-fns/locale/en-GB */ \"./node_modules/date-fns/locale/en-GB/index.js\");\nconst MessageBox_1 = __webpack_require__(/*! src/Common/Axiata/components/MessageBox */ \"./src/Common/Axiata/components/MessageBox.tsx\");\nconst i18next_2 = __webpack_require__(/*! i18next */ \"./node_modules/i18next/dist/esm/i18next.js\");\nconst candidateAudioListWithSubtitles_1 = __webpack_require__(/*! src/Candidate/resources/audio/candidateAudioListWithSubtitles */ \"./src/Candidate/resources/audio/candidateAudioListWithSubtitles.ts\");\nconst cookie_1 = __webpack_require__(/*! src/Common/utils/cookie */ \"./src/Common/utils/cookie.ts\");\ni18next_1.default.use(react_i18next_1.initReactI18next).init({\n    resources: {\n        en: {\n            translation: translations_1.TRANSLATIONS_EN\n        },\n        tr: {\n            translation: translations_2.TRANSLATIONS_TR\n        },\n        ms: {\n            translation: translations_1.TRANSLATIONS_EN\n        },\n        my: {\n            translation: translations_1.TRANSLATIONS_EN\n        },\n        zh: {\n            translation: translations_1.TRANSLATIONS_EN\n        },\n        vi: {\n            translation: translations_1.TRANSLATIONS_EN\n        }\n    }\n});\ni18next_1.default.changeLanguage(window.localStorage.getItem('LANGUAGE_LOGIN') ||\n    cookie_1.docCookies.getItem('LANGUAGE') ||\n    lodash_1.get(getUserLanguageApi_1.getUserLanguageApi.data, 'preferred_language') ||\n    _env_1.DEFAULT_LANGUAGE);\nclass LanguageChange {\n    constructor() {\n        this.language = window.localStorage.getItem('LANGUAGE_LOGIN') ||\n            cookie_1.docCookies.getItem('LANGUAGE') ||\n            lodash_1.get(getUserLanguageApi_1.getUserLanguageApi.data, 'preferred_language') ||\n            _env_1.DEFAULT_LANGUAGE;\n        this.loading = false;\n        this.languageOption = [\n            { label: 'English', value: 'en' },\n            { label: 'Turkish', value: 'tr' },\n            { label: 'Bahasa Melayu', value: 'ms' },\n            { label: 'Burmese', value: 'my' },\n            { label: 'Chinese', value: 'zh' },\n            { label: 'Vietnamese', value: 'vi' }\n        ];\n        this.locale = en_GB_1.default;\n        this.dropdownItems = lodash_1.map(this.languageOption, lg => {\n            return {\n                dataTestId: `gnb-language-selector-${lg.value}`,\n                name: `${lg.label} - ${lg.value}`,\n                onClick: () => {\n                    lg.value == 'en' || lg.value == 'tr'\n                        ? this.changeLanguage({ language: lg })\n                        : lg.value == 'vi'\n                            ? MessageBox_1.MessageBox.alert(i18next_2.default.t('translation_applies_only_in_specific_areas_vi'), i18next_2.default.t('confirmation'), () => this.changeLanguage({ language: lg }))\n                            : MessageBox_1.MessageBox.alert(i18next_2.default.t('translation_applies_only_in_specific_areas'), i18next_2.default.t('confirmation'), () => this.changeLanguage({ language: lg }));\n                }\n            };\n        });\n        this.dropdownLoginItems = lodash_1.map(this.languageOption, lg => {\n            return {\n                name: `${lg.label} - ${lg.value}`,\n                onClick: () => {\n                    this.changeLoginLanguage({ language: lg });\n                }\n            };\n        });\n        this.dynamicLocale = () => tslib_1.__awaiter(this, void 0, void 0, function* () {\n            const langLocale = exports.languageChange.language;\n            const localeToSet = yield Promise.resolve().then(() => __webpack_require__(\"./node_modules/date-fns/locale sync recursive ^\\\\.\\\\/.*\\\\/index\\\\.js$\")(`./${langLocale}/index.js`));\n            this.setLocale(localeToSet);\n        });\n        this.setLocale = local => {\n            this.locale = local;\n        };\n        this.setLanguageLoading = bool => {\n            this.loading = bool;\n        };\n        this.setLanguage = language => {\n            this.language = language;\n        };\n        this.callGetUserLanguage = (id) => tslib_1.__awaiter(this, void 0, void 0, function* () {\n            yield getUserLanguageApi_1.getUserLanguageApi.callApi({ user_id: id });\n            if (!lodash_1.isNil(lodash_1.get(getUserLanguageApi_1.getUserLanguageApi.data, 'preferred_language'))) {\n                const myDate = new Date();\n                const preferredLanguage = lodash_1.get(getUserLanguageApi_1.getUserLanguageApi.data, 'preferred_language');\n                cookie_1.docCookies.setItem('LANGUAGE', preferredLanguage, myDate, '/', _env_1.APP_DOMAIN);\n            }\n            const defaultLanguage = cookie_1.docCookies.getItem('LANGUAGE') ? cookie_1.docCookies.getItem('LANGUAGE') : _env_1.DEFAULT_LANGUAGE;\n            this.setLanguage(defaultLanguage);\n            yield i18next_1.default.changeLanguage(defaultLanguage);\n            candidateAudioListWithSubtitles_1.candidateAudioListWithSubtitles.setAudioLang(lodash_1.isNil(lodash_1.get(getUserLanguageApi_1.getUserLanguageApi.data, 'preferred_language'))\n                ? defaultLanguage\n                : lodash_1.get(getUserLanguageApi_1.getUserLanguageApi.data, 'preferred_language'));\n        });\n        this.changeLanguage = ({ language, callApiRedirect = true, useLanguage = false }) => tslib_1.__awaiter(this, void 0, void 0, function* () {\n            const selectedLanguage = useLanguage ? language : language.value;\n            const myDate = new Date();\n            cookie_1.docCookies.setItem('LANGUAGE', selectedLanguage, myDate, '/', _env_1.APP_DOMAIN);\n            this.setLanguageLoading(true);\n            this.language = selectedLanguage;\n            i18next_1.default.changeLanguage(selectedLanguage);\n            if (callApiRedirect) {\n                yield changeLanguageApi_1.changeLanguageApi.callApi({ preferred_language: selectedLanguage });\n                window.location.reload();\n            }\n        });\n        this.changeLoginLanguage = ({ language }) => tslib_1.__awaiter(this, void 0, void 0, function* () {\n            window.localStorage.setItem('LANGUAGE_LOGIN', language.value);\n            yield this.setLanguage(language.value);\n            yield i18next_1.default.changeLanguage(language.value);\n            window.location.reload();\n        });\n    }\n}\ntslib_1.__decorate([\n    mobx_1.observable,\n    tslib_1.__metadata(\"design:type\", Object)\n], LanguageChange.prototype, \"language\", void 0);\ntslib_1.__decorate([\n    mobx_1.observable,\n    tslib_1.__metadata(\"design:type\", Object)\n], LanguageChange.prototype, \"loading\", void 0);\ntslib_1.__decorate([\n    mobx_1.observable,\n    tslib_1.__metadata(\"design:type\", Object)\n], LanguageChange.prototype, \"languageOption\", void 0);\ntslib_1.__decorate([\n    mobx_1.observable,\n    tslib_1.__metadata(\"design:type\", Object)\n], LanguageChange.prototype, \"locale\", void 0);\ntslib_1.__decorate([\n    mobx_1.action,\n    tslib_1.__metadata(\"design:type\", Object)\n], LanguageChange.prototype, \"dynamicLocale\", void 0);\ntslib_1.__decorate([\n    mobx_1.action,\n    tslib_1.__metadata(\"design:type\", Object)\n], LanguageChange.prototype, \"setLocale\", void 0);\ntslib_1.__decorate([\n    mobx_1.action,\n    tslib_1.__metadata(\"design:type\", Object)\n], LanguageChange.prototype, \"setLanguageLoading\", void 0);\ntslib_1.__decorate([\n    mobx_1.action,\n    tslib_1.__metadata(\"design:type\", Object)\n], LanguageChange.prototype, \"setLanguage\", void 0);\ntslib_1.__decorate([\n    mobx_1.action,\n    tslib_1.__metadata(\"design:type\", Object)\n], LanguageChange.prototype, \"callGetUserLanguage\", void 0);\ntslib_1.__decorate([\n    mobx_1.action,\n    tslib_1.__metadata(\"design:type\", Object)\n], LanguageChange.prototype, \"changeLanguage\", void 0);\nexports.languageChange = new LanguageChange();\n\n\n//# sourceURL=webpack:///./src/translations/i18n.ts?");

/***/ }),

/***/ "./src/translations/store/changeLanguageApi.ts":
/*!*****************************************************!*\
  !*** ./src/translations/store/changeLanguageApi.ts ***!
  \*****************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {

"use strict";
eval("\nObject.defineProperty(exports, \"__esModule\", { value: true });\nconst ApiStore_1 = __webpack_require__(/*! src/Common/stores/mobx/ApiStore */ \"./src/Common/stores/mobx/ApiStore.ts\");\nconst _env_1 = __webpack_require__(/*! @env */ \"./env.ts\");\nconst ajax_1 = __webpack_require__(/*! src/Common/api/ajax */ \"./src/Common/api/ajax.ts\");\nclass ChangeLanguageApi extends ApiStore_1.ApiStore {\n    constructor() {\n        super(`${_env_1.JOURNEY_API_URL}/api/localize/changeLanguage`, { requestType: ajax_1.RestMethods.POST });\n    }\n}\nexports.changeLanguageApi = new ChangeLanguageApi();\n\n\n//# sourceURL=webpack:///./src/translations/store/changeLanguageApi.ts?");

/***/ }),

/***/ "./src/translations/store/getUserLanguageApi.ts":
/*!******************************************************!*\
  !*** ./src/translations/store/getUserLanguageApi.ts ***!
  \******************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {

"use strict";
eval("\nObject.defineProperty(exports, \"__esModule\", { value: true });\nconst ApiStore_1 = __webpack_require__(/*! src/Common/stores/mobx/ApiStore */ \"./src/Common/stores/mobx/ApiStore.ts\");\nconst _env_1 = __webpack_require__(/*! @env */ \"./env.ts\");\nclass GetUserLanguageApi extends ApiStore_1.ApiStore {\n    constructor() {\n        super(`${_env_1.JOURNEY_API_URL}/api/localize/getUserLanguage`);\n    }\n}\nexports.getUserLanguageApi = new GetUserLanguageApi();\n\n\n//# sourceURL=webpack:///./src/translations/store/getUserLanguageApi.ts?");

/***/ }),

/***/ "./src/translations/tr/DevTranslateTr/afifahTR.ts":
/*!********************************************************!*\
  !*** ./src/translations/tr/DevTranslateTr/afifahTR.ts ***!
  \********************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {

"use strict";
eval("\nObject.defineProperty(exports, \"__esModule\", { value: true });\nexports.afifahTR = {};\n\n\n//# sourceURL=webpack:///./src/translations/tr/DevTranslateTr/afifahTR.ts?");

/***/ }),

/***/ "./src/translations/tr/DevTranslateTr/cyrilTR.ts":
/*!*******************************************************!*\
  !*** ./src/translations/tr/DevTranslateTr/cyrilTR.ts ***!
  \*******************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {

"use strict";
eval("\nObject.defineProperty(exports, \"__esModule\", { value: true });\nexports.cyrilTR = {\n    analysing: `(tr) Analysing`\n};\n\n\n//# sourceURL=webpack:///./src/translations/tr/DevTranslateTr/cyrilTR.ts?");

/***/ }),

/***/ "./src/translations/tr/DevTranslateTr/kaiyiTR.ts":
/*!*******************************************************!*\
  !*** ./src/translations/tr/DevTranslateTr/kaiyiTR.ts ***!
  \*******************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {

"use strict";
eval("\nObject.defineProperty(exports, \"__esModule\", { value: true });\nexports.kaiyiTR = {\n    directorate_division_department_unit: `(tr) Directorate / Division / Department / Unit`,\n    sys_successfully_save_score_configuration: `(tr) Successfully save score configuration`\n};\n\n\n//# sourceURL=webpack:///./src/translations/tr/DevTranslateTr/kaiyiTR.ts?");

/***/ }),

/***/ "./src/translations/tr/DevTranslateTr/ravinTR.ts":
/*!*******************************************************!*\
  !*** ./src/translations/tr/DevTranslateTr/ravinTR.ts ***!
  \*******************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {

"use strict";
eval("\nObject.defineProperty(exports, \"__esModule\", { value: true });\nexports.ravinTR = {\n    invite_employee_skill_ratings: `(tr) Invite Employee - Skill Rating`,\n    invite_rater_skill_ratings: `(tr) Invite Rater - Skill Rating`,\n    invite_employee_employee_portal: `(tr) Invite Employee - Employee Portal`,\n    set_email_template_skill_ratings: `(tr) Set Email Template - Skill Rating`,\n    set_email_template_multi_purpose: `(tr) Set Email Template - Multi-purpose`,\n    invite_employee_to_talent_pulse: `(tr) Invite Employee to TalentPulse`,\n    multi_purpose: `(tr) Multi-purpose`,\n    invite_for_account_creation: `(tr) Invite for Account Creation`,\n    error_account_creation: `(tr) Error for Account Creation`,\n    set_invitation_to_employee: `(tr) Set Invitation to Employee`,\n    invite_employee: `(tr) Invite Employee`,\n    auto_map: '(tr) Auto Map'\n};\n\n\n//# sourceURL=webpack:///./src/translations/tr/DevTranslateTr/ravinTR.ts?");

/***/ }),

/***/ "./src/translations/tr/DevTranslateTr/shanwarTR.ts":
/*!*********************************************************!*\
  !*** ./src/translations/tr/DevTranslateTr/shanwarTR.ts ***!
  \*********************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {

"use strict";
eval("\nObject.defineProperty(exports, \"__esModule\", { value: true });\nexports.shanwarTR = {};\n\n\n//# sourceURL=webpack:///./src/translations/tr/DevTranslateTr/shanwarTR.ts?");

/***/ }),

/***/ "./src/translations/tr/DevTranslateTr/tareqTR.ts":
/*!*******************************************************!*\
  !*** ./src/translations/tr/DevTranslateTr/tareqTR.ts ***!
  \*******************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {

"use strict";
eval("\nObject.defineProperty(exports, \"__esModule\", { value: true });\nexports.tareqTR = {};\n\n\n//# sourceURL=webpack:///./src/translations/tr/DevTranslateTr/tareqTR.ts?");

/***/ }),

/***/ "./src/translations/tr/accessControl.ts":
/*!**********************************************!*\
  !*** ./src/translations/tr/accessControl.ts ***!
  \**********************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {

"use strict";
eval("\nObject.defineProperty(exports, \"__esModule\", { value: true });\nexports.accessControl = {\n    acc_allows_you_to_configure_your_user_policy_settings: 'Kullanıcı ve politika ayarlarınızı kurgulamanızı sağlar.',\n    acc_please_make_sure_the_password_fulfill_these_requirement: 'Lütfen parolanın bu gereklilikleri karşıladığından emin olun',\n    acc_add_user_successfully: 'Kullanıcı başarıyla eklendi.',\n    acc_are_you_sure_you_want_to_update_the_permissions: 'Bu izni güncellemek istediğinizden emin misiniz?',\n    acc_do_you_wish_to_create_this_user: 'Bu Kullanıcıyı oluşturmak istiyor musunuz?',\n    acc_do_you_wish_to_update_this_user: 'Bu kullanıcıyı güncellemek istiyor musunuz?',\n    acc_email_and_confirmation_email_does_not_match: 'E-posta ve Doğrulama E-postası uyuşmuyor',\n    acc_email_invitations_sent: 'E-posta davetleri gönderildi.',\n    acc_failed_to_add_user: 'Kullanıcı ekleme başarısız.',\n    acc_failed_to_change_users_password: 'Kullanıcının parolası değiştirilemedi',\n    acc_please_enter_the_email_address_to_send_the_access_email: 'Erişim e-postasını göndermek için lütfen e-posta adresini girin',\n    acc_successfully_created_user: 'Kullanıcı başarıyla oluşturuldu',\n    acc_the_changes_that_you_made_will_affect_all_the_clients_admin_and_it_will_be_removed_from_the_policy_setup_list: 'Yaptığınız değişiklikler tüm kullanıcı adminlerini etkileyecek ve politika kurgulama listesinden çıkarılacak',\n    acc_updated_permissions_confirmation: 'Güncellenen İzinleri Doğrulama',\n    acc_failed_to_edit_user: 'Kullanıcı düzenleme başarısız.'\n};\n\n\n//# sourceURL=webpack:///./src/translations/tr/accessControl.ts?");

/***/ }),

/***/ "./src/translations/tr/accountPage.ts":
/*!********************************************!*\
  !*** ./src/translations/tr/accountPage.ts ***!
  \********************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {

"use strict";
eval("\nObject.defineProperty(exports, \"__esModule\", { value: true });\nexports.accountPage = {\n    acp_an_error_has_occured_please_reenter: `Bir hata oluştu. Lütfen parolanızı tekrar girin veya hata devam ederse {{support_email}} adresine e-posta gönderin.`,\n    acp_confirm_email_does_not_match: 'Doğrulama e-posta adresi eşleşmiyor',\n    acp_confirm_password_does_not_match: 'Doğrulama parolası eşleşmiyor',\n    acp_email_does_not_match_please_reenter: 'E-posta adresi eşleşmiyor. Lütfen e-posta adresinizi tekrar girin.',\n    acp_fail_to_send_password_reset_email: 'Parola sıfırlama e-postası ilgili e-posta adresine gönderilemedi',\n    acp_for_any_technical_support: `Teknik destek almak için lütfen {{support_email}} adresine mesaj gönderin`,\n    acp_incorrect_email_or_password: 'Hatalı e-posta adresi veya parola girildi. Kalan deneme sayısı',\n    acp_password_confirm_password_not_same: 'Parola ve Doğrulama Parolası aynı değil',\n    acp_please_set_your_own_password_now_to_login: 'Şimdi giriş yapmak için lütfen kendi parolanızı oluşturun',\n    acp_the_invitation_link_is_invalid_expired: 'Davet linki geçersiz veya geçerliliği sona erdi. Lütfen sistem yöneticinizle temasa geçin ve yeni bir link talep edin',\n    acp_this_email_has_been_registered: 'E-posta adresi kaydedildi. Lütfen giriş sayfasına gidin.',\n    acp_we_have_sent_password_reset_email: 'Adresinize parola sıfırlama e-postası gönderildi.',\n    acp_your_account_has_been_locked: 'Hesabınız bloke oldu, lütfen sistem yöneticinizle görüşün',\n    acp_an_email_has_been_sent_to_your_mailbox: 'Posta kutunuza bir e-posta gönderildi',\n    acp_please_check_the_latest_email_in_your_inbox_and_follow_the_instructions_within: \"TalentGateway'e erişimde kullandığınız parolayı sıfırlamak için mesaj kutunuzu kontrol edin ve talimatları takip edin.\",\n    acp_your_account_was_locked_after_too_many_failed_login: 'Çok fazla başarısız deneme yaptığınız için hesabınız kilitlendi. Ne yapmak istersiniz:',\n    acp_user_account_has_been_locked: 'Kullanıcı hesabı kilitlendi'\n};\n\n\n//# sourceURL=webpack:///./src/translations/tr/accountPage.ts?");

/***/ }),

/***/ "./src/translations/tr/aceSubtitleCandidate.ts":
/*!*****************************************************!*\
  !*** ./src/translations/tr/aceSubtitleCandidate.ts ***!
  \*****************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {

"use strict";
eval("\nObject.defineProperty(exports, \"__esModule\", { value: true });\nexports.aceSubtitleCandidate = {\n    asc_assessmentList_1: 'Tüm etkinlikleriniz burada listelenmiş durumda böylece bir şey kaçırmayacaksınız.',\n    asc_assessmentList_2: '\"Görevlerinize\" başlayabilir, bıraktığınız yerden devam edebilir veya raporunuzu indirebilirsiniz.',\n    asc_behavioural_1: 'Bu bölümde iş ortamında nasıl biri olduğunuzu bilmek istiyorum.',\n    asc_behavioural_2: 'Ne yapmaktan hoşlanırsınız ve ne yapmaktan hoşlanmazsınız. Zaman tutmayacağım ve kolay cevaplayacağınız pratik sorular yönelteceğim.',\n    asc_behavioural_3: 'Evet zaman tutmayacağımı söyledim ancak bunun 20 ila 30 dakika arasında bitmesi gerekiyor.',\n    asc_behavioural_4: 'Kendiniz olmayı unutmayın. Anketleri cevaplarken doğru ya da yanlış cevap olmadığını hatırlayın. Yani sadece kendiniz olun!',\n    asc_byb_1: 'Haydi satranç oynayalım; dama değil. Build Your Business simülasyonunda kendi işini kurmaya çalışan bir CEO rolünü oynayacaksınız.',\n    asc_byb_2: 'Piyasadaki değişikliklere uyum sağlayın ve gelir ve pazar payı elde etmek için bir gözünüz rakiplerinizde olsun. ',\n    asc_byb_3: 'Bu macera en fazla bir saat sürecek ve piyasa tahminlerini kontrol etmeyi unutmamalısınız.',\n    asc_byb_4: 'Unutmayın, amatörler taktik konuşur, profesyonellerse strateji.',\n    asc_changeQuest_1: 'Fikirler ancak onları doğru kişiler destekliyorsa gerçeğe dönüşür. ',\n    asc_changeQuest_2: 'İkna sanatını ve onaylarını almak için insanların aklını nasıl okuyabileceğinizi biliyor musunuz?',\n    asc_changeQuest_3: 'Haydi birlikte bulalım. Unutmayın değişim çaba gerektirir.',\n    asc_cognify_1: 'Gelin ve benimle bir oyun oynayın. Söz veriyorum - ayrılamayacaksınız.',\n    asc_cognify_2: 'Yapmak istediğim sizi problem çözme, sayısal muhakeme ve sözel bilgi alanlarında değerlendirmek. ',\n    asc_completion1: 'Nasıl yapılacağını birlikte gördük. Bir sonraki adım için hazır mısınız yoksa ara vermek mi istersiniz?',\n    asc_completion2: 'Tamam. Ve. Başarıyla Sonuçlandı. Denemek isterseniz bir sonrakine geçebiliriz.  ',\n    asc_completion3_1: 'Bakın ne kadar çok yol katettik.. Harika. Nihayet sizden istenen her şeyi tamamladınız.',\n    asc_completion3_2: 'Size bu süreç boyunca rehberlik etmek bir zevkti. Gelecek adımlar için bir gözünüz posta kutunuzda olsun. ',\n    asc_deductiveReasoning_1: 'Senaryo kurallarını uygulayarak tümdengelim becerilerinizi ölçeceğim. ',\n    asc_deductiveReasoning_2: 'Kendinizi Sherlock Holmes yerine koyun. Kim yaptı?',\n    asc_firstTimeIntro_1: \"Merhaba, Talent Gateway'e hoşgeldiniz. Ben TAG - bu deneyim boyunca size rehberlik edeceğim. \",\n    asc_firstTimeIntro_2: 'Hazır olduğunuz zaman aşağıdaki butona basın.',\n    asc_iLead_1: 'Bir lider olarak yeni şartlara ne kadar iyi uyum gösterirsiniz?',\n    asc_iLead_2: '10 kişiden oluşan bir ekibi nasıl yöneteceğinizi bulmak üzereyiz.',\n    asc_iLead_3: 'Herhangi bir lider gibi, motivasyonları, becerileri ve performansları ile ilgilendiğinizden emin olun.',\n    asc_iLead_4: 'Oyunda ne kadar hızlı aksiyon aldığınıza bağlı olarak yaklaşık bir saat sürecek. ',\n    asc_iLead_5: 'Şartlara kolay uyum sağlamaya çalışın, çünkü gerçek liderler gelecek her türlü şeye hazırlıklıdırlar. ',\n    asc_inductiveReasoning_1: 'Bu kısa değerlendirme analitik düşünme ve problem çözme becerinizi ölçecek.',\n    asc_inductiveReasoning_2: 'Bilgiler içerisinde bulunan ilişki ve kuralları ne kadar iyi şekilde ortaya çıkardığınızı görelim.',\n    asc_inductiveReasoning_3: 'Biraz bulmaca çözme zamanı.',\n    asc_interest_motives_1: 'Sizi iş ortamında harekete geçiren ve motive eden şeyleri paylaşma zamanı.',\n    asc_interest_motives_2: 'Bir kez daha hatırlatalım, bu bölümde süre sınırı yok, kendinizi tanıtacak bazı pratik sorulara cevap vereceksiniz.',\n    asc_interest_motives_3: '15-20 dakika içinde bitirmeniz gerekiyor.',\n    asc_multitasking_1: 'Araba sürerken mesaj yazmak aynı anda birden fazla iş yapmaya kötü bir örnektir.',\n    asc_multitasking_2: 'Burada aynı anda yapmanız gereken üç farklı göreviniz var. Çok heyecan verici!',\n    asc_multitasking_3: 'Bunlar zaman baskısı altında doğru yöne gitmek, hızlı matematik soruları çözmek ve tekrarlara dikkat etmektir. ',\n    asc_multitasking_4: 'Bunların hepsini 5 dakika içinde yapmanız gerekiyor. İyi eğlenceler.. Bu eğlenceli.',\n    asc_numericalReasoning_1: 'Ahhh bilişsel bölüm. Bu bölümde sayıların sözkonusu olduğu durumlarda bilgi işleme becerinizi test edeceğiz.',\n    asc_numericalReasoning_2: 'Umarım sayılardan korkmuyorsunuzdur. Size içinde sayısal bilgiler bulunan ve Doğru, Yanlış ya da Söyleyemem şeklinde cevaplayabileceğiniz altı başlık verilecek. ',\n    asc_numericalReasoning_3: 'Söyleyemem cevap vermek için yeterli bilgiye sahip olmadığınız anlamına gelir. Değerlendirmede zaman kısıtlı ve 12 dakikanız olacak. Dolayısıyla sol üst taraftan kalan süreyi kontrol etmelisiniz!!',\n    asc_numericalReasoning_4: 'İşte size bir ipucu, hızlı ve isabetli olmanız gerekiyor. Gergin olmanın şimdiye kadar hiç faydası görülmedi. ',\n    asc_numericalReasoning_5: 'İşin sırrı zihninizin açık olmasında. Şimdi derin bir nefes alın ve harikalar yaratın!',\n    asc_salesQuest_1: 'Biraz para kazanmaya hazır mısınız? Sales Quest simülasyonunda, sıcak satış rolü üstleneceksiniz ve bir satış döngüsünde çalışacaksınız. ',\n    asc_salesQuest_2: 'İhtiyaçlarını anlamak için müşterilerle etkileşim halinde olacaksınız.',\n    asc_salesQuest_3: 'Daha sonra müzakere etmeniz ve hem müşterilerinizin hem de şirketinizin faydasına olacak çözümler oluşturmanız gerekecek. ',\n    asc_salesQuest_4: 'Trink sesini duyma vakti!!',\n    asc_simplify_1: 'Bu yolculuğun bir parçası olarak sizi daha iyi tanımaya yönelik birkaç soru sormam gerekecek. ',\n    asc_simplify_2: 'Merak etmeyin bilgilerinizi bir çağrı merkezine satmayacağım. ',\n    asc_trust_1: 'Az sonra: Güven simülasyonu! Burada hedefi küresel büyüme olan bir telekomünikasyon şirketi için çalışıyorsunuz. ',\n    asc_trust_2: 'Paydaşların dostluğunu kazanmanız ve güven oluşturmanız gerekecek. Şimdi anlaşmalar yapma zamanı. ',\n    asc_verbalReasoning_1: 'Bu bölüm yazılı bilgileri işleme becerinizi test edecek. ',\n    asc_verbalReasoning_2: 'Sayısal Muhakeme değerlendirmesinde olduğu gibi içinde bilgiler bulunan altı başlık yer alıyor.',\n    asc_verbalReasoning_3: 'Süreli olan bu değerlendirme için 12 dakikanız var ve unutmayın… tüm soruları tamamlamanız gerekmiyor.',\n    asc_verbalReasoning_4: 'Keşke okul günleri de böyle olsaydı, değil mi?',\n    asc_verbalReasoning_5: 'Biraz yardımcı olmak isterim - hızlı ve isabetli olmanız gerekiyor. Gergin olmanın şimdiye kadar hiç faydası görülmedi. ',\n    asc_verbalReasoning_6: 'İşin sırrı zihninizin açık olmasında. Şimdi derin bir nefes alın ve cevaplarınızı verin!'\n};\n\n\n//# sourceURL=webpack:///./src/translations/tr/aceSubtitleCandidate.ts?");

/***/ }),

/***/ "./src/translations/tr/assessment.ts":
/*!*******************************************!*\
  !*** ./src/translations/tr/assessment.ts ***!
  \*******************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {

"use strict";
eval("\nObject.defineProperty(exports, \"__esModule\", { value: true });\nexports.assessmentPageModule = {\n    asm_configuration_behavior_1: 'Adayın kendi belirttiği eğilimleri doğrulamak için kullanılır.',\n    asm_configuration_behavior_2: 'Eğilimler kısmında bir kişinin pozisyona doğal uyumunu tanımlıyoruz, Davranışlar ise kişinin bu alanlarda ne kadar iyi performans gösterdiğini ölçümler.',\n    asm_configuration_context_1: 'Değerlendiricinin güçlü yönlerini, gelişim alanlarını ve önündeki engelleri irdelemesini ve tanımlamasını sağlayacak, yüz yüze bir ortamdan faydalanarak bilgi toplamak ',\n    asm_configuration_context_2: 'Organizasyon bağlamında ele alınır.',\n    asm_configuration_error_message: 'Seçimle eşleşen bir şablon bulunamadı, lütfen diğer seçenekleri kullanın',\n    asm_configuration_preference_1: 'Bir kişinin pozisyona doğal uyumu değerlendirilir',\n    asm_configuration_preference_2: 'Güçlü uyum kişinin o işte doğal olarak daha iyi performans göstereceği anlamına gelir.',\n    asm_configuration_preference_3: 'Zayıf uyum kişinin işte daha fazla zorluk çekebileceğinin göstergesi olabilir.',\n    asm_configuration_select_different_language: 'Değerlendirme için farklı bir dil seçtiniz. Seçilen dilin hangi araçları desteklediğini görmek için aşağıdaki indir butonuna basın',\n    asm_content_error: 'Değerlendirme Yönetimi İçerik Hatası',\n    asm_email_template_alert_changing_theme: 'Temayı değiştirmek kaydedilen e-posta şablonunun içeriğini kaybetmenize neden olacaktır. İlerlemek istediğinizden emin misiniz',\n    asm_please_key_in_the_pin_to_unlock: 'Değerlendirmenin kilidini kaldırmak için lütfen şifreyi tuşlayın',\n    asm_something_went_wrong: 'Değerlendirmeyi etkinleştirirken/devre dışı bırakırken bir hata oluştu',\n    asm_successfully_saved_assessment_details: 'Değerlendirme detayları başarıyla kaydedildi',\n    asm_you_have_been_blocked_from_accessing: 'Bu değerlendirmeye erişiminiz engellendi. Lütfen değerlendirme sorumlusu ile görüşün',\n    asm_as_validation_to_preference_which_are_self_rated_items: 'Öz değerlendirme sonucunda belirlenmiş tercihleri doğrulamak için',\n    asm_identify_person_alignment_role_BIA_measures_person_performs_those_areas: 'Tercih modunda bir kişinin role doğal uyumunu tanımlıyoruz, BIA bir kişinin bu alanlarda ne kadar iyi performans gösterdiğini ölçümler',\n    asm_evidence_gathering_face_environment_allows_assessor_probe_strengths_development_gaps: 'Değerlendiricinin güçlü yönlerini, gelişim alanlarını ve önündeki engelleri irdelemesini ve tanımlamasını sağlayacak, yüz yüze bir ortamdan faydalanarak bilgi toplamak ',\n    asm_this_contextualised_organisation: 'Organizasyon bağlamında ele alınır.',\n    asm_no_template_has_match_the_selection_please_use_other_choices: 'Seçimle eşleşen bir şablon bulunamadı, lütfen diğer seçenekleri kullanın',\n    asm_understands_a_person_natural_alignment_to_the_role: 'Bir kişinin role doğal uyumunu anlar',\n    asm_strong_alignment_suggests_that_the_person_is_likely_to_naturally_perform_better_at_work: 'Güçlü eşleşme kişinin o işte doğal olarak daha iyi performans göstereceği anlamına gelir.',\n    asm_a_lower_alignment_may_indicate_that_the_person_may_face_more_challenges_at_work: 'Zayıf eşleşme kişinin işte daha fazla zorluk çekebileceğinin göstergesi olabilir.',\n    asm_are_you_sure_you_want_to_cancel_report_on_date: '{{date_param}} tarihinde gönderilen raporu iptal etmek istediğinizden emin misiniz?',\n    asm_are_you_sure_you_want_to_send_report_on_date: 'Raporu {{date_param}} tarihinde göndermek istediğinizden emin misiniz?',\n    asm_candidate_in_line_number_email_is_missing: '{{number}} numaralı satırdaki adayın e-posta adresi eksik.',\n    asm_candidate_in_line_number_has_invalid_email_address: '{{number}} numaralı satırdaki adayın e-posta adresi geçersiz',\n    asm_email_purpose_must_not_be_less_than_5_characters: 'E-postanın amaç metni 5 karakterden az olamaz',\n    asm_email_subject_must_not_be_less_than_5_characters: 'E-posta konu metni 5 karakterden az olamaz',\n    asm_email_template_created: 'Özel e-posta şablonu başarıyla oluşturuldu',\n    asm_email_template_is_disabled_failed_to_sent_reminder_to_user: 'E-posta şablonu devre dışı bırakıldı. Kullanıcıya hatırlatma gönderme başarısız',\n    asm_error_name_characters: 'Tür adı 5 karakterden az olamaz',\n    asm_error_uploading_the_360_five_relationship_error: '360-Beş Bağlantıları (CSV) yüklemede hata: {{error}}',\n    asm_failed_to_add_new_interviewer: 'Yeni mülakatçı ekleme başarısız',\n    asm_failed_to_add_user_to_assessment: 'Değerlendirmeye kullanıcı ekleme başarısız',\n    asm_failed_to_send_invitation_email_please_check_if_email_template_has_been_set_up_andor_the_required_fields_have_been_filled: 'Davet e-postası gönderilemedi. Lütfen e-posta şablonunun oluşturulduğundan ve/veya gerekli alanların doldurulduğundan emin olun.',\n    asm_it_will_appear_as_the_email_senders_name: 'E-postayı gönderenin adı şeklinde görünecektir',\n    asm_key_in_the_pin_to_unlock: 'Proje kilidini kaldırmak için PIN tuşlayın',\n    asm_new_interviewer_added_successfully: 'Yeni mülakatçı başarıyla eklendi.',\n    asm_our_team_is_currently_preparing_this_for_you_to_talk_to_us_you_can_send_an_email_to_email: 'Ekibimiz şu anda sizin için hazırlamaktadır. Bizimle konuşmak için  <0>{{email}}</0> adresine e-posta gönderebilirsiniz.',\n    asm_our_team_will_contact_you_via_email_for_the_360_five_assessment_activation_within_24_hours: 'Ekibimiz 360-Beş Değerlendirme aktivasyonu için sizinle 24 saat içinde e-posta aracılığıyla temasa geçecektir.',\n    asm_please_check_your_csv_file_found_incorrect_format: 'Lütfen csv dosyanızı kontrol edin. Hatalı format bulundu',\n    asm_please_choose_a_position_level: 'Lütfen bir pozisyon seviyesi seçin',\n    asm_select_a_project_you_want_to_add_the_candidates_to: 'Aday(lar)ı eklemek istediğiniz bir proje seçin',\n    asm_successfully_uploaded_the_360_five_relationship_csv: '360-Beş Bağlantıları (CSV) dosyası başarıyla yüklendi',\n    asm_invitation_not_sent_enable_invitation_email_template_to_send_invitation_to_users: 'Davet gönderilmedi. Kullanıcılara davet göndermek için Davet E-Posta Şablonunu aktifleştirin.',\n    asm_reminder_not_sent_enable_reminder_email_template_to_send_reminder_to_users: 'Hatırlatma gönderilmedi. Kullanıcılara hatırlatma göndermek için Hatırlatma E-Posta Şablonunu aktifleştirin.'\n};\n\n\n//# sourceURL=webpack:///./src/translations/tr/assessment.ts?");

/***/ }),

/***/ "./src/translations/tr/candidateApp.ts":
/*!*********************************************!*\
  !*** ./src/translations/tr/candidateApp.ts ***!
  \*********************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {

"use strict";
eval("\nObject.defineProperty(exports, \"__esModule\", { value: true });\nexports.candidateApp = {\n    caa_comparison_list_full: 'Karşılaştırma listesi dolu. Lütfen listeden bazı İşleri kaldırın',\n    caa_default_role_accountability: 'İş profiliniz bazında varsayılan sorumluluk',\n    caa_do_you_want_to_add_more_education_experience: 'Daha fazla eğitim bilgisi eklemek ister misiniz',\n    caa_i_would_like_to_know_about_your_education_details: 'Sizi biraz tanımaya başlamışken, eğitiminizle ilgili detayları da bilmek isterim',\n    caa_narrow_your_skills_selecting_job_role: 'Bir Pozisyon Profili seçin',\n    caa_portion_will_display_the_role_accountability_set_by_company: 'Bu bölümde şirketin belirlediği sorumluluklar yer alır. Listeyi değiştiremezsiniz ancak dilerseniz ekleme yapabilirsiniz.',\n    caa_select_a_job_to_compare: 'Karşılaştırma yapmak için iş tablosundan bir iş seçin',\n    caa_select_a_skill_then_select_activity: 'Lütfen önce bir beceri ve ardından bir etkinlik seçin',\n    caa_select_the_skills_that_you_possess: 'Lütfen oluşturulan iş profili bazında sahip olduğunuz becerileri seçin. Aşağıdaki arama çubuğunu kullanarak başka beceriler de ekleyebilirsiniz.',\n    caa_show_skills_needed_at_your_job: 'Aşağıdaki bölümde bulunduğunuz iş seviyesinde gerekli olan becerileri bulacaksınız. Gerektiği durumda başka beceriler de ekleyebilirsiniz',\n    caa_the_following_are_the_list_of_positions_in_the_organisation: 'Aşağıda şirketinizdeki pozisyonların listesini bulacaksınız. Lütfen hedeflediğiniz pozisyonları seçin. En fazla üç pozisyon seçebilirsiniz',\n    caa_want_to_add_more_working_experience: 'Daha fazla iş deneyimi eklemek ister misiniz',\n    caa_cant_access_the_next_activities: 'Sonraki aktivitelere ulaşamıyor musunuz?',\n    caa_delete_education_successfully: 'Eğitim başarıyla silindi',\n    caa_error_saving_profile_info: 'Profil bilgilerinin kaydedilmesinde hata.',\n    caa_ex_bachelor: 'Örn: Lisans...',\n    caa_ex_communication: 'Örn : İletişim',\n    caa_ex_university_malaya: 'Örn: Malaya Üniversitesi',\n    caa_fail_to_update_basic_information: 'Temel bilgiler güncellenemedi',\n    caa_fail_to_update_mobility_information: 'Hareketlilik bilgisi güncellenemedi',\n    caa_failed_to_add_job_to_favourite: 'İş favorilere eklenemedi',\n    caa_failed_to_delete_education: 'Eğitim silinemedi.',\n    caa_failed_to_get_favourite_role_list: 'Favori roller listesi alınamadı',\n    caa_failed_to_get_role_list: 'Rol listesi alınamadı',\n    caa_failed_to_remove_job_from_favourite: 'İş favoriler listesinden çıkarılamadı',\n    caa_favourite_added: 'Favoriler listesine eklendi',\n    caa_favourite_removed: 'Favoriler listesinden çıkarıldı',\n    caa_great_youve_4_path_of_least_resistance_for_this_role_check_them_out_now: 'Harika! Bu rol için izleyebileceğiniz 4 kolay yol var. Haydi şimdi bu yolları inceleyin!',\n    caa_in_1_3_years_i_see_myself_as: '1-3 yıl içinde kendimi gördüğüm yer...',\n    caa_mobility_information_updated: 'Hareketlilik bilgisi güncellendi',\n    caa_no_email_is_associated_with_this_talent: 'Bu yetenek için e-posta yok',\n    caa_number_skills_you_need_to_develop: 'Geliştirmeniz gereken {{number}} Beceri ',\n    caa_please_choose_a_valid_image_file_eg_jpg_png_and_jpeg_files: 'Lütfen geçerli bir görüntü dosyası seçin. örn. jpg, png, ve jpeg dosyaları',\n    caa_saved_profile_info_successfully: 'Profil bilgileri başarıyla kaydedildi.',\n    caa_successfully_exported_to_idp_template: 'KGP Şablonuna Başarıyla Aktarıldı',\n    caa_tell_me_about_your_work_experiences_your_first_entry: 'Şimdi bana iş deneyimlerinizi anlatın. İlk yaptığınız giriş mevcut pozisyonunuz olarak kabul edilecek.',\n    caa_what_is_your_career_aspiration: 'Kariyer hedefiniz nedir?',\n    caa_write_something_special_about_you: 'Kendiniz hakkında özel bir şey yazın',\n    caa_you_have_successfully_applied_for_this_job: 'Bu işe başarıyla başvurdunuz '\n};\n\n\n//# sourceURL=webpack:///./src/translations/tr/candidateApp.ts?");

/***/ }),

/***/ "./src/translations/tr/candidateManagement.ts":
/*!****************************************************!*\
  !*** ./src/translations/tr/candidateManagement.ts ***!
  \****************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {

"use strict";
eval("\nObject.defineProperty(exports, \"__esModule\", { value: true });\nexports.candidateManagement = {\n    cam_something_went_wrong_downloading_report: 'Rapor indirilirken bir hata oluştu. Teknik destek konu hakkında bilgilendirildi, sorun çözüldüğünde size e-posta ile bilgi vereceğiz.',\n    cam_this_candidate_has_not_complete_download_report: 'Bu aday bazı değerlendirmeleri ya da hiçbir değerlendirmeyi tamamlamadı. Bu nedenle rapor indirilemeyebilir ya da düzgün şekilde görüntülenemeyebilir. Raporu indirmek istediğinizden emin misiniz',\n    cam_alert_you_have_completed_some_of_these_assessment_in_the_past_year_you_cannot_do_it_again: 'Uyarı: Bu değerlendirmelerden bazılarını geçtiğimiz yıllarda tamamladınız. Bir kez daha katılamazsınız',\n    cam_candidate_is_not_ratee_cannot_download_report: 'Aday değerlendirilen kişi olmadığı için rapor indirilemez',\n    cam_please_select_a_journey_if_you_wish_to_add_an_internal_talent: 'Şirketi içinden bir yetenek eklemek için bir proje seçin',\n    cam_this_invitation_link_is_invalid: 'Bu davet linki geçersiz',\n    cam_you_completed_the_same_assessments_within_the_last_12_months: `Aynı değerlendirmeyi son 12 ay içinde tamamladığınız için tekrar katılmanız gerekmemektedir. Aldığınız puanlar geçerlidir ve yöneticinizle paylaşılacaktır. Tüm bilgiler gizli tutulmaktadır. <0>{{learn_more}}</0>`,\n    cam_you_completed_a_few_assessments_within_the_last_12_months: `Bazı değerlendirmeleri son 12 ay içinde tamamladınız ve sadece diğerlerini tamamlamanız gerekmektedir. Aldığınız puanlar geçerlidir ve yöneticinizle paylaşılacaktır. Tüm bilgiler gizli tutulmaktadır. <0>{{learn_more}}</0>`\n};\n\n\n//# sourceURL=webpack:///./src/translations/tr/candidateManagement.ts?");

/***/ }),

/***/ "./src/translations/tr/creditManagement.ts":
/*!*************************************************!*\
  !*** ./src/translations/tr/creditManagement.ts ***!
  \*************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {

"use strict";
eval("\nObject.defineProperty(exports, \"__esModule\", { value: true });\nexports.creditManagement = {\n    crm_info_success_message: 'Talebiniz işleme alınmıştır. Talebiniz onaylandığında e-posta ile bilgi vereceğiz. Teşekkürler.',\n    crm_are_you_sure_you_want_to_remove_this_tool_group: 'Bu araç grubunu kaldırmak istediğinizden emin misiniz?',\n    crm_failed_to_add_revoke: 'Ekleme/geri alma başarısız.',\n    crm_failed_to_add_tool_group_name: 'Araç grup ismi eklenemedi.',\n    crm_failed_to_charge_refund_token: 'Kredi harcama/geri alma başarısız',\n    crm_failed_to_edit_tool_group_name: 'Araç grup ismini düzenleme başarısız.',\n    crm_failed_to_grant_tokens: 'Ek jeton verme başarısız.',\n    crm_failed_to_request_token: 'Jeton isteme başarısız.',\n    crm_please_fil_in_transfer_revoke_values: 'Lütfen aktarım/geri çekme verilerini doldurun',\n    crm_please_fill_in_the_field_to_send: 'Lütfen göndermek için alanı doldurun.',\n    crm_successfully_add_value_tokens: '{{value_transfer}} jetonları başarıyla eklendi.',\n    crm_successfully_added_tool_group_name: 'Araç grup ismi başarıyla eklendi.',\n    crm_successfully_charge_refund_token: 'Kredi harcama/geri alma başarılı',\n    crm_successfully_edited_tool_group_name: 'Araç grup ismi başarıyla düzenlendi.',\n    crm_successfully_grant_amount_amount_to_client: '{{client}} müşterisine {{amount}} tutarında jeton başarıyla verildi.',\n    crm_successfully_revoked_values_revoke_tokens: '{{value_revoke}} tutarında jeton geri alındı.'\n};\n\n\n//# sourceURL=webpack:///./src/translations/tr/creditManagement.ts?");

/***/ }),

/***/ "./src/translations/tr/dashboard.ts":
/*!******************************************!*\
  !*** ./src/translations/tr/dashboard.ts ***!
  \******************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {

"use strict";
eval("\nObject.defineProperty(exports, \"__esModule\", { value: true });\nexports.dashboard = {\n    dab_benchmarking_provides_an_overview: 'karşılaştırma tablosu size şirketinizin genel performansına dair bir ön fikir verir',\n    dab_detailed_insights_are_coming_soon: 'Detaylı içgörüler pek yakında',\n    dab_employees_dont_have_valid_data: 'çalışanların seçili alanla ilgili geçerli verileri mevcut değil ',\n    dab_enter_workflow_name_to_add_workflow: 'İş akışı eklemek için iş akışı adını girin.',\n    dab_for_deeper_insights_use_the_filters: 'Grup trendlerine daha yakından bakmak için performans veya departman gibi filtreleri kullanın',\n    dab_group_trend_dashboard_provides_ability_to_gain_insights: 'Grup eğilimleri tablosu sahip olduğunuz iş gücünün liderlik, çeviklik ve kültürel uyum gibi özelliklerinin zaman içinde ne kadar değiştiğine dair içgörü edinmenizi sağlar. Daha fazla veri analizi için dönem ve departman gibi filtreleri kullanın.',\n    dab_nine_box_plot_chart_configuration: '9 Kutu Matris Konfigürasyonu',\n    dab_please_choose_a_journey_before_publishing: 'Yayınlamadan önce bir proje seçin.',\n    dab_please_complete_the_progress_rules_section: 'Lütfen İlerleme Kuralları bölümünü tamamlayın',\n    dab_please_configure_your_chart_below: 'Lütfen matrisinizi aşağıda kurgulayın',\n    dab_please_select_a_competency_to_get_more_insights: 'Daha fazla içgörü için lütfen bir yetkinlik seçin!',\n    dab_please_upload_any_data_set: 'Lütfen ilk sütunun mutlaka e-posta adresi olduğu veri setleri yükleyin',\n    dab_please_use_other_combination_of_the_filter: 'Lütfen diğer filtre kombinasyonlarını kullanın',\n    dab_skill_level_check_dashboard_provides_organisations_visibility: 'Beceri düzeyi kontrol tablosu aracılığıyla, şirketinizde bulunan insan gücünün fonksiyonel becerilerini görüntüleyebilirsiniz. Her seviyeye göre filtreleme yapabilir ve departman/pozisyona göre hangi becerilere odaklanmak gerektiğini belirleyebilirsiniz. Ayrıca sözkonusu becerilere sahip olan ancak o departman/pozisyonda bulunmayan yetenekleri de tespit edebilirsiniz.',\n    dab_there_are_no_journey_selected: 'Bu Müşteride seçilecek Değerlendirme Projesi bulunmuyor',\n    dab_this_value_should_be_higher_than_above_row_high_value: 'Bu değerin bir üst satırın yüksek değerinden fazla olması gerekir',\n    dab_we_currently_do_not_have_support_please_choose_another: 'Şu anda 9 kutu için bu tip verileri destekleyemiyoruz. Lütfen başka bir proje seçin.',\n    dab_are_you_sure_you_want_to_delete_stage: '{{stage}} silmek istediğinizden emin misiniz',\n    dab_are_you_sure_you_want_to_move_the_number_candidate_to_the_next_stage: '{{number}} adayı bir sonraki aşamaya taşımak istediğinizden emin misiniz?',\n    dab_candidate_does_not_meet_the_minimum_threshold_for_the_competency_below: 'Aday aşağıdaki {{competency}} yetkinliği için minimum gerekliliği karşılamıyor',\n    dab_displaying_total_candidate_talent_from_selected_client: '{{selected_client}} içindeki {{total_candidates}} yetenek görüntüleniyor',\n    dab_enter_new_workflow_name_here: 'Yeni iş akışı ismini buraya giriniz..',\n    dab_error_moving_candidates_to_the_next_stage: 'Adaylar bir sonraki aşamaya taşınamadı.',\n    dab_error_publishing_configuration: 'Konfigürasyonun yayınlanması başarısız.',\n    dab_error_uploading_candidates_to_workflow: 'Adaylar iş akışına yüklenemedi',\n    dab_failed_to_send_notification: 'Bildirim gönderme başarısız',\n    dab_no_contact_number_data_detected_notification_will_only_be_sent_through_email_are_you_sure_you_want_to_continue: 'İletişime geçilecek numara bulunamadı. Bildiri sadece e-posta yoluyla gönderilecek. Devam etmek istediğinizden emin misiniz?',\n    dab_please_enter_a_configuration_name: 'Lütfen bir konfigürasyon ismi girin',\n    dab_please_fill_in_the_workflow_name_to_save: 'Lütfen kaydetmek için iş akışı ismini girin',\n    dab_please_provide_a_name_for_your_configuration_below_to_publish: 'Lütfen yayınlamak için konfigürasyonunuza bir isim belirleyiniz.',\n    dab_please_publish_new_dashboard_before_creating_new_notification_templates: 'Yeni bildirim şablonu oluşturmadan önce lütfen yeni tablo yayınlayın.',\n    dab_please_publish_new_dashboard_before_sending_notifications: 'Bildirim göndermeden önce lütfen yeni tablo yayınlayın.',\n    dab_send_notification_to_candidates: 'Adaylara bildirim gönderin',\n    dab_skills_competency_benchmark_dashboard: '{{skills_competency}} Karşılaştırma Tablosu',\n    dab_skills_competency_benchmarking_dashboard: '{{skills_competency}} Karşılaştırma Tablosu',\n    dab_some_of_the_selected_candidate_has_missing_contact_number_notification_will_only_be_sent_through_email_for_these_candidate_are_you_sure_you_want_to_continue: 'Seçilen aday(lar)ın bazılarında iletişim numarası bulunmuyor. Bu adaylara bildirim sadece e-posta ile gönderilecek. Devam etmek istediğinizden emin misiniz?',\n    dab_some_scores_in_to_are_lower_than_their_previous_section_please_amend_it_and_try_again: '\"Bitiş\" alanındaki bazı puanlar önceki bölüm(ler)den daha düşük. Lütfen düzeltip tekrar deneyin.',\n    dab_success_publishing: 'Yayınlama başarılı',\n    dab_successfully_added_candidates_to_workflow: 'Adaylar iş akışına başarıyla eklendi.',\n    dab_successfully_moved_candidates_to_the_next_stage: 'Adaylar bir sonraki aşamaya başarıyla taşındı',\n    dab_successfully_sent_notification_to_candidate: 'Adaya bildirim gönderme başarılı',\n    dab_the_skills_competency_benchmarking_dashboard_provides_you_an_overview_of_your_organisations: '{{skills_competency}} karşılaştırma tablosu her {{skills_competency}} üzerinden organizasyonunuzun genel performansını görmenizi sağlar. Daha fazla içgörü için, performans gibi filtreleri kullanın veya grup trendlerini görmek için departmanları seçin.',\n    update_your_data_using_the_provided_templates: '(tr) Update your data using the provided templates'\n};\n\n\n//# sourceURL=webpack:///./src/translations/tr/dashboard.ts?");

/***/ }),

/***/ "./src/translations/tr/employeeInfo.ts":
/*!*********************************************!*\
  !*** ./src/translations/tr/employeeInfo.ts ***!
  \*********************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {

"use strict";
eval("\nObject.defineProperty(exports, \"__esModule\", { value: true });\nexports.employeeInfo = {\n    ei_employee_succeeding_to: 'Çalışanın Yedekleyebilecekleri',\n    ei_job_competency_profile: 'İş Yetkinlik Profili',\n    ei_no_job_title: 'Unvan yok',\n    ei_no_reportee: 'Bağlı Çalışan Yok',\n    ei_successors_to_employee: 'Çalışanın Yedekleri',\n    ei_vacant_role: 'Boş Pozisyon',\n    ei_assessments_used: 'Kullanılan Değerlendirmeler',\n    ei_assessments_used_for_measurements: 'Ölçüm İçin Kullanılan Değerlendirmeler',\n    ei_available_report: 'Kullanılabilir Rapor',\n    ei_contract_end_date: 'Sözleşme Bitiş Tarihi',\n    ei_contract_start_date: 'Sözleşme Başlangıç Tarihi',\n    ei_duration_of_assignment: 'Görev Süresi',\n    ei_join_date_group: 'Katılma Tarihi (Grup)',\n    ei_key_achievements: 'Önemli Başarılar',\n    ei_last_promotion_date: 'Son Terfi Tarihi',\n    ei_list_of_achievements: 'Başarı Listesi',\n    ei_personnel_area: 'Personel Alanı',\n    ei_personnel_subarea: 'Personel Alt Alanı',\n    ei_preferred_location: 'Tercih Edilen Lokasyon',\n    ei_total_years_of_experience: 'Toplam Deneyim Süresi',\n    ei_willingness_to_mobility: 'Mobilite Durumu'\n};\n\n\n//# sourceURL=webpack:///./src/translations/tr/employeeInfo.ts?");

/***/ }),

/***/ "./src/translations/tr/global.ts":
/*!***************************************!*\
  !*** ./src/translations/tr/global.ts ***!
  \***************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {

"use strict";
eval("\nObject.defineProperty(exports, \"__esModule\", { value: true });\nexports.globalEngTranslator = {\n    three_six_zero_five_status: '360-Beş Durum',\n    a_little_bit_more_about_yourself: 'Hakkınızda biraz daha bilgi',\n    a_year: '1 yıl',\n    about: 'Hakkında',\n    about_candidate: 'Aday Hakkında',\n    about_talent: 'Yetenek Hakkında',\n    about_the_candidate: 'Aday Hakkında',\n    about_us: 'Hakkımızda',\n    about_you: 'Hakkınızda',\n    abstract: 'Giriş',\n    accendo_group_trends: 'Accendo Grup Eğilimleri',\n    accendo_learning: 'Accendo Öğrenme',\n    accendo_skill_level_check: 'Accendo Beceri Düzeyi Kontrolü',\n    accepted: 'Kabul edildi',\n    access_control: 'Erişim Kontrolü ',\n    access_control_for_candidate: 'Aday İçin Erişim Kontrolü',\n    access_control_for_manager: 'Yönetici İçin Erişim Kontrolü ',\n    account_type: 'Hesap Tipi',\n    accountabilities_selected: 'Seçilen Sorumluluklar',\n    accountability: 'Sorumluluklar',\n    accountability_selected: 'Seçilen Sorumluluklar',\n    accuracy: 'Doğruluk Oranı',\n    action: 'Aksiyon',\n    action_by: 'Aksiyonu Alan',\n    action_description: 'Aksiyon Tanımı',\n    action_items: 'Aksiyonlar',\n    action_plan: 'Aksiyon Planı',\n    action_time: 'İşlem zamanı',\n    action_type: 'Aksiyon Tipi',\n    actions: 'Aksiyon',\n    activate: 'Aktifleştir',\n    activated: 'aktifleştirildi',\n    active: 'Aktif',\n    activities: 'Görevler',\n    activity_completion_summary: 'Etkinlik Tamamlama Özeti',\n    activity_description: 'Görev Tanımı',\n    activity_details: 'Etkinlik Detayları',\n    activity_name: 'Görev Adı',\n    actual_completion: 'Gerçek Tamamlama Oranı',\n    actual_completion_date: 'Gerçek Tamamlama Tarihi',\n    adaptive_leadership: 'Uyum Sağlayan Liderlik',\n    add: 'Ekle',\n    add_a_new_country: 'Yeni bir ülke ekle',\n    add_accountability: 'Sorumluluk Ekle',\n    add_action: 'Aksiyon Ekle',\n    add_action_item: 'Aksiyon Ekle',\n    add_activity: 'GÖREV EKLE',\n    add_and_edit_this_talent_tagging: 'Bu yetenek etiketini ekle ve düzenle',\n    add_as_successor: 'Yedek Personel Olarak Ekle',\n    add_assessment: 'Değerlendirme Ekle',\n    add_candidate: 'Aday ekle',\n    add_candidate_successfully: 'Aday Başarıyla Eklendi',\n    add_course: 'Eğitim Ekle',\n    add_custom_template: 'Özel Şablon Ekle',\n    add_education: 'Eğitim Ekle',\n    add_experience: 'Deneyim Ekle',\n    add_experience_successfully: 'Deneyim başarıyla eklendi',\n    add_external_bulk_csv: 'Dış Aday Ekle (Toplu CSV)',\n    add_external_candidate: 'Dış Aday Ekle',\n    add_idp: 'KGP ekle',\n    add_internal_employee: 'Şirket Çalışanı Ekle',\n    add_internal_talent: 'Şirket İçi Yetenek Ekle',\n    add_journal_idp: 'KGP Etkinliği Ekle',\n    add_new: 'Yeni Ekle',\n    add_new_accountability: 'Yeni sorumluluk ekle',\n    add_new_functional_technical_skill: 'Yeni fonksiyonel/teknik beceri ekle',\n    add_new_idp: 'Yeni KGP ekle',\n    add_option: 'Filtre Ekle',\n    add_remove_role: 'Pozisyon Ekle/Sil',\n    add_revoke: 'Ekle/Çıkar',\n    add_role_accountability: 'Sorumluluk Ekle',\n    add_rule: 'Kural Ekle',\n    add_skill: 'Beceri Ekle',\n    add_sub_category: 'Alt kategori ekle',\n    add_successor: 'Yedek Personel Ekle',\n    add_talent: 'Yetenek Ekle',\n    add_template_successfully: 'Şablon başarıyla eklendi.',\n    add_the_role_accountability_below: 'Sorumluluğu aşağıya ekle',\n    add_to_assessment: 'Değerlendirmeye Ekle',\n    add_to_compare: 'Karşılaştırmak İçin Ekle',\n    add_to_favourites: 'Favorilere Ekle',\n    add_to_project: 'Projeye Ekle',\n    add_token: 'Jeton Ekle',\n    add_tool_group: 'Araç Grubu Ekle',\n    added_category_tag_successfully: 'Kategori Etiketi Başarıyla Eklendi',\n    added_domain_tag_successfully: 'Alan etiketi başarıyla eklendi',\n    added_pool_tag_successfully: 'Havuz etiketi başarıyla eklendi',\n    added_risk_level_tag_successfully: 'Risk seviyesi etiketi başarıyla eklendi',\n    added_size_tag_successfully: 'Boyut etiketi başarıyla eklendi',\n    adding_role_accountability: 'Sorumluluk ekleniyor',\n    adding_skills: 'Beceriler ekleniyor',\n    additional_accountability: 'Ek sorumluluklar',\n    additional_functional_technical_skills: 'İlave fonksiyonel/teknik beceriler',\n    additional_information: 'Ek Bilgiler',\n    additional_skills: 'Ek Beceriler',\n    address_line: 'Adres Satırı',\n    address_line_1: 'Adres Satırı 1',\n    address_line_2: 'Adres Satırı 2',\n    admin: 'Yönetici',\n    advance_filter: 'Daha çok Filtre',\n    advanced_filter: 'Daha Fazla Filtre',\n    advanced_filters: 'Daha Fazla Filtre',\n    after: 'Sonrası',\n    ag: 'ÇVK',\n    age: 'Yaş',\n    agility: 'Çeviklik',\n    all: 'Tümü',\n    all_assessment: 'Tüm Değerlendirmeler',\n    all_jobs: 'Tüm İşler',\n    all_op_co: 'Tüm Müşteriler',\n    all_talents: 'Tüm Yetenekler',\n    allow_manual_progress: 'Manuel İlerlemeye İzin Ver',\n    allow_remarks: 'Yorum eklemeye izin ver',\n    allow_remarks_for_intervention: 'Girişim için yorum eklemeye izin ver',\n    allow_upload: 'Yüklemeye İzin Ver',\n    alphanumeric: 'Alfanümerik',\n    already_have_an_account: 'Hesabınız var mı? Giriş yapın',\n    amaze_everyone: 'olmamızı sağlıyor!',\n    an_error_has_occured: 'Bir hata oluştu',\n    and: 've',\n    and_the_maximum_score_to_success: 've maksimum puan',\n    application_suites: 'Uygulama Modülleri',\n    apply_advanced_filter: 'Daha Fazla Filtre Uygula',\n    apply_to_job: 'İşe başvur',\n    aptitude: 'Yatkınlık',\n    are_you_ready: 'Hazır mısınız',\n    are_you_ready_for_your_future_career: 'Sizi bekleyen kariyer için hazır mısınız?',\n    are_you_sure_that_you_want_to_delete_name: '{{name}} silmek istediğinizden emin misiniz?',\n    are_you_sure_want_delete_attachment: 'Bu eki silmek istediğinizden emin misiniz?',\n    are_you_sure_want_to_delete_remark: 'Yorumu silmek istediğinizden emin misiniz?',\n    are_you_sure_want_to_delete_this_remark: 'Bu yorumu silmek istediğinizden emin misiniz?',\n    are_you_sure_you_want_grant_tokens_to: 'Kredi vermek istediğinizden emin misiniz',\n    are_you_sure_you_want_to: 'Emin misiniz',\n    are_you_sure_you_want_to_block: 'Engellemek istediğinizden emin misiniz',\n    are_you_sure_you_want_to_complete_this_profile: 'Bu profili tamamlamak istediğinizden emin misiniz',\n    are_you_sure_you_want_to_delete: 'Silmek istediğinizden emin misiniz',\n    are_you_sure_you_want_to_delete_course: 'Bu eğitimi silmek istediğinizden emin misiniz?',\n    are_you_sure_you_want_to_delete_idp: `Bu KGP'nı silmek istediğinizden emin misiniz?`,\n    are_you_sure_you_want_to_delete_this_attachment: 'Bu eki silmek istediğinizden emin misiniz',\n    are_you_sure_you_want_to_lock: 'Kilitlemek istediğinizden emin misiniz',\n    are_you_sure_you_want_to_remove: 'silmek istediğinizden emin misiniz',\n    are_you_sure_you_want_to_remove_org_chart_data: 'Org Şeması verilerini silmek istediğinizden emin misiniz?',\n    are_you_sure_you_want_to_replace_this_attachment: 'Bu eki değiştirmek istediğinizden emin misiniz?',\n    are_you_sure_you_want_to_unblock: 'Engeli kaldırmak istediğinizden emin misiniz',\n    area_of_development: 'Gelişime Açık Alan',\n    area_of_strength: 'Güçlü Alan',\n    areas_measured: 'Projenizde Ölçülen Alanlar',\n    as_successor_to_the_role: 'pozisyonunun yedeği olarak',\n    aspiration: 'kariyer hedefi',\n    aspiration_information_updated: 'Kariyer hedefi bilgisi güncellendi',\n    aspiration_list: 'Kariyer Hedefi Listesi',\n    aspiration_small: 'kariyer hedefi',\n    aspired_role: 'Kariyer Hedefi',\n    aspired_role_fit: 'Hedeflenen Pozisyona Uyum',\n    assessed_norm: 'Değerlendirilen Norm Grup',\n    assessed_on: 'Değerlendirilme Tarihi',\n    assessment: 'Değerlendirme',\n    assessment_details: 'Değerlendirme detayları',\n    assessment_information: 'Değerlendirmeye İlişkin Bilgiler',\n    assessment_management: 'Değerlendirme Yönetimi',\n    assessment_result_progress: 'Değerlendirme Durumu ',\n    assessment_title: 'Değerlendirme Projesi',\n    assessor_email: 'Değerlendirici E-Posta',\n    assign: 'Ata',\n    at: 'de',\n    at_beyond: 'Karşılıyor/Geçmiş',\n    at_beyond_ra: 'EY Karşılıyor/Geçmiş',\n    at_least_capital_letter: 'En az 1 büyük harf',\n    at_least_special_character: 'En az 1 özel karakter',\n    attach_tags: 'Etiket ekle',\n    attached_roles: 'Eklenen Pozisyonlar',\n    attachment: 'Ek',\n    attachments: 'Ekler',\n    audit_trail: 'Kayıt Dizisi',\n    audit_trails: 'Kayıt Dizisi',\n    auto_progress: 'Otomatik İlerleme',\n    average_score: 'Ortalama Puan',\n    avg_agility: 'Çeviklik Ortalaması',\n    avg_cultural_fit: 'Kültürel Uyum Ortalaması',\n    avg_engagement: 'Ort. Bağlılık',\n    avg_leadership: 'Liderlik Ortalaması',\n    back: 'Geri',\n    back_to_op_co: 'Müşteriye Geri Dön',\n    back_to_preview_list: 'Öngörünüm listesine geri dön',\n    background_information_of_cognify: 'Cognify Hakkında Bilgi',\n    balance: 'Bakiye',\n    baseline_role: 'Referans Pozisyon',\n    basic_information_updated: 'Temel Bilgiler güncellendi',\n    basic_understanding: 'Başlangıç Düzeyi',\n    before: 'Öncesi',\n    begin: 'Başlat',\n    behavior: 'Davranış',\n    behaviour_in_action: 'Davranışlar',\n    behavioural: 'Davranışsal',\n    behavioural_proficiency_per_level: 'Seviye Bazında Davranışsal Yeterlilik',\n    behaviours: 'Davranışlar',\n    bench_risk: 'Yedek Kadro Riski',\n    bench_risk_high: 'Yedek Kadro Riski - Yüksek',\n    bench_risk_low: 'Yedek Kadro Riski - Düşük',\n    bench_risk_mid: 'Yedek Kadro Riski - Orta',\n    bench_strength: 'Yedekleme Başarısı',\n    benchmarking_dashboard: 'Karşılaştırma Tablosu',\n    beyond: 'Geçmiş',\n    birth_date: 'Doğum Tarihi',\n    birthday: 'Doğum Günü',\n    block: 'Engelle',\n    blocked: 'engellendi',\n    bs: 'YB',\n    bulk_audit_trails: 'Toplu Kayıt Dizileri',\n    bulk_interview: 'Mülakata Davet Et',\n    cancel: 'İptal',\n    candidate: 'Aday',\n    candidate_email: 'Aday E-posta',\n    candidate_information: 'Aday Bilgileri',\n    candidate_list: 'Aday Listesi ',\n    candidate_management: 'Aday Yönetimi',\n    candidate_name: 'Aday Adı',\n    candidate_preview: 'Aday Genel Görünümü',\n    candidate_report_enabled: 'Aday Raporu Etkinleştirildi',\n    candidate_report_for: 'Aday Raporu',\n    candidate_scores_are_being_generated: 'Aday puanları hesaplanıyor',\n    candidate_status: 'Aday Durumunu İndir',\n    candidate_to_download_report: 'adayın raporu indirmesini',\n    candidate_update_successfully: 'Aday Başarıyla Güncellendi',\n    candidate_view: 'Aday Ekranı',\n    candidates: 'Adaylar',\n    candidates_accuracy: 'Adayın Hatasızlık Derecesi',\n    candidates_efficiency: 'Adayın Yeterliliği',\n    candidates_speed: 'Adayın Hızı',\n    cant_download_excel_file: 'Excel dosyası indirilemiyor',\n    capabilities: 'Beceriler',\n    capability: 'Beceri',\n    career_journal: 'Kariyer Gelişim Günlüğü',\n    career_matches: 'Kariyer Uyumu',\n    career_path: 'Kariyer Yolu',\n    career_pathing: 'Kariyer Yolu',\n    career_pathways: 'Kariyer Yolları',\n    career_suggestions: 'Kariyer Önerileri',\n    career_tips: 'Kariyer Önerileri',\n    catalytic: 'Katalitik',\n    catalytic_learning_agility: 'Katalitik Öğrenme Çevikliği',\n    catch_up_with: 'Bilgileri Tazeleyin',\n    categories: 'Kategoriler',\n    category: 'Kategori',\n    category_name: 'Kategori Adı',\n    cbi_guide: 'YBM Kılavuzu',\n    cbi_rating_scale: 'YBM Değerlendirme Ölçeği',\n    cf: 'KU',\n    change: 'Değiştir',\n    change_language: 'Dili Değiştir',\n    change_password: 'Parolayı Değiştir',\n    change_password_for: 'Parolayı değiştirin',\n    change_rater: 'Değerlendiriciyi Değiştir',\n    change_theme: 'Temayı değiştir',\n    changes: 'Değişiklikler',\n    charged: 'Harcanan',\n    check_all: 'Tümünü İşaretle',\n    children: 'Çocuklar',\n    choose_a_role_level: 'Seviye seç',\n    choose_aspirations: 'Kariyer hedeflerini seçin',\n    choose_journey: 'Değerlendirme Projesi Seç',\n    choose_level: 'Seviye seçin',\n    choose_report: 'Lütfen bir rapor seçin',\n    choose_talent_config: 'Yetenek Konfigürasyonu Seç',\n    choose_x_axis_value: 'X-Ekseni Değerini Seçin',\n    choose_y_axis_value: 'Y-Ekseni Değerini Seçin',\n    choose_your_profile_picture: 'Profil Resmi Seçin',\n    choose_your_role: 'Pozisyonunuzu seçin',\n    choose_your_source: 'Kaynağınızı seçin',\n    circular_and_bar_gauges: 'Dairesel ve çubuk göstergeler',\n    clear_all_candidates: 'Tüm Adayları Temizle',\n    click_to_verify: 'Onaylamak için Tıkla',\n    client_admin: 'Müşteri Sistem Yöneticisi',\n    client_admin_view: 'Müşteri Yönetici Ekranı',\n    client_based_settings: 'Müşteri ayarları ',\n    close: 'Kapat',\n    close_overview: 'Genel Bakışı Kapat',\n    code: 'Kod',\n    cognitive_ability: 'Bilişsel Beceri',\n    color_by: 'Renklendir',\n    column: 'Sütun',\n    columns_to_show: 'Gösterilecek Sütunlar',\n    coming_soon: 'Pek Yakında',\n    company: 'Şirket',\n    company_excel: 'Şirket',\n    company_name: 'Şirket Adı',\n    compare: 'Karşılaştır',\n    compare_jobs: 'İşleri Karşılaştır',\n    compare_now: 'Şimdi Karşılaştır',\n    comparison: 'Karşılaştırma',\n    competencies_breakdown: 'Yetkinliklerin Dağılımı',\n    competencies_proficiency_level: 'Yetkinlikler/Yeterlilik Seviyesi',\n    competency: 'Yetkinlik',\n    competency_based_interview: 'Yetkinlik Bazlı Mülakat',\n    competency_based_interview_cbi: 'Yetkinlik Bazlı Mülakat (YBM)',\n    competency_skills_tagging: 'Yetkinlik/Beceri Etiketleme',\n    competency_tagging: 'Yetkinlik Etiketleri',\n    completed: 'Tamamlandı',\n    completion_date: 'Tamamlama Tarihi',\n    completion_rate: 'Tamamlanma Oranı',\n    configuration: 'Konfigürasyon',\n    configuration_name: 'Konfigürasyon Adı',\n    configure: 'Kurgula',\n    configure_report: 'Raporu Kurgula',\n    configure_reports: 'Raporları Kurgula',\n    configure_stage: 'Aşamayı Kurgula',\n    configuring: 'Kurgulanıyor',\n    confirm_email: 'E-posta adresini doğrula',\n    confirm_password: 'Parolayı Doğrula',\n    confirm_your_new_password: 'Yeni parolanızı doğrulayın',\n    confirmation: 'Onay',\n    congratulations: 'Tebrikler',\n    go_back: 'Geri gitmek',\n    congratulations_you_have_successfully_completed_the_profile_set_up: 'Tebrikler, profil ayarlarını başarıyla tamamladınız',\n    connect: 'Bağlan',\n    consistency_score: 'Tutarlılık Puanı',\n    consultative: 'Danışma',\n    contact: 'İletişim Bilgileri ',\n    contact_information_updated: 'İletişim bilgisi güncellendi',\n    context: 'Kontekst',\n    copy_invitation_link: 'Davet Linkini Kopyala',\n    copy_link: 'Bağlantıyı Kopyala',\n    copy_public_link: 'Genel linki kopyala',\n    core_competencies: 'Temel Yetkinlikler',\n    core_focus: 'Temel Faaliyet Alanı',\n    core_skills: 'Temel Beceriler',\n    costs: 'Maliyet',\n    could_not_download_employee_profile: 'Çalışan Profili indirilemiyor',\n    could_not_download_excel_file: 'Excel dosyası indirilemiyor',\n    could_not_download_org_chart: 'Org Şeması indirilemiyor',\n    could_not_download_tal: 'Yetenek Profil Şablonu indirilemiyor',\n    could_not_download_template: 'Şablon indirilemiyor',\n    could_not_download_template_file: 'Şablon dosya indirilemiyor',\n    country: 'Ülke',\n    course: 'Eğitim',\n    course_topic: 'Eğitimin Adı',\n    create: 'Oluştur',\n    create_formula_engine: 'Formül Motoru Oluştur',\n    create_idp: 'KGP Oluştur',\n    create_journey_success: 'Proje başarıyla oluşturuldu',\n    create_new: 'Yeni Oluştur',\n    create_new_policy: 'Yeni politika oluştur',\n    create_new_tag: 'Yeni Etiket Oluştur',\n    create_new_user: 'Yeni kullanıcı oluştur',\n    created_date: 'Oluşturulma Tarihi',\n    created_policy: 'Politika Oluşturuldu',\n    creating: 'Oluşturuluyor',\n    creating_new_tagging: 'Yeni etiket oluştur',\n    credit_management: 'Kredi Yönetimi',\n    credit_per_candidate: 'Aday Başına Kredi',\n    critical: 'kritik',\n    critical_skill: 'Kritik Beceri',\n    critical_talents: 'Kritik Yetenekler',\n    csv_template: 'CSV Şablonu',\n    cultural_fit: 'Kültürel Uyum',\n    current: 'mevcut',\n    current_age: 'Yaş',\n    current_password: 'Mevcut Parola',\n    current_role: 'Mevcut Pozisyon',\n    current_role_fit: 'Mevcut Pozisyona Uyum',\n    current_skills: 'Mevcut Beceriler',\n    custom_email_sent: 'Özel e-posta gönderildi',\n    custom_job_title: 'Diğer…',\n    custom_report_type: 'Özel Rapor Tipi',\n    customize: 'Özelleştir',\n    customize_external_candidates: 'Dış Adayları Düzenle',\n    customize_internal_candidates: 'İç Adayları Düzenle',\n    customize_project: 'Projeyi Özelleştir',\n    dashboard: 'Gösterge Tabloları',\n    dashboard_reporting: 'Gösterge Tabloları & Raporlama',\n    date: 'Tarih',\n    date_created: 'Oluşturma Tarihi',\n    date_of_birth: 'Doğum Tarihi',\n    date_of_completion: 'Tamamlanma Tarihi',\n    date_of_invitation: 'Davet Tarihi',\n    date_of_reminder: 'Hatırlatma Tarihi',\n    date_rated: 'Değerlendirme Tarihi',\n    date_reinvited: 'Yeniden Davet Edildiği Tarih',\n    date_updated: 'Güncellendiği Tarih',\n    date_uploaded: 'Yüklendiği Tarih',\n    day_s_for_a_period_of: 'hafta boyunca',\n    deactivate: 'Devre Dışı Bırak',\n    deactivated: 'Devre Dışı Bırakıldı',\n    deadline: 'Bitiş Tarihi',\n    deal_size: 'İhale Boyutu',\n    deals_closed: 'Kapatılan İhaleler',\n    default: 'Varsayılan',\n    definition: 'Tanım',\n    definition_high: 'Yüksek',\n    definition_low: 'Düşük',\n    delayed: 'Gecikmiş',\n    delegating: 'Delege ediliyor',\n    delete: 'Sil',\n    delete_category: 'Kategoriyi Sil',\n    delete_experience_successfully: 'Deneyim başarıyla silindi',\n    delete_formula_engine: 'Formül Motorunu Sil',\n    delete_policy: 'Politikayı Sil',\n    deleted: 'silindi',\n    deleted_roles: 'Silinen Pozisyonlar',\n    deliver: 'Teslim et',\n    department: 'Departman',\n    department_name: 'Departman Adı',\n    describe_more: 'Açıklama',\n    description: 'Tanım',\n    description_here: 'Tanımı burada görüntüleyin',\n    detailed_overview: 'Detaylı Öngörünüm',\n    detailed_view_of: 'detaylı görünümü',\n    details: 'Detaylar',\n    develop: 'Geliştir',\n    development: 'Gelişim ',\n    development_list: 'Gelişim Listesi',\n    development_needed: 'Gelişim Gerekli',\n    development_plan: 'Gelişim Planı',\n    development_report: 'Gelişim Raporu',\n    development_tips: 'Gelişim Önerileri',\n    development_title: 'Gelişim Alanı',\n    did_you_know: 'Biliyor musunuz',\n    direct_report: 'Doğrudan Bağlı Çalışan',\n    directing: 'Yönlendiriliyor',\n    disable: 'Devre dışı bırak',\n    disable_candidate_report: 'Aday Raporunu Devre Dışı Bırak',\n    disable_public_link: 'Genel Linki Devre Dışı Bırak',\n    disabled: 'Devre Dışı Bırakıldı',\n    disclaimer: 'Sorumluluk Reddi',\n    displaying: 'Gösteriliyor',\n    disprz: 'disprz',\n    division: 'Birim',\n    division_name: 'Birim',\n    directorate: 'Direktörlük',\n    directorate_name: 'Direktörlük',\n    do_you_want_to_delete: 'Silmek istiyor musunuz',\n    does_not_have: 'Sahip Değil',\n    domain: 'Alan',\n    domain_name: 'Alan Adı',\n    domains: 'Alanlar',\n    done: 'Tamam',\n    download: 'İndir',\n    download_360_rating_template_csv: '360 Değerlendirme Şablonunu İndir (CSV)',\n    download_candidate_360_status_excel: 'Aday 360 Durumunu İndir (Excel)',\n    download_candidate_leadership_score: 'Aday Liderlik Puanını İndir',\n    download_candidate_scores: 'Aday Puanlarını İndir',\n    download_candidate_status: 'Aday Durumunu İndir',\n    download_candidates_status: 'Adayların Durumunu İndir',\n    download_employee_profiles: 'Çalışan Profillerini İndir',\n    download_interview_status: 'Mülakat Durum Raporunu İndir',\n    download_leadership_template: 'Liderlik Şablonunu İndir',\n    download_list: 'Listeyi İndir',\n    download_mcp_data: 'KP Verisini İndir',\n    download_org_chart: 'Org Şemasını İndir',\n    download_report: 'Raporu İndir',\n    download_simplify_excel: `Basitleştirilmiş Excel'i İndir`,\n    download_standard_csv_template: 'Standart CSV Şablonunu İndir',\n    download_standard_template: 'Standart CSV Şablonunu İndir',\n    download_success: 'İndirme Başarılı',\n    download_template: 'Şablon İndir',\n    downloaded_360_rating_template: '360 Değerlendirme Şablonu İndirildi',\n    downloaded_candidate_360_status_excel: 'Aday 360 Durumu İndirildi (Excel)',\n    downloaded_employee_profile: 'Çalışan Profili İndirildi',\n    downloaded_org_chart: 'Org Şeması İndirildi',\n    downloaded_talent_profile_template: 'Yetenek Profil Şablonu İndirildi',\n    downloaded_template: 'Şablon indirildi',\n    downloading_candidate_status: 'Aday Durumu indiriliyor',\n    downloading_excel_file: 'Excel dosyası indiriliyor',\n    downloading_org_chart: 'Org şeması indiriliyor',\n    downloading_standard_csv_template: 'Standart CSV şablonu indiriliyor',\n    drivers: 'Motivasyon Faktörleri',\n    duplicate_policy: 'Politikayı Kopyala',\n    edit: 'Düzenle',\n    edit_activity: 'Etkinliği Düzenle',\n    edit_category_tag_successfully: 'Kategori Etiketi Başarıyla Düzenlendi',\n    edit_course: 'Eğitimi Düzenle',\n    edit_domain_tag_successfully: 'Alan etiketi başarıyla düzenlendi',\n    edit_education: 'Eğitim Bilgilerini Düzenle',\n    edit_experience: 'Deneyimleri Düzenle',\n    edit_experience_successfully: 'Deneyim başarıyla düzenlendi',\n    edit_formula: 'Formülü Düzenle',\n    edit_formula_engine: 'Formül Motorunu Düzenle',\n    edit_overview: 'Genel Bakışı Düzenle',\n    edit_policy_details: 'Politika detaylarını düzenle',\n    edit_pool_tag_successfully: 'Havuz etiketi başarıyla düzenlendi',\n    edit_risk_level_tag_successfully: 'Risk seviyesi etiketi başarıyla düzenlendi',\n    edit_role_accountability: 'Sorumlulukları düzenle',\n    edit_size_tag_successfully: 'Boyut etiketi başarıyla düzenlendi',\n    edit_skills: 'Becerileri Düzenle',\n    edit_summary: 'Özeti Düzenle',\n    edit_tag: 'Etiketi Düzenle',\n    edit_tagging: 'Etiketi Düzenle',\n    edit_the_skills_below: 'Becerileri aşağıda düzenle',\n    edit_user: 'Kullanıcıyı düzenle',\n    editing_tagging: 'Etiketi düzenle',\n    education: 'Eğitim',\n    educations: `Eğitim`,\n    education_info: 'Eğitim Bilgisi',\n    education_information_updated: 'Eğitim bilgisi güncellendi',\n    education_is_empty: 'Eğitim bilgisi yok',\n    eligibility: 'Uygunluk',\n    email: 'E-posta',\n    email_address: 'E-posta adresi',\n    email_confirm_email_not_same: 'E-posta adresleri aynı değil',\n    email_has_already_been_taken: 'Bu e-posta adresi kullanılıyor',\n    email_purpose: 'E-posta Amacı',\n    email_subject: 'E-posta Konusu',\n    email_template: 'E-posta Şablonu',\n    email_template_types: 'E-posta Şablon Tipleri',\n    email_trigger: 'E-posta gönder',\n    email_verification_trigger: 'E-posta Doğrulama ',\n    embrace_a_growth_mindset: 'Gelişim Odaklı bir Bakış Açısı Edinin',\n    emerging_specialist: 'Uzman ',\n    employee: 'Çalışan',\n    employee_card: 'Çalışan Kartı',\n    employee_id: 'Çalışan No',\n    employee_info: 'Çalışan Bilgileri',\n    employee_name: 'Çalışan Adı',\n    employee_profile: 'Çalışan Profili',\n    employee_rating: 'Çalışan Değerlendirmesi',\n    employee_tags: 'Çalışan Etiketleri',\n    employees_left_to_rate: 'henüz değerlendirilmemiş çalışanlar',\n    employment_type: 'Çalışma Şekli',\n    enable: 'Etkinleştir',\n    enable_candidate_report: 'Aday Raporunu Etkinleştir',\n    enable_candidate_report_download: 'Adayın Raporunu İndirmesine İzin Ver',\n    enable_norms: 'Norm Grupları Etkinleştir',\n    enable_public_link: 'Genel Linki Etkinleştir',\n    enabled: 'Etkinleştirildi',\n    encounter_error: 'Bir Hata Oluştu',\n    end_date: 'Bitiş Tarihi',\n    engagement_score: 'Bağlılık Puanı',\n    enter_new_password: 'Yeni parola girin',\n    enter_registered_email: 'Kayıtlı e-posta adresini girin',\n    enter_text_to_add_remark_general: 'Genel yorum eklemek için ayrılan alana giriş yapın',\n    enter_text_to_add_remarks_talent: 'Bu yetenekle ilgili yorum yazmak için ayrılan alana giriş yapın',\n    enter_your_confirm_password: 'Doğrulama parolanızı girin',\n    enter_your_current_password: 'Mevcut parolanızı girin',\n    enter_your_email_address: 'E-posta adresinizi girin',\n    enter_your_email_address_here: 'E-posta adresinizi buraya girin',\n    enter_your_name_here: 'Adınızı buraya girin',\n    enter_your_new_password: 'Yeni parolanızı girin',\n    enter_your_password: 'Parolanızı Girin',\n    enter_your_remarks_here: 'Yorumlarınızı buraya girin',\n    enter_your_tool_group_name: 'Araç grubu adını buraya girin',\n    error: 'hata',\n    error_downloading_candidate_360_status_excel: `Aday 360 durumu excel'ini indirmede hata`,\n    error_inviting_rater: 'Değerlendiriciyi davet ederken hata oluştu',\n    error_inviting_talent: 'Yeteneği davet ederken hata oluştu',\n    error_msg: 'Seçime uygun şablon yok, lütfen diğer seçenekleri deneyin',\n    error_removing: 'Hata Giderme',\n    error_saving_aspiration: 'Kariyer hedefini kaydederken hata oluştu',\n    error_saving_configuration: 'Konfigürasyonu kaydederken hata oluştu',\n    error_saving_details: 'Detayları kaydederken hata oluştu',\n    error_submitting_template_form: 'Şablon formunu gönderirken hata oluştu',\n    error_updating: 'Güncelleme hatası',\n    error_updating_tag: 'Etiket güncelleme hatası',\n    ethnicity: 'Etnik Köken',\n    event: 'İşlem',\n    every: 'Değerlendirmeden itibaren',\n    evidence: 'Gösterge',\n    ex_business_week: 'Örn. Business Week',\n    ex_google: 'Örn: Google',\n    ex_kuala_lumpur_malaysia: 'Örn: Kuala Lumpur, Malezya',\n    ex_manager: 'Örn: Yönetici',\n    examples: 'Örnekler',\n    excel_not_available: `Excel'e erişilemiyor`,\n    exit: 'Çıkış',\n    experience: 'Deneyim',\n    experience_info: 'İş Deneyimleri',\n    experience_information_updated: 'Deneyim bilgisi güncellendi',\n    experience_is_empty: 'İş Deneyimi yok',\n    experiences: 'Deneyimler',\n    expert: 'Uzman',\n    explaining: 'Açıklanıyor',\n    explore: 'Keşfet',\n    explore_role: 'Pozisyon Ara ',\n    explore_roles: 'Pozisyonları Ara',\n    explore_your_passion: 'Tutkunuzu Keşfedin',\n    export: 'Raporla',\n    export_as_excel: 'Excel olarak aktar',\n    export_now: 'Şimdi Raporla',\n    export_record: 'Kaydı Aktar',\n    export_to_excel: `Excel'e aktar`,\n    export_to_idp_template: 'KGP Raporla',\n    exporting: 'Raporlanıyor',\n    extensive_experience: 'Oldukça Deneyimli',\n    external: 'Dış Aday',\n    external_talent: 'Şirket Dışı Yetenek',\n    face_2_face_outcome: 'Yüz Yüze Sonucu',\n    fail_to_add_functional_technical_skill: 'Fonksiyonel/teknik beceri eklenemedi',\n    fail_to_reject_talent_technical: 'Yetenek teknik becerileri reddedilemedi',\n    fail_to_save_remarks: 'Yorumlar kaydedilemedi',\n    fail_to_send_invitation_to_candidate: 'Adaya davet gönderilemedi!',\n    fail_to_update_contact_information: 'İletişim bilgisi güncellenemedi',\n    fail_to_update_more_information: 'Daha fazla bilgi güncellenemedi',\n    fail_to_update_photo: 'Fotoğraf güncellenemedi',\n    fail_to_update_short_profile: 'Kısa profil güncellenemedi',\n    failed_to_add_candidate: 'Aday eklenemedi.',\n    failed_to_add_idp: 'KGP eklenemedi',\n    failed_to_blocked_user: 'Kullanıcı(lar) bloke edilemedi',\n    failed_to_change_theme: 'Tema değiştirilemedi',\n    failed_to_delete: 'Silinemedi',\n    failed_to_delete_experience: 'Deneyim silinemedi',\n    failed_to_delete_idp: 'KGP silinemedi',\n    failed_to_disable_public_link: 'Genel link devre dışı bırakılamadı.',\n    failed_to_fetch_client_based_settings: 'Müşteri ayarları yüklenemedi',\n    failed_to_fetch_tools: 'Araçlar getirilemedi',\n    failed_to_mark_roles: 'Pozisyonlar işaretlenemedi',\n    failed_to_publish_the_role: 'Pozisyon yayınlanamadı',\n    failed_to_remove_successor: 'Yedek Personel silinemedi',\n    failed_to_removed_user: 'Kullanıcı(lar) kaldırılamadı',\n    failed_to_save_columns: 'Sütunlar kaydedilemedi ',\n    failed_to_send_invitation: 'Davet gönderilemedi',\n    failed_to_sent_invitation_to_user: 'Kullanıcıya(lara) davet gönderilemedi',\n    failed_to_sent_reminder_to_user: 'Kullanıcıya(lara) hatırlatma gönderilemedi',\n    failed_to_set_date: 'Tarih belirlenemedi',\n    failed_to_set_successor: 'Yedek Personel seçilemedi',\n    failed_to_unblocked_user: 'Kullanıcının(ların) engeli kaldırılamadı',\n    failed_to_update_job_overview: 'İşe Genel Bakış güncellenemedi',\n    failed_upload_score: 'Puan yüklenemedi ',\n    failure: 'Hata',\n    family: 'Aile',\n    faster: 'Daha hızlı',\n    favourites: 'Favoriler',\n    fc: 'FNK',\n    feedback_provider: 'Geri Bildirim Veren',\n    female: 'Kadın',\n    fetch_data: 'Lütfen bekleyin, verileri getirmek biraz zaman alacak',\n    fetching: 'Veriler alınıyor',\n    fetching_activities: 'Etkinlikler getiriliyor',\n    fetching_candidate_data: 'Aday Verileri alınıyor',\n    fetching_data: 'Veriler alınıyor',\n    fetching_email_templates: 'E-posta şablonları alınıyor',\n    fetching_items: 'Ögeler alınıyor',\n    field: 'Alan',\n    field_of_study: 'Çalışma Alanı',\n    file_name: 'Dosya Adı',\n    file_type: 'Dosya Tipi',\n    fill_in_company_name: 'Şirket adını girin',\n    fill_in_email: 'E-posta adresini girin',\n    fill_in_existing_pin: 'Mevcut şifreyi girin',\n    fill_in_name: 'İsim girin',\n    fill_in_the_title_here: 'Unvanı buraya girin',\n    fill_in_your_activity_description: 'Etkinlik tanımınızı ekleyin',\n    fill_in_your_notes: 'Notlarınızı ekleyin',\n    fill_position_title: 'Pozisyon adını girin',\n    fill_up_completion_date: 'Tamamlama tarihini yazın',\n    fill_your_activity_name: 'Etkinliğinizin ismini yazın',\n    filter: 'Filtrele',\n    filter_by: 'Filtrele',\n    filter_by_range_of_date: 'Tarihe göre filtrele',\n    filter_candidate: 'Adaya Göre Filtrele',\n    filter_project: 'Projeye Göre Filtrele',\n    filter_tool: 'Araca Göre Filtrele',\n    filter_with_type: 'Tipe Göre Filtrele',\n    final_score: 'Nihai Puan',\n    finalise: 'Sonlandır',\n    financial_reward: 'Finansal Ödül',\n    find_baseline: 'Referans Pozisyonu Bul',\n    find_skill: 'Beceriyi Bul',\n    finish: 'Tamamla',\n    finish_date: 'Tamamlama tarihi',\n    fit_score: 'Uyum Puanı',\n    fit_to_hire: 'İşe Alınabilirlik Uyumu',\n    flight_risk: 'İşten Ayrılma Riski Olan Personel',\n    foci_status: 'Kullanıcılara İlişkin Durum',\n    food_for_thought: 'Kıssadan Hisse',\n    for: 'için',\n    for_candidate: 'Aday İçin?',\n    force_change_password: 'Parola Değişimini Tekrar Dene',\n    forgot_password: 'Parolamı Unuttum',\n    formula_management: 'Formül Yönetimi',\n    framework: 'Kapsam',\n    framework_management: 'Kapsam Yönetimi',\n    framework_tools: 'Kapsam & Araçlar',\n    from: 'Başlangıç',\n    from_successor_list: 'Yedek Personel Listesinden',\n    functional: 'Fonksiyonel',\n    functional_benchmark: 'Fonksiyonel Karşılaştırma',\n    functional_technical: 'Fonksiyonel/Teknik',\n    functional_technical_skill_added_successfully: 'Fonksiyonel/teknik beceri başarıyla eklendi',\n    functional_technical_skills: 'Fonksiyonel/Teknik Beceriler',\n    functional_technical_skills_information_updated: 'Fonksiyonel/Teknik Beceriler bilgisi güncellendi',\n    game_based_assessments: 'Oyun Tabanlı Değerlendirmeler',\n    gender: 'Cinsiyet',\n    general_access_control: 'Genel Erişim Kontrolü',\n    general_action_items: 'Genel Aksiyonlar',\n    general_configuration: 'Genel Konfigürasyon',\n    general_remarks: 'Genel Yorumlar',\n    general_settings: 'Genel Ayarlar',\n    general_upload: 'Dosya Yükleme',\n    generated: 'Oluşturuldu',\n    generating: 'Oluşturuluyor',\n    generating_your_career_dna: `Kariyer DNA'nız Oluşturuluyor`,\n    given: 'Kredi',\n    global_role_baseline_search: 'Global Referans Pozisyon Ara',\n    global_salesperson_norm: 'global satış temsilcisi norm grubu',\n    go_to_sign_in: 'Giriş ekranına git',\n    grade: 'Derece',\n    grant_token: 'Ek Jeton Ver',\n    grid_lock: 'Grid Lock',\n    group: 'Grup',\n    group_actions: 'Grup Aksiyonları',\n    group_code: 'Grup Kodu',\n    group_price: 'Grup Fiyatı',\n    group_trends: 'Grup Eğilimleri',\n    growth_focus: 'Büyüme Odağı',\n    guidance_for_coaching: 'Koçluk Rehberi',\n    has_verified_your_skills: 'becerilerinizi onayladı',\n    have_pin: 'Şifre al',\n    here: 'buraya',\n    hidden_potential: 'Gizli Potansiyel',\n    high: 'Yüksek',\n    high_driver: 'Yüksek Düzey Sürücü',\n    high_morale: 'Yüksek Motivasyon',\n    high_potential_talent: 'Yüksek Potansiyelli Yetenek',\n    high_potential_talent_report: 'Yüksek Potansiyelli Yetenek Raporu',\n    high_skills: 'Yüksek Beceriler',\n    higher: 'Daha yüksek',\n    higher_score: 'Daha Yüksek Puan',\n    highest: 'Yüksek',\n    hire_to_success: 'Yedek Olarak İşe Al',\n    hired: 'İşe Alındı',\n    holding: 'Beklemede',\n    holistic: 'Bütüncül',\n    home: 'Ana Sayfa',\n    host_admin_view: 'Yönetici Ekranı',\n    how_can_we_reach_you: 'Size Nasıl Ulaşabiliriz',\n    how_did_you_find_the_experience: 'Nasıl bir deneyimdi?',\n    how_many_children_do_you_have: 'Kaç çocuğunuz var',\n    i_currently_work_here: `'Halen çalışıyorum'`,\n    id: 'No',\n    ideal_score: 'İdeal Puan',\n    identification: 'Tanımlama',\n    idp: 'KGP',\n    idp_added_successfully: 'KGP başarıyla eklendi',\n    idp_template: 'KGP Şablonu',\n    idp_template_name: 'KGP Şablon Adı',\n    idp_updated_successfully: 'KGP başarıyla güncellendi',\n    if_the_error_persists: 'hata devam ederse',\n    implications: 'Öneriler',\n    important_considerations: 'Önemli Hususlar',\n    in_progress: 'Devam ediyor',\n    inactive: 'Aktif değil',\n    incorrect_email_or_password: 'Yanlış e-posta adresi veya parola',\n    incumbent: 'Pozisyonda Bulunan Kişi',\n    incumbent_name: 'Pozisyonda Bulunan Kişinin Adı',\n    individual: 'Kişi',\n    industry: 'Sektör',\n    innovation_focus: 'İnovasyon Odağı',\n    input_box: 'Girdi Kutusu',\n    insights: 'İçgörüler',\n    insufficient_data: 'Yetersiz veri',\n    interests: 'İlgi Alanları',\n    internal: 'İç Aday',\n    internal_talent: 'Şirket İçi Yetenek',\n    intervention: 'Girişim',\n    intervention_name: 'Girişim Adı',\n    interventions: 'Girişimler',\n    interview: 'Mülakata Davet Et',\n    interview_candidate: 'Adayla Mülakat Yap',\n    interview_date: 'Mülakat Tarihi',\n    interview_portal: 'Mülakat Portali',\n    interviewer: 'Mülakatı Yapan',\n    introduction: 'Giriş',\n    invitation_link_copied: 'Davet linki panoya kopyalandı.',\n    invite: 'Davet et',\n    invite_candidate: 'Aday davet et',\n    invited: 'Davet edildi',\n    is_pin_enabled: 'Şifre Etkin mi?',\n    is_template: 'Şablon',\n    job_added_for_comparison: 'Karşılaştırma için iş eklendi',\n    job_added_to_favourite: 'İş favorilere eklendi',\n    job_applied: 'Başvurulan Pozisyon',\n    job_band: 'İş Bandı',\n    job_board: 'İş Tablosu',\n    job_comparison: 'İş Karşılaştırma',\n    job_description: 'İş Tanımı',\n    job_family: 'İş Ailesi',\n    job_family_description: 'İş Ailesi Tanımı',\n    job_function: 'İş Alanı',\n    job_function_excel: 'i̇ş_alanı',\n    job_id: 'İş Kodu',\n    job_industry: 'Sektör',\n    job_level: 'Pozisyon Seviyesi',\n    job_overview: 'İşe Genel Bakış',\n    job_position: 'Pozisyon',\n    job_profile: 'İş Profili',\n    job_profile_code: 'İş Profili Kodu',\n    job_profile_description: 'İş Profili Tanımı',\n    job_profile_title: 'İş Profili ',\n    job_profiles: 'İş Profilleri',\n    job_purpose: 'Sorumluluklar',\n    job_removed_from_comparison: 'İş karşılaştırmadan çıkarıldı',\n    job_removed_from_favourite: 'İş favorilerden çıkarıldı',\n    job_role: 'Pozisyon',\n    job_title: 'Unvan',\n    jobs: 'İşe Göre',\n    journal: 'Gelişim Günlüğü',\n    journal_course: 'Gelişim Günlüğü - Eğitim',\n    journal_dash_idp: 'Gelişim Günlüğü - KGP',\n    journal_idp: 'KGP Gelişim Günlüğü',\n    journal_idp_details: 'KGP Gelişim Günlüğü Detayları',\n    journey: 'Değerlendirme Projesi',\n    journey_report: 'Proje Süreç Raporu',\n    journey_tags: 'Proje Etiketleri',\n    jump_to: 'Şuraya Git',\n    key_accountabilities: 'Temel Sorumluluklar',\n    kpi: 'KPI',\n    language: 'Dil',\n    last_changed_on: 'Son Değiştirilme Tarihi',\n    last_date_updated: 'Güncellendiği Son Tarih',\n    last_updated: 'Son Güncellenme Tarihi',\n    later: 'Daha Sonra',\n    lateral: 'Yatay',\n    lateral_role: 'Yatay Pozisyon',\n    latest_update_by: 'Son Güncelleyen',\n    layer: 'Seviye',\n    leadership: 'Liderlik',\n    leadership_activity_add_successfully: 'Liderlik Etkinliği Başarıyla Eklendi',\n    leadership_benchmark: 'Liderlik Karşılaştırması',\n    leadership_fit: 'Liderlik Uyumu',\n    leadership_note_add_successfully: 'Liderlik Notu Başarıyla Eklendi',\n    learning: 'Öğrenme',\n    learning_agility: 'Öğrenme Çevikliği',\n    least: 'En az',\n    least_motivated_by: 'En az motive eden şey',\n    legend: 'Açıklama',\n    legends: 'Açıklamalar',\n    less: 'Daha Az',\n    let_s_begin: 'Haydi Başlayalım',\n    level: 'Seviye ',\n    level_chosen_by: 'Beceri Seviyesi',\n    level_of_proficiency: 'Yeterlilik Seviyesi',\n    limited: 'Sınırlı',\n    link_copied_to_clipboard: 'Link panoya kopyalandı',\n    linked_in_url: 'Linkedin URL',\n    list: 'Liste',\n    list_of_common: 'Ortak Yetenekler Listesi',\n    list_of_job_profiles: 'İş Profilleri Listesi',\n    list_of_selected_talents: 'Aşağıda seçilen yeteneklerin listesini bulabilirsiniz',\n    list_of_skills: 'Beceri Listesi',\n    loading: 'Yükleniyor',\n    loading_data: 'Veriler yükleniyor',\n    loading_please_wait: 'Yükleniyor lütfen bekleyin',\n    loading_talent: 'Yetenek yükleniyor',\n    loading_talent_pool_dashboard: 'Yetenek Havuzu Gösterge Tabloları Yükleniyor',\n    location: 'Lokasyon',\n    lock_status: 'Kilit Durumu',\n    lock_user: 'Kullanıcıyı kilitle',\n    logical: 'Mantıksal',\n    login: 'Giriş Yap',\n    low: 'Düşük',\n    low_driver: 'Düşük Seviye Sürücü',\n    low_morale: 'Düşük Motivasyon',\n    low_skills: 'Düşük Beceriler',\n    lower: 'Daha Düşük',\n    lower_score: 'Daha Düşük Puan',\n    lowest: 'Düşük',\n    ls: 'LP',\n    male: 'Erkek',\n    manage: 'Yönet',\n    manage_assessment: 'Değerlendirmeyi Yönet',\n    manage_candidate: 'Adayları Yönet',\n    manage_chart: 'Şemayı Yönet',\n    manage_credit: 'Krediyi Yönet',\n    manage_token: 'Krediyi yönet',\n    management_level: 'Yönetim Seviyesi',\n    manager: 'Yönetici',\n    manager_choice: 'Yönetici Değerlendirmesi',\n    manager_level: 'Yönetici Seviyesi',\n    manager_rating: 'Yönetici Değerlendirmesi',\n    manager_view: 'Yönetici Ekranı',\n    mapping_category: 'Eşleştirme Kategorisi',\n    mapping_workbook: 'Eşleştirme Çalışma Kitabı',\n    margin: 'Marj',\n    marital_status: 'Medeni Durum',\n    mark_as_completed: 'Tamamlanmış olarak İşaretle',\n    mark_mcp: 'KP olarak İşaretle',\n    match: 'Beklenen Seviyeyi Karşılıyor',\n    match_score: 'Uyum Puanı',\n    maximum_5: 'Maksimum 5',\n    maximum_characters: 'Maksimum 16 karakter',\n    mcp: 'KP',\n    measured_by: 'Kullanılan Araçlar',\n    medium: 'Orta',\n    medium_driver: 'Orta Düzey Sürücü',\n    mentee_list: 'Danışan Listesi',\n    mentor_coaching: 'Mentörlük/Koçluk',\n    mid: 'Orta',\n    minimum_characters: 'Minimum 8 karakter',\n    mismatch: 'Beklenen Seviyeyi Karşılamıyor',\n    mission: 'Görev',\n    mission_critical_position: 'Kritik Pozisyonlar (KP)',\n    moderate: 'Orta',\n    modify: 'Değiştir',\n    modify_formula: 'Formülü Değiştir',\n    more: 'Daha Fazla',\n    more_information_updated: 'Daha Fazla Bilgi güncellendi',\n    more_tools: 'Daha Fazla Araç',\n    most: 'En Çok',\n    most_motivated_by: 'En çok motive eden şey',\n    motivated_by: 'motive eden',\n    motivation: 'Motivasyon',\n    motivations: 'Motivasyonlar',\n    motivators: 'Motivasyon kaynakları',\n    motives: 'Güdüler',\n    movement_type: 'Hareket Tipi',\n    multiple_selection: 'Çoklu seçim(ler)',\n    my: 'Benim',\n    my_aspiration: 'Kariyer Hedefim',\n    my_development: 'Gelişimim',\n    my_education: 'Eğitimim',\n    my_experience: 'Deneyimim',\n    my_learning: 'Öğrendiklerim',\n    my_opco: 'Müşterilerim',\n    my_progress: 'Gelişimim',\n    my_role_fit: 'Pozisyona Uyumum',\n    my_succession: 'Hedefim',\n    my_team: 'Ekibim',\n    my_token: 'Kredim',\n    name: 'Ad',\n    name_is_required: 'Ad gerekli',\n    name_your_category_here: 'Kategoriyi Buraya Yazın',\n    narratives: 'Anlatılar',\n    nationality: 'Uyruk',\n    near_ra: `EY'na yakın`,\n    new: 'Yeni',\n    new_interviewer: 'Yeni Mülakatçı',\n    new_journey: 'Yeni Proje',\n    new_password: 'Yeni Parola',\n    new_policy: 'Yeni Politika',\n    new_tag: 'Yeni Etiket',\n    new_tagging: 'Yeni Etiket',\n    new_template: 'Yeni Şablon',\n    new_value: 'Yeni değer',\n    next: 'Sonraki',\n    nine_box: '9 Kutu',\n    nine_box_plot_chart: '9 Kutu Matrisi',\n    no: 'Hayır',\n    no_activities_available_currently: 'Şu anda kullanılabilecek etkinlik yok',\n    no_activity_found: 'Etkinlik bulunamadı',\n    no_available_data: 'Gösterilecek veri yok',\n    no_candidate_selected: 'Aday Seçilmedi',\n    no_country: 'Ülke Yok',\n    no_current_position: 'Şu Anki Pozisyon Yok',\n    no_data_available: 'Veri Yok',\n    no_data_available_for_this_section: 'Bu bölümde gösterilecek veri yok',\n    no_data_for_this_table: 'Bu Tablo için Veri Yok',\n    no_data_found: 'Veri bulunamadı',\n    no_data_selected: 'Veri seçilmedi',\n    no_data_to_show: 'Gösterilecek veri yok',\n    no_description_available: 'Şu anda kullanılabilecek tanım yok',\n    no_education_data_found: 'Eğitim Verisi Bulunamadı',\n    no_employees_attended: 'Katılan Çalışan Sayısı',\n    no_experience_data_found: 'Deneyim Verisi Bulunamadı',\n    no_listed_accountability: 'Listelenmiş sorumluluk yok',\n    no_name: 'Ad Mevcut Değil',\n    no_number: 'No.',\n    no_of_asst: 'Değ. Sayısı',\n    no_of_members: 'Üye Sayısı',\n    no_of_tools: 'Araç Sayısı',\n    no_of_tools_available: 'Kullanılabilir Araç Sayısı',\n    no_options: 'Seçenek Yok',\n    no_other_accountability: 'Başka sorumluluk yok',\n    no_performance: 'Performans Bilgisi Yok ',\n    no_permission: 'Bu bölümü görüntüleme izniniz yok',\n    no_permission_to_call_api: 'apı çağrısı yapma izni yok',\n    no_remark_found: 'Yorum Bulunamadı',\n    no_remarks: 'Yorum Yok',\n    no_reporting_line: 'Raporlayan pozisyon yok',\n    no_role: 'Pozisyon Yok',\n    no_role_selected_for_functional: 'Fonksiyonel beceriler için pozisyon seçilmedi',\n    no_role_selected_for_technical: 'Teknik beceriler için pozisyon seçilmedi',\n    no_roles: 'Pozisyon Yok',\n    no_roles_available: 'Uygun Pozisyon Yok',\n    no_status: 'Durum Yok',\n    no_successor: 'Yedek Personel Yok',\n    no_tools_available: 'Şu anda kullanılabilir araç yok',\n    no_users_found: 'Kullanıcı bulunamadı',\n    non_mission_critical_position: 'Kritik Olmayan Pozisyon',\n    non_mission_critical_positions: 'Kritik Olmayan Pozisyonlar',\n    norms: 'Norm Grup',\n    not_active: 'Aktif Değil',\n    not_eligible: 'Uygun değil',\n    not_required: 'Gerekli değil',\n    not_required_by_role: 'Gerekli değil',\n    not_selected: 'Seçilmedi',\n    not_succeeding_to_any_role: 'Herhangi bir pozisyona yedeklenmemiş',\n    note: 'Not',\n    notes: 'Notlar',\n    nothing: 'Hiçbir Şey',\n    notification_templates: 'Bildirim Şablonları',\n    nudege: 'Nudge',\n    number_of_children: 'Çocuk sayısı',\n    numbubbles: 'Numbubbles',\n    ok: 'Tamam',\n    old_value: 'Eski değer',\n    one_to_two_years: '1 - 2 yıl arası',\n    opco: 'Müşteri',\n    operator: 'İşleten',\n    option_a: 'Opsiyon A',\n    option_b: 'Opsiyon B',\n    org_chart: 'Org Şeması',\n    org_chart_root: 'Org Şeması Dizin Kökü',\n    org_health_index: 'Org Sağlık Endeksi',\n    org_health_index_high: 'Org Sağlık Endeksi - Yüksek',\n    org_health_index_low: 'Org Sağlık Endeksi - Düşük',\n    org_health_index_mid: 'Org Sağlık Endeksi - Orta',\n    org_unit: 'Birim',\n    org_view: 'Org Görünüm',\n    other_accountability: 'Diğer Sorumluluklar',\n    other_info: 'Diğer Bilgiler',\n    other_measurements: 'Diğer Ölçümlemeler',\n    other_role_s: 'Diğer Pozisyonlar',\n    other_roles: 'Diğer Pozisyon(lar)',\n    other_skills: 'Diğer Beceriler',\n    others: 'Diğerleri',\n    overall_performance_for: 'Genel Performans',\n    overall_sales_acumen: 'Genel Satış Zekası',\n    overall_score: 'Genel Puan',\n    overall_team_learning_completion: 'Ekibin Genel Öğrenme Süreci Tamamlama Oranı',\n    overall_team_performance: 'Genel Ekip Performansı',\n    overview: 'Genel Bakış',\n    page: 'Sayfa',\n    participating: 'Katılıyor',\n    past_history: 'Geçmiş',\n    pending: 'Onay Bekliyor',\n    pending_approval_not_selected: 'Onay Bekliyor/Seçilmedi',\n    people: 'Kişiler',\n    people_catalyst: 'İnsan Katalizörü',\n    people_in_role: 'Pozisyondaki Kişiler',\n    percentage: 'Yüzde',\n    performance: 'Performans',\n    performance_rating: 'Performans Değerlendirmesi',\n    permissions: 'İzinler',\n    personal_info: 'Kişisel Bilgiler',\n    personal_information: 'Kişisel Bilgiler',\n    personal_profile: 'Kişisel Profil',\n    photo_updated: 'Fotoğraf güncellendi',\n    pick_a_date: 'Bir Tarih Seçin',\n    pick_a_talent: 'Bir Yetenek Seçin',\n    pick_an_email_template_to_send_to: 'Göndermek üzere bir şablon seçin',\n    plan_development: 'Gelişim Planla',\n    please_add_a: 'Lütfen bir    ekleyin',\n    please_assign_a_framework: 'Lütfen bir kapsam seçin',\n    please_assign_a_user_to_this_role: 'Lütfen bu role bir kullanıcı atayın',\n    please_choose_a_journey: 'Lütfen bir değerlendirme projesi seçin',\n    please_choose_your_template: 'Lütfen şablonunuzu seçin',\n    please_configure_report_below: 'Lütfen raporu aşağıda kurgulayın',\n    please_enter_policy_name: 'Lütfen politika ismini girin',\n    please_enter_proficiency_level: 'Lütfen Yeterlilik Seviyesi Girin',\n    please_fill_in_your_email: 'Lütfen e-posta adresinizi girin.',\n    please_select: 'Lütfen seçin',\n    please_select_a_different_role: 'Lütfen farklı bir pozisyon seçin, bu pozisyon için veri yok',\n    please_select_a_role: 'Lütfen bir pozisyon seçin',\n    please_select_a_role_to_configure: 'Lütfen kurgulanacak bir pozisyon seçin',\n    please_select_a_skill: 'Lütfen Bir Beceri Seçin',\n    please_select_an_activity: 'Lütfen bir etkinlik seçin',\n    please_select_export_rating_tool: 'Lütfen Expert Rating Aracını seçin ',\n    please_select_report_below: 'Lütfen aşağıdan rapor seçin',\n    please_select_report_type: 'Lütfen Rapor Tipini Seçin',\n    please_statment: 'Lütfen şablonunuzu seçin',\n    please_wait_it_will_take_some_time_to_fetch_data: 'Lütfen bekleyin, verileri getirmek biraz zaman alacak',\n    pointers: 'Önemli Noktalar',\n    policy_management: 'Politika Yönetimi',\n    policy_name: 'Politika İsmi',\n    policy_setup: 'Politika Ayarları',\n    policy_tag: 'Politika Etiketi',\n    policy_tagged: 'Politika Etiketlendi',\n    pool: 'Havuz',\n    pool_name: 'Havuz Adı',\n    pools: 'Havuzlar',\n    popular: 'Popüler',\n    popular_skills: 'Popüler Beceriler',\n    population: 'Grup Büyüklüğü',\n    position: 'Pozisyon',\n    position_id: 'Pozisyon Kodu',\n    position_level: 'Pozisyon Seviyesi',\n    position_title: 'Pozisyon',\n    post: 'Yayınla',\n    post_hire: 'İşe Alım Sonrası ',\n    postcode: 'Posta Kodu',\n    potential_vs_performance: 'Potansiyel - Performans',\n    powered_by: 'Geliştiren',\n    powered_by_talent_pulse: 'TalentGateway Tarafından İşletilmektedir',\n    praise: 'Teşekkür',\n    pre_hire: 'İşe Alım Öncesi',\n    predicted_role_fit: 'Tahmini uyum',\n    preference: 'Eğilimler',\n    preparing_mapper_template: 'Eşleştirme şablonu hazırlanıyor..',\n    preparing_report_for_download: 'Rapor indirilmek üzere hazırlanıyor',\n    present: 'Halen',\n    preview: 'Önizleme',\n    preview_candidate_upload_modal: 'Aşağıda yüklenen adayların listesini bulabilirsiniz',\n    primary_job_focus: 'Öncelikli İş Alanı',\n    priority: 'Önem Derecesi',\n    problem_solving: 'Problem Çözme',\n    proceed: 'İleri',\n    professional_challenge: 'Profesyonel Zorluklar',\n    proficiencies: 'Yeterlilikler',\n    proficiency: 'Yeterlilik',\n    proficiency_level: 'Yeterlilik Seviyesi',\n    profile: 'Profil',\n    profile_has_no_bio: 'Profilin biyografisi yok',\n    profile_management: 'Profil Yönetimi',\n    profile_photo: 'Profil Fotoğrafı',\n    profile_status: 'Durum',\n    progress: 'İlerleme',\n    progress_rules: 'İlerleme Kuralları',\n    project: 'Proje',\n    project_approval: 'Proje Onayı',\n    project_description: 'Proje tanımını buraya girin',\n    project_details: 'Proje Detayları',\n    project_name: 'Proje adını buraya girin',\n    project_status: 'Proje Durumu',\n    project_title: 'Proje Adı',\n    proof_it: 'Kanıtla',\n    propose_deadline: 'Bitiş Tarihi Önerin',\n    public_link: 'Genel Link ',\n    public_link_is_not_enable: 'Genel Link Etkinleştirilmedi',\n    Publish: 'yayınla',\n    publish: 'Yayınla',\n    publish_all: 'Tümünü Yayınla',\n    published: 'Yayınlandı',\n    purpose: 'Amaç',\n    qualification: 'Nitelik',\n    qualitative: 'Niteliksel',\n    quality_of_leads: 'Potansiyel Müşterilerin Kalitesi',\n    quantitative: 'Niceliksel',\n    quarterly: 'Üç Aylık ',\n    questionnaire: 'Anket',\n    questionnaires_and_game_based_assessments: 'Anketler ve oyun bazlı değerlendirmeler',\n    questionnaires_and_simulations: 'Anketler ve simülasyonlar',\n    questions_for_probing: 'Değerlendirme Soruları',\n    quick_overview_of_talent_assessment_reports: 'Yetenek, Değerlendirme & Raporlara Hızlı Bakış',\n    quick_view: 'Hızlı Bakış',\n    quick_view_of_your_role_fit_progression: 'Pozisyon uyumu gelişimine genel bakış',\n    quickview: 'Genel Bakış',\n    ra: 'EY',\n    ra_at_beyond: 'EY - Karşılıyor/Geçmiş',\n    ra_one_to_two_years: 'EY - 1-2 yıl içinde',\n    rank: 'Derece',\n    rate_employee: 'Çalışanı Değerlendir',\n    rate_employees: 'Çalışanları Değerlendir',\n    rate_skills: 'Becerileri değerlendir',\n    rater: 'Değerlendirici',\n    rater_has_verified_your_skills: 'Değerlendirici becerilerinizi onayladı',\n    rater_status: 'Değerlendirici durumu',\n    rater_successfully_invited: 'Değerlendirici başarıyla davet edildi',\n    rating_completion: 'Değerlendirme Tamamlanma Oranı',\n    re_enter_the_new_password: 'Yeni parolayı tekrar girin',\n    readiness_level: 'Hazır Olma Düzeyi',\n    reason_of_rejection: 'Reddedilme nedeni',\n    reason_to_reject: 'Reddetme nedeni',\n    recent_activity: 'En Son Etkinlik',\n    recently_created: 'Yakın Zamanda Oluşturuldu',\n    recommend: 'Öner',\n    recommended: 'Önerilen',\n    recommended_activities: 'Önerilen Etkinlikler',\n    recommended_role: 'Önerilen Pozisyon',\n    recommended_score: 'Önerilen Puan',\n    reconfirm_your_password: 'Parolanızı Tekrar Doğrulayın',\n    recruitment: 'İşe Alma',\n    recruitment_extensive: 'Genişletilmiş',\n    red: 'Kırmızı',\n    reengineering: 'Yeniden Yapılandırma',\n    reengineering_people_performance_at_work: 'Kişilerin iş performansını yeniden yapılandırmak',\n    reengineering_people_performance: 'Kişilerin iş performansını yeniden yapılandırmak',\n    reenter_your_email_address: 'E-posta adresinizi tekrar girin',\n    register: 'Kayıt Ol',\n    reject_and_close: 'Reddet ve Kapat',\n    remaining_attempts: 'Kalan deneme sayısı',\n    remark: 'Yorum',\n    remark_list: 'Yorum Listesi ',\n    remarks: 'Yorumlar',\n    remarks_audit_trail: 'Kayıt Dizisi',\n    remarks_list: 'Yorum Listesi',\n    reminder: 'Hatırlatıcı',\n    reminder_e_mail: 'Hatırlatıma E-Postası',\n    remove: 'Listeden Çıkar',\n    remove_assessment_pin: 'Değerlendirme şifresini kaldır',\n    remove_from_compare: 'Karşılaştırmadan çıkar',\n    remove_from_favourites: 'Favorilerden kaldır',\n    remove_from_successor: 'Yedek Personel Statüsünden Çıkar',\n    remove_pin: 'Şifreyi Kaldır',\n    remove_successor: 'Yedek Personeli Sil',\n    remove_user: 'Kullanıcıyı kaldır',\n    replace: 'Değiştir',\n    report: 'Raporu',\n    report_configure_failed: 'Rapor kurgulanamadı',\n    report_configured_successfully: 'Rapor başarıyla kurgulandı.',\n    report_email_sent_date: 'E-posta Gönderim Tarihlerini Raporla',\n    report_for: 'Raporu',\n    report_generated_on: 'Rapor oluşturulma tarihi',\n    report_not_available: 'Rapora erişilemiyor',\n    report_on: 'Rapor',\n    report_position_level: 'Seviye',\n    report_type: 'Rapor Tipi',\n    report_type_is_required: 'Rapor tipi gerekli',\n    report_usage: 'Kullanım Raporu',\n    reporting_line: 'Raporlayan Pozisyon',\n    reporting_line_in_total: 'toplam rapor satırı',\n    reports: 'Raporlar',\n    request_token: 'Ek Jeton İste',\n    required: 'Gerekli',\n    required_rating: 'Gerekli Puan',\n    resemble: 'Benzer',\n    resend_invitation: 'Daveti Tekrar Gönder',\n    reset: 'Sıfırla',\n    reset_assessment: 'Değerlendirmeyi Sıfırla',\n    reset_password: 'Parolayı Sıfırla',\n    resetting_password: 'Parola sıfırlanıyor',\n    retirement_age: 'Emeklilik Yaşı',\n    return_to_list: 'Listeye Dön',\n    revenue: 'Gelir',\n    revoke_token: 'Ek Jetonu Geri Çek',\n    risk: 'Risk',\n    risk_level: 'Risk Seviyesi',\n    risk_level_name: 'Risk Seviyesi Adı',\n    role: 'Pozisyon',\n    role_access_management: 'Pozisyon Erişim Yönetimi',\n    role_accountabilities: 'Sorumluluklar',\n    role_accountability: 'Sorumluluklar',\n    role_accountability_added_successfully: 'Sorumluluk başarıyla eklendi',\n    role_accountability_information_updated: 'Sorumluluk bilgisi güncellendi',\n    role_benchmark: 'Pozisyonları Karşılaştırma',\n    role_deleted: 'Pozisyon Silindi ',\n    role_duration: 'Pozisyon Süresi',\n    role_fit: 'Pozisyona Uyum',\n    role_fit_score: 'Pozisyona Uyum Puanı',\n    role_level: 'Pozisyon Seviyesi',\n    role_management: 'Pozisyon Yönetimi',\n    role_management_for: 'Pozisyon Yönetimi',\n    role_name: 'Pozisyon Adı',\n    role_performance: 'Performans',\n    role_profile: 'Pozisyon Profili',\n    role_purpose: 'Pozisyondan Beklenenler',\n    roles: 'Pozisyonlar',\n    rows_per_page: 'Sayfa başına satır sayısı',\n    rules: 'Kurallar',\n    s: 'RY',\n    s_tokens: 'in jetonları',\n    sales: 'Satış',\n    sales_foundation: 'Satış Altyapısı',\n    sales_foundation_aptitude: 'satış altyapısı: yatkınlık',\n    sales_foundation_behaviours: 'satış altyapısı: davranışlar',\n    sales_foundation_motivators: 'satış altyapısı: motivasyon kaynakları',\n    sales_metric: 'Satış Metriği',\n    sales_process: 'Satış Süreci',\n    sales_process_connect: 'satış süreci: bağlantı kur',\n    sales_process_deliver: 'satış süreci: teslim et',\n    sales_process_explore: 'satış süreci: keşfet',\n    sales_process_solve: 'satış süreci: çöz',\n    sales_simulation: 'satış simülasyonu',\n    sales_velocity: 'Satış Hızı',\n    save: 'Kaydet',\n    save_and_close: 'Kaydet ve Kapat',\n    save_as: 'Farklı Kaydet',\n    save_as_new_policy: 'Yeni politika olarak kaydet',\n    save_note: 'Notu Kaydet',\n    save_publish: 'Kaydet & Yayınla',\n    saved: 'Kaydedildi',\n    scenario: 'Senaryo',\n    school: 'Okul',\n    score: 'Puan',\n    score_record: 'Değerlendirme Geçmişi',\n    score_summary: 'Puan Özeti',\n    score_threshold: 'Puan Eşiği',\n    scores_breakdown: 'Puan Dağılımı',\n    scores_successfully_uploaded: 'Puanlar başarıyla yüklendi',\n    scoring_guide: 'Puanlama Kılavuzu',\n    scoring_methodology: 'Puanlama Metodolojisi',\n    search: 'Ara',\n    search_aspirations: `'Kariyer Hedeflerini Ara'`,\n    search_by: 'Ara',\n    search_candidate: 'Aday Ara',\n    search_candidates: 'Adayları Ara',\n    search_client: 'Müşteri ara',\n    search_configuration: 'Konfigürasyon ara',\n    search_employee: 'Çalışan Ara',\n    search_for_assessments: 'Değerlendirmeleri ara',\n    search_for_employee: 'Çalışan Ara',\n    search_here: 'Arama yap',\n    search_jobs: 'İş Ara',\n    search_list: 'Arama Listesi ',\n    search_more: 'Daha Fazla Arama',\n    search_name: 'Ad Ara',\n    search_org_chart: 'Org Şeması Ara',\n    search_results: 'Sonuç Ara',\n    search_skills: 'Beceri Ara',\n    search_talents: 'Yetenekleri Ara',\n    search_tools: 'Araç ara',\n    search_tree: 'Arama',\n    secondary_job_focus: 'İkincil İş Alanı',\n    seek_your_guiding_light: 'Rehberinizi Arayın',\n    select: 'Seç',\n    select_a_date: 'Bir tarih seçin',\n    select_a_department: 'Bir Departman Seçin',\n    select_a_division: 'Bir Birim Seçin',\n    select_a_role: 'Bir Pozisyon Seçin',\n    select_a_role_level: 'Bir pozisyon seviyesi seç',\n    select_a_talent_to_view_reporting_line: 'Raporlanan pozisyonu görmek için bir yetenek seçin',\n    select_activity_name: 'Etkinlik Seç',\n    select_all: 'Tümünü Seç',\n    select_assessment: 'Proje Seç',\n    select_box_to_view_the_list: 'Listeyi görmek için bir kutu seçin',\n    select_client: 'Müşteri Seç',\n    select_filter: 'Filtre Seç',\n    select_from_circular_org: 'Dairesel Org Şemasından seçin',\n    select_funnel_section_to_see_data: 'Veriyi görmek için huni grafiğinden bir bölüm seçin',\n    select_job_applied: 'Başvurulan Pozisyonu Seç',\n    select_job_band: 'İş Bandı Seç',\n    select_job_family: 'İş Ailesi Seç',\n    select_job_focus: 'İş Alanı Seç',\n    select_journey: 'Değerlendirme Projesi Seç',\n    Select_Language: 'Tercih Edilen Dili Seç',\n    select_new_rater: 'Yeni Değerlendirici Seç',\n    select_norms: 'Norm Grup Seç',\n    select_option: 'Opsiyon Seç',\n    select_position_level: 'Pozisyon Düzeyi Seç',\n    select_preferred_language: 'Tercih Edilen Dili Seç',\n    select_provider: 'Tedarikçi Seç',\n    select_report_provider: 'Rapor Tedarikçisini Seç',\n    select_report_type: 'Rapor Tipini Seç',\n    select_roles: 'Pozisyon Seç',\n    select_rows: 'Satır Seç',\n    select_skill_and_activity: 'Önce bir beceri ve ardından bir etkinlik seçin',\n    select_successor: 'Yedek Personel Seç',\n    select_tag: 'Bir Etiket Seç',\n    select_talent: 'Yetenek Seç',\n    select_target: 'Kriter Seç',\n    select_tool: 'Araç Seç',\n    select_tools: 'Araç Seç',\n    select_type: 'Tip Seç',\n    select_type_of_notification_to_be_sent: 'Gönderilecek bildirim(ler) tipi',\n    select_workbook: 'Çalışma Kitabı Seç',\n    select_your_gender: 'Cinsiyetinizi Seçin',\n    selected: 'Seçili',\n    selected_aspirations: 'Seçilen kariyer hedefleri',\n    selected_baseline: 'Seçilen Referans ',\n    selected_framework_tools: 'Seçilen Araçlar',\n    selected_role_baseline: 'Seçilen Referans Pozisyon',\n    selected_skill: 'Seçilen Beceri',\n    selected_stage: 'Seçilen Aşama',\n    selection: 'Seçim',\n    selection_average: 'Seçilenlerin Ortalaması',\n    self_rating: 'Öz Değerlendirme',\n    send: 'Gönder',\n    send_custom_email: 'Özel E-posta Gönder',\n    send_custom_email_to: 'özel e-posta gönder',\n    send_invitation: 'Davet Gönder ',\n    send_invitation_free: 'Davet Gönder (ücretsiz)',\n    send_invitation_immediately: 'Hemen Davet Gönder',\n    send_invitations_to: 'davet gönderin',\n    send_notification: 'Bildirim Gönder',\n    send_reminder: 'Hatırlatma Gönder',\n    send_reminder_to: 'hatırlatma gönder',\n    send_token_to: 'jeton gönder',\n    sender_name: 'Gönderenin Adı',\n    set_as_default: 'Varsayılan olarak ayarla',\n    set_new_pin: 'Yeni Şifre Oluştur',\n    set_pin: 'Şifre belirle',\n    set_pin_to_assessment: 'Değerlendirme için şifre belirleyin',\n    set_templates: 'E-posta Şablonu Oluştur',\n    set_your_own_password: 'Kendi Parolanı Oluştur',\n    shapes: 'Şekiller',\n    short_cuts: 'Kısa Yollar',\n    short_profile_updated: 'Kısa profil güncellendi',\n    show_full_data: 'Tüm Verileri Göster',\n    show_minimized_data: 'Küçültülen Verileri Göster',\n    show_profiles: 'Profilleri Göster',\n    sign_in: 'Giriş Yap',\n    sign_in_welcome: 'Hoşgeldiniz',\n    sign_out: 'Çıkış Yap',\n    sign_up: 'Üye Ol',\n    similar_skills: 'Benzer Beceriler',\n    simulation: 'Simülasyon',\n    simulation_build_your_business: 'Simülasyon- Build Your Business',\n    simulation_i_lead: 'Simülasyon - iLead',\n    size: 'Boyut',\n    size_by: 'Boyutlandır',\n    size_name: 'Boyut Adı',\n    sizes: 'Boyutlar',\n    skill: 'Beceri',\n    skill_description: 'Beceri Tanımı',\n    skill_details: 'Beceri detayları',\n    skill_id: 'Beceri Kodu',\n    skill_level_check: 'Beceri Düzeyi Kontrolü ',\n    skill_mastery_level: 'Beceri Uzmanlık Seviyesi',\n    skill_name: 'Beceri Adı',\n    skill_selected: 'Seçilen Beceri',\n    skill_taxonomy: 'Beceri Sınıflandırması',\n    skill_title: 'Beceri Adı',\n    skill_type: 'Beceri Tipi',\n    skills: 'Beceriler',\n    skills_available: 'Kullanılabilir Beceriler',\n    skills_fit: 'Beceri Uyumu',\n    skills_list: 'Beceriye Göre',\n    skills_matched: 'Eşleşen Beceriler',\n    skills_selected: 'Seçilen Beceriler',\n    skills_to_develop: 'Geliştirilecek Beceriler',\n    skills_to_rate: 'Değerlendirilecek Beceriler',\n    skip: 'Atla',\n    slice_dice_data: 'Veri Analizi',\n    slower: 'Daha Yavaş',\n    snapshot: 'Anlık Görüntü',\n    solve: 'Çöz',\n    some_development_tips_for_you: 'Sizin için bazı gelişim önerileri',\n    some_of_the_selected_candidate_is_already_invited: 'Seçilen adayların bazıları daha önce davet edilmişti',\n    some_tips_for_you: 'Sizin için bazı öneriler',\n    something_has_gone_wrong: 'Bir hata oluştu',\n    something_went_wrong: 'Bir hata oluştu',\n    something_went_wrong_please_try_again_later: 'Bir hata oluştu lütfen daha sonra tekrar deneyiniz',\n    something_went_wrong_plz_try_again_later: 'Bir hata oluştu lütfen daha sonra tekrar deneyin',\n    something_went_wrong_try_again_later: 'Bir hata oluştu, daha sonra tekrar deneyin',\n    something_went_wrong_when_downloading_the_report: 'Rapor indirilirken bir hata oluştu',\n    something_went_wrong_when_exporting_the_report: 'Rapor aktarılırken bir hata oluştu',\n    sorry_no_data_available_for_selected_op_co: 'Üzgünüz, seçilen Müşteri için data mevcut değil',\n    sort_by: 'Sırala',\n    source: 'Kaynak',\n    source_library_framework: 'Kaynak: Kütüphane Sistemi',\n    speed: 'Hız',\n    start_date: 'Başlama Tarihi',\n    start_now: 'Şimdi Başla',\n    started: 'Başladı',\n    state: 'Durum',\n    status: 'Durum',\n    status_tag: 'Statü Etiketi',\n    stretch: 'Genişlet',\n    stretch_role: 'Pozisyonu Genişlet',\n    stretchability_gauge: 'Zorlanabilirlik Ölçüsü',\n    sub_technical: 'Alt-teknik',\n    submit: 'Gönder',\n    succeeding_to: 'Yedeklendiği Pozisyon',\n    succeeding_to_role: 'Pozisyon İçin Yedekleniyor',\n    success: 'Başarı',\n    successfully: 'Başarılı',\n    successfully_add_remarks: 'Yorumlar başarıyla eklendi',\n    successfully_add_successor_to_role: 'Yedek Personel Başarıyla Pozisyona Eklendi',\n    successfully_added_a_successor: 'Yedek personel başarıyla eklendi',\n    successfully_added_external_candidates: 'Dış adaylar başarıyla eklendi',\n    successfully_added_internal_candidates: 'İç adaylar başarıyla eklendi',\n    successfully_added_remark: 'Yorum başarıyla eklendi',\n    successfully_added_successor: 'Yedek Personel başarıyla eklendi',\n    successfully_allowed: 'Onaylama başarılı',\n    successfully_allowed_download_report: 'Adayın rapor indirmesine izin verildi',\n    successfully_allowed_the_candidate_to_download_report: 'Adayın rapor indirmesi başarıyla onaylandı.',\n    successfully_block_user: 'Kullanıcı başarıyla engellendi',\n    successfully_blocked: 'Bloke etme başarılı',\n    successfully_blocked_download_report: 'Adayın rapor indirmesi engellendi',\n    successfully_blocked_the_candidate_to_download_report: 'Adayın rapor indirmesi başarıyla bloke edildi.',\n    successfully_change_password: 'Parola Başarıyla Değiştirildi',\n    successfully_changed_user_s_password: 'Kullanıcının parolası başarıyla değiştirildi',\n    Successfully_created_a_role: 'Pozisyon başarıyla oluşturuldu',\n    successfully_created_project: 'Proje Başarıyla Oluşturuldu',\n    successfully_created_role_accountability: 'Sorumluluk başarıyla oluşturuldu',\n    successfully_created_tags: 'Etiket Başarıyla Oluşturuldu',\n    successfully_created_or_edited_the_formula_engine: 'Formül motoru başarıyla {{created_or_edited}}',\n    successfully_delete: 'Başarıyla silindi',\n    successfully_deleted_course: 'Eğitim başarıyla silindi',\n    successfully_deleted_idp: 'KGP başarıyla silindi',\n    successfully_deleted_journal_attachment: 'Gelişim Günlüğü ek dosyası başarıyla silindi',\n    successfully_deleted_remark: 'Yorum başarıyla silindi',\n    successfully_deleted_the_idp: 'KGP başarıyla silindi',\n    successfully_download_excel_file: 'Excel dosyası başarıyla indirildi',\n    successfully_edited_remark: 'Yorum başarıyla düzenlendi',\n    successfully_exported_document: 'Doküman başarıyla aktarıldı',\n    successfully_generate_link: 'Link Başarıyla Oluşturuldu',\n    successfully_generated_excel_file: 'Excel Dosyası Başarıyla Oluşturuldu',\n    successfully_generated_excel_report: 'Excel Raporu Başarıyla Oluşturuldu',\n    successfully_generated_pdf_report: 'PDF Raporu başarıyla oluşturuldu',\n    successfully_generated_template_file: 'Şablon dosya başarıyla oluşturuldu',\n    successfully_invited: 'Başarıyla davet edildi',\n    successfully_locked: 'Başarıyla kilitlendi',\n    successfully_published_the_roles: 'Pozisyon başarıyla yayınlandı',\n    successfully_reject_talent_technical: 'Yeteneğin teknik becerileri başarıyla reddedildi',\n    successfully_removed: 'Silme başarılı',\n    successfully_removed_org_chart_data: 'Org şema verileri başarıyla silindi',\n    successfully_removed_small: 'Başarıyla silindi',\n    successfully_removed_successor: 'Yedek Personel başarıyla silindi',\n    successfully_removed_the_user: 'Kullanıcı başarıyla kaldırıldı.',\n    successfully_removed_user: 'Kullanıcı başarıyla silindi',\n    successfully_replaced_attachment: 'Ek dosya başarıyla değiştirildi',\n    successfully_save_access_control: 'Erişim Kontrolü başarıyla kaydedildi',\n    successfully_save_all_rating: 'Tüm değerlendirmeler başarıyla kaydedildi',\n    successfully_save_columns: 'Sütunlar başarıyla kaydedildi',\n    successfully_save_configuration: 'Konfigürasyon Başarıyla Kaydedildi',\n    successfully_save_details: 'Detayları kaydederken hata oluştu',\n    successfully_saved_assessment_details: 'Değerlendirme detayları başarıyla kaydedildi',\n    successfully_send_invitation_to: 'Davet başarıyla gönderildi',\n    successfully_send_reminder: 'Hatırlatma başarıyla gönderildi',\n    successfully_send_reminder_to_rater: 'Değerlendiriciye hatırlatma başarıyla gönderildi',\n    successfully_sent_custom_email_to_user: 'Kullanıcıya özel e-posta başarıyla gönderildi',\n    successfully_sent_invitation: 'Davet başarıyla gönderildi',\n    successfully_sent_invitation_to_user: 'Kullanıcıya başarıyla davet gönderildi',\n    successfully_sent_reminder: 'Hatırlatma başarıyla gönderildi',\n    successfully_sent_reminder_to_user: 'Kullanıcıya(kullanıcılara) hatırlatma başarıyla gönderildi',\n    successfully_set_date: 'Tarih belirleme başarılı',\n    successfully_set_new_password: 'Yeni Parola Başarıyla Oluşturuldu.',\n    successfully_set_password: 'Parola başarıyla oluşturuldu',\n    successfully_set_pin: 'Şifre belirleme başarılı',\n    successfully_unblocked_user: 'Kullanıcı engeli başarıyla kaldırıldı',\n    successfully_unlocked: 'Kilit başarıyla kaldırıldı',\n    successfully_unmark_roles_as: 'Pozisyonların İşareti Başarıyla Kaldırıldı',\n    successfully_updated: 'Başarıyla güncellendi',\n    successfully_updated_idp: 'KGP başarıyla güncellendi',\n    successfully_updated_job_overview: 'İşe Genel Bakış başarıyla güncellendi',\n    successfully_updated_permissions: 'İzinler başarıyla güncellendi',\n    successfully_updated_policy: 'Politika Başarıyla Güncellendi',\n    successfully_updated_tagging: 'Etiket başarıyla güncellendi.',\n    successfully_uploaded_attachment: 'Ek dosya başarıyla yüklendi',\n    successfully_uploaded_org_chart_template: 'Org şema şablonu başarıyla yüklendi',\n    successfully_uploaded_talent_profiles_template: 'Yetenek Profil Şablonu başarıyla yüklendi',\n    successfully_uploaded_technical_rating_template: 'Teknik Değerlendirme Şablonu başarıyla yüklendi',\n    succession_role: 'Yedeklendiği Pozisyon',\n    successor: 'Yedek Personel',\n    successor_name: 'Yedek Personelin Adı',\n    successors_profile_comparison: 'Yedek Personeller Profil Karşılaştırması',\n    suggested: 'Önerilen',\n    suggested_level: 'Beklenen Seviye',\n    suggested_questions: 'Önerilen Sorular',\n    suggested_rating: 'Beklenen Puan',\n    summary: 'Özet',\n    supplemental_focus: 'İkincil Faaliyet Alanı',\n    sys_cannot_enable_assessment_msg: 'Gönderici adı olmadan değerlendirme e-posta konfigürasyonu devreye alınamaz',\n    sys_talent_profile_section_to_show: 'Yönetici Ekranı İçin Yetenek Profil Bölümü',\n    sys_total_sum_of_enabled_section: 'Kullanılabilir bölüm ağırlıklarının toplamı %100 olmalıdır',\n    sys_total_sum_of_enabled_weightage: 'Kullanılabilir ağırlıkların toplamı %100 olmalıdır',\n    system_profile: 'Sistem Profili',\n    system_role: 'Sistemdeki Pozisyon',\n    system_setup: 'Sistem Ayarları',\n    table_view: 'Tablo Görünümü',\n    tag_interviewer: 'Mülakatı Yapacak Kişi ',\n    tagged_user: 'Etiketlenen Kullanıcı',\n    tagging: 'Etiket',\n    tagging_setup: 'Etiketleme Ayarı',\n    tags: 'Etiketler ',\n    talent: 'Yetenek',\n    talent_from: 'Yetenek',\n    talent_legend: 'Yetenek Açıklamaları',\n    talent_name: 'Yeteneğin Adı',\n    talent_pool: 'Yetenek Havuzu',\n    talent_profile: 'Yetenek Profili',\n    talent_profile_current_role: 'Yetenek Profili - Mevcut Pozisyon',\n    talent_profile_roles: 'Yetenek Profili - Pozisyonlar',\n    talent_profile_step_by_step_selection: 'Yetenek Profili Alan Seçimi ',\n    talent_pulse: 'TalentGateway',\n    talent_tagging: 'Yeteneği Etiketle:',\n    talent_target: 'Hedef Yetenek',\n    talents: 'Yetenekler',\n    tally_up: 'Tally Up',\n    target_completion: 'Hedef Tamamlanma Oranı',\n    target_completion_date: 'Hedef Tamamlanma Tarihi',\n    target_score: 'Hedef Puan',\n    team_avg_performance: 'Ortalama Ekip Performansı',\n    team_dev_status: 'Ekip Gelişim Durumu',\n    team_members: 'Ekip Üyeleri',\n    team_org_chart: 'Ekip Organizasyon Şeması',\n    team_profiles: 'Ekip Profilleri',\n    team_risk_areas: 'Ekip Risk Alanları',\n    team_skills: 'Ekip Becerileri',\n    team_summary_learning: 'Ekip Öğrenme Özeti',\n    teams: 'Ekip',\n    technical: 'Teknik Bilgi/Beceriler',\n    technical_functional: 'Teknik/Fonksiyonel',\n    technical_functional_skills: 'Teknik/Fonksiyonel Beceriler',\n    technical_note_add_successfully: 'Teknik Not Başarıyla Eklendi',\n    technical_rating: 'Teknik Değerlendirme ',\n    technicals: 'Teknik Bilgi/Beceriler',\n    tell_me_about_yourself: 'Bana Kendiniz Hakkında Bilgi Verin',\n    tell_your_talent_the_details: 'Yeteneğinize detayları iletin',\n    template: 'Şablon',\n    the: 'Bu',\n    the_artist: 'Sanatçı',\n    the_assessment: 'Değerlendirme?',\n    the_candidate_has_not_completed_the_assessment: 'Aday değerlendirmeyi tamamlamadı',\n    the_description_must_be_at_least_5_character: 'Tanım en az 5 karakter olmalıdır.',\n    the_detective: 'Dedektif',\n    the_entrepreneur: 'Girişimci',\n    the_minimum_score_to_success: 'Başarı için minimum puan',\n    the_people_person: 'İnsancıl Kişi',\n    the_potential_matrix: 'Potansiyel Matrisi',\n    the_pragmatist: 'Pragmatik',\n    the_results: 'Sonuçlar',\n    the_scores: 'Puanlar',\n    there_are_no_roles_available: 'Şu anda uygun pozisyon yok',\n    there_is_no_score_available_to_display: 'Gösterilecek puan yok.',\n    this: 'bu',\n    this_candidate_is_an_internal_talent: 'Aday şirket içi yeteneklerden biri',\n    this_candidate_is_in_multiple_assessment: 'Aday birden fazla değerlendirmeye dahil edilmiş',\n    this_report: 'Bu rapor',\n    this_sales_report: 'Bu Satış Raporu',\n    timeline: 'Zaman Akışı',\n    tip: 'Öneri',\n    tips_for_development: 'Gelişim İçin Öneriler',\n    title: 'Unvan',\n    to: 'Bitiş',\n    to_do: 'Yapılacak İşler',\n    token: 'Jeton',\n    token_expired: 'Kredi Kalmadı',\n    tool_management: 'Araç Yönetimi',\n    tool_used: 'Kullanılan Araçlar',\n    tools: 'Araçlar',\n    tools_cost: 'Araçların Maliyeti',\n    tools_name: 'Araç Adları',\n    top_potential: 'En Yüksek Potansiyel',\n    top_potential_of: 'En Yüksek Potansiyeli',\n    top_skills_to_develop: 'Geliştirilecek İlk Beceriler',\n    top_skills_to_leverage: 'Faydalanılacak İlk Beceriler',\n    total: 'Toplam',\n    total_assessment: 'Toplam Değerlendirme Sayısı',\n    total_candidate: 'Toplam Aday Sayısı',\n    total_candidates: 'Toplam Aday Sayısı',\n    total_cost: 'Toplam Harcama',\n    total_credit: 'Toplam Maliyet',\n    total_development_plan_available: 'Gelişim Alanı',\n    total_exp: 'Toplam Deneyim',\n    total_position: 'Toplam Pozisyon Sayısı',\n    total_project: 'Toplam Proje Sayısı',\n    total_talent: 'Toplam Yetenek Sayısı',\n    total_talents: 'Toplam Yetenek Sayısı',\n    total_token_cost: 'Toplam Maliyet',\n    training_records: 'Eğitim Kayıtları',\n    traits: 'Kişisel Özellikler',\n    transactional: 'İşlemsel',\n    trash: 'çöp',\n    tri_factor: 'Üç Faktör',\n    trigger_report: 'Raporu Gönder',\n    two_years: '2 yıl',\n    type: 'Alan',\n    unable_to_bulk_setup_interview: 'Toplu mülakat daveti başarısız',\n    unable_to_send_invitation_wrong: 'Davet gönderilemedi, Bir hata oluştu',\n    unable_to_send_reminder_wrong: 'Hatırlatma gönderilemedi, Bir hata oluştu',\n    unable_to_unblock_user: 'Kullanıcı engeli kaldırılamadı ',\n    unauthorized: 'Yetki Yok',\n    unblock: 'Engeli Kaldır',\n    understand_where_your_candidates_are: 'Değerlendirme sürecini takip edin',\n    unexpected_error: 'Beklenmedik Hata',\n    unit: 'Birim',\n    unit_cost: 'Birim Maliyet',\n    unlimited: 'Sınırsız',\n    unlock_assessment: 'Değerlendirmenin Kilidini Kaldır',\n    unlock_user: 'Kullanıcının kilidini kaldır',\n    unmark_mcp: 'KP işaretini kaldır',\n    unpublish: 'Yayınlamayı Geri Al',\n    unset_default: 'varsayılan olmaktan çıkar',\n    unset_from_default: 'varsayılan olmaktan çıkar',\n    unsupported_org_chart_file: 'Desteklenmeyen Org Şeması formatı',\n    update: 'Güncelle',\n    update_activity_successfully: 'Etkinlik Başarıyla Güncellendi',\n    update_existing_policy: 'Mevcut politikayı güncelle',\n    update_existing_user: 'Mevcut kullanıcıyı güncelle',\n    update_journey_success: 'Proje başarıyla güncellendi',\n    update_policy: 'Politikayı Güncelle',\n    update_template_successfully: 'Şablon başarıyla yüklendi',\n    update_user: 'Kullanıcıyı Güncelle',\n    updated_date: 'Güncellenme Tarihi',\n    upload: 'Yükle',\n    upload_360_rating_template_csv: '360 Değerlendirme Şablonunu Yükle (CSV)',\n    upload_candidates: 'Adayları Yükle',\n    upload_center: 'Yükleme Merkezi',\n    upload_file: 'Dosya Yükle',\n    upload_leadership_score: 'Liderlik Puanını Yükle',\n    upload_picture: 'Resim Yükle',\n    upload_template: 'Şablonu yükle',\n    upload_user_profile: 'Kullanıcı Profili Yükle',\n    used: 'Kullanılmış',\n    user: 'Kullanıcı',\n    user_choice: 'Kullanıcı Değerlendirmesi',\n    user_details: 'Kullanıcı Detayları',\n    user_list: 'Kullanıcı Listesi',\n    user_management: 'Kullanıcı Yönetimi',\n    user_rating: 'Kullanıcı Değerlendirmesi',\n    user_tag: 'Kullanıcı Etiketi',\n    valid_duration: 'Geçerli Süre',\n    value: 'Değer',\n    verbal_knowledge: 'Sözel Bilgi',\n    verified: 'onaylandı',\n    verified_skill: 'Onaylanmış Beceri',\n    view: 'Görüntüle',\n    view_360_dashboard: '360 Gösterge Tablolarını Görüntüle',\n    view_360_five_report: '360-Beş Raporunu Görüntüle',\n    view_all_skills: 'Tüm Becerileri Görüntüle',\n    view_all_talents: 'Tüm Yetenekleri Görüntüle',\n    view_by: 'Görüntüle',\n    view_candidate: 'Adayı Görüntüle',\n    view_candidates: 'Adayları Görüntüle',\n    view_career: 'Kariyeri Görüntüle',\n    view_deleted_role: 'Silinen Pozisyonu Görüntüle',\n    view_detail: 'Detayları Görüntüle',\n    view_details: 'Detayları Görüntüle',\n    view_development: 'Gelişimi Görüntüle',\n    view_edit_assigned_permission: 'Verilen İzinleri Görüntüle/Düzenle',\n    view_employee_info: 'Çalışan Bilgilerini Görüntüle',\n    view_gap: 'Uyum Analizi',\n    view_gaps: 'Uyum Analizi',\n    view_jobs: 'İşleri Görüntüle',\n    view_less: 'Daha Az Görüntüle',\n    view_more: 'Daha Çok Görüntüle',\n    view_people_in_role: 'Pozisyondaki Kişileri Görüntüle',\n    view_profile: 'Profili Görüntüle',\n    view_project: 'Projeyi Görüntüle',\n    view_projects: 'Projeleri Görüntüle',\n    view_record: 'Kaydı Görüntüle',\n    view_remarks: 'Yorumları Görüntüle',\n    view_report: 'Raporu Görüntüle',\n    view_score: 'Puanı Görüntüle',\n    view_selected_talent: 'Seçili Yetenek(ler)i Görüntüle',\n    view_simplify_form: 'Basitleştirilmiş Formu Görüntüle',\n    view_skills: 'Becerileri Görüntüle',\n    view_talent_only: 'Sadece Yeteneği Görüntüle',\n    view_tools: 'Araçları Görüntüle',\n    view_unrated_skills: 'Değerlendirilmemiş Beceriyi Görüntüle',\n    views: 'Görüşler',\n    we_dont_see_people_as_commodities: 'İnsanları eşya gibi görmüyoruz.',\n    week_s_from_creating_the_assessment: 'günde bir',\n    weightage: 'Ağırlık',\n    weightage_allocated: 'Ağırlık Dağılımı',\n    welcome: `TalentGateway'e Hoşgeldiniz`,\n    welcome_to_talent_pulse: `TalentGateway'e Hoşgeldiniz`,\n    what_compentency_skills_to_develop: 'Hangi yetkinlik/beceriler geliştirilmeli',\n    what_drives_you_at_work: 'Sizi işyerinde ne motive eder',\n    what_is_your_marital_status: 'Medeni durumunuz nedir',\n    what_motivates_you_at_work: 'Sizi işyerinde ne motive eder?',\n    what_type_of_dev: 'Bu ne tip bir gelişim',\n    what_was_assessed: 'Ne değerlendirilmişti',\n    what_was_measured: 'Ne ölçülmüştü?',\n    when_were_you_born: 'Doğum tarihiniz nedir',\n    where_is_this_happening: 'Bu nerede gerçekleşiyor',\n    which_career_path_best_resonates_with_your_personality: 'Hangi kariyer yolu kişiliğinizle en çok örtüşüyor',\n    workflow_stage_to_another_stage: '{{workflow_stage}} bitiş {{another_stage}}',\n    work_experiences: 'İş Deneyimleri',\n    work_related_behaviours: 'İşle İlgili Davranışlar',\n    workbook: 'Çalışma Kitabı',\n    working_knowledge: 'Yeterli Düzey',\n    would_you_like_to_add_something_more_about_yourself: 'Kendiniz hakkında söylemek istediğiniz başka bir şey var mı',\n    write_down_a_short_summary_of_the_activity: 'Etkinliğin kısa bir özetini yazın',\n    wrong_password_entered: 'Yanlış parola girildi',\n    x_axis: 'X-Ekseni',\n    y_axis: 'Y-Ekseni',\n    year_s_to_retirement: 'Emekliliğe Kalan Süre (Yıl)',\n    yearly: 'Yıllık',\n    years_of_experience: 'Deneyim Süresi',\n    months: 'ay',\n    yes: 'Evet',\n    you: 'Siz',\n    you_are_here: 'Buradasınız',\n    you_can_add_only_up_to_successor_for_each_role: 'Her pozisyon için en fazla 3 yedek personel ekleyebilirsiniz',\n    you_have_successfully_applied_for_this_job: 'Bu işe başarıyla başvurdunuz',\n    young_entrepreneur: 'Genç Girişimci',\n    your_activity_is_marked_as_completed: 'Etkinliğiniz Tamamlandı Olarak İşaretlendi',\n    your_feedback_helps_us_to_continuously: 'Görüşleriniz bizim sürekli etkileyici',\n    your_score: 'Puanınız',\n    download_360_candidate_status: 'Aday 360 Durumunu İndir',\n    group_trend: 'Grup Eğilimleri',\n    is: 'IS',\n    hi: 'Merhaba',\n    title_2: 'Başlık',\n    about_build_your_business: 'Kendi İşini Oluştur Hakkında',\n    about_i_lead: 'iLead Hakkında',\n    about_the_report: 'Rapor Hakkında',\n    about_your_score: 'Puanınız Hakkında',\n    about_yourself: 'Hakkınızda',\n    above_average: 'Ortalamanın Üzerinde',\n    accendo_sso_configurations: 'Accendo SSO Konfigürasyonları',\n    access_email: 'Erişim E-Postası',\n    account_recovery: 'Hesap Kurtarma',\n    add_education_successfully: 'Eğitim başarıyla eklendi',\n    add_members: 'Üye Ekle',\n    add_new_department: 'Yeni Departman Ekle',\n    add_new_grade: 'Yeni derece ekle',\n    add_new_skill: 'Yeni beceri ekle',\n    add_new_technical_framework: 'Yeni Teknik Kapsam ekle',\n    add_new_tool: 'Yeni Araç ekle',\n    add_tag: 'Etiket ekle',\n    added_by: 'Ekleyen',\n    added_tools_successfully: 'Araçlar başarıyla eklendi',\n    address: 'Adres',\n    address_1: 'Adres 1',\n    address_2: 'Adres 2',\n    aggregate: 'Toplam',\n    agile_leader: 'Çevik Lider',\n    alert_changing_theme: 'İçeriği değiştirmek kaydedilen e-posta şablonunuzu kaybetmenize neden olacak. Devam etmek istediğinizden emin misiniz',\n    all_projects: 'Tüm Projeler',\n    all_rights_reserved: 'Tüm hakları saklıdır',\n    appendix: 'Ekler',\n    aptitude_assessments: 'Yetenek Değerlendirmeleri',\n    archive_management: 'Arşiv Yönetimi',\n    are_you_sure_you_want_to_delete_assessment: '{{- assessment_name}} silmek istediğinizden emin misiniz',\n    are_you_sure_you_want_to_delete_candidates: '{{candidates}} silmek istediğinizden emin misiniz',\n    areas_of_measurement: 'Ölçüm Alanları ',\n    aspiration_role: 'Hedeflenen Rol',\n    aspirations: 'Kariyer Hedefi',\n    assessment_delete_failure: 'Değerlendirme Silinemedi {{assessment_name}}',\n    assessment_email_configuration: 'Değerlendirme E-Postası Doğrulama',\n    assessment_framework_matrix: 'Değerlendirme Kapsam Matriksi',\n    assessment_reminder_configuration: 'Değerlendirme Hatırlatıcı Konfigürasyonu',\n    assessment_score: 'Değerlendirme Puanı',\n    assessment_tools_descriptions: 'Değerlendirme Araç Tanımları',\n    assessments: 'Değerlendirmeler',\n    assessor: 'Değerlendirici',\n    assigned: 'Tanımlandı',\n    assigned_rater: 'Tanımlanan Değerlendirici',\n    assigned_team_members: 'Tanımlanan Ekip Üyeleri',\n    attachment_not_found: 'Ek yok',\n    author: 'Yazar',\n    available: 'Mevcut',\n    average: 'Ortalama',\n    azure_id_identifier: 'Azure ID Belirteci',\n    background_check: 'Geçmiş Araştırması',\n    bankruptcy: 'Yenilgi',\n    basic_info: 'Temel Bilgiler',\n    below_average: 'Ortalamanın Altında',\n    business_matrix: 'İş Matrisi',\n    by_adding_logout_url_user_will_be_logged_out_from_accendo_talent_pulse_and_the_identity_provider_to_logout_only_from_accendo_talent_pulse_portal_leave_logout_url_empty: `Logout URL eklendiğinde kullanıcı accendo talent gateway'den ve kimlik sağlayıcıdan çıkmış olacaktır. Sadece accendo talent gateway portalinden çıkış yapmak için logout URL'sini boş bırakın`,\n    candidate_is_already_in_this_assessment: 'Aday zaten bu değerlendirme süreci içerisinde ',\n    candidate_status_and_score_action: 'Adayın Durumu ve Puanları',\n    candidate_uploaded_many_attachments: 'Birden fazla ek indirilemez',\n    candidates_added_successfully: 'Adaylar başarıyla eklendi',\n    cannot_delete_project: 'Kredi harcanan projeler silinemez',\n    career_aspirations: 'Kariyer Hedefleri',\n    career_checkpoint: 'Kariyer Kontrol Noktası',\n    case_study: 'Vaka Çalışması',\n    certificate_base_64: 'Sertifika (Base 64)',\n    cgpa: 'cgpa',\n    check_in_framework: 'Kapsamı Kontrol Et',\n    check_in_published_roles: 'Yayınlanan Rolleri Kontrol Et',\n    choose_to_begin_your_activity: 'Aktiviteye başlamak için seçim yapın',\n    choose_your_gender: 'Cinsiyetinizi seçin',\n    choose_your_pathway: 'Yolculuğunuzu seçin',\n    choose_your_preferred_view: 'Tercih ettiğiniz görünümü seçin',\n    circle_pack: 'Circle Pack',\n    cluster_by: 'Dosyalama Şekli',\n    coaching: 'Koçluk',\n    coaching_tips: 'Koçluk İpuçları',\n    cognitive_assessment: 'Bilişsel Değerlendirmeler',\n    commencement_date_host_group: 'Başlama Tarihi- Kullanıcı Grubu',\n    commencement_date_in_current_position: 'Başlama Tarihi- mevcut pozisyonda',\n    commencement_date_opco: 'Başlama Tarihi- Müşteri',\n    company_code: 'Şirket Kodu',\n    comparison_score: 'Karşılaştırma Puanı',\n    competencies: 'Yetkinlikler',\n    competencies_with_highest_scores: 'En Yüksek Puan Alınan Yetkinlikler ',\n    competencies_with_lowest_scores: 'En Düşük Puan Alınan Yetkinlikler ',\n    competency_benchmark: 'Yetkinlik Karşılaştırması',\n    competency_benchmarking: 'Yetkinlik Karşılaştırması',\n    competency_code: 'Yetkinlik Kodu',\n    competency_level: 'Yetkinlik Seviyesi',\n    competency_title: 'Yetkinlik Adı',\n    complete_now: 'Şimdi Tamamla',\n    config_saved: 'Konfigürasyon Kaydedildi',\n    configure_new_dashboard: 'Yeni Tablo Kurgula',\n    confirmation_for_relationship_change: 'Bağlantı değişikliğinden etkilenen e-postalar bulunuyor. Devam etmek istediğinizden emin misiniz?',\n    contact_no: 'İletişime Geçilecek Numara',\n    content_template: 'İçerik şablonu',\n    continue: 'Devam Et',\n    contract_expiry_months: 'Sözleşme Sona Erme Tarihi (Ay)',\n    cost: 'Maliyet',\n    course_added_successfully: 'Eğitim başarıyla eklendi',\n    course_type: 'Eğitim Türü',\n    create_content: 'İçerik Yarat',\n    create_new_aspiration: 'Yeni Hedef Oluştur',\n    create_new_notification_template: 'Yeni bildirim şablonu oluştur',\n    create_page: 'Sayfa Oluştur',\n    create_skill: 'Beceri Oluştur',\n    created: 'Oluşturuldu',\n    criminal_history: 'Sabıka Kaydı',\n    critical_position: 'Kritik Pozisyon',\n    currency_local_amount: 'MYR {{amount}}',\n    current_client: 'Mevcut Müşteri',\n    current_rater: 'Mevcut Değerlendirici',\n    custom_job: 'Özel Görev',\n    data_fetched: 'data fetched',\n    date_added: 'Ekleme Tarihi',\n    date_of_creation: 'Oluşturma Tarihi',\n    debit: 'Borç',\n    default_workbook: 'Varsayılan Çalışma Kitabı',\n    deleted_successfully: 'Başarıyla Silindi',\n    design_leader: 'Dizayn Lideri',\n    detailed_persona_finding: 'Detaylı Karakter Bulguları',\n    developing: 'Gelişmekte Olan',\n    development_activities: 'Gelişim Faaliyetleri',\n    development_journey: 'Gelişim Yolculuğu',\n    development_statements: 'Gelişim İfadeleri',\n    digital_leadership_report: 'Dijital Liderlik Raporu',\n    divorced: 'Boşanmış',\n    download_360_project_template: '360 Proje Şablonunu İndir',\n    download_feedr_score_excel: '360-Beş Excel Puanını İndir',\n    download_provider_report: '{{provider}} Raporunu İndir',\n    download_resigned_employee_data: 'İşten Ayrılmış Çalışan Verilerini İndir',\n    download_simplify_form: 'Basitleştirilmiş Eki İndir',\n    download_talent_profile_report: 'Yetenek Profil Raporunu İndir',\n    download_talent_profile_Report_PDF: 'Yetenek Profil Raporunu İndir (PDF)',\n    download_talent_profile_Report_PPT: 'Yetenek Profil Raporunu İndir (PPT)',\n    download_trait_based_report: 'Nitelik Bazlı Raporu İndir',\n    downloaded_rater_status: 'Değerlendirici Durum Dosyası indirildi',\n    downloading: 'İndiriliyor',\n    downloading_feedr_score_excel: '360-Beş Excel Puanı İndiriliyor',\n    downloading_feedr_status_excel: 'Aday 360-Beş Durumu İndiriliyor',\n    draft: 'Taslak',\n    driving_the_business: 'İşi Yönetmek',\n    duplicate: 'Çoğalt',\n    duration_in_role: 'Rolde Geçirilen Süre',\n    edit_aspiration: 'Kariyer Hedefini Düzenle',\n    edit_details: 'Detayları Düzenle',\n    edit_education_successfully: 'Eğitim başarıyla düzenlendi',\n    edit_notification_templates: 'Bildirim şablonlarını düzenle',\n    edit_personal_info: 'Kişisel Bilgileri Düzenle',\n    edit_rater: 'Değerlendiriciyi Düzenle',\n    edit_skill: 'Beceriyi Düzenle',\n    edit_the_role_accountability_below: 'Aşağıdaki rol sorumluluğunu düzenle',\n    edit_tool: 'Aracı düzenle',\n    edit_tool_group: 'Araç Grubunu Düzenle',\n    email_template_not_set_up_yet: '{{template_name}} e-postası gönderilemedi. Lütfen e-posta şablonunun oluşturulduğundan ve/veya gerekli alanların doldurulduğundan emin olun.',\n    emergency_cover: 'Hemen Doldurabileceği Pozisyon',\n    emerging_leaders_experience: 'Geleceğin Liderleri Deneyimi',\n    emotify: 'Emotify',\n    emotional_ties: 'Duygusal Bağlar',\n    employee_count: 'Çalışan Sayısı',\n    employees: 'çalışan',\n    enable_price_grouped: 'Fiyat Gruplaması Aktif',\n    enable_sso: 'Enable SSO',\n    enabled_price_grouped: 'Fiyat Gruplaması Aktif',\n    end: 'Bitiş',\n    enter_a_purpose: 'Bir amaç girin',\n    enter_amount: 'Tutar girin',\n    enter_custom_position: 'Özel rol girin',\n    enter_description: 'Tanım Girin',\n    enter_email_subject: 'E-posta konusu girin',\n    enter_item_cost_here: 'Ürün maliyetini buraya girin',\n    enter_item_group_id_here: 'Ürün Grup Kimlik Numarasını buraya girin',\n    enter_new_domain_name_here_e_g_google_com: 'Yeni domain ismini girin örn. google.com',\n    enter_project_description_here: 'Proje Tanımını Girin',\n    enter_project_name_here: 'Proje İsmini Girin',\n    enter_template: 'Şablon Girin',\n    enter_tool_description_here: 'Araç tanımını girin',\n    equal: 'Eşittir',\n    equal_to: 'Eşittir',\n    error_deleting_the_tool_group: 'Araç grubu silinirken hata oluştu.',\n    error_message: 'Hata Mesajı',\n    error_saving_role_level: 'Rol seviyesi kaydedilirken hata oluştu',\n    error_tagging_tags: 'Etiketlemede hata.',\n    example: 'Örnek',\n    example_1: 'Örnek 1',\n    example_2: 'Örnek 2',\n    example_3: 'Örnek 3',\n    example_competency_score: 'Örnek yetkinlik puanı',\n    exec_education: 'Yönetici Eğitimi',\n    executive_profile: 'Yönetici Profili',\n    executive_report_for: 'Yönetici Raporu',\n    executive_summary: 'Yönetici Özeti',\n    export_excel: `Excel'i Dışarıya Aktar`,\n    face_to_face_activities_outcome: 'Yüzyüze Etkinliklerin Sonucu ',\n    fail_to_remove_relationship: 'Bağlantı kaldırılamadı.',\n    fail_to_reset_relationship: 'Bağlantı sıfırlanamadı.',\n    failed_due_to_no_data: 'Veri olmadığı için başarısız',\n    failed_to_add_course: 'Eğitim ekleme başarısız.',\n    failed_to_add_education: 'Eğitim ekleme başarısız.',\n    failed_to_add_remarks: 'Açıklama ekleme başarısız.',\n    failed_to_add_tools: 'Araç ekleme başarısız.',\n    failed_to_create_policy: 'Politika Oluşturulamadı',\n    failed_to_download_360_excel_score: '360-Beş excel puanı indirilemedi',\n    failed_to_download_360_project_template: '360 proje şablonu indirilemedi',\n    failed_to_edit_education: 'Eğitim düzenleme başarısız.',\n    failed_to_remove_role: 'Rol kaldırılamadı',\n    failed_to_save_skills: 'Beceriler kaydedilemedi',\n    failed_to_send_template_to_candidate: 'E-posta Şablonu devre dışı. Adaya {{template_name}} gönderilemedi',\n    failed_to_update_candidate: 'Aday Güncelleme başarısız',\n    failed_to_upload_360_project_template: '360 proje şablonu yükleme başarısız',\n    failed_to_upload_file: 'Dosya Yükleme Başarısız',\n    failed_to_verify: 'Doğrulama Başarısız',\n    failed_to_verify_skills: 'Beceriler Doğrulanamadı',\n    failure_sending_invitation: 'Davet gönderilemedi.',\n    failure_sending_reminder: 'Hatırlatma gönderme başarısız',\n    far_above_average: 'Ortalamanın Oldukça Üzerinde',\n    far_below_average: 'Ortalamanın Oldukça Altında',\n    feedback_provider_email: 'Geri Bildirim E-Postası ',\n    feedback_providers_email: 'Geri Bildirim E-Postası ',\n    fetching_project_data: 'Proje verileri alınıyor',\n    file_successfully_uploaded: 'Dosya başarıyla yüklendi',\n    fill_in_your_company_name_here: 'Şirket ismini buraya yazın',\n    fill_in_your_email_here: 'E-posta adresinizi buraya yazın',\n    fill_in_your_linked_in_url_here: `LinkedIn profil sayfası URL'sini buraya yazın.`,\n    fill_in_your_name_here: 'İsminizi buraya yazın',\n    fill_phone_number: 'Telefon Numaranızı yazın',\n    fill_up_job_function: 'İş Alanını yazın',\n    fill_up_position: 'Pozisyonu yazın',\n    finalise_scores: 'Puanları Hesapla',\n    find_tool: 'Araç Bul',\n    finished_at: 'Bitirildiği Tarih',\n    fit_to_serve: 'Fit to Serve',\n    foci: 'Kullanıcılar',\n    foci_email: 'Kullanıcı E-Posta adresi',\n    formula: 'Formüller',\n    formula_name: 'Formula Name',\n    fr: 'FR',\n    framework_measured: 'Ölçüm Kapsamı',\n    full_name: 'İsim',\n    funnel_dashboard: 'Huni Grafiği',\n    gathering_results: 'Sonuçlar Toplanıyor',\n    general_adult: 'Genel Yetişkin Popülasyonu',\n    general_formula: 'Genel Formül',\n    give_some_description: 'tanım ekleyin',\n    give_your_reason: 'Nedenini açıklayın',\n    give_your_template_a_name: 'Şablonunuza bir isim verin',\n    greater_than: 'Büyüktür',\n    greater_than_or_equal_to: 'Büyüktür ya da eşittir',\n    group_exercise: 'Grup Egzersizi',\n    group_id: 'Grup Kimlik No',\n    guided_question: 'Soru Önerileri',\n    helper: 'Yardımcı',\n    high_priority: 'Yüksek Öncelikli',\n    high_score: 'Yüksek Puan',\n    highly_proficient: 'Oldukça Yetkin',\n    hold_up: 'Bekleyin',\n    households: 'Households',\n    how_to_interpret_the_report: 'Rapor Nasıl Yorumlanmalı',\n    identifier_entity_id: 'Belirteç (Kurum Kimlik No)',\n    importance: 'Önem',\n    incorrect_pin: 'Hatalı Şifre',\n    indicators: 'Göstergeler',\n    industry_visit: 'Sektör Ziyareti',\n    insert_email: 'E-posta adresi girin',\n    insert_name: 'İsim girin',\n    instrument: 'Araç',\n    interview_questions: 'Mülakat Soruları',\n    interviewers: 'Mülakatçılar',\n    invite_rater: 'Değerlendirici Davet Et',\n    isTalent: 'Yetenek',\n    job_requirement_not_set: 'İş Gereklilikleri Belirlenmemiş',\n    jobs_matched: 'Eşleşen İşler',\n    journey_description: 'Proje Tanımı',\n    journey_id: 'Proje No',\n    journey_title: 'Proje Başlığı',\n    kpi_benchmark: 'KPI Karşılaştırma',\n    kpi_config: 'KPI Konfigürasyonu',\n    last_assessed: 'Son Değerlendirme',\n    last_notification_sent: 'Son Bildirim Gönderme ',\n    last_sent_date: 'Son gönderme tarihi',\n    last_submitted: 'Son Gönderilen',\n    leadership_styles: 'Liderlik Stilleri',\n    least_driven_by: 'En Önemsiz Motivasyon Faktörü',\n    less_proficient: 'Biraz Yetkin',\n    less_than: 'Küçüktür',\n    less_than_or_equal: 'Küçüktür veya eşittir',\n    less_than_or_equal_to: 'Küçüktür veya eşittir',\n    level_1: 'Seviye 1',\n    level_2: 'Seviye 2',\n    level_3: 'Seviye 3',\n    level_4: 'Seviye 4',\n    level_guide: 'Seviye Kılavuzu',\n    level_item_level: 'Seviye {{item_level}}',\n    library_framework: 'Kitaplık Tablosu ',\n    list_add_remark: 'Açıklama Ekle',\n    list_of_notification_templates: 'Bildirim şablonları listesi',\n    list_of_ssos: 'SSO Listesi',\n    list_view: 'Liste Görünümü',\n    log_in_url: 'Giriş URL',\n    log_out_url_optional: 'Çıkış URL (Opsiyonel)',\n    logical_reasoning: 'Mantıksal Çıkarım',\n    low_priority: 'Düşük Öncelikli',\n    low_score: 'Düşük Puan',\n    manage_notification_templates: 'Bildirim şablonlarını yönet',\n    marketing: 'Pazarlama',\n    married: 'Evli',\n    matching_faces: 'Yüz Eşleştirme',\n    medical_records: 'Sağlık Durumu',\n    medium_priority: 'Orta Öncelikli',\n    mentor_request: 'Mentör Talebi',\n    mentoring: 'Mentörlük',\n    min_minute: 'min',\n    mobility_type: 'Hareketlilik Türü',\n    mobility_willingness_for_any_op_cos: 'Hareketlilik - Herhangi bir Müşteri için İsteklilik',\n    mobility_willingness_for_immediate_posting_months: 'Hareketlilik - Kısa süreli görevlendirilme konusunda isteklilik (<6 ay)',\n    mobility_willingness_for_long_term_assignment: 'Hareketlilik - Uzun süreli görevlendirilme konusunda isteklilik ',\n    modify_role: 'Rolü Düzenle',\n    more_than_or_equal: 'Büyüktür ya da eşittir',\n    most_driven_by: 'En Önemli Motivasyon Faktörü',\n    my_aspiration_target: 'Kariyer Hedefim',\n    my_team_overview: 'Ekibim Hakkında',\n    na: 'N/A',\n    name_your_domain_here: 'Domaine isim verin',\n    name_your_intervention_here: 'Girişime isim verin..',\n    name_your_intervention_name_here: 'Girişime isim verin',\n    name_your_pool_here: 'Havuzunuza isim verin',\n    name_your_risk_level_here: 'Risk seviyesini belirleyin',\n    name_your_size_here: 'Büyüklüğü belirleyin',\n    names: 'İsimler',\n    negative_behaviours: 'Negatif Davranışlar',\n    networked_leader: 'Bağlantılı Lider',\n    new_password_confirmation: 'Yeni Parola Doğrulama',\n    new_pin: 'Yeni Şifre',\n    new_user: 'Yeni Kullanıcı',\n    new_user_role: 'Yeni Kullanıcı Rolü',\n    no_address: 'Adres yok',\n    no_aspiration_data_available: 'Kariyer hedefine ilişkin veri yok',\n    no_attachment_uploaded_by_candidate: 'Ek dosya bulunmuyor',\n    no_data: 'Veri Yok',\n    no_development_plan_found: 'Gelişim Planı bulunamadı',\n    no_information_available: 'Erişilebilir bilgi bulunmuyor',\n    no_journey_to_select: 'Seçilen Müşteri için Proje seçilemez.',\n    no_journeys_available: 'Kullanılabilir proje yok',\n    no_of_children: 'Çocuk sayısı',\n    no_project_selected: 'Proje seçilmedi',\n    no_result_found: 'Sonuç bulunamadı',\n    no_roles_found: 'Rol Bulunamadı',\n    no_section_data_available: ' {{section_title}} verisi yok',\n    no_selected_or_available_aspirations: '{{selected_or_available}} kariyer hedefi yok',\n    no_talents_found: 'Yetenek bulunamadı',\n    no_transactions_found: 'İşlem bulunamadı',\n    no_transactions_found_for_this_journey: 'Bu proje için işlem bulunamadı',\n    nodes: 'Nodes',\n    none: 'Yok',\n    not_applicable: 'Geçerli Değil',\n    not_picked: 'Seçilmedi',\n    not_required_in_current_role: 'Mevcut Rol için Gerekli Değil',\n    notification_type: 'Bildirim Türü',\n    null: 'Null',\n    number_of_candidates: '{{number}} aday',\n    number_skills_you_need: 'İhtiyacınız olan {{number}} Beceri ',\n    numerical: 'Sayısal',\n    observation_and_feedback: 'Gözlem ve Geri Bildirim',\n    occupational_interests_and_motives: 'Mesleki İlgi ve Motivasyon Faktörleri',\n    off: 'Kapalı',\n    on: 'Açık',\n    on_the_job: 'İş Başında',\n    on_track: 'Devam ediyor',\n    ongoing: 'Devam ediyor',\n    oops_something_is_wrong_unable_to_save_config: 'Bir hata oluştu. Konfigürasyon kaydedilemedi.',\n    oops_something_went_wrong: 'Bir hata oluştu.',\n    open: 'Açık',\n    optional_add_data_from_another_project: '(İsteğe Bağlı) Başka bir projeden veri ekleyin',\n    or: 'veya',\n    or_contact_your_admin: 'veya sistem yöneticisi ile görüşün.',\n    other_clients: 'Diğer Müşteriler',\n    overall: 'Genel',\n    override_default: 'Varsayılanı Değiştir',\n    overview_snapshot: 'Özet Görünüm',\n    owner: 'Sahip',\n    page_number: 'Sayfa {{number}}',\n    page_number_page_of_total_page: '{{total_page}} sayfanın {{number_page}} sayfası',\n    paste_your_identity_provider_information: 'Kimlik bilgilerini yapıştırın',\n    path_with_less_learning_development: 'Daha az eğitim/gelişim gerektiren yol',\n    path_with_less_roles_to_encounter: 'Daha az rol bulunan yol',\n    path_with_more_learning_development: 'Daha fazla eğitim/gelişim gerektiren yol',\n    path_with_more_roles_to_encounter: 'Daha çok rol bulunan yol',\n    pathway: 'yolculuk',\n    perceiving_emotions: 'Duyguları Algılama',\n    performance_rating_year: 'Performans Değerlendirme {{year}}',\n    phone: 'Telefon',\n    pick_ending_date: 'Bitiş tarihi seçin',\n    pick_project: 'Proje Seç',\n    pick_starting_date: 'Başlama tarihi seçin',\n    pivotal_experience: 'En Önemli Deneyim',\n    please_configure_your_formula_below: 'Lütfen formülü aşağıda oluşturun',\n    please_contact_system_admin_for_this_error: 'Lütfen bu hata için sistem yöneticisiyle temasa geçin.',\n    please_enter_the_email_address: 'Lütfen e-posta adresini girin',\n    please_enter_the_full_name: 'Lütfen isim girin',\n    please_select_cut_e_tool_below: 'Lütfen aşağıdaki Cut-E araçlarından seçim yapın.',\n    please_select_job_profile_below: 'Please select job profile below.',\n    please_select_norm_below: 'Lütfen aşağıdan norm seçin.',\n    please_select_position_level_below: 'Lütfen aşağıda pozisyon seviyesi seçin.',\n    please_select_report_type_below: 'Lütfen aşağıda rapor türü seçin.',\n    positive_behaviours: 'Pozitif Davranışlar',\n    preferred_opcos: 'Tercih Edilen Müşteriler',\n    prepared_for: 'için hazırlanmıştır',\n    preview_external_candidates: 'Dış Adayları Görüntüle',\n    preview_notificaton_template: 'Bildirim şablonunu görüntüle',\n    privacy: 'Gizlilik',\n    private: 'Gizli',\n    proficient: 'Yetkin',\n    somewhat_proficient: 'Biraz Yetkin',\n    progress_number_skills_you_need: 'İhtiyacınız olan {{progress_number}} beceri',\n    progress_to_next_stage: 'Bir Sonraki Aşamaya İlerleyin',\n    project_deleted_create_a_new_dashboard: 'Proje silindi. Yeni bir tablo oluşturun.',\n    project_is_now_live: 'Proje artık canlıda. İçeriği değiştirmek için, lütfen proje içindeki tüm aktif adayları silin veya yeni bir 360 projesi oluşturun.',\n    project_owner_only: 'Sadece proje sahibi için',\n    public: 'Herkese açık',\n    publish_code: 'Kodu Yayınla',\n    publish_configuration: 'Konfigürasyonu yayınla',\n    published_roles: 'Yayınlanan Roller',\n    published_successfully: 'Başarıyla yayınlandı',\n    publisher: 'Yayınlayan',\n    qualify: 'Qualify',\n    questions: 'Sorular',\n    random: 'Rastgele',\n    ranking: 'Sıralama',\n    rater_rating: 'Değerlendirme',\n    rater_rating_na: 'Değerlendirme: N/A',\n    rater_rating_status: 'Değerlendirme Statüsü',\n    rating: 'Değerlendirme',\n    read_more: 'Daha Fazla Okuma',\n    readiness: 'Hazır Olma Durumu',\n    ready_later: 'Zamana İhtiyacı Var',\n    ready_now: 'Hazır',\n    ready_soon: 'Kısa Zamanda Hazır Olacak ',\n    reason_here: 'Nedeni buraya yazınız',\n    recent_transactions: 'Son Yapılan İşlem',\n    recenter_view: 'Görünümü Ortala',\n    recognition_of_performance: 'Performansın Ödüllendirilmesi',\n    recommended_distribution_of_developmental_effort: 'Gelişim Çalışmaları İçin Önerilen Dağılım',\n    recommended_path_for_you: 'Sizin için önerilen yol',\n    recruitment_dashboard: 'İşe Alım Tablosu',\n    recruitment_group: 'İşe Alım Grubu',\n    recruitment_op_co: 'İşe Alım Yapan Müşteri ',\n    redirecting: 'Yönlendiriliyor...',\n    refresh: 'Yenile',\n    refund_recharge: 'Kredi {{refund_or_recharge}} ',\n    release_note: 'Notları Yayınla',\n    release_notes: 'Notları Yayınla',\n    remove_project_pin: 'Proje şifresini kaldır',\n    remove_relationship_from: 'bağlantısını kaldır',\n    remove_role: 'Rolü kaldır',\n    remove_tag: 'Etiketi Kaldır',\n    removed_username_from_successor_successfully: '{{username}} yedek kişi pozisyonundan kaldırıldı',\n    reply_url_assertion_consumer_services_url: 'Cevap URL (Assertion Consumer Services URL)',\n    request_again_in: 'tekrar talep edin',\n    request_pin: 'Şifre talep et',\n    request_pin_default_message: 'Merhaba {{owner_name}}, lütfen bana şifreyi iletir misiniz? Teşekkürler.',\n    request_pin_placeholder: 'Not ekle (isteğe bağlı)',\n    request_success_message: 'PIN talebi gönderildi. Lütfen yanıt gelmesini bekleyin.',\n    required_rating_na: 'Gerekli Değerlendirme: N/A',\n    reset_my_password: 'Parolamı sıfırla',\n    reset_relationship_for: 'bağlantıyı sıfırla',\n    reset_status_for: 'durumu sıfırla',\n    reset_zoom_and_recenter: 'Büyütmeyi sıfırla ve ortala',\n    resume: 'Devam Et',\n    retirement_age_configuration: 'Emeklilik Yaşı Konfigürasyonu',\n    role_model: 'Rol Model',\n    role_succession_saved: 'Rol Yedekleme Kaydedildi',\n    same_project_title_info_message: '{{number}} projenin başlığı aynı',\n    save_and_create_new: 'Kaydet ve oluştur',\n    save_score: 'Puanı Kaydet',\n    scales: 'Ölçekler',\n    score_configuration: 'Puan Konfigürasyonu',\n    score_saved: 'Puan kaydedildi',\n    scorer: 'Puanlayıcı',\n    scoring_sheet: 'Puanlama Tablosu',\n    search_accelerator_content: 'Search Accelerator Content',\n    search_competency_tagging: 'Yetkinlik Etiketlemeyi Ara',\n    search_learning_reference: 'Öğrenme Kaynaklarını Ara',\n    search_project: 'Proje Ara',\n    search_tag_role: 'Rol Etiketi Ara',\n    select_a_norm_group_below: 'Aşağıdan bir Norm Grup seçin',\n    select_a_project: 'Başlamak için bir proje seçin',\n    select_a_project_to_see_data: 'Verileri görmek için bir proje seçin',\n    select_a_role_to_fetch_data: 'Veri almak için bir Rol seçin',\n    select_a_template_below: 'Aşağıdan bir şablon seçin',\n    select_content_template: 'İçerik şablonu seçin',\n    select_cut_e_tool: 'Select Cut-E aracı seçin',\n    select_default_workbook: 'Varsayılan çalışma kitabını seçin',\n    select_incumbent: 'Pozisyondaki Kişiyi Seçin',\n    select_job_profile: 'İş profili seçin',\n    select_mapping_category: 'Haritalama Kategorisi Seçin',\n    select_norm: 'Norm seçin',\n    select_privacy: 'Gizlilik derecesi seçin',\n    select_project: 'Proje seçin',\n    select_rating: 'Değerlendirme seçin',\n    select_role: 'Rol seçin',\n    select_role_group: 'Rol Grubu seçin',\n    select_status: 'Statü seçin',\n    select_tags: 'Etiketleri seçin',\n    select_templates: 'Şablonları seçin',\n    select_the_from_date_here: 'Başlangıç tarihini seçin',\n    select_the_tools_here: 'Araçları seçin',\n    select_year: 'Yıl seçin',\n    selected_candidates_name: 'Aday Adı seçin',\n    self_rating_na: 'Öz Değerlendirme: N/A',\n    self_rating_status: 'Öz Değerlendirme Durumu',\n    send_a_reminder_to: 'hatırlatma gönderin',\n    send_an_invitation_to: 'davet gönderin',\n    send_anyway: 'Yine de gönder',\n    send_email: 'E-Posta gönder',\n    send_invitation_to_candidate: 'Adaya davet gönder',\n    send_invitations_to_candidates: '{{number_of_candidates}} davet gönder',\n    send_message: 'Mesaj gönder',\n    send_rater_reminder: 'Değerlendiriciye Hatırlatma Gönder',\n    send_reminder_to_number_candidates: '{{number_of_candidates}} hatırlatma gönder',\n    send_request: 'Talep Gönder',\n    sense_making_leader: 'Anlamlandıran Lider',\n    set_pin_to_project: 'Projeye şifre koy',\n    setup: 'Ayarlar',\n    show_all: 'Tümünü Göster',\n    show_as: 'göster',\n    show_high_potential_employees: 'Yüksek potansiyelli çalışanları göster',\n    show_sales_people: 'Satış çalışanlarını göster',\n    show_top_performers: 'En yüksek performanslı çalışanları göster',\n    simplify_failed_to_download_single_simplify_form: 'İndirme başarısız. Lütfen daha sonra deneyin.',\n    simplify_score: 'Puanı Sadeleştir',\n    simplify_successfully_downloaded_attachment: 'Ek dosya başarıyla indirildi',\n    single: 'Tek ',\n    single_sign_on_configuration: 'Single Sign On configuration',\n    skill_to_develop: 'Geliştirilmesi Gereken Beceri',\n    skills_you_have: 'Sahip olduğunuz beceriler',\n    skip_guide: 'Kılavuzu Atla',\n    sms: 'SMS',\n    social_media_behaviour: 'Sosyal Medya Davranışı',\n    source_published_role_library_framework: 'Kaynak: {{published_or_library}}',\n    squarify: 'Squarify',\n    sso_configuration: 'SSO Konfigürasyonu',\n    start: 'Başla',\n    start_continue_assessment_click: 'Değerlendirmeye Başla/Devam Et ',\n    start_date_is_invalid: 'Başlangıç tarihi geçersiz',\n    sten_scores: 'Standart Puanlar',\n    strengths_development_areas_overview: 'Güçlü Yönler ve Gelişim Alanları Özeti',\n    succeed_record: 'Yedekleme Kaydı',\n    successfully_added_remarks: 'Açıklamalar başarıyla eklendi',\n    successfully_added_talent: 'Yetenek Başarıyla Eklendi',\n    successfully_created_a_template: 'Şablon başarıyla oluşturuldu',\n    successfully_created_policy: 'Politika Başarıyla Oluşturuldu',\n    successfully_deleted_attachment: 'Ek dosya başarıyla silindi',\n    successfully_deleted_the_tool_group: 'Araç grubu başarıyla silindi.',\n    successfully_disable_enable_rater_email_trigger: 'Değerlendirici E-Posta Anahtarı başarıyla {{disable_or_enable}} ',\n    successfully_download_360_excel_score: '360-Beş excel puanı başarıyla indirildi',\n    successfully_download_360_project_template: '360 proje şablonu başarıyla indirildi',\n    successfully_downloaded: 'Başarıyla indirildi',\n    successfully_duplicated_policy: 'Politika Başarıyla Kopyalandı',\n    successfully_generated_PDF_report: 'PDF Rapor başarıyla oluşturuldu',\n    successfully_generated_PPT_report: 'PPT Rapor başarıyla oluşturuldu',\n    successfully_reject_functional: 'Fonksiyonel beceri başarıyla reddedildi',\n    successfully_remove_relationship: 'Bağlantı başarıyla kaldırıldı.',\n    successfully_reset_relationship: 'Bağlantı başarıyla sıfırlandı.',\n    successfully_saved: 'Başarıyla kaydedildi',\n    successfully_saved_aspiration: 'Kariyer hedefi başarıyla kaydedildi.',\n    successfully_saved_role_level: 'Rol seviyesi başarıyla kaydedildi',\n    successfully_saved_the_roles: 'Roller başarıyla kaydedildi.',\n    successfully_updated_template: 'Şablon başarıyla güncellendi',\n    successfully_uploaded_360_project_template: '360 proje şablonu başarıyla yüklendi',\n    successfully_verified_functional_technical_skill: 'Fonksiyonel/teknik beceri başarıyla doğrulandı',\n    successfully_verify_functional: 'Fonksiyonel beceri başarıyla doğrulandı',\n    summary_of_competency_scores: 'Yetkinlik puanlarının özeti',\n    summary_take_away: 'Çıkarılacak Dersler',\n    swap_group: 'Grubu Değiştir',\n    table_of_content: 'İçerik tablosu',\n    tag_a_user: 'Bir kullanıcı etiketle',\n    tag_interviewers: 'Mülakatçıları Etiketle',\n    tag_new_role_to_aspire: 'Yeni hedef rolü etiketle',\n    tag_role: 'Rolü Etiketle',\n    take_a_break: 'Bir mola verin',\n    take_action: 'İşlem Yapın',\n    talent_development: 'Yetenek Geliştirme',\n    talent_selection: 'Yetenek Seçimi',\n    talents_updated: 'Yetenekler güncellendi',\n    target_view: 'Hedef Görünüm',\n    team: 'Ekip',\n    team_members_number: 'Ekip Üyesi {{team_number}}',\n    technical_activity_add_successfully: 'Teknik Etkinlik Başarıyla Eklendi',\n    template_description: 'Şablon Tanımı',\n    template_file_not_available: 'Şablon dosyası kullanılamıyor',\n    template_name: 'Şablon Adı',\n    template_not_available: 'Şablon kullanılamıyor',\n    template_successfully_downloaded: 'Şablon Başarıyla İndirildi',\n    template_type: 'Şablon Türü',\n    text_copied: 'Metin kopyalandı!',\n    the_digital_leadership: 'Dijital Liderlik ',\n    the_executive_report: 'Yönetici Raporu',\n    the_list_is_empty: 'Liste boş.',\n    the_maximum_value_should_be_higher_than_kpi_minimum_value: 'Maksimum değer KPI minimum değerinden yüksek olmalıdır',\n    the_minimum_value_should_be_higher_than_kpi_minimum_value: 'Minimum değer KPI minimum değerinden yüksek olmalıdır',\n    the_user_was_successfully_updated: 'Kullanıcı başarıyla güncellendi',\n    this_is_you: 'Bu sizsiniz',\n    three_six_zero_five_action: '360-Beş Aksiyonu',\n    three_six_zero_five_assessment: '360-Beş Değerlendirme',\n    three_six_zero_five_excel_error: '360-Beş Excel Hatası',\n    three_sixty_five_relationship_preview: '360-Beş Bağlantılar Öngörünümü',\n    time: 'Zaman',\n    tips: 'ipuçları',\n    total_activities: 'Toplam Etkinlikler',\n    total_ld: 'Toplam Öğrenme ve Gelişim',\n    total_projects: 'Toplam Proje',\n    total_score: 'Toplam Puan',\n    total_survey: 'Toplam Anket',\n    trigger_at: 'Tarih',\n    try_refreshing_the_page: 'Sayfayı yenilemeyi deneyin',\n    type_in_your_remark: 'Açıklamanızı yazın',\n    type_name: 'İsim yazın',\n    type_of_assignment: 'Görev Türü',\n    type_the_name_of_the_template: 'şablonun adını yazın',\n    type_report_report_for_candidate: '<0>{{report_type}} Raporu {{report_norm_code}} için </0> <1><strong>{{candidate_name}}</strong></1>',\n    unable_to_save: 'Kaydedilemedi',\n    unable_to_save_remark: 'Açıklama kaydedilemedi',\n    unable_to_save_score: 'Puan kaydedilemedi',\n    understanding_emotions: 'Duyguları Anlama',\n    unlock: 'Kilidi Kaldır',\n    unlock_project: 'Proje Kilidini Kaldır',\n    unpublished: 'formül yayından kaldırıldı',\n    unsolicited_reference: 'İstenmeyen Tavsiye',\n    unsupported_file_format: 'Desteklenmeyen Dosya Formatı',\n    upcoming: 'Yakında',\n    updated: 'Güncellendi',\n    upload_360_project_template: '360 Proje Şablonunu Yükle',\n    upload_additional_scores: 'Ek Puanları Yükle',\n    upload_failure: 'Hatayı Yükle',\n    upload_template_with_scores: 'Puanlı Şablonu Yükle',\n    use_another_account: 'Başka bir hesap kullan',\n    use_these_urls_in_your_identity_provider_configuration: 'Kimlik sağlayıcı konfigürasyonunuzda bu URLleri kullanın',\n    user_name: 'Kullanıcı Adı',\n    vacancy_risk: 'Boş Kalma Riski',\n    verbal: 'Sözel',\n    verify: 'Doğrula',\n    view_as: 'görüntüle',\n    view_breakdown: 'Dağılımı Görüntüle',\n    view_chart: 'Tabloyu Görüntüle',\n    view_template: 'Şablonu Görüntüle',\n    what_is_your_nationality: 'Uyruğunuz nedir',\n    what_it_means: 'Nasıl Yorumlanmalı',\n    what_it_means_if_youre: 'Nasıl Yorumlanmalı',\n    what_would_be_your_email_subject: 'E-posta konunuz ne olacak',\n    whats_new: 'Yenilikler',\n    whatsapp: 'Whatsapp',\n    where_are_you_now: 'Şu anda neredesiniz',\n    willingness_for_mobility: 'Hareketlilik İsteği',\n    work_styles: 'Çalışma Stilleri',\n    years_of_experience_group: 'Grup Deneyim Süresi',\n    years_of_experience_op_co: 'Şirket Deneyim Süresi ',\n    years_of_experience_years: 'Deneyim süresi (Yıl)',\n    years_with_current_opco: 'Mevcut Şirkette Geçirilen Süre',\n    you_have_no_permission_to_view_this_section: 'Bu bölümü görmeye yetkiniz yok.',\n    your_contact_number: 'İletişim bilgilerinize',\n    your_selection: 'Seçiminiz',\n    zoom_in: 'Büyüt',\n    zoom_out: 'Küçült',\n    unit_cost_bracket: 'Birim (Maliyet)',\n    report_page_number: `Sayfa {{page_number}}`,\n    accendo: 'Accendo',\n    agility_and_motivation: `Çeviklik & Motivasyon`,\n    confirm: 'Doğrula',\n    amap_candidate: 'AMAP Candidate',\n    amap_interviewer: 'AMAP Interviewer',\n    aytp_candidate: 'AYTP Candidate',\n    verify_technical_value: 'Doğrula {{technical_value}}',\n    invitation_email: 'davet e-postası',\n    leadership_at_scale: 'Ölçekte Liderlik',\n    transactional_sales: 'İşlemsel Satış',\n    consultative_sales: 'Danışmanlık Satışı',\n    game_based_assessment_report: 'Oyun Tabanlı Değerlendirme Raporu',\n    about_digital_client: 'KNOLSKAPE Hakkında',\n    add_data_from_another_project: 'Başka bir Projeden Veri Ekle',\n    added_successfully: 'Başarıyla eklendi',\n    assessment_scores: 'Değerlendirme Skorları',\n    at_least_lowercase_letter: 'En az bir küçük harf',\n    benchmark_level: 'Benchmark Seviyesi',\n    bulk_download_reports: 'Toplu Rapor İndir',\n    bulk_report_download_not_supported: 'Toplu indirme desteklenmiyor',\n    calculation_error: 'Hesaplama Hatası',\n    candidate_trait_based_report_is_being_generated: 'Aday Nitelik Bazlı Rapor oluşturuluyor',\n    career: 'Kariyer',\n    certification_name: 'Sertifikasyon Adı',\n    certifications: 'Sertifikasyonlar',\n    check: 'Kontrol ',\n    city: 'Şehir',\n    combine_candidate_data: 'Başka bir projeden aynı Excel raporuna aday bilgisi ekle (sadece Simplify projesi için geçerlidir)',\n    compare_candidates: 'Adayın puanlarını bu seviyedeki diğer kişilerle (genel global popülasyon) karşılaştırın.',\n    competent: 'Yetkin',\n    completed_assessments: 'Tamamlanmış Değerlendirmeler',\n    completed_assessments_of_selected: '{{completed_count}} ({{selected_count}} aday içinden)',\n    completed_date: 'Tamamlanma Tarihi',\n    confirm_changes: 'Değişiklikleri Onayla',\n    contact_number: 'İletişim No',\n    copied: 'Kopyalandı',\n    copy_to_clipboard: 'Panoya kopyala',\n    culture_fit: 'Kültür Uyumu',\n    download_excel_scores: 'Excel Puanlarını İndir',\n    duration_company: 'Süre (Şirket) ',\n    duration_role: 'Süre (Role)',\n    emerging: 'Gelişmekte Olan',\n    enter: 'Giriş Yap',\n    expiration_date: 'Sona Ereceği Tarih',\n    fail_to_read_feedr_csv_template_file: ' Besleyici csv şablon dosyası okunamadı',\n    issue_date: 'Verilme Tarihi',\n    issuing_org: 'Veren Organizasyon',\n    job_details: 'İş Detayları',\n    job_information: 'İş Bilgisi',\n    joining_date_company: 'Başlama Tarihi (Şirket)',\n    joining_date_role: 'Başlama Tarihi (Pozisyon)',\n    key_responsibility: 'Temel Sorumluluk Alanı (TSA)',\n    latest_release_note: 'En Son Yayınlanan Not',\n    scores_breakdown_cognitive_ability: 'Puan Dağılımı Bilişsel Beceri',\n    license_expired_banner: 'Kayıtlarımızda hesabınızın bittiği görülüyor. TalentGateway platformuna kesintisiz erişim için lütfen hemen ödeme yapınız.',\n    loading_more_projects: 'Daha fazla proje yükleniyor',\n    match_result: 'Sonucu Eşleştir',\n    measured_by_tool: 'Ölçüldüğü Araç',\n    motives_values_and_interests: 'Motivasyon Kaynakları, Değerler ve İlgiler',\n    novice: 'Başlangıç Seviyesi',\n    objectives: 'Hedefler',\n    only_reports_of_completed_assessments: 'Sadece tamamlanan değerlendirmelerin raporları indirilebilir. Raporlar zip dosyası olarak indirilir.',\n    optional: 'İsteğe bağlı',\n    peer: 'İş Arkadaşı',\n    performance_and_assessments: 'Performans ve Değerlendirmeler',\n    performance_indicator: 'Performans Göstergesi',\n    performance_info: 'Performans Bilgisi',\n    please_choose_benchmark_level: 'Lütfen bir benchmark seviyesi seçin',\n    postal_code: 'Posta Kodu',\n    prefer_not_t_say: 'Belirtmek istemiyorum',\n    preparing_download: 'İndirmeye Hazırlanıyor',\n    processing_zip_file: 'Zip dosyası işleniyor. İndirmek birkaç dakika sürecek.',\n    questionnaires: 'Anketler',\n    report_provider: 'Raporu Veren',\n    return: 'Geri Dön',\n    select_benchmark_level: 'Benchmark Seviyesi Seçin',\n    selected_candidates: 'Seçili Adaylar',\n    self: 'Kendisi',\n    skills_ratings: 'Yetenek Değerlendirmeleri',\n    successfully_generated_trait_based_report_file: 'Nitelik Bazlı Rapor başarıyla oluşturuldu',\n    succession: 'Yedekleme',\n    successors: 'Yedek(ler)',\n    tools_measured_by: 'Araç Ölçüm Yöntemi',\n    total_reportee: 'Toplam Bağlı Çalışan Sayısı',\n    unable_to_copy_text: 'Metin kopyalanamadı',\n    updated_successfully: 'Başarıyla güncellendi',\n    vacancyWithCount: '{{count}} boş pozisyon',\n    vacancyWithCount_plural: '{{count}} boş pozisyon',\n    year: 'Yıl',\n    years: 'Yıl',\n    zipping_failed: 'Sıkıştırma başarısız',\n    zipping_failed_error_message: `Sıkıştırma başarısız. Destek için {{support_email}} ile temasa geçin`,\n    zipping_network_error_message: 'Ağ hatası. Lütfen sekmeyi kapatmayın, yeniden bağlanıldığında indirme devam edecektir',\n    zipping_reports: 'Raporlar Sıkıştırılıyor',\n    access_to_personal_data_is_restricted: 'Kişisel verilere erişim sınırlıdır. Detayları sadece İK ve ilgili bölüm Müdürleri görebilir.',\n    accountability_plural: 'Sorumluluklar',\n    add_work_experience: 'İş Deneyimi Ekle',\n    change_pin: 'Şifreyi değiştir',\n    complete: 'Tamamla',\n    complete_your_profile: 'Profilinizi tamamlayın',\n    could_not_update_readiness_level: 'Hazır olma seviyesi güncellenemedi',\n    create_tag: 'Etiket yarat',\n    currently_working_here: 'Halen çalışıyor',\n    date_of_birth_capitalization: 'Doğum Tarihi',\n    date_of_birth_not_selected: 'Doğum tarihi seçilmedi',\n    download_talent_review_card_ppt: 'Yetenek İnceleme Kartını İndir (PowerPoint)',\n    enter_no_of_children: 'Çocuk sayısını girin',\n    enter_your_address_line_1: 'Adresinizi girin 1',\n    enter_your_address_line_2: 'Adresinizi girin 2',\n    enter_your_contact_number: 'Telefon numaranızı girin',\n    there_was_an_error_when_loading_your_activities: `Etkinlikleriniz yüklenirken bir hata oluştu. Lütfen {{support_email}} ile temasa geçiniz`,\n    failed_to_attach_tag: 'Etiket eklenemedi',\n    failed_to_create_new_tag: 'Yeni etiket yaratılamadı',\n    failed_to_detach_tag: 'Etiket kaldırılamadı',\n    go_to_profile: 'Profile git',\n    human_name: 'İsim',\n    no_activities_available: 'Kullanılabilir bir etkinlik yok',\n    no_information_is_available: 'Bu konuda herhangi bir bilgi bulunmuyor',\n    percentile: 'Yüzdelik Dilim',\n    percentile_info: '(1 - 99 arası puanlar)',\n    performing_at_current_role: 'Mevcut Rolünde Çalışıyor',\n    phone_number: 'Telefon No',\n    pin_is_changed: 'Şifre değiştirildi',\n    please_complete_your_personal_information: 'Lütfen kişisel bilgilerinizi tamamlayın ve detayları doğrulayın.',\n    please_set_a_new_pin_now: 'Lütfen yeni bir şifre oluşturun',\n    readiness_level_updated_successfully: 'Hazır olma seviyesi başarıyla güncellendi',\n    report_title: 'Rapor Başlığı',\n    reset_to_default: 'Varsayılana ayarla',\n    score_type: 'Puan Türü',\n    scores_successfully_uploaded_view_scores: 'Puanlar başarıyla güncellendi. Gösterge tablosu ya da rapordan puanları görüntüleyin.',\n    select_city: 'Şehir seçin',\n    enter_your_city: 'Şehir girin',\n    select_country: 'Ülke seçin',\n    select_marital_status: 'Medeni durum seçin',\n    select_nationality: 'Uyruk seçin',\n    enter_your_nationality: 'Uyruğunuzu girin',\n    select_postal_code: 'Posta kodu seçin',\n    enter_your_postal_code: 'Posta kodunuzu girin',\n    select_state: 'İlçe seçin',\n    enter_your_state: 'Eyalet girin',\n    select_your_date_of_birth: 'Doğum tarihinizi seçin',\n    something_went_wrong_when_downloading_the_talent_card: 'Yetenek İnceleme Kartı indirilirken bir hata oluştu',\n    sten: 'Onluk Ölçek',\n    sten_info: '(1-10 arası puanlar)',\n    successfully_generated_PPT_talent_card: 'Yetenek İnceleme Kartı başarıyla oluşturuldu',\n    tag: 'Etiket',\n    talent_profile_report: 'Yetenek Profil Raporu',\n    talent_review_card: 'Yetenek İnceleme Kartı',\n    tell_us_about_your_relevant_education_details: 'Eğitim bilgilerinizi detaylarıyla anlatın.',\n    tell_us_about_your_relevant_work_experience_details: 'İlgili iş deneyimlerinizi detaylarıyla anlatın.',\n    thanks: 'Teşekkürler',\n    tier: 'Kademe',\n    type_to_add: 'Eklemek için yazın…',\n    work_experience: 'İş Deneyimi',\n    you_added_candidate_to_the_assessment_project: '<0>{{candidate_name}}</0> {{project_title}} değerlendirme projesine eklendi',\n    you_created_a_new_assessment_project: 'Yeni bir değerlendirme projesi yarattınız <0>{{project_title}}</0>',\n    you_downloaded_reports_from_the_assessment_project: '{{reports_count}} raporlar <0>{{project_title}}</0> değerlendirme projesinden indirildi',\n    you_have_completed_your_profile: 'Profilinizi tamamladınız',\n    you_invited_candidate_to_the_assessment_project: ' <0>{{candidate_name}}</0> {{project_title}} değerlendirme projesine davet edildi',\n    you_removed_candidate_from_the_assessment_project: ' {{candidate_name}} {{project_title}} değerlendirme projesinden çıkarıldı',\n    you_were_configuring_a_new_360_project: 'Yeni bir 360 derece proje kurguluyordunuz <0>{{project_title}}</0>',\n    your_activity_feed: 'Etkinlik Girişleriniz',\n    learn_more: `Daha fazla bilgi`,\n    please_choose_tools_to_reset: `Lütfen sıfırlanacak araç(lar)ı seçin`,\n    successfully_reset_tools: `Araç(lar) başarıyla sıfırlandı`,\n    unable_to_reset_tools: `Araç(lar) sıfırlanamadı`,\n    tools_are_outdated_create_new_project_with_latest_tools: `Araçların geçerlilik süresi sona ermiştir. En yeni araçlarla yeni bir proje oluşturun.`,\n    to_number_of_employee: `{{number_of_employee}} Çalışan`,\n    send_invitations_to_rater: `{{number_of_rater}} Değerlendiriciye davet gönderin`,\n    additional_scores: `Ek Puanlar`,\n    data_upload: `Veri Yükleme`,\n    last_successful_upload: `Son Başarılı Yükleme`,\n    upload_by: `Yüklemeyi Yapan`,\n    download_all_records: `Tüm Kayıtları İndirin`,\n    failed: `Başarısız`,\n    errors: `Hatalar`,\n    downloaded: `İndirildi`,\n    incorrect_upload_file_type: `Yükleme başarısız. Hatalı dosya formatı. Lütfen .xlsx formatında dosya yükleyin.`,\n    upload_in_progress: `Yükleme devam ediyor`,\n    upload_template_failed_click_the_hyperlink: `Yükleme başarısız. Bağlantıya tıklayarak detaylı hata raporunu indirin.`,\n    download_successful: `İndirme başarılı!`,\n    download_failed_pls_reach_support: `İndirme başarısız! Lütfen destek talep edin`,\n    role_level_in_bulk: `Rol Seviyelerini Toplu Düzenleyin`,\n    download_empty_template: `Boş Şablonu İndirin`,\n    upload_records: `Kayıtları Yükle`,\n    success_records_uploaded: `{{success}} Kayıtlar Yüklendi`,\n    upload_talent_profiles: `Yetenek Profillerini Yükleyin`,\n    failed_errors: `{{failed}} Hatalar`,\n    raters: 'Değerlendiriciler',\n    people_to_rate: 'Değerlendirilecek Kişiler',\n    individuals_who_are_rating_the_candidate: 'Adayı değerlendiren kişiler',\n    individuals_whom_the_candidate_is_rating: 'Adayın değerlendirdiği kişiler',\n    overall_progress: 'Genel İlerleme',\n    standard: 'Standart',\n    custom: 'Özel',\n    my_library: 'Kitaplığım',\n    library: 'Kitaplık',\n    skill_levels: 'Beceri Düzeyleri',\n    update_your_data_using_the_provided_templates: '(tr) Update your data using the provided templates',\n    observed_skill_level: '(tr) Observed Skill Level',\n    talent_highlighted_in: '(tr) Talent highlighted in',\n    you_have_choose_a_same_user_to_be_the_rater_please_select_another_user: 'Aynı kullanıcıyı değerlendirici olarak seçtiniz. Lütfen başka bir kullanıcı seçin.',\n    displaying_the_role_template_for: 'Rol taslağı gösteriliyor',\n    browser: 'Tarayıcı',\n    explore_other_role_templates: 'Diğer rol taslaklarını incele',\n    please_select_a_role_to_explore: 'Lütfen incelemek için bir rol taslağı seçin',\n    choose_a_starting_role_to_begin_your_journey: 'Projenize başlamak için bir başlangıç rolü taslağı seçin.',\n    select_a_role_template: 'Bir rol taslağı seçin',\n    no_description_for_this_level: 'Bu seviye için tanım yok',\n    select_role_template: 'Rol Taslağı Seçin',\n    choose_a_new_role_template: 'Yeni bir rol taslağı seçin',\n    youre_editing_the_role_of: '<0>{{role}}</0> rolünü düzenliyorsunuz',\n    templates_allow_you_to_use_existing_role_accountabilities_and_skills_for_your_role: 'Taslaklar rolünüz için mevcut olan Rol Sorumluluklarını ve Becerileri kullanmanızı sağlar',\n    save_as_draft: 'Taslak Olarak Kaydet',\n    save_and_publish: 'Kaydet ve Yayımla',\n    applying_new_template_overrides_any_previous_changes: 'Uyguladığınız yeni rol taslağı mevcut rol taslağının yerine geçer.',\n    search_by_role: 'Role Göre Arama',\n    save_changes_for: 'Değişiklikleri Kaydet',\n    in_draft: 'Taslakta',\n    user_is_not_authenticated_to_make_any_changes: 'Kullanıcının değişim yapma yetkisi yok',\n    rate_your_skills: 'Becerilerinizi Değerlendirin',\n    view_team: 'Ekibi Görüntüleyin',\n    rate_team_skills: 'Ekip Becerilerini Değerlendirin',\n    my_profile: 'Profilim',\n    my_activities: 'Aktivitelerim',\n    translation_applies_only_in_specific_areas: `Çeviri sadece belirli alanlarda geçerlidir, örn. Beceri Kitaplığı'nda Beceri Tanımları.`,\n    translation_applies_only_in_specific_areas_vi: 'Çeviri sadece belirli alanlarda geçerlidir, örn.  360-Beş raporu.',\n    email_template_setup: 'E-Posta Taslak Ayarı',\n    set_invitation_email_for_employees: 'Davet E-Postası Gönder- Çalışanlar için',\n    set_reminder_email_for_employees: 'Hatırlatma E-Postası Gönder - Çalışanlar İçin',\n    set_notification_for_employees_when_skills_are_rated: 'Bildirim Oluştur - Beceriler Değerlendirildiğinde Çalışanlar İçin',\n    set_invitation_email_for_raters: 'Davet E-Postası Gönder- Değerlendiriciler için',\n    set_reminder_email_for_raters: 'Hatırlatma E-Postası Gönder - Değerlendiriciler İçin',\n    disable_enable_trigger_for_rater_email: '{{disable_or_enable}} Değerlendirici için E-Posta Gönder',\n    disable_enable_trigger_for_email_verification: '{{disable_or_enable}} E-Posta Doğrulamayı Başlat',\n    generate_employee_profiles: 'Çalışan Profilleri Oluştur',\n    generating_employee_profiles: 'Çalışan Profilleri Oluşturuluyor',\n    download_employee_status: 'Çalışan Durumunu İndir',\n    tag_untag_employees: 'Çalışanları Etiketle/Etiketi Kaldır',\n    successfully_created_or_edited_the_skill: 'Beceri başarıyla {{created_or_edited}}',\n    edited: 'düzenlendi',\n    enable_custom_skill_proficiency: 'Özel Yetkinlik Oluştur',\n    name_your_proficiency: 'Yetkinliği Adlandır',\n    skill_proficiency_level_label: 'Beceri Yetkinlik Düzeyi & Etiketi',\n    skill_proficiency_level_2_to_6: `Beceri Yetkinlik Düzeyi (2'den 6'ya kadar)`,\n    skill_proficiency_labels: 'Beceri Yetkinlik Etiketleri',\n    level_number: 'Seviye {{number}}',\n    please_select_proficiency_for_the_added_skill: 'Lütfen Eklenen Beceri için Yetkinlik Düzeyi Seçin',\n    enable_standard_libraries_for_success_profiles: 'Başarı Profilleri İçin Standart Kitaplıklar Oluşturun',\n    apply: 'Uygula',\n    select_library: 'Kitaplık Seç',\n    basic: 'Temel',\n    intermediate: 'Orta',\n    advanced: 'İleri',\n    master: 'Uzman',\n    skills_library: 'Beceri Kitaplığı',\n    download_skills_rating_score: 'Beceri Değerlendirme Puanı',\n    downloaded_skills_rating_score_file: 'Beceri Değerlendirme Puanı dosyasını indir',\n    could_not_download_skills_rating_score: 'Beceri Değerlendirme Puanı dosyası indirilemiyor',\n    publish_roles: 'Rol(leri) Yayınla',\n    to_give_you_optimal_experience_of_using_talentpulse_please_use_google_chrome_whilst_you_may_be_able_to_access_talentpulse_using_your_current_browser_the_experience_may_be_disrupted: `Talent Gateway deneyiminizin sağlıklı olması için lütfen  <0>{{google_chrome}}</0> kullanın. Mevcut tarayıcınızla Talent Gateway'e erişiminiz mümkün olmakla birlikte, deneyim sırasında problemler yaşanabilir.`,\n    not_demonstrated: 'Sergilenmedi',\n    the_candidate_did_not_demonstrate_proficiency_in_this_skill: 'Aday bu yetkinliği sergilemedi.',\n    account_status: 'Hesap Durumu',\n    the_selected_employee_cannot_be_assigned_as_their_own_successor_please_choose_a_different_employee: 'Seçilen çalışan kendi yedeği olarak belirlenemez. Lütfen farklı bir çalışan seçin.',\n    employee_portal: 'Çalışan Portali',\n    skill_ratings: 'Beceri Değerlendirme',\n    championship_average_score: 'Liderlik Ortalama Puanı',\n    upload_file_size_exceeds_the_limit: 'Yükleme Başarısız! Yüklemek istediğiniz dosya maksimum limiti aştı. Lütfen dosyanın 10 MB sınırını aşmadığından emin olun',\n    product_usage: 'Ürün Kullanımı',\n    collapse: 'Küçült',\n    expand: 'Genişlet',\n    t_m: 'EÜ',\n    rate_your_team_and_help_them_grow: 'Ekibinizi değerlendirin ve gelişmelerine yardımcı olun.',\n    are_you_sure_you_want_to_submit_the_ratings: 'Değerlendirmeleri göndermek istediğinizden emin misiniz?',\n    add_remarks: 'Açıklama Ekle',\n    save_submit: 'Kaydet & Gönder',\n    submit_skill_ratings: 'Beceri Değerlendirmelerini Gönder',\n    thank_you_for_submitting_the_skills_ratings: 'Beceri değerlendirmelerini gönderdiğiniz için teşekkürler',\n    please_ensure_all_skills_are_rated_before_submission: 'Göndermeden önce tüm becerilerin değerlendirildiğinden emin olun',\n    my_skills: 'Becerilerim',\n    pinpoint_your_proficiency_quickly_rate_your_skills: 'Yetkinliğinizi Belirleyin - kariyer gelişiminizi planlamak için becerilerinizi hızlıca değerlendirin.',\n    you_are_about_to_rate_this_skill_0_meaning_it_hasnt_been_demonstrated_or_developed_yet: 'Bu beceriyi 0 şeklinde değerlendirmek üzeresiniz, bu da sergilenmediği ya da henüz geliştirilmediği anlamına gelir.',\n    confirm_skill_rating: 'Beceri Değerlendirmesini Onayla',\n    review_rating: 'Değerlendirmeyi Gözden Geçir',\n    this_skill_has_not_been_demonstrated_or_developed_yet: 'Beceri sergilenmemiş ya da henüz geliştirilmemiş',\n    add_your_remarks: 'Açıklama Ekle',\n    successfully_published_the_role: 'Pozisyon başarıyla yayınlandı'\n};\n\n\n//# sourceURL=webpack:///./src/translations/tr/global.ts?");

/***/ }),

/***/ "./src/translations/tr/interview.ts":
/*!******************************************!*\
  !*** ./src/translations/tr/interview.ts ***!
  \******************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {

"use strict";
eval("\nObject.defineProperty(exports, \"__esModule\", { value: true });\nexports.interview = {\n    int_failed_to_finalise_scoring: 'Puanlama tamamlanamadı',\n    int_failed_to_save_leadership_score: 'Liderlik puan(lar)ı kaydedilemedi.',\n    int_failed_to_save_score: 'Puan kaydedilemedi.',\n    int_failed_to_save_technical_score: 'Teknik puan(lar) kaydedilemedi.',\n    int_please_enter_observation_and_feedback: 'Lütfen gözlem ve geri bildirimlerinizi yazın.',\n    int_please_input_rating_before_proceeding_to_the_next_page: 'Bir sonraki sayfaya geçmeden önce lütfen derecelendirme yapın',\n    int_sorry_youve_been_removed_from_the_interviewer_panel_for_this_candidate_please_contact_the_recruitment_team: 'Üzgünüz, bu aday için mülakatçılar arasında yer almıyorsunuz. Lütfen işe alma ekibi ile temasa geçin.',\n    int_successfully_finalised_scoring: 'Puanlama başarıyla tamamlandı.',\n    int_successfully_saved_leadership_score: 'Liderlik puan(lar)ı başarıyla kaydedildi.',\n    int_successfully_saved_score: 'Puan başarıyla kaydedildi.',\n    int_successfully_saved_technical_score: 'Teknik puan(lar) başarıyla kaydedildi.',\n    int_you_are_about_to_finalise_your_scoring_please_note_that_you_will_not_be_able_to_edit_your_scores_and_comments_once_you_have_finalised_them_would_you_like_to_confirm: 'Puanlamanız tamamlanmak üzere. Tamamlandıktan sonra puan ve yorumlarınızı düzenlemenizin mümkün olmayacağını lütfen unutmayın. Onaylamak ister misiniz?'\n};\n\n\n//# sourceURL=webpack:///./src/translations/tr/interview.ts?");

/***/ }),

/***/ "./src/translations/tr/landingPage.ts":
/*!********************************************!*\
  !*** ./src/translations/tr/landingPage.ts ***!
  \********************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {

"use strict";
eval("\nObject.defineProperty(exports, \"__esModule\", { value: true });\nexports.landingPage = {\n    begin: 'Başlat',\n    dashboard: 'Gösterge Tablosu',\n    dashboard_description: 'Karmaşık veriler, veri görselleştirme metoduyla, hedef oluşturmak, amaç koymak ve neyin neden olduğunu anlamak için izlenebilir ve analiz edilebilir',\n    manage_assessment: 'Değerlendirmeyi Yönet',\n    manage_candidate: 'Adayı Yönet',\n    manage_credit: 'Krediyi Yönet',\n    manage_assessment_description: 'Değerlendirmeleri tek bir kumanda merkezinde yaratın ve yönetin ',\n    manage_candidate_description: 'Tüm potansiyel yeteneklerinizi seçilen değerlendirmeler aracılığıyla bir bakışta izleyin ve yönetin',\n    manage_credit_description: 'Mevcut kredi miktarını görüntülemekten bir değerlendirmenin maliyetini öğrenmeye kadar, krediye ilişkin bir çok alanda bilgi içerir',\n    org_view: 'Org Görünüm',\n    org_view_description: 'Organizasyonunuzun yapısını grafik olarak gösterir. Kritik Pozisyonlar, bir pozisyonun yedek kadrosunun gücü, kilit personel, sistem profili ve bir çalışanın yetenek profili buradan görüntülenebilir. ',\n    profile_management: 'Profil Yönetimi',\n    profile_management_description: 'Organizasyonunuzdaki tüm yetenekleri profillerini doldurmaya davet edin ve tamamlanma oranlarını görüntüleyin. Yöneticilerin onay durumları da burada görüntülenebilir.',\n    system_setup: 'Sistem Ayarları',\n    system_setup_description: 'Bu modül kullanılarak organizasyon şemanızı yüklemekten Accendo Kitaplığını kullanarak rolleri görüntüleme ve yönetmeye kadar her türlü uyarlama yapılabilir.',\n    talent_target: 'Yetenek Hedefi',\n    talent_target_description: \"Samanlıkta iğne mi arıyorsunuz? Tüm roller için şirket içindeki ve Linkedin'deki tüm potansiyel yetenekleri burada belirleyebilirsiniz.\",\n    welcome: \"TalentGateway'e Hoş Geldiniz\"\n};\n\n\n//# sourceURL=webpack:///./src/translations/tr/landingPage.ts?");

/***/ }),

/***/ "./src/translations/tr/managerPortal.ts":
/*!**********************************************!*\
  !*** ./src/translations/tr/managerPortal.ts ***!
  \**********************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {

"use strict";
eval("\nObject.defineProperty(exports, \"__esModule\", { value: true });\nexports.managerPortal = {\n    man_narrow_your_skills: 'Bir Pozisyon Profili seçerek Becerilerinizi Daha Aza İndirin',\n    man_no_behavior_description_for_this_skill_level: 'Bu beceri seviyesi için davranış tanımı mevcut değil',\n    man_are_you_sure_you_want_to_remove_name: ' {{idp_name}} kaldırmak istediğinizden emin misiniz',\n    man_error_publishing_the_idp_template: 'KGP şablonu yayınlamada hata',\n    man_something_went_wrong_unable_to_get_profile_data: 'Bir hata oluştu. Profil verileri alınamadı',\n    man_successfully_added_idp_template: 'KGP Şablonu Başarıyla Eklendi',\n    man_successfully_deleted_idp_name: '{{idp_name}} KGP Başarıyla Silindi ',\n    man_successfully_duplicated_idp_name: ' {{idp_name}} KGP Başarıyla Kopyalandı',\n    man_successfully_sent_invitation: 'Davet Başarıyla Gönderildi',\n    man_successfully_updated_idp_template: 'KGP Şablonu Başarıyla Güncellendi',\n    man_unable_to_send_invitation_something_went_wrong: 'Davet gönderilemedi, bir hata oluştu',\n    man_unable_to_send_reminder_something_went_wrong: 'Hatırlatma gönderilemedi, bir hata oluştu',\n    man_profile_unavailable_role_is_vacant: 'Profil mevcut değil. Rol şu anda boş.'\n};\n\n\n//# sourceURL=webpack:///./src/translations/tr/managerPortal.ts?");

/***/ }),

/***/ "./src/translations/tr/org.ts":
/*!************************************!*\
  !*** ./src/translations/tr/org.ts ***!
  \************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {

"use strict";
eval("\nObject.defineProperty(exports, \"__esModule\", { value: true });\nexports.orgViewModule = {\n    orv_cognitive_ability_text: 'Bilişsel Beceri kısa zaman içinde yeni bilgiler öğrenme veya uygulama beceriniz ve esnekliğinizdir. ',\n    orv_enter_text_to_add_remarks_talent: 'Bu yetenek için eklemek istediğiniz yorumları ilgili alana girin',\n    orv_info_text_all_development_plans_listed_are: 'Listelenen tüm gelişim planları söz konusu pozisyonun gerekliliklerine dayanır. Dolayısıyla, herhangi bir değerlendirme olmasa bile gelişim önerilerini görebilirsiniz. Değerlendirme olmayan beceriler sıfır puan alındığı anlamına gelir, yani gelişim ihtiyacı olduğunu belirtir.',\n    orv_motivation_absence_stress_text_left: 'Görevlerin stressiz olup olmamasıyla ilgilenmez; çalışmaya çok fazla zaman ve enerji harcar ',\n    orv_motivation_absence_stress_text_right: 'Aşırı iş yükü ve gerilimin amaca ulaşmayı zorlaştırdığını düşünür; iyi bir iş-hayat dengesine ihtiyaç duyar',\n    orv_motivation_cooperativeness_text_left: 'Herkesin sadece kendi alanından sorumlu olduğunu düşünür; diğerlerine yardım etmek için nadiren zaman harcar',\n    orv_motivation_cooperativeness_text_right: 'Bir ekip içinde işbirliğini işin doğası olarak görür; diğerlerine yardım etmek için sıklıkla zaman harcar',\n    orv_motivation_development_opportunities_text_left: 'Becerilerin geliştirilmesinden tek başına şirketin sorumlu olduğunu düşünmez',\n    orv_motivation_development_opportunities_text_right: 'Bir şirkette kişisel ve mesleki gelişimin aktif olarak teşvik edilmesini değerli bulur',\n    orv_motivation_fairness_text_left: 'İşlerin adil yürüyüp yürümediğine veya herkese adil davranılıp davranılmadığına pek dikkat etmez',\n    orv_motivation_fairness_text_right: 'Adalet duygusu güçlüdür ve herkese adil ve saygılı davranılmasını temin eder',\n    orv_motivation_financial_reward_text_left: 'Performans odaklı olmayan bir teşvik sistemini tercih eder ve paradan gerçek anlamda motive olmaz',\n    orv_motivation_financial_reward_text_right: 'Performans odaklı bir teşvik sistemini tercih eder ve parasal ödüllerden motive olur',\n    orv_motivation_fun_while_working_text_left: 'Rahat bir çalışma ortamının etkin bir işbirliği için bir gereklilik olmadığına inanır',\n    orv_motivation_fun_while_working_text_right: 'Rahat ve eğlenceli bir çalışma ortamına ihtiyaç duyar; işin aynı zamanda',\n    orv_motivation_harmony_text_left: 'Çatışmaların açıkça ele alınmasının önemli olduğunu düşünür; ekip uyumuna çok değer vermez',\n    orv_motivation_harmony_text_right: 'Bir ekip içinde uyum ve birlik duygusuna önem verir; çatışmalardan kaçınmaya çalışır',\n    orv_motivation_hierarchy_text_left: 'Yatay hiyerarşik yapıları tercih eder; makamları daha az önemli görür',\n    orv_motivation_hierarchy_text_right: 'Belirgin yönetsel yapılara inanır ve bir şirkette yetkilerin net olmasına önem verir',\n    orv_motivation_honesty_text_left: 'Önemli bilgilerin belli kişilerle sınırlı kalmasını kabul eder; dedikoduları dikkate alır',\n    orv_motivation_honesty_text_right: 'Şeffaflık ve açık iletişimi kritik kabul eder; her zaman',\n    orv_motivation_influence_possibilities_text_left: 'Açık talimatlarla çalışmayı tercih eder; işyerinde yetki veya güç sahibi olmaya karşı ilgisizdir',\n    orv_motivation_influence_possibilities_text_right: 'Bağımsız ve inisiyatif alarak çalışır; yaratıcı hareket serbestliği ve etki sahibi olmaktan hoşlanır',\n    orv_motivation_integrity_text_left: 'Bir çalışma ortamında etik ve ahlakı ilgisiz kabul eder; arkasında durma ihtiyacı hissetmez',\n    orv_motivation_integrity_text_right: 'Ahlak ilkelerini önemli görür ve diğer kişilerle vicdanı temiz halde çalışabilmeyi ister',\n    orv_motivation_professional_challenge_text_left: 'Her zaman özel uzmanlık veya sürekli öğrenme gerektirmeyen görevleri tercih eder',\n    orv_motivation_professional_challenge_text_right: 'Sürekli öğrenmeyi gerektiren zor görevlerden hoşlanır; kendi uzmanlığını kullanabilmeye ihtiyaç duyar',\n    orv_motivation_purpose_driven_text_left: 'İşi sahiplenme duygusunu gerçek anlamda sorgulamaz; iş onun için bir amaca giden yolda araçtır',\n    orv_motivation_purpose_driven_text_right: 'İş ortamında anlamlı bir şey yapma hissine ihtiyaç duyar; işin kendisinden gurur duymak ister',\n    orv_motivation_rate_change_text_left: 'İyi planlanmış ve kademeli değişimleri tercih eder; tutarlılık ve istikrarı önemli görür',\n    orv_motivation_rate_change_text_right: 'Hızlı değişimlerden hoşlanır; geliştirmelerin hızlı uygulanmasını ister',\n    orv_motivation_recognition_performance_text_left: 'Kendi standartlarına güvenir ve takdir veya övgü alma ihtiyacı duymaz',\n    orv_motivation_recognition_performance_text_right: 'Saygı ve takdir görmek için çabalar ve başarılarının herkes tarafından onaylanmasını ister',\n    orv_motivation_security_text_left: 'İş güvenliğine çok önem vermez; mesleki riskler almaya hazırlıklıdır',\n    orv_motivation_security_text_right: 'Gelecek için güvenlik sağlayan ve güven veren bir iş ortamı ister',\n    orv_motivation_structuring_text_left: 'Yeni yapılara, kurallara veya prosedürlere pek ihtiyaç duymaz; belirsizlikleri iyi tolere eder ',\n    orv_motivation_structuring_text_right: 'Belirsizliklerden kaçınmak için kesin tanımlanmış süreçlere ihtiyaç duyar',\n    orv_motivation_working_environment_text_left: 'İşyerlerinin işlevselliğini veya ofis düzenini önemsenmeye değer bulmaz',\n    orv_motivation_working_environment_text_right: 'Çekici ve işlevsel ofis ortamları ve işyerlerine değer verir',\n    orv_please_select_different_role: 'Lütfen farklı bir pozisyon seçin, bu pozisyon için veri mevcut değil',\n    orv_role_profile_quick_view_text_and_motivation: 've Motivasyon. Çeviklik Puanı %50 Bilişsel',\n    orv_role_profile_quick_view_text_cognitive_ability: 'Bilişsel beceri adayın bildiğini unutma ve tekrar öğrenme becerisidir. Öğrenme çevikliği adayın öğrenmeye ilişkin doğal becerisi ve istekliliğidir. ',\n    orv_role_profile_quick_view_text_snapshot: 'Bu adayın yetkinlik, motivasyon ve yatkınlık değerlendirme sonuçlarının özet bir görüntüsüdür. Değerlendirme sonuçları karşılaştırılmıştır',\n    orv_role_profile_text: 'Güvenilir bir tutarlılık puanı (4-9) tutarlı, güvenilir bir cevaplama desenini gösterir. Düşük tutarlılık puanı adayın davranışsal değerlendirmeyi ciddiye almadığının göstergesi olabilir. Puanlar düşük (1-3) veya aşırı yüksekse (10) puanlara daha fazla dikkat edilmesi önerilir. 10 düzeyinde tutarlılık puanı adayın, işe alım yapacak yöneticinin görmek isteyeceğini düşündüğü cevapları vermeye çalıştığını gösterir.  ',\n    orv_role_profile_text_over_years: '50 yılı aşkın süredir yapılmakta olan çalışmalar daha yüksek bilişsel değerlendirme puanlarının daha yüksek iş performansına işaret ettiğini defalarca göstermiştir. Daha fazla bilgi için, lütfen web sitemizi ziyaret ediniz',\n    orv_select_a_talent_to_view_reporting_line: 'Raporlanan pozisyonu görmek için bir yetenek seçin',\n    orv_start_by_adding_development: 'Bir gelişim projesi ekleyerek başlayın',\n    orv_we_are_sorry_we_cannot_compute: 'Üzgünüz, bu pozisyon için puan hesaplayamıyoruz. Lütfen bu pozisyonun formül dizilim durumunu doğrulamak için sistem yöneticisiyle görüşün',\n    orv_you_can_add_only_up_to_successor_for_each_role: 'Her pozisyon için en fazla 3 yedek personel ekleyebilirsiniz',\n    orv_added_new_role_to_succeeding_list: 'Yedekleme listesine yeni rol eklendi',\n    orv_are_you_sure_you_want_to_remove_role_name_from_succeeding_to_list: '{{role_name}} rolünü Yedeklendiği Roller listesinden çıkarmak istediğinizden emin misiniz?',\n    orv_are_you_sure_you_want_to_remove_this_role_from_succession: 'Bu rolü yedekleme planından çıkarmak istediğinize emin misiniz?',\n    orv_circular_view: 'Dairesel Görünüm',\n    orv_enter_text_in_the_area_provided_to_add_remarks_for_the_intervention_intervention_name: '{{intervention_name}} girişimine açıklama yazmak için ayrılan alanı kullanın',\n    orv_error_tagging_tags: 'Etiketlemede hata.',\n    orv_list_view: 'Liste Görünümü',\n    orv_oops_something_went_wrong_when_adding: 'Ekleme yapılırken bir hata oluştu',\n    orv_please_select_role_spot_to_succeed_to: 'Lütfen yedekleme yapılacak rolü seçin',\n    orv_successfully_removed_role_name_from_the_list: '{{role_name}} rolü listeden başarıyla çıkarıldı',\n    orv_successfully_removed_role_role_name: ' {{role_name}} rolü başarıyla çıkarıldı',\n    orv_successfully_removed_tags: 'Etiketler Başarıyla Kaldırıldı.',\n    orv_successfully_tagged_tags: 'Etiketleme Başarılı.',\n    orv_this_indicates_it_is_part_of_the_score_calculation: 'Puan hesaplamanın bir kısmı olduğunu gösterir',\n    orv_unable_to_delete_succeedign_to_role: 'Yedeklenilen rol silinemedi',\n    orv_you_can_add_only_up_to_succeeding_to_role: 'En fazla 3 yedek ekleyebilirsiniz'\n};\n\n\n//# sourceURL=webpack:///./src/translations/tr/org.ts?");

/***/ }),

/***/ "./src/translations/tr/profileManagement.ts":
/*!**************************************************!*\
  !*** ./src/translations/tr/profileManagement.ts ***!
  \**************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {

"use strict";
eval("\nObject.defineProperty(exports, \"__esModule\", { value: true });\nexports.profileManagement = {\n    prm_are_you_sure_want_to_delete_this_education: 'Bu eğitimi silmek istediğinizden emin misiniz',\n    prm_are_you_sure_want_to_delete_this_experience: 'Bu deneyimi silmek istediğinizden emin misiniz?',\n    prm_at_least_one_of_the_roles_is_not_published: 'Pozisyonlardan en az biri yayınlanmadı',\n    prm_detect_template_logo_with_opco_click: 'Sistemin saptadığı şablon logo mevcut müşteri logosundan farklıdır. Mevcut müşteri logosuyla değiştirmek için',\n    prm_info_talent_profile_rater_msg: 'Değerlendirici, çalışanları yetkinlikleri/becerileri bazında değerlendirmek üzere tanımlanan kişileri ifade eder.',\n    prm_no_details_available_for_this_skill: 'Bu beceri için detay mevcut değildir',\n    prm_quick_view_of_talent_development_plan: \"Yeteneğin Kişisel Gelişim Planı'nı hızlıca görüntüleyin\",\n    prm_role_accountability_added_successfully: 'Sorumluluk başarıyla eklendi',\n    prm_role_fit_based_on_completion_of_learning: 'Pozisyona uyum öğrenme görevlerinizin tamamlanmasına dayanır',\n    prm_successfully_updated_email_verification_preference: 'E-Posta Doğrulama tercihi başarıyla güncellendi',\n    prm_the_current_role_is_not_published: 'Mevcut pozisyon yayınlanmadı',\n    prm_to_replace_with_current_op_co_icon: ' tıklayın',\n    prm_your_manager_is_verifying_your_skills: 'Yöneticiniz becerilerinizi onaylıyor',\n    prm_your_skill_is_verified_by_your_manager: 'Beceriniz yöneticiniz tarafından onaylandı',\n    prm_could_not_download_resigned_employee_profile: 'İşten Ayrılmış Çalışan Profili indirilemiyor',\n    prm_download_resigned_employee_profile: 'İşten Ayrılan Çalışan Profilini İndir',\n    prm_failed_to_create_remark: 'Açıklama oluşturulamadı.',\n    prm_failed_to_delete_remark: 'Açıklama silinemedi.',\n    prm_failed_to_edit_remark: 'Açıklama düzenlenemedi.',\n    prm_generating_employee_file_please_wait: 'Çalışan Dosyası Oluşturuluyor, Lütfen Bekleyin',\n    prm_system_detect_template_logo_is_different_with_current_op_co_click_here_to_replace_with_current_op_co_icon: 'Sistemin saptadığı şablon logo mevcut müşteri logosundan farklıdır. Mevcut müşteri logosuyla değiştirmek için <0>{{here}}</0> tıklayın.',\n    prm_the_remark_has_been_added_successfully: 'Açıklama başarıyla eklendi',\n    prm_the_remark_has_been_edited_successfully: 'Açıklama başarıyla düzenlendi',\n    prm_are_you_sure_want_to_delete_this_remark: 'Bu açıklamayı silmek istediğinizden emin misiniz',\n    prm_confirm_to_submit_the_changes: 'Lütfen değişiklikleri göndermek için onaylayın',\n    prm_error_occurred_when_submitting: 'Değişiklikler gönderilirken bir hata oluştu',\n    prm_the_remark_has_been_deleted_successfully: 'Bu açıklama başarıyla silindi',\n    prm_your_profile_has_been_submitted: 'Profiliniz başarıyla gönderildi'\n};\n\n\n//# sourceURL=webpack:///./src/translations/tr/profileManagement.ts?");

/***/ }),

/***/ "./src/translations/tr/report.ts":
/*!***************************************!*\
  !*** ./src/translations/tr/report.ts ***!
  \***************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {

"use strict";
eval("\nObject.defineProperty(exports, \"__esModule\", { value: true });\nexports.report = {\n    tpr_people: 'Kişisel',\n    tpr_a_learning_mindset_may_bring_you_further: 'Öğrenme odaklı bir düşünce yapısı sizi düşündüğünüzden ileri noktalara götürebilir. Sahip olunması zorunlu olan yeteneklerin ötesinde sizi tercih edilir kılacak becerilere sahip olmak için yeni fırsatlara açık olun, insanlarla konuşun ve elinizden gelenin fazlasını yapın. Sorular sorarak ve fikirlerinizi paylaşarak her zaman temasta ve uyumlu olun. Yeni maceralara yelken açmak hiçbir zaman kolay olmaz. Hata yapmaya açık olun ve başaracağınıza olan inancınızı kaybetmeyin. Bulunduğunuz ortama değer kattığınız konusunda kendinize güvenin. ',\n    tpr_accendo_about: 'organizasyonel yetenek seçme, geliştirme ve elde tutma alanlarında uzman bir İK Teknoloji şirketidir. Özel alan uzmanlığına sahip, deneyimli örgüt psikologlarından oluşan ekibimizle sunduğumuz proaktif, esnek, öncü çözümler sayesinde etkili iş sonuçlarına ulaşmanızı sağlarız. Bir şirketin performansını geliştiren şeyin anlamsızca pahalı araçlar değil, akıllı, kolay ve pratik çözümler olduğuna inanıyoruz.',\n    tpr_action: 'Aksiyon(lar)',\n    tpr_action_description: 'Adayı senaryoda alınan aksiyonlar üzerine düşünmeye yönlendirin. Bunun bir grup çalışması/kararı ya da bir bireysel çalışma/karar olup olmadığını netleştirin. Adayın katkıda bulunmak için aldığı özel aksiyon(ları) ayrıştırmaya çalışın. ',\n    tpr_agriculture_construction_actuary: 'Ziraat, İnşaat, Aktüerya, Muhasebe, Analiz ve Lojistik.',\n    tpr_amaze_everyone: 'olmamızı sağlıyor!',\n    tpr_and_how_to_perform_the_expected_tasks: 'nasıl yerine getireceklerine dair detaylı talimatlar verin.',\n    tpr_aptitude_affects_how_quickly_and_effectively_a_person_learns_and_maneuver: 'Kavrama yeteneği, bir kişinin hızlı ve etkin öğrenmesine ve ortama ayak uydurmasına etki eder. ',\n    tpr_are_used_in_this_report_to_display: 'bu raporda sonuçlarınızı göstermek için kullanılır. Sayacın gitgide dolarak gösterdiği puan yükseldikçe, sözkonusu alana yatkınlığınız veya o alandaki beceri seviyeniz de sizinle benzer eğitim veya iş deneyimine sahip kişilere göre daha yüksek olacaktır. ',\n    tpr_background_information_of_cognify_description: 'Cattell, Horne ve Carroll (CHC) insan zekası ve becerileri modeli, kişilerin bilişsel becerilerini kategorize etme konusunda oldukça saygın ve güçlü şekilde desteklenen bir modeldir. Cognify, iş performansını belirleyen faktörleri ölçmek için, CHC modeliyle oldukça uyumlu olan bir dizi oyun tabanlı psikometrik değerlendirme içerir. ',\n    tpr_background_information_on_technical_skills: 'Teknik Beceri Testlerine İlişkin Bilgi',\n    tpr_background_information_on_technical_skills_description: 'Teknik Beceri Testleri adayların ve çalışanların becerilerini değerlendirmek için kullanılan standart, formal ve bilimsel yöntemlerdir. Bu testler bir adayın özgeçmişinde yer alan becerileri doğrulamaya yardımcı olur ve tüm adayların özgeçmişlerinden ya da mülakatı yapan kişinin yargılarından bağımsız olarak adil şekilde değerlendirildiği standart bir işe alım süreci yürütülmesini sağlar. Teknik Beceri Testi daha çok finansal raporları okumak ya da belli programları kullanmak gibi, adayların alana özel teknik bilgilerine odaklanır. ',\n    tpr_below_show_high_medium_and_low_scores: 'yüksek, ortalama ve düşük puanları gösterir',\n    tpr_below_showed_high_scores_and_low_scores: 'yüksek, ortalama ve düşük puanları gösterdi',\n    tpr_best_used_when_members_are_competent_but_morale: 'Ekip üyelerinin yetenekli fakat motivasyonlarının ',\n    tpr_best_used_when_members_are_driven_but_lack: 'Ekip üyelerinin motive oldukları fakat yetenekli olmadığı ',\n    tpr_best_used_when_members_are_highly_competent_and: 'Ekip üyelerinin oldukça yetkin ve sorumluluk üstlenmek',\n    tpr_best_used_when_members_are_less_competent: 'Ekip üyelerinin yeterince yetkin ve motive olmadığı',\n    tpr_cbi_rating_scale_description: \"Aşağıda YBM'den SONRA adayı değerlendirmek için değerlendirme ölçeğinin nasıl kullanılacağına dair bir kılavuz bulacaksınız. \",\n    tpr_cognitive_ability_description: 'Bu bölümde aday tarafından tamamlanan diğer değerlendirmeler yer alır. ',\n    tpr_competence_help_them_understand_what_to_do_and: 'durumlarda en çok işe yarar. Ne yapmaları gerektiğini anlamalarına',\n    tpr_competency_based_interview_description: \"belirli yetkinlikleri hedefleyen, sistematik olarak tasarlanmış ve yöneltilmiş sorulardan oluşan bir mülakat yöntemidir. Alışılagelmiş, yapılandırılmamış mülakatlar nadiren nesneldir ve adayın cevapları sıklıkla mülakatçının algısıyla değerlendirilir. Verilen kararlar sıklıkla adayın bıraktığı genel izlenimle şekillenir ki bu noktada mülakatı yapan kişinin önceden sahip olduğu kanılar ve yanılsamalar da önemli bir rol oynar. YBM'de adayların sorulan sorulara somut örnekler vermesi istenir. Mülakatı yapan kişiler yetkinlikler hakkında bilgi edinebilmek için adayın verdiği örnekleri derinlemesine analiz ederler. \",\n    tpr_competency_based_interview_guide: 'Bu kılavuz bir yetkinlik şemasına dayanarak hazırlanmıştır. İlerleyen sayfalarda adayın yetkinlik şemasına ilişkin tipik ya da tercih edilen davranışları yer alır ve bunları da faydalanılması önerilen sorular ve analiz edilecek alanlar takip eder. ',\n    tpr_disclaimer_this_report_is_system_generated: 'Sorumluluk Reddi: Bu rapor sistem tarafından oluşturulmaktadır. Araçların kullanımı Accendo ve araç tedarikçilerinin yetki verdiği kişiler ile sınırlıdır. Accendo bu raporun kullanımının sonuçlarına dair sorumluluk kabul etmemektedir.',\n    tpr_displayed_in_this_report_range_from_1: \"1'den (en düşük) 10'a (en yüksek) kadar sıralanır; genelde, 1, 2 ve 3 puanları norm grubun aldığı ortalama puandan oldukça düşük kabul edilirken 8, 9 ve 10 norm grup ortalamasından oldukça yüksek kabul edilir. Bu durumda, 4, 5, 6 ve 7 norm grup ortalamasına yakındır.  \",\n    tpr_driven_to_take_on_responsibilities_be_hands_off_to_let: 'için motive oldukları durumlarda en çok işe yarar. Onlar ',\n    tpr_examples_below_show_high_medium_and_low_scores: 'Aşağıdaki örnekler yüksek, ortalama ve düşük puanları gösterir:',\n    tpr_examples_below_show_high_medium_and_low_scores_with_strong: `<0>{{examples}}</0> yüksek, ortalama ve düşük puanları gösterir:`,\n    tpr_experts_and_thought_leaders_in_the_field: 'Alan uzmanları ve fikir liderleri bir zamanlar sizinle aynı pozisyondaydı. Nasıl başarıya ulaştıklarını anlamak için onlara ulaşmaya ve ilişkiler kurmaya çalışın. Kariyer yolunda hızla ilerlemek için size rehberlik etmek isteyecek bir mentör arayın. Bu mentör sizin saygı duyduğunuz ve kolay bağlantı kurabileceğiniz ve sonrasında kariyer üzerine yüzlerce soru sorabileceğiniz biri olabilir. Engebeli yolları aşmanıza yardımcı olacak bir dayanağınız olması paha biçilemezdir.',\n    tpr_find_the_report_easy_to_read: 'Raporun okunmasının kolay olduğunu düşünüyor musunuz ya da daha kolay erişilebilir olmasını mı dilerdiniz? Bize geri bildiriminizi iletin!',\n    tpr_found_anything: 'Bir şey bulabildiniz mi? Aşağıya yazın..',\n    tpr_from_your_preferred_behaviour: 'Davranışsal eğilimleriniz ve motivasyon kaynaklarınız düşünüldüğünde, doğal olarak hangi kariyer yolunu takip etmeye daha fazla eğilimlisiniz?',\n    tpr_has_the_technology: 'Accendo şirket kültürünüzü işbirliği, etkililik ve başarı kültürüne dönüştürürken, sizi en çok ihtiyaç duyduğunuz kişilerle buluşturacak ve bu kişileri şirketinize çekmenizi, yönetmenizi ve elde tutmanızı sağlayacak teknoloji ve araçlara sahiptir.  ',\n    tpr_hospitality_customer_service_teaching: 'Konaklama Hizmetleri, Müşteri Hizmetleri, Eğitmenlik, İnsan Kaynakları, Danışmanlık ve Sosyal Hizmetler',\n    tpr_how_did_you_find_the_experience: 'Nasıl bir deneyim yaşadınız?',\n    tpr_how_to_read_this_report: 'Bu rapor nasıl okunmalı?',\n    tpr_how_well_does_your_behavioural_preference_match_the_profile: 'Davranışsal eğilimleriniz yeni çağın satış temsilcisi profili ile ne kadar örtüşüyor?',\n    tpr_important_considerations_description: 'Bu nitelikteki değerlendirmeler güvenilir olmasına rağmen, bir adayın elde ettiği sonuçlar testin yapıldığı ortam ve test süreci sırasındaki rahatlık gibi faktörlerden etkilenebilir. Bu yüzden, adayın değerlendirme puanı sahip olduğu becerilere ilişkin tahmini bir değer olarak kabul edilmeli ve işe alım süreci boyunca elde edilen diğer bilgilerle birlikte değerlendirilmelidir. ',\n    tpr_in_this_report_is_not_infallible: 'bu rapordaki sonuçların yanılmadığını söyleyemeyiz, sonuçların doğruluğu, herhangi bir öz-değerlendirme uygulamasında olduğu gibi, değerlendirme ve anketler sırasında ne kadar dürüst olduğunuza bağlıdır. Bu raporun çıktıları yetkinliğinizi daha derinlemesine incelemek için bir başlangıç noktası olarak kullanılmalıdır. ',\n    tpr_in_this_report_should_be_considered_alongside_other: 'bu rapordaki diğer bilgilerle birlikte ele alınmalıdır. Amaç, adayın şirketteki başarısını arttırmak için sahip olduğu güçlü ve gelişime açık alanları ortaya çıkarmak ve derinlemesine değerlendirmektir. Fakat adayın gerçek davranışlarının içinde bulunulan durum ve ortama bağlı olarak zaman içinde değişiklik gösterebileceğini unutmayın.',\n    tpr_in_this_section_you_will_deep_dive_into_your_performance_in_the: 'Bu bölümde, simülasyondaki performansınızı daha derinlemesine inceleme fırsatı bulacaksınız.',\n    tpr_involves_dealing_with_people_related: 'Diğer kişilerin ihtiyaçlarını anlamak, paydaşlarla müzakere etmek ve onları ikna etmek ve müşteri problemlerini çözmek gibi kişilere ilişkin durumlarla başa çıkmayla ilgilidir. Mesaj iletme amaçlı olarak diğer kişilerle bağlantı kurma ve onların fikirlerini dinlemeyi kapsar. Ayrıca ekipler halinde çalışmak, diğer kişileri motive ve koordine etmek ve gelişmelerine yardımcı olmak da konular arasındadır.',\n    tpr_involves_the_utilisation_and_application_of_skills_and_knowledge: 'Veri analizi ve problem çözme, fikir ve bulguların özenle bir araya getirilmesi ve sunulması, ayrıca profesyonel konularda danışmanlık ve konsültasyon gibi alanlara ilişkin beceri ve bilgilerin kullanılması ve uygulanmasını kapsar. Ayrıca verimli kaynak planlaması ve koordinasyon ile hedeflere karşılık zaman ve ilerlemenin yönetilmesi gibi konuları da içerir.',\n    tpr_involves_understanding_different_elements_of_a_business: 'Bir iş kolunun farklı elementlerini anlamak, inovatif düşünceler geliştirmek ve piyasaya yenilik getirecek heyecan verici fırsatlar yakalamak gibi konuları içerir. Mümkün olduğunca yeni bağlantılar kurmak ve mevcut bağlantılardan faydalanmayı da kapsayabilir. Hataların öğrenmek için fırsatlar olduğu bilinciyle, kararlılık göstermek ve risk almaya açık olmayı gerektirir. ',\n    tpr_is_a_hr_advisory: 'organizasyonel yetenek seçme, geliştirme ve elde tutma alanlarında uzman bir İK Teknoloji şirketidir. Özel alan uzmanlığına sahip, deneyimli örgüt psikologlarından oluşan ekibimizle sunduğumuz proaktif, esnek, öncü çözümler sayesinde etkili iş sonuçlarına ulaşmanızı sağlarız. Bir şirketin performansını geliştiren şeyin anlamsızca pahalı araçlar değil, akıllı, kolay ve pratik çözümler olduğuna inanıyoruz.',\n    tpr_is_low_engage_and_encourage_them_to_be_part_of: 'düşük olduğu durumlarda en çok işe yarar. Onları karar',\n    tpr_is_your_ability_and_fluidity: 'kısa zaman içinde yeni bilgiler öğrenme veya uygulama beceriniz ve esnekliğinizdir.',\n    tpr_is_your_natural_tendency: 'yeni bilgiler öğrenmeye yönelik doğal eğiliminiz ve istekliliğinizdir.',\n    tpr_knowing_what_you_want_and_what_is_important: 'Ne istediğinizi ve neyin önemli olduğunu bilmek hedeflerinizi belirlemenize yardımcı olacaktır. Birkaç yıl içinde nerede olmak istediğinizi planlayarak başlayın ve o noktaya ulaşmak için neleri başarmanız gerektiğini listeleyin. Size deneyimleyerek öğrenme fırsatı verecek farklı görevlerle (örn. gönüllü çalışmalar, kısa dönemli projeler) meşgul olmaktan korkmayın. Bu deneyimler sayesinde hangi rollere yöneleceğinizi belirleyebilir ve gizli potansiyelinizi ortaya çıkarabilirsiniz.',\n    tpr_marketing_sales_product_management_finance: 'Pazarlama, Satış, Ürün Yönetimi, Finans, Emlak ve Proje Yönetimi. ',\n    tpr_motivated_by_doing_work_that_is_personally_meaningful_and_rewarding: 'Kişisel açıdan anlamlı ve tatmin edici, sadece kuruma değil müşteriye de değer katan işler yapmaktan motive olur ',\n    tpr_motivated_by_external_reinforcement_and_the_incentives_that_follow_after_achieving: 'Bir satış hedefine ulaşmanın ardından gelen, dış kaynaklı ödüller ve teşviklerden motive olur',\n    tpr_motivated_give_detailed_instructions_on_what_to_do: 'durumlarda en çok işe yarar. Ne yapacakları ve beklenen görevleri',\n    tpr_motivation_description: 'Bir kişiyi iş ortamında motive eden şey nedir? Çalışanları motive eden alanları bilmek içlerindeki potansiyeli ortaya çıkarmak için doğru ortam ve fırsatların yaratılmasına yardımcı olur. Adayı en az (en önemsiz) ve en çok (en önemli) motive eden şeyleri öğrenmek için aşağıya bakın.',\n    tpr_note_there_may_be_some_variations_in_the_sales_process_across: 'Not: Satış süreçleri şirketler arasında bazı farklılıklar gösterebilir. Yukarıdaki tipik bir satış sürecini temsil eder.',\n    tpr_numerical_reasoning: 'Sayısal Muhakeme',\n    tpr_numerical_reasoning_description: 'Bir adayın nicel ve sayısal kavramları ne kadar iyi anladığını ölçer. Bu beceri günlük işleri tamamlamak için sayı bilgisinin ve sayılarla çalışmanın kritik olduğu pozisyonlar için önemlidir. ',\n    tpr_outlines_your_current_level_against: 'şirketle karşılaştırıldığında bulunduğunuz düzeyi gösterir. Değerlendirmelerde verdiğiniz cevaplar sizinle benzer eğitim düzeyi/iş deneyimine sahip büyük bir katılımcı grubu ile karşılaştırılmıştır.',\n    tpr_please_scan_the_qr_code: \"Lütfen aşağıdaki QR kodunu tarayın veya URL'yi tarayıcınıza kopyalayın\",\n    tpr_problem_solving_description: 'Akıcı zekayı ölçer ve bir adayın yeni problemleri herhangi bir ön bilgi olmadan çözebilme becerisini kapsar. Bu beceri işi hızlıca öğrenme ve pozisyonda başarılı olma kapasitesini geliştirir. ',\n    tpr_provide_support_to_generate_buy_in_to_the_process: 'yardımcı olun ve sürece uyum göstermeleri için destek verin.',\n    tpr_provides_you_the_results_of_the_candidate_during_the_assessments: 'adayın değerlendirmelerden elde ettiği sonuçları gösterir. Adayın bir şirket ortamındaki yetkinlikleri, motivasyon kaynakları ve eğilimini derinlemesine inceler. Adayın değerlendirmelerde verdiği cevaplar global bir norm grupla karşılaştırılmıştır. ',\n    tpr_provides_you_your_results_during_the_assessments: 'değerlendirmeden elde ettiğiniz sonuçları gösterir. Daha fazla sorumluluk üstlenmek için ne kadar kendinizi zorlayabileceğinizi ölçmek üzere üç ana alanda sahip olduğunuz potansiyeli inceler. Değerlendirmelerde verdiğiniz cevaplar global bir norm grupla karşılaştırılmıştır.',\n    tpr_questionnaires_and_simulations_description: 'bize binlerce veri göstergesi sunar. Bu verileri aşağıdaki alanlarla ilişkilendiriyoruz',\n    tpr_quick_view_of_the_course_that_the_talent_has_completed: 'Yeteneğin tamamladığı eğitime genel bir bakış.',\n    tpr_quick_view_of_the_talent_fit_score_to_various_role: 'Yeteneğin farklı pozisyonlara uyum puanına genel bir bakış.',\n    tpr_quick_view_of_the_talent_individual_development_plan: 'Yeteneğin Kişisel Gelişim Planına genel bir bakış.',\n    tpr_quick_view_of_the_talent_scores_gaps_development_areas_and_tools_used: 'Yeteneğin puanları, eksiklikleri, gelişim alanları ve kullanılan araçlara genel bir bakış.',\n    tpr_rate_this_competency: 'Bu yetkinliği nasıl değerlendirirdiniz?',\n    tpr_reengineering_people_performance_at_work: 'Kişilerin iş performansını yeniden yapılandırmak',\n    tpr_relax_its_not_rocket_science: 'Rahat olun, çok zor bir şey değil. Hatta insan kaynaklarıyla ilgili bile değil. Bizim için önemli olan',\n    tpr_report_generated_on: 'Raporun Oluşturulduğu Tarih',\n    tpr_report_reminder: 'Bu raporun geri kalanı adayın değerlendirme sonuçlarına ilişkin daha fazla bilgi vermektedir. ',\n    tpr_report_usage_description: 'Bu değerlendirme adayın zihinsel beceri ya da teknik kabiliyet gibi beceri  düzeyleri hakkında içgörü sağlar. Adayın pozisyona uygunluğuna ilişkin diğer nitelikler ileri psikolojik değerlendirme, mülakatlar veya referans kontrolleri gibi ilave seçme yöntemleri kullanılarak anlaşılabilir. Accendo nihai seçim kararı verilirken aday hakkında sahip olunan tüm bilgilerin kullanılmasını önerir.',\n    tpr_result: 'Sonuç(lar)',\n    tpr_about_name: `Hakkında (Name)`,\n    tpr_about_accendo: 'Hakkında Accendo',\n    tpr_report_name_for: '{{report_name}} için',\n    tpr_result_description: 'Adayın aldığı aksiyon(lar)ın sonuçlarını ortaya çıkarın. Bu sonuçlar bekleniyor muydu? Beklenen sonuç alınmadıysa durumu düzeltmek için alınabilecek aksiyonlar ya da çıkarılabilecek dersler nelerdi?',\n    tpr_results_and_interpretation: 'Sonuçlar ve Yorum',\n    tpr_sales_quest_models_an_organisation_sales_process_where_participants: 'Satış Oyunu katılımcıların sıcak satışçı rolü üstlendikleri bir kurumsal satış sürecini modeller.',\n    tpr_scenario_description: 'Sözkonusu yetkinliği tamamen ya da kısmen sergilediği bir senaryo ortaya koyması için adaya rehberlik edin.',\n    tpr_science_coder_technology_engineering: 'Fen, Kod Geliştirme, Teknoloji, Mühendislik, Matematik ve Yazılım Geliştirme',\n    tpr_scoring_methodology_description: \"Cognify'ı tamamladıktan sonra, Genel Puan ve Ayrıntılı Beceri Puanlarını elde etmek için adayın verileri analiz edilir. Bu puanlar yorumlanırken Genel Puan en güvenilir bilgi ve Ayrıntılı Beceri Puanları tamamlayıcı bilgi olarak ele alınmalıdır. \",\n    tpr_scoring_methodology_description_graphic: 'Aşağıdaki grafik bu raporda sunulan Genel Puan, Ayrıntılı Beceri ve Oyun puanları arasındaki ilişkiyi gösterir. ',\n    tpr_star_interview: 'S.T.A.R Mülakat Formatı',\n    tpr_stylists_acting_music: 'Stilistlik, Aktörlük, Müzik, Sinema, Halkla İlişkiler, Tasarım ve Fotoğrafçılık',\n    tpr_task: 'Görev(ler)',\n    tpr_task_description: 'Anlatılan senaryoda adayın pozisyon ve görev(ler)ini netleştirin.',\n    tpr_the_artist_description: 'Bu alanda yüksek bir puan aldıysanız, daha alışılmadık ve yaratıcı rollere eğilimli olduğunuzu gösterdiniz demektir. Aldığınız sonuçlar kendinizi ifade etme ve hayal gücünüzü kullanma konusunda daha özgür olmanızı sağlayan, katı olmayan, daha esnek çalışma ortamlarını tercih edebileceğinizi gösterir. Rakam ve olgular yerine soyut fikir ve kavramlarla çalışmaktan daha çok keyif alıyor olabilirsiniz.',\n    tpr_the_below_example_is: 'Aşağıdaki örnek 5 (ortalama) puan alan birine aittir.',\n    tpr_the_components_in_this_section_are_measured_through_a_series_of_aptitude_tests: 'Bu bölümdeki bileşenler bir dizi yetenek testi ile ölçülür. Takip eden bölümde her beceriye ilişkin, gerçek hayatta göstermeniz beklenen performansın detayları yer alır. ',\n    tpr_the_decision_making_process: 'verme sürecine dahil edin ve dahil olmaları için teşvik edin',\n    tpr_the_detective_description: 'Bu alanda yüksek bir puan aldıysanız, entellektüel meraklarınızı derinlemesine tatmin edebilecek bir kariyer tercih ettiğinizi gösterdiniz demektir. Aldığınız sonuçlar farklı şeyleri analiz etmenize ve değerlendirmenize, yeni kavramları araştırmanıza olanak sağlayan roller üstlenmek isteyeceğinizi gösterir. İnsanlar yerine sayılarla çalışmayı tercih ediyor ve doğanız gereği yeni şeyler incelemek ve keşfetmekten keyif alıyor olabilirsiniz.',\n    tpr_the_entrepreneur_description: 'Bu alanda yüksek bir puan aldıysanız, hızlı ve heyecan verici ortamlarda çalışmayı tercih ettiğinizi gösterdiniz demektir. Aldığınız sonuçlar sorumluluk üstlenmek ve diğerlerini ikna etmekten keyif alabileceğinizi gösterir. Kendinize amaçlar ve hedefler koyarak sürekli gelişmek üzere sizi zorlayacak rolleri tercih ediyorsunuz. Daha çok iş odaklısınız ve proje yönetimi, yeni girişimler gibi alanlardan keyif alıyor olabilirsiniz.',\n    tpr_the_following_4_motivators_are_identified_to_be_most_relevant_in_a_sales_context: 'Aşağıdaki 4 motive edici faktör satış ortamında en çok geçerli olan faktörler olarak tanımlanmıştır. ',\n    tpr_the_people_person_description: 'Bu alanda yüksek bir puan aldıysanız, dostane ortamlarda diğer insanlarla birlikte çalışmanıza imkan verecek roller üstlenmeyi tercih ettiğinizi gösterdiniz demektir. Aldığınız sonuçlar diğer insanlarla iletişim kurmaktan ve onlara destek olmaktan keyif alabileceğinizi gösterir. İnsanlar yerine fikir ve soyut kavramlarla çalışmanızı veya diğer insanlardan izole olmanızı gerektiren rollerde çalışmaya pek uygun olmayabilirsiniz.',\n    tpr_the_potential_matrix_description: 'Potansiyel Matrisi yenilikçi bir 9 kutu yaklaşımıdır ve 3 boyut içerir: Beceriler, Çeviklik ve Sürücüler. Bu matris bu 3 alandan hangisine düştüğünüzü ve bir sonraki adımınızı belirlemenize yardımcı olacak aksiyonları gösterir.  ',\n    tpr_the_pragmatist_description: 'Bu alanda yüksek bir puan aldıysanız, daha yapısal ve uygulamaya yönelik bir kariyeri tercih ettiğinizi gösterdiniz demektir. Aldığınız sonuçlar talimatların açıkça verildiği iş ortamlarında çalışmayı tercih edebileceğinizi gösterir. İyi organize edilmiş ve mantığa dayanan işlerde çalışmaktan daha çok keyif alıyor ve belirsiz, stabil olmayan iş ortamlarında çalışmaktan hoşlanmıyor olabilirsiniz.',\n    tpr_the_results: 'Bu raporda yer alan sonuçlar',\n    tpr_the_results_indicate_your_alignment_to: 'Sonuçlar belirli bir kişiliğe yakın olduğunuzu gösterir ancak bazı rollerin birden fazla kişilikten ibaret olduğu unutulmamalıdır.',\n    tpr_the_results_within_this_report_are_estimated: 'Bu rapordaki sonuçların ',\n    tpr_the_scores: 'Bu raporda yer alan puanlar',\n    tpr_the_scores_achieved_by_the_candidate: 'Adayın aldığı puanlar seçili bir grup kişinin aldığı puanlarla karşılaştırılmıştır. Genelde profesyonel pozisyonlarda yer alan bir yetişkin örneklemin aldığı puanlarla karşılaştırılmıştır. Karşılaştırma grubu bu kişiler için en uygun gruptur.',\n    tpr_the_scores_also_feeds_into_your_sales_process_competencies: 'Bu puanlar ayrıca satış sürecine ilişkin yetkinlikleriniz için de veri sağlar. ',\n    tpr_the_scores_descriptions: \"1'den (en düşük) 10'a (en yüksek) kadar sıralanır; genelde, 1, 2 ve 3 puanları norm grubun aldığı ortalama puandan oldukça düşük kabul edilirken 8, 9 ve 10 norm ortalamasından oldukça yüksek kabul edilir. Bu durumda, 4, 5, 6 ve 7 norm grup ortalamasına yakındır.  \",\n    tpr_the_scores_displayed_in_this: \"1'den (en düşük) 10'a (en yüksek) kadar sıralanır; genelde, 1, 2 ve 3 puanları norm grubun aldığı ortalama puandan oldukça düşük kabul edilirken 8, 9 ve 10 norm ortalamasından oldukça yüksek kabul edilir. Bu durumda, 4, 5, 6 ve 7 norm grup ortalamasına yakındır.  \",\n    tpr_the_stretchability_gauge_indicates_the_extent: 'Zorlanabilirlik ölçüsü bir yeteneğin kabiliyetler, çeviklik ve öz motivasyon açısından kendisini ne derece zorlayabileceğini gösterir. Yüksek puan alan yetenekler daha yüksek potansiyel gösterebilir ve daha karmaşık durumlarla başa çıkmak için sınırlarını zorlayabilirler.',\n    tpr_the_technical_section_assesses: 'Teknik bölüm değerlendirildiğiniz pozisyona ilişkin sahip olduğunuz teknik becerilerinizi değerlendirir',\n    tpr_them_manage_while_you_oversee_the_progress: 'işleri yönetirken siz uzaktan süreci takip edin.',\n    tpr_they_are_talented_creators: 'Onlar birlikte çalışmak ve daha yükseklere ulaşmalarında birbirlerine destek olmak için doğru kurumsal kültüre sahip bir şirketle karşılaşmayı bekleyen yetenekli yaratıcılar, ortaklar ve kıymetlerdir.',\n    tpr_this_range_shows_a_low_stretchability_score_where_you_be_more_suited: 'Bu aralık, mevcut görev kapsamınıza odaklanmanın daha uygun olacağını gösteren düşük zorlanabilirlik puanını ifade eder. Ayrıca daha yavaş öğrenmeyi tercih edebilir ve daha fazla destek, rehberlik ve dışsal motivasyon kaynaklarına ihtiyaç duyuyor olabilirsiniz.',\n    tpr_this_range_shows_a_moderate_stretchability_where_you_are_able_to_take: 'Bu aralık, ortalama zorlanabilirlik puanını ifade eder; konfor alanınızın dışına çıkmanızı gerektirecek bazı roller üstlenebileceğinizi, ortalama bir hızla öğrenmeyi tercih edebileceğinizi ve bazı hedefler için biraz motivasyona ihtiyaç duyabileceğinizi gösterir.',\n    tpr_this_range_shows_that_you_high_stretchability_and_more_likely_able: 'Bu aralık, yüksek zorlanabilirlik puanını ifade eder, daha karmaşık ve kapsamı genişletilmiş sorumluluklar üstlenebileceğinizi, daha yüksek bir hızda öğrenebileceğinizi ve belirlenen hedeflere ulaşmak için kendinizi motive edebileceğinizi gösterir.',\n    tpr_this_report_description: 'adayın değerlendirmelerde elde ettiği sonuçları sunar. Adayın yetkinliklerini, motive eden faktörleri ve şirket ortamında nelere yatkın olduğunu ortaya koyar. Adayın değerlendirmede verdiği cevaplar global bir norm grupla karşılaştırılmıştır. ',\n    tpr_this_report_is_system_generated: 'Bu rapor sistem tarafından oluşturulmaktadır. Araçların kullanımı Accendo ve araç tedarikçilerinin yetki verdiği kişiler ile sınırlıdır. Accendo bu raporun kullanımının sonuçlarına dair sorumluluk kabul etmemektedir.',\n    tpr_this_result_description: 'bu rapordaki diğer bilgilerle birlikte ele alınmalıdır. Amaç, adayın şirketteki başarısını arttırmak için sahip olduğu güçlü ve gelişime açık alanları ortaya çıkarmak ve derinlemesine değerlendirmektir. Fakat adayın gerçek davranışlarının içinde bulunulan durum ve ortama bağlı olarak zaman içinde değişiklik gösterebileceğini unutmayın.',\n    tpr_this_section_demonstrates_your_interests_and_motives: 'Bu bölüm ilgilerinizi ve sizi motive eden şeyleri gösterir. Puan yükseldikçe, işyerinde söz konusu motivasyon kaynağını daha çok önemsiyorsunuz demektir. Ancak düşük puan bu kaynağın var olmadığı anlamına gelmez, bu kaynağın iş ortamında sizi motive etmede etkisinin düşük olduğu anlamına gelir. ',\n    tpr_this_section_details_core_behaviours_that_are_the_foundation_to_ensuring_success: 'Bu bölüm satış danışmanlığı pozisyonunda bulunan bir kişinin başarılı olmasını sağlayacak 3 temel davranışı detaylarıyla gösterir.',\n    tpr_to_be_valid_for_12_months: '12 ay için geçerli olduğu öngörülmektedir',\n    tpr_the_results_within_this_report_are_estimated_to_be_valid_for_12_months: 'Bu rapordaki sonuçların 12 ay için geçerli olduğu öngörülmektedir',\n    tpr_top_personality_matches_explore_your_top_career_paths_below: 'En iyi Kişilik Eşleşmeleri! Aşağıda en uygun kariyer yollarını inceleyin.',\n    tpr_verbal_knowledge_description: 'Bir adayın yazılı dile ilişkin bilgi ve becerisinin derinliğini ifade eder. Özellikle imla, telaffuz ve metindeki hataları fark etme gibi becerilere karşılık gelir. Bu beceri günlük görevler için okuma ve yazmanın gerekli olduğu pozisyonlar için önemlidir.',\n    tpr_we_dont_see_people_as_commodities: 'İnsanları eşya gibi görmüyoruz.',\n    tpr_what_do_you_appreciate_in_a_work_environment: 'Bir iş ortamında neye önem verirsiniz? Aşağıdaki \"nokta\" her motivasyon tipine ilişkin yöneliminizi gösterir. Bunlar sizin kişisel tercihlerinizdir, herhangi bir yöne daha eğilimli olmanızın doğru ya da yanlış olması söz konusu değildir.',\n    tpr_what_is_your_dominant_leadership_style: 'Baskın liderlik stiliniz nedir?',\n    tpr_when_it_comes_to_career_decisions: 'Kariyerle ilgili kararlar vermek söz konusu olduğunda birçok faktörün dikkate alınması gerekir, size yardımcı olmak üzere birkaçını burada bulabilirsiniz.',\n    tpr_which_is_your_naturally_oriented_direction: 'Doğanız gereği eğilimli olduğunuz yön hangisi?',\n    tpr_which_you_have_completed_give_us_thousands: 'bize binlerce veri sunar. Bu verileri aşağıdaki üç alanla ilişkilendiriyoruz',\n    tpr_work_related_behaviours_description: 'Kişinin iş ortamında hangi davranışları sergilemesi olası? Davranışsal eğilimlerinizi bilmek işteki verimliliğinizi etkileyebilecek, güçlü ve gelişime açık yönlerinizi anlamanıza yardımcı olur. En yüksekten (en olası) en düşüğe (en az olası) davranışsal eğilimlerinizi öğrenmek için aşağıya bakın.',\n    tpr_you_re_highly_motivated_by: 'Sizi en çok motive eden şey',\n    tpr_you_re_least_motivated_by: 'Sizi en az motive eden şey',\n    tpr_your_feedback_helps_us: 'Görüşleriniz bizim sürekli etkileyici',\n    tpr_a_model_that_has_been_developed_to_specifically_measure_occupational_relevant_values: 'Kişinin şirkete, departmana veya ekibe \"kültürel uyumunu\" değerlendirmek amacıyla, profesyonel anlamda ilgili değerlerini, motivasyon faktörlerini ve ilgi alanlarını ölçmek için geliştirilmiş bir model.',\n    tpr_about_you_represents_score_dependent_description: 'Hakkınızda – Puanla bağlantılı tanımları ifade eder',\n    tpr_after_completing_cognify_a_candidates_game_play_data_is_calculated_to_yield_an_overall_score_and_broad_ability_scores: 'Genel puan geçerliliği kabul edilmiş bir formül kullanılarak ve tüm mini oyunlar dikkate alınarak hesaplanır. Bu yüzden, raporda yer alan sonuç her zaman 3 alt kategorinin basit bir ortalamasıyla eşit olmayabilir. Örneğin: 3 alt kategoride 7, 7 ve 6 alabilirsiniz ama genel puanınız 6 olabilir.',\n    tpr_an_overview_of_the_incumbents_level_in_each_of_the_competencies_in_relevance_to_the_c_suite_level: 'Doğal davranışsal eğilimler (anketler), gerçek davranışlar (çevrimiçi simülasyonlar) ve ortam (yüz yüze değerlendirici ölçümleri) dikkate alınarak, pozisyonda bulunan kişinin üst yönetim pozisyonlarına ilişkin yetkinliklerden her birinde bulunduğu seviyenin görünümü. ',\n    tpr_attachment_with_a_highly_experienced_individual_to_provide_support_advice_and_guidance: 'Konusunda deneyimli bir kişiyle destek, öneri ve rehberlik almak için birlikte çalışma.',\n    tpr_background_information_on_emotify: 'Emotify Hakkında Genel Bilgiler',\n    tpr_definition_represents_standard_description: 'Tanım – Standart tanımı ifade eder',\n    tpr_demonstrates_above_the_minimum_required_level_of_technical_functional_and_professional_knowledge_and_skills_to_perform_well_at_the_role: 'Sahip olduğu teknik, fonksiyonel ve profesyonel bilgi ve beceri, rolde başarılı olmak için gerekli minimum düzeyin üzerindedir.  ',\n    tpr_demonstrates_extensive_technical_and_professional_knowledge_and_skills_and_performs_across_a_number_of_functional_areas_at_a_high_level_of_accomplishment: 'Teknik ve profesyonel anlamda geniş bilgi ve beceriye sahiptir, farklı işlevler gerektiren alanlarda yüksek bir başarı ile çalışır.',\n    tpr_emotional_intelligence_has_demonstrated_strong_links_with_job_performance_across_a_wide_range_of_occupations_and_industries: 'Duygusal zekanın bir çok meslek ve sektörde iş performansıyla yakından ilişkili olduğu görülmektedir. Ancak en güvenilir şekilde kullanılabileceği alan, diğer kişilerle çalışmayı gerektiren görevlerde performansı tahmin etmektir. Dolayısıyla, yoğun bir ekip çalışması, müşteri hizmetleri veya diğer kişilerin yönetimi (yani süpervizörlük ya da liderlik rolleri gibi) gerektiren pozisyonlar için işe alımlarda duygusal zeka ölçümü oldukça faydalı olacaktır.',\n    tpr_emotional_ties_requires_candidates_to_read_a_number_of_everyday_situation_and_predict_the_types_of_emotional_consequences_that_may_arise_as_a_result_of_these_situations: 'Duygusal Bağlar adayların her gün karşılaşabilecekleri bir dizi durum hakkında bilgileri okuyup, sözkonusu durumun ne tür duygusal sonuçları olabileceğini tahmin etmelerini gerektirir.',\n    tpr_how_is_the_person_likely_to_behave_at_work: 'Kişinin iş yerindeki davranış eğilimleri ne yöndedir? Davranışsal eğilimlerinizin farkında olmak iş yerindeki etkililiğinizi belirleyebilecek güçlü ve gelişime açık yönlerinizi kavramanıza yardımcı olur. En çok (en yüksek ihtimalle) ve en az (en düşük ihtimalle) sergilediğiniz davranışları görmek için aşağıya bakınız.',\n    tpr_knowledge_acquisition_through_executive_education_such_as_classroom_and_online_courses: 'Sınıf ve çevrim içi eğitimler gibi yönetim eğitimleriyle bilgi kazanımı.',\n    tpr_majority_of_candidate_name_development_should_come_from_development_name_highest_activities: '{{candidate_name}} için gelişim faaliyetlerinin çoğu {{development_name_highest}} alanında yoğunlaşmalı ve {{development_name_second_high}} alanı da desteklenmelidir.',\n    tpr_matching_faces_requires_candidates_to_quickly_identify_the_emotion_displayed_on_a_persons_face: 'Yüz Eşleştirme adayların kişinin yüzünde hangi duygu ifadesinin yer aldığınıhızlıca tanımalarını gerektirir.  ',\n    tpr_meets_the_minimum_technical_functional_and_professional_knowledge_and_skills_to_perform_the_minimum_required_level_of_the_role: 'Rolü yerine getirmek için minimum düzeyde sahip olunması gereken teknik, fonksiyonel ve profesyonel bilgi ve beceriye sahiptir.',\n    tpr_names_emotify_results: \"(Name)'in Emotify Sonucu \",\n    tpr_organised_visitation_to_leaders_in_relevant_industries_to_observe_and_learn_their_practices: 'İlgili sektörlerdeki liderlere gözlem ve uygulamaları öğrenme amaçlı organize ziyaretler.',\n    tpr_partnering_with_a_coach_or_subject_matter_expert_in_the_area_to_maximise_the_potential_in_the_area: 'İlgili alandaki potansiyeli maksimuma çıkarmak için bir koç ya da alan uzmanıyla ortak çalışma.',\n    tpr_personality_assessment_tool_that_measures_work_related_behaviours_it_effectively_measures_aspects_of_behaviour_and_potential: 'İş ile ilgili davranışları ölçümleyen kişilik değerlendirme aracı. Davranış ve potansiyel boyutlarını etkin şekilde ölçümler.',\n    tpr_placements_and_or_assignments_in_roles_which_the_tasks_require_high_level_of_target_competencies: 'Hedef yetkinliklerin yüksek seviyede bulunmasını gerektiren rollerde bulunma ve/veya görev alma.',\n    tpr_report_usage_and_considerations: 'Rapor Kullanımı ve Önemli Noktalar',\n    tpr_scan_me: 'Tara',\n    tpr_successfully_edited_course: 'Eğitim başarıyla düzenlendi',\n    tpr_summarised_matrix_of_suggested_development_activities_which_the_incumbent_may_be_involved_in_to_develop_the_selected_competencies: 'Pozisyonda bulunan kişinin seçilen yetkinlikleri geliştirmek için gerçekleştirebileceği gelişim aktivitelerinin özet matrisi. ',\n    tpr_the_ability_to_draw_logical_conclusions_from_complex_patterns_number_sequences_or_the_relationships_between_shapes: 'Karmaşık desenlerden, sayı örüntülerinden ve şekiller arasındaki ilişkilerden mantıksal çıkarım yapabilme becerisi. ',\n    tpr_the_assessment_report_helps_you_understand_where_you_stand_with_respect_to_the_new_leadership_competencies_required_in_the_digital_age: 'Değerlendirme raporu dijital çağda ihtiyaç duyulan yeni liderlik yetkinlikleri açısından bulunduğunuz düzeyi kavramanıza yardımcı olur. Bu liderlik yetkinlikleri dijital çağın son derece önemli 2 temel bileşenine dayanır: Düşünce Yapısı, İnsanlar ve Kültür. ',\n    tpr_the_following_sections_of_this_report_provide_further_information_regarding_the_assessments_and_the_candidates_assessment_results: 'Bu raporun sonraki bölümlerinde değerlendirmelere ve adayın değerlendirme sonuçlarına ilişkin daha fazla bilgi yer almaktadır.',\n    tpr_the_pre_eminent_ability_measure_of_ei_was_developed_when_mayer_and_salovey_were_later_joined_by_david_caruso_the_management_psychologist_at_yale: \"Duygusal zekanın ölçümü için kullanılan bu rakipsiz ürün, Mayer ve Salovey'den oluşan ekibe Yale'de yönetim psikolojisi üzerine çalışan David Caruso'nun eklenmesiyle geliştirilmiştir.  Bu üç kişilik ekip Mayer-Salovey-Caruso Duygusal Zeka Testini (MSCEIT) geliştirmek üzere kendi orijinal modellerini yeniden tanımladı. Mayer, Salovey ve Caruso duygusal zekayı değerlendirmek için, sonuçlarını abartmadan ve manipüle etmeden kişilerin görevleri nasıl yerine getirdiğini ve duygusal problemlerini nasıl çözdüklerini ölçebilecekleri bir yöntem geliştirmek istemişlerdi. Mayer, Salovey ve Caruso'nun yarattığı bu köklü çalışmayı oyun tabanlı değerlendirme yaklaşımımızla birleştirerek en yeni değerlendirme aracımızı sunuyoruz: Emotify. Emotify Yüz Eşleştirme ve Duygusal Bağlar isminde iki ayrı değerlendirmeden oluşuyor ve iki boyutu ölçüyor : Duyguları Algılama ve Duyguları Kavrama.\",\n    tpr_the_scores_in_these_sections_are_displayed_using_colour_ranges_which_can_be_interpreted_as_below: 'Bu bölümdeki puanlar tanımları aşağıda verilen renk dizileri kullanılarak gösterilmektedir. ',\n    tpr_the_scores_in_this_section_follows_a_1_5_rating_with_1_being_the_lowest_and_5_being_the_highest: \"Bu bölümdeki puanlar 1'den 5'e kadar sıralanmaktadır, 1 en düşük puan ve 5 en yüksek puandır. Değerlendirme tanımını görmek için ilgili soruya bakınız. \",\n    tpr_there_are_some_gaps_to_reach_the_minimum_required_level_of_technical_functional_professional_knowledge_skills: 'Rolü yerine getirmek için gerekli minimum teknik, fonksiyonel, profesyonel bilgi ve beceri düzeyine ulaşmak için biraz çaba göstermesi gerekir. ',\n    tpr_there_are_still_significant_gaps_to_reach_the_minimum_required_level_of_technical_functional_professional_knowledge_and_skills: 'Rolü yerine getirmek için gerekli minimum teknik, fonksiyonel, profesyonel bilgi ve beceri düzeyine ulaşmak için oldukça çaba göstermesi gerekir. ',\n    tpr_this_assessment_report_is_purely_based_on_your_performance_in_the_virtual_assessments: 'Bu değerlendirme raporunda sadece Sanal Değerlendirmelerdeki performansınız yer almaktadır. Katılımcıların bu alanlardaki potansiyelini ölçümleyebilmek için birden fazla değerlendirmeden yararlanılmıştır. Aşağıda kullanılan değerlendirmelerin kapsamına kısaca yer verilmiştir. ',\n    tpr_this_is_an_overview_of_your_scores_across_the_personas_of_networked_leader_sense_making_leader_design_leader_and_agile_leader: 'Bağlantılı Lider, Anlamlandıran Lider, Dizayn Lideri ve Çevik Lider karakterlerine ilişkin aldığınız puanların özet bir görünümüdür. ',\n    tpr_this_report_is_based_on_the_results_of_cognify_a_game_based_cognitive_assessment_that_measures_general_mental: \"Bu rapor genel zihinsel becerileri ölçen oyun tabanlı bir bilişsel değerlendirme olan Cognify'ın sonuçlarına dayanmaktadır. Bu tür değerlendirmeler güvenilir olmakla birlikte,  adayların aldığı sonuçlar testin yapıldığı ortam ve test sürecindeki konfor gibi faktörlerden etkilenebilir. Bu yüzden adayın role uygunluğu değerlendirilirken bu raporla birlikte diğer bilgiler de dikkate alınmalıdır ve psikometrik değerlendirmeler, mülakatlar ve referans kontrolleri gibi ek yöntemler de kullanılmalıdır. Accendo karar verilirken aday hakkında sahip olunan tüm bilgilerin değerlendirilmesini önerir.\",\n    tpr_this_report_is_based_on_the_results_of_cognify_and_emotify: \"Bu rapor Cognify ve Emotify'ın sonuçlarına dayanmaktadır. Bu değerlendirme adayın genel zihinsel becerileri ve Briar'ın duygusal zeka boyutlarına dair içgörü sağlar. Adayın role uygunluğuyla ilintili diğer nitelikleri anlamak için psikometrik değerlendirmeler, mülakatlar ve referans kontrolleri gibi ek işe alım yöntemleri kullanılabilir. Accendo nihai karar verilirken aday hakkında sahip olunan tüm bilgilerin değerlendirilmesini önerir.\",\n    tpr_this_section_shows_your_competency_scores_that_are_your_highest_to_lowest_scores: 'Bu bölümde güçlü ve gelişime açık alanlarınızı fark edebileceğiniz, en düşük ve en yüksek yetkinlik skorlarınızı bulacaksınız.',\n    tpr_throughout_this_report_there_are_two_types_of_texts: 'Bu raporda iki tür metin bulunur',\n    tpr_what_drives_a_person_at_work: 'Kişileri iş yerinde neler motive eder? Sizi motive eden şeylerin farkında olmak en yüksek performansı göstereceğiniz ortam ve fırsatları anlamanızı ve bulmanızı kolaylaştırır. Sizi en çok (en önemli) ve en az (en az önemli) motive edecek faktörleri öğrenmek için aşağıya bakınız.',\n    tpr_you_are_measured_on_the_following_capabilities_a_higher_score_indicates_higher_competence_in_the_areas_of_measurement: 'Aşağıdaki alanlardaki yeterliliğiniz değerlendirilmektedir. Yüksek puan o alanda yetkin olduğunuzu gösterir.',\n    tpr_a_business_acumen_simulation_that_places_you_in_the_shoes_of_a_ceo_of_a_transforming_company_and_takes_decisions_spanning_hr: \"Bu iş zekası simülasyonunda, dönüşüm sürecinde olan bir şirketin CEO'su rolündesiniz ve net karı maksimuma çıkarma hedefiyle İK, Finans, Pazarlama, Ar-Ge alanlarını kapsayan kararlar alıyorsunuz. Bu çalışmayla kar-zarar yönetimi, operasyonel karar verme ve stratejik yönetim alanlarına ilişkin becerileriniz test edilmektedir.\",\n    tpr_areas_of_measurement_directing: 'Yüksek kontrol ve çok yönlendirme. Bu liderlik stiline sahip bir lider ekip üyelerini yakından gözetip denetleyerek ve görevleri konusunda çokça yönlendirerek kontrol altında tutma eğilimi gösterir.',\n    tpr_areas_of_measurement_participating: 'Yüksek kontrol ve az yönlendirme. Bu liderlik stiline sahip bir lider yakından gözetmeyi tercih eder ve ekip üyelerinin katılımını olumlu karşılar.',\n    tpr_areas_of_measurement_explaining: 'Düşük kontrol ve çok yönlendirme. Bu liderlik stiline sahip bir lider ekip üyelerine çokça yönlendirmede bulunma ve destek verme eğilimi gösterir ancak görevleri tamamlama konusunda kendilerine serbestlik tanır.',\n    tpr_areas_of_measurement_delegating: 'Düşük kontrol ve az yönlendirme. Bu liderlik stiline sahip bir lider ekip üyelerinin bağımsız hareket etmesine izin verir: ekibine çok güvenir; problem çözme ve karar verme yetkisi ekip üyesindedir.',\n    tpr_introduction_how_to_read_this_report: 'Giriş & Bu rapor nasıl okunmalı',\n    tpr_digital_client_is_an_end_to_end_learning_and_assessment_platform_for: 'KNOLSKAPE hızlandırılmış çalışan deneyimi için kullanılabilecek uçtan uca bir öğrenme platformudur. İstenen iş sonuçlarına ancak öğrenme ihtiyaçlarının iş gereklilikleriyle uyumlu olduğu taktirde ulaşılabileceğine inanırız. Bu nedenle, yetenek geliştirme metodolojilerinin yeni ve daha güncel yaklaşımlarla oluşturulması gerekir. Bu düşünceyle, keyifli, sürükleyici ve deneyimsel öğrenme ve değerlendirme çözümleri sunuyoruz - stratejik liderlik, iş zekası, değişim yönetimi, liderlik gelişimi, dijital yetenekler ve yetenek değerlendirmeler gibi. Çoklu kanal üzerinden erişim modelinden faydalanan KNOLSKAPE her öğrenme ihtiyacına uygun olarak, eğitmen eşliğinde sınıf eğitimleri, canlı sanal oturumlar ve kendi temposunda kurslar sunar.',\n    tpr_more_than_clients_in_countries_have_benefited_from_digital_client: \"25 ülkede 370'den fazla müşteri KNOLSKAPE'in ödüllü deneyimsel çözümlerinden faydalanmaktadır. Singapur, Hindistan, Malezya ve ABD'deki ofislerde çalışan 120'nin üzerinde kişiden oluşan güçlü ekip,  bankacılık ve finans, danışmanlık, BT, FMCG, perakende, üretim, altyapı, ilaç, mühendislik, otomotiv, kamu sektörü ve akademi gibi farklı sektörlerde hızla büyüyen bir müşteri portföyüne hizmet etmektedir. Great Place to Work® sertifikalı bir şirket olan KNOLSKAPE, aynı zamanda global Top 20 oyunlaştırma şirketi ve Deloitte Technology Fast 500 şirketleri arasında yer alır, sayısız Brandon Hall ödülü kazanmıştır ve Frost&Sullivan tarafından Yetenek Geliştirme alanında takip edilmesi gereken bir şirket ve Deloitte Bersin tarafından öğrenim alanında ezberbozan bir şirket olarak tanınmıştır.\",\n    tpr_mvpi_description: 'Motivasyon kaynaklarının, değerlerin ve ilgilerin ölçülmesi bize bir kişinin ne yapmak istediğini söyler. Bir kişinin değerleri ve istekleri kişiliklerinin parçası olarak ölçülür ve büyük ölçüde değişmez. Dolayısıyla kişinin ilgileri ile işin gereksinimleri arasındaki uyumu değerlendirmek için kullanılabilir. Aynı zamanda kişinin değerleri ve organizasyonel iklim arasındaki uyumu değerlendirmek için de kullanılabilir.',\n    tpr_the_digital_age_is_upon_us_and_thriving: \"Dijital Çağ tam önümüzde ve kapsam giderek genişliyor. VUCA dünyasında, anlamak, strateji ve aksiyonun kurşun hızında gerçekleşmesi gerekiyor. Organizasyonlar bu hızlı değişimi nasıl kucaklayabilir ve Dijital Çağ'da nasıl başarılı olabilir? KNOLSKAPE bunu yapmak için liderlerin zihin yapıları ve yeteneklerinde önemli bir değişime ihtiyaç olduğuna inanıyor. KNOLSKAPE'in Dijital Liderlik Değerlendirmesi organizasyonlara ve liderlere Dijital Çağ'a ilişkin uygulamalarını tekrar değerlendirme ve şekillendirme konusunda destek olur. Bu değerlendirmenin amacı güçlü ve gelişime açık alanlarınızı belirlemek olmakla beraber, asıl amacı sizin keşif yapmanızı ve derinlemesine düşünmenizi kolaylaştırmaktır.\",\n    tpr_the_chart_below_shows_how_well_you_perform_in_each_of_the_areas: 'Aşağıdaki tablo bu alanların her birinde ne kadar iyi performans gösterdiğinizi gösterir',\n    tpr_the_table_below_shows_how_often_you_use_certain_leadership_approaches: 'Aşağıdaki tablo belirli liderlik yaklaşımlarınızı ne sıklıkla kullandığınızı gösterir; en yüksek yüzde bir lider olarak birincil, tercih ettiğiniz liderlik stilinizi gösterir. Dört yaklaşımı en iyi şu şekilde kullanabilirsiniz: -',\n    tpr_you_are_measured_on_your_adaptive_leadership_capability: 'Uyarlanabilir liderlik becerileriniz üzerinden değerlendiriliyorsunuz. Yüksek bir liderlik puanı, liderlik stilinizi ekibinizin bu konudaki ihtiyaçlarına göre esnetebilme becerinizi gösterir.',\n    tpr_you_may_have_a_combination_of_leadership_styles_as_stated_below: 'Aşağıda belirtildiği gibi liderlik stillerinin bir kombinasyonundan faydalanabilirsiniz'\n};\n\n\n//# sourceURL=webpack:///./src/translations/tr/report.ts?");

/***/ }),

/***/ "./src/translations/tr/systemSetup.ts":
/*!********************************************!*\
  !*** ./src/translations/tr/systemSetup.ts ***!
  \********************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {

"use strict";
eval("\nObject.defineProperty(exports, \"__esModule\", { value: true });\nexports.systemSetup = {\n    sys_allows_configure_and_manage_employee_role: 'Çalışanın pozisyon profilini kurgulama ve yönetmenizi sağlar',\n    sys_allows_you_to_configure_formula: 'Formül ve puan hesaplamalarını kurgulamanızı sağlar',\n    sys_cannot_enable_assessment_msg: 'Gönderici adı olmadan değerlendirme e-posta konfigürasyonu devreye alınamaz',\n    sys_chosen_role_accountability_shown_below: 'Seçilen sorumluluklar aşağıda gösterilmiştir',\n    sys_do_you_wish_to_create_this_client: 'Bu Müşteriyi oluşturmak ister misiniz',\n    sys_do_you_wish_to_update_this_client: 'Bu Müşteriyi güncellemek ister misiniz',\n    sys_error_sending_role_managements_api: 'Pozisyon yönetimi apı gönderme hatası',\n    sys_is_in_progress_of_publishing: 'Yayınlama devam ediyor!',\n    sys_list_of_aspiration_available: 'Kariyer hedefi listesine ulaşılabilir',\n    sys_list_of_role_accountability: 'Yukarıdaki pozisyon için sorumluluk listesi',\n    sys_list_of_the_above_role: 'Yukarıdaki pozisyon için beceri listesi',\n    sys_no_data_found_for_the_selected_role: 'Seçili pozisyon için veri bulunamadı',\n    sys_no_data_found_in_aspiration: 'Kariyer hedefinde veri bulunamadı',\n    sys_other_accountabilities: 'Diğer Sorumluluklar ve Beceriler eklendi',\n    sys_overall_assessment_score_of_candidates: 'Adayların genel değerlendirme puanı birden çok formül kullanılarak hesaplanır. Bunları kategori olarak adlandırırız.',\n    sys_please_select_a_role_to_configure: 'Lütfen kurgulanacak pozisyonu seçiniz',\n    sys_priority_info_1: '1 - Düşük',\n    sys_priority_info_2: '2 - Orta',\n    sys_priority_info_3: '3 - Yüksek',\n    sys_priority_tells_how_important_the_skill: 'Önem derecesi size becerinin iş için ne kadar önemli olduğunu söyler',\n    sys_proficiency_1: '1 - Başlangıç Düzeyi',\n    sys_proficiency_2: '2 - Yeterli Düzey',\n    sys_proficiency_3: '3 - Oldukça Deneyimli',\n    sys_proficiency_4: '4 - Uzman',\n    sys_proficiency_tells_you_the_level: 'Yeterlilik, işin gerektirdiği uzmanlık seviyesini ifade eder',\n    sys_select_the_priority_and_proficiency: 'Aşağıda sıralanan beceriler için önem derecesi ve yeterlilik seviyesini seçin',\n    sys_skill_id_info_number_1: 'Beceri Kodu beceriyi tanımlar ve tipini belirtir, örneğin, \"AYTT-00001\" Accendo Yetkinlik Tablosu Teknik beceri No. 1\" anlamına gelir',\n    sys_skill_id_info_number_2: 'Diğer kategoriler şunlardır: AYTK Kişisel, AYTO Organizasyonel, AYTY Yönetimsel, AYTİ İdari Beceriler anlamına gelir.',\n    sys_successfully_mark_rolesas_as_mission_critical_position: 'Pozisyonlar Kritik Pozisyon olarak başarıyla işaretlendi',\n    sys_talent_profile_section_to_show: 'Yönetici Ekranı İçin Yetenek Profil Bölümü',\n    sys_the_selected_incumbents_existing_role: 'Seçilen pozisyon sahibinin mevcut pozisyonu',\n    sys_there_are_no_sub_categories: 'Bu kategori altında eklenecek alt kategori kalmadı',\n    sys_there_is_no_action_description: 'Aksiyon tanımı yok',\n    sys_total_sum_of_enabled_section: 'Kullanılabilir bölüm ağırlıklarının toplamı %100 olmalıdır',\n    sys_total_sum_of_enabled_weightage: 'Kullanılabilir ağırlıkların toplamı %100 olmalıdır',\n    sys_type_in_the_skill_to_search_or_create_new_one: 'Lütfen aramak istediğiniz beceriyi yazın veya yeni bir beceri eklemek istiyorsanız aşağıdaki butona basın',\n    sys_when_saving_and_publishing_role_msg: 'Bu pozisyonu kaydederek yayınladığınızda, seçilen referans pozisyon, referans pozisyon ile diğer pozisyonlardan seçilen sorumluluk ve becerileri içeren yeni kombinasyon ile değiştirilecektir.',\n    sys_will_become_vacant_are_you_want_to_change_it: 'boşalacaktır. Değiştirmek istediğinizden emin misiniz',\n    sys_you_cannot_modify_formula_engine_msg: 'Formül motorunu değiştiremezsiniz. Lütfen ilerlemeden önce yayınlamayı geri alın.',\n    sys_enter_new_domain_name_here_eg_google_com: 'Yeni domain ismini buraya girin örn. google.com',\n    sys_formula_mgmt_workbook_change_warning: 'Çalışma kitabını değiştirmek istediğinizden emin misiniz? Devam ederseniz formülde yaptığınız değişiklikleri kaybedeceksiniz',\n    sys_high_value_cannot_recedes_or_equals_to_medium_value: 'Yüksek Değer Ortalama Değerden düşük ya da eşit olamaz',\n    sys_is_being_published: 'formül yayınlanıyor',\n    sys_low_value_cannot_exceeds_or_equals_to_medium_value: 'Düşük Değer Ortalama Değerden yüksek ya da eşit olamaz',\n    sys_medium_value_cannot_exceeds_or_equals_to_high_value_nor_recedes_or_equals_to_low_value: 'Orta Değer Yüksek Değerden yüksek veya eşit olamaz ya da Düşük Değerden düşük veya eşit olamaz',\n    sys_successfully_edited_created_the_skill: 'Beceri başarıyla {{edited_created}} .',\n    sys_the_accumulation_value_of_100_is_reached: 'Toplam 100% değerine ulaşıldı.',\n    sys_the_accumulation_value_of_has_reached: 'Toplam 100% değerine ulaşıldı.',\n    sys_the_technical_score_of_a_candidate_is_calculated_using_his_verified_technical_skills: 'Bir adayın teknik puanı doğrulanan teknik becerileri kullanılarak hesaplanır. Aşağıdaki veriler önemine bağlı olarak bir teknik becerinin ağırlığını belirlemenizi sağlar.',\n    sys_value_should_be_between_0_and_100: 'Değer 0 ila 100 arasında olmalıdır'\n};\n\n\n//# sourceURL=webpack:///./src/translations/tr/systemSetup.ts?");

/***/ }),

/***/ "./src/translations/tr/talentTarget.ts":
/*!*********************************************!*\
  !*** ./src/translations/tr/talentTarget.ts ***!
  \*********************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {

"use strict";
eval("\nObject.defineProperty(exports, \"__esModule\", { value: true });\nexports.talentTarget = {\n    tat_create_your_new_tags_in_the_section_below: 'Yeni etiketlerinizi aşağıdaki bölümde oluşturun',\n    tat_downloading_list_take_while_please_wait: 'Liste indirme başladı. İndirmek biraz zaman alabilir',\n    tat_error_download_talent_target_list: 'Hedef yetenek listesini indirmede hata oluştu',\n    tat_is_tied_to_more_than_role: \"renkli yetenek 1'den fazla pozisyona bağlıdır\",\n    tat_successfully_download_talent_target_list: 'Hedef yetenek listesi başarıyla indirildi'\n};\n\n\n//# sourceURL=webpack:///./src/translations/tr/talentTarget.ts?");

/***/ }),

/***/ "./src/translations/tr/translations.ts":
/*!*********************************************!*\
  !*** ./src/translations/tr/translations.ts ***!
  \*********************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {

"use strict";
eval("\nObject.defineProperty(exports, \"__esModule\", { value: true });\nconst assessment_1 = __webpack_require__(/*! src/translations/tr/assessment */ \"./src/translations/tr/assessment.ts\");\nconst org_1 = __webpack_require__(/*! src/translations/tr/org */ \"./src/translations/tr/org.ts\");\nconst global_1 = __webpack_require__(/*! src/translations/tr/global */ \"./src/translations/tr/global.ts\");\nconst landingPage_1 = __webpack_require__(/*! src/translations/tr/landingPage */ \"./src/translations/tr/landingPage.ts\");\nconst profileManagement_1 = __webpack_require__(/*! src/translations/tr/profileManagement */ \"./src/translations/tr/profileManagement.ts\");\nconst talentTarget_1 = __webpack_require__(/*! src/translations/tr/talentTarget */ \"./src/translations/tr/talentTarget.ts\");\nconst systemSetup_1 = __webpack_require__(/*! src/translations/tr/systemSetup */ \"./src/translations/tr/systemSetup.ts\");\nconst dashboard_1 = __webpack_require__(/*! src/translations/tr/dashboard */ \"./src/translations/tr/dashboard.ts\");\nconst accessControl_1 = __webpack_require__(/*! src/translations/tr/accessControl */ \"./src/translations/tr/accessControl.ts\");\nconst candidateApp_1 = __webpack_require__(/*! src/translations/tr/candidateApp */ \"./src/translations/tr/candidateApp.ts\");\nconst report_1 = __webpack_require__(/*! src/translations/tr/report */ \"./src/translations/tr/report.ts\");\nconst aceSubtitleCandidate_1 = __webpack_require__(/*! src/translations/tr/aceSubtitleCandidate */ \"./src/translations/tr/aceSubtitleCandidate.ts\");\nconst candidateManagement_1 = __webpack_require__(/*! src/translations/tr/candidateManagement */ \"./src/translations/tr/candidateManagement.ts\");\nconst creditManagement_1 = __webpack_require__(/*! src/translations/tr/creditManagement */ \"./src/translations/tr/creditManagement.ts\");\nconst managerPortal_1 = __webpack_require__(/*! src/translations/tr/managerPortal */ \"./src/translations/tr/managerPortal.ts\");\nconst accountPage_1 = __webpack_require__(/*! src/translations/tr/accountPage */ \"./src/translations/tr/accountPage.ts\");\nconst cyrilTR_1 = __webpack_require__(/*! src/translations/tr/DevTranslateTr/cyrilTR */ \"./src/translations/tr/DevTranslateTr/cyrilTR.ts\");\nconst kaiyiTR_1 = __webpack_require__(/*! ./DevTranslateTr/kaiyiTR */ \"./src/translations/tr/DevTranslateTr/kaiyiTR.ts\");\nconst shanwarTR_1 = __webpack_require__(/*! src/translations/tr/DevTranslateTr/shanwarTR */ \"./src/translations/tr/DevTranslateTr/shanwarTR.ts\");\nconst tareqTR_1 = __webpack_require__(/*! src/translations/tr/DevTranslateTr/tareqTR */ \"./src/translations/tr/DevTranslateTr/tareqTR.ts\");\nconst ravinTR_1 = __webpack_require__(/*! src/translations/tr/DevTranslateTr/ravinTR */ \"./src/translations/tr/DevTranslateTr/ravinTR.ts\");\nconst afifahTR_1 = __webpack_require__(/*! src/translations/tr/DevTranslateTr/afifahTR */ \"./src/translations/tr/DevTranslateTr/afifahTR.ts\");\nconst interview_1 = __webpack_require__(/*! src/translations/tr/interview */ \"./src/translations/tr/interview.ts\");\nconst employeeInfo_1 = __webpack_require__(/*! src/translations/tr/employeeInfo */ \"./src/translations/tr/employeeInfo.ts\");\nexports.TRANSLATIONS_TR = Object.assign({}, accessControl_1.accessControl, aceSubtitleCandidate_1.aceSubtitleCandidate, candidateApp_1.candidateApp, landingPage_1.landingPage, creditManagement_1.creditManagement, candidateManagement_1.candidateManagement, global_1.globalEngTranslator, assessment_1.assessmentPageModule, org_1.orgViewModule, profileManagement_1.profileManagement, talentTarget_1.talentTarget, systemSetup_1.systemSetup, dashboard_1.dashboard, report_1.report, managerPortal_1.managerPortal, accountPage_1.accountPage, interview_1.interview, employeeInfo_1.employeeInfo, cyrilTR_1.cyrilTR, kaiyiTR_1.kaiyiTR, shanwarTR_1.shanwarTR, tareqTR_1.tareqTR, ravinTR_1.ravinTR, afifahTR_1.afifahTR);\n\n\n//# sourceURL=webpack:///./src/translations/tr/translations.ts?");

/***/ }),

/***/ "./src/translations/utils/langTextChanger.ts":
/*!***************************************************!*\
  !*** ./src/translations/utils/langTextChanger.ts ***!
  \***************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {

"use strict";
eval("\nObject.defineProperty(exports, \"__esModule\", { value: true });\nconst _env_1 = __webpack_require__(/*! @env */ \"./env.ts\");\nconst i18next_1 = __webpack_require__(/*! i18next */ \"./node_modules/i18next/dist/esm/i18next.js\");\nexports.statusLangChange = (status, conditionCheck) => {\n    const langStatus = {\n        COMPLETED: i18next_1.default.t('completed').toUpperCase(),\n        OPEN: i18next_1.default.t('resume').toUpperCase(),\n        ACCEPTED: conditionCheck ? i18next_1.default.t('next').toUpperCase() : i18next_1.default.t('start').toUpperCase(),\n        IN_PROGRESS: i18next_1.default.t('continue').toUpperCase(),\n        BLOCKED: i18next_1.default.t('blocked').toUpperCase(),\n        ERROR: i18next_1.default.t('error').toUpperCase(),\n        INACTIVE: i18next_1.default.t('inactive').toUpperCase(),\n        'DOWNLOAD REPORT': i18next_1.default.t('download_report').toUpperCase(),\n        CONTINUE: i18next_1.default.t('continue').toUpperCase(),\n        START: i18next_1.default.t('start').toUpperCase()\n    };\n    return langStatus[status] || status;\n};\nexports.audioLangCheck = language => {\n    const availableLang = {\n        en: 'en',\n        tr: 'tr',\n        my: 'en',\n        km: 'en',\n        zh: 'en',\n        si: 'en',\n        vi: 'en'\n    };\n    return availableLang[language] || _env_1.DEFAULT_LANGUAGE;\n};\n\n\n//# sourceURL=webpack:///./src/translations/utils/langTextChanger.ts?");

/***/ })

/******/ });