@charset "UTF-8";.anim-slow-zoom{transition:transform .3s linear}.anim-slow-zoom:hover{transform:scale(1.2);transition:transform 10s linear}.anim-bounce-right{animation:translate-right .8s ease-in infinite alternate}@keyframes translate-right{to{transform:translateX(40px)}}.anim-bounce-down{animation:translate-down .8s ease-in infinite alternate}@keyframes translate-down{to{transform:translateY(20px)}}.anim-bounce{animation:translate-down--small 1s linear infinite}@keyframes translate-down--small{25%{transform:translateY(5px)}75%{transform:translateY(-5px)}to{transform:translateY(0)}}.anim-fade-in{animation:opacity-full .3s ease-out forwards;opacity:0}@keyframes opacity-full{to{opacity:1}}.anim-fade-out{animation:opacity-zero .3s ease-out forwards}@keyframes opacity-zero{to{opacity:0}}.anim-fade-out-right{animation:opacity-zero-translateX-right .3s ease-out forwards}@keyframes opacity-zero-translateX-right{to{opacity:0;transform:translateX(100%)}}.anim-fade-in-out-zoom,.anim-fade-in-out-zoom--child-div div{animation:fade-in-out-zoom .2s ease-in-out;opacity:0}@keyframes fade-in-out-zoom{0%{opacity:1;transform:scale(0)}to{opacity:0;transform:scale(1.5)}}.anim-width-progress{animation:scale-width-100 .3s linear forwards;transform:scaleX(0);transform-origin:center left}@keyframes scale-width-100{to{transform:scaleX(1)}}.anim-width-progress-reverse{animation:scale-width-0 .3s linear forwards;transform:scaleX(1);transform-origin:center left}@keyframes scale-width-0{to{transform:scaleX(0)}}.anim-bounce-up-center-top{animation:bounce-up-once .3s cubic-bezier(.17,.89,.31,1.38) forwards;left:50%;position:absolute;top:0;transform:translateX(-50%) translateY(-100%) scaleY(0);transform-origin:center top}@keyframes bounce-up-once{to{transform:translateX(-50%) translateY(0) scaleY(1)}}.anim-highlight{animation:highlight-zoom 1s linear infinite}@keyframes highlight-zoom{40%{transform:scale(1)}50%{transform:scale(1.2)}70%{transform:scale(1)}}.anim-duration--500{animation-duration:.5s}.anim-delay--200{animation-delay:.2s}.anim-delay--400{animation-delay:.4s}.text-center{text-align:center}.text-right{text-align:right}.text-left{text-align:left}.font-bold{font-weight:700}.font-uppercase{text-transform:uppercase}.font-size-small{font-size:12px}.font-no-underline,:hover.font-no-underline-hover{text-decoration:none}.full-width{width:100%}.full-height{height:100%}.line-height-initial{line-height:normal}.pointer{cursor:pointer}.pointer-events-none{pointer-events:none}.user-select-none{user-select:none}.padding{padding:16px}.padding-sm{padding:8px}.padding-xs{padding:4px}.padding-x2{padding:32px}.padding-left{padding-left:16px}.padding-left-sm{padding-left:8px}.padding-left-xs{padding-left:4px}.padding-left-x2{padding-left:32px}.padding-right{padding-right:16px}.padding-right-sm{padding-right:8px}.padding-right-xs{padding-right:4px}.padding-right-x2{padding-right:32px}.padding-bottom{padding-bottom:16px}.padding-bottom-sm{padding-bottom:8px}.padding-bottom-xs{padding-bottom:4px}.padding-bottom-x2{padding-bottom:32px}.padding-top{padding-top:16px}.padding-top-sm{padding-top:8px}.padding-top-xs{padding-top:4px}.padding-top-x2{padding-top:32px}.margin{margin:16px}.margin-sm{margin:8px}.margin-xs{margin:4px}.margin-x2{margin:32px}.margin-left{margin-left:16px}.margin-left-sm{margin-left:8px}.margin-left-xs{margin-left:4px}.margin-left-x2{margin-left:32px}.margin-right{margin-right:16px}.margin-right-sm{margin-right:8px}.margin-right-xs{margin-right:4px}.margin-right-x2{margin-right:32px}.margin-bottom{margin-bottom:16px}.margin-bottom-sm{margin-bottom:8px}.margin-bottom-xs{margin-bottom:4px}.margin-bottom-x2{margin-bottom:32px}.no-padding{padding:0}.no-margin-top{margin-top:0!important}.margin-top{margin-top:16px}.margin-top-sm{margin-top:8px}.margin-top-xs{margin-top:4px}.margin-top-x2{margin-top:32px}.display-none{display:none}.block{display:block}.inline-block{display:inline-block}.inline-flex{display:inline-flex}.flex{display:flex}.external-link,.flex-center{align-items:center;display:flex;justify-content:center}.flex-wrap{flex-wrap:wrap}.flex-justify-end{justify-content:flex-end}.flex-justify-space-between{justify-content:space-between}.flex-align-end{align-items:flex-end}.flex-align-self-start{align-self:flex-start}.flex-align-self-end{align-self:flex-end}.flex-center-vertical{align-items:center;display:flex}.flex-center-horizontal{display:flex;justify-content:center}.flex-grow{flex-grow:1}.flex-column{flex-direction:column}.flex-column-reverse{flex-direction:column-reverse}.box-22px{height:22px;width:22px}.no-min-width{min-width:auto}.min-width-70px{min-width:70px}.hidden{visibility:hidden}.overflow-auto{overflow:auto}.overflow-hidden{overflow:hidden}.overflow-x-hidden{overflow-x:hidden}.overflow-y-hidden{overflow-y:hidden}.opacity-50{opacity:50%}.relative{position:relative}.absolute{position:absolute}.top{top:0}.bottom{bottom:0}.right{right:0}.left{left:0}.top-100perc{top:100%}.bottom-100perc{bottom:100%}.right-100perc{right:100%}.translate-left-50perc{transform:translateX(-50%)}.translate-left-100perc{transform:translateX(-100%)}.translate-left-150perc{transform:translateX(-150%)}.translate-right-50perc{transform:translateX(50%)}.translate-right-100perc{transform:translateX(100%)}.translate-right-150perc{transform:translateX(150%)}.translate-top-50perc{transform:translateY(-50%)}.translate-top-100perc{transform:translateY(-100%)}.translate-top-150perc{transform:translateY(-150%)}.translate-bottom-50perc{transform:translateY(50%)}.translate-bottom-100perc{transform:translateY(100%)}.translate-bottom-150perc{transform:translateY(150%)}.margin-shrink-vertical{margin-bottom:-2px;margin-top:-2px}.absolute-center-horizontal{left:50%;position:absolute;transform:translateX(-50%)}.absolute-center-vertical{position:absolute;top:50%;transform:translateY(-50%)}.absolute-center{left:50%;position:absolute;top:50%;transform:translate(-50%,-50%)}.flip-horizontal{transform:scaleX(-1)}.flip-vertical{transform:scaleY(-1)}.fixed{position:fixed}.z-index-2{z-index:2}.z-index-max{z-index:2000}.grayscale{filter:grayscale(1)}.hover--background:hover{background:#9b9b9b1a}.rounded{border-radius:5px!important}.no-background{background:none}.white-space-nowrap{white-space:nowrap}.white-space-pre{white-space:pre}.white-space-pre-line{white-space:pre-line}.no-border{border:none}.border-bottom{border-bottom:1px solid #9b9b9b1a}.border-top{border-top:1px solid #9b9b9b1a}.shadow-top-inner{box-shadow:inset 0 2px 5px #9b9b9b1a}.hover-parent .show-on-hover{visibility:hidden}.hover-parent:hover .show-on-hover{visibility:visible}@media only screen and (max-width:960px){.m-flex-center{align-items:center;display:flex;justify-content:center}}
/*!*****************************************************

Freak Flags, Copyright ©2021 Michael P. Cohen. Freak flags is licenced under the MIT licence.  

For complete information visit: www.freakflagsprite.com 

******************************************************/.flag{background-image:url(flags_v2.5000fd67.png);background-repeat:no-repeat;background-size:100% 49494%;border-radius:1px;box-shadow:inset 2px 2px 0 0 #ffffff4d,1px 1px 0 0 #0000001a;box-sizing:initial;display:inline-block;overflow:hidden;position:relative;vertical-align:middle}.flag-CH,.flag-NP{box-shadow:none!important}.flag-DZ{background-position:center .2287%}.flag-AO{background-position:center .4524%}.flag-BJ{background-position:center .6721%}.flag-BW{background-position:center .8958%}.flag-BF{background-position:center 1.1162%}.flag-BI{background-position:center 1.3379%}.flag-CM{background-position:center 1.5589%}.flag-CV{background-position:center 1.7805%}.flag-CF{background-position:center 2.0047%}.flag-TD{background-position:center 2.2247%}.flag-CD{background-position:left 2.4467%}.flag-DJ{background-position:left 2.6674%}.flag-EG{background-position:center 2.8931%}.flag-GQ{background-position:center 3.1125%}.flag-ER{background-position:left 3.3325%}.flag-ET{background-position:center 3.5542%}.flag-GA{background-position:center 3.7759%}.flag-GM{background-position:center 4.0015%}.flag-GH{background-position:center 4.2229%}.flag-GN{background-position:center 4.441%}.flag-GW{background-position:left 4.66663%}.flag-CI{background-position:center 4.8844%}.flag-KE{background-position:center 5.1061%}.flag-LS{background-position:center 5.3298%}.flag-LR{background-position:left 5.5495%}.flag-LY{background-position:center 5.7712%}.flag-MG{background-position:center 5.994%}.flag-MW{background-position:center 6.2156%}.flag-ML{background-position:center 6.4363%}.flag-MR{background-position:center 6.658%}.flag-MU{background-position:center 6.8805%}.flag-YT{background-position:center 7.1038%}.flag-MA{background-position:center 7.3231%}.flag-MZ{background-position:left 7.5448%}.flag-NA{background-position:left 7.7661%}.flag-NE{background-position:center 7.98937%}.flag-NG{background-position:center 8.2099%}.flag-CG{background-position:center 8.4316%}.flag-RE{background-position:center 8.6533%}.flag-RW{background-position:right 8.875%}.flag-SH{background-position:center 9.0967%}.flag-ST{background-position:center 9.32237%}.flag-SN{background-position:center 9.5426%}.flag-SC{background-position:left 9.7628%}.flag-SL{background-position:center 9.9845%}.flag-SO{background-position:center 10.2052%}.flag-ZA{background-position:left 10.4269%}.flag-SS{background-position:left 10.6486%}.flag-SD{background-position:center 10.8703%}.flag-SR{background-position:center 11.0945%}.flag-SZ{background-position:center 11.3135%}.flag-TG{background-position:left 11.5354%}.flag-TN{background-position:center 11.7593%}.flag-UG{background-position:center 11.9799%}.flag-TZ{background-position:center 12.2005%}.flag-EH{background-position:center 12.4222%}.flag-YE{background-position:center 12.644%}.flag-ZM{background-position:center 12.8664%}.flag-ZW{background-position:left 13.0873%}.flag-AI{background-position:center 13.309%}.flag-AG{background-position:center 13.5307%}.flag-AR{background-position:center 13.7524%}.flag-AW{background-position:left 13.9741%}.flag-BS{background-position:left 14.1958%}.flag-BB{background-position:center 14.4175%}.flag-BQ{background-position:center 14.6415%}.flag-BZ{background-position:center 14.8609%}.flag-BM{background-position:center 15.0826%}.flag-BO{background-position:center 15.306%}.flag-VG{background-position:center 15.528%}.flag-BR{background-position:center 15.7496%}.flag-CA{background-position:center 15.9694%}.flag-KY{background-position:center 16.1911%}.flag-CL{background-position:left 16.4128%}.flag-CO{background-position:left 16.6345%}.flag-KM{background-position:center 16.8562%}.flag-CR{background-position:center 17.0779%}.flag-CU{background-position:left 17.2996%}.flag-CW{background-position:center 17.5213%}.flag-DM{background-position:center 17.743%}.flag-DO{background-position:center 17.968%}.flag-EC{background-position:center 18.1864%}.flag-SV{background-position:center 18.4081%}.flag-FK{background-position:center 18.6298%}.flag-GF{background-position:center 18.8515%}.flag-GL{background-position:left 19.0732%}.flag-GD{background-position:center 19.2987%}.flag-GP{background-position:center 19.518%}.flag-GT{background-position:center 19.7383%}.flag-GY{background-position:center 19.96%}.flag-HT{background-position:center 20.1817%}.flag-HN{background-position:center 20.4034%}.flag-JM{background-position:center 20.6241%}.flag-MQ{background-position:center 20.8468%}.flag-MX{background-position:center 21.0685%}.flag-MS{background-position:center 21.2902%}.flag-NI{background-position:center 21.5119%}.flag-PA{background-position:center 21.7336%}.flag-PY{background-position:center 21.9553%}.flag-PE{background-position:center 22.177%}.flag-PR{background-position:left 22.4002%}.flag-BL{background-position:center 22.6204%}.flag-KN{background-position:center 22.8421%}.flag-LC{background-position:center 23.0638%}.flag-PM{background-position:center 23.2855%}.flag-VC{background-position:center 23.5072%}.flag-SX{background-position:left 23.732%}.flag-TT{background-position:center 23.9506%}.flag-TC{background-position:center 24.1723%}.flag-US{background-position:center 24.394%}.flag-VI{background-position:center 24.6157%}.flag-UY{background-position:left 24.8374%}.flag-VE{background-position:center 25.0591%}.flag-AB{background-position:center 25.279%}.flag-AF{background-position:center 25.5025%}.flag-AZ{background-position:center 25.7242%}.flag-BD{background-position:center 25.9459%}.flag-BT{background-position:center 26.1676%}.flag-BN{background-position:center 26.3885%}.flag-KH{background-position:center 26.611%}.flag-CN{background-position:left 26.8327%}.flag-GE{background-position:center 27.0544%}.flag-HK{background-position:center 27.2761%}.flag-IN{background-position:center 27.4978%}.flag-ID{background-position:center 27.7195%}.flag-JP{background-position:center 27.9412%}.flag-KZ{background-position:center 28.1615%}.flag-LA{background-position:center 28.3846%}.flag-MO{background-position:center 28.6063%}.flag-MY{background-position:center 28.829%}.flag-MV{background-position:center 29.0497%}.flag-MN{background-position:left 29.2714%}.flag-MM{background-position:center 29.4931%}.flag-NP{background-position:left 29.7148%}.flag-KP{background-position:left 29.9365%}.flag-MP{background-position:center 30.1582%}.flag-PW{background-position:center 30.3799%}.flag-PG{background-position:center 30.6016%}.flag-PH{background-position:left 30.8233%}.flag-SG{background-position:left 31.045%}.flag-KR{background-position:center 31.2667%}.flag-LK{background-position:right 31.4884%}.flag-TW{background-position:left 31.7101%}.flag-TJ{background-position:center 31.9318%}.flag-TH{background-position:center 32.1535%}.flag-TL{background-position:left 32.3752%}.flag-TM{background-position:center 32.5969%}.flag-VN{background-position:center 32.8186%}.flag-AL{background-position:center 33.0403%}.flag-AD{background-position:center 33.25975%}.flag-AM{background-position:center 33.4837%}.flag-AT{background-position:center 33.7054%}.flag-BY{background-position:left 33.9271%}.flag-BE{background-position:center 34.1488%}.flag-BA{background-position:center 34.3705%}.flag-BG{background-position:center 34.5922%}.flag-HR{background-position:center 34.8139%}.flag-CY{background-position:center 35.0356%}.flag-CZ{background-position:left 35.2555%}.flag-DK{background-position:center 35.479%}.flag-EE{background-position:center 35.7007%}.flag-FO{background-position:center 35.9224%}.flag-FI{background-position:center 36.1441%}.flag-FR{background-position:center 36.3658%}.flag-DE{background-position:center 36.5875%}.flag-GI{background-position:center 36.8092%}.flag-GR{background-position:left 37.0309%}.flag-HU{background-position:center 37.2526%}.flag-IS{background-position:center 37.4743%}.flag-IE{background-position:center 37.696%}.flag-IM{background-position:center 37.9177%}.flag-IT{background-position:center 38.1394%}.flag-JE{background-position:center 38.3611%}.flag-XK{background-position:center 38.5828%}.flag-LV{background-position:center 38.8045%}.flag-LI{background-position:left 39.0262%}.flag-LT{background-position:center 39.2479%}.flag-LU{background-position:center 39.4696%}.flag-MT{background-position:left 39.6913%}.flag-MD{background-position:center 39.913%}.flag-MC{background-position:center 40.1347%}.flag-ME{background-position:center 40.3564%}.flag-NL{background-position:center 40.5781%}.flag-MK{background-position:center 40.7998%}.flag-NO{background-position:center 41.0215%}.flag-PL{background-position:center 41.2432%}.flag-PT{background-position:center 41.4649%}.flag-RO{background-position:center 41.6866%}.flag-RU{background-position:center 41.9083%}.flag-SM{background-position:center 42.13%}.flag-RS{background-position:center 42.3517%}.flag-SK{background-position:center 42.5734%}.flag-SI{background-position:center 42.7951%}.flag-ES{background-position:left 43.0168%}.flag-SE{background-position:center 43.2385%}.flag-CH{background-position:center 43.4602%}.flag-TR{background-position:center 43.6819%}.flag-UA{background-position:center 43.9036%}.flag-GB{background-position:center 44.1253%}.flag-VA{background-position:right 44.347%}.flag-BH{background-position:center 44.5687%}.flag-IR{background-position:center 44.7904%}.flag-IQ{background-position:center 45.0121%}.flag-IL{background-position:center 45.2338%}.flag-KW{background-position:left 45.4555%}.flag-JO{background-position:left 45.6772%}.flag-KG{background-position:center 45.897%}.flag-LB{background-position:center 46.1206%}.flag-OM{background-position:left 46.3423%}.flag-PK{background-position:center 46.561%}.flag-PS{background-position:center 46.7857%}.flag-QA{background-position:center 47.0074%}.flag-SA{background-position:center 47.2291%}.flag-SY{background-position:center 47.4508%}.flag-AE{background-position:center 47.6725%}.flag-UZ{background-position:left 47.8942%}.flag-AS{background-position:right 48.1159%}.flag-AU{background-position:center 48.3376%}.flag-CX{background-position:center 48.5593%}.flag-CC{background-position:center 48.781%}.flag-CK{background-position:center 49.002%}.flag-FJ{background-position:center 49.2244%}.flag-PF{background-position:center 49.4445%}.flag-GU{background-position:center 49.6678%}.flag-KI{background-position:center 49.8895%}.flag-MH{background-position:left 50.1112%}.flag-FM{background-position:center 50.3329%}.flag-NC{background-position:center 50.5546%}.flag-NZ{background-position:center 50.7763%}.flag-NR{background-position:left 50.998%}.flag-NU{background-position:center 51.2197%}.flag-NF{background-position:center 51.4414%}.flag-WS{background-position:left 51.6631%}.flag-SB{background-position:left 51.8848%}.flag-TK{background-position:center 52.1065%}.flag-TO{background-position:left 52.3282%}.flag-TV{background-position:center 52.5499%}.flag-VU{background-position:left 52.7716%}.flag-WF{background-position:center 52.9933%}.flag-EU{background-position:center 53.215%}.flag-JR{background-position:center 53.4315%}.flag-OLY{background-position:center 53.6584%}.flag-UN{background-position:center 53.875%}.flag.ff-sm{height:12px;width:18px}.flag.ff-md{height:17px;width:27px}.flag.ff-lg{height:27px;width:42px}.flag.ff-xl{height:37px;width:60px}body,html{height:100%;margin:0;padding:0}body *,html *{box-sizing:border-box}#app{display:flex;flex-direction:column;min-height:100%}@media only screen and (max-width:960px){.sidebar .MuiListItemIcon-root{display:flex;justify-content:center;min-width:32px}.sidebar .MuiListSubheader-gutters{padding:0 0 0 10px}.sidebar .MuiFormControl-root{width:100%}.sidebar .MuiSelect-select{padding-left:0;padding-right:0}}.site-area{background-color:#000c;flex-grow:1;overflow:hidden;position:relative}.site-area .heatmap-layer,.site-area .iframe-layer,.site-area .playback-layer{left:50%;overflow:hidden;position:absolute;top:50%}.site-area .iframe-layer{background:#fff;border:none;display:block}.site-area .playback-layer{height:100%;pointer-events:none;width:100%}.site-area .playback-layer #playback-cursor{transition:transform .3s linear}.site-area .playback-layer .playback-click-marker{-moz-border-radius-topleft:0;background:#c0db7e;border:1px solid #fff;-webkit-border-radius:50px;-webkit-border-top-left-radius:0;-moz-border-radius:50px;border-radius:50px;border-top-left-radius:0;box-shadow:0 0 1px #00000080,1px 1px 2px #00000080,3px 3px 4px #0000004d;font-family:Arial;font-size:9px;font-weight:700;opacity:.7;padding:2px 5px;position:absolute;text-shadow:1px 1px #fff3;transition:opacity .3s linear}.site-area .playback-layer .playback-click-marker:last-of-type{background:#f52034;opacity:1}.site-area .playback-layer .playback-click-marker:nth-last-of-type(2){background:#bc5cd3;opacity:.95}.site-area .playback-layer .playback-click-marker:nth-last-of-type(3){background:#897ed1;opacity:.9}.site-area .playback-layer .playback-click-marker:nth-last-of-type(4){background:#7eb3d1;opacity:.8}.site-area .playback-layer .playback-click-marker.isRightClick:after{content:" RIGHT CLICK"}.site-area .playback-layer #playback-click-circle{height:30px;left:-15px;top:-15px;width:30px}.site-area .playback-layer #playback-click-circle div{background:red;border-radius:30px;height:100%;width:100%}.site-area .heatmap-layer{background:#d2c8c81a;height:100%;pointer-events:none;width:100%}.site-area .heatmap-el{height:100%;margin:0 auto;opacity:.8;width:100%}.linear-loader-placeholder{height:4px;margin-top:-4px}.visitors .MuiTableCell-root{padding:8px}.dashboard-users-table{width:auto}.dashboard-users-table .small-column{width:10%}.dashboard-users-table .MuiTableBody-root .MuiTableRow-root:not(.no-hover):hover{background:#9b9b9b1a}.dashboard-users-table .MuiTableBody-root .MuiTableRow-root:not(.no-hover):hover .show-on-hover{visibility:visible}.with-segment{margin-top:66px}.logo--small{max-height:24px;max-width:93px}.icon--small,.icon--small .material-icons{font-size:1.25rem}.external-link .material-icons{margin-right:.2em}.replayer-wrapper{position:relative}.replayer-mouse{background-image:url("data:image/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjMwMCIgd2lkdGg9IjMwMCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiBkYXRhLW5hbWU9IkxheWVyIDEiIHZpZXdCb3g9IjAgMCA1MCA1MCI+PHBhdGggZD0iTTQ4LjcxIDQyLjkxIDM0LjA4IDI4LjI5IDQ0LjMzIDE4YTEgMSAwIDAgMC0uMzMtMS42MUwyLjM1IDEuMDZhMSAxIDAgMCAwLTEuMjkgMS4yOUwxNi4zOSA0NGExIDEgMCAwIDAgMS42NS4zNmwxMC4yNS0xMC4yOCAxNC42MiAxNC42M2ExIDEgMCAwIDAgMS40MSAwbDQuMzgtNC4zOGExIDEgMCAwIDAgLjAxLTEuNDJ6bS01LjA5IDMuNjdMMjkgMzJhMSAxIDAgMCAwLTEuNDEgMGwtOS44NSA5Ljg1TDMuNjkgMy42OWwzOC4xMiAxNEwzMiAyNy41OEExIDEgMCAwIDAgMzIgMjlsMTQuNTkgMTQuNjJ6Ii8+PC9zdmc+");background-position:50%;background-repeat:no-repeat;background-size:contain;border-color:#0000;height:20px;position:absolute;transition:left .05s linear,top .05s linear;width:20px}.replayer-mouse:after{background:#4950f6;border-radius:100%;content:"";display:inline-block;height:20px;opacity:.3;transform:translate(-50%,-50%);width:20px}.replayer-mouse.active:after{animation:click .2s ease-in-out 1}.replayer-mouse.touch-device{background-image:none;border:4px solid #4950f600;border-radius:100%;height:70px;margin-left:-37px;margin-top:-37px;transition:left 0s linear,top 0s linear,border-color .2s ease-in-out;width:70px}.replayer-mouse.touch-device.touch-active{border-color:#4950f6;transition:left .25s linear,top .25s linear,border-color .2s ease-in-out}.replayer-mouse.touch-device:after{opacity:0}.replayer-mouse.touch-device.active:after{animation:touch-click .2s ease-in-out 1}.replayer-mouse-tail{pointer-events:none;position:absolute}@keyframes click{0%{height:20px;opacity:.3;width:20px}50%{height:10px;opacity:.5;width:10px}}@keyframes touch-click{0%{height:20px;opacity:0;width:20px}50%{height:10px;opacity:.5;width:10px}}