{"version":3,"sources":["webpack:///./app/javascript/src/js/load_more.js","webpack:///./app/javascript/src/css/select2.scss?69df","webpack:///./app/javascript/src/css/select2.scss","webpack:///./app/javascript/src/js/slider.js","webpack:///./app/javascript/packs/application.js"],"names":["document","addEventListener","querySelector","options","root","rootMargin","intersectionObserver","IntersectionObserver","entries","forEach","entry","isIntersecting","console","log","loadBtn","click","processIntersectionEntries","setTimeout","observe","api","content","__esModule","default","module","i","exports","locals","___CSS_LOADER_API_IMPORT___","push","slider","tns","container","controls","speed","items","nav","autoplay","autoplayButton","autoplayButtonOutput","image","src"],"mappings":"2EAAAA,SAASC,iBAAiB,oBAAoB,WAI5C,GAFsBD,SAASE,cAAc,kBAE1B,CAAC,IACZC,EAAU,CACdC,KAAMJ,SAASE,cAAc,kBAC7BG,WAAY,SAGVC,EAAuB,IAAIC,sBAAqB,SAAAC,GAAO,OAE3D,SAAoCA,GAClCA,EAAQC,SAAQ,SAAAC,GACd,GAAIA,EAAMC,eAAgB,CACxBC,QAAQC,IAAI,eAEZ,IAAMC,EAAWd,SAASE,cAAc,oBACpCY,GAEFA,EAAQC,YAV+CC,CAA2BR,KAAUL,GAiBpGc,YAAW,WACTX,EAAqBY,QAAQlB,SAASE,cAAc,8BACnD,U,oBC7BP,IAAIiB,EAAM,EAAQ,KACFC,EAAU,EAAQ,KAIC,kBAFvBA,EAAUA,EAAQC,WAAaD,EAAQE,QAAUF,KAG/CA,EAAU,CAAC,CAACG,EAAOC,EAAIJ,EAAS,MAG9C,IAAIjB,EAAU,CAEd,OAAiB,OACjB,WAAoB,GAEPgB,EAAIC,EAASjB,GAI1BoB,EAAOE,QAAUL,EAAQM,QAAU,I,qBChBnCD,EADkC,EAAQ,IAChCE,EAA4B,IAE9BC,KAAK,CAACL,EAAOC,EAAI,w6GAAy6G,GAAG,CAAC,QAAU,EAAE,QAAU,CAAC,kDAAkD,MAAQ,GAAG,SAAW,2qCAA2qC,KAAO,eAAe,eAAiB,CAAC,2pHAExvJD,EAAOE,QAAUA,G,4zCCgBjBzB,SAASC,iBAAiB,oBAAoB,WAE5C,IAAM4B,EAAS7B,SAASE,cAAc,cAClC2B,GACFC,YAAI,CACFC,UAAWF,EACXG,UAAU,EACVC,MAAO,IACPC,MAAO,EACPC,KAAK,EACLC,UAAU,EACVC,gBAAgB,EAChBC,sBAAsB,O,cCR5BtC,SAASC,iBAAiB,oBAAoB,WAE5CgB,YAAW,WACT,IAAMsB,EAAQvC,SAASE,cAAc,uGACjCqC,IACFA,EAAMC,IAAM,kGAEb,U","file":"js/application-4a5be7945be9bb54179b.chunk.js","sourcesContent":["document.addEventListener('DOMContentLoaded', () => {\n\n const searchResults = document.querySelector('#searchResults')\n\n if (searchResults) {\n const options = {\n root: document.querySelector('#searchResults'),\n rootMargin: '100px',\n }\n\n var intersectionObserver = new IntersectionObserver(entries => processIntersectionEntries(entries), options)\n\n function processIntersectionEntries(entries) {\n entries.forEach(entry => {\n if (entry.isIntersecting) {\n console.log('intersected')\n\n const loadBtn = document.querySelector('a#searchLoadMore')\n if (loadBtn) {\n // TODO: better to make direct call with fetch\n loadBtn.click()\n }\n\n }\n })\n }\n\n setTimeout(() => {\n intersectionObserver.observe(document.querySelector('#js-intersection-target'))\n }, 2000)\n\n\n }\n\n})\n","var api = require(\"!../../../../node_modules/style-loader/dist/runtime/injectStylesIntoStyleTag.js\");\n var content = require(\"!!../../../../node_modules/css-loader/dist/cjs.js??ref--6-1!../../../../node_modules/postcss-loader/src/index.js??ref--6-2!../../../../node_modules/sass-loader/dist/cjs.js??ref--6-3!./select2.scss\");\n\n content = content.__esModule ? content.default : content;\n\n if (typeof content === 'string') {\n content = [[module.id, content, '']];\n }\n\nvar options = {};\n\noptions.insert = \"head\";\noptions.singleton = false;\n\nvar update = api(content, options);\n\n\n\nmodule.exports = content.locals || {};","// Imports\nvar ___CSS_LOADER_API_IMPORT___ = require(\"../../../../node_modules/css-loader/dist/runtime/api.js\");\nexports = ___CSS_LOADER_API_IMPORT___(true);\n// Module\nexports.push([module.id, \".select2-container--default .select2-selection--single{padding:0;font-size:14px;line-height:1.42857143;color:#555;background-color:#fff;border:1px solid #ccc;border-radius:7.5px;box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);transition:border-color ease-in-out .15s, box-shadow ease-in-out .15s;margin-bottom:6px}.select2-results__option,.select2-container--default .select2-search--dropdown .select2-search__field,.select2-container--default .select2-selection--single .select2-selection__rendered{font-size:14px;line-height:1.42857143;color:#555}.select2-search__field:focus{border:1px solid #B2B2B2}.select2-container--default .select2-selection--multiple{border:1px solid #ccc;border-radius:7.5px}.new_search .select2-selection .select2-selection--multiple,.new_search .select2-container--default .select2-selection--multiple{background-color:#09899b}.new_search .select2-container--default .select2-selection--multiple .select2-selection__rendered li{font-size:14px;color:white}.new_search input::-moz-placeholder{color:white}.new_search input:-ms-input-placeholder{color:white}.new_search input::placeholder{color:white}.new_search .select2-search.select2-search--inline,.new_search .select2-container--default .select2-selection--multiple .select2-selection__rendered li{background-color:transparent !important}.searcher__wrapper{background-color:#131113;margin-left:-15px;margin-right:-15px;padding:100px 30px;min-height:740px;position:relative}.searcher__wrapper h2{font-size:41px;text-align:center;color:#FECB37;margin-bottom:30px}.searcher__wrapper h2 span{font-size:41px;font-family:'ralewaybold', sans-serif}.searcher__wrapper .icon-arrow-down-big{bottom:unset;top:-30px}.searcher{display:flex;justify-content:center;flex-wrap:wrap;grid-gap:30px;gap:30px}.searcher .voice-multifilter{min-width:360px;margin-bottom:30px}.searcher .voice-multifilter .col-xs-12.col-md-3{min-width:360px}.searcher .voice-multifilter h4{color:white;margin-top:18px}.searcher .voice-results{min-width:900px}.searcher .voice-results .col-md-9{min-width:900px}.searcher .new_search{background-color:#1c1c1c}.searcher .new_search input::-moz-placeholder{color:black;padding-left:10px}.searcher .new_search input:-ms-input-placeholder{color:black;padding-left:10px}.searcher .new_search input::placeholder{color:black;padding-left:10px}.searcher .new_search .select2-selection .select2-selection--multiple,.searcher .new_search .select2-container--default .select2-selection--multiple{background-color:white}.searcher .select2-container--default .select2-selection--multiple .select2-selection__rendered li{color:black}.searcher .profile-casting-features{color:white}.searcher form.new_search .submit-search{background:#fac24a;color:white;height:38px;font-family:'ralewaybold', sans-serif}.searcher .btn-main{background-color:#ff7b16;color:white;padding-top:11px}.searcher form.new_search span{margin-bottom:12px}.searcher .search-results-title h4{color:white;text-align:left}.searcher .select2-container--default .select2-selection--multiple .select2-selection__rendered{height:34px}.searcher .select2-results__option{color:black}.searcher .searchScroll::-webkit-scrollbar{background:#232223}.searcher .searchScroll::-webkit-scrollbar-thumb{background:#333333;border-right:3px solid #232223;border-left:3px solid #232223}.searcher .searchScroll::-webkit-scrollbar-thumb:window-inactive{background:#333333;border-right:3px solid #232223;border-left:3px solid #232223}.searcher .no-more-results{color:white}\\n\", \"\",{\"version\":3,\"sources\":[\"/tmp/build/app/javascript/src/css/select2.scss\"],\"names\":[],\"mappings\":\"AAAA,uDACE,SAAU,CACV,cAAe,CACf,sBAAuB,CACvB,UAAW,CACX,qBAAsB,CACtB,qBAAsB,CACtB,mBAAoB,CACpB,4CAA6C,CAC7C,qEAAsE,CACtE,iBAAkB,CACnB,0LAIC,cAAe,CACf,sBAAuB,CACvB,UAAW,CACZ,6BAEC,wBAAyB,CAC1B,yDAEC,qBAAsB,CACtB,mBAAoB,CACrB,iIAKG,wBAAkC,CAHtC,qGAMI,cAAe,CACf,WAAY,CAPhB,oCAUI,WAAY,CAVhB,wCAUI,WAAY,CAVhB,+BAUI,WAAY,CAVhB,wJAcI,uCAAwC,CACzC,mBAKD,wBAAyB,CACzB,iBAAkB,CAClB,kBAAmB,CACnB,kBAAmB,CACnB,gBAAiB,CACjB,iBAAkB,CANpB,sBASI,cAAe,CACf,iBAAkB,CAClB,aAAc,CACd,kBAAmB,CAZvB,2BAeM,cAAe,CACf,qCAAsC,CAhB5C,wCAoBI,YAAa,CACb,SAAU,CACX,UAGD,YAAa,CACb,sBAAuB,CACvB,cAAe,CACf,aAAK,CAAL,QAAS,CAJX,6BAOI,eAAgB,CAChB,kBAAmB,CARvB,iDAWM,eAAgB,CAXtB,gCAcM,WAAY,CACZ,eAAgB,CAftB,yBAmBI,eAAgB,CAnBpB,mCAsBM,eAAgB,CAtBtB,sBA0BI,wBAAyB,CA1B7B,8CA8BM,WAAY,CACZ,iBAAkB,CA/BxB,kDA8BM,WAAY,CACZ,iBAAkB,CA/BxB,yCA8BM,WAAY,CACZ,iBAAkB,CA/BxB,qJAmCI,sBAAuB,CAnC3B,mGAsCI,WAAY,CAtChB,oCAyCI,WAAY,CAzChB,yCA4CI,kBAAmB,CACnB,WAAY,CACZ,WAAY,CACZ,qCAAsC,CA/C1C,oBAkDI,wBAAyB,CACzB,WAAY,CACZ,gBAAiB,CApDrB,+BAuDI,kBAAmB,CAvDvB,mCA0DI,WAAY,CACZ,eAAgB,CA3DpB,gGA8DI,WAAY,CA9DhB,mCAiEI,WAAY,CAjEhB,2CAqEI,kBAAmB,CArEvB,iDAwEI,kBAAmB,CACnB,8BAA+B,CAC/B,6BAA8B,CA1ElC,iEA6EI,kBAAmB,CACnB,8BAA+B,CAC/B,6BAA8B,CA/ElC,2BAkFI,WAAY\",\"file\":\"select2.scss\",\"sourcesContent\":[\".select2-container--default .select2-selection--single {\\n padding: 0;\\n font-size: 14px;\\n line-height: 1.42857143;\\n color: #555;\\n background-color: #fff;\\n border: 1px solid #ccc;\\n border-radius: 7.5px;\\n box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);\\n transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;\\n margin-bottom: 6px;\\n}\\n.select2-results__option,\\n.select2-container--default .select2-search--dropdown .select2-search__field,\\n.select2-container--default .select2-selection--single .select2-selection__rendered {\\n font-size: 14px;\\n line-height: 1.42857143;\\n color: #555;\\n}\\n.select2-search__field:focus {\\n border: 1px solid #B2B2B2;\\n}\\n.select2-container--default .select2-selection--multiple {\\n border: 1px solid #ccc;\\n border-radius: 7.5px;\\n}\\n\\n.new_search {\\n .select2-selection .select2-selection--multiple,\\n .select2-container--default .select2-selection--multiple {\\n background-color: rgb(9, 137, 155);\\n }\\n .select2-container--default .select2-selection--multiple .select2-selection__rendered li {\\n font-size: 14px;\\n color: white;\\n }\\n input::placeholder {\\n color: white;\\n }\\n .select2-search.select2-search--inline,\\n .select2-container--default .select2-selection--multiple .select2-selection__rendered li {\\n background-color: transparent !important;\\n }\\n}\\n\\n// searcher block for voice_over_and_dubbing\\n.searcher__wrapper {\\n background-color: #131113;\\n margin-left: -15px;\\n margin-right: -15px;\\n padding: 100px 30px;\\n min-height: 740px;\\n position: relative;\\n\\n h2 {\\n font-size: 41px;\\n text-align: center;\\n color: #FECB37;\\n margin-bottom: 30px;\\n\\n span {\\n font-size: 41px;\\n font-family: 'ralewaybold', sans-serif;\\n }\\n }\\n .icon-arrow-down-big {\\n bottom: unset;\\n top: -30px;\\n }\\n}\\n.searcher {\\n display: flex;\\n justify-content: center;\\n flex-wrap: wrap;\\n gap: 30px;\\n\\n .voice-multifilter {\\n min-width: 360px;\\n margin-bottom: 30px;\\n\\n .col-xs-12.col-md-3 {\\n min-width: 360px;\\n }\\n h4 {\\n color: white;\\n margin-top: 18px;\\n }\\n }\\n .voice-results {\\n min-width: 900px;\\n\\n .col-md-9 {\\n min-width: 900px;\\n }\\n }\\n .new_search {\\n background-color: #1c1c1c;\\n }\\n .new_search {\\n input::placeholder {\\n color: black;\\n padding-left: 10px;\\n }\\n }\\n .new_search .select2-selection .select2-selection--multiple, .new_search .select2-container--default .select2-selection--multiple {\\n background-color: white;\\n }\\n .select2-container--default .select2-selection--multiple .select2-selection__rendered li {\\n color: black;\\n }\\n .profile-casting-features {\\n color: white;\\n }\\n form.new_search .submit-search {\\n background: #fac24a;\\n color: white;\\n height: 38px;\\n font-family: 'ralewaybold', sans-serif;\\n }\\n .btn-main {\\n background-color: #ff7b16;\\n color: white;\\n padding-top: 11px;\\n }\\n form.new_search span {\\n margin-bottom: 12px;\\n }\\n .search-results-title h4 {\\n color: white;\\n text-align: left;\\n }\\n .select2-container--default .select2-selection--multiple .select2-selection__rendered {\\n height: 34px;\\n }\\n .select2-results__option {\\n color: black;\\n }\\n\\n .searchScroll::-webkit-scrollbar {\\n background: #232223;\\n }\\n .searchScroll::-webkit-scrollbar-thumb {\\n background: #333333;\\n border-right: 3px solid #232223;\\n border-left: 3px solid #232223;\\n }\\n .searchScroll::-webkit-scrollbar-thumb:window-inactive {\\n background: #333333;\\n border-right: 3px solid #232223;\\n border-left: 3px solid #232223;\\n }\\n .no-more-results {\\n color: white;\\n }\\n}\\n\"]}]);\n// Exports\nmodule.exports = exports;\n","import { tns } from \"tiny-slider/src/tiny-slider.js\"\nimport 'tiny-slider/src/tiny-slider.scss'\n\n// previous owl carousel options for partners slides\n\n// carouselPartners = ->\n// $('.owl-carousel-partners').map ->\n// $(this).owlCarousel\n// navigation: false\n// slideSpeed: 600\n// paginationSpeed: 600\n// singleItem: false\n// pagination: false\n// autoHeight: true\n// autoPlay: 1500\n// stopOnHover: true\n// afterInit: (slide) ->\n// owl = $(this).data('owlCarousel')\n// return\n\n// data-plugin-options='{\"items\": 6, \"singleItem\": false, \"pagination\": false, \"autoPlay\": true}'\n\ndocument.addEventListener('DOMContentLoaded', () => {\n\n const slider = document.querySelector('.js-slider')\n if (slider) {\n tns({\n container: slider,\n controls: false,\n speed: 400,\n items: 4,\n nav: false,\n autoplay: true,\n autoplayButton: false,\n autoplayButtonOutput: false, \n // autoplayHoverPause: true\n })\n }\n\n})","/* eslint no-console:0 */\n// This file is automatically compiled by Webpack, along with any other files\n// present in this directory. You're encouraged to place your actual application logic in\n// a relevant structure within app/javascript and only use these pack files to reference\n// that code so it'll be compiled.\n//\n// To reference this file, add <%= javascript_pack_tag 'application' %> to the appropriate\n// layout file, like app/views/layouts/application.html.erb\n\n\n// Uncomment to copy all static images under ../images to the output folder and reference\n// them with the image_pack_tag helper in views (e.g <%= image_pack_tag 'rails.png' %>)\n// or the `imagePath` JavaScript helper below.\n//\n// const images = require.context('../images', true)\n// const imagePath = (name) => images(name, true)\n\n// recommended by webpacker\nimport 'core-js/stable'\nimport 'regenerator-runtime/runtime'\n\nimport '../src/js/slider'\nimport '../src/js/load_more'\nimport '../src/css/select2.scss'\n\n// skype call image replace\ndocument.addEventListener('DOMContentLoaded', () => {\n\n setTimeout(() => {\n const image = document.querySelector('img[src=\"http://www.skypeassets.com/i/scom/images/skype-buttons/dropdowncallbutton_trans_16px.png\"]')\n if (image) {\n image.src = \"https://secure.skypeassets.com/i/scom/images/skype-buttons/dropdowncallbutton_trans_16px.png\"\n }\n }, 500)\n\n})\n"],"sourceRoot":""}