with some default help text. ',\n content:\n 'For any questions not answered below in our FAQ, or for technical support, please use the \"Help Chat\" under your profile picture on the top right of the page. Many questions can be answered using our automated system, but if you need to speak to a team member, please follow the instructions in the chat. Queries and technical questions on the Discussion Board will not be checked by our team.',\n },\n {\n title: 'Help Page',\n description: 'Generates a fully populated help page. You will need to review and edit for branding/validity.',\n content:\n \"Welcome to CLIENT_NAME!
Platform Specific Questions
How should I set up my device for the best experience?
Follow these tips to set up for success!
- Make sure your browseris up to date with the latest version. We recommend using Google Chrome. Download Chrome here. Firefox,Safari, Microsoft Edge, and Opera are also supported. Internet Explorer is not supported.
- Make sure your operating system is up to date. We support Windows 7 or later and Mac OS 10.12 or later.
- Make sure your camera and microphonehave permission to be used. Check your browser and device settings.
- Disable browser extensions or pluginsthat are large or privacy-related.
- Disconnect from any VPN.
Click here to get specific instructions for your browser ordevice.
Do I have to convert times to my time zone?
No, all times on the site are automatically shown inyour time zone (as it is set on your computer). Check your computer’s clock! Our site sets yourtime zone based on your computer, so it will be incorrect if your physical time zone is different than yourcomputer’s. Learn how to change your time zone for Mac and Windows.
Once I am in, how do I set up my profile?
In the top right corner, click on your profile phototo open your profile. From here you can edit your profile and preferences at any time. Make sure to selectyour areas of interest, add your specialty and add your availability if you’d like to be available forvideo chats!. Learn how to set your availability for one-on-one meetings.
How do I set up my schedule?
Click the Attend button next to any session orworkshop to add it to your personal schedule. You can only “attend” workshops you are registered for, and havepaid for.
How do I go to a session that’s in my schedule?
Go to the Program tab and then click Schedule in the Sub NavigationBar to see a list of ALL the sessions. Then click My Schedule to see a list of the sessions you selected toattend. The clock next to each session counts down until it goes LIVE. When it’s time, click on a sessionto enter it. If you don’t want to set up a personal schedule, you can just click into sessions from theMain Stage, Workshops or Optional Activities tabs.
I can't hear the session. What do I do?
Hover over the video playing on the screen and makesure to turn up the volume, just like you would for a YouTube video. Also, check if the volume on yourdevice is turned up. See more troubleshooting tips.
Why does a video stall or not play smoothly?
The video quality will automatically adjust based onyour internet speed. If you’re on wifi, try moving closer to your router. Or connect directly to yourrouter via an ethernet cable. See more troubleshooting tips.
Can I rewind or start over?
In some pre-recorded sessions you can! If you see controls at thebottom of the video, you can use them to rewind or start over, just like you would for a YouTube video. If thereare no controls, you cannot rewind or start over.
What should I do if I need more help with the platform?
We’re ready to help!
Anyone can click the “Help Chat” (question mark icon) inthe top right corner under your profile picture to start a help chat. If you are unable to get your questionsanswered using the automated system, you can also speak to a live CLIENT_NAME Team Member, who will bestanding by during conference hours. We will also have a technical support room available to be able to walk youthrough any technical issues. You can get this link by talking to the live support person in the HelpChat.
Please don’t post questions in the session chat, discussionboard or by personal message to the organizers. We need to keep all support requests in one place to make surenone of your questions get missed.
When will live session recordings be available to watch?
We are aiming to get the recordings edited and posted within theconference weekend. Some may take a few days. Find them in the Recordings tab under Program in the navigationbar.
How can I see who else is attending the conference?
Go to the Social tab and click Attendees to see a list of allattendees. Want to learn more about someone? Click on their name or photo to view their profile. You canalsoFilter attendees by interest tags or specialty.
How do I connect with people individually?
Make sure to select Allow members to contact me in your personal profile. This lets other attendees contact you.
Wherever you see someone’s profile photo, clickit to open their profile. From there, you can send direct messages or schedule one-on-one video meetingsthat happen right here on the site!
Do I need to coordinate times for one-on-one meetings?
All you have to do is set your availability and away dates in your profile. Then people will only be able to select time slots thatyou’re available. We also automatically block your calendar when you add sessions or other meetings toyour schedule.
How do I find notifications and direct messages?
Near your profile photo in the top right corner, click the Speechbubble icon for direct messages or the Bell icon for notifications.
GENERAL FAQ
\",\n },\n ];\n CrowdHub_App.LANG.BUTTON_CE_CLAIM = 'Claim Credits';\n CrowdHub_App.LANG.BUTTON_CE_COMPLETE = 'Complete';\n CrowdHub_App.LANG.BUTTON_CE_CLAIM_TOOLTIP_MOBILE_TITLE = 'CE Status';\n\n //tool tip message on Content CE button is based on content type\n CrowdHub_App.LANG.BUTTON_CE_TOOLTIP_CLAIM_LATER = 'Credits may be claimed once the session has started.';\n CrowdHub_App.LANG.BUTTON_CE_TOOLTIP_COMPLETE = \"You've already claimed these credits.\";\n CrowdHub_App.LANG.BUTTON_CE_TOOLTIP_CLAIM = 'Click to claim credits.';\n }\n}\n","interface FirehoseAnalyticsObject {\n title: string;\n value: string;\n}\n\ninterface AnalyticsObjectModel {\n [key: string]: string | FirehoseAnalyticsObject;\n}\ninterface AnalyticsConfigurationModel {\n FIREHOSE_ACTIONS: AnalyticsObjectModel;\n FIREHOSE_CATEGORIES: AnalyticsObjectModel;\n FIREHOSE_OBJECTS: AnalyticsObjectModel;\n}\n\nexport default class FirehoseAnalyticsConfigurations {\n constructor() {}\n\n public setAnalyticsConfigs(): void {\n this._setupAnalyticsConfigs();\n }\n\n private _setupAnalyticsConfigs(): void {\n console.log('+++ static FirehoseAnalyticsConfigurations.setupConfigurations');\n // THESE ARE ALL THE ACTIONS, CATEGORIES, AND OBJECTS THAT TRIGGER AN ANALYTICS EVENT\n // IF YOU WANT TO TRACK AN NEW EVEN PLACE THE ACTION(S) HERE.\n // NOTE: THIS IS ONLY FOR NEW FIREHOSE ANALYTICS. THESE CONFIGS DON'T MAP TO OUR DB OR ANYTHING\n\n // *********** IMPORTANT ********* IF YOU WANT TO CHANGE DROPDOWN MENU ITEMS ONLY CHANGE THE TITLE AND NOT THE VALUE. THE VALUE IS WHAT IS SEARCHED FOR AND RECORDED IN AWS TIMESTREAM\n\n const ANALYTICS_CONFIGURATION: AnalyticsConfigurationModel = {\n FIREHOSE_ACTIONS: {\n ACTION_ANALYTICS: {\n title: 'Analytics',\n value: 'Analytics',\n },\n ACTION_VIEW: {\n title: 'Viewed',\n value: 'View',\n },\n ACTION_SAVE: {\n title: 'Saved',\n value: 'Save',\n },\n ACTION_JOIN: {\n title: 'Joined',\n value: 'Join',\n },\n ACTION_LEAVE: {\n title: 'Leave',\n value: 'Leave',\n },\n ACTION_CHAT: {\n title: 'Chat Message',\n value: 'Chat',\n },\n ACTION_DECLINE_CHAT: {\n title: 'Declined Chat',\n value: 'Chat Decline',\n },\n ACTION_KICKED: {\n title: 'Kicked',\n value: 'Kicked',\n },\n ACTION_BANNED: {\n title: 'Banned',\n value: 'Banned',\n },\n ACTION_MOD: {\n title: 'Chat Message Moderation',\n value: 'Mod',\n },\n ACTION_QA: {\n title: 'Asked Q&A Question',\n value: 'QA',\n },\n ACTION_QUESTION: {\n title: 'Question',\n value: 'Question',\n },\n ACTION_ANSWER: {\n title: 'Answer',\n value: 'Answer',\n },\n ACTION_CLICK: {\n title: 'Clicked',\n value: 'Click',\n },\n ACTION_COMMENT: {\n title: 'Commented',\n value: 'Comment',\n },\n ACTION_DOWNLOAD: {\n title: 'Downloaded',\n value: 'Download',\n },\n ACTION_FOLLOW: {\n title: 'Followed (forum topic)',\n value: 'Follow',\n },\n ACTION_UNFOLLOW: {\n title: 'Unfollowed (forum topic)',\n value: 'Unfollow',\n },\n ACTION_START: {\n title: 'Start',\n value: 'Start',\n },\n ACTION_COMPLETE: {\n title: 'Complete',\n value: 'Complete',\n },\n ACTION_EMOJI: {\n title: 'Emoji',\n value: 'Emoji',\n },\n ACTION_LIKE: {\n title: 'Like',\n value: 'Like',\n },\n ACTION_UNLIKE: {\n title: 'Unlike',\n value: 'Unlike',\n },\n ACTION_REVIEW: {\n title: 'User Submitted a Review',\n value: 'Review',\n },\n ACTION_PLAY: {\n title: 'Played a Video',\n value: 'Play',\n },\n ACTION_WATCH: {\n title: 'Watched',\n value: 'Watch',\n },\n ACTION_RAISEHAND: {\n title: 'Raise Hand',\n value: 'Raise Hand',\n },\n ACTION_SCHEDULE: {\n title: 'Scheduled',\n value: 'Schedule',\n },\n ACTION_UNSCHEDULE: {\n title: 'Unschedule',\n value: 'Unschedule',\n },\n ACTION_CLAIM: {\n title: 'Credits Claimed',\n value: 'Claimed',\n },\n ACTION_EARN: {\n title: 'Earn',\n value: 'Earn',\n },\n ACTION_EARN_CREDIT: {\n title: 'Earned Credit',\n value: 'Earn Credit',\n },\n ACTION_EARN_GRADE: {\n title: 'Earned Grade',\n value: 'Earn Grade',\n },\n ACTION_FAIL: {\n title: 'Failed',\n value: 'Fail',\n },\n ACTION_MESSAGE: {\n title: 'Message',\n value: 'Message',\n },\n ACTION_SEND_INVITE: {\n title: 'Send Invite',\n value: 'Send Invite',\n },\n ACTION_RECEIVE_INVITE: {\n title: 'Receive Invite',\n value: 'Recieve Invite',\n },\n ACTION_CHAT_ACCEPT: {\n title: 'Chat Accepted',\n value: 'Chat Accepted',\n },\n ACTION_CHAT_STARTED: {\n title: 'Chat Started',\n value: 'Chat Started',\n },\n ACTION_PARTNER_CHAT_STARTED: {\n title: 'Partner Chat Started',\n value: 'Partner Chat Started',\n },\n ACTION_BLOCK: {\n title: 'Block',\n value: 'Block',\n },\n ACTION_CREATE: {\n title: 'Create',\n value: 'Create',\n },\n ACTION_UPDATE: {\n title: 'Update',\n value: 'Update',\n },\n ACTION_LOGIN: {\n title: 'User Logged-in',\n value: 'Log In',\n },\n ACTION_LOGOUT: {\n title: 'User Logged-Out',\n value: 'Log Out',\n },\n ACTION_EDIT: {\n title: 'Edit',\n value: 'Edit',\n },\n ACTION_DELETE: {\n title: 'Delete',\n value: 'Delete',\n },\n ACTION_REPORT: {\n title: 'Report',\n value: 'Report',\n },\n ACTION_POST: {\n title: 'Posted',\n value: 'Post',\n },\n ACTION_REPLY: {\n title: 'Reply',\n value: 'Reply',\n },\n ACTION_TAG: {\n title: 'Tag',\n value: 'Tag',\n },\n ACTION_ENROLL: {\n title: 'Enroll',\n value: 'Enroll',\n },\n ACTION_UNENROLL: {\n title: 'Unenroll',\n value: 'Unenroll',\n },\n ACTION_WAITLIST_ADD: {\n title: 'Waitlist Add',\n value: 'Waitlist Add',\n },\n ACTION_WAITLIST_REMOVE: {\n title: 'Waitlist remove',\n value: 'Waitlist remove',\n },\n ACTION_UPLOAD: {\n title: 'Upload',\n value: 'Upload',\n },\n ACTION_MEETING_SCHEDULED: {\n title: 'Meeting Scheduled',\n value: 'Meeting Scheduled',\n },\n ACTION_OPEN: {\n title: 'Open',\n value: 'Open',\n },\n ACTION_CLOSE: {\n title: 'Close',\n value: 'Close',\n },\n },\n FIREHOSE_CATEGORIES: {\n CATEGORY_ANALYTICS: 'Analytics',\n CATEGORY_USER: 'User',\n CATEGORY_CONTINUING_EDUCATION: 'Continuing Education',\n CATEGORY_DOWNLOAD: 'Download',\n CATEGORY_MESSAGE: 'Message',\n CATEGORY_ADMIN: 'Admin',\n CATEGORY_SUPPORT_CHAT: 'Support Chat',\n CATEGORY_NOTIFICATION: 'Notification',\n CATEGORY_PAGE: 'Page',\n CATEGORY_QUESTION_FILL_IN_THE_BLANK: 'Question - Fill in the Blank',\n CATEGORY_QUESTION_MULTIPLE_CHOICE: 'Question - Multiple Choice',\n CATEGORY_QUESTION_ORDER: 'Question - Order',\n CATEGORY_QUESTION_POLL: 'Question - Poll',\n CATEGORY_QUESTION_RATING: 'Question - Rating',\n CATEGORY_QUESTION_SELECT_MANY: 'Question - Select Many',\n CATEGORY_QUESTION_RANKING: 'Question - Ranking',\n CATEGORY_COHORT: 'Cohort',\n CATEGORY_FORUM: 'Forum',\n CATEGORY_FEED: 'Feed',\n CATEGORY_COURSE: 'Course',\n CATEGORY_LESSON: 'Lesson',\n CATEGORY_META: 'Meta',\n CATEGORY_PARTNER: 'Partner',\n CATEGORY_ONE_TO_ONE_MEETING: '1-1 Meeting',\n CATEGORY_REVIEW: 'Review',\n CATEGORY_SLIDE: 'Slide',\n CATEGORY_BUCKET_BLURB: 'Content - Blurb',\n CATEGORY_BUCKET_MEDIA: 'Content - Media',\n CATEGORY_BUCKET_RESOURCES: 'Content - Resources',\n CATEGORY_BUCKET_SPEAKER: 'Content - Speaker',\n CATEGORY_BUCKET_PARTNER: 'Content - Partner',\n CATEGORY_BUCKET_LEADERBOARD: 'Content - Leaderboard',\n CATEGORY_BUCKET_ADS: 'Content - Ad',\n CATEGORY_BUCKET_LIBRARY: 'Content - Library',\n CATEGORY_BUCKET_LESSON: 'Content - Lesson',\n CATEGORY_BUCKET_TRACK: 'Content - Track',\n CATEGORY_BUCKET_OTSESSION: 'Content - OTSession',\n CATEGORY_BUCKET_GROUPOTSESSION: 'Content - GroupOTSession',\n CATEGORY_BUCKET_BREAKOUTOTSESSIO: 'Content - BreakoutOTSession',\n CATEGORY_BUCKET_IRLSESSION: 'Content - IRLSession',\n CATEGORY_BUCKET_COHORT: 'Content - Cohort',\n CATEGORY_BUCKET_PRODUCT: 'Content - Product',\n CATEGORY_BUCKET_COMMUNITY: 'Content - Community',\n CATEGORY_BUCKET_FORUMTOPIC: 'Content - ForumTopic',\n CATEGORY_BUCKET_FORUMPOST: 'Content - ForumPost',\n },\n FIREHOSE_OBJECTS: {\n OBJECT_QUESTION: 'Question',\n OBJECT_USER: 'User',\n OBJECT_CONTENT: 'Content',\n OBJECT_DOWNLOAD: 'Download',\n OBJECT_COMMENT: 'Comment',\n OBJECT_UPLOAD: 'Upload',\n OBJECT_CME: 'CME',\n OBJECT_COMMUNITY: 'Community',\n },\n };\n\n window.ANALYTICS_CONFIGURATION = ANALYTICS_CONFIGURATION;\n }\n}\n","export class FontAwesomeConfigurations {\n // custom\n public static ICON_SETTINGS_CONNECTIVITY_TAB = 'fa-regular fa-signal';\n public static ICON_SETTINGS_AUDIO_TAB = 'fa-regular fa-speakers';\n public static ICON_SETTINGS_VIDEO_TAB = 'fa-regular fa-video';\n public static ICON_SETTINGS_STATUS_BAD = 'fa-light fa-circle-exclamation';\n public static ICON_SETTINGS_STATUS_GOOD = 'fa-light fa-circle-check';\n\n public static ICON_CE_NOT_CLAIMED = 'fa-regular fa-book';\n public static ICON_CE_CLAIMED = 'fa-solid fa-book';\n\n public static ICON_EPOSTER = 'fa-solid fa-chalkboard-user';\n // session types\n public static ICON_MAINSTAGE = 'fa-regular fa-images-user';\n public static ICON_PANEL = 'fa-solid fa-screen-users';\n public static ICON_BREAKOUT = 'fa-solid fa-users-viewfinder';\n\n // brands\n public static ICON_FACEBOOK_F = 'fa-brands fa-facebook-f';\n public static ICON_TWITTER = 'fa-brands fa-twitter';\n public static ICON_INSTAGRAM = 'fa-brands fa-instagram';\n public static ICON_LINKEDIN = 'fa-brands fa-linkedin';\n\n // defaults\n public static ICON_ADDRESS_BOOK = 'fa-regular fa-address-book';\n public static ICON_ARROW_DOWN = 'fa-regular fa-arrow-down';\n public static ICON_ARROW_LEFT = 'fa-regular fa-arrow-left';\n public static ICON_ARROW_RIGHT = 'fa-regular fa-arrow-right';\n public static ICON_ARROW_RIGHT_FROM_BRACKET = 'fa-solid fa-arrow-right-from-bracket';\n public static ICON_ARROW_UP = 'fa-regular fa-arrow-up';\n public static ICON_ARROW_UP_RIGHT_FROM_SQUARE = 'fa-regular fa-arrow-up-right-from-square';\n public static ICON_UPRIGHT_DOWNLEFT_FROMCENTER_SOLID = 'fa-solid fa-up-right-and-down-left-from-center';\n public static ICON_AWARD = 'fa-regular fa-award';\n public static ICON_ATTENDEES = 'fa-regular fa-users';\n public static ICON_BAN = 'fa-regular fa-ban';\n public static ICON_BARS = 'fa-regular fa-bars';\n public static ICON_BARS_SORT_DUOTONE = 'fa-duotone fa-bars-sort';\n public static ICON_BELL = 'fa-regular fa-bell';\n public static ICON_BORDER_ALL = 'fa-regular fa-border-all';\n public static ICON_BOOKMARK = 'fa-regular fa-bookmark';\n public static ICON_BOOK_OPEN_READER = 'fa-regular fa-book-open-reader';\n public static ICON_BULLHORN_SOLID = 'fa-solid fa-bullhorn';\n public static ICON_CALENDAR_CIRCLE_PLUS = 'fa-regular fa-calendar-circle-plus';\n public static ICON_CALENDAR_DAYS = 'fa-regular fa-calendar-days';\n public static ICON_CALENDAR_LINES = 'fa-regular fa-calendar-lines';\n public static ICON_CAMERA_ROTATE = 'fa-regular fa-camera-rotate';\n public static ICON_CAMERA_SLASH = 'fa-regular fa-camera-slash';\n public static ICON_CARET_DOWN = 'fa-regular fa-caret-down';\n public static ICON_CARET_UP = 'fa-regular fa-caret-up';\n public static ICON_CHART_BAR = 'fa-regular fa-chart-bar';\n public static ICON_CHECK = 'fa-regular fa-check';\n public static ICON_CHEVRON_DOWN = 'fa-regular fa-chevron-down';\n public static ICON_CHEVRON_LEFT = 'fa-regular fa-chevron-left';\n public static ICON_CHEVRON_RIGHT = 'fa-regular fa-chevron-right';\n public static ICON_CHEVRON_UP = 'fa-regular fa-chevron-up';\n public static ICON_CIRCLE_CHECK = 'fa-regular fa-circle-check';\n public static ICON_CIRCLE_DOT = 'fa-regular fa-circle-dot';\n public static ICON_CIRCLE_INFO = 'fa-regular fa-circle-info';\n public static ICON_CIRCLE_INFO_SOLID = 'fa-solid fa-circle-info';\n public static ICON_CIRCLE_HALF_STROKE = 'fa-regular fa-circle-half-stroke';\n public static ICON_CIRCLE_PAUSE = 'fa-regular fa-circle-pause';\n public static ICON_CIRCLE_PLAY = 'fa-regular fa-circle-play';\n public static ICON_CIRCLE_PLUS = 'fa-regular fa-circle-plus';\n public static ICON_CIRCLE_REGULAR = 'fa-regular fa-circle';\n public static ICON_CIRCLE_SMALL = 'fa-solid fa-circle-small';\n public static ICON_CIRCLE_SOLID = 'fa-solid fa-circle';\n public static ICON_CIRCLE_QUESTION = 'fa-regular fa-circle-question';\n public static ICON_CIRCLE_XMARK = 'fa-regular fa-circle-xmark';\n public static ICON_CLOCK = 'fa-regular fa-clock';\n public static ICON_COMMENT = 'fa-regular fa-comment';\n public static ICON_COMMENT_LINES_SOLID = 'fa-solid fa-comment-lines';\n public static ICON_COMMENT_CHECK_DUOTONE = 'fa-duotone fa-comment-check';\n public static ICON_COMMENTS_DUOTONE = 'fa-duotone fa-comments';\n public static ICON_COMPRESS = 'fa-regular fa-compress';\n public static ICON_DISPLAY = 'fa-regular fa-display';\n public static ICON_DESKTOP = 'fa-regular fa-desktop';\n public static ICON_DOOR_OPEN = 'fa-regular fa-door-open';\n public static ICON_DOWNLEFT_UPRIGHT_TOCENTER_SOLID = 'fa-solid fa-down-left-and-up-right-to-center';\n public static ICON_DOWNLOAD = 'fa-regular fa-download';\n public static ICON_ELLIPSIS_VERTICAL = 'fa-regular fa-ellipsis-vertical';\n public static ICON_ENVELOPE = 'fa-regular fa-envelope';\n public static ICON_ERASER = 'fa-regular fa-eraser';\n public static ICON_EXPAND = 'fa-regular fa-expand';\n public static ICON_EYE = 'fa-regular fa-eye';\n public static ICON_FOLDER_ARROW_DOWN_SOLID = 'fa-solid fa-folder-arrow-down';\n public static ICON_FOLDER_OPEN = 'fa-regular fa-folder-open';\n public static ICON_FILTERS = 'fa-regular fa-filters';\n public static ICON_FILTERS_LIST_SOLID = 'fa-solid fa-filter-list';\n public static ICON_GALLERY_THUMBNAILS = 'fa-regular fa-gallery-thumbnails';\n public static ICON_GEAR = 'fa-regular fa-gear';\n public static ICON_GEAR_SOLID = 'fa-solid fa-gear';\n public static ICON_GRADUATION_CAP = 'fa-regular fa-graduation-cap';\n public static ICON_GRID = 'fa-regular fa-grid';\n public static ICON_GRIP_VERTICAL = 'fa-regular fa-grip-vertical';\n public static ICON_HAND = 'fa-regular fa-hand';\n public static ICON_HANDSHAKE = 'fa-regular fa-handshake';\n public static ICON_IMAGES = 'fa-regular fa-images';\n public static ICON_LIGHTBULB = 'fa-regular fa-lightbulb';\n public static ICON_LINK = 'fa-regular fa-link';\n public static ICON_LIST_CHECK = 'fa-regular fa-list-check';\n public static ICON_LIST_TREE_SOLID = 'fa-solid fa-list-tree';\n public static ICON_LOCATION_DOT_SOLID = 'fa-solid fa-location-dot';\n public static ICON_LOCK_KEYHOLE = 'fa-regular fa-lock-keyhole';\n public static ICON_LOCK_KEYHOLE_SOLID = 'fa-solid fa-lock-keyhole';\n public static ICON_MEDAL = 'fa-regular fa-medal';\n public static ICON_MEMO_CIRCLE_CHECK_LIGHT = 'fa-light fa-memo-circle-check';\n public static ICON_MEMO_CIRCLE_INFO_LIGHT = 'fa-light fa-memo-circle-info';\n public static ICON_MESSAGE = 'fa-regular fa-message';\n public static ICON_MESSAGE_LINES_SOLID = 'fa-solid fa-message-lines';\n public static ICON_MESSAGES_QUESTION_DUOTONE = 'fa-duotone fa-messages-question';\n public static ICON_MICROPHONE_LINES = 'fa-regular fa-microphone-lines';\n public static ICON_NEWSPAPER = 'fa-regular fa-newspaper';\n public static ICON_PAINTBRUSH = 'fa-regular fa-paintbrush';\n public static ICON_PAPERCLIP = 'fa-regular fa-paperclip';\n public static ICON_PAUSE = 'fa-regular fa-pause';\n public static ICON_PEN = 'fa-regular fa-pen';\n public static ICON_PEN_CIRCLE_DUOTONE = 'fa-duotone fa-pen-circle';\n public static ICON_PERSON_TO_DOOR_DUOTONE = 'fa-duotone fa-person-to-door';\n public static ICON_PHONE = 'fa-regular fa-phone';\n public static ICON_PLAY = 'fa-regular fa-play';\n public static ICON_PLUS = 'fa-regular fa-plus';\n public static ICON_POINTSBOLT = 'fa-regular fa-bolt-lightning';\n public static ICON_POINTSBOLT_SOLID = 'fa-sharp fa-solid fa-bolt-lightning';\n public static ICON_RIGHT_LEFT = 'fa-regular fa-right-left';\n public static ICON_SCREWDRIVER_WRENCH = 'fa-duotone fa-screwdriver-wrench';\n public static ICON_SHIELD_KEYHOLE_SOLID = 'fa-solid fa-shield-keyhole';\n public static ICON_SHUFFLE = 'fa-regular fa-shuffle';\n public static ICON_SIGNAL = 'fa-regular fa-signal';\n public static ICON_SLASH = 'fa-regular fa-slash';\n public static ICON_SPEAKER = 'fa-regular fa-speaker';\n public static ICON_SPEAKERS_DUOTONE = 'fa-duotone fa-speakers';\n public static ICON_SQUARE_PEN = 'fa-regular fa-square-pen';\n public static ICON_SQUARE_PLUS = 'fa-regular fa-square-plus';\n public static ICON_SQUARE_STAR = 'fa-solid fa-square-star';\n public static ICON_STAR = 'fa-regular fa-star';\n public static ICON_STAR_SOLID = 'fa-solid fa-star';\n public static ICON_TABLE_CELLS = 'fa-regular fa-table-cells';\n public static ICON_TAG = 'fa-regular fa-tag';\n public static ICON_TEXT_SIZE = 'fa-regular fa-text-size';\n public static ICON_THUMBTACK_DUOTONE = 'fa-duotone fa-thumbtack';\n public static ICON_THUMBS_UP = 'fa-regular fa-thumbs-up';\n public static ICON_TRASH_DUOTONE = 'fa-duotone fa-trash';\n public static ICON_TROPHY_SOLID = 'fa-solid fa-trophy';\n public static ICON_TROPHY_STAR = 'fa-regular fa-trophy-star';\n public static ICON_UNIVERSAL_ACCESS = 'fa-regular fa-universal-access';\n public static ICON_USER = 'fa-regular fa-user';\n public static ICON_USER_CIRCLE = 'fa-regular fa-user-circle';\n public static ICON_USER_GROUP = 'fa-solid fa-user-group';\n public static ICON_USER_PEN = 'fa-regular fa-user-pen';\n public static ICON_USER_PLUS = 'fa-regular fa-user-plus';\n public static ICON_USERS = 'fa-regular fa-users';\n public static ICON_VIDEO = 'fa-regular fa-video';\n public static ICON_VOLUME_HIGH = 'fa-regular fa-volume-high';\n public static ICON_VOLUME_LOW = 'fa-regular fa-volume-low';\n public static ICON_VOLUME_SLASH = 'fa-regular fa-volume-slash';\n public static ICON_VOLUME_XMARK = 'fa-regular fa-volume-xmark';\n public static ICON_XMARK = 'fa-regular fa-xmark';\n public static ICON_XMARK_TO_SLOT = 'fa-regular fa-xmark-to-slot';\n\n public static ICON_FACE_SMILE = 'fa-regular fa-face-smile'; //change styles?\n\n public static ICON_THUMBS_UP_REGULAR = 'fa-regular fa-thumbs-up';\n public static ICON_COMMENT_REGULAR = 'fa-regular fa-comment';\n public static ICON_COMMENTS_REGULAR = 'fa-regular fa-comments';\n public static ICON_PLAY_SOLID = 'fa-solid fa-play';\n public static ICON_ARROW_DOWN_TO_BRACKET = 'fa-solid fa-arrow-down-to-bracket';\n public static ICON_MINUS = 'fa-regular fa-minus';\n\n public static ICON_HAND_CLAP = {\n class: 'fa-duotone fa-hands-clapping fa-swap-opacity',\n primary: 'white',\n secondary: '#ffd868',\n secondary_opacity: '0.4',\n };\n public static ICON_FACE_ASTONISHED = {\n class: 'fa-duotone fa-face-astonished fa-swap-opacity',\n primary: 'black',\n secondary: '#ffd969',\n secondary_opacity: '0.4',\n };\n public static ICON_FACE_BEAM = {\n class: 'fa-duotone fa-face-laugh-beam fa-swap-opacity',\n primary: 'black',\n secondary: '#ffd969',\n secondary_opacity: '0.4',\n };\n public static ICON_FACE_SAD_CRY = {\n class: 'fa-duotone fa-face-sad-cry fa-swap-opacity',\n primary: 'black',\n secondary: '#ffd969',\n secondary_opacity: '0.4',\n };\n public static ICON_FACE_SMILE_PLUS = {\n class: 'fa-duotone fa-face-smile-plus fa-swap-opacity',\n primary: 'white',\n secondary: '#ffd969',\n secondary_opacity: '0.4',\n };\n public static ICON_DISPLAY_SLASH = {\n class: 'fa-duotone fa-display-slash',\n primary: 'var(--brand-color-bad)',\n secondary: 'white',\n secondary_opacity: '0.7',\n };\n public static ICON_MICROPHONE_LINES_SLASH = {\n class: 'fa-duotone fa-microphone-lines-slash',\n primary: 'var(--brand-color-bad)',\n secondary: 'white',\n secondary_opacity: '0.7',\n };\n public static ICON_VIDEO_SLASH = {\n class: 'fa-duotone fa-video-slash',\n primary: 'var(--brand-color-bad)',\n secondary: 'white',\n secondary_opacity: '0.7',\n };\n public static ICON_THUMBS_UP_DUOTONE = {\n class: 'fa-duotone fa-thumbs-up',\n primary: '#538dff',\n secondary: 'white',\n };\n public static ICON_CIRCLE_HEART = {\n class: 'fa-duotone fa-circle-heart fa-swap-opacity',\n primary: 'white',\n secondary: 'var(--brand-color)',\n };\n public static ICON_ROTATE = {\n class: 'fa-duotone fa-swap-opacity fa-solid fa-rotate',\n primary: 'gray',\n };\n}\n","export class LanguageConfigurations {\n static readonly SESSION_IS_OVER = 'The session is over.';\n static readonly SESSION_IS_OVER_PAGE_REDIRECTION = 'You will be redirected in'; // x seconds\n}\n","export class NumberConfigurations {\n static readonly SESSION_IS_OVER_REDIRECT_TIME_IN_SECONDS = 10;\n}\n","export class GlobalHelperFunctions {\n static createUrlQueryString(aParams: object, unEncoded: object, esc = encodeURIComponent): string {\n var query = Object.keys(aParams)\n .map(function (k) {\n return `${esc(k)}=${esc(aParams[k])}`;\n })\n .join('&');\n if (unEncoded) {\n query +=\n '&' +\n Object.keys(unEncoded)\n .map(function (k) {\n return `${k}=${unEncoded[k]}`;\n })\n .join('&');\n }\n return query;\n }\n static generateTimeFromSeconds(seconds: number, startWithMins: boolean = false): string {\n var date = new Date(null);\n date.setSeconds(seconds);\n if (startWithMins) {\n return date.toISOString().substr(14, 6);\n }\n return date.toISOString().substr(11, 8);\n }\n\n static generateHumanFileSize(aNum: number): string {\n const units = ['bytes', 'KB', 'MB', 'GB', 'TB', 'PB', 'EB', 'ZB', 'YB'];\n\n let l = 0,\n n = parseInt(aNum, 10) || 0;\n\n // i'm using decimal places here instead of binary places for legibility\n while (n >= 1000 && ++l) {\n n = n / 1000;\n }\n\n return n.toFixed(n < 100 && l > 0 ? 2 : 0) + ' ' + units[l];\n }\n\n static setupDragDrop(dmElem, aDragEndCallback: () => {}): void {\n dmElem.addEventListener('dragstart', this.drag_start, false);\n $(dmElem).attr('draggable', true);\n document.body.addEventListener('dragover', this.drag_over, false);\n document.body.addEventListener(\n 'dragend',\n () => {\n aDragEndCallback();\n },\n false,\n );\n document.body.addEventListener(\n 'drop',\n event => {\n this.drop(event, dmElem);\n },\n false,\n );\n }\n\n static removeDragDrop(dmElem): void {\n dmElem.removeEventListener('dragstart', this.drag_start, false);\n $(dmElem).attr('draggable', false);\n document.body.removeEventListener('dragover', this.drag_over, false);\n document.body.removeEventListener(\n 'drop',\n event => {\n this.drop(event, dmElem);\n },\n false,\n );\n }\n\n static drag_start(event) {\n var style = window.getComputedStyle(event.target, null);\n event.dataTransfer.setData(\n 'text/plain',\n parseInt(style.getPropertyValue('left'), 10) -\n event.clientX +\n ',' +\n (parseInt(style.getPropertyValue('top'), 10) - event.clientY) +\n ',' +\n event.target.getAttribute('data-item'),\n );\n }\n\n static drop(event, dmElem) {\n event.preventDefault();\n var offset = event.dataTransfer.getData('text/plain').split(',');\n dmElem.style.left = event.clientX + parseInt(offset[0], 10) + 'px';\n dmElem.style.top = event.clientY + parseInt(offset[1], 10) + 'px';\n return false;\n }\n\n static drag_over(event) {\n event.preventDefault();\n return false;\n }\n\n static formatPlace(placeNumber: number): string {\n if (!placeNumber) {\n return '';\n }\n const place = placeNumber.toString();\n if (placeNumber > 3 && placeNumber < 21) return place + 'th';\n switch (placeNumber % 10) {\n case 1:\n return place + 'st';\n case 2:\n return place + 'nd';\n case 3:\n return place + 'rd';\n default:\n return place + 'th';\n }\n }\n}\n","import { FontAwesomeConfigurations } from '../Configuration/FontAwesomeConfiguration';\nimport './style.scss';\nimport React, { useCallback, useEffect, useRef, useState } from 'react';\nimport { motion, animate } from 'framer-motion';\nimport JUNOPushNotification, { JUNOPushNotificationProps } from '../../ui/components/JUNOPushNotification';\ninterface PushNotificationHandlerProps {}\nconst PushNotificationHandler: React.FC = () => {\n const [isShowing, setIsShowing] = useState(false);\n const [newNotifications, setNewNotifications] = useState([]);\n const [isExpanded, setIsExpanded] = useState(false && newNotifications.length == 1);\n const timerRef = useRef(0);\n const [dragStart, setDragStart] = useState(0);\n const [isDragged, setIsDragged] = useState(false); // is the past tense of drag 'dragged' or 'drug'?? i went with the more pc version...\n const [hasMultiple, setHasMultiple] = useState(false);\n const [x, setX] = useState(0);\n\n const clearNotis = () => {\n stopPushTimeout();\n setIsShowing(false);\n setIsExpanded(false);\n setHasMultiple(false);\n setNewNotifications([]);\n };\n\n const closeNoti = aNotiId => {\n setNewNotifications(current => {\n return current.filter(noti => {\n return noti.params.id != aNotiId;\n });\n });\n if (newNotifications.length == 1) {\n // newNotifications.length doesnt change until next render so if we only have the 1 it will be the one getting removed\n clearNotis();\n }\n };\n\n const markNotiAsRead = (message, aNotiId) => {\n const { type } = message;\n if (type != PubNubPayload.TYPE_TEXT && type != PubNubPayload.TYPE_CHATREQUEST) {\n App.INSTANCE.mApi.Request(\n 'custom_api/api_Services_Notifications.php',\n {\n api: 'api_mark_notifications_read',\n notifications: [aNotiId],\n },\n () => {\n // just decrement the notification count on success\n PubNubCenter.INSTANCE?.dispatch(PubNubCenter.ON_SOCIAL_NOTIFICATION_READ, this, {\n channel: App.INSTANCE.CurrentUser.ChatRoom,\n });\n },\n error => {\n console.error(error);\n },\n );\n }\n };\n\n const clickNoti = (aNotiId, aNotiUrl, message) => {\n const { type } = message;\n if (App.INSTANCE.mCommsPanel && type == PubNubPayload.TYPE_TEXT) {\n return;\n }\n\n App.INSTANCE.route(aNotiUrl);\n markNotiAsRead(message, aNotiId);\n };\n\n /*\n const onNotiSwipe = (currentPoint, notification, clear = false) => {\n const diff = Math.abs(currentPoint - dragStart);\n if (diff > 100) {\n if (clear) {\n clearNotis();\n } else {\n if (isExpanded) {\n markNotiAsRead(notification.message, notification.params.id);\n closeNoti(notification.params.id);\n } else {\n clearNotis();\n }\n }\n }\n };\n */\n\n const onNotiSwipe = (currentPoint, notification, clear = false) => {\n //pos means read\n const diff = currentPoint - dragStart;\n if (Math.abs(diff) > 100) {\n if (diff < 0) {\n clearNotis();\n } else {\n markNotiAsRead(notification.message, notification.params.id);\n closeNoti(notification.params.id);\n }\n }\n };\n\n // when i get a noti, start the timer\n // if i click expand, stop the timer,\n // if i click collapse, start the timer\n // if i click close, stop the timer\n // if i'm collapsed and i get a new noti, restart the timer\n const startPushTimeout = () => {\n timerRef.current = setTimeout(() => {\n clearNotis();\n }, CrowdHub_App.CONFIG.WEB_PUSH_NOTIFICATION_DISPLAY_TIME);\n };\n\n const stopPushTimeout = () => {\n clearTimeout(timerRef.current);\n };\n\n const onCloseNotification = useCallback(\n notiId => {\n closeNoti(notiId);\n },\n [isExpanded],\n );\n\n const onClickNotification = (notiId, url, message) => {\n if (isExpanded || newNotifications.length == 1) {\n clickNoti(notiId, url, message);\n closeNoti(notiId);\n setIsExpanded(false);\n startPushTimeout();\n } else {\n if (!isDragged) {\n stopPushTimeout();\n setIsExpanded(true);\n setHasMultiple(true);\n }\n }\n };\n\n const pushNotifications = (message, url: string, title: string, image?: string, icon?: string) => {\n let notiId = Date.now();\n let newNoti = {\n message: message,\n params: {\n id: notiId,\n image: image,\n icon: icon,\n url: url,\n title: title,\n },\n onClickNotification: onClickNotification,\n onCloseNotification: onCloseNotification,\n };\n setIsShowing(true);\n setNewNotifications([...newNotifications, newNoti]);\n\n stopPushTimeout();\n startPushTimeout();\n };\n\n useEffect(() => {\n // Clear the timeout when the component unmounts\n return () => clearTimeout(timerRef.current);\n }, []);\n\n // this is messy looking but we're just adding a bunch of event listeners and removing on unmount\n useEffect(() => {\n addisteners(pushNotifications);\n\n return () => {\n PubNubCenter.INSTANCE.removeEventListenerByScope(PubNubCenter.ON_SNOOZE_NOTIFICATIONS, this);\n PubNubCenter.INSTANCE.removeEventListenerByScope(PubNubCenter.ON_UNSNOOZE_NOTIFICATIONS, this);\n PubNubCenter.INSTANCE.removeEventListenerByScope(PubNubCenter.ON_MESSAGE, this);\n PubNubCenter.INSTANCE.removeEventListenerByScope(PubNubCenter.ON_REQUEST, this);\n PubNubCenter.INSTANCE.removeEventListenerByScope(PubNubCenter.ON_SOCIAL_NOTIFICATION, this);\n PubNubCenter.INSTANCE.removeEventListenerByScope(PubNubCenter.ON_EXTERNAL_URL, this);\n // PubNubCenter.INSTANCE?.unsubscribeToRoom(PubNubCenter.CHANNEL_TYPE_NOTIFICATION);\n };\n }, [newNotifications]);\n\n // empty notis\n if (newNotifications.length == 0) {\n return <>>;\n }\n\n // single noti\n if (newNotifications.length == 1 && !hasMultiple) {\n return (\n \n
\n {\n setDragStart(info.point.x)}\n onDragEnd={(event, info) => {\n onNotiSwipe(info.point.x, newNotifications[0]);\n }}\n onClickNotification={onClickNotification}\n onCloseNotification={onCloseNotification}\n />\n }\n
\n
\n );\n }\n\n // multiple notis\n return (\n <>\n 0 && 'visible') || ''} ${\n isExpanded && 'expanded'\n } ${isDragged && 'dragged'}`}\n drag={isExpanded ? false : 'x'}\n dragConstraints={{ top: 0, bottom: 0, right: 0, left: -75 }}\n dragTransition={{ bounceStiffness: 600, bounceDamping: 50, power: 0, min: 0, max: 200, timeConstant: 250 }}\n dragElastic={0.1}\n whileTap={{ cursor: 'grabbing' }}\n dragDirectionLock\n dragSnapToOrigin={false}\n animate={{ x }}\n onDragStart={(event, info) => {\n setDragStart(info.point.x);\n }}\n onDragEnd={(event, info) => {\n const draggedLeft = dragStart > info.point.x;\n if (draggedLeft) {\n setX(-75);\n setIsDragged(true);\n stopPushTimeout();\n setTimeout(() => {\n setIsDragged(false);\n setX(0);\n startPushTimeout();\n }, 3000);\n } else {\n setIsDragged(false);\n }\n }}\n >\n \n
{\n if (!isDragged) {\n setIsExpanded(old => !old);\n // we have to reverse logic here since isExpanded doesnt change until next render\n if (!isExpanded) {\n stopPushTimeout();\n setHasMultiple(true);\n } else {\n startPushTimeout();\n setHasMultiple(false);\n }\n }\n }}\n >\n {isExpanded ? Collapse : Expand}\n \n \n \n \n
\n
\n \n
\n
\n {isExpanded\n ? ExpandedNotiContainer({\n newNotifications,\n setDragStart,\n onNotiSwipe,\n onClickNotification,\n onCloseNotification,\n })\n : CollapsedNotiContainer({\n newNotifications,\n onClickNotification,\n onCloseNotification,\n })}\n \n {isShowing && !isExpanded && App.INSTANCE.isPhone() && (\n {\n setIsDragged(false);\n setDragStart(0);\n setX(0);\n clearNotis();\n }}\n >\n Close All\n \n )}\n >\n );\n};\n\nfunction SingleNotificationContainer({\n notification,\n onDragStart,\n onDragEnd,\n onClickNotification,\n onCloseNotification,\n}) {\n return (\n \n {App.INSTANCE.isPhone() ? (\n <>\n Read\n console.log(axis)}\n onDragStart={onDragStart}\n onDragEnd={onDragEnd}\n >\n \n \n Close\n >\n ) : (\n \n \n \n )}\n
\n );\n}\n\nfunction ExpandedNotiContainer({\n newNotifications,\n setDragStart,\n onNotiSwipe,\n onClickNotification,\n onCloseNotification,\n}) {\n return (\n \n {newNotifications.map((notification, index) => {\n return (\n setDragStart(info.point.x)}\n onDragEnd={(event, info) => {\n onNotiSwipe(info.point.x, notification);\n }}\n onClickNotification={onClickNotification}\n onCloseNotification={onCloseNotification}\n />\n );\n })}\n
\n );\n}\n\nfunction CollapsedNotiContainer({ newNotifications, onClickNotification, onCloseNotification }) {\n return (\n <>\n \n
\n {newNotifications.map(notification => {\n return (\n
\n );\n })}\n
\n
\n >\n );\n}\nexport default PushNotificationHandler;\n\nfunction addisteners(pushNotifications) {\n // TODO snoozing is future\n // PubNubCenter.INSTANCE?.addEventListener(\n // PubNubCenter.ON_SNOOZE_NOTIFICATIONS,\n // (event, message) => {\n // if (PushNotificationHandler.SNOOZE_TIMER) {\n // clearTimeout(PushNotificationHandler.SNOOZE_TIMER);\n // }\n // PushNotificationHandler.SNOOZE_TIMER = setTimeout(() => {\n // PushNotificationHandler.USER_SNOOZED_NOTIFICATIONS = false;\n // }, message.snooze_time);\n // PushNotificationHandler.USER_SNOOZED_NOTIFICATIONS = true;\n // },\n // this,\n // );\n // PubNubCenter.INSTANCE?.addEventListener(\n // PubNubCenter.ON_UNSNOOZE_NOTIFICATIONS,\n // (event, message) => {\n // if (PushNotificationHandler.SNOOZE_TIMER) {\n // clearTimeout(PushNotificationHandler.SNOOZE_TIMER);\n // }\n // PushNotificationHandler.USER_SNOOZED_NOTIFICATIONS = false;\n // },\n // this,\n // );\n\n //only show download in the dropdown/toast/browser notification if we're on the web and not mobile\n if (!App.CORDOVA) {\n PubNubCenter.INSTANCE?.addEventListener(\n PubNubCenter.ON_EXTERNAL_URL,\n (event, message) => {\n const { url, content_name } = message.message;\n let title = `${content_name} download is ready!`;\n pushNotifications(message, url, title, '', FontAwesomeConfigurations.ICON_ARROW_DOWN_TO_BRACKET);\n },\n this,\n );\n }\n PubNubCenter.INSTANCE?.addEventListener(\n PubNubCenter.ON_MESSAGE,\n (event, message) => {\n const { user, type, channel } = message;\n const { channelType } = message.message;\n // we dont want to message ourselves\n if (user?.user_id == App.INSTANCE.CurrentUser.Id) {\n return;\n }\n\n if (App.INSTANCE.inLiveSession()) {\n return; //don't show brower notifications while in alive session\n }\n\n if (type == PubNubPayload.TYPE_TEXT && channelType == 'DM') {\n // check if we want a notification\n if (App.INSTANCE.CurrentUser.shouldNotifyUserByType(CrowdHub_App.NOTIFICATION_PREF_TYPE_DM, 'web_push')) {\n if (App.INSTANCE.mCommsPanel) {\n return;\n }\n let convoMessage = App.INSTANCE.CurrentUser.Conversations?.filter(convo => {\n return convo.Room == channel;\n });\n let url = App.INSTANCE.appRouter.generate('navigate.messagesmodule', {\n tab: 'chat',\n conversation: convoMessage[0]?.Id ?? -1,\n });\n let image = user?.avatar != null ? user?.avatar : user?.user_avatar;\n let title = `Direct message from ${user?.user_firstname} ${user?.user_lastname}`;\n pushNotifications(message, url, title, image);\n }\n }\n },\n this,\n );\n PubNubCenter.INSTANCE?.addEventListener(\n PubNubCenter.ON_REQUEST,\n (event, message) => {\n const { user, type, conversation } = message;\n const { conversation_id } = message.message;\n // we dont want to message ourselves\n if (user?.user_id == App.INSTANCE.CurrentUser.Id) {\n return;\n }\n if (type == PubNubPayload.TYPE_CHATREQUEST) {\n if (conversation_id) {\n App.INSTANCE.CurrentUser?.receiveRestartOldConversation(conversation_id, conversation?.state);\n } else {\n App.INSTANCE.CurrentUser?.addRawConversation(conversation);\n }\n\n if (App.INSTANCE.inLiveSession()) {\n return; //don't show brower notifications while in alive session\n }\n\n // check if we want a notification\n if (\n App.INSTANCE.CurrentUser.shouldNotifyUserByType(CrowdHub_App.NOTIFICATION_PREF_TYPE_DM_REQUEST, 'web_push')\n ) {\n let url = App.INSTANCE.appRouter.generate('navigate.messagesmodule', {\n tab: 'chat',\n conversation: conversation_id,\n });\n let image = user?.avatar != null ? user?.avatar : user?.user_avatar;\n let title = `Direct message request from ${user?.user_firstname} ${user?.user_lastname}`;\n pushNotifications(message, url, title, image);\n }\n }\n },\n this,\n );\n PubNubCenter.INSTANCE?.addEventListener(\n PubNubCenter.ON_SOCIAL_NOTIFICATION,\n (event, message) => {\n const { user } = message;\n const {\n content_id,\n thread_id,\n parent_id,\n content_name,\n content_type,\n parent_name,\n notifiee_id,\n notifier_name,\n notifiee_title,\n } = message.message;\n if (notifiee_id != App.INSTANCE.CurrentUser.Id) {\n return;\n }\n // we dont need a push notification if we are on the notification panel\n if (App.INSTANCE.appRouter.lastRouteResolvedUrl() == App.INSTANCE.appRouter.generate('navigate.notifications')) {\n return;\n }\n\n if (App.INSTANCE.inLiveSession()) {\n return; //don't show brower notifications while in alive session\n }\n\n let shouldPush = false;\n let notiTitle = `${notifier_name} ${notifiee_title} ${content_name}`;\n let notiImage = user?.avatar != null ? user?.avatar : user?.user_avatar;\n let notiIcon;\n let url;\n switch (content_type) {\n // Feed\n case CrowdHub_App.NOTIFICATION_TYPE_FEED_TAG:\n shouldPush = App.INSTANCE.CurrentUser.shouldNotifyUserByType(\n CrowdHub_App.NOTIFICATION_PREF_TYPE_TAGGED,\n 'web_push',\n );\n url = App.INSTANCE.appRouter.generate('navigate.connect.grouppost', {\n feed_id: `${content_id}`,\n });\n break;\n case CrowdHub_App.NOTIFICATION_TYPE_FEED_LIKE:\n case CrowdHub_App.NOTIFICATION_TYPE_FEED_COMMENT_LIKE:\n shouldPush = App.INSTANCE.CurrentUser.shouldNotifyUserByType(\n CrowdHub_App.NOTIFICATION_PREF_TYPE_LIKES,\n 'web_push',\n );\n url = App.INSTANCE.appRouter.generate('navigate.connect.grouppost', {\n feed_id: `${content_id}`,\n });\n break;\n case CrowdHub_App.NOTIFICATION_TYPE_FEED_COMMENT:\n case CrowdHub_App.NOTIFICATION_TYPE_FEED_REPLY:\n case CrowdHub_App.NOTIFICATION_TYPE_FEED_COMMENT_REPLY:\n shouldPush = App.INSTANCE.CurrentUser.shouldNotifyUserByType(\n CrowdHub_App.NOTIFICATION_PREF_TYPE_RESPONSES,\n 'web_push',\n );\n url = App.INSTANCE.appRouter.generate('navigate.connect.grouppost', {\n feed_id: `${content_id}`,\n });\n break;\n case CrowdHub_App.NOTIFICATION_TYPE_FEED_NEW_POST:\n shouldPush = App.INSTANCE.CurrentUser.shouldNotifyUserByType(\n CrowdHub_App.NOTIFICATION_PREF_TYPE_FEED_ACTIVITY,\n 'web_push',\n );\n url = App.INSTANCE.appRouter.generate('navigate.connect.grouppost', {\n feed_id: `${content_id}`,\n });\n message.message.content_name = parent_name;\n break;\n // Forum\n case CrowdHub_App.NOTIFICATION_TYPE_FORUM_TAG: // we want the title to be the forum title\n shouldPush = App.INSTANCE.CurrentUser.shouldNotifyUserByType(\n CrowdHub_App.NOTIFICATION_PREF_TYPE_TAGGED,\n 'web_push',\n );\n url = App.INSTANCE.appRouter.generate('navigate.connect.forumpost', {\n feed_id: `${parent_id}`,\n parent_id: `${content_id}`,\n });\n break;\n case CrowdHub_App.NOTIFICATION_TYPE_FORUM_LIKE:\n shouldPush = App.INSTANCE.CurrentUser.shouldNotifyUserByType(\n CrowdHub_App.NOTIFICATION_PREF_TYPE_LIKES,\n 'web_push',\n );\n url = App.INSTANCE.appRouter.generate('navigate.connect.forumpost', {\n feed_id: `${parent_id}`,\n parent_id: `${content_id}`,\n });\n break;\n case CrowdHub_App.NOTIFICATION_TYPE_FORUM_COMMENT_LIKE:\n shouldPush = App.INSTANCE.CurrentUser.shouldNotifyUserByType(\n CrowdHub_App.NOTIFICATION_PREF_TYPE_LIKES,\n 'web_push',\n );\n url = App.INSTANCE.appRouter.generate('navigate.connect.forumpost', {\n parent_id: `${parent_id}`,\n feed_id: `${content_id}`,\n });\n break;\n case CrowdHub_App.NOTIFICATION_TYPE_FORUM_COMMENT:\n case CrowdHub_App.NOTIFICATION_TYPE_FORUM_REPLY:\n case CrowdHub_App.NOTIFICATION_TYPE_FORUM_COMMENT_REPLY:\n shouldPush = App.INSTANCE.CurrentUser.shouldNotifyUserByType(\n CrowdHub_App.NOTIFICATION_PREF_TYPE_RESPONSES,\n 'web_push',\n );\n url = App.INSTANCE.appRouter.generate('navigate.connect.forumpost', {\n parent_id: `${parent_id}`,\n feed_id: `${content_id}`,\n });\n url += `?thread_id=${thread_id}`;\n break;\n case CrowdHub_App.NOTIFICATION_TYPE_FORUM_NEW_POST:\n shouldPush = App.INSTANCE.CurrentUser.shouldNotifyUserByType(\n CrowdHub_App.NOTIFICATION_PREF_TYPE_FORUM_ACTIVITY,\n 'web_push',\n );\n url = App.INSTANCE.appRouter.generate('navigate.connect.forumpost', {\n feed_id: `${parent_id}`,\n parent_id: `${content_id}`,\n });\n break;\n case CrowdHub_App.NOTIFICATION_TYPE_FORUM_NEW_TOPIC:\n shouldPush = App.INSTANCE.CurrentUser.shouldNotifyUserByType(\n CrowdHub_App.NOTIFICATION_PREF_TYPE_FORUM_TOPIC,\n 'web_push',\n );\n url = App.INSTANCE.appRouter.generate('navigate.connect.forumtopic', {\n parent_id: content_id,\n });\n notiTitle = `New forum topic!
${content_name}`;\n notiIcon = FontAwesomeConfigurations.ICON_BULLHORN_SOLID;\n break;\n }\n\n //create a list of notification types that shouldn't show dropdown/toast/browser notification on mobile\n let mobileSupressTypes = [\n CrowdHub_App.NOTIFICATION_TYPE_LMS_USER_ENROLLED,\n CrowdHub_App.NOTIFICATION_TYPE_LMS_USER_WAITLISTED,\n CrowdHub_App.NOTIFICATION_TYPE_FORUM_NEW_TOPIC,\n ];\n\n let supressForMobile = App.CORDOVA && mobileSupressTypes.indexOf(content_type) >= 0;\n\n if (shouldPush && !supressForMobile) {\n pushNotifications(message, url, notiTitle, notiImage, notiIcon);\n }\n },\n this,\n );\n\n //this is just the channel \"NOTIFICATION\" which would span all juno clients and was super noisy.\n //dom and I couldn't figure out where it'd be used so we're not\n //PubNubCenter.INSTANCE?.subscribeToRoom(PubNubCenter.CHANNEL_TYPE_NOTIFICATION, true);\n}\n","!function(e,t){\"object\"==typeof exports&&\"object\"==typeof module?module.exports=t():\"function\"==typeof define&&define.amd?define([],t):\"object\"==typeof exports?exports.bowser=t():e.bowser=t()}(this,(function(){return function(e){var t={};function r(n){if(t[n])return t[n].exports;var i=t[n]={i:n,l:!1,exports:{}};return e[n].call(i.exports,i,i.exports,r),i.l=!0,i.exports}return r.m=e,r.c=t,r.d=function(e,t,n){r.o(e,t)||Object.defineProperty(e,t,{enumerable:!0,get:n})},r.r=function(e){\"undefined\"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:\"Module\"}),Object.defineProperty(e,\"__esModule\",{value:!0})},r.t=function(e,t){if(1&t&&(e=r(e)),8&t)return e;if(4&t&&\"object\"==typeof e&&e&&e.__esModule)return e;var n=Object.create(null);if(r.r(n),Object.defineProperty(n,\"default\",{enumerable:!0,value:e}),2&t&&\"string\"!=typeof e)for(var i in e)r.d(n,i,function(t){return e[t]}.bind(null,i));return n},r.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return r.d(t,\"a\",t),t},r.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},r.p=\"\",r(r.s=90)}({17:function(e,t,r){\"use strict\";t.__esModule=!0,t.default=void 0;var n=r(18),i=function(){function e(){}return e.getFirstMatch=function(e,t){var r=t.match(e);return r&&r.length>0&&r[1]||\"\"},e.getSecondMatch=function(e,t){var r=t.match(e);return r&&r.length>1&&r[2]||\"\"},e.matchAndReturnConst=function(e,t,r){if(e.test(t))return r},e.getWindowsVersionName=function(e){switch(e){case\"NT\":return\"NT\";case\"XP\":return\"XP\";case\"NT 5.0\":return\"2000\";case\"NT 5.1\":return\"XP\";case\"NT 5.2\":return\"2003\";case\"NT 6.0\":return\"Vista\";case\"NT 6.1\":return\"7\";case\"NT 6.2\":return\"8\";case\"NT 6.3\":return\"8.1\";case\"NT 10.0\":return\"10\";default:return}},e.getMacOSVersionName=function(e){var t=e.split(\".\").splice(0,2).map((function(e){return parseInt(e,10)||0}));if(t.push(0),10===t[0])switch(t[1]){case 5:return\"Leopard\";case 6:return\"Snow Leopard\";case 7:return\"Lion\";case 8:return\"Mountain Lion\";case 9:return\"Mavericks\";case 10:return\"Yosemite\";case 11:return\"El Capitan\";case 12:return\"Sierra\";case 13:return\"High Sierra\";case 14:return\"Mojave\";case 15:return\"Catalina\";default:return}},e.getAndroidVersionName=function(e){var t=e.split(\".\").splice(0,2).map((function(e){return parseInt(e,10)||0}));if(t.push(0),!(1===t[0]&&t[1]<5))return 1===t[0]&&t[1]<6?\"Cupcake\":1===t[0]&&t[1]>=6?\"Donut\":2===t[0]&&t[1]<2?\"Eclair\":2===t[0]&&2===t[1]?\"Froyo\":2===t[0]&&t[1]>2?\"Gingerbread\":3===t[0]?\"Honeycomb\":4===t[0]&&t[1]<1?\"Ice Cream Sandwich\":4===t[0]&&t[1]<4?\"Jelly Bean\":4===t[0]&&t[1]>=4?\"KitKat\":5===t[0]?\"Lollipop\":6===t[0]?\"Marshmallow\":7===t[0]?\"Nougat\":8===t[0]?\"Oreo\":9===t[0]?\"Pie\":void 0},e.getVersionPrecision=function(e){return e.split(\".\").length},e.compareVersions=function(t,r,n){void 0===n&&(n=!1);var i=e.getVersionPrecision(t),s=e.getVersionPrecision(r),a=Math.max(i,s),o=0,u=e.map([t,r],(function(t){var r=a-e.getVersionPrecision(t),n=t+new Array(r+1).join(\".0\");return e.map(n.split(\".\"),(function(e){return new Array(20-e.length).join(\"0\")+e})).reverse()}));for(n&&(o=a-Math.min(i,s)),a-=1;a>=o;){if(u[0][a]>u[1][a])return 1;if(u[0][a]===u[1][a]){if(a===o)return 0;a-=1}else if(u[0][a]1?i-1:0),a=1;a0){var a=Object.keys(r),u=o.default.find(a,(function(e){return t.isOS(e)}));if(u){var d=this.satisfies(r[u]);if(void 0!==d)return d}var c=o.default.find(a,(function(e){return t.isPlatform(e)}));if(c){var f=this.satisfies(r[c]);if(void 0!==f)return f}}if(s>0){var l=Object.keys(i),h=o.default.find(l,(function(e){return t.isBrowser(e,!0)}));if(void 0!==h)return this.compareVersion(i[h])}},t.isBrowser=function(e,t){void 0===t&&(t=!1);var r=this.getBrowserName().toLowerCase(),n=e.toLowerCase(),i=o.default.getBrowserTypeByAlias(n);return t&&i&&(n=i.toLowerCase()),n===r},t.compareVersion=function(e){var t=[0],r=e,n=!1,i=this.getBrowserVersion();if(\"string\"==typeof i)return\">\"===e[0]||\"<\"===e[0]?(r=e.substr(1),\"=\"===e[1]?(n=!0,r=e.substr(2)):t=[],\">\"===e[0]?t.push(1):t.push(-1)):\"=\"===e[0]?r=e.substr(1):\"~\"===e[0]&&(n=!0,r=e.substr(1)),t.indexOf(o.default.compareVersions(i,r,n))>-1},t.isOS=function(e){return this.getOSName(!0)===String(e).toLowerCase()},t.isPlatform=function(e){return this.getPlatformType(!0)===String(e).toLowerCase()},t.isEngine=function(e){return this.getEngineName(!0)===String(e).toLowerCase()},t.is=function(e,t){return void 0===t&&(t=!1),this.isBrowser(e,t)||this.isOS(e)||this.isPlatform(e)},t.some=function(e){var t=this;return void 0===e&&(e=[]),e.some((function(e){return t.is(e)}))},e}();t.default=d,e.exports=t.default},92:function(e,t,r){\"use strict\";t.__esModule=!0,t.default=void 0;var n,i=(n=r(17))&&n.__esModule?n:{default:n};var s=/version\\/(\\d+(\\.?_?\\d+)+)/i,a=[{test:[/googlebot/i],describe:function(e){var t={name:\"Googlebot\"},r=i.default.getFirstMatch(/googlebot\\/(\\d+(\\.\\d+))/i,e)||i.default.getFirstMatch(s,e);return r&&(t.version=r),t}},{test:[/opera/i],describe:function(e){var t={name:\"Opera\"},r=i.default.getFirstMatch(s,e)||i.default.getFirstMatch(/(?:opera)[\\s/](\\d+(\\.?_?\\d+)+)/i,e);return r&&(t.version=r),t}},{test:[/opr\\/|opios/i],describe:function(e){var t={name:\"Opera\"},r=i.default.getFirstMatch(/(?:opr|opios)[\\s/](\\S+)/i,e)||i.default.getFirstMatch(s,e);return r&&(t.version=r),t}},{test:[/SamsungBrowser/i],describe:function(e){var t={name:\"Samsung Internet for Android\"},r=i.default.getFirstMatch(s,e)||i.default.getFirstMatch(/(?:SamsungBrowser)[\\s/](\\d+(\\.?_?\\d+)+)/i,e);return r&&(t.version=r),t}},{test:[/Whale/i],describe:function(e){var t={name:\"NAVER Whale Browser\"},r=i.default.getFirstMatch(s,e)||i.default.getFirstMatch(/(?:whale)[\\s/](\\d+(?:\\.\\d+)+)/i,e);return r&&(t.version=r),t}},{test:[/MZBrowser/i],describe:function(e){var t={name:\"MZ Browser\"},r=i.default.getFirstMatch(/(?:MZBrowser)[\\s/](\\d+(?:\\.\\d+)+)/i,e)||i.default.getFirstMatch(s,e);return r&&(t.version=r),t}},{test:[/focus/i],describe:function(e){var t={name:\"Focus\"},r=i.default.getFirstMatch(/(?:focus)[\\s/](\\d+(?:\\.\\d+)+)/i,e)||i.default.getFirstMatch(s,e);return r&&(t.version=r),t}},{test:[/swing/i],describe:function(e){var t={name:\"Swing\"},r=i.default.getFirstMatch(/(?:swing)[\\s/](\\d+(?:\\.\\d+)+)/i,e)||i.default.getFirstMatch(s,e);return r&&(t.version=r),t}},{test:[/coast/i],describe:function(e){var t={name:\"Opera Coast\"},r=i.default.getFirstMatch(s,e)||i.default.getFirstMatch(/(?:coast)[\\s/](\\d+(\\.?_?\\d+)+)/i,e);return r&&(t.version=r),t}},{test:[/opt\\/\\d+(?:.?_?\\d+)+/i],describe:function(e){var t={name:\"Opera Touch\"},r=i.default.getFirstMatch(/(?:opt)[\\s/](\\d+(\\.?_?\\d+)+)/i,e)||i.default.getFirstMatch(s,e);return r&&(t.version=r),t}},{test:[/yabrowser/i],describe:function(e){var t={name:\"Yandex Browser\"},r=i.default.getFirstMatch(/(?:yabrowser)[\\s/](\\d+(\\.?_?\\d+)+)/i,e)||i.default.getFirstMatch(s,e);return r&&(t.version=r),t}},{test:[/ucbrowser/i],describe:function(e){var t={name:\"UC Browser\"},r=i.default.getFirstMatch(s,e)||i.default.getFirstMatch(/(?:ucbrowser)[\\s/](\\d+(\\.?_?\\d+)+)/i,e);return r&&(t.version=r),t}},{test:[/Maxthon|mxios/i],describe:function(e){var t={name:\"Maxthon\"},r=i.default.getFirstMatch(s,e)||i.default.getFirstMatch(/(?:Maxthon|mxios)[\\s/](\\d+(\\.?_?\\d+)+)/i,e);return r&&(t.version=r),t}},{test:[/epiphany/i],describe:function(e){var t={name:\"Epiphany\"},r=i.default.getFirstMatch(s,e)||i.default.getFirstMatch(/(?:epiphany)[\\s/](\\d+(\\.?_?\\d+)+)/i,e);return r&&(t.version=r),t}},{test:[/puffin/i],describe:function(e){var t={name:\"Puffin\"},r=i.default.getFirstMatch(s,e)||i.default.getFirstMatch(/(?:puffin)[\\s/](\\d+(\\.?_?\\d+)+)/i,e);return r&&(t.version=r),t}},{test:[/sleipnir/i],describe:function(e){var t={name:\"Sleipnir\"},r=i.default.getFirstMatch(s,e)||i.default.getFirstMatch(/(?:sleipnir)[\\s/](\\d+(\\.?_?\\d+)+)/i,e);return r&&(t.version=r),t}},{test:[/k-meleon/i],describe:function(e){var t={name:\"K-Meleon\"},r=i.default.getFirstMatch(s,e)||i.default.getFirstMatch(/(?:k-meleon)[\\s/](\\d+(\\.?_?\\d+)+)/i,e);return r&&(t.version=r),t}},{test:[/micromessenger/i],describe:function(e){var t={name:\"WeChat\"},r=i.default.getFirstMatch(/(?:micromessenger)[\\s/](\\d+(\\.?_?\\d+)+)/i,e)||i.default.getFirstMatch(s,e);return r&&(t.version=r),t}},{test:[/qqbrowser/i],describe:function(e){var t={name:/qqbrowserlite/i.test(e)?\"QQ Browser Lite\":\"QQ Browser\"},r=i.default.getFirstMatch(/(?:qqbrowserlite|qqbrowser)[/](\\d+(\\.?_?\\d+)+)/i,e)||i.default.getFirstMatch(s,e);return r&&(t.version=r),t}},{test:[/msie|trident/i],describe:function(e){var t={name:\"Internet Explorer\"},r=i.default.getFirstMatch(/(?:msie |rv:)(\\d+(\\.?_?\\d+)+)/i,e);return r&&(t.version=r),t}},{test:[/\\sedg\\//i],describe:function(e){var t={name:\"Microsoft Edge\"},r=i.default.getFirstMatch(/\\sedg\\/(\\d+(\\.?_?\\d+)+)/i,e);return r&&(t.version=r),t}},{test:[/edg([ea]|ios)/i],describe:function(e){var t={name:\"Microsoft Edge\"},r=i.default.getSecondMatch(/edg([ea]|ios)\\/(\\d+(\\.?_?\\d+)+)/i,e);return r&&(t.version=r),t}},{test:[/vivaldi/i],describe:function(e){var t={name:\"Vivaldi\"},r=i.default.getFirstMatch(/vivaldi\\/(\\d+(\\.?_?\\d+)+)/i,e);return r&&(t.version=r),t}},{test:[/seamonkey/i],describe:function(e){var t={name:\"SeaMonkey\"},r=i.default.getFirstMatch(/seamonkey\\/(\\d+(\\.?_?\\d+)+)/i,e);return r&&(t.version=r),t}},{test:[/sailfish/i],describe:function(e){var t={name:\"Sailfish\"},r=i.default.getFirstMatch(/sailfish\\s?browser\\/(\\d+(\\.\\d+)?)/i,e);return r&&(t.version=r),t}},{test:[/silk/i],describe:function(e){var t={name:\"Amazon Silk\"},r=i.default.getFirstMatch(/silk\\/(\\d+(\\.?_?\\d+)+)/i,e);return r&&(t.version=r),t}},{test:[/phantom/i],describe:function(e){var t={name:\"PhantomJS\"},r=i.default.getFirstMatch(/phantomjs\\/(\\d+(\\.?_?\\d+)+)/i,e);return r&&(t.version=r),t}},{test:[/slimerjs/i],describe:function(e){var t={name:\"SlimerJS\"},r=i.default.getFirstMatch(/slimerjs\\/(\\d+(\\.?_?\\d+)+)/i,e);return r&&(t.version=r),t}},{test:[/blackberry|\\bbb\\d+/i,/rim\\stablet/i],describe:function(e){var t={name:\"BlackBerry\"},r=i.default.getFirstMatch(s,e)||i.default.getFirstMatch(/blackberry[\\d]+\\/(\\d+(\\.?_?\\d+)+)/i,e);return r&&(t.version=r),t}},{test:[/(web|hpw)[o0]s/i],describe:function(e){var t={name:\"WebOS Browser\"},r=i.default.getFirstMatch(s,e)||i.default.getFirstMatch(/w(?:eb)?[o0]sbrowser\\/(\\d+(\\.?_?\\d+)+)/i,e);return r&&(t.version=r),t}},{test:[/bada/i],describe:function(e){var t={name:\"Bada\"},r=i.default.getFirstMatch(/dolfin\\/(\\d+(\\.?_?\\d+)+)/i,e);return r&&(t.version=r),t}},{test:[/tizen/i],describe:function(e){var t={name:\"Tizen\"},r=i.default.getFirstMatch(/(?:tizen\\s?)?browser\\/(\\d+(\\.?_?\\d+)+)/i,e)||i.default.getFirstMatch(s,e);return r&&(t.version=r),t}},{test:[/qupzilla/i],describe:function(e){var t={name:\"QupZilla\"},r=i.default.getFirstMatch(/(?:qupzilla)[\\s/](\\d+(\\.?_?\\d+)+)/i,e)||i.default.getFirstMatch(s,e);return r&&(t.version=r),t}},{test:[/firefox|iceweasel|fxios/i],describe:function(e){var t={name:\"Firefox\"},r=i.default.getFirstMatch(/(?:firefox|iceweasel|fxios)[\\s/](\\d+(\\.?_?\\d+)+)/i,e);return r&&(t.version=r),t}},{test:[/electron/i],describe:function(e){var t={name:\"Electron\"},r=i.default.getFirstMatch(/(?:electron)\\/(\\d+(\\.?_?\\d+)+)/i,e);return r&&(t.version=r),t}},{test:[/MiuiBrowser/i],describe:function(e){var t={name:\"Miui\"},r=i.default.getFirstMatch(/(?:MiuiBrowser)[\\s/](\\d+(\\.?_?\\d+)+)/i,e);return r&&(t.version=r),t}},{test:[/chromium/i],describe:function(e){var t={name:\"Chromium\"},r=i.default.getFirstMatch(/(?:chromium)[\\s/](\\d+(\\.?_?\\d+)+)/i,e)||i.default.getFirstMatch(s,e);return r&&(t.version=r),t}},{test:[/chrome|crios|crmo/i],describe:function(e){var t={name:\"Chrome\"},r=i.default.getFirstMatch(/(?:chrome|crios|crmo)\\/(\\d+(\\.?_?\\d+)+)/i,e);return r&&(t.version=r),t}},{test:[/GSA/i],describe:function(e){var t={name:\"Google Search\"},r=i.default.getFirstMatch(/(?:GSA)\\/(\\d+(\\.?_?\\d+)+)/i,e);return r&&(t.version=r),t}},{test:function(e){var t=!e.test(/like android/i),r=e.test(/android/i);return t&&r},describe:function(e){var t={name:\"Android Browser\"},r=i.default.getFirstMatch(s,e);return r&&(t.version=r),t}},{test:[/playstation 4/i],describe:function(e){var t={name:\"PlayStation 4\"},r=i.default.getFirstMatch(s,e);return r&&(t.version=r),t}},{test:[/safari|applewebkit/i],describe:function(e){var t={name:\"Safari\"},r=i.default.getFirstMatch(s,e);return r&&(t.version=r),t}},{test:[/.*/i],describe:function(e){var t=-1!==e.search(\"\\\\(\")?/^(.*)\\/(.*)[ \\t]\\((.*)/:/^(.*)\\/(.*) /;return{name:i.default.getFirstMatch(t,e),version:i.default.getSecondMatch(t,e)}}}];t.default=a,e.exports=t.default},93:function(e,t,r){\"use strict\";t.__esModule=!0,t.default=void 0;var n,i=(n=r(17))&&n.__esModule?n:{default:n},s=r(18);var a=[{test:[/Roku\\/DVP/],describe:function(e){var t=i.default.getFirstMatch(/Roku\\/DVP-(\\d+\\.\\d+)/i,e);return{name:s.OS_MAP.Roku,version:t}}},{test:[/windows phone/i],describe:function(e){var t=i.default.getFirstMatch(/windows phone (?:os)?\\s?(\\d+(\\.\\d+)*)/i,e);return{name:s.OS_MAP.WindowsPhone,version:t}}},{test:[/windows /i],describe:function(e){var t=i.default.getFirstMatch(/Windows ((NT|XP)( \\d\\d?.\\d)?)/i,e),r=i.default.getWindowsVersionName(t);return{name:s.OS_MAP.Windows,version:t,versionName:r}}},{test:[/Macintosh(.*?) FxiOS(.*?)\\//],describe:function(e){var t={name:s.OS_MAP.iOS},r=i.default.getSecondMatch(/(Version\\/)(\\d[\\d.]+)/,e);return r&&(t.version=r),t}},{test:[/macintosh/i],describe:function(e){var t=i.default.getFirstMatch(/mac os x (\\d+(\\.?_?\\d+)+)/i,e).replace(/[_\\s]/g,\".\"),r=i.default.getMacOSVersionName(t),n={name:s.OS_MAP.MacOS,version:t};return r&&(n.versionName=r),n}},{test:[/(ipod|iphone|ipad)/i],describe:function(e){var t=i.default.getFirstMatch(/os (\\d+([_\\s]\\d+)*) like mac os x/i,e).replace(/[_\\s]/g,\".\");return{name:s.OS_MAP.iOS,version:t}}},{test:function(e){var t=!e.test(/like android/i),r=e.test(/android/i);return t&&r},describe:function(e){var t=i.default.getFirstMatch(/android[\\s/-](\\d+(\\.\\d+)*)/i,e),r=i.default.getAndroidVersionName(t),n={name:s.OS_MAP.Android,version:t};return r&&(n.versionName=r),n}},{test:[/(web|hpw)[o0]s/i],describe:function(e){var t=i.default.getFirstMatch(/(?:web|hpw)[o0]s\\/(\\d+(\\.\\d+)*)/i,e),r={name:s.OS_MAP.WebOS};return t&&t.length&&(r.version=t),r}},{test:[/blackberry|\\bbb\\d+/i,/rim\\stablet/i],describe:function(e){var t=i.default.getFirstMatch(/rim\\stablet\\sos\\s(\\d+(\\.\\d+)*)/i,e)||i.default.getFirstMatch(/blackberry\\d+\\/(\\d+([_\\s]\\d+)*)/i,e)||i.default.getFirstMatch(/\\bbb(\\d+)/i,e);return{name:s.OS_MAP.BlackBerry,version:t}}},{test:[/bada/i],describe:function(e){var t=i.default.getFirstMatch(/bada\\/(\\d+(\\.\\d+)*)/i,e);return{name:s.OS_MAP.Bada,version:t}}},{test:[/tizen/i],describe:function(e){var t=i.default.getFirstMatch(/tizen[/\\s](\\d+(\\.\\d+)*)/i,e);return{name:s.OS_MAP.Tizen,version:t}}},{test:[/linux/i],describe:function(){return{name:s.OS_MAP.Linux}}},{test:[/CrOS/],describe:function(){return{name:s.OS_MAP.ChromeOS}}},{test:[/PlayStation 4/],describe:function(e){var t=i.default.getFirstMatch(/PlayStation 4[/\\s](\\d+(\\.\\d+)*)/i,e);return{name:s.OS_MAP.PlayStation4,version:t}}}];t.default=a,e.exports=t.default},94:function(e,t,r){\"use strict\";t.__esModule=!0,t.default=void 0;var n,i=(n=r(17))&&n.__esModule?n:{default:n},s=r(18);var a=[{test:[/googlebot/i],describe:function(){return{type:\"bot\",vendor:\"Google\"}}},{test:[/huawei/i],describe:function(e){var t=i.default.getFirstMatch(/(can-l01)/i,e)&&\"Nova\",r={type:s.PLATFORMS_MAP.mobile,vendor:\"Huawei\"};return t&&(r.model=t),r}},{test:[/nexus\\s*(?:7|8|9|10).*/i],describe:function(){return{type:s.PLATFORMS_MAP.tablet,vendor:\"Nexus\"}}},{test:[/ipad/i],describe:function(){return{type:s.PLATFORMS_MAP.tablet,vendor:\"Apple\",model:\"iPad\"}}},{test:[/Macintosh(.*?) FxiOS(.*?)\\//],describe:function(){return{type:s.PLATFORMS_MAP.tablet,vendor:\"Apple\",model:\"iPad\"}}},{test:[/kftt build/i],describe:function(){return{type:s.PLATFORMS_MAP.tablet,vendor:\"Amazon\",model:\"Kindle Fire HD 7\"}}},{test:[/silk/i],describe:function(){return{type:s.PLATFORMS_MAP.tablet,vendor:\"Amazon\"}}},{test:[/tablet(?! pc)/i],describe:function(){return{type:s.PLATFORMS_MAP.tablet}}},{test:function(e){var t=e.test(/ipod|iphone/i),r=e.test(/like (ipod|iphone)/i);return t&&!r},describe:function(e){var t=i.default.getFirstMatch(/(ipod|iphone)/i,e);return{type:s.PLATFORMS_MAP.mobile,vendor:\"Apple\",model:t}}},{test:[/nexus\\s*[0-6].*/i,/galaxy nexus/i],describe:function(){return{type:s.PLATFORMS_MAP.mobile,vendor:\"Nexus\"}}},{test:[/[^-]mobi/i],describe:function(){return{type:s.PLATFORMS_MAP.mobile}}},{test:function(e){return\"blackberry\"===e.getBrowserName(!0)},describe:function(){return{type:s.PLATFORMS_MAP.mobile,vendor:\"BlackBerry\"}}},{test:function(e){return\"bada\"===e.getBrowserName(!0)},describe:function(){return{type:s.PLATFORMS_MAP.mobile}}},{test:function(e){return\"windows phone\"===e.getBrowserName()},describe:function(){return{type:s.PLATFORMS_MAP.mobile,vendor:\"Microsoft\"}}},{test:function(e){var t=Number(String(e.getOSVersion()).split(\".\")[0]);return\"android\"===e.getOSName(!0)&&t>=3},describe:function(){return{type:s.PLATFORMS_MAP.tablet}}},{test:function(e){return\"android\"===e.getOSName(!0)},describe:function(){return{type:s.PLATFORMS_MAP.mobile}}},{test:function(e){return\"macos\"===e.getOSName(!0)},describe:function(){return{type:s.PLATFORMS_MAP.desktop,vendor:\"Apple\"}}},{test:function(e){return\"windows\"===e.getOSName(!0)},describe:function(){return{type:s.PLATFORMS_MAP.desktop}}},{test:function(e){return\"linux\"===e.getOSName(!0)},describe:function(){return{type:s.PLATFORMS_MAP.desktop}}},{test:function(e){return\"playstation 4\"===e.getOSName(!0)},describe:function(){return{type:s.PLATFORMS_MAP.tv}}},{test:function(e){return\"roku\"===e.getOSName(!0)},describe:function(){return{type:s.PLATFORMS_MAP.tv}}}];t.default=a,e.exports=t.default},95:function(e,t,r){\"use strict\";t.__esModule=!0,t.default=void 0;var n,i=(n=r(17))&&n.__esModule?n:{default:n},s=r(18);var a=[{test:function(e){return\"microsoft edge\"===e.getBrowserName(!0)},describe:function(e){if(/\\sedg\\//i.test(e))return{name:s.ENGINE_MAP.Blink};var t=i.default.getFirstMatch(/edge\\/(\\d+(\\.?_?\\d+)+)/i,e);return{name:s.ENGINE_MAP.EdgeHTML,version:t}}},{test:[/trident/i],describe:function(e){var t={name:s.ENGINE_MAP.Trident},r=i.default.getFirstMatch(/trident\\/(\\d+(\\.?_?\\d+)+)/i,e);return r&&(t.version=r),t}},{test:function(e){return e.test(/presto/i)},describe:function(e){var t={name:s.ENGINE_MAP.Presto},r=i.default.getFirstMatch(/presto\\/(\\d+(\\.?_?\\d+)+)/i,e);return r&&(t.version=r),t}},{test:function(e){var t=e.test(/gecko/i),r=e.test(/like gecko/i);return t&&!r},describe:function(e){var t={name:s.ENGINE_MAP.Gecko},r=i.default.getFirstMatch(/gecko\\/(\\d+(\\.?_?\\d+)+)/i,e);return r&&(t.version=r),t}},{test:[/(apple)?webkit\\/537\\.36/i],describe:function(){return{name:s.ENGINE_MAP.Blink}}},{test:[/(apple)?webkit/i],describe:function(e){var t={name:s.ENGINE_MAP.WebKit},r=i.default.getFirstMatch(/webkit\\/(\\d+(\\.?_?\\d+)+)/i,e);return r&&(t.version=r),t}}];t.default=a,e.exports=t.default}})}));","// Imports\nimport ___CSS_LOADER_API_SOURCEMAP_IMPORT___ from \"../../../../node_modules/css-loader/dist/runtime/sourceMaps.js\";\nimport ___CSS_LOADER_API_IMPORT___ from \"../../../../node_modules/css-loader/dist/runtime/api.js\";\nvar ___CSS_LOADER_EXPORT___ = ___CSS_LOADER_API_IMPORT___(___CSS_LOADER_API_SOURCEMAP_IMPORT___);\n// Module\n___CSS_LOADER_EXPORT___.push([module.id, \"\", \"\",{\"version\":3,\"sources\":[],\"names\":[],\"mappings\":\"\",\"sourceRoot\":\"\"}]);\n// Exports\nexport default ___CSS_LOADER_EXPORT___;\n","// Imports\nimport ___CSS_LOADER_API_SOURCEMAP_IMPORT___ from \"../../../../node_modules/css-loader/dist/runtime/sourceMaps.js\";\nimport ___CSS_LOADER_API_IMPORT___ from \"../../../../node_modules/css-loader/dist/runtime/api.js\";\nvar ___CSS_LOADER_EXPORT___ = ___CSS_LOADER_API_IMPORT___(___CSS_LOADER_API_SOURCEMAP_IMPORT___);\n// Module\n___CSS_LOADER_EXPORT___.push([module.id, \".JUNO_action_menu{position:relative}.JUNO_action_menu .action_menu_icon.open{color:#fff;background-color:var(--brand-color)}.JUNO_action_menu .action_menu_icon{cursor:pointer;width:18px;height:18px;border-radius:30px;display:flex;justify-content:center;background-color:#f2f2f2;mix-blend-mode:multiply;color:var(--brand-color);padding:15px;align-items:center;position:relative}.JUNO_action_menu .action_menu_icon:hover{color:#fff;background-color:var(--brand-color);box-shadow:0px 0px 2px 0px #000}.phone .JUNO_action_menu .action_menu_mobile_bg{position:fixed;left:0;top:0;width:100%;height:100%;background-color:rgba(0,0,0,.75);z-index:11}.JUNO_action_menu .action_menu_dropdown{transition:all .1s ease-in-out;display:flex;flex-direction:column;box-shadow:0 12px 28px 0 rgba(0,0,0,.2),0 2px 4px 0 rgba(0,0,0,.1),inset 0 0 0 1px rgba(255,255,255,.5)}.JUNO_action_menu .action_menu_dropdown.direction_down{top:calc(100% + 5px);bottom:auto}.JUNO_action_menu .action_menu_dropdown.direction_up{top:auto;bottom:calc(100% + 5px)}.JUNO_action_menu .action_menu_dropdown.open{z-index:1}.desktop .JUNO_action_menu .action_menu_dropdown,.desktop_small .JUNO_action_menu .action_menu_dropdown,.tablet .JUNO_action_menu .action_menu_dropdown{position:absolute;right:6px;width:250px;border-radius:12px}.phone .JUNO_action_menu .action_menu_dropdown{position:fixed;left:0;bottom:0;padding-bottom:var(--bottomsafearea);width:100%;height:fit-content;justify-content:flex-end;z-index:11;top:unset;box-shadow:none}.JUNO_action_menu .action_menu_dropdown .action_menu_drop_container{background:var(--background-color-white);font-size:var(--font-size-large);border-radius:12px;padding:8px 0;border:1px solid var(--brand-color)}.phone .JUNO_action_menu .action_menu_dropdown .action_menu_drop_container{border-radius:18px;border:none;box-shadow:none}.JUNO_action_menu .action_menu_dropdown .action_menu_drop_container .notification_display_container{padding:0 8px}.JUNO_action_menu .action_menu_dropdown .action_menu_dropdown_header{text-transform:uppercase;font-size:var(--font-size-small);font-weight:700;letter-spacing:.15rem;cursor:default;margin:0;padding:8px 16px}.JUNO_action_menu .action_menu_dropdown .action_menu_dropdown_header:hover{background:rgba(0,0,0,0)}.JUNO_action_menu .action_menu_dropdown .action_menu_dropdown_header .action_menu_dropdown_sub_header{padding:18px 28px;background:#f2f2f2;border-radius:5px;text-align:center;font-weight:normal;text-transform:none}.JUNO_action_menu .action_menu_dropdown .action_menu_dropdown_header .action_menu_dropdown_sub_header .h3{text-transform:uppercase;margin:0;font-weight:bold;font-size:var(--font-size-medium)}.JUNO_action_menu .action_menu_dropdown .action_menu_dropdown_header .action_menu_dropdown_sub_header .help_text_header{color:var(--brand-color);font-size:var(--font-size-medium);letter-spacing:normal}.JUNO_action_menu .action_menu_dropdown .action_menu_dropdown_header .action_menu_dropdown_sub_header .help_text{font-size:var(--font-size-small);letter-spacing:normal}.JUNO_action_menu .action_menu_dropdown .action_menu_dropdown_item{cursor:pointer;margin:2px 0;padding:8px 16px;display:flex;align-items:center;font-size:var(--font-size-medium);transition:.1s}.phone .JUNO_action_menu .action_menu_dropdown .action_menu_dropdown_item{font-size:var(--font-size-large);padding:12px 32px}.JUNO_action_menu .action_menu_dropdown .action_menu_dropdown_item.hover:hover,.JUNO_action_menu .action_menu_dropdown .action_menu_dropdown_item.hover:focus,.JUNO_action_menu .action_menu_dropdown .action_menu_dropdown_item.hover:active{background-color:#f2f2f2}.JUNO_action_menu .action_menu_dropdown .action_menu_dropdown_item .checkbox_container{display:block;position:relative;cursor:pointer;font-size:22px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.JUNO_action_menu .action_menu_dropdown .action_menu_dropdown_item .checkbox_container input{position:absolute;opacity:0;cursor:pointer;height:0;width:0}.JUNO_action_menu .action_menu_dropdown .action_menu_dropdown_item .checkmark_span{position:absolute;left:-10px;top:-10px;height:18px;width:18px;border:2px solid var(--brand-color);border-radius:3px;background-color:#fff;cursor:pointer}.phone .JUNO_action_menu .action_menu_dropdown .action_menu_dropdown_item .checkmark_span{left:-9px;top:-9px}.JUNO_action_menu .action_menu_dropdown .action_menu_dropdown_item .checkbox_container input:checked~.checkmark_span{background-color:var(--brand-color)}.JUNO_action_menu .action_menu_dropdown .action_menu_dropdown_item .checkmark_span:after{content:\\\"\\\";position:absolute;display:none}.JUNO_action_menu .action_menu_dropdown .action_menu_dropdown_item .checkbox_container input:checked~.checkmark_span:after{display:block}.JUNO_action_menu .action_menu_dropdown .action_menu_dropdown_item .checkbox_container .checkmark_span:after{left:4px;top:1px;width:6px;height:10px;border:solid #fff;border-width:0 3px 3px 0;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.JUNO_action_menu .action_menu_dropdown .action_menu_dropdown_item .icon{display:flex;align-items:center;justify-content:center;height:22px;width:22px;margin-right:10px;font-size:var(--font-size-large);transition:.2s;color:var(--brand-color);cursor:pointer}.phone .JUNO_action_menu .action_menu_dropdown .action_menu_dropdown_item .icon{height:38px;width:38px;background-color:#f2f2f2;mix-blend-mode:multiply;padding:6px;position:relative}.JUNO_action_menu .action_menu_dropdown .action_menu_dropdown_footer{display:flex;padding:6px;margin-top:15px}.JUNO_action_menu .action_menu_dropdown .action_menu_dropdown_footer svg{margin-right:10px;margin-top:2px;color:var(--brand-color);align-self:flex-start}.JUNO_action_menu .action_menu_dropdown .action_menu_dropdown_footer>div{display:inline-flex;flex-direction:column}.JUNO_action_menu .action_menu_dropdown .action_menu_dropdown_footer>div .help_text_header{font-size:var(--font-size-medium);text-transform:uppercase;font-weight:bold;letter-spacing:.1rem}.JUNO_action_menu .action_menu_dropdown .action_menu_dropdown_footer>div .help_text{font-size:var(--font-size-small)}\", \"\",{\"version\":3,\"sources\":[\"webpack://./src/ui/components/JUNOActionMenu/style.scss\"],\"names\":[],\"mappings\":\"AAAA,kBACE,iBAAA,CAEA,yCACE,UAAA,CACA,mCAAA,CAGF,oCACE,cAAA,CACA,UAAA,CACA,WAAA,CACA,kBAAA,CACA,YAAA,CACA,sBAAA,CACA,wBAAA,CACA,uBAAA,CACA,wBAAA,CACA,YAAA,CACA,kBAAA,CACA,iBAAA,CAEA,0CACE,UAAA,CACA,mCAAA,CACA,+BAAA,CAIJ,gDACE,cAAA,CACA,MAAA,CACA,KAAA,CACA,UAAA,CACA,WAAA,CACA,gCAAA,CACA,UAAA,CAGF,wCACE,8BAAA,CACA,YAAA,CACA,qBAAA,CACA,uGAAA,CAGA,uDACE,oBAAA,CACA,WAAA,CAGF,qDACE,QAAA,CACA,uBAAA,CAGF,6CACE,SAAA,CAEF,wJAGE,iBAAA,CACA,SAAA,CACA,WAAA,CACA,kBAAA,CAEF,+CACE,cAAA,CACA,MAAA,CACA,QAAA,CACA,oCAAA,CACA,UAAA,CACA,kBAAA,CACA,wBAAA,CACA,UAAA,CACA,SAAA,CACA,eAAA,CAEF,oEACE,wCAAA,CACA,gCAAA,CACA,kBAAA,CACA,aAAA,CACA,mCAAA,CAEA,2EACE,kBAAA,CACA,WAAA,CACA,eAAA,CAGF,oGACE,aAAA,CAGJ,qEACE,wBAAA,CACA,gCAAA,CACA,eAAA,CACA,qBAAA,CACA,cAAA,CACA,QAAA,CACA,gBAAA,CAEA,2EACE,wBAAA,CAGF,sGACE,iBAAA,CACA,kBAAA,CACA,iBAAA,CACA,iBAAA,CACA,kBAAA,CACA,mBAAA,CACA,0GACE,wBAAA,CACA,QAAA,CACA,gBAAA,CACA,iCAAA,CAEF,wHACE,wBAAA,CACA,iCAAA,CACA,qBAAA,CAEF,iHACE,gCAAA,CACA,qBAAA,CAIN,mEACE,cAAA,CACA,YAAA,CACA,gBAAA,CACA,YAAA,CACA,kBAAA,CACA,iCAAA,CACA,cAAA,CAEA,0EACE,gCAAA,CACA,iBAAA,CAGA,8OAGE,wBAAA,CAIJ,uFACE,aAAA,CACA,iBAAA,CACA,cAAA,CACA,cAAA,CACA,wBAAA,CACA,qBAAA,CACA,oBAAA,CACA,gBAAA,CAGF,6FACE,iBAAA,CACA,SAAA,CACA,cAAA,CACA,QAAA,CACA,OAAA,CAGF,mFACE,iBAAA,CACA,UAAA,CACA,SAAA,CACA,WAAA,CACA,UAAA,CACA,mCAAA,CACA,iBAAA,CACA,qBAAA,CACA,cAAA,CACA,0FACE,SAAA,CACA,QAAA,CAIJ,qHACE,mCAAA,CAGF,yFACE,UAAA,CACA,iBAAA,CACA,YAAA,CAGF,2HACE,aAAA,CAGF,6GACE,QAAA,CACA,OAAA,CACA,SAAA,CACA,WAAA,CACA,iBAAA,CACA,wBAAA,CACA,+BAAA,CACA,2BAAA,CACA,uBAAA,CAGF,yEACE,YAAA,CACA,kBAAA,CACA,sBAAA,CACA,WAAA,CACA,UAAA,CACA,iBAAA,CACA,gCAAA,CACA,cAAA,CACA,wBAAA,CACA,cAAA,CAEA,gFACE,WAAA,CACA,UAAA,CACA,wBAAA,CACA,uBAAA,CACA,WAAA,CACA,iBAAA,CAIN,qEACE,YAAA,CACA,WAAA,CACA,eAAA,CACA,yEACE,iBAAA,CACA,cAAA,CACA,wBAAA,CACA,qBAAA,CAEF,yEACE,mBAAA,CACA,qBAAA,CACA,2FACE,iCAAA,CACA,wBAAA,CACA,gBAAA,CACA,oBAAA,CAEF,oFACE,gCAAA\",\"sourcesContent\":[\".JUNO_action_menu {\\n position: relative;\\n\\n .action_menu_icon.open {\\n color: white;\\n background-color: var(--brand-color);\\n }\\n\\n .action_menu_icon {\\n cursor: pointer;\\n width: 18px;\\n height: 18px;\\n border-radius: 30px;\\n display: flex;\\n justify-content: center;\\n background-color: #f2f2f2;\\n mix-blend-mode: multiply;\\n color: var(--brand-color);\\n padding: 15px;\\n align-items: center;\\n position: relative;\\n\\n &:hover {\\n color: white;\\n background-color: var(--brand-color);\\n box-shadow: 0px 0px 2px 0px black;\\n }\\n }\\n\\n .phone & .action_menu_mobile_bg {\\n position: fixed;\\n left: 0;\\n top: 0;\\n width: 100%;\\n height: 100%;\\n background-color: rgba(0, 0, 0, 0.75);\\n z-index: 11;\\n }\\n\\n .action_menu_dropdown {\\n transition: all 0.1s ease-in-out;\\n display: flex;\\n flex-direction: column;\\n box-shadow: 0 12px 28px 0 rgba(0, 0, 0, 0.2), 0 2px 4px 0 rgba(0, 0, 0, 0.1),\\n inset 0 0 0 1px rgba(255, 255, 255, 0.5);\\n\\n &.direction_down {\\n top: calc(100% + 5px);\\n bottom: auto;\\n }\\n\\n &.direction_up {\\n top: auto;\\n bottom: calc(100% + 5px);\\n }\\n\\n &.open {\\n z-index: 1;\\n }\\n .desktop &,\\n .desktop_small &,\\n .tablet & {\\n position: absolute;\\n right: 6px;\\n width: 250px;\\n border-radius: 12px;\\n }\\n .phone & {\\n position: fixed;\\n left: 0;\\n bottom: 0;\\n padding-bottom: var(--bottomsafearea);\\n width: 100%;\\n height: fit-content;\\n justify-content: flex-end;\\n z-index: 11;\\n top: unset;\\n box-shadow: none;\\n }\\n .action_menu_drop_container {\\n background: var(--background-color-white);\\n font-size: var(--font-size-large);\\n border-radius: 12px;\\n padding: 8px 0;\\n border: 1px solid var(--brand-color);\\n\\n .phone & {\\n border-radius: 18px;\\n border: none;\\n box-shadow: none;\\n }\\n\\n .notification_display_container {\\n padding: 0 8px;\\n }\\n }\\n .action_menu_dropdown_header {\\n text-transform: uppercase;\\n font-size: var(--font-size-small);\\n font-weight: 700;\\n letter-spacing: 0.15rem;\\n cursor: default;\\n margin: 0;\\n padding: 8px 16px;\\n\\n &:hover {\\n background: transparent;\\n }\\n\\n .action_menu_dropdown_sub_header {\\n padding: 18px 28px;\\n background: #f2f2f2;\\n border-radius: 5px;\\n text-align: center;\\n font-weight: normal;\\n text-transform: none;\\n .h3 {\\n text-transform: uppercase;\\n margin: 0;\\n font-weight: bold;\\n font-size: var(--font-size-medium);\\n }\\n .help_text_header {\\n color: var(--brand-color);\\n font-size: var(--font-size-medium);\\n letter-spacing: normal;\\n }\\n .help_text {\\n font-size: var(--font-size-small);\\n letter-spacing: normal;\\n }\\n }\\n }\\n .action_menu_dropdown_item {\\n cursor: pointer;\\n margin: 2px 0;\\n padding: 8px 16px;\\n display: flex;\\n align-items: center;\\n font-size: var(--font-size-medium);\\n transition: 0.1s;\\n\\n .phone & {\\n font-size: var(--font-size-large);\\n padding: 12px 32px;\\n }\\n &.hover {\\n &:hover,\\n &:focus,\\n &:active {\\n background-color: #f2f2f2;\\n }\\n }\\n\\n .checkbox_container {\\n display: block;\\n position: relative;\\n cursor: pointer;\\n font-size: 22px;\\n -webkit-user-select: none;\\n -moz-user-select: none;\\n -ms-user-select: none;\\n user-select: none;\\n }\\n\\n .checkbox_container input {\\n position: absolute;\\n opacity: 0;\\n cursor: pointer;\\n height: 0;\\n width: 0;\\n }\\n\\n .checkmark_span {\\n position: absolute;\\n left: -10px;\\n top: -10px;\\n height: 18px;\\n width: 18px;\\n border: 2px solid var(--brand-color);\\n border-radius: 3px;\\n background-color: white;\\n cursor: pointer;\\n .phone & {\\n left: -9px;\\n top: -9px;\\n }\\n }\\n\\n .checkbox_container input:checked ~ .checkmark_span {\\n background-color: var(--brand-color);\\n }\\n\\n .checkmark_span:after {\\n content: '';\\n position: absolute;\\n display: none;\\n }\\n\\n .checkbox_container input:checked ~ .checkmark_span:after {\\n display: block;\\n }\\n\\n .checkbox_container .checkmark_span:after {\\n left: 4px;\\n top: 1px;\\n width: 6px;\\n height: 10px;\\n border: solid white;\\n border-width: 0 3px 3px 0;\\n -webkit-transform: rotate(45deg);\\n -ms-transform: rotate(45deg);\\n transform: rotate(45deg);\\n }\\n\\n .icon {\\n display: flex;\\n align-items: center;\\n justify-content: center;\\n height: 22px;\\n width: 22px;\\n margin-right: 10px;\\n font-size: var(--font-size-large);\\n transition: 0.2s;\\n color: var(--brand-color);\\n cursor: pointer;\\n\\n .phone & {\\n height: 38px;\\n width: 38px;\\n background-color: #f2f2f2;\\n mix-blend-mode: multiply;\\n padding: 6px;\\n position: relative;\\n }\\n }\\n }\\n .action_menu_dropdown_footer {\\n display: flex;\\n padding: 6px;\\n margin-top: 15px;\\n svg {\\n margin-right: 10px;\\n margin-top: 2px;\\n color: var(--brand-color);\\n align-self: flex-start;\\n }\\n > div {\\n display: inline-flex;\\n flex-direction: column;\\n .help_text_header {\\n font-size: var(--font-size-medium);\\n text-transform: uppercase;\\n font-weight: bold;\\n letter-spacing: 0.1rem;\\n }\\n .help_text {\\n font-size: var(--font-size-small);\\n }\\n }\\n }\\n }\\n}\\n\"],\"sourceRoot\":\"\"}]);\n// Exports\nexport default ___CSS_LOADER_EXPORT___;\n","// Imports\nimport ___CSS_LOADER_API_SOURCEMAP_IMPORT___ from \"../../../../node_modules/css-loader/dist/runtime/sourceMaps.js\";\nimport ___CSS_LOADER_API_IMPORT___ from \"../../../../node_modules/css-loader/dist/runtime/api.js\";\nvar ___CSS_LOADER_EXPORT___ = ___CSS_LOADER_API_IMPORT___(___CSS_LOADER_API_SOURCEMAP_IMPORT___);\n// Module\n___CSS_LOADER_EXPORT___.push([module.id, \".juno_button{display:flex;cursor:pointer;min-height:34px;justify-content:center;align-items:center;border-radius:4px;padding:10px 14px}.juno_text_lowercase{font-size:var(--font-size-medium);font-weight:bold}.juno_text_uppercase{letter-spacing:2.55px;text-transform:uppercase}.juno_button_filled{background-color:var(--brand-color);color:var(--text-color-white);margin-bottom:5px}.juno_mini_button_outline{border:2px solid var(--brand-color);color:var(--brand-color);border-radius:15px;padding:6px 27px}.juno_mini_button_outline:hover{background-color:var(--brand-color);color:#fff}.juno_button_icon{font-size:24px;margin-right:10px}\", \"\",{\"version\":3,\"sources\":[\"webpack://./src/ui/components/JUNOButton/style.scss\"],\"names\":[],\"mappings\":\"AAAA,aACE,YAAA,CACA,cAAA,CACA,eAAA,CACA,sBAAA,CACA,kBAAA,CACA,iBAAA,CACA,iBAAA,CAGF,qBACE,iCAAA,CACA,gBAAA,CAGF,qBACE,qBAAA,CACA,wBAAA,CAGF,oBACE,mCAAA,CACA,6BAAA,CACA,iBAAA,CAGF,0BACE,mCAAA,CACA,wBAAA,CACA,kBAAA,CACA,gBAAA,CAEF,gCACE,mCAAA,CACA,UAAA,CAGF,kBACE,cAAA,CACA,iBAAA\",\"sourcesContent\":[\".juno_button {\\n display: flex;\\n cursor: pointer;\\n min-height: 34px;\\n justify-content: center;\\n align-items: center;\\n border-radius: 4px;\\n padding: 10px 14px;\\n}\\n\\n.juno_text_lowercase {\\n font-size: var(--font-size-medium);\\n font-weight: bold;\\n}\\n\\n.juno_text_uppercase {\\n letter-spacing: 2.55px;\\n text-transform: uppercase;\\n}\\n\\n.juno_button_filled {\\n background-color: var(--brand-color);\\n color: var(--text-color-white);\\n margin-bottom: 5px;\\n}\\n\\n.juno_mini_button_outline {\\n border: 2px solid var(--brand-color);\\n color: var(--brand-color);\\n border-radius: 15px;\\n padding: 6px 27px;\\n}\\n.juno_mini_button_outline:hover {\\n background-color: var(--brand-color);\\n color: white;\\n}\\n\\n.juno_button_icon {\\n font-size: 24px;\\n margin-right: 10px;\\n}\\n\"],\"sourceRoot\":\"\"}]);\n// Exports\nexport default ___CSS_LOADER_EXPORT___;\n","// Imports\nimport ___CSS_LOADER_API_SOURCEMAP_IMPORT___ from \"../../../../node_modules/css-loader/dist/runtime/sourceMaps.js\";\nimport ___CSS_LOADER_API_IMPORT___ from \"../../../../node_modules/css-loader/dist/runtime/api.js\";\nvar ___CSS_LOADER_EXPORT___ = ___CSS_LOADER_API_IMPORT___(___CSS_LOADER_API_SOURCEMAP_IMPORT___);\n// Module\n___CSS_LOADER_EXPORT___.push([module.id, \".notification_display{width:100%;background-color:#fff;margin:2px 0;padding:16px;cursor:pointer}.unread .notification_display{background-color:#f2f2f2}.phone .notification_display{border-radius:12px}.notification_display .notification_header .notification_time{font-size:var(--font-size-small)}.notification_display .notification_header .notification_time .notification_read_icon{display:inline-block}.notification_display .notification_header .notification_time .notification_read_icon svg{margin-right:5px;color:var(--brand-color)}.unread .notification_display .notification_header .notification_time .notification_read_icon{display:none}.notification_display .notification_header .notification_time .notification_unread_icon{display:none}.unread .notification_display .notification_header .notification_time .notification_unread_icon{display:inline-block}.notification_display .notification_header .notification_time .notification_unread_icon svg{margin-right:5px;color:var(--brand-color)}.notification_display .notification_body{display:grid;grid-template-columns:55px auto;padding:15px 0}.notification_display .notification_body .notification_display_icon{cursor:pointer;width:40px;height:40px;padding:2px 5px;border-radius:25px;color:#fff;font-size:var(--font-size-large);display:flex;justify-content:center;align-items:center;background-color:var(--brand-color)}.notification_display .notification_body .notification_display_image{cursor:pointer;width:40px;height:40px;padding:2px 5px;border-radius:25px;background-position:center center;background-size:cover;box-shadow:0 0 1px 0 #000}.notification_display .notification_body .notification_title_and_text{text-align:left}.notification_display .notification_body .notification_title_and_text .noti_title{overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:1;line-clamp:1;-webkit-box-orient:vertical;word-break:break-word}.phone .notification_display .notification_body .notification_title_and_text .noti_title{-webkit-line-clamp:2;line-clamp:2;font-size:var(--font-size-medium)}.notification_display .notification_body .notification_title_and_text .noti_text{font-size:var(--font-size-medium);overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;word-break:break-word;font-style:italic}.phone .notification_display .notification_body .notification_title_and_text .noti_text{-webkit-line-clamp:3;line-clamp:3;font-size:var(--font-size-small)}\", \"\",{\"version\":3,\"sources\":[\"webpack://./src/ui/components/JUNONotificationDisplay/style.scss\"],\"names\":[],\"mappings\":\"AAAA,sBACE,UAAA,CACA,qBAAA,CACA,YAAA,CACA,YAAA,CACA,cAAA,CACA,8BACE,wBAAA,CAEF,6BACE,kBAAA,CAGA,8DACE,gCAAA,CACA,sFACE,oBAAA,CACA,0FACE,gBAAA,CACA,wBAAA,CAEF,8FACE,YAAA,CAGJ,wFACE,YAAA,CACA,gGACE,oBAAA,CAEF,4FACE,gBAAA,CACA,wBAAA,CAKR,yCACE,YAAA,CACA,+BAAA,CACA,cAAA,CACA,oEACE,cAAA,CACA,UAAA,CACA,WAAA,CACA,eAAA,CACA,kBAAA,CACA,UAAA,CACA,gCAAA,CACA,YAAA,CACA,sBAAA,CACA,kBAAA,CACA,mCAAA,CAGF,qEACE,cAAA,CACA,UAAA,CACA,WAAA,CACA,eAAA,CACA,kBAAA,CACA,iCAAA,CACA,qBAAA,CACA,yBAAA,CAGF,sEACE,eAAA,CACA,kFACE,eAAA,CACA,sBAAA,CACA,mBAAA,CACA,oBAAA,CACA,YAAA,CACA,2BAAA,CACA,qBAAA,CACA,yFACE,oBAAA,CACA,YAAA,CACA,iCAAA,CASJ,iFACE,iCAAA,CACA,eAAA,CACA,sBAAA,CACA,mBAAA,CACA,oBAAA,CACA,YAAA,CACA,2BAAA,CACA,qBAAA,CACA,iBAAA,CACA,wFACE,oBAAA,CACA,YAAA,CACA,gCAAA\",\"sourcesContent\":[\".notification_display {\\n width: 100%;\\n background-color: white;\\n margin: 2px 0;\\n padding: 16px;\\n cursor: pointer;\\n .unread & {\\n background-color: #f2f2f2;\\n }\\n .phone & {\\n border-radius: 12px;\\n }\\n .notification_header {\\n .notification_time {\\n font-size: var(--font-size-small);\\n .notification_read_icon {\\n display: inline-block;\\n svg {\\n margin-right: 5px;\\n color: var(--brand-color);\\n }\\n .unread & {\\n display: none;\\n }\\n }\\n .notification_unread_icon {\\n display: none;\\n .unread & {\\n display: inline-block;\\n }\\n svg {\\n margin-right: 5px;\\n color: var(--brand-color);\\n }\\n }\\n }\\n }\\n .notification_body {\\n display: grid;\\n grid-template-columns: 55px auto;\\n padding: 15px 0;\\n .notification_display_icon {\\n cursor: pointer;\\n width: 40px;\\n height: 40px;\\n padding: 2px 5px;\\n border-radius: 25px;\\n color: white;\\n font-size: var(--font-size-large);\\n display: flex;\\n justify-content: center;\\n align-items: center;\\n background-color: var(--brand-color);\\n }\\n\\n .notification_display_image {\\n cursor: pointer;\\n width: 40px;\\n height: 40px;\\n padding: 2px 5px;\\n border-radius: 25px;\\n background-position: center center;\\n background-size: cover;\\n box-shadow: 0 0 1px 0 black;\\n }\\n\\n .notification_title_and_text {\\n text-align: left;\\n .noti_title {\\n overflow: hidden;\\n text-overflow: ellipsis;\\n display: -webkit-box;\\n -webkit-line-clamp: 1; /* number of lines to show */\\n line-clamp: 1;\\n -webkit-box-orient: vertical;\\n word-break: break-word;\\n .phone & {\\n -webkit-line-clamp: 2; /* number of lines to show */\\n line-clamp: 2;\\n font-size: var(--font-size-medium);\\n }\\n }\\n // .noti_text_bugle {\\n // font-size: var(--font-size-medium);\\n // .phone & {\\n // font-size: var(--font-size-small);\\n // }\\n // }\\n .noti_text {\\n font-size: var(--font-size-medium);\\n overflow: hidden;\\n text-overflow: ellipsis;\\n display: -webkit-box;\\n -webkit-line-clamp: 2; /* number of lines to show */\\n line-clamp: 2;\\n -webkit-box-orient: vertical;\\n word-break: break-word;\\n font-style: italic;\\n .phone & {\\n -webkit-line-clamp: 3; /* number of lines to show */\\n line-clamp: 3;\\n font-size: var(--font-size-small);\\n }\\n }\\n }\\n }\\n}\\n\"],\"sourceRoot\":\"\"}]);\n// Exports\nexport default ___CSS_LOADER_EXPORT___;\n","// Imports\nimport ___CSS_LOADER_API_SOURCEMAP_IMPORT___ from \"../../../../node_modules/css-loader/dist/runtime/sourceMaps.js\";\nimport ___CSS_LOADER_API_IMPORT___ from \"../../../../node_modules/css-loader/dist/runtime/api.js\";\nvar ___CSS_LOADER_EXPORT___ = ___CSS_LOADER_API_IMPORT___(___CSS_LOADER_API_SOURCEMAP_IMPORT___);\n// Module\n___CSS_LOADER_EXPORT___.push([module.id, \".JUNOPushNotification{position:relative;transition:all .25s ease-in-out;width:100%;height:62px;left:0;background:#fff;box-shadow:0px 2px 4px rgba(0,0,0,.5);border-radius:12px;display:flex;cursor:pointer;justify-content:space-between;pointer-events:all;z-index:9}.visible .JUNOPushNotification{animation:moveleft .5s ease forwards}.phone .JUNOPushNotification{top:0px;width:100%;margin:0px}.JUNOPushNotification .notification_container{padding:10px 12px;display:flex;justify-content:flex-start;align-items:center;width:100%}.phone .JUNOPushNotification .notification_container{padding:10px 0;margin-right:10px}.JUNOPushNotification .notification_container .notification_display_image{width:38px;height:38px;display:inline-flex;background-position:center center;background-size:contain;border-radius:25px;margin-right:10px;margin-left:10px;padding:20px;box-shadow:0 0 1px 0 #000}.JUNOPushNotification .notification_container .notification_display_icon{width:40px;height:40px;padding:2px 5px;border-radius:25px;color:#fff;font-size:var(--font-size-large);display:flex;justify-content:center;align-items:center;background-color:var(--brand-color);margin-right:10px}.JUNOPushNotification .notification_container .notification_display_text{display:inline-flex}.JUNOPushNotification .notification_close{width:60px;padding:12px;align-items:center;background-color:#f2f2f2;border-radius:0 12px 12px 0;font-size:var(--font-size-medium);color:#999;cursor:pointer;display:flex;visibility:hidden}.JUNOPushNotification .notification_close:hover{box-shadow:0px 2px 4px rgba(0,0,0,.5);transform:scale(1.1);color:var(--brand-color)}.phone .JUNOPushNotification .notification_close{display:none}.ui_single_line{overflow:hidden;text-overflow:ellipsis;display:-webkit-inline-box;-webkit-line-clamp:1;line-clamp:1;-webkit-box-orient:vertical;word-break:break-word}.ui_double_line{overflow:hidden;text-overflow:ellipsis;display:-webkit-inline-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;word-break:break-word}@keyframes moveleft{from{right:-328px}to{right:10px}}@keyframes moveright{from{right:10px}to{right:-328px}}@keyframes moveup{from{top:-80px}to{top:0px}}@keyframes movedown{from{top:0px}to{top:--80px}}\", \"\",{\"version\":3,\"sources\":[\"webpack://./src/ui/components/JUNOPushNotification/style.scss\"],\"names\":[],\"mappings\":\"AAAA,sBACE,iBAAA,CACA,+BAAA,CACA,UAAA,CACA,WAAA,CACA,MAAA,CACA,eAAA,CACA,qCAAA,CACA,kBAAA,CACA,YAAA,CACA,cAAA,CACA,6BAAA,CACA,kBAAA,CACA,SAAA,CAEA,+BACE,oCAAA,CAEF,6BACE,OAAA,CACA,UAAA,CACA,UAAA,CAGF,8CACE,iBAAA,CACA,YAAA,CACA,0BAAA,CACA,kBAAA,CACA,UAAA,CAEA,qDACE,cAAA,CACA,iBAAA,CAGF,0EACE,UAAA,CACA,WAAA,CACA,mBAAA,CACA,iCAAA,CACA,uBAAA,CACA,kBAAA,CACA,iBAAA,CACA,gBAAA,CACA,YAAA,CACA,yBAAA,CAGF,yEACE,UAAA,CACA,WAAA,CACA,eAAA,CACA,kBAAA,CACA,UAAA,CACA,gCAAA,CACA,YAAA,CACA,sBAAA,CACA,kBAAA,CACA,mCAAA,CACA,iBAAA,CAGF,yEACE,mBAAA,CAGJ,0CACE,UAAA,CACA,YAAA,CACA,kBAAA,CACA,wBAAA,CACA,2BAAA,CACA,iCAAA,CACA,UAAA,CACA,cAAA,CACA,YAAA,CACA,iBAAA,CAEA,gDACE,qCAAA,CACA,oBAAA,CACA,wBAAA,CAEF,iDAKE,YAAA,CAKN,gBACE,eAAA,CACA,sBAAA,CACA,0BAAA,CACA,oBAAA,CACA,YAAA,CACA,2BAAA,CACA,qBAAA,CAGF,gBACE,eAAA,CACA,sBAAA,CACA,0BAAA,CACA,oBAAA,CACA,YAAA,CACA,2BAAA,CACA,qBAAA,CAGF,oBACE,KACE,YAAA,CAEF,GACE,UAAA,CAAA,CAIJ,qBACE,KACE,UAAA,CAEF,GACE,YAAA,CAAA,CAGJ,kBACE,KACE,SAAA,CAEF,GACE,OAAA,CAAA,CAIJ,oBACE,KACE,OAAA,CAEF,GACE,UAAA,CAAA\",\"sourcesContent\":[\".JUNOPushNotification {\\n position: relative;\\n transition: all 0.25s ease-in-out;\\n width: 100%;\\n height: 62px;\\n left: 0;\\n background: #ffffff;\\n box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.5);\\n border-radius: 12px;\\n display: flex;\\n cursor: pointer;\\n justify-content: space-between;\\n pointer-events: all;\\n z-index: 9;\\n\\n .visible & {\\n animation: moveleft 0.5s ease forwards;\\n }\\n .phone & {\\n top: 0px;\\n width: 100%;\\n margin: 0px;\\n }\\n\\n .notification_container {\\n padding: 10px 12px;\\n display: flex;\\n justify-content: flex-start;\\n align-items: center;\\n width: 100%;\\n\\n .phone & {\\n padding: 10px 0;\\n margin-right: 10px;\\n }\\n\\n .notification_display_image {\\n width: 38px;\\n height: 38px;\\n display: inline-flex;\\n background-position: center center;\\n background-size: contain;\\n border-radius: 25px;\\n margin-right: 10px;\\n margin-left: 10px;\\n padding: 20px;\\n box-shadow: 0 0 1px 0 black;\\n }\\n\\n .notification_display_icon {\\n width: 40px;\\n height: 40px;\\n padding: 2px 5px;\\n border-radius: 25px;\\n color: white;\\n font-size: var(--font-size-large);\\n display: flex;\\n justify-content: center;\\n align-items: center;\\n background-color: var(--brand-color);\\n margin-right: 10px;\\n }\\n\\n .notification_display_text {\\n display: inline-flex;\\n }\\n }\\n .notification_close {\\n width: 60px;\\n padding: 12px;\\n align-items: center;\\n background-color: #f2f2f2;\\n border-radius: 0 12px 12px 0;\\n font-size: var(--font-size-medium);\\n color: #999999;\\n cursor: pointer;\\n display: flex;\\n visibility: hidden;\\n\\n &:hover {\\n box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.5);\\n transform: scale(1.1);\\n color: var(--brand-color);\\n }\\n .phone & {\\n // width: 60px;\\n // padding: 12px;\\n // visibility: l;\\n // animation: moveleft 0.5s ease forwards;\\n display: none;\\n }\\n }\\n}\\n\\n.ui_single_line {\\n overflow: hidden;\\n text-overflow: ellipsis;\\n display: -webkit-inline-box;\\n -webkit-line-clamp: 1; /* number of lines to show */\\n line-clamp: 1;\\n -webkit-box-orient: vertical;\\n word-break: break-word;\\n}\\n\\n.ui_double_line {\\n overflow: hidden;\\n text-overflow: ellipsis;\\n display: -webkit-inline-box;\\n -webkit-line-clamp: 2; /* number of lines to show */\\n line-clamp: 2;\\n -webkit-box-orient: vertical;\\n word-break: break-word;\\n}\\n\\n@keyframes moveleft {\\n from {\\n right: -328px;\\n }\\n to {\\n right: 10px;\\n }\\n}\\n\\n@keyframes moveright {\\n from {\\n right: 10px;\\n }\\n to {\\n right: -328px;\\n }\\n}\\n@keyframes moveup {\\n from {\\n top: -80px;\\n }\\n to {\\n top: 0px;\\n }\\n}\\n\\n@keyframes movedown {\\n from {\\n top: 0px;\\n }\\n to {\\n top: --80px;\\n }\\n}\\n\"],\"sourceRoot\":\"\"}]);\n// Exports\nexport default ___CSS_LOADER_EXPORT___;\n","// Imports\nimport ___CSS_LOADER_API_SOURCEMAP_IMPORT___ from \"../../../../node_modules/css-loader/dist/runtime/sourceMaps.js\";\nimport ___CSS_LOADER_API_IMPORT___ from \"../../../../node_modules/css-loader/dist/runtime/api.js\";\nvar ___CSS_LOADER_EXPORT___ = ___CSS_LOADER_API_IMPORT___(___CSS_LOADER_API_SOURCEMAP_IMPORT___);\n// Module\n___CSS_LOADER_EXPORT___.push([module.id, \".JUNOSelect{cursor:pointer;position:relative;width:100%;display:block;font-size:var(--font-size-small);z-index:10}.JUNOSelect .JUNOSelect_selected{padding:8px 15px;display:flex;justify-content:space-between;align-items:center;border-radius:4px}.JUNOSelect .JUNOSelect_selected>div{display:flex;align-items:center}.JUNOSelect .JUNOSelect_selected svg{font-size:var(--font-size-small)}.JUNOSelect .JUNOSelect_selected .JUNOSelect_notification{position:absolute;right:35px;top:50%;transform:translateY(-50%);height:7px;width:7px;border-radius:5px}.JUNOSelect.theme_light .JUNOSelect_selected{border:1px solid rgba(0,0,0,.6509803922)}.JUNOSelect .JUNOSelect_options{position:absolute;width:100%;top:100%;left:0;flex-direction:column;padding:10px 0;border-radius:4px}.JUNOSelect .JUNOSelect_options.drop_up{top:auto;bottom:100%}.JUNOSelect .JUNOSelect_options .JUNOSelect_option{padding:7px 15px;position:relative;display:flex;transition:.2s}.JUNOSelect .JUNOSelect_options .JUNOSelect_option:hover{transition:0s}.JUNOSelect .JUNOSelect_options .JUNOSelect_option .JUNOSelect_option_notification{position:absolute;right:15px;top:50%;transform:translateY(-50%);height:7px;width:7px;border-radius:5px}.JUNOSelect.theme_light .JUNOSelect_selected{color:var(--junoselect-light-color);background:var(--junoselect-light-bg)}.JUNOSelect.theme_light .JUNOSelect_selected .JUNOSelect_notification{background:var(--junoselect-light-notification)}.JUNOSelect.theme_light .JUNOSelect_options{background:var(--junoselect-light-options-bg)}.JUNOSelect.theme_light .JUNOSelect_options .JUNOSelect_option{color:var(--junoselect-light-options-color)}.JUNOSelect.theme_light .JUNOSelect_options .JUNOSelect_option:hover{background:var(--junoselect-light-options-hover-bg)}.JUNOSelect.theme_light .JUNOSelect_options .JUNOSelect_option .JUNOSelect_option_notification{background:var(--junoselect-light-options-notification)}.JUNOSelect.theme_dark .JUNOSelect_selected{color:var(--junoselect-dark-color);background:var(--junoselect-dark-bg)}.JUNOSelect.theme_dark .JUNOSelect_selected .JUNOSelect_notification{background:var(--junoselect-dark-notification)}.JUNOSelect.theme_dark .JUNOSelect_options{background:var(--junoselect-dark-options-bg)}.JUNOSelect.theme_dark .JUNOSelect_options .JUNOSelect_option{color:var(--junoselect-dark-options-color)}.JUNOSelect.theme_dark .JUNOSelect_options .JUNOSelect_option:hover{background:var(--junoselect-dark-options-hover-bg)}.JUNOSelect.theme_dark .JUNOSelect_options .JUNOSelect_option .JUNOSelect_option_notification{background:var(--junoselect-dark-options-notification)}.JUNOSelect.theme_brand .JUNOSelect_selected{color:var(--junoselect-brand-color);background:var(--junoselect-brand-bg)}.JUNOSelect.theme_brand .JUNOSelect_selected .JUNOSelect_notification{background:var(--junoselect-brand-notification)}.JUNOSelect.theme_brand .JUNOSelect_options{background:var(--junoselect-brand-options-bg)}.JUNOSelect.theme_brand .JUNOSelect_options .JUNOSelect_option{color:var(--junoselect-brand-options-color)}.JUNOSelect.theme_brand .JUNOSelect_options .JUNOSelect_option:hover{background:var(--junoselect-brand-options-hover-bg)}.JUNOSelect.theme_brand .JUNOSelect_options .JUNOSelect_option .JUNOSelect_option_notification{background:var(--junoselect-brand-options-notification)}\", \"\",{\"version\":3,\"sources\":[\"webpack://./src/ui/components/JUNOSelect/style.scss\"],\"names\":[],\"mappings\":\"AAAA,YACE,cAAA,CACA,iBAAA,CACA,UAAA,CACA,aAAA,CACA,gCAAA,CACA,UAAA,CAEA,iCACE,gBAAA,CACA,YAAA,CACA,6BAAA,CACA,kBAAA,CACA,iBAAA,CAEA,qCACE,YAAA,CACA,kBAAA,CAEF,qCACE,gCAAA,CAEF,0DACE,iBAAA,CACA,UAAA,CACA,OAAA,CACA,0BAAA,CACA,UAAA,CACA,SAAA,CACA,iBAAA,CAKF,6CACE,wCAAA,CAIJ,gCACE,iBAAA,CACA,UAAA,CACA,QAAA,CACA,MAAA,CACA,qBAAA,CACA,cAAA,CACA,iBAAA,CAEA,wCACE,QAAA,CACA,WAAA,CAGF,mDACE,gBAAA,CACA,iBAAA,CACA,YAAA,CACA,cAAA,CAEA,yDACE,aAAA,CAGF,mFACE,iBAAA,CACA,UAAA,CACA,OAAA,CACA,0BAAA,CACA,UAAA,CACA,SAAA,CACA,iBAAA,CAOJ,6CACE,mCAAA,CACA,qCAAA,CAEA,sEACE,+CAAA,CAIJ,4CACE,6CAAA,CAEA,+DACE,2CAAA,CAEA,qEACE,mDAAA,CAGF,+FACE,uDAAA,CAMN,4CACE,kCAAA,CACA,oCAAA,CAEA,qEACE,8CAAA,CAIJ,2CACE,4CAAA,CAEA,8DACE,0CAAA,CAEA,oEACE,kDAAA,CAGF,8FACE,sDAAA,CAMN,6CACE,mCAAA,CACA,qCAAA,CAEA,sEACE,+CAAA,CAIJ,4CACE,6CAAA,CAEA,+DACE,2CAAA,CAEA,qEACE,mDAAA,CAGF,+FACE,uDAAA\",\"sourcesContent\":[\".JUNOSelect {\\n cursor: pointer;\\n position: relative;\\n width: 100%;\\n display: block;\\n font-size: var(--font-size-small);\\n z-index: 10;\\n\\n .JUNOSelect_selected {\\n padding: 8px 15px;\\n display: flex;\\n justify-content: space-between;\\n align-items: center;\\n border-radius: 4px;\\n\\n > div {\\n display: flex;\\n align-items: center;\\n }\\n svg {\\n font-size: var(--font-size-small);\\n }\\n .JUNOSelect_notification {\\n position: absolute;\\n right: 35px;\\n top: 50%;\\n transform: translateY(-50%);\\n height: 7px;\\n width: 7px;\\n border-radius: 5px;\\n }\\n }\\n\\n &.theme_light {\\n .JUNOSelect_selected {\\n border: 1px solid #000000a6;\\n }\\n }\\n\\n .JUNOSelect_options {\\n position: absolute;\\n width: 100%;\\n top: 100%;\\n left: 0;\\n flex-direction: column;\\n padding: 10px 0;\\n border-radius: 4px;\\n\\n &.drop_up {\\n top: auto;\\n bottom: 100%;\\n }\\n\\n .JUNOSelect_option {\\n padding: 7px 15px;\\n position: relative;\\n display: flex;\\n transition: 0.2s;\\n\\n &:hover {\\n transition: 0s;\\n }\\n\\n .JUNOSelect_option_notification {\\n position: absolute;\\n right: 15px;\\n top: 50%;\\n transform: translateY(-50%);\\n height: 7px;\\n width: 7px;\\n border-radius: 5px;\\n }\\n }\\n }\\n\\n // theme\\n &.theme_light {\\n .JUNOSelect_selected {\\n color: var(--junoselect-light-color);\\n background: var(--junoselect-light-bg);\\n\\n .JUNOSelect_notification {\\n background: var(--junoselect-light-notification);\\n }\\n }\\n\\n .JUNOSelect_options {\\n background: var(--junoselect-light-options-bg);\\n\\n .JUNOSelect_option {\\n color: var(--junoselect-light-options-color);\\n\\n &:hover {\\n background: var(--junoselect-light-options-hover-bg);\\n }\\n\\n .JUNOSelect_option_notification {\\n background: var(--junoselect-light-options-notification);\\n }\\n }\\n }\\n }\\n &.theme_dark {\\n .JUNOSelect_selected {\\n color: var(--junoselect-dark-color);\\n background: var(--junoselect-dark-bg);\\n\\n .JUNOSelect_notification {\\n background: var(--junoselect-dark-notification);\\n }\\n }\\n\\n .JUNOSelect_options {\\n background: var(--junoselect-dark-options-bg);\\n\\n .JUNOSelect_option {\\n color: var(--junoselect-dark-options-color);\\n\\n &:hover {\\n background: var(--junoselect-dark-options-hover-bg);\\n }\\n\\n .JUNOSelect_option_notification {\\n background: var(--junoselect-dark-options-notification);\\n }\\n }\\n }\\n }\\n &.theme_brand {\\n .JUNOSelect_selected {\\n color: var(--junoselect-brand-color);\\n background: var(--junoselect-brand-bg);\\n\\n .JUNOSelect_notification {\\n background: var(--junoselect-brand-notification);\\n }\\n }\\n\\n .JUNOSelect_options {\\n background: var(--junoselect-brand-options-bg);\\n\\n .JUNOSelect_option {\\n color: var(--junoselect-brand-options-color);\\n\\n &:hover {\\n background: var(--junoselect-brand-options-hover-bg);\\n }\\n\\n .JUNOSelect_option_notification {\\n background: var(--junoselect-brand-options-notification);\\n }\\n }\\n }\\n }\\n}\\n\"],\"sourceRoot\":\"\"}]);\n// Exports\nexport default ___CSS_LOADER_EXPORT___;\n","// Imports\nimport ___CSS_LOADER_API_SOURCEMAP_IMPORT___ from \"../../../../node_modules/css-loader/dist/runtime/sourceMaps.js\";\nimport ___CSS_LOADER_API_IMPORT___ from \"../../../../node_modules/css-loader/dist/runtime/api.js\";\nvar ___CSS_LOADER_EXPORT___ = ___CSS_LOADER_API_IMPORT___(___CSS_LOADER_API_SOURCEMAP_IMPORT___);\n// Module\n___CSS_LOADER_EXPORT___.push([module.id, \".JUNOSwitch{display:flex;padding:5px 10px;margin:20px 0}.JUNOSwitch.right{flex-direction:row-reverse}.JUNOSwitch .main_container{display:flex;flex-direction:column;padding:0 15px;width:85%}.JUNOSwitch .help_text{font-size:var(--font-size-small)}.JUNOSwitch .help_text svg{margin-right:5px;color:var(--brand-color)}.JUNOSwitch .switch_container{position:relative;display:inline-block;width:52px;height:28px;margin:0 10px}.JUNOSwitch .switch_container .checkbox{opacity:0;width:100%;height:100%;z-index:1;position:relative;cursor:pointer}.JUNOSwitch .switch_container .slider{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:#ccc;border-radius:34px;-webkit-transition:.4s;transition:.4s;width:52px}.JUNOSwitch .switch_container .slider:before{position:absolute;content:\\\"\\\";height:26px;width:26px;left:2px;bottom:1px;background-color:#fff;border-radius:50%;-webkit-transition:.4s;transition:.4s}.JUNOSwitch .switch_container .checkbox:checked+.slider{background-color:var(--brand-color)}.JUNOSwitch .switch_container .checkbox:focus+.slider{box-shadow:0 0 1px var(--brand-color)}.JUNOSwitch .switch_container .checkbox:checked+.slider:before{-webkit-transform:translateX(22px);-ms-transform:translateX(22px);transform:translateX(22px)}.JUNOSwitch .switch_text_container .switch_title{font-size:var(--font-size-large);font-weight:normal;letter-spacing:normal;text-transform:unset}.JUNOSwitch .switch_text_container .switch_subtitle{font-size:var(--font-size-small);font-weight:normal;font-style:italic;color:#595959}\", \"\",{\"version\":3,\"sources\":[\"webpack://./src/ui/components/JUNOSwitch/style.scss\"],\"names\":[],\"mappings\":\"AAAA,YACE,YAAA,CACA,gBAAA,CACA,aAAA,CACA,kBACE,0BAAA,CAEF,4BACE,YAAA,CACA,qBAAA,CACA,cAAA,CACA,SAAA,CAEF,uBACE,gCAAA,CACA,2BACE,gBAAA,CACA,wBAAA,CAGJ,8BACE,iBAAA,CACA,oBAAA,CACA,UAAA,CACA,WAAA,CACA,aAAA,CAEA,wCACE,SAAA,CACA,UAAA,CACA,WAAA,CACA,SAAA,CACA,iBAAA,CACA,cAAA,CAGF,sCACE,iBAAA,CACA,cAAA,CACA,KAAA,CACA,MAAA,CACA,OAAA,CACA,QAAA,CACA,qBAAA,CACA,kBAAA,CACA,sBAAA,CACA,cAAA,CACA,UAAA,CAGF,6CACE,iBAAA,CACA,UAAA,CACA,WAAA,CACA,UAAA,CACA,QAAA,CACA,UAAA,CACA,qBAAA,CACA,iBAAA,CACA,sBAAA,CACA,cAAA,CAGF,wDACE,mCAAA,CAGF,sDACE,qCAAA,CAGF,+DACE,kCAAA,CACA,8BAAA,CACA,0BAAA,CAIF,iDACE,gCAAA,CACA,kBAAA,CACA,qBAAA,CACA,oBAAA,CAEF,oDACE,gCAAA,CACA,kBAAA,CACA,iBAAA,CACA,aAAA\",\"sourcesContent\":[\".JUNOSwitch {\\n display: flex;\\n padding: 5px 10px;\\n margin: 20px 0;\\n &.right {\\n flex-direction: row-reverse;\\n }\\n .main_container {\\n display: flex;\\n flex-direction: column;\\n padding: 0 15px;\\n width: 85%;\\n }\\n .help_text {\\n font-size: var(--font-size-small);\\n svg {\\n margin-right: 5px;\\n color: var(--brand-color);\\n }\\n }\\n .switch_container {\\n position: relative;\\n display: inline-block;\\n width: 52px;\\n height: 28px;\\n margin: 0 10px;\\n\\n .checkbox {\\n opacity: 0;\\n width: 100%;\\n height: 100%;\\n z-index: 1;\\n position: relative;\\n cursor: pointer;\\n }\\n\\n .slider {\\n position: absolute;\\n cursor: pointer;\\n top: 0;\\n left: 0;\\n right: 0;\\n bottom: 0;\\n background-color: #ccc;\\n border-radius: 34px;\\n -webkit-transition: 0.4s;\\n transition: 0.4s;\\n width: 52px;\\n }\\n\\n .slider:before {\\n position: absolute;\\n content: '';\\n height: 26px;\\n width: 26px;\\n left: 2px;\\n bottom: 1px;\\n background-color: white;\\n border-radius: 50%;\\n -webkit-transition: 0.4s;\\n transition: 0.4s;\\n }\\n\\n .checkbox:checked + .slider {\\n background-color: var(--brand-color);\\n }\\n\\n .checkbox:focus + .slider {\\n box-shadow: 0 0 1px var(--brand-color);\\n }\\n\\n .checkbox:checked + .slider:before {\\n -webkit-transform: translateX(22px);\\n -ms-transform: translateX(22px);\\n transform: translateX(22px);\\n }\\n }\\n .switch_text_container {\\n .switch_title {\\n font-size: var(--font-size-large);\\n font-weight: normal;\\n letter-spacing: normal;\\n text-transform: unset;\\n }\\n .switch_subtitle {\\n font-size: var(--font-size-small);\\n font-weight: normal;\\n font-style: italic;\\n color: #595959;\\n }\\n }\\n}\\n\"],\"sourceRoot\":\"\"}]);\n// Exports\nexport default ___CSS_LOADER_EXPORT___;\n","// Imports\nimport ___CSS_LOADER_API_SOURCEMAP_IMPORT___ from \"../../../../node_modules/css-loader/dist/runtime/sourceMaps.js\";\nimport ___CSS_LOADER_API_IMPORT___ from \"../../../../node_modules/css-loader/dist/runtime/api.js\";\nvar ___CSS_LOADER_EXPORT___ = ___CSS_LOADER_API_IMPORT___(___CSS_LOADER_API_SOURCEMAP_IMPORT___);\n// Module\n___CSS_LOADER_EXPORT___.push([module.id, \".juno_attend_button_container .juno_button_text{font-family:var(--brand-font-family);font-style:normal;font-weight:400}.juno_attend_button_container #action_container .action_text{font-family:var(--brand-font-family);font-style:normal;font-weight:700}.juno_attend_button_container{height:36px;width:178px;display:inline-block;position:absolute;bottom:12px;cursor:pointer;background-color:var(--brand-color);border-radius:4px}.juno_attend_button_container.loading{background-color:#999;color:#999}.juno_attend_button_container.loading .juno_button_text{color:#999}.juno_attend_button_container.loading #action_container{background-color:#999 !important;border-color:#999 !important}.juno_attend_button_container.loading #action_container .action_done{color:#999 !important}.juno_attend_button_container.loading #action_container .action_text{color:#999 !important}.juno_attend_button_container .loader{z-index:10;height:25px}.juno_attend_button_container .juno_attend_button{height:inherit;display:flex;justify-content:center;align-items:center}.juno_attend_button_container .juno_button_text{color:var(--text-color-white);text-align:center;z-index:5;pointer-events:none;padding:5px 64px 5px 14px;font-size:var(--font-size-large)}.juno_attend_button_container #action_container{z-index:1;display:flex;justify-content:center;align-items:center;width:50px;height:inherit;position:absolute;right:0px;top:0px;background-color:#fff;border:1px solid;border-top-right-radius:4px;border-bottom-right-radius:4px}.juno_attend_button_container #action_container .action_items_container{height:100%;display:flex;justify-content:center;align-items:center}.juno_attend_button_container #action_container .action_text{font-size:var(--font-size-medium)}.juno_attend_button_container #action_container .action_icon{margin-left:1px;top:1px;position:relative}.juno_attend_button_container #action_container .action_done{margin-top:0;z-index:2}.juno_attend_button_container #action_container .checkmark{position:relative;width:20px;height:20px}.juno_attend_button_container.hide_points>#action_container{display:none !important}.juno_attend_button_container #points_multiplier{position:absolute;top:-13px;left:-13px;width:26px;height:26px;z-index:1}.juno_attend_button_container.disabled #background_container{background-color:#afafaf}.juno_attend_button_container.disabled .brand_color_border{border-color:#afafaf !important}.juno_attend_button_container.disabled .action_items_container{opacity:.1}\", \"\",{\"version\":3,\"sources\":[\"webpack://./sass_base/_mixins.scss\",\"webpack://./src/ui/components/JunoAttendButton/style.scss\"],\"names\":[],\"mappings\":\"AAwCA,gDACE,oCAAA,CACA,iBAAA,CACA,eAAA,CAeF,6DACE,oCAAA,CACA,iBAAA,CACA,eAAA,CC3DF,8BACE,WAAA,CACA,WAAA,CACA,oBAAA,CACA,iBAAA,CACA,WAAA,CACA,cAAA,CAEA,mCAAA,CACA,iBAAA,CAEA,sCACE,qBAAA,CACA,UAAA,CACA,wDACE,UAAA,CAEF,wDACE,gCAAA,CACA,4BAAA,CACA,qEACE,qBAAA,CAEF,qEACE,qBAAA,CAKN,sCACE,UAAA,CACA,WAAA,CAGF,kDACE,cAAA,CACA,YAAA,CACA,sBAAA,CACA,kBAAA,CAGF,gDACE,6BAAA,CACA,iBAAA,CACA,SAAA,CACA,mBAAA,CAEA,yBAAA,CACA,gCAAA,CAGF,gDACE,SAAA,CACA,YAAA,CACA,sBAAA,CACA,kBAAA,CACA,UAAA,CACA,cAAA,CACA,iBAAA,CACA,SAAA,CACA,OAAA,CACA,qBAAA,CACA,gBAAA,CACA,2BAAA,CACA,8BAAA,CAEA,wEACE,WAAA,CACA,YAAA,CACA,sBAAA,CACA,kBAAA,CAGF,6DAEE,iCAAA,CAGF,6DACE,eAAA,CACA,OAAA,CACA,iBAAA,CAGF,6DACE,YAAA,CACA,SAAA,CAGF,2DACE,iBAAA,CACA,UAAA,CACA,WAAA,CAIJ,4DACE,uBAAA,CAGF,iDACE,iBAAA,CACA,SAAA,CACA,UAAA,CACA,UAAA,CACA,WAAA,CACA,SAAA,CAIA,6DACE,wBAAA,CAGF,2DACE,+BAAA,CAGF,+DACE,UAAA\",\"sourcesContent\":[\"@function luminance($color) {\\n $colors: (\\n 'red': red($color),\\n 'green': green($color),\\n 'blue': blue($color),\\n );\\n\\n @each $name, $value in $colors {\\n $adjusted: 0;\\n $value: $value / 255;\\n\\n @if $value < 0.03928 {\\n $value: $value / 12.92;\\n } @else {\\n $value: ($value + 0.055) / 1.055;\\n $value: pow($value, 2.4);\\n }\\n\\n $colors: map-merge(\\n $colors,\\n (\\n $name: $value,\\n )\\n );\\n }\\n\\n $final: (map-get($colors, 'red') * 0.2126) + (map-get($colors, 'green') * 0.7152) +\\n (map-get($colors, 'blue') * 0.0722);\\n @return $final;\\n}\\n\\n@function hoverColor($color) {\\n @if (luminance($color) > 0.5) {\\n @return lighten($color, 60%);\\n } @else {\\n @return darken($color, 60%);\\n }\\n}\\n\\n//\\n%body {\\n font-family: var(--brand-font-family);\\n font-style: normal;\\n font-weight: 400;\\n}\\n\\n%body_light {\\n font-family: var(--brand-font-family);\\n font-style: normal;\\n font-weight: 300;\\n}\\n\\n%body_italic {\\n font-family: var(--brand-font-family);\\n font-style: italic;\\n font-weight: 400;\\n}\\n\\n%body_bold {\\n font-family: var(--brand-font-family);\\n font-style: normal;\\n font-weight: 700;\\n}\\n\\n%text_shadow {\\n text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);\\n}\\n\\n%box_shadow {\\n -webkit-box-shadow: 1px 1px 10px 0px rgba(0, 0, 0, 0.19);\\n -moz-box-shadow: 1px 1px 10px 0px rgba(0, 0, 0, 0.19);\\n box-shadow: 1px 1px 10px 0px rgba(0, 0, 0, 0.19);\\n}\\n\\n// General\\n%textwrap {\\n overflow-wrap: break-word;\\n word-wrap: break-word;\\n -ms-word-break: break-all;\\n word-break: break-all;\\n word-break: break-word;\\n -ms-hyphens: auto;\\n -moz-hyphens: auto;\\n -webkit-hyphens: auto;\\n hyphens: auto;\\n}\\n\",\"@import '../../../../sass_base/mixins';\\n\\n.juno_attend_button_container {\\n height: 36px;\\n width: 178px;\\n display: inline-block;\\n position: absolute;\\n bottom: 12px;\\n cursor: pointer;\\n\\n background-color: var(--brand-color);\\n border-radius: 4px;\\n\\n &.loading {\\n background-color: #999999;\\n color: #999999;\\n .juno_button_text {\\n color: #999999;\\n }\\n #action_container {\\n background-color: #999999 !important;\\n border-color: #999999 !important;\\n .action_done {\\n color: #999999 !important;\\n }\\n .action_text {\\n color: #999999 !important;\\n }\\n }\\n }\\n\\n .loader {\\n z-index: 10;\\n height: 25px;\\n }\\n\\n .juno_attend_button {\\n height: inherit;\\n display: flex;\\n justify-content: center;\\n align-items: center;\\n }\\n\\n .juno_button_text {\\n color: var(--text-color-white);\\n text-align: center;\\n z-index: 5;\\n pointer-events: none;\\n @extend %body;\\n padding: 5px 64px 5px 14px;\\n font-size: var(--font-size-large);\\n }\\n\\n #action_container {\\n z-index: 1;\\n display: flex;\\n justify-content: center;\\n align-items: center;\\n width: 50px;\\n height: inherit;\\n position: absolute;\\n right: 0px;\\n top: 0px;\\n background-color: white;\\n border: 1px solid;\\n border-top-right-radius: 4px;\\n border-bottom-right-radius: 4px;\\n\\n .action_items_container {\\n height: 100%;\\n display: flex;\\n justify-content: center;\\n align-items: center;\\n }\\n\\n .action_text {\\n @extend %body_bold;\\n font-size: var(--font-size-medium);\\n }\\n\\n .action_icon {\\n margin-left: 1px;\\n top: 1px;\\n position: relative;\\n }\\n\\n .action_done {\\n margin-top: 0;\\n z-index: 2;\\n }\\n\\n .checkmark {\\n position: relative;\\n width: 20px;\\n height: 20px;\\n }\\n }\\n\\n &.hide_points > #action_container {\\n display: none !important;\\n }\\n\\n #points_multiplier {\\n position: absolute;\\n top: -13px;\\n left: -13px;\\n width: 26px;\\n height: 26px;\\n z-index: 1;\\n }\\n\\n &.disabled {\\n #background_container {\\n background-color: #afafaf;\\n }\\n\\n .brand_color_border {\\n border-color: #afafaf !important;\\n }\\n\\n .action_items_container {\\n opacity: 0.1;\\n }\\n }\\n}\\n\"],\"sourceRoot\":\"\"}]);\n// Exports\nexport default ___CSS_LOADER_EXPORT___;\n","// Imports\nimport ___CSS_LOADER_API_SOURCEMAP_IMPORT___ from \"../../../../node_modules/css-loader/dist/runtime/sourceMaps.js\";\nimport ___CSS_LOADER_API_IMPORT___ from \"../../../../node_modules/css-loader/dist/runtime/api.js\";\nvar ___CSS_LOADER_EXPORT___ = ___CSS_LOADER_API_IMPORT___(___CSS_LOADER_API_SOURCEMAP_IMPORT___);\n// Module\n___CSS_LOADER_EXPORT___.push([module.id, \".leaderboard_card_simple{padding:16px;margin:8px 0;min-height:40px;font-size:var(--font-size-large);display:flex;justify-content:flex-start;align-items:center;cursor:pointer}.leaderboard_card_simple:hover{background-color:#e2e2e2}.leaderboard_card_simple.no_hover:hover{background-color:var(--background-color-white)}.leaderboard_card_simple.no_padding{padding-top:0}.leaderboard_card_simple .icon{margin-right:8px;width:20px}.leaderboard_card_simple .icon svg{width:20px}.leaderboard_card_simple .icon.large{font-size:var(--font-size-xx-large);width:30px}.leaderboard_card_simple .icon.large svg{width:30px}.leaderboard_card_simple .text{text-align:center;width:100%}.leaderboard_card_simple .text .sub_text{display:flex;align-items:center;justify-content:center}.leaderboard_card_simple .text .sub_text .points_icon_container{margin-right:2px}.leaderboard_card_simple .text .sub_text .points_icon_container,.leaderboard_card_simple .text .sub_text .points{color:var(--brand-color);font-size:var(--font-size-medium);font-weight:bold}.leaderboard_card_simple .text .sub_text .separator,.leaderboard_card_simple .text .sub_text .place{font-size:var(--font-size-small);color:var(--text-color-dark-grey)}\", \"\",{\"version\":3,\"sources\":[\"webpack://./src/ui/components/LeaderboardCardSimple/style.scss\"],\"names\":[],\"mappings\":\"AAAA,yBACE,YAAA,CACA,YAAA,CACA,eAAA,CACA,gCAAA,CACA,YAAA,CACA,0BAAA,CACA,kBAAA,CACA,cAAA,CAEA,+BACE,wBAAA,CAEF,wCACE,8CAAA,CAEF,oCACE,aAAA,CAEF,+BACE,gBAAA,CACA,UAAA,CAEA,mCACE,UAAA,CAEF,qCACE,mCAAA,CACA,UAAA,CACA,yCACE,UAAA,CAIN,+BACE,iBAAA,CACA,UAAA,CACA,yCACE,YAAA,CACA,kBAAA,CACA,sBAAA,CACA,gEACE,gBAAA,CAEF,iHAEE,wBAAA,CACA,iCAAA,CACA,gBAAA,CAEF,oGAEE,gCAAA,CACA,iCAAA\",\"sourcesContent\":[\".leaderboard_card_simple {\\n padding: 16px;\\n margin: 8px 0;\\n min-height: 40px;\\n font-size: var(--font-size-large);\\n display: flex;\\n justify-content: flex-start;\\n align-items: center;\\n cursor: pointer;\\n\\n &:hover {\\n background-color: #e2e2e2;\\n }\\n &.no_hover:hover {\\n background-color: var(--background-color-white);\\n }\\n &.no_padding {\\n padding-top: 0;\\n }\\n .icon {\\n margin-right: 8px;\\n width: 20px;\\n\\n svg {\\n width: 20px;\\n }\\n &.large {\\n font-size: var(--font-size-xx-large);\\n width: 30px;\\n svg {\\n width: 30px;\\n }\\n }\\n }\\n .text {\\n text-align: center;\\n width: 100%;\\n .sub_text {\\n display: flex;\\n align-items: center;\\n justify-content: center;\\n .points_icon_container {\\n margin-right: 2px;\\n }\\n .points_icon_container,\\n .points {\\n color: var(--brand-color);\\n font-size: var(--font-size-medium);\\n font-weight: bold;\\n }\\n .separator,\\n .place {\\n font-size: var(--font-size-small);\\n color: var(--text-color-dark-grey);\\n }\\n }\\n }\\n}\\n\"],\"sourceRoot\":\"\"}]);\n// Exports\nexport default ___CSS_LOADER_EXPORT___;\n","// Imports\nimport ___CSS_LOADER_API_SOURCEMAP_IMPORT___ from \"../../../../node_modules/css-loader/dist/runtime/sourceMaps.js\";\nimport ___CSS_LOADER_API_IMPORT___ from \"../../../../node_modules/css-loader/dist/runtime/api.js\";\nvar ___CSS_LOADER_EXPORT___ = ___CSS_LOADER_API_IMPORT___(___CSS_LOADER_API_SOURCEMAP_IMPORT___);\n// Module\n___CSS_LOADER_EXPORT___.push([module.id, \".lil_heads{height:24px;position:relative;vertical-align:middle}.lil_heads .lil_head{width:24px;height:24px;position:absolute;top:0px;border-radius:50%;border:1px solid #fff}\", \"\",{\"version\":3,\"sources\":[\"webpack://./src/ui/components/LilHeads/style.scss\"],\"names\":[],\"mappings\":\"AAAA,WACE,WAAA,CACA,iBAAA,CACA,qBAAA,CAEA,qBACE,UAAA,CACA,WAAA,CACA,iBAAA,CACA,OAAA,CACA,iBAAA,CACA,qBAAA\",\"sourcesContent\":[\".lil_heads {\\n height: 24px;\\n position: relative;\\n vertical-align: middle;\\n\\n .lil_head {\\n width: 24px;\\n height: 24px;\\n position: absolute;\\n top: 0px;\\n border-radius: 50%;\\n border: 1px solid white;\\n }\\n}\\n\"],\"sourceRoot\":\"\"}]);\n// Exports\nexport default ___CSS_LOADER_EXPORT___;\n","// Imports\nimport ___CSS_LOADER_API_SOURCEMAP_IMPORT___ from \"../../../../node_modules/css-loader/dist/runtime/sourceMaps.js\";\nimport ___CSS_LOADER_API_IMPORT___ from \"../../../../node_modules/css-loader/dist/runtime/api.js\";\nvar ___CSS_LOADER_EXPORT___ = ___CSS_LOADER_API_IMPORT___(___CSS_LOADER_API_SOURCEMAP_IMPORT___);\n// Module\n___CSS_LOADER_EXPORT___.push([module.id, \".multi_messenger_wrapper.with_dropdown .messenger .messages_wrapper{padding-top:45px}.multi_messenger_wrapper #cohort_chat_dropdown_wrapper{z-index:5}.multi_messenger_wrapper #cohort_chat_dropdown_wrapper .far{color:#fff}.multi_messenger_wrapper .select_icon{position:absolute;right:10px;top:8px;color:#fff;font-size:11px;pointer-events:none}.cohorts_dropdown_container{display:flex;justify-content:center;position:relative;width:100%;padding:0 50px 15px 50px}body.ios .cohorts_dropdown_container{height:auto}\", \"\",{\"version\":3,\"sources\":[\"webpack://./src/ui/components/MultiMessages/style.scss\"],\"names\":[],\"mappings\":\"AAEI,oEACE,gBAAA,CAGJ,uDACE,SAAA,CAEA,4DACE,UAAA,CAKJ,sCACE,iBAAA,CACA,UAAA,CACA,OAAA,CACA,UAAA,CACA,cAAA,CACA,mBAAA,CAIJ,4BACE,YAAA,CACA,sBAAA,CACA,iBAAA,CACA,UAAA,CACA,wBAAA,CAMA,qCACE,WAAA\",\"sourcesContent\":[\".multi_messenger_wrapper {\\n &.with_dropdown {\\n .messenger .messages_wrapper {\\n padding-top: 45px;\\n }\\n }\\n #cohort_chat_dropdown_wrapper {\\n z-index: 5;\\n\\n .far {\\n color: #fff;\\n }\\n }\\n #cohort_chat_dropdown {\\n }\\n .select_icon {\\n position: absolute;\\n right: 10px;\\n top: 8px;\\n color: #fff;\\n font-size: 11px;\\n pointer-events: none;\\n }\\n}\\n\\n.cohorts_dropdown_container {\\n display: flex;\\n justify-content: center;\\n position: relative;\\n width: 100%;\\n padding: 0 50px 15px 50px;\\n\\n body.cordova & {\\n // height: 100%;\\n }\\n\\n body.ios & {\\n height: auto;\\n }\\n}\\n\"],\"sourceRoot\":\"\"}]);\n// Exports\nexport default ___CSS_LOADER_EXPORT___;\n","// Imports\nimport ___CSS_LOADER_API_SOURCEMAP_IMPORT___ from \"../../../../node_modules/css-loader/dist/runtime/sourceMaps.js\";\nimport ___CSS_LOADER_API_IMPORT___ from \"../../../../node_modules/css-loader/dist/runtime/api.js\";\nvar ___CSS_LOADER_EXPORT___ = ___CSS_LOADER_API_IMPORT___(___CSS_LOADER_API_SOURCEMAP_IMPORT___);\n// Module\n___CSS_LOADER_EXPORT___.push([module.id, \".qa_message_wrapper{padding:8px 8px 4px 8px;margin-left:12px;width:calc(100% - 24px);min-width:200px;background-color:rgba(216,216,216,.15);border-radius:4px;margin-bottom:8px;position:relative;display:block;z-index:auto !important}.qa_message_wrapper .message_user{width:100%;display:flex;flex-wrap:nowrap;cursor:pointer;position:relative;align-items:center;justify-content:flex-start}.qa_message_wrapper .message_user .message_avatar{width:24px;height:24px;border:solid 1px #4d4d4d;background-color:#6d767b;border-radius:12px;display:inline-block;vertical-align:middle}.qa_message_wrapper .message_user .message_name{font-size:11px;color:var(--text-color-light-grey);width:100%;display:inline-block;vertical-align:middle;margin-left:8px;width:calc(100% - 70px)}.qa_message_wrapper .message_user .moderator_container{position:absolute;width:24px;height:24px;border-radius:12px;padding:2px;right:-5px;bottom:-32px;cursor:pointer;vertical-align:middle;text-align:center;color:var(--text-color-light-grey)}.qa_message_wrapper .message_user .moderator_container img{width:100%}.qa_message_wrapper .message_user .moderator_container.active,.qa_message_wrapper .message_user .moderator_container:hover{background:rgba(0,0,0,.25)}.qa_message_wrapper .message_user .timestamp_container{min-width:55px;text-align:right;padding-right:4px}.qa_message_wrapper .message_container{width:100%;text-align:left;margin-top:12px;padding-bottom:5px}.qa_message_wrapper .message_container .message{margin-bottom:6px}.qa_message_wrapper .message_container .select_icon{display:inline;cursor:pointer;width:20px;float:right;color:var(--text-color-light-grey)}.qa_message_wrapper .message_container .message{font-size:var(--font-size-medium);line-height:1.3;color:var(--text-color-white);overflow-wrap:break-word;word-wrap:break-word;hyphens:auto;margin-top:2px;width:calc(100% - 30px)}.qa_message_wrapper .message_container .message a{text-decoration:none;color:var(--brand-color)}.qa_message_wrapper .message_container .answered_indicator{color:var(--brand-color);font-size:var(--font-size-small)}.qa_message_wrapper .message_container .actions_container{width:calc(100% - 24px);text-align:left;margin-top:12px;position:relative;display:inline-block}.qa_message_wrapper .message_container .actions_container .action_icon{cursor:pointer;vertical-align:middle;display:inline-block;transform:scale(0.8);fill:var(--text-color-light-grey);transition:fill .5s}.qa_message_wrapper .message_container .actions_container .thumbup_icon{margin-right:4px}.qa_message_wrapper .message_container .actions_container .thumbdown_icon{position:relative;top:2px}.qa_message_wrapper .message_container .actions_container .vote_count{vertical-align:middle;display:inline-block;color:var(--text-color-white);font-size:var(--font-size-medium);margin-left:6px;margin-right:6px;font-weight:bold}.qa_message_wrapper .message_container .message_answered_text{font-size:var(--font-size-small);padding-top:3px;color:var(--brand-color);font-weight:600}.qa_message_wrapper .qaanswers_container{background-color:#000;width:100%;position:relative;margin:5px auto;left:0;border-radius:5px}.qa_message_wrapper .buttons_container .post{display:none}.qa_message_wrapper .buttons_container .post{margin:8px 0}.moderated_qa .qa_message_wrapper .buttons_container .post{display:block}.qa_message_wrapper .buttons_container .standard_button_filled{min-height:24px}.qa_message_wrapper .buttons_container .standard_button_filled #text_container{padding:2.5px 14px}.qa_message_wrapper.answered .buttons_container{display:none}.buttons_container .qa_message_wrapper.highlight{background-color:var(--brand-color)}.messages_container.attendee.moderated_qa .qa_message_wrapper{display:none}.messages_container.attendee.moderated_qa .qa_message_wrapper.answered{display:block}.qa_messages_container.submitted .qa_message_wrapper.answered{display:none}.qa_messages_container.submitted .qa_message_wrapper .actions_container{display:none}.qa_messages_container.posted .qa_message_wrapper{display:none}.qa_messages_container.posted .qa_message_wrapper.answered{display:block}.qa_message_wrapper .polls_moderate{right:4px}.qa_message_wrapper .moderator_dropdown{z-index:6;position:relative}.qa_message_wrapper .dropdown_container{position:absolute;width:185px;background:#fff;top:55px;bottom:auto;right:15px;z-index:6;padding:10px 0px;border-radius:10px;height:auto;transform:scale(0);transform-origin:top right;opacity:0;transition-duration:170ms,0,0s,0s,0s;transition-property:transform,opacity,transform-origin,bottom,top;transition-delay:0s,0s,1.5s,1.5s,1.5s}.qa_message_wrapper .dropdown_container .dropdown_option{display:flex;align-items:flex-start;width:100%;padding:5px 14px;cursor:pointer}.qa_message_wrapper .dropdown_container .dropdown_option:hover{background-color:#f4f4f4}.qa_message_wrapper .dropdown_container .dropdown_divider{margin-top:5px;margin-bottom:5px;border-top:1px solid rgba(0,0,0,.15)}.qa_message_wrapper .dropdown_container .option_icon{display:none}.qa_message_wrapper .dropdown_container.show{transform:scale(1);opacity:1;transition-duration:170ms,170ms,0s,0s,0s;transition-property:transform,opacity,transform-origin,bottom,top;transition-delay:0s,0s,0s,0s,0s}.qa_message_wrapper .dropdown_container.drop_up{top:auto;bottom:calc(100% - 30px);transform-origin:bottom right}.qa_message_wrapper.answered .dropdown_container .dropdown_option.postquestion,.qa_message_wrapper.presenter_asked .dropdown_container .dropdown_option.askpresenter{display:none}.qa_message_wrapper .timestamp_container{font-size:var(--font-size-small);color:var(--text-color-light-grey)}.qa_message_wrapper .upvote_container{cursor:pointer;margin-right:auto;padding:10px 0}.qa_message_wrapper .upvote_container svg{font-size:var(--font-size-x-large);margin-right:4px;color:var(--text-color-white)}.qa_message_wrapper .upvote_container.upvoted svg{color:var(--brand-color)}.qa_message_wrapper .upvote_container span{color:var(--text-color-white);font-size:var(--font-size-medium);font-weight:600}.qa_message_wrapper .qa_add_answer{padding:5px 10px;background:#000;border-radius:4px}.qa_message_wrapper .qa_add_answer .add_answer_confirm,.qa_message_wrapper .qa_add_answer .add_answer_cancel{height:22px;width:22px;margin-right:8px;border-radius:15px;background:rgba(255,255,255,.2);display:inline-flex;align-items:center;justify-content:center;cursor:pointer}.qa_message_wrapper .qa_add_answer textarea{background:rgba(0,0,0,0);border:none;border-bottom:1px solid var(--text-color-white);color:var(--text-color-white);width:100%}.qa_message_wrapper .raise_hand_options{display:flex;margin-top:10px}.qa_message_wrapper .raise_hand_options>div{width:50%;text-align:center;border-radius:4px;color:var(--text-color-white);cursor:pointer;padding:3px 0}.qa_message_wrapper .raise_hand_options>div:hover{background:rgba(255,255,255,.1)}.qa_message_wrapper .raise_hand_options>div:active,.qa_message_wrapper .raise_hand_options>div:focus,.qa_message_wrapper .raise_hand_options>div.active{background:var(--brand-color)}\", \"\",{\"version\":3,\"sources\":[\"webpack://./src/ui/components/QAMessage/style.scss\"],\"names\":[],\"mappings\":\"AAAA,oBACE,uBAAA,CACA,gBAAA,CACA,uBAAA,CACA,eAAA,CACA,sCAAA,CACA,iBAAA,CACA,iBAAA,CACA,iBAAA,CACA,aAAA,CAEA,uBAAA,CAEA,kCACE,UAAA,CACA,YAAA,CACA,gBAAA,CACA,cAAA,CACA,iBAAA,CACA,kBAAA,CACA,0BAAA,CAEA,kDACE,UAAA,CACA,WAAA,CACA,wBAAA,CACA,wBAAA,CACA,kBAAA,CACA,oBAAA,CACA,qBAAA,CAEF,gDACE,cAAA,CACA,kCAAA,CACA,UAAA,CACA,oBAAA,CACA,qBAAA,CACA,eAAA,CACA,uBAAA,CAEF,uDACE,iBAAA,CACA,UAAA,CACA,WAAA,CACA,kBAAA,CACA,WAAA,CACA,UAAA,CACA,YAAA,CACA,cAAA,CACA,qBAAA,CACA,iBAAA,CACA,kCAAA,CAEA,2DACE,UAAA,CAGF,2HAEE,0BAAA,CAGJ,uDACE,cAAA,CACA,gBAAA,CACA,iBAAA,CAGJ,uCACE,UAAA,CACA,eAAA,CACA,eAAA,CACA,kBAAA,CAEA,gDACE,iBAAA,CAEF,oDACE,cAAA,CACA,cAAA,CACA,UAAA,CACA,WAAA,CACA,kCAAA,CAEF,gDACE,iCAAA,CACA,eAAA,CACA,6BAAA,CACA,wBAAA,CACA,oBAAA,CACA,YAAA,CACA,cAAA,CACA,uBAAA,CAEA,kDACE,oBAAA,CACA,wBAAA,CAGJ,2DACE,wBAAA,CACA,gCAAA,CAGF,0DACE,uBAAA,CACA,eAAA,CACA,eAAA,CACA,iBAAA,CACA,oBAAA,CACA,uEACE,cAAA,CACA,qBAAA,CACA,oBAAA,CACA,oBAAA,CACA,iCAAA,CACA,mBAAA,CAEF,wEACE,gBAAA,CAEF,0EACE,iBAAA,CACA,OAAA,CAEF,sEACE,qBAAA,CACA,oBAAA,CACA,6BAAA,CACA,iCAAA,CACA,eAAA,CACA,gBAAA,CACA,gBAAA,CAGJ,8DACE,gCAAA,CACA,eAAA,CACA,wBAAA,CACA,eAAA,CAIJ,yCACE,qBAAA,CACA,UAAA,CACA,iBAAA,CACA,eAAA,CACA,MAAA,CACA,iBAAA,CAGF,6CACE,YAAA,CAGF,6CACE,YAAA,CACA,2DACE,aAAA,CAKF,+DACE,eAAA,CAEA,+EACE,kBAAA,CAKN,gDACE,YAAA,CAEF,iDACE,mCAAA,CAGF,8DACE,YAAA,CACA,uEACE,aAAA,CAIF,8DACE,YAAA,CAEF,wEACE,YAAA,CAGJ,kDACE,YAAA,CAEA,2DACE,aAAA,CAGJ,oCACE,SAAA,CAEF,wCACE,SAAA,CACA,iBAAA,CAEF,wCACE,iBAAA,CACA,WAAA,CACA,eAAA,CACA,QAAA,CACA,WAAA,CACA,UAAA,CACA,SAAA,CACA,gBAAA,CACA,kBAAA,CACA,WAAA,CACA,kBAAA,CACA,0BAAA,CACA,SAAA,CACA,oCAAA,CACA,iEAAA,CACA,qCAAA,CAEA,yDACE,YAAA,CACA,sBAAA,CACA,UAAA,CACA,gBAAA,CACA,cAAA,CAEA,+DACE,wBAAA,CAGJ,0DACE,cAAA,CACA,iBAAA,CACA,oCAAA,CAEF,qDACE,YAAA,CAGF,6CACE,kBAAA,CACA,SAAA,CACA,wCAAA,CACA,iEAAA,CACA,+BAAA,CAGF,gDACE,QAAA,CACA,wBAAA,CACA,6BAAA,CAIJ,qKAEE,YAAA,CAGF,yCACE,gCAAA,CACA,kCAAA,CAEF,sCACE,cAAA,CACA,iBAAA,CACA,cAAA,CACA,0CACE,kCAAA,CACA,gBAAA,CACA,6BAAA,CAEF,kDACE,wBAAA,CAEF,2CACE,6BAAA,CACA,iCAAA,CACA,eAAA,CAGJ,mCACE,gBAAA,CACA,eAAA,CACA,iBAAA,CAEA,6GAEE,WAAA,CACA,UAAA,CACA,gBAAA,CACA,kBAAA,CACA,+BAAA,CACA,mBAAA,CACA,kBAAA,CACA,sBAAA,CACA,cAAA,CAEF,4CACE,wBAAA,CACA,WAAA,CACA,+CAAA,CACA,6BAAA,CACA,UAAA,CAGJ,wCACE,YAAA,CACA,eAAA,CAEA,4CACE,SAAA,CACA,iBAAA,CACA,iBAAA,CACA,6BAAA,CACA,cAAA,CACA,aAAA,CAEA,kDACE,+BAAA,CAEF,wJAGE,6BAAA\",\"sourcesContent\":[\".qa_message_wrapper {\\n padding: 8px 8px 4px 8px;\\n margin-left: 12px;\\n width: calc(100% - 24px);\\n min-width: 200px;\\n background-color: rgba(216, 216, 216, 0.15);\\n border-radius: 4px;\\n margin-bottom: 8px;\\n position: relative;\\n display: block;\\n\\n z-index: auto !important;\\n\\n .message_user {\\n width: 100%;\\n display: flex;\\n flex-wrap: nowrap;\\n cursor: pointer;\\n position: relative;\\n align-items: center;\\n justify-content: flex-start;\\n\\n .message_avatar {\\n width: 24px;\\n height: 24px;\\n border: solid 1px #4d4d4d;\\n background-color: #6d767b;\\n border-radius: 12px;\\n display: inline-block;\\n vertical-align: middle;\\n }\\n .message_name {\\n font-size: 11px;\\n color: var(--text-color-light-grey);\\n width: 100%;\\n display: inline-block;\\n vertical-align: middle;\\n margin-left: 8px;\\n width: calc(100% - 70px);\\n }\\n .moderator_container {\\n position: absolute;\\n width: 24px;\\n height: 24px;\\n border-radius: 12px;\\n padding: 2px;\\n right: -5px;\\n bottom: -32px;\\n cursor: pointer;\\n vertical-align: middle;\\n text-align: center;\\n color: var(--text-color-light-grey);\\n\\n img {\\n width: 100%;\\n }\\n\\n &.active,\\n &:hover {\\n background: rgba(0, 0, 0, 0.25);\\n }\\n }\\n .timestamp_container {\\n min-width: 55px;\\n text-align: right;\\n padding-right: 4px;\\n }\\n }\\n .message_container {\\n width: 100%;\\n text-align: left;\\n margin-top: 12px;\\n padding-bottom: 5px;\\n\\n .message {\\n margin-bottom: 6px;\\n }\\n .select_icon {\\n display: inline;\\n cursor: pointer;\\n width: 20px;\\n float: right;\\n color: var(--text-color-light-grey);\\n }\\n .message {\\n font-size: var(--font-size-medium);\\n line-height: 1.3;\\n color: var(--text-color-white);\\n overflow-wrap: break-word;\\n word-wrap: break-word;\\n hyphens: auto;\\n margin-top: 2px;\\n width: calc(100% - 30px);\\n\\n a {\\n text-decoration: none;\\n color: var(--brand-color);\\n }\\n }\\n .answered_indicator {\\n color: var(--brand-color);\\n font-size: var(--font-size-small);\\n }\\n\\n .actions_container {\\n width: calc(100% - 24px);\\n text-align: left;\\n margin-top: 12px;\\n position: relative;\\n display: inline-block;\\n .action_icon {\\n cursor: pointer;\\n vertical-align: middle;\\n display: inline-block;\\n transform: scale(0.8);\\n fill: var(--text-color-light-grey);\\n transition: fill 0.5s;\\n }\\n .thumbup_icon {\\n margin-right: 4px;\\n }\\n .thumbdown_icon {\\n position: relative;\\n top: 2px;\\n }\\n .vote_count {\\n vertical-align: middle;\\n display: inline-block;\\n color: var(--text-color-white);\\n font-size: var(--font-size-medium);\\n margin-left: 6px;\\n margin-right: 6px;\\n font-weight: bold;\\n }\\n }\\n .message_answered_text {\\n font-size: var(--font-size-small);\\n padding-top: 3px;\\n color: var(--brand-color);\\n font-weight: 600;\\n }\\n }\\n\\n .qaanswers_container {\\n background-color: #000;\\n width: 100%;\\n position: relative;\\n margin: 5px auto;\\n left: 0;\\n border-radius: 5px;\\n }\\n\\n .buttons_container .post {\\n display: none;\\n }\\n\\n .buttons_container .post {\\n margin: 8px 0;\\n .moderated_qa & {\\n display: block;\\n }\\n }\\n\\n .buttons_container {\\n .standard_button_filled {\\n min-height: 24px;\\n\\n #text_container {\\n padding: 2.5px 14px;\\n }\\n }\\n }\\n\\n &.answered .buttons_container {\\n display: none;\\n }\\n .buttons_container &.highlight {\\n background-color: var(--brand-color);\\n }\\n\\n .messages_container.attendee.moderated_qa & {\\n display: none;\\n &.answered {\\n display: block;\\n }\\n }\\n .qa_messages_container.submitted & {\\n &.answered {\\n display: none;\\n }\\n .actions_container {\\n display: none;\\n }\\n }\\n .qa_messages_container.posted & {\\n display: none;\\n\\n &.answered {\\n display: block;\\n }\\n }\\n .polls_moderate {\\n right: 4px;\\n }\\n .moderator_dropdown {\\n z-index: 6;\\n position: relative;\\n }\\n .dropdown_container {\\n position: absolute;\\n width: 185px;\\n background: #fff;\\n top: 55px;\\n bottom: auto;\\n right: 15px;\\n z-index: 6;\\n padding: 10px 0px;\\n border-radius: 10px;\\n height: auto;\\n transform: scale(0);\\n transform-origin: top right;\\n opacity: 0;\\n transition-duration: 170ms, 0, 0s, 0s, 0s;\\n transition-property: transform, opacity, transform-origin, bottom, top;\\n transition-delay: 0s, 0s, 1.5s, 1.5s, 1.5s;\\n\\n .dropdown_option {\\n display: flex;\\n align-items: flex-start;\\n width: 100%;\\n padding: 5px 14px;\\n cursor: pointer;\\n\\n &:hover {\\n background-color: #f4f4f4;\\n }\\n }\\n .dropdown_divider {\\n margin-top: 5px;\\n margin-bottom: 5px;\\n border-top: 1px solid rgba(0, 0, 0, 0.15);\\n }\\n .option_icon {\\n display: none;\\n }\\n\\n &.show {\\n transform: scale(1);\\n opacity: 1;\\n transition-duration: 170ms, 170ms, 0s, 0s, 0s;\\n transition-property: transform, opacity, transform-origin, bottom, top;\\n transition-delay: 0s, 0s, 0s, 0s, 0s;\\n }\\n\\n &.drop_up {\\n top: auto;\\n bottom: calc(100% - 30px);\\n transform-origin: bottom right;\\n }\\n }\\n\\n &.answered .dropdown_container .dropdown_option.postquestion,\\n &.presenter_asked .dropdown_container .dropdown_option.askpresenter {\\n display: none;\\n }\\n\\n .timestamp_container {\\n font-size: var(--font-size-small);\\n color: var(--text-color-light-grey);\\n }\\n .upvote_container {\\n cursor: pointer;\\n margin-right: auto;\\n padding: 10px 0;\\n svg {\\n font-size: var(--font-size-x-large);\\n margin-right: 4px;\\n color: var(--text-color-white);\\n }\\n &.upvoted svg {\\n color: var(--brand-color);\\n }\\n span {\\n color: var(--text-color-white);\\n font-size: var(--font-size-medium);\\n font-weight: 600;\\n }\\n }\\n .qa_add_answer {\\n padding: 5px 10px;\\n background: black;\\n border-radius: 4px;\\n\\n .add_answer_confirm,\\n .add_answer_cancel {\\n height: 22px;\\n width: 22px;\\n margin-right: 8px;\\n border-radius: 15px;\\n background: rgba(255, 255, 255, 0.2);\\n display: inline-flex;\\n align-items: center;\\n justify-content: center;\\n cursor: pointer;\\n }\\n textarea {\\n background: transparent;\\n border: none;\\n border-bottom: 1px solid var(--text-color-white);\\n color: var(--text-color-white);\\n width: 100%;\\n }\\n }\\n .raise_hand_options {\\n display: flex;\\n margin-top: 10px;\\n\\n > div {\\n width: 50%;\\n text-align: center;\\n border-radius: 4px;\\n color: var(--text-color-white);\\n cursor: pointer;\\n padding: 3px 0;\\n\\n &:hover {\\n background: rgba(255, 255, 255, 0.1);\\n }\\n &:active,\\n &:focus,\\n &.active {\\n background: var(--brand-color);\\n }\\n }\\n }\\n}\\n\"],\"sourceRoot\":\"\"}]);\n// Exports\nexport default ___CSS_LOADER_EXPORT___;\n","// Imports\nimport ___CSS_LOADER_API_SOURCEMAP_IMPORT___ from \"../../../../node_modules/css-loader/dist/runtime/sourceMaps.js\";\nimport ___CSS_LOADER_API_IMPORT___ from \"../../../../node_modules/css-loader/dist/runtime/api.js\";\nvar ___CSS_LOADER_EXPORT___ = ___CSS_LOADER_API_IMPORT___(___CSS_LOADER_API_SOURCEMAP_IMPORT___);\n// Module\n___CSS_LOADER_EXPORT___.push([module.id, \".stb_loading_wrapper{height:auto;padding-bottom:20px;width:280px;background:var(--live-interaction-background);position:absolute;top:10px;left:10px;z-index:8;flex-direction:column;border-radius:4px;color:var(--text-color-white);align-items:center;overflow:hidden}.stb_loading_wrapper.finished{border-top:4px solid var(--brand-color)}.stb_loading_wrapper p{text-align:center;padding:0 10px}\", \"\",{\"version\":3,\"sources\":[\"webpack://./src/ui/components/SendToBreakoutsLoader/style.scss\"],\"names\":[],\"mappings\":\"AAAA,qBACE,WAAA,CACA,mBAAA,CACA,WAAA,CACA,6CAAA,CACA,iBAAA,CACA,QAAA,CACA,SAAA,CACA,SAAA,CACA,qBAAA,CACA,iBAAA,CACA,6BAAA,CACA,kBAAA,CACA,eAAA,CAEA,8BACE,uCAAA,CAEF,uBACE,iBAAA,CACA,cAAA\",\"sourcesContent\":[\".stb_loading_wrapper {\\n height: auto;\\n padding-bottom: 20px;\\n width: 280px;\\n background: var(--live-interaction-background);\\n position: absolute;\\n top: 10px;\\n left: 10px;\\n z-index: 8;\\n flex-direction: column;\\n border-radius: 4px;\\n color: var(--text-color-white);\\n align-items: center;\\n overflow: hidden;\\n\\n &.finished {\\n border-top: 4px solid var(--brand-color);\\n }\\n p {\\n text-align: center;\\n padding: 0 10px;\\n }\\n}\\n\"],\"sourceRoot\":\"\"}]);\n// Exports\nexport default ___CSS_LOADER_EXPORT___;\n","// Imports\nimport ___CSS_LOADER_API_SOURCEMAP_IMPORT___ from \"../../../../node_modules/css-loader/dist/runtime/sourceMaps.js\";\nimport ___CSS_LOADER_API_IMPORT___ from \"../../../../node_modules/css-loader/dist/runtime/api.js\";\nvar ___CSS_LOADER_EXPORT___ = ___CSS_LOADER_API_IMPORT___(___CSS_LOADER_API_SOURCEMAP_IMPORT___);\n// Module\n___CSS_LOADER_EXPORT___.push([module.id, \".pubnub_users{padding:10px;flex-basis:auto;flex-grow:1;overflow-y:auto;display:flex;flex-direction:column;justify-content:flex-start}.pubnub_users .user_list_user{display:flex;align-items:center;margin-bottom:12px;cursor:pointer;position:relative}.pubnub_users .user_list_user .user_list_avatar{height:30px;width:30px;border-radius:15px;border:solid 1px var(--text-color-light-grey);background-size:cover}.pubnub_users .user_list_user .user_name{color:var(--text-color-light-grey);font-size:var(--font-size-medium);margin-left:10px}.pubnub_users .user_list_user .user_exhibitor_badge{padding:0 4px;border-radius:9px;color:var(--text-color-light-grey);border:solid 1px var(--text-color-light-grey);display:none;font-size:var(--font-size-small);position:absolute;top:-5px;right:0}\", \"\",{\"version\":3,\"sources\":[\"webpack://./src/ui/components/VisitorAwareness/style.scss\"],\"names\":[],\"mappings\":\"AAAA,cACE,YAAA,CACA,eAAA,CACA,WAAA,CACA,eAAA,CACA,YAAA,CACA,qBAAA,CACA,0BAAA,CAEA,8BACE,YAAA,CACA,kBAAA,CACA,kBAAA,CACA,cAAA,CACA,iBAAA,CAEA,gDACE,WAAA,CACA,UAAA,CACA,kBAAA,CACA,6CAAA,CACA,qBAAA,CAEF,yCACE,kCAAA,CACA,iCAAA,CACA,gBAAA,CAEF,oDACE,aAAA,CACA,iBAAA,CACA,kCAAA,CACA,6CAAA,CACA,YAAA,CACA,gCAAA,CACA,iBAAA,CACA,QAAA,CACA,OAAA\",\"sourcesContent\":[\".pubnub_users {\\n padding: 10px;\\n flex-basis: auto;\\n flex-grow: 1;\\n overflow-y: auto;\\n display: flex;\\n flex-direction: column;\\n justify-content: flex-start;\\n\\n .user_list_user {\\n display: flex;\\n align-items: center;\\n margin-bottom: 12px;\\n cursor: pointer;\\n position: relative;\\n\\n .user_list_avatar {\\n height: 30px;\\n width: 30px;\\n border-radius: 15px;\\n border: solid 1px var(--text-color-light-grey);\\n background-size: cover;\\n }\\n .user_name {\\n color: var(--text-color-light-grey);\\n font-size: var(--font-size-medium);\\n margin-left: 10px;\\n }\\n .user_exhibitor_badge {\\n padding: 0 4px;\\n border-radius: 9px;\\n color: var(--text-color-light-grey);\\n border: solid 1px var(--text-color-light-grey);\\n display: none;\\n font-size: var(--font-size-small);\\n position: absolute;\\n top: -5px;\\n right: 0;\\n }\\n }\\n}\\n\"],\"sourceRoot\":\"\"}]);\n// Exports\nexport default ___CSS_LOADER_EXPORT___;\n","// Imports\nimport ___CSS_LOADER_API_SOURCEMAP_IMPORT___ from \"../../../../node_modules/css-loader/dist/runtime/sourceMaps.js\";\nimport ___CSS_LOADER_API_IMPORT___ from \"../../../../node_modules/css-loader/dist/runtime/api.js\";\nvar ___CSS_LOADER_EXPORT___ = ___CSS_LOADER_API_IMPORT___(___CSS_LOADER_API_SOURCEMAP_IMPORT___);\n// Module\n___CSS_LOADER_EXPORT___.push([module.id, \".group_points_container{cursor:pointer;text-align:center;padding-top:10px;padding-bottom:10px;border-radius:10px;border:3px solid var(--background-color-grey);margin-bottom:30px}.group_points_container .group_points_main_icon_container{width:17px;height:26px;display:inline-block;vertical-align:middle;margin-right:4px;position:relative;top:1px;margin-bottom:8px}.group_points_container svg{width:100%;height:100%}.group_points_container .group_points_text_container{display:flex;justify-content:center;align-items:center;line-height:1;margin-top:5px}.group_points_container .group_points_text_container .group_points_icon_container{width:10px;height:14px;margin-right:2px}.group_points_container .group_points_text_container .points{font-size:var(--font-size-large);font-weight:600;margin-right:5px}.group_points_container .group_points_text_container .divider{font-size:var(--font-size-small);color:var(--text-color-light-grey)}.group_points_container .group_points_text_container .place{font-size:var(--font-size-small);color:var(--text-color-light-grey);margin-left:5px}\", \"\",{\"version\":3,\"sources\":[\"webpack://./src/ui/modules/GroupPointsModule/style.scss\"],\"names\":[],\"mappings\":\"AAAA,wBACE,cAAA,CACA,iBAAA,CACA,gBAAA,CACA,mBAAA,CACA,kBAAA,CACA,6CAAA,CACA,kBAAA,CAEA,0DACE,UAAA,CACA,WAAA,CACA,oBAAA,CACA,qBAAA,CACA,gBAAA,CACA,iBAAA,CACA,OAAA,CACA,iBAAA,CAGF,4BACE,UAAA,CACA,WAAA,CAGF,qDACE,YAAA,CACA,sBAAA,CACA,kBAAA,CACA,aAAA,CACA,cAAA,CAEA,kFACE,UAAA,CACA,WAAA,CACA,gBAAA,CAGF,6DACE,gCAAA,CACA,eAAA,CACA,gBAAA,CAEF,8DACE,gCAAA,CACA,kCAAA,CAGF,4DACE,gCAAA,CACA,kCAAA,CACA,eAAA\",\"sourcesContent\":[\".group_points_container {\\n cursor: pointer;\\n text-align: center;\\n padding-top: 10px;\\n padding-bottom: 10px;\\n border-radius: 10px;\\n border: 3px solid var(--background-color-grey);\\n margin-bottom: 30px;\\n\\n .group_points_main_icon_container {\\n width: 17px;\\n height: 26px;\\n display: inline-block;\\n vertical-align: middle;\\n margin-right: 4px;\\n position: relative;\\n top: 1px;\\n margin-bottom: 8px;\\n }\\n\\n svg {\\n width: 100%;\\n height: 100%;\\n }\\n\\n .group_points_text_container {\\n display: flex;\\n justify-content: center;\\n align-items: center;\\n line-height: 1;\\n margin-top: 5px;\\n\\n .group_points_icon_container {\\n width: 10px;\\n height: 14px;\\n margin-right: 2px;\\n }\\n\\n .points {\\n font-size: var(--font-size-large);\\n font-weight: 600;\\n margin-right: 5px;\\n }\\n .divider {\\n font-size: var(--font-size-small);\\n color: var(--text-color-light-grey);\\n }\\n\\n .place {\\n font-size: var(--font-size-small);\\n color: var(--text-color-light-grey);\\n margin-left: 5px;\\n }\\n }\\n}\\n\"],\"sourceRoot\":\"\"}]);\n// Exports\nexport default ___CSS_LOADER_EXPORT___;\n","// Imports\nimport ___CSS_LOADER_API_SOURCEMAP_IMPORT___ from \"../../../../node_modules/css-loader/dist/runtime/sourceMaps.js\";\nimport ___CSS_LOADER_API_IMPORT___ from \"../../../../node_modules/css-loader/dist/runtime/api.js\";\nvar ___CSS_LOADER_EXPORT___ = ___CSS_LOADER_API_IMPORT___(___CSS_LOADER_API_SOURCEMAP_IMPORT___);\n// Module\n___CSS_LOADER_EXPORT___.push([module.id, \".myschedule_row .information_container .subtitle_container,.myschedule_row .date_information_container .date_time_container{font-family:var(--brand-font-family);font-style:normal;font-weight:400}.myschedule_row .date_information_container .date_day_container,.myschedule_row .split_container{font-family:var(--brand-font-family);font-style:normal;font-weight:700}.myschedule_row{width:calc(100% - 24px);margin-left:12px;margin-bottom:12px}.myschedule_row .row_container{display:flex;min-height:172px;border:1px solid #aeaeae;border-radius:8px}.phone .myschedule_row .row_container{height:fit-content;width:auto;display:flex;flex-direction:column}.phone .myschedule_row .shrinkMobile{min-height:unset !important}.myschedule_row .left_container{border-radius:8px 0px 0px 8px;background-color:#fff;padding:12px;width:210px}.phone .myschedule_row .left_container{height:fit-content;min-height:110px;display:flex;order:2;border-radius:0px 8px 8px 8px;width:auto}.myschedule_row .left_container .add_to_calendar{margin-top:-4px}.phone .myschedule_row .left_container .add_to_calendar{position:absolute;right:16px}.phone .myschedule_row .left_container .add_to_calendar #event_share_popover{right:-16px;top:0px}.phone .myschedule_row .left_container .add_to_calendar .add_to_calendar_button .calendar_icon{width:16px;height:16px;margin-left:8px}.phone .myschedule_row .left_container .add_to_calendar .add_to_calendar_button .calendar_icon_background{width:32px;height:32px}.phone .myschedule_row .left_container .juno_attend_button_container{position:absolute;bottom:12px;right:12px}.myschedule_row .right_container{border-radius:0px 8px 8px 0px;background-color:var(--background-color-grey);padding:12px;width:calc(100% - 210px)}.phone .myschedule_row .right_container{height:fit-content;order:1;display:flex;border-radius:8px 8px 0px 0px;min-height:140px;width:100%}.myschedule_row .lock_icon{height:14px;width:14px;position:absolute;right:18px;bottom:5px}.myschedule_row .split_container{color:var(--text-color-black);font-size:var(--font-size-large);margin-bottom:8px;margin-top:32px}body.darkMode .myschedule_row .split_container{color:#fff}.myschedule_row .cancel_container{float:right;margin-top:10px}.myschedule_row .title_container{color:var(--text-color-black);font-size:var(--font-size-x-large);max-width:calc(100% - 132px);white-space:normal;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}body.phone .myschedule_row .title_container{width:100%;max-width:100%}.myschedule_row .locked{position:absolute;right:8px;bottom:8px;z-index:1}.myschedule_row .date_information_container{width:180px;text-align:left;display:inline-block}.phone .myschedule_row .date_information_container{width:100%}.myschedule_row .date_information_container .date_day_container{color:var(--text-color-grey);font-size:var(--font-size-small)}.myschedule_row .date_information_container .date_time_container{display:flex;align-items:center;color:var(--text-color-black);font-size:var(--font-size-medium);white-space:nowrap}.myschedule_row .date_information_container .date_time_container .clock_icon{margin-right:4px;margin-bottom:1px}.myschedule_row .date_information_container .attend_label{position:absolute;bottom:12px}.phone .myschedule_row .date_information_container .attend_label{right:12px}.myschedule_row .date_information_container .location_container{font-size:var(--font-size-medium);text-indent:-16px;padding-left:18px;padding-top:5px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.phone .myschedule_row .date_information_container .location_container{width:calc(100% - 35px);-webkit-line-clamp:1}.myschedule_row .date_information_container .location_container .location_icon{padding-right:4px;color:#333}.myschedule_row .date_information_container .first_criteria_container{position:absolute;bottom:51px;left:12px;width:36px;height:36px}.phone .myschedule_row .date_information_container .first_criteria_container{bottom:12px;left:12px}.myschedule_row .date_information_container .first_criteria_background{height:36px;width:36px;color:#595959}.myschedule_row .date_information_container .first_criteria_icon{height:13px;width:13px;color:#fff}.myschedule_row .date_information_container .second_criteria_container{position:absolute;bottom:51px;left:51px;width:36px;height:36px}.phone .myschedule_row .date_information_container .second_criteria_container{bottom:12px;left:47px}.myschedule_row .date_information_container .second_criteria_background{height:36px;width:36px;color:#595959}.myschedule_row .date_information_container .second_criteria_icon{height:13px;width:13px;color:#fff}.myschedule_row .date_information_container .bumpDown{bottom:12px !important}.phone .myschedule_row .date_information_container .bumpDownCalendar{padding-top:6px !important}.myschedule_row .information_container{width:-webkit-fill-available;display:inline-block;vertical-align:top;margin-left:12px;padding-bottom:36px;cursor:pointer}body.phone .myschedule_row .information_container{padding-bottom:0px}.phone .myschedule_row .information_container{margin-left:0px}.phone .myschedule_row .information_container .time_and_type_container{margin-bottom:10px;display:flex;align-items:center}.myschedule_row .information_container .time_and_type_container .time_container{width:120px;display:inline-block;vertical-align:top}.myschedule_row .information_container .time_and_type_container .type_container{width:calc(100% - 120px);display:inline-block;vertical-align:top}body.darkMode .myschedule_row .information_container .time_and_type_container .type_container .livesession_icon svg,body.darkMode .myschedule_row .information_container .time_and_type_container .type_container .livesession_icon svg path{fill:#000}.myschedule_row .information_container .subtitle_container{color:var(--text-color-grey);font-size:var(--font-size-medium);margin-top:8px;white-space:normal;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.myschedule_row .information_container .attending_information_container{margin-top:12px;height:24px;position:absolute;bottom:12px;width:-webkit-fill-available}.phone .myschedule_row .information_container .attending_information_container{position:relative;bottom:0px;margin-top:14px}.myschedule_row .information_container .attending_information_container .lil_heads_container{float:left}.myschedule_row .information_container .attending_information_container .attending_container{float:left;color:var(--text-color-black)}.myschedule_row .attend_button_schedule_row{margin-top:10px}\", \"\",{\"version\":3,\"sources\":[\"webpack://./sass_base/_mixins.scss\",\"webpack://./src/ui/modules/MyScheduleRowModule/style.scss\"],\"names\":[],\"mappings\":\"AAwCA,4HACE,oCAAA,CACA,iBAAA,CACA,eAAA,CAeF,iGACE,oCAAA,CACA,iBAAA,CACA,eAAA,CC3DF,gBACE,uBAAA,CACA,gBAAA,CACA,kBAAA,CAEA,+BACE,YAAA,CACA,gBAAA,CACA,wBAAA,CACA,iBAAA,CAEA,sCACE,kBAAA,CACA,UAAA,CACA,YAAA,CACA,qBAAA,CAKF,qCACE,2BAAA,CAIJ,gCACE,6BAAA,CACA,qBAAA,CACA,YAAA,CACA,WAAA,CAEA,uCACE,kBAAA,CACA,gBAAA,CACA,YAAA,CACA,OAAA,CACA,6BAAA,CACA,UAAA,CAGF,iDACE,eAAA,CACA,wDACE,iBAAA,CACA,UAAA,CAIA,6EACE,WAAA,CACA,OAAA,CAMA,+FACE,UAAA,CACA,WAAA,CACA,eAAA,CAKF,0GACE,UAAA,CACA,WAAA,CAON,qEACE,iBAAA,CACA,WAAA,CACA,UAAA,CAKN,iCACE,6BAAA,CACA,6CAAA,CACA,YAAA,CACA,wBAAA,CAEA,wCACE,kBAAA,CACA,OAAA,CACA,YAAA,CACA,6BAAA,CACA,gBAAA,CACA,UAAA,CAIJ,2BACE,WAAA,CACA,UAAA,CACA,iBAAA,CACA,UAAA,CACA,UAAA,CAGF,iCAEE,6BAAA,CACA,gCAAA,CACA,iBAAA,CACA,eAAA,CAEA,+CACE,UAAA,CAIJ,kCACE,WAAA,CACA,eAAA,CAGF,iCACE,6BAAA,CACA,kCAAA,CACA,4BAAA,CACA,kBAAA,CACA,mBAAA,CACA,oBAAA,CACA,2BAAA,CACA,eAAA,CAEA,4CACE,UAAA,CACA,cAAA,CAIJ,wBACE,iBAAA,CACA,SAAA,CACA,UAAA,CACA,SAAA,CAGF,4CACE,WAAA,CACA,eAAA,CACA,oBAAA,CAEA,mDACE,UAAA,CAGF,gEAEE,4BAAA,CACA,gCAAA,CAGF,iEAEE,YAAA,CACA,kBAAA,CACA,6BAAA,CACA,iCAAA,CACA,kBAAA,CAEA,6EACE,gBAAA,CACA,iBAAA,CAIJ,0DACE,iBAAA,CACA,WAAA,CAEA,iEACE,UAAA,CAIJ,gEACE,iCAAA,CACA,iBAAA,CACA,iBAAA,CACA,eAAA,CACA,mBAAA,CACA,oBAAA,CACA,2BAAA,CACA,eAAA,CACA,sBAAA,CAEA,uEACE,uBAAA,CACA,oBAAA,CAGF,+EACE,iBAAA,CACA,UAAA,CAIJ,sEACE,iBAAA,CACA,WAAA,CACA,SAAA,CACA,UAAA,CACA,WAAA,CAEA,6EACE,WAAA,CACA,SAAA,CAIJ,uEACE,WAAA,CACA,UAAA,CACA,aAAA,CAGF,iEACE,WAAA,CACA,UAAA,CACA,UAAA,CAGF,uEACE,iBAAA,CACA,WAAA,CACA,SAAA,CACA,UAAA,CACA,WAAA,CAEA,8EACE,WAAA,CACA,SAAA,CAIJ,wEACE,WAAA,CACA,UAAA,CACA,aAAA,CAGF,kEACE,WAAA,CACA,UAAA,CACA,UAAA,CAGF,sDACE,sBAAA,CAIA,qEACE,0BAAA,CAKN,uCACE,4BAAA,CACA,oBAAA,CACA,kBAAA,CACA,gBAAA,CACA,mBAAA,CAIA,cAAA,CAHA,kDACE,kBAAA,CAIF,8CACE,eAAA,CAIA,uEACE,kBAAA,CACA,YAAA,CACA,kBAAA,CAGF,gFACE,WAAA,CACA,oBAAA,CACA,kBAAA,CAGF,gFACE,wBAAA,CACA,oBAAA,CACA,kBAAA,CAII,6OAEE,SAAA,CAOV,2DAEE,4BAAA,CACA,iCAAA,CACA,cAAA,CACA,kBAAA,CACA,mBAAA,CACA,oBAAA,CACA,2BAAA,CACA,eAAA,CAGF,wEACE,eAAA,CACA,WAAA,CACA,iBAAA,CACA,WAAA,CACA,4BAAA,CAEA,+EACE,iBAAA,CACA,UAAA,CACA,eAAA,CAGF,6FACE,UAAA,CAGF,6FACE,UAAA,CACA,6BAAA,CAKN,4CACE,eAAA\",\"sourcesContent\":[\"@function luminance($color) {\\n $colors: (\\n 'red': red($color),\\n 'green': green($color),\\n 'blue': blue($color),\\n );\\n\\n @each $name, $value in $colors {\\n $adjusted: 0;\\n $value: $value / 255;\\n\\n @if $value < 0.03928 {\\n $value: $value / 12.92;\\n } @else {\\n $value: ($value + 0.055) / 1.055;\\n $value: pow($value, 2.4);\\n }\\n\\n $colors: map-merge(\\n $colors,\\n (\\n $name: $value,\\n )\\n );\\n }\\n\\n $final: (map-get($colors, 'red') * 0.2126) + (map-get($colors, 'green') * 0.7152) +\\n (map-get($colors, 'blue') * 0.0722);\\n @return $final;\\n}\\n\\n@function hoverColor($color) {\\n @if (luminance($color) > 0.5) {\\n @return lighten($color, 60%);\\n } @else {\\n @return darken($color, 60%);\\n }\\n}\\n\\n//\\n%body {\\n font-family: var(--brand-font-family);\\n font-style: normal;\\n font-weight: 400;\\n}\\n\\n%body_light {\\n font-family: var(--brand-font-family);\\n font-style: normal;\\n font-weight: 300;\\n}\\n\\n%body_italic {\\n font-family: var(--brand-font-family);\\n font-style: italic;\\n font-weight: 400;\\n}\\n\\n%body_bold {\\n font-family: var(--brand-font-family);\\n font-style: normal;\\n font-weight: 700;\\n}\\n\\n%text_shadow {\\n text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);\\n}\\n\\n%box_shadow {\\n -webkit-box-shadow: 1px 1px 10px 0px rgba(0, 0, 0, 0.19);\\n -moz-box-shadow: 1px 1px 10px 0px rgba(0, 0, 0, 0.19);\\n box-shadow: 1px 1px 10px 0px rgba(0, 0, 0, 0.19);\\n}\\n\\n// General\\n%textwrap {\\n overflow-wrap: break-word;\\n word-wrap: break-word;\\n -ms-word-break: break-all;\\n word-break: break-all;\\n word-break: break-word;\\n -ms-hyphens: auto;\\n -moz-hyphens: auto;\\n -webkit-hyphens: auto;\\n hyphens: auto;\\n}\\n\",\"@import '../../../../sass_base/mixins.scss';\\n\\n.myschedule_row {\\n width: calc(100% - 24px);\\n margin-left: 12px;\\n margin-bottom: 12px;\\n\\n .row_container {\\n display: flex;\\n min-height: 172px;\\n border: 1px solid #aeaeae;\\n border-radius: 8px;\\n\\n .phone & {\\n height: fit-content;\\n width: auto;\\n display: flex;\\n flex-direction: column;\\n }\\n }\\n\\n .shrinkMobile {\\n .phone & {\\n min-height: unset !important;\\n }\\n }\\n\\n .left_container {\\n border-radius: 8px 0px 0px 8px;\\n background-color: #ffffff;\\n padding: 12px;\\n width: 210px;\\n\\n .phone & {\\n height: fit-content;\\n min-height: 110px;\\n display: flex;\\n order: 2;\\n border-radius: 0px 8px 8px 8px;\\n width: auto;\\n }\\n\\n .add_to_calendar {\\n margin-top: -4px;\\n .phone & {\\n position: absolute;\\n right: 16px;\\n }\\n\\n #event_share_popover {\\n .phone & {\\n right: -16px;\\n top: 0px;\\n }\\n }\\n\\n .add_to_calendar_button {\\n .calendar_icon {\\n .phone & {\\n width: 16px;\\n height: 16px;\\n margin-left: 8px;\\n }\\n }\\n\\n .calendar_icon_background {\\n .phone & {\\n width: 32px;\\n height: 32px;\\n }\\n }\\n }\\n }\\n\\n .juno_attend_button_container {\\n .phone & {\\n position: absolute;\\n bottom: 12px;\\n right: 12px;\\n }\\n }\\n }\\n\\n .right_container {\\n border-radius: 0px 8px 8px 0px;\\n background-color: var(--background-color-grey);\\n padding: 12px;\\n width: calc(100% - 210px);\\n\\n .phone & {\\n height: fit-content;\\n order: 1;\\n display: flex;\\n border-radius: 8px 8px 0px 0px;\\n min-height: 140px;\\n width: 100%;\\n }\\n }\\n\\n .lock_icon {\\n height: 14px;\\n width: 14px;\\n position: absolute;\\n right: 18px;\\n bottom: 5px;\\n }\\n\\n .split_container {\\n @extend %body_bold;\\n color: var(--text-color-black);\\n font-size: var(--font-size-large);\\n margin-bottom: 8px;\\n margin-top: 32px;\\n\\n body.darkMode & {\\n color: white;\\n }\\n }\\n\\n .cancel_container {\\n float: right;\\n margin-top: 10px;\\n }\\n\\n .title_container {\\n color: var(--text-color-black);\\n font-size: var(--font-size-x-large);\\n max-width: calc(100% - 132px);\\n white-space: normal;\\n display: -webkit-box;\\n -webkit-line-clamp: 3;\\n -webkit-box-orient: vertical;\\n overflow: hidden;\\n\\n body.phone & {\\n width: 100%;\\n max-width: 100%;\\n }\\n }\\n\\n .locked {\\n position: absolute;\\n right: 8px;\\n bottom: 8px;\\n z-index: 1;\\n }\\n\\n .date_information_container {\\n width: 180px;\\n text-align: left;\\n display: inline-block;\\n\\n .phone & {\\n width: 100%;\\n }\\n\\n .date_day_container {\\n @extend %body_bold;\\n color: var(--text-color-grey);\\n font-size: var(--font-size-small);\\n }\\n\\n .date_time_container {\\n @extend %body;\\n display: flex;\\n align-items: center;\\n color: var(--text-color-black);\\n font-size: var(--font-size-medium);\\n white-space: nowrap;\\n\\n .clock_icon {\\n margin-right: 4px;\\n margin-bottom: 1px;\\n }\\n }\\n\\n .attend_label {\\n position: absolute;\\n bottom: 12px;\\n\\n .phone & {\\n right: 12px;\\n }\\n }\\n\\n .location_container {\\n font-size: var(--font-size-medium);\\n text-indent: -16px;\\n padding-left: 18px;\\n padding-top: 5px;\\n display: -webkit-box;\\n -webkit-line-clamp: 2;\\n -webkit-box-orient: vertical;\\n overflow: hidden;\\n text-overflow: ellipsis;\\n\\n .phone & {\\n width: calc(100% - 35px);\\n -webkit-line-clamp: 1;\\n }\\n\\n .location_icon {\\n padding-right: 4px;\\n color: #333333;\\n }\\n }\\n\\n .first_criteria_container {\\n position: absolute;\\n bottom: 51px;\\n left: 12px;\\n width: 36px;\\n height: 36px;\\n\\n .phone & {\\n bottom: 12px;\\n left: 12px;\\n }\\n }\\n\\n .first_criteria_background {\\n height: 36px;\\n width: 36px;\\n color: #595959;\\n }\\n\\n .first_criteria_icon {\\n height: 13px;\\n width: 13px;\\n color: #ffffff;\\n }\\n\\n .second_criteria_container {\\n position: absolute;\\n bottom: 51px;\\n left: 51px;\\n width: 36px;\\n height: 36px;\\n\\n .phone & {\\n bottom: 12px;\\n left: 47px;\\n }\\n }\\n\\n .second_criteria_background {\\n height: 36px;\\n width: 36px;\\n color: #595959;\\n }\\n\\n .second_criteria_icon {\\n height: 13px;\\n width: 13px;\\n color: #ffffff;\\n }\\n\\n .bumpDown {\\n bottom: 12px !important;\\n }\\n\\n .bumpDownCalendar {\\n .phone & {\\n padding-top: 6px !important;\\n }\\n }\\n }\\n\\n .information_container {\\n width: -webkit-fill-available;\\n display: inline-block;\\n vertical-align: top;\\n margin-left: 12px;\\n padding-bottom: 36px;\\n body.phone & {\\n padding-bottom: 0px;\\n }\\n cursor: pointer;\\n\\n .phone & {\\n margin-left: 0px;\\n }\\n\\n .time_and_type_container {\\n .phone & {\\n margin-bottom: 10px;\\n display: flex;\\n align-items: center;\\n }\\n\\n .time_container {\\n width: 120px;\\n display: inline-block;\\n vertical-align: top;\\n }\\n\\n .type_container {\\n width: calc(100% - 120px);\\n display: inline-block;\\n vertical-align: top;\\n\\n .livesession_icon {\\n body.darkMode & {\\n svg,\\n svg path {\\n fill: black;\\n }\\n }\\n }\\n }\\n }\\n\\n .subtitle_container {\\n @extend %body;\\n color: var(--text-color-grey);\\n font-size: var(--font-size-medium);\\n margin-top: 8px;\\n white-space: normal;\\n display: -webkit-box;\\n -webkit-line-clamp: 2;\\n -webkit-box-orient: vertical;\\n overflow: hidden;\\n }\\n\\n .attending_information_container {\\n margin-top: 12px;\\n height: 24px;\\n position: absolute;\\n bottom: 12px;\\n width: -webkit-fill-available;\\n\\n .phone & {\\n position: relative;\\n bottom: 0px;\\n margin-top: 14px;\\n }\\n\\n .lil_heads_container {\\n float: left;\\n }\\n\\n .attending_container {\\n float: left;\\n color: var(--text-color-black);\\n }\\n }\\n }\\n\\n .attend_button_schedule_row {\\n margin-top: 10px;\\n }\\n}\\n\"],\"sourceRoot\":\"\"}]);\n// Exports\nexport default ___CSS_LOADER_EXPORT___;\n","// Imports\nimport ___CSS_LOADER_API_SOURCEMAP_IMPORT___ from \"../../../../node_modules/css-loader/dist/runtime/sourceMaps.js\";\nimport ___CSS_LOADER_API_IMPORT___ from \"../../../../node_modules/css-loader/dist/runtime/api.js\";\nvar ___CSS_LOADER_EXPORT___ = ___CSS_LOADER_API_IMPORT___(___CSS_LOADER_API_SOURCEMAP_IMPORT___);\n// Module\n___CSS_LOADER_EXPORT___.push([module.id, \".notification_module{width:100%;height:120px;background-color:#fff;margin:2px 0;display:flex;padding:0px 10px 0 0;align-items:center}.notification_module.unread{background-color:#f2f2f2}body:not(.mobileDevice) .notification_module:hover{border-left:12px solid var(--brand-color)}.phone .notification_module{height:fit-content}.notification_module .notification_preferences_menu{width:40px;display:flex;z-index:auto;align-items:center}\", \"\",{\"version\":3,\"sources\":[\"webpack://./src/ui/modules/NotificationModule/style.scss\"],\"names\":[],\"mappings\":\"AAAA,qBACE,UAAA,CACA,YAAA,CACA,qBAAA,CACA,YAAA,CACA,YAAA,CACA,oBAAA,CACA,kBAAA,CACA,4BACE,wBAAA,CAEF,mDACE,yCAAA,CAEF,4BACE,kBAAA,CAEF,oDACE,UAAA,CACA,YAAA,CACA,YAAA,CACA,kBAAA\",\"sourcesContent\":[\".notification_module {\\n width: 100%;\\n height: 120px;\\n background-color: white;\\n margin: 2px 0;\\n display: flex;\\n padding: 0px 10px 0 0;\\n align-items: center;\\n &.unread {\\n background-color: #f2f2f2;\\n }\\n body:not(.mobileDevice) &:hover {\\n border-left: 12px solid var(--brand-color);\\n }\\n .phone & {\\n height: fit-content;\\n }\\n .notification_preferences_menu {\\n width: 40px;\\n display: flex;\\n z-index: auto;\\n align-items: center;\\n }\\n}\\n\"],\"sourceRoot\":\"\"}]);\n// Exports\nexport default ___CSS_LOADER_EXPORT___;\n","// Imports\nimport ___CSS_LOADER_API_SOURCEMAP_IMPORT___ from \"../../../../node_modules/css-loader/dist/runtime/sourceMaps.js\";\nimport ___CSS_LOADER_API_IMPORT___ from \"../../../../node_modules/css-loader/dist/runtime/api.js\";\nvar ___CSS_LOADER_EXPORT___ = ___CSS_LOADER_API_IMPORT___(___CSS_LOADER_API_SOURCEMAP_IMPORT___);\n// Module\n___CSS_LOADER_EXPORT___.push([module.id, \".notification_pref_module{display:flex;justify-content:space-between;align-items:center}.notification_pref_module .JUNO_action_menu{margin-right:25px}\", \"\",{\"version\":3,\"sources\":[\"webpack://./src/ui/modules/NotificationPrefModule/style.scss\"],\"names\":[],\"mappings\":\"AAAA,0BACE,YAAA,CACA,6BAAA,CACA,kBAAA,CAEA,4CACE,iBAAA\",\"sourcesContent\":[\".notification_pref_module {\\n display: flex;\\n justify-content: space-between;\\n align-items: center;\\n\\n .JUNO_action_menu {\\n margin-right: 25px;\\n }\\n}\\n\"],\"sourceRoot\":\"\"}]);\n// Exports\nexport default ___CSS_LOADER_EXPORT___;\n","// Imports\nimport ___CSS_LOADER_API_SOURCEMAP_IMPORT___ from \"../../../../node_modules/css-loader/dist/runtime/sourceMaps.js\";\nimport ___CSS_LOADER_API_IMPORT___ from \"../../../../node_modules/css-loader/dist/runtime/api.js\";\nvar ___CSS_LOADER_EXPORT___ = ___CSS_LOADER_API_IMPORT___(___CSS_LOADER_API_SOURCEMAP_IMPORT___);\n// Module\n___CSS_LOADER_EXPORT___.push([module.id, \".profile_dropdown{position:absolute;z-index:10000;top:30px;right:0;background:var(--background-color-white);padding:4px;width:200px;display:flex;flex-direction:column;justify-content:space-between;border-radius:12px;-webkit-box-shadow:0px 0px 14px 0px rgba(50,50,50,.65);-moz-box-shadow:0px 0px 14px 0px rgba(50,50,50,.65);box-shadow:0px 0px 14px 0px rgba(50,50,50,.65);color:var(--text-color-black);max-height:calc(100vh - 120px);overflow:hidden}.profile_dropdown .profile_dropdown_inner{overflow-y:scroll}body.phone .profile_dropdown .profile_dropdown_inner ::-webkit-scrollbar{display:initial}.profile_dropdown .profile_container .header{border-radius:8px 8px 0 0}.profile_dropdown .updates_container .dropdown_item .icon:hover .on-hover-default{transition-delay:2.5s ease-in-out;position:absolute;visibility:hidden}.profile_dropdown .updates_container .dropdown_item .icon:hover .on-hover{transition-delay:2.5s ease-in-out;position:relative;visibility:visible}.profile_dropdown .updates_container .dropdown_item .icon:hover .on-hover.JUNO_action_menu .action_menu_icon{padding:0;color:#000;background-color:rgba(0,0,0,0)}.profile_dropdown .updates_container .dropdown_item .icon:hover .on-hover.JUNO_action_menu .action_menu_icon:hover{color:#000;background-color:rgba(0,0,0,0);padding:0;box-shadow:none}.profile_dropdown .updates_container .dropdown_item .icon:hover .on-hover.JUNO_action_menu .action_menu_dropdown{top:unset;bottom:-25px;margin:25px;right:-25px}.profile_dropdown .updates_container .dropdown_item .icon:hover .on-hover.JUNO_action_menu .action_menu_dropdown_header{text-align:center}.profile_dropdown .updates_container .dropdown_item .on-hover{position:absolute;visibility:hidden}.profile_dropdown .header{padding:8px 16px 8px 12px;background:var(--background-color-grey);height:40px;font-size:var(--font-size-medium);font-weight:bold;display:flex;justify-content:space-between;align-items:center;cursor:pointer}.profile_dropdown .header .collapse_icon{display:none}.profile_dropdown .header .expand_icon{display:block}.profile_dropdown .header.visible .collapse_icon{display:block}.profile_dropdown .header.visible .expand_icon{display:none}.profile_dropdown .header span.updates_count{margin-left:10px;padding:3px 5px;font-weight:normal;font-size:var(--font-size-small)}.profile_dropdown .header span.updates_count .hidden{display:none}.profile_dropdown .header .brand_color{color:var(--brand-color)}.profile_dropdown .header:hover{background:linear-gradient(0deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)),#f2f2f2}.profile_dropdown .header.brand_color{background-color:var(--brand-color);color:var(--text-color-white)}.profile_dropdown .dropdown_items_container{flex-direction:column}.profile_dropdown .dropdown_item{padding:8px 16px 8px 12px;min-height:40px;font-size:var(--font-size-large);display:flex;justify-content:flex-start;align-items:center;cursor:pointer}.profile_dropdown .dropdown_item:hover{background-color:#e2e2e2}.profile_dropdown .dropdown_item.no_hover:hover{background-color:var(--background-color-white)}.profile_dropdown .dropdown_item.no_padding{padding-top:0}.profile_dropdown .dropdown_item.logout{background:#363636;border-radius:0 0 8px 8px;color:var(--text-color-white);font-size:var(--font-size-small);font-weight:bold}.profile_dropdown .dropdown_item.logout:hover{background-color:var(--background-color-offblack)}.profile_dropdown .dropdown_item .icon{margin-right:8px;width:20px}.profile_dropdown .dropdown_item .icon svg{width:20px}.profile_dropdown .dropdown_item .icon.large{font-size:var(--font-size-xx-large);width:30px}.profile_dropdown .dropdown_item .icon.large svg{width:30px}.profile_dropdown .dropdown_item .brand_color{color:var(--brand-color)}.profile_dropdown .dropdown_item .small{font-size:var(--font-size-small)}.profile_dropdown .dropdown_item .hidden{display:none}.profile_dropdown .dropdown_item .text{text-align:left;width:100%}.profile_dropdown .dropdown_item .text .sub_text{display:flex;align-items:center}.profile_dropdown .dropdown_item .text .sub_text .points_icon_container{margin-right:2px}.profile_dropdown .dropdown_item .text .sub_text .points_icon_container,.profile_dropdown .dropdown_item .text .sub_text .points{color:var(--brand-color);font-size:var(--font-size-medium);font-weight:bold}.profile_dropdown .dropdown_item .text .sub_text .separator,.profile_dropdown .dropdown_item .text .sub_text .place{font-size:var(--font-size-small);color:var(--text-color-dark-grey)}.profile_dropdown .dropdown_item .text .sub_text .size_controls_container{display:flex;margin:auto;justify-content:center;align-items:center;border:1px solid var(--background-color-black);border-radius:4px}.profile_dropdown .dropdown_item .text .sub_text .size_controls_container .font_size_control_button{cursor:pointer;display:flex;align-items:center;justify-content:center;width:32px;height:28px;color:var(--text-color-black);font-size:var(--font-size-large);background-color:#e9e9e9;transition:all .25s ease}.profile_dropdown .dropdown_item .text .sub_text .size_controls_container .font_size_control_button:hover{background-color:var(--background-color-grey)}.profile_dropdown .dropdown_item .text .sub_text .size_controls_container .font_size_counter{color:var(--text-color-black);width:32px;text-align:center;font-size:var(--font-size-large)}.profile_dropdown .dropdown_item .update_num{border-radius:15px;color:#fff;background:var(--brand-color);font-weight:bold;padding:1px 6px;display:flex;justify-content:center}.profile_dropdown .dropdown_item .update_num.hidden{display:none}.profile_dropdown .leaderboard_card_simple{border-radius:10px 10px 0 0}@media screen and (max-height: 414px){.profile_dropdown{height:fit-content;overflow:auto;justify-content:flex-start;max-height:330px}}\", \"\",{\"version\":3,\"sources\":[\"webpack://./src/ui/modules/ProfileDropdown/style.scss\"],\"names\":[],\"mappings\":\"AAAA,kBACE,iBAAA,CACA,aAAA,CACA,QAAA,CACA,OAAA,CACA,wCAAA,CACA,WAAA,CACA,WAAA,CACA,YAAA,CACA,qBAAA,CACA,6BAAA,CACA,kBAAA,CACA,sDAAA,CACA,mDAAA,CACA,8CAAA,CACA,6BAAA,CACA,8BAAA,CACA,eAAA,CAEA,0CACE,iBAAA,CACA,yEACE,eAAA,CAKF,6CACE,yBAAA,CAME,kFACE,iCAAA,CACA,iBAAA,CACA,iBAAA,CAEF,0EACE,iCAAA,CACA,iBAAA,CACA,kBAAA,CAEE,6GACE,SAAA,CACA,UAAA,CACA,8BAAA,CACA,mHACE,UAAA,CACA,8BAAA,CACA,SAAA,CACA,eAAA,CAGJ,iHACE,SAAA,CACA,YAAA,CACA,WAAA,CACA,WAAA,CAEF,wHACE,iBAAA,CAKR,8DACE,iBAAA,CACA,iBAAA,CAIN,0BACE,yBAAA,CACA,uCAAA,CACA,WAAA,CACA,iCAAA,CACA,gBAAA,CACA,YAAA,CACA,6BAAA,CACA,kBAAA,CACA,cAAA,CAEA,yCACE,YAAA,CAEF,uCACE,aAAA,CAGA,iDACE,aAAA,CAEF,+CACE,YAAA,CAIJ,6CACE,gBAAA,CACA,eAAA,CACA,kBAAA,CACA,gCAAA,CACA,qDACE,YAAA,CAIJ,uCACE,wBAAA,CAGF,gCACE,gFAAA,CAGF,sCACE,mCAAA,CACA,6BAAA,CAGJ,4CACE,qBAAA,CAEF,iCACE,yBAAA,CACA,eAAA,CACA,gCAAA,CACA,YAAA,CACA,0BAAA,CACA,kBAAA,CACA,cAAA,CAEA,uCACE,wBAAA,CAEF,gDACE,8CAAA,CAEF,4CACE,aAAA,CAEF,wCACE,kBAAA,CACA,yBAAA,CACA,6BAAA,CACA,gCAAA,CACA,gBAAA,CACA,8CACE,iDAAA,CAGJ,uCACE,gBAAA,CACA,UAAA,CAEA,2CACE,UAAA,CAEF,6CACE,mCAAA,CACA,UAAA,CACA,iDACE,UAAA,CAIN,8CACE,wBAAA,CAEF,wCACE,gCAAA,CAEF,yCACE,YAAA,CAEF,uCACE,eAAA,CACA,UAAA,CACA,iDACE,YAAA,CACA,kBAAA,CACA,wEACE,gBAAA,CAEF,iIAEE,wBAAA,CACA,iCAAA,CACA,gBAAA,CAEF,oHAEE,gCAAA,CACA,iCAAA,CAGF,0EACE,YAAA,CACA,WAAA,CACA,sBAAA,CACA,kBAAA,CACA,8CAAA,CACA,iBAAA,CAEA,oGACE,cAAA,CACA,YAAA,CACA,kBAAA,CACA,sBAAA,CACA,UAAA,CACA,WAAA,CACA,6BAAA,CACA,gCAAA,CACA,wBAAA,CACA,wBAAA,CAGF,0GACE,6CAAA,CAGF,6FACE,6BAAA,CACA,UAAA,CACA,iBAAA,CACA,gCAAA,CAKR,6CACE,kBAAA,CACA,UAAA,CACA,6BAAA,CACA,gBAAA,CACA,eAAA,CACA,YAAA,CACA,sBAAA,CACA,oDACE,YAAA,CAKN,2CACE,2BAAA,CAIJ,sCACE,kBACE,kBAAA,CACA,aAAA,CACA,0BAAA,CACA,gBAAA,CAAA\",\"sourcesContent\":[\".profile_dropdown {\\n position: absolute;\\n z-index: 10000;\\n top: 30px;\\n right: 0;\\n background: var(--background-color-white);\\n padding: 4px;\\n width: 200px;\\n display: flex;\\n flex-direction: column;\\n justify-content: space-between;\\n border-radius: 12px;\\n -webkit-box-shadow: 0px 0px 14px 0px rgb(50 50 50 / 65%);\\n -moz-box-shadow: 0px 0px 14px 0px rgba(50, 50, 50, 0.65);\\n box-shadow: 0px 0px 14px 0px rgb(50 50 50 / 65%);\\n color: var(--text-color-black);\\n max-height: calc(100vh - 120px);\\n overflow: hidden;\\n\\n .profile_dropdown_inner {\\n overflow-y: scroll;\\n body.phone & ::-webkit-scrollbar {\\n display: initial;\\n }\\n }\\n\\n .profile_container {\\n .header {\\n border-radius: 8px 8px 0 0;\\n }\\n }\\n .updates_container {\\n .dropdown_item {\\n .icon:hover {\\n .on-hover-default {\\n transition-delay: 2.5s ease-in-out;\\n position: absolute;\\n visibility: hidden;\\n }\\n .on-hover {\\n transition-delay: 2.5s ease-in-out;\\n position: relative;\\n visibility: visible;\\n &.JUNO_action_menu {\\n .action_menu_icon {\\n padding: 0;\\n color: black;\\n background-color: transparent;\\n &:hover {\\n color: black;\\n background-color: transparent;\\n padding: 0;\\n box-shadow: none;\\n }\\n }\\n .action_menu_dropdown {\\n top: unset;\\n bottom: -25px;\\n margin: 25px;\\n right: -25px;\\n }\\n .action_menu_dropdown_header {\\n text-align: center;\\n }\\n }\\n }\\n }\\n .on-hover {\\n position: absolute;\\n visibility: hidden;\\n }\\n }\\n }\\n .header {\\n padding: 8px 16px 8px 12px;\\n background: var(--background-color-grey);\\n height: 40px;\\n font-size: var(--font-size-medium);\\n font-weight: bold;\\n display: flex;\\n justify-content: space-between;\\n align-items: center;\\n cursor: pointer;\\n\\n .collapse_icon {\\n display: none;\\n }\\n .expand_icon {\\n display: block;\\n }\\n &.visible {\\n .collapse_icon {\\n display: block;\\n }\\n .expand_icon {\\n display: none;\\n }\\n }\\n\\n span.updates_count {\\n margin-left: 10px;\\n padding: 3px 5px;\\n font-weight: normal;\\n font-size: var(--font-size-small);\\n .hidden {\\n display: none;\\n }\\n }\\n\\n .brand_color {\\n color: var(--brand-color);\\n }\\n\\n &:hover {\\n background: linear-gradient(0deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), #f2f2f2;\\n }\\n\\n &.brand_color {\\n background-color: var(--brand-color);\\n color: var(--text-color-white);\\n }\\n }\\n .dropdown_items_container {\\n flex-direction: column;\\n }\\n .dropdown_item {\\n padding: 8px 16px 8px 12px;\\n min-height: 40px;\\n font-size: var(--font-size-large);\\n display: flex;\\n justify-content: flex-start;\\n align-items: center;\\n cursor: pointer;\\n\\n &:hover {\\n background-color: #e2e2e2;\\n }\\n &.no_hover:hover {\\n background-color: var(--background-color-white);\\n }\\n &.no_padding {\\n padding-top: 0;\\n }\\n &.logout {\\n background: #363636;\\n border-radius: 0 0 8px 8px;\\n color: var(--text-color-white);\\n font-size: var(--font-size-small);\\n font-weight: bold;\\n &:hover {\\n background-color: var(--background-color-offblack);\\n }\\n }\\n .icon {\\n margin-right: 8px;\\n width: 20px;\\n\\n svg {\\n width: 20px;\\n }\\n &.large {\\n font-size: var(--font-size-xx-large);\\n width: 30px;\\n svg {\\n width: 30px;\\n }\\n }\\n }\\n .brand_color {\\n color: var(--brand-color);\\n }\\n .small {\\n font-size: var(--font-size-small);\\n }\\n .hidden {\\n display: none;\\n }\\n .text {\\n text-align: left;\\n width: 100%;\\n .sub_text {\\n display: flex;\\n align-items: center;\\n .points_icon_container {\\n margin-right: 2px;\\n }\\n .points_icon_container,\\n .points {\\n color: var(--brand-color);\\n font-size: var(--font-size-medium);\\n font-weight: bold;\\n }\\n .separator,\\n .place {\\n font-size: var(--font-size-small);\\n color: var(--text-color-dark-grey);\\n }\\n\\n .size_controls_container {\\n display: flex;\\n margin: auto;\\n justify-content: center;\\n align-items: center;\\n border: 1px solid var(--background-color-black);\\n border-radius: 4px;\\n\\n .font_size_control_button {\\n cursor: pointer;\\n display: flex;\\n align-items: center;\\n justify-content: center;\\n width: 32px;\\n height: 28px;\\n color: var(--text-color-black);\\n font-size: var(--font-size-large);\\n background-color: rgb(233, 233, 233);\\n transition: all 0.25s ease;\\n }\\n\\n .font_size_control_button:hover {\\n background-color: var(--background-color-grey);\\n }\\n\\n .font_size_counter {\\n color: var(--text-color-black);\\n width: 32px;\\n text-align: center;\\n font-size: var(--font-size-large);\\n }\\n }\\n }\\n }\\n .update_num {\\n border-radius: 15px;\\n color: white;\\n background: var(--brand-color);\\n font-weight: bold;\\n padding: 1px 6px;\\n display: flex;\\n justify-content: center;\\n &.hidden {\\n display: none;\\n }\\n }\\n }\\n\\n .leaderboard_card_simple {\\n border-radius: 10px 10px 0 0;\\n }\\n}\\n// for when someone is on mobile and rotates to landscape\\n@media screen and (max-height: 414px) {\\n .profile_dropdown {\\n height: fit-content;\\n overflow: auto;\\n justify-content: flex-start;\\n max-height: 330px;\\n }\\n}\\n\"],\"sourceRoot\":\"\"}]);\n// Exports\nexport default ___CSS_LOADER_EXPORT___;\n","// Imports\nimport ___CSS_LOADER_API_SOURCEMAP_IMPORT___ from \"../../../../node_modules/css-loader/dist/runtime/sourceMaps.js\";\nimport ___CSS_LOADER_API_IMPORT___ from \"../../../../node_modules/css-loader/dist/runtime/api.js\";\nvar ___CSS_LOADER_EXPORT___ = ___CSS_LOADER_API_IMPORT___(___CSS_LOADER_API_SOURCEMAP_IMPORT___);\n// Module\n___CSS_LOADER_EXPORT___.push([module.id, \".quick_analytics{margin-top:24px;margin-bottom:24px}body.darkMode .quick_analytics{color:#fff}body.darkMode .quick_analytics input,body.darkMode .quick_analytics select,body.darkMode .quick_analytics option{color:#000}.quick_analytics .analytics_header{font-size:var(--font-size-xx-large)}.quick_analytics .date_label{margin-bottom:12px;font-size:var(--font-size-medium)}.quick_analytics .only_users{font-size:var(--font-size-small);color:var(--text-color-light-grey)}.quick_analytics .left_container{display:inline-block;width:200px;vertical-align:top}body.phone .quick_analytics .left_container{width:100%;margin-bottom:16px}@media(min-width: 640px){.quick_analytics .left_container{width:100%;margin-bottom:16px}}.quick_analytics .right_container{display:inline-block;width:calc(100% - 200px);padding-left:32px;vertical-align:top;position:relative}body.phone .quick_analytics .right_container{width:100%;margin-bottom:16px;padding-left:0px}@media(min-width: 640px){.quick_analytics .right_container{width:100%;margin-bottom:16px;padding-left:0px}}.quick_analytics .right_container .number_container{text-align:left;display:inline-block;width:25%}body.phone .quick_analytics .right_container .number_container{width:33%;margin-bottom:6px}@media(min-width: 640px){.quick_analytics .right_container .number_container{width:33%;margin-bottom:6px}}.quick_analytics .right_container .number_container .stat{line-height:1.3;font-size:var(--font-size-xx-large)}.quick_analytics .right_container .number_container .stat_label{line-height:1.3;font-size:var(--font-size-medium);color:var(--text-color-light-grey)}.quick_analytics .download_container .cssButton{width:calc(33% - 6px);margin-right:6px;margin-bottom:6px;display:inline-block}body.phone .quick_analytics .download_container .cssButton{width:100% !important}@media(min-width: 640px){.quick_analytics .download_container .cssButton{width:100%}}.quick_analytics .archive_container{margin-top:24px}.quick_analytics .archive_container .archive_link{margin-bottom:24px}.quick_analytics .archive_container .archive_link .archive_name{vertical-align:bottom;margin-right:24px;font-size:var(--font-size-x-large)}.quick_analytics .archive_container .archive_link .archive_status{display:inline-block;vertical-align:bottom;margin-right:12px;line-height:1.3;font-size:var(--font-size-medium);color:var(--text-color-light-grey);text-transform:capitalize}.quick_analytics .archive_container .archive_link .archive_download{display:inline-block;vertical-align:bottom;font-size:var(--font-size-medium)}.quick_analytics .juno_edit_config_button{z-index:1;position:inherit;background-color:var(--brand-color);margin-bottom:20px;width:80px;height:80px;text-align:center;border-radius:100%;padding-top:15px;transform:scale(1);box-shadow:0 0 0 rgba(86,86,86,.27);transition:all .3s ease-out;cursor:pointer;-webkit-font-smoothing:subpixel-antialiased;backface-visibility:hidden;transform:translateZ(0) perspective(1px) scale(1)}body.isMobile .quick_analytics .juno_edit_config_button{display:none}.quick_analytics .juno_edit_config_button .edit_config_image img,.quick_analytics .juno_edit_config_button .edit_config_image svg{font-size:30px;color:var(--text-color-white);width:30px;display:inline-block;transition:all .3s ease-in-out;transform:scale(1) translateZ(0) perspective(1px)}.quick_analytics .juno_edit_config_button .config_button_text_container{color:#fff;font-weight:600}.quick_analytics .juno_edit_config_button:hover{transform:scale(1.05) translateZ(0) perspective(1px);box-shadow:3px 3px 2px rgba(86,86,86,.27)}.quick_analytics .juno_edit_config_button:hover .edit_config_image img,.quick_analytics .juno_edit_config_button:hover .edit_config_image svg{animation:spinCog .3s ease-in-out;transform:scale(1.1) translateZ(0) perspective(1px)}\", \"\",{\"version\":3,\"sources\":[\"webpack://./src/ui/modules/QuickAnalytics/style.scss\"],\"names\":[],\"mappings\":\"AAAA,iBACE,eAAA,CACA,kBAAA,CAEA,+BACE,UAAA,CACA,iHAGE,UAAA,CAIJ,mCACE,mCAAA,CAEF,6BACE,kBAAA,CACA,iCAAA,CAGF,6BACE,gCAAA,CACA,kCAAA,CAEF,iCACE,oBAAA,CACA,WAAA,CACA,kBAAA,CAEA,4CACE,UAAA,CACA,kBAAA,CAGF,yBAVF,iCAWI,UAAA,CACA,kBAAA,CAAA,CAIJ,kCACE,oBAAA,CACA,wBAAA,CACA,iBAAA,CACA,kBAAA,CACA,iBAAA,CAEA,6CACE,UAAA,CACA,kBAAA,CACA,gBAAA,CAGF,yBAbF,kCAcI,UAAA,CACA,kBAAA,CACA,gBAAA,CAAA,CAGF,oDACE,eAAA,CACA,oBAAA,CACA,SAAA,CAEA,+DACE,SAAA,CACA,iBAAA,CAGF,yBAVF,oDAWI,SAAA,CACA,iBAAA,CAAA,CAGF,0DACE,eAAA,CACA,mCAAA,CAGF,gEACE,eAAA,CACA,iCAAA,CACA,kCAAA,CAMJ,gDACE,qBAAA,CACA,gBAAA,CACA,iBAAA,CACA,oBAAA,CAEA,2DACE,qBAAA,CAGF,yBAVF,gDAWI,UAAA,CAAA,CAKN,oCACE,eAAA,CAEA,kDACE,kBAAA,CAEA,gEACE,qBAAA,CACA,iBAAA,CACA,kCAAA,CAGF,kEACE,oBAAA,CACA,qBAAA,CACA,iBAAA,CACA,eAAA,CACA,iCAAA,CACA,kCAAA,CACA,yBAAA,CAGF,oEACE,oBAAA,CACA,qBAAA,CACA,iCAAA,CAKN,0CAIE,SAAA,CACA,gBAAA,CACA,mCAAA,CACA,kBAAA,CACA,UAAA,CACA,WAAA,CACA,iBAAA,CACA,kBAAA,CACA,gBAAA,CACA,kBAAA,CACA,mCAAA,CACA,2BAAA,CACA,cAAA,CACA,2CAAA,CACA,0BAAA,CACA,iDAAA,CAlBA,wDACE,YAAA,CAkBF,kIAEE,cAAA,CACA,6BAAA,CACA,UAAA,CACA,oBAAA,CACA,8BAAA,CACA,iDAAA,CAEF,wEACE,UAAA,CACA,eAAA,CAEF,gDACE,oDAAA,CACA,yCAAA,CAEF,8IAEE,iCAAA,CACA,mDAAA\",\"sourcesContent\":[\".quick_analytics {\\n margin-top: 24px;\\n margin-bottom: 24px;\\n\\n body.darkMode & {\\n color: white;\\n input,\\n select,\\n option {\\n color: black;\\n }\\n }\\n\\n .analytics_header {\\n font-size: var(--font-size-xx-large);\\n }\\n .date_label {\\n margin-bottom: 12px;\\n font-size: var(--font-size-medium);\\n }\\n\\n .only_users {\\n font-size: var(--font-size-small);\\n color: var(--text-color-light-grey);\\n }\\n .left_container {\\n display: inline-block;\\n width: 200px;\\n vertical-align: top;\\n\\n body.phone & {\\n width: 100%;\\n margin-bottom: 16px;\\n }\\n\\n @media (min-width: 640px) {\\n width: 100%;\\n margin-bottom: 16px;\\n }\\n }\\n\\n .right_container {\\n display: inline-block;\\n width: calc(100% - 200px);\\n padding-left: 32px;\\n vertical-align: top;\\n position: relative;\\n\\n body.phone & {\\n width: 100%;\\n margin-bottom: 16px;\\n padding-left: 0px;\\n }\\n\\n @media (min-width: 640px) {\\n width: 100%;\\n margin-bottom: 16px;\\n padding-left: 0px;\\n }\\n\\n .number_container {\\n text-align: left;\\n display: inline-block;\\n width: 25%;\\n\\n body.phone & {\\n width: 33%;\\n margin-bottom: 6px;\\n }\\n\\n @media (min-width: 640px) {\\n width: 33%;\\n margin-bottom: 6px;\\n }\\n\\n .stat {\\n line-height: 1.3;\\n font-size: var(--font-size-xx-large);\\n }\\n\\n .stat_label {\\n line-height: 1.3;\\n font-size: var(--font-size-medium);\\n color: var(--text-color-light-grey);\\n }\\n }\\n }\\n\\n .download_container {\\n .cssButton {\\n width: calc(33% - 6px);\\n margin-right: 6px;\\n margin-bottom: 6px;\\n display: inline-block;\\n\\n body.phone & {\\n width: 100% !important;\\n }\\n\\n @media (min-width: 640px) {\\n width: 100%;\\n }\\n }\\n }\\n\\n .archive_container {\\n margin-top: 24px;\\n\\n .archive_link {\\n margin-bottom: 24px;\\n\\n .archive_name {\\n vertical-align: bottom;\\n margin-right: 24px;\\n font-size: var(--font-size-x-large);\\n }\\n\\n .archive_status {\\n display: inline-block;\\n vertical-align: bottom;\\n margin-right: 12px;\\n line-height: 1.3;\\n font-size: var(--font-size-medium);\\n color: var(--text-color-light-grey);\\n text-transform: capitalize;\\n }\\n\\n .archive_download {\\n display: inline-block;\\n vertical-align: bottom;\\n font-size: var(--font-size-medium);\\n }\\n }\\n }\\n\\n .juno_edit_config_button {\\n body.isMobile & {\\n display: none;\\n }\\n z-index: 1;\\n position: inherit;\\n background-color: var(--brand-color);\\n margin-bottom: 20px;\\n width: 80px;\\n height: 80px;\\n text-align: center;\\n border-radius: 100%;\\n padding-top: 15px;\\n transform: scale(1);\\n box-shadow: 0 0 0 rgba(86, 86, 86, 0.27);\\n transition: all 0.3s ease-out;\\n cursor: pointer;\\n -webkit-font-smoothing: subpixel-antialiased;\\n backface-visibility: hidden;\\n transform: translateZ(0) perspective(1px) scale(1);\\n .edit_config_image img,\\n .edit_config_image svg {\\n font-size: 30px;\\n color: var(--text-color-white);\\n width: 30px;\\n display: inline-block;\\n transition: all 0.3s ease-in-out;\\n transform: scale(1) translateZ(0) perspective(1px);\\n }\\n .config_button_text_container {\\n color: white;\\n font-weight: 600;\\n }\\n &:hover {\\n transform: scale(1.05) translateZ(0) perspective(1px);\\n box-shadow: 3px 3px 2px rgba(86, 86, 86, 0.27);\\n }\\n &:hover .edit_config_image img,\\n &:hover .edit_config_image svg {\\n animation: spinCog 0.3s ease-in-out;\\n transform: scale(1.1) translateZ(0) perspective(1px);\\n }\\n }\\n}\\n\"],\"sourceRoot\":\"\"}]);\n// Exports\nexport default ___CSS_LOADER_EXPORT___;\n","// Imports\nimport ___CSS_LOADER_API_SOURCEMAP_IMPORT___ from \"../../../../node_modules/css-loader/dist/runtime/sourceMaps.js\";\nimport ___CSS_LOADER_API_IMPORT___ from \"../../../../node_modules/css-loader/dist/runtime/api.js\";\nvar ___CSS_LOADER_EXPORT___ = ___CSS_LOADER_API_IMPORT___(___CSS_LOADER_API_SOURCEMAP_IMPORT___);\n// Module\n___CSS_LOADER_EXPORT___.push([module.id, \".speakers_preview_module .speaker_preview_title{margin-bottom:32px}\", \"\",{\"version\":3,\"sources\":[\"webpack://./src/ui/modules/SpeakersPreviewModule/style.scss\"],\"names\":[],\"mappings\":\"AACE,gDACE,kBAAA\",\"sourcesContent\":[\".speakers_preview_module {\\n .speaker_preview_title {\\n margin-bottom: 32px;\\n }\\n}\\n\"],\"sourceRoot\":\"\"}]);\n// Exports\nexport default ___CSS_LOADER_EXPORT___;\n","// Imports\nimport ___CSS_LOADER_API_SOURCEMAP_IMPORT___ from \"../../../../node_modules/css-loader/dist/runtime/sourceMaps.js\";\nimport ___CSS_LOADER_API_IMPORT___ from \"../../../../node_modules/css-loader/dist/runtime/api.js\";\nvar ___CSS_LOADER_EXPORT___ = ___CSS_LOADER_API_IMPORT___(___CSS_LOADER_API_SOURCEMAP_IMPORT___);\n// Module\n___CSS_LOADER_EXPORT___.push([module.id, \".users_preview_module .users_preview_title{margin-bottom:32px}\", \"\",{\"version\":3,\"sources\":[\"webpack://./src/ui/modules/UsersPreviewModule/style.scss\"],\"names\":[],\"mappings\":\"AACE,2CACE,kBAAA\",\"sourcesContent\":[\".users_preview_module {\\n .users_preview_title {\\n margin-bottom: 32px;\\n }\\n}\\n\"],\"sourceRoot\":\"\"}]);\n// Exports\nexport default ___CSS_LOADER_EXPORT___;\n","// Imports\nimport ___CSS_LOADER_API_SOURCEMAP_IMPORT___ from \"../../../node_modules/css-loader/dist/runtime/sourceMaps.js\";\nimport ___CSS_LOADER_API_IMPORT___ from \"../../../node_modules/css-loader/dist/runtime/api.js\";\nvar ___CSS_LOADER_EXPORT___ = ___CSS_LOADER_API_IMPORT___(___CSS_LOADER_API_SOURCEMAP_IMPORT___);\n// Module\n___CSS_LOADER_EXPORT___.push([module.id, \".social_comment_container{display:flex;align-items:center;justify-content:space-between;width:100%;height:100%}.social_comment_container .social_comment_container_icon{margin:0 5px}.social_comment_container .social_comment_container_count{margin:0 5px}\", \"\",{\"version\":3,\"sources\":[\"webpack://./src/ui/objects/SocialCommentContainer.scss\"],\"names\":[],\"mappings\":\"AAAA,0BACE,YAAA,CACA,kBAAA,CACA,6BAAA,CACA,UAAA,CACA,WAAA,CAEA,yDACE,YAAA,CAEF,0DACE,YAAA\",\"sourcesContent\":[\".social_comment_container {\\n display: flex;\\n align-items: center;\\n justify-content: space-between;\\n width: 100%;\\n height: 100%;\\n\\n .social_comment_container_icon {\\n margin: 0 5px;\\n }\\n .social_comment_container_count {\\n margin: 0 5px;\\n }\\n .social_comment_container_text {\\n }\\n}\\n\"],\"sourceRoot\":\"\"}]);\n// Exports\nexport default ___CSS_LOADER_EXPORT___;\n","// Imports\nimport ___CSS_LOADER_API_SOURCEMAP_IMPORT___ from \"../../../node_modules/css-loader/dist/runtime/sourceMaps.js\";\nimport ___CSS_LOADER_API_IMPORT___ from \"../../../node_modules/css-loader/dist/runtime/api.js\";\nvar ___CSS_LOADER_EXPORT___ = ___CSS_LOADER_API_IMPORT___(___CSS_LOADER_API_SOURCEMAP_IMPORT___);\n// Module\n___CSS_LOADER_EXPORT___.push([module.id, \".social_like_container{display:flex;align-items:center;justify-content:space-between;width:100%;height:100%}.social_like_container .social_like_container_icon{margin:0 5px}.social_like_container .social_like_container_count{margin:0 5px}\", \"\",{\"version\":3,\"sources\":[\"webpack://./src/ui/objects/SocialLikeContainer.scss\"],\"names\":[],\"mappings\":\"AAAA,uBACE,YAAA,CACA,kBAAA,CACA,6BAAA,CACA,UAAA,CACA,WAAA,CAEA,mDACE,YAAA,CAEF,oDACE,YAAA\",\"sourcesContent\":[\".social_like_container {\\n display: flex;\\n align-items: center;\\n justify-content: space-between;\\n width: 100%;\\n height: 100%;\\n\\n .social_like_container_icon {\\n margin: 0 5px;\\n }\\n .social_like_container_count {\\n margin: 0 5px;\\n }\\n .social_like_container_text {\\n }\\n}\\n\"],\"sourceRoot\":\"\"}]);\n// Exports\nexport default ___CSS_LOADER_EXPORT___;\n","// Imports\nimport ___CSS_LOADER_API_SOURCEMAP_IMPORT___ from \"../../../../node_modules/css-loader/dist/runtime/sourceMaps.js\";\nimport ___CSS_LOADER_API_IMPORT___ from \"../../../../node_modules/css-loader/dist/runtime/api.js\";\nvar ___CSS_LOADER_EXPORT___ = ___CSS_LOADER_API_IMPORT___(___CSS_LOADER_API_SOURCEMAP_IMPORT___);\n// Module\n___CSS_LOADER_EXPORT___.push([module.id, \".juno_file_upload{width:fit-content;max-width:30vw;height:fit-content;position:fixed;bottom:30%;left:calc(50% - 150px);background-color:#fff;padding:45px 30px 35px 30px;border-radius:5px;border:1px solid #d3d3d3;box-shadow:0px 0px 7px -1px;cursor:move;min-width:425px}.juno_file_upload.flexy{display:flex}.phone .juno_file_upload{max-width:unset;width:100%}.juno_file_upload .file_upload_show_message{background-color:#eee;color:#444;cursor:pointer;width:100%;border:none;text-align:left;outline:none;font-size:var(--font-size-xx-large);position:absolute;left:0;top:0;padding:0 15px}.juno_file_upload .file_upload_show_message .file_upload_icon.minus{display:none}.juno_file_upload .file_upload_show_message.active .file_upload_icon.info{display:none}.juno_file_upload .file_upload_show_message.active .file_upload_icon.minus{display:block}.juno_file_upload .file_upload_show_message .panel{opacity:0;background-color:#fff;max-height:0;overflow:hidden;bottom:0;left:0;padding:15px;border-radius:10px 10px 0 0}.juno_file_upload .file_upload_show_message .file_upload_progress_message{width:100%;transition:all .25s ease-in-out;margin-bottom:15px;font-size:var(--font-size-medium);position:absolute;box-shadow:0px 0px 10px -5px #000;text-align:center}.juno_file_upload .file_upload_show_message .file_upload_progress_message .file_upload_progress_message_title{font-weight:bold}.juno_file_upload .file_upload_show_message .file_upload_progress_message .file_upload_progress_message_message{color:var(--brand-color);font-size:var(--font-size-small);padding-top:5px}.juno_file_upload .file_upload_show_message .file_upload_progress_message.active{bottom:20px;opacity:1}.juno_file_upload .file_upload_initial_info{font-size:var(--font-size-medium);margin-bottom:15px}.juno_file_upload .file_upload_initial_info .file_upload_header{text-align:center;font-size:var(--font-size-large);font-weight:bold;padding:10px}.juno_file_upload .file_upload_initial_info .file_upload_body{background-color:#f2f2f2;padding:10px}.juno_file_upload .file_upload_initial_info .file_upload_body .file_upload_details{display:flex;justify-content:flex-start}.juno_file_upload .file_upload_initial_info .file_upload_body .file_upload_size,.juno_file_upload .file_upload_initial_info .file_upload_body .file_upload_name,.juno_file_upload .file_upload_initial_info .file_upload_body .file_upload_type{display:flex;justify-content:space-between;flex-direction:column;margin:15px 10px}.juno_file_upload .file_upload_initial_info .file_upload_body .file_upload_size,.juno_file_upload .file_upload_initial_info .file_upload_body .file_upload_type{margin:0px 10px 15px 10px;width:50%}.juno_file_upload .file_upload_initial_info .file_upload_body .label{font-size:var(--font-size-large);font-weight:bold}.juno_file_upload .file_upload_initial_info .file_upload_body .value{font-size:var(--font-size-medium);word-break:break-all;color:var(--brand-color)}.juno_file_upload .file_upload_progress_buttons_message{font-weight:bold}.juno_file_upload .file_upload_progress_buttons_message .upload_progress_container{display:flex;margin:5px 20px 5px 0;font-size:var(--font-size-small);align-items:center;justify-content:space-around}.juno_file_upload .file_upload_progress_buttons_message .upload_progress_container .upload_progress_container_percentage{margin-left:15px}.juno_file_upload .file_upload_progress_buttons_message .upload_progress_container img{width:30px}.juno_file_upload .file_upload_progress_buttons_message #upload_progress_bar{margin:10px 20px 0 0}.juno_file_upload .file_upload_progress_buttons{display:flex;font-weight:bold;padding-top:10px}.juno_file_upload #upload_ok_button{margin-left:5px}.juno_file_upload #upload_cancel_button{margin-right:5px}.juno_file_upload #upload_cancel_button .CSSButton_text{height:100%;display:flex;justify-content:center;align-items:center}.juno_file_upload #upload_done_button .CSSButton_text{height:100%;display:flex;justify-content:center;align-items:center}\", \"\",{\"version\":3,\"sources\":[\"webpack://./src/ui/objects/junofileupload/style.scss\"],\"names\":[],\"mappings\":\"AAAA,kBACE,iBAAA,CACA,cAAA,CACA,kBAAA,CACA,cAAA,CACA,UAAA,CACA,sBAAA,CACA,qBAAA,CACA,2BAAA,CACA,iBAAA,CACA,wBAAA,CACA,2BAAA,CACA,WAAA,CACA,eAAA,CAEA,wBACE,YAAA,CAGF,yBACE,eAAA,CACA,UAAA,CAGF,4CACE,qBAAA,CACA,UAAA,CACA,cAAA,CACA,UAAA,CACA,WAAA,CACA,eAAA,CACA,YAAA,CACA,mCAAA,CACA,iBAAA,CACA,MAAA,CACA,KAAA,CACA,cAAA,CAEA,oEACE,YAAA,CAIA,0EACE,YAAA,CAEF,2EACE,aAAA,CAIJ,mDACE,SAAA,CACA,qBAAA,CACA,YAAA,CACA,eAAA,CAEA,QAAA,CACA,MAAA,CACA,YAAA,CACA,2BAAA,CAEF,0EACE,UAAA,CACA,+BAAA,CACA,kBAAA,CACA,iCAAA,CACA,iBAAA,CACA,iCAAA,CACA,iBAAA,CAEA,8GACE,gBAAA,CAEF,gHACE,wBAAA,CACA,gCAAA,CACA,eAAA,CAGF,iFACE,WAAA,CACA,SAAA,CAIN,4CACE,iCAAA,CACA,kBAAA,CACA,gEACE,iBAAA,CACA,gCAAA,CACA,gBAAA,CACA,YAAA,CAEF,8DACE,wBAAA,CACA,YAAA,CACA,mFACE,YAAA,CACA,0BAAA,CAEF,gPAGE,YAAA,CACA,6BAAA,CACA,qBAAA,CACA,gBAAA,CAEF,gKAEE,yBAAA,CACA,SAAA,CAEF,qEACE,gCAAA,CACA,gBAAA,CAEF,qEACE,iCAAA,CACA,oBAAA,CACA,wBAAA,CAIN,wDACE,gBAAA,CAEA,mFACE,YAAA,CACA,qBAAA,CACA,gCAAA,CACA,kBAAA,CACA,4BAAA,CAEA,yHACE,gBAAA,CAGF,uFACE,UAAA,CAGJ,6EACE,oBAAA,CAIJ,gDACE,YAAA,CACA,gBAAA,CACA,gBAAA,CAEF,oCACE,eAAA,CAEF,wCACE,gBAAA,CACA,wDACE,WAAA,CACA,YAAA,CACA,sBAAA,CACA,kBAAA,CAIF,sDACE,WAAA,CACA,YAAA,CACA,sBAAA,CACA,kBAAA\",\"sourcesContent\":[\".juno_file_upload {\\n width: fit-content;\\n max-width: 30vw;\\n height: fit-content;\\n position: fixed;\\n bottom: 30%;\\n left: calc(50% - 150px);\\n background-color: white;\\n padding: 45px 30px 35px 30px;\\n border-radius: 5px;\\n border: 1px solid lightgray;\\n box-shadow: 0px 0px 7px -1px;\\n cursor: move;\\n min-width: 425px;\\n\\n &.flexy {\\n display: flex;\\n }\\n\\n .phone & {\\n max-width: unset;\\n width: 100%;\\n }\\n\\n .file_upload_show_message {\\n background-color: #eee;\\n color: #444;\\n cursor: pointer;\\n width: 100%;\\n border: none;\\n text-align: left;\\n outline: none;\\n font-size: var(--font-size-xx-large);\\n position: absolute;\\n left: 0;\\n top: 0;\\n padding: 0 15px;\\n\\n .file_upload_icon.minus {\\n display: none;\\n }\\n\\n &.active {\\n .file_upload_icon.info {\\n display: none;\\n }\\n .file_upload_icon.minus {\\n display: block;\\n }\\n }\\n\\n .panel {\\n opacity: 0;\\n background-color: white;\\n max-height: 0;\\n overflow: hidden;\\n // transition: max-height 0.25s ease-in-out;\\n bottom: 0;\\n left: 0;\\n padding: 15px;\\n border-radius: 10px 10px 0 0;\\n }\\n .file_upload_progress_message {\\n width: 100%;\\n transition: all 0.25s ease-in-out;\\n margin-bottom: 15px;\\n font-size: var(--font-size-medium);\\n position: absolute;\\n box-shadow: 0px 0px 10px -5px black;\\n text-align: center;\\n\\n .file_upload_progress_message_title {\\n font-weight: bold;\\n }\\n .file_upload_progress_message_message {\\n color: var(--brand-color);\\n font-size: var(--font-size-small);\\n padding-top: 5px;\\n }\\n\\n &.active {\\n bottom: 20px;\\n opacity: 1;\\n }\\n }\\n }\\n .file_upload_initial_info {\\n font-size: var(--font-size-medium);\\n margin-bottom: 15px;\\n .file_upload_header {\\n text-align: center;\\n font-size: var(--font-size-large);\\n font-weight: bold;\\n padding: 10px;\\n }\\n .file_upload_body {\\n background-color: #f2f2f2;\\n padding: 10px;\\n .file_upload_details {\\n display: flex;\\n justify-content: flex-start;\\n }\\n .file_upload_size,\\n .file_upload_name,\\n .file_upload_type {\\n display: flex;\\n justify-content: space-between;\\n flex-direction: column;\\n margin: 15px 10px;\\n }\\n .file_upload_size,\\n .file_upload_type {\\n margin: 0px 10px 15px 10px;\\n width: 50%;\\n }\\n .label {\\n font-size: var(--font-size-large);\\n font-weight: bold;\\n }\\n .value {\\n font-size: var(--font-size-medium);\\n word-break: break-all;\\n color: var(--brand-color);\\n }\\n }\\n }\\n .file_upload_progress_buttons_message {\\n font-weight: bold;\\n\\n .upload_progress_container {\\n display: flex;\\n margin: 5px 20px 5px 0;\\n font-size: var(--font-size-small);\\n align-items: center;\\n justify-content: space-around;\\n\\n .upload_progress_container_percentage {\\n margin-left: 15px;\\n }\\n\\n img {\\n width: 30px;\\n }\\n }\\n #upload_progress_bar {\\n margin: 10px 20px 0 0;\\n }\\n }\\n\\n .file_upload_progress_buttons {\\n display: flex;\\n font-weight: bold;\\n padding-top: 10px;\\n }\\n #upload_ok_button {\\n margin-left: 5px;\\n }\\n #upload_cancel_button {\\n margin-right: 5px;\\n .CSSButton_text {\\n height: 100%;\\n display: flex;\\n justify-content: center;\\n align-items: center;\\n }\\n }\\n #upload_done_button {\\n .CSSButton_text {\\n height: 100%;\\n display: flex;\\n justify-content: center;\\n align-items: center;\\n }\\n }\\n}\\n\"],\"sourceRoot\":\"\"}]);\n// Exports\nexport default ___CSS_LOADER_EXPORT___;\n","// Imports\nimport ___CSS_LOADER_API_SOURCEMAP_IMPORT___ from \"../../../../node_modules/css-loader/dist/runtime/sourceMaps.js\";\nimport ___CSS_LOADER_API_IMPORT___ from \"../../../../node_modules/css-loader/dist/runtime/api.js\";\nvar ___CSS_LOADER_EXPORT___ = ___CSS_LOADER_API_IMPORT___(___CSS_LOADER_API_SOURCEMAP_IMPORT___);\n// Module\n___CSS_LOADER_EXPORT___.push([module.id, \"#recime-messenger-root{display:none;box-shadow:0px 0px 8px #000 !important;transition:all .5s ease-in-out !important}#recime-messenger-root.shown{display:block;opacity:1;visibility:visible}.phone #recime-messenger-root{top:unset !important;max-height:calc(85vh - 135px) !important;bottom:135px !important;left:5vw !important;width:90vw !important}.sl_chat_toggle{box-shadow:0px 0px 8px #000;display:none;position:absolute;bottom:25px;right:25px;font-size:var(--font-size-xxx-large);cursor:pointer;width:56px;height:56px;border-radius:30px;flex-direction:column;justify-content:center;padding:10px;color:#fff}.sl_chat_toggle:active{box-shadow:0px 0px 0px #000}.phone .sl_chat_toggle{bottom:calc(80px + var(--bottomsafearea));width:45px;height:45px}.sl_chat_toggle.shown{opacity:1;visibility:visible;display:flex}\", \"\",{\"version\":3,\"sources\":[\"webpack://./src/ui/objects/livechat/LiveChat.scss\"],\"names\":[],\"mappings\":\"AAAA,uBACE,YAAA,CACA,sCAAA,CACA,yCAAA,CAEA,6BACE,aAAA,CACA,SAAA,CACA,kBAAA,CAGF,8BACE,oBAAA,CACA,wCAAA,CACA,uBAAA,CACA,mBAAA,CACA,qBAAA,CAIJ,gBACE,2BAAA,CACA,YAAA,CACA,iBAAA,CACA,WAAA,CACA,UAAA,CACA,oCAAA,CACA,cAAA,CACA,UAAA,CACA,WAAA,CACA,kBAAA,CACA,qBAAA,CACA,sBAAA,CACA,YAAA,CACA,UAAA,CAEA,uBACE,2BAAA,CAGF,uBACE,yCAAA,CACA,UAAA,CACA,WAAA,CAGF,sBACE,SAAA,CACA,kBAAA,CACA,YAAA\",\"sourcesContent\":[\"#recime-messenger-root {\\n display: none;\\n box-shadow: 0px 0px 8px black !important;\\n transition: all 0.5s ease-in-out !important;\\n\\n &.shown {\\n display: block;\\n opacity: 1;\\n visibility: visible;\\n }\\n\\n .phone & {\\n top: unset !important;\\n max-height: calc(85vh - 135px) !important;\\n bottom: 135px !important;\\n left: 5vw !important;\\n width: 90vw !important;\\n }\\n}\\n\\n.sl_chat_toggle {\\n box-shadow: 0px 0px 8px black;\\n display: none;\\n position: absolute;\\n bottom: 25px;\\n right: 25px;\\n font-size: var(--font-size-xxx-large);\\n cursor: pointer;\\n width: 56px;\\n height: 56px;\\n border-radius: 30px;\\n flex-direction: column;\\n justify-content: center;\\n padding: 10px;\\n color: white;\\n\\n &:active {\\n box-shadow: 0px 0px 0px black;\\n }\\n\\n .phone & {\\n bottom: calc(80px + var(--bottomsafearea));\\n width: 45px;\\n height: 45px;\\n }\\n\\n &.shown {\\n opacity: 1;\\n visibility: visible;\\n display: flex;\\n }\\n}\\n\"],\"sourceRoot\":\"\"}]);\n// Exports\nexport default ___CSS_LOADER_EXPORT___;\n","// Imports\nimport ___CSS_LOADER_API_SOURCEMAP_IMPORT___ from \"../../../../../node_modules/css-loader/dist/runtime/sourceMaps.js\";\nimport ___CSS_LOADER_API_IMPORT___ from \"../../../../../node_modules/css-loader/dist/runtime/api.js\";\nvar ___CSS_LOADER_EXPORT___ = ___CSS_LOADER_API_IMPORT___(___CSS_LOADER_API_SOURCEMAP_IMPORT___);\n// Module\n___CSS_LOADER_EXPORT___.push([module.id, \".archive_panel{padding:25px 0}.archive_panel .archive_panel_header{font-size:var(--font-size-x-large);display:flex;justify-content:space-between;align-items:center;padding-bottom:15px}.archive_panel #archive-table{font-size:var(--font-size-medium)}.archive_panel #archive-table .table_row{display:flex;justify-content:space-between;flex-direction:column;padding:10px;margin-bottom:5px}.archive_panel #archive-table .table_row .table_row_header{width:100%;padding:5px 0;font-size:var(--font-size-large)}.archive_panel #archive-table .table_row .table_row_header .table_row_primary{width:100%;display:inline-block}.archive_panel #archive-table .table_row .table_row_header .table_row_primary .table_row_header_label{vertical-align:bottom;margin-right:12px;line-height:1.3;font-size:var(--font-size-small)}.archive_panel #archive-table .table_row .table_row_header .table_row_primary .table_row_header_text.preview_button{color:var(--brand-color);cursor:pointer}.archive_panel #archive-table .table_row .table_row_body{width:100%;display:none;border-top:1px solid #d3d3d3;padding:10px}.archive_panel #archive-table .table_row .table_row_body .table_row_details{display:flex;justify-content:space-between;flex-direction:column;padding-top:25px}.archive_panel #archive-table .table_row .table_row_body .table_row_details .table_row_details_left{width:100%}.archive_panel #archive-table .table_row .table_row_body .table_row_details .table_row_details_left .table_row_header_text{-webkit-user-select:text}.archive_panel #archive-table .table_row .table_row_body .table_row_details .table_row_details_right .row_preview_container{max-width:100%;padding-top:15px;width:480px;height:270px}.phone .archive_panel #archive-table .table_row .table_row_body .table_row_details .table_row_details_right .row_preview_container{width:320px;height:180px}.archive_panel #archive-table .table_row .table_row_body .table_row_details .failed{color:red;font-weight:bold}.archive_panel #archive-table .table_row .table_row_footer{width:100%}.archive_panel #archive-table .no_archives{padding:10px 15px;vertical-align:bottom;line-height:1.3;font-size:var(--font-size-small);color:var(--text-color-light-grey);text-transform:uppercase}\", \"\",{\"version\":3,\"sources\":[\"webpack://./src/ui/objects/panels/ArchivePanel/style.scss\"],\"names\":[],\"mappings\":\"AAAA,eACE,cAAA,CACA,qCACE,kCAAA,CACA,YAAA,CACA,6BAAA,CACA,kBAAA,CACA,mBAAA,CAEF,8BACE,iCAAA,CACA,yCACE,YAAA,CACA,6BAAA,CACA,qBAAA,CACA,YAAA,CACA,iBAAA,CACA,2DACE,UAAA,CACA,aAAA,CACA,gCAAA,CACA,8EACE,UAAA,CACA,oBAAA,CAEA,sGACE,qBAAA,CACA,iBAAA,CACA,eAAA,CACA,gCAAA,CAGA,oHACE,wBAAA,CACA,cAAA,CAKR,yDACE,UAAA,CACA,YAAA,CACA,4BAAA,CACA,YAAA,CACA,4EACE,YAAA,CACA,6BAAA,CACA,qBAAA,CACA,gBAAA,CACA,oGACE,UAAA,CACA,2HACE,wBAAA,CAIF,4HACE,cAAA,CACA,gBAAA,CACA,WAAA,CACA,YAAA,CACA,mIACE,WAAA,CACA,YAAA,CAIN,oFACE,SAAA,CACA,gBAAA,CAIN,2DACE,UAAA,CAGJ,2CACE,iBAAA,CACA,qBAAA,CACA,eAAA,CACA,gCAAA,CACA,kCAAA,CACA,wBAAA\",\"sourcesContent\":[\".archive_panel {\\n padding: 25px 0;\\n .archive_panel_header {\\n font-size: var(--font-size-x-large);\\n display: flex;\\n justify-content: space-between;\\n align-items: center;\\n padding-bottom: 15px;\\n }\\n #archive-table {\\n font-size: var(--font-size-medium);\\n .table_row {\\n display: flex;\\n justify-content: space-between;\\n flex-direction: column;\\n padding: 10px;\\n margin-bottom: 5px;\\n .table_row_header {\\n width: 100%;\\n padding: 5px 0;\\n font-size: var(--font-size-large);\\n .table_row_primary {\\n width: 100%;\\n display: inline-block;\\n\\n .table_row_header_label {\\n vertical-align: bottom;\\n margin-right: 12px;\\n line-height: 1.3;\\n font-size: var(--font-size-small);\\n }\\n .table_row_header_text {\\n &.preview_button {\\n color: var(--brand-color);\\n cursor: pointer;\\n }\\n }\\n }\\n }\\n .table_row_body {\\n width: 100%;\\n display: none;\\n border-top: 1px solid lightgray;\\n padding: 10px;\\n .table_row_details {\\n display: flex;\\n justify-content: space-between;\\n flex-direction: column;\\n padding-top: 25px;\\n .table_row_details_left {\\n width: 100%;\\n .table_row_header_text {\\n -webkit-user-select: text;\\n }\\n }\\n .table_row_details_right {\\n .row_preview_container {\\n max-width: 100%;\\n padding-top: 15px;\\n width: 480px;\\n height: 270px;\\n .phone & {\\n width: 320px;\\n height: 180px;\\n }\\n }\\n }\\n & .failed {\\n color: red;\\n font-weight: bold;\\n }\\n }\\n }\\n .table_row_footer {\\n width: 100%;\\n }\\n }\\n .no_archives {\\n padding: 10px 15px;\\n vertical-align: bottom;\\n line-height: 1.3;\\n font-size: var(--font-size-small);\\n color: var(--text-color-light-grey);\\n text-transform: uppercase;\\n }\\n }\\n}\\n\"],\"sourceRoot\":\"\"}]);\n// Exports\nexport default ___CSS_LOADER_EXPORT___;\n","// Imports\nimport ___CSS_LOADER_API_SOURCEMAP_IMPORT___ from \"../../../../../node_modules/css-loader/dist/runtime/sourceMaps.js\";\nimport ___CSS_LOADER_API_IMPORT___ from \"../../../../../node_modules/css-loader/dist/runtime/api.js\";\nvar ___CSS_LOADER_EXPORT___ = ___CSS_LOADER_API_IMPORT___(___CSS_LOADER_API_SOURCEMAP_IMPORT___);\n// Module\n___CSS_LOADER_EXPORT___.push([module.id, \".notification_panel{width:100%;height:100%}.notification_panel .panel_container{position:relative;margin:auto;margin-top:70px;height:calc(100% - 100px);width:700px;background-color:#fff}.tablet .notification_panel .panel_container{width:90%;font-size:.9em}.phone .notification_panel .panel_container{width:100%;font-size:.7em;margin-top:0;height:100%}.notification_panel .panel_container .panel_close{position:absolute;right:0px;top:-30px;padding:3px 8px;border-radius:5px;color:#fff;font-size:var(--font-size-medium);cursor:pointer}.notification_panel .panel_container .panel_close:hover{background-color:rgba(255,255,255,.15)}.phone .notification_panel .panel_container .panel_close{display:none}.notification_panel .panel_container .panel_content{display:flex;flex-direction:column;padding:6px;height:100%}.phone .notification_panel .panel_container .panel_content{padding-bottom:0px}.notification_panel .panel_container .panel_content .panel_header{display:flex;justify-content:space-between;margin-bottom:5px;padding:16px 14px;margin-top:10px}.phone .notification_panel .panel_container .panel_content .panel_header{flex-direction:column;padding:0 5px;margin:0 0 16px 0}.phone .notification_panel .panel_container .panel_content .panel_header .CSSButton_text{font:var(--font-size-small)}.phone .notification_panel .panel_container .panel_content .panel_header .panel_title{margin-bottom:15px;margin-top:10px;display:flex;justify-content:flex-start;padding:0 10px}.notification_panel .panel_container .panel_content .panel_header .panel_title .title{text-transform:unset;font-size:var(--font-size-xx-large);letter-spacing:normal}.phone .notification_panel .panel_container .panel_content .panel_header .panel_title .title{font-size:var(--font-size-x-large)}.notification_panel .panel_container .panel_content .panel_header .panel_title .subtitle{display:flex;color:var(--brand-color);font-size:var(--font-size-medium);box-sizing:border-box;padding:2px 5px;margin-bottom:5px;margin-left:-5px;cursor:pointer;align-items:center;text-transform:uppercase;font-weight:400;letter-spacing:1.5px}.phone .notification_panel .panel_container .panel_content .panel_header .panel_title .subtitle{margin-left:50px}.notification_panel .panel_container .panel_content .panel_header .panel_title .subtitle .panel_icon{margin-right:5px}.notification_panel .panel_container .panel_content .panel_header .panel_title .subtitle:hover{background-color:var(--brand-color);color:var(--brand-color-white);border-radius:4px}.notification_panel .panel_container .panel_content .panel_header .panel_title .mobile_close{display:none;font-size:var(--font-size-xx-large);align-items:center;margin:0 10px 0 0}.phone .notification_panel .panel_container .panel_content .panel_header .panel_title .mobile_close{display:inline-flex}.notification_panel .panel_container .panel_content .panel_body{z-index:auto;overflow:hidden;overflow-y:auto;height:100%}.notification_panel .panel_container .panel_content ::-webkit-scrollbar-thumb{background-color:var(--brand-color)}.notification_panel #no_results_container{padding-top:100px;padding-bottom:100px;text-align:center;display:none}\", \"\",{\"version\":3,\"sources\":[\"webpack://./src/ui/objects/panels/NotificationPanel/style.scss\"],\"names\":[],\"mappings\":\"AAAA,oBACE,UAAA,CACA,WAAA,CACA,qCACE,iBAAA,CACA,WAAA,CACA,eAAA,CACA,yBAAA,CACA,WAAA,CACA,qBAAA,CACA,6CACE,SAAA,CACA,cAAA,CAEF,4CACE,UAAA,CACA,cAAA,CACA,YAAA,CACA,WAAA,CAEF,kDACE,iBAAA,CACA,SAAA,CACA,SAAA,CACA,eAAA,CACA,iBAAA,CACA,UAAA,CACA,iCAAA,CACA,cAAA,CACA,wDACE,sCAAA,CAEF,yDACE,YAAA,CAGJ,oDACE,YAAA,CACA,qBAAA,CACA,WAAA,CACA,WAAA,CACA,2DACE,kBAAA,CAEF,kEACE,YAAA,CACA,6BAAA,CACA,iBAAA,CACA,iBAAA,CACA,eAAA,CACA,yEACE,qBAAA,CACA,aAAA,CACA,iBAAA,CACA,yFACE,2BAAA,CAIF,sFACE,kBAAA,CACA,eAAA,CACA,YAAA,CACA,0BAAA,CACA,cAAA,CAEF,sFACE,oBAAA,CACA,mCAAA,CACA,qBAAA,CACA,6FACE,kCAAA,CAGJ,yFACE,YAAA,CACA,wBAAA,CACA,iCAAA,CACA,qBAAA,CACA,eAAA,CACA,iBAAA,CACA,gBAAA,CACA,cAAA,CACA,kBAAA,CACA,wBAAA,CACA,eAAA,CACA,oBAAA,CACA,gGACE,gBAAA,CAEF,qGACE,gBAAA,CAGJ,+FACE,mCAAA,CACA,8BAAA,CACA,iBAAA,CAEF,6FACE,YAAA,CACA,mCAAA,CACA,kBAAA,CACA,iBAAA,CACA,oGACE,mBAAA,CAKR,gEACE,YAAA,CACA,eAAA,CACA,eAAA,CACA,WAAA,CAEF,8EACE,mCAAA,CAIN,0CACE,iBAAA,CACA,oBAAA,CACA,iBAAA,CACA,YAAA\",\"sourcesContent\":[\".notification_panel {\\n width: 100%;\\n height: 100%;\\n .panel_container {\\n position: relative;\\n margin: auto;\\n margin-top: 70px;\\n height: calc(100% - 100px);\\n width: 700px;\\n background-color: white;\\n .tablet & {\\n width: 90%;\\n font-size: 0.9em;\\n }\\n .phone & {\\n width: 100%;\\n font-size: 0.7em;\\n margin-top: 0;\\n height: 100%;\\n }\\n .panel_close {\\n position: absolute;\\n right: 0px;\\n top: -30px;\\n padding: 3px 8px;\\n border-radius: 5px;\\n color: white;\\n font-size: var(--font-size-medium);\\n cursor: pointer;\\n &:hover {\\n background-color: rgba(255, 255, 255, 0.15);\\n }\\n .phone & {\\n display: none;\\n }\\n }\\n .panel_content {\\n display: flex;\\n flex-direction: column;\\n padding: 6px;\\n height: 100%;\\n .phone & {\\n padding-bottom: 0px;\\n }\\n .panel_header {\\n display: flex;\\n justify-content: space-between;\\n margin-bottom: 5px;\\n padding: 16px 14px;\\n margin-top: 10px;\\n .phone & {\\n flex-direction: column;\\n padding: 0 5px;\\n margin: 0 0 16px 0;\\n .CSSButton_text {\\n font: var(--font-size-small);\\n }\\n }\\n .panel_title {\\n .phone & {\\n margin-bottom: 15px;\\n margin-top: 10px;\\n display: flex;\\n justify-content: flex-start;\\n padding: 0 10px;\\n }\\n .title {\\n text-transform: unset;\\n font-size: var(--font-size-xx-large);\\n letter-spacing: normal;\\n .phone & {\\n font-size: var(--font-size-x-large);\\n }\\n }\\n .subtitle {\\n display: flex;\\n color: var(--brand-color);\\n font-size: var(--font-size-medium);\\n box-sizing: border-box;\\n padding: 2px 5px;\\n margin-bottom: 5px;\\n margin-left: -5px;\\n cursor: pointer;\\n align-items: center;\\n text-transform: uppercase;\\n font-weight: 400;\\n letter-spacing: 1.5px;\\n .phone & {\\n margin-left: 50px;\\n }\\n .panel_icon {\\n margin-right: 5px;\\n }\\n }\\n .subtitle:hover {\\n background-color: var(--brand-color);\\n color: var(--brand-color-white);\\n border-radius: 4px;\\n }\\n .mobile_close {\\n display: none;\\n font-size: var(--font-size-xx-large);\\n align-items: center;\\n margin: 0 10px 0 0;\\n .phone & {\\n display: inline-flex;\\n }\\n }\\n }\\n }\\n .panel_body {\\n z-index: auto;\\n overflow: hidden;\\n overflow-y: auto;\\n height: 100%;\\n }\\n ::-webkit-scrollbar-thumb {\\n background-color: var(--brand-color);\\n }\\n }\\n }\\n #no_results_container {\\n padding-top: 100px;\\n padding-bottom: 100px;\\n text-align: center;\\n display: none;\\n }\\n}\\n\"],\"sourceRoot\":\"\"}]);\n// Exports\nexport default ___CSS_LOADER_EXPORT___;\n","// Imports\nimport ___CSS_LOADER_API_SOURCEMAP_IMPORT___ from \"../../../../../node_modules/css-loader/dist/runtime/sourceMaps.js\";\nimport ___CSS_LOADER_API_IMPORT___ from \"../../../../../node_modules/css-loader/dist/runtime/api.js\";\nvar ___CSS_LOADER_EXPORT___ = ___CSS_LOADER_API_IMPORT___(___CSS_LOADER_API_SOURCEMAP_IMPORT___);\n// Module\n___CSS_LOADER_EXPORT___.push([module.id, \".notification_preferences_panel .panel_container{width:500px}.notification_preferences_panel .panel_container .panel_content .panel_header{margin-bottom:0}.notification_preferences_panel .panel_container .site_prefs{padding:16px 20px;text-align:center;font-size:var(--font-size-small);font-weight:bold}.notification_preferences_panel .panel_container .site_prefs .select_container{font-size:var(--font-size-medium);font-weight:normal;margin:5px 0}.notification_preferences_panel .panel_container .site_prefs .select_container .JUNOSelect{z-index:1}.notification_preferences_panel .panel_container .notice{margin-top:10px;padding:16px 20px;background-color:#f2f2f2;font-size:var(--font-size-small);border-radius:8px}.notification_preferences_panel .panel_container .panel_content .panel_header{flex-direction:column}.notification_preferences_panel .message_prefs .subtitle,.notification_preferences_panel .social_prefs .subtitle{height:56px;background:#f2f2f2;border-radius:8px 8px 0px 0px;text-transform:uppercase;font-size:var(--font-size-large);display:flex;align-items:center;padding:0 20px}.notification_preferences_panel .message_prefs .subtitle svg,.notification_preferences_panel .social_prefs .subtitle svg{margin-right:10px}\", \"\",{\"version\":3,\"sources\":[\"webpack://./src/ui/objects/panels/NotificationPreferencesPanel/style.scss\"],\"names\":[],\"mappings\":\"AACE,iDACE,WAAA,CACA,8EACE,eAAA,CAEF,6DACE,iBAAA,CACA,iBAAA,CACA,gCAAA,CACA,gBAAA,CACA,+EACE,iCAAA,CACA,kBAAA,CACA,YAAA,CACA,2FACE,SAAA,CAIN,yDACE,eAAA,CACA,iBAAA,CACA,wBAAA,CACA,gCAAA,CACA,iBAAA,CAEF,8EACE,qBAAA,CAGJ,iHAEE,WAAA,CACA,kBAAA,CACA,6BAAA,CACA,wBAAA,CACA,gCAAA,CACA,YAAA,CACA,kBAAA,CACA,cAAA,CACA,yHACE,iBAAA\",\"sourcesContent\":[\".notification_preferences_panel {\\n .panel_container {\\n width: 500px;\\n .panel_content .panel_header {\\n margin-bottom: 0;\\n }\\n .site_prefs {\\n padding: 16px 20px;\\n text-align: center;\\n font-size: var(--font-size-small);\\n font-weight: bold;\\n .select_container {\\n font-size: var(--font-size-medium);\\n font-weight: normal;\\n margin: 5px 0;\\n .JUNOSelect {\\n z-index: 1;\\n }\\n }\\n }\\n .notice {\\n margin-top: 10px;\\n padding: 16px 20px;\\n background-color: #f2f2f2;\\n font-size: var(--font-size-small);\\n border-radius: 8px;\\n }\\n .panel_content .panel_header {\\n flex-direction: column;\\n }\\n }\\n .message_prefs .subtitle,\\n .social_prefs .subtitle {\\n height: 56px;\\n background: #f2f2f2;\\n border-radius: 8px 8px 0px 0px;\\n text-transform: uppercase;\\n font-size: var(--font-size-large);\\n display: flex;\\n align-items: center;\\n padding: 0 20px;\\n svg {\\n margin-right: 10px;\\n }\\n }\\n}\\n\"],\"sourceRoot\":\"\"}]);\n// Exports\nexport default ___CSS_LOADER_EXPORT___;\n","// Imports\nimport ___CSS_LOADER_API_SOURCEMAP_IMPORT___ from \"../../../../../node_modules/css-loader/dist/runtime/sourceMaps.js\";\nimport ___CSS_LOADER_API_IMPORT___ from \"../../../../../node_modules/css-loader/dist/runtime/api.js\";\nvar ___CSS_LOADER_EXPORT___ = ___CSS_LOADER_API_IMPORT___(___CSS_LOADER_API_SOURCEMAP_IMPORT___);\n// Module\n___CSS_LOADER_EXPORT___.push([module.id, \"#juno_ce_dashboard #juno-learning-scroll{overflow:visible}\", \"\",{\"version\":3,\"sources\":[\"webpack://./src/ui/objects/panels/ProfileCoursesPanel/style.scss\"],\"names\":[],\"mappings\":\"AACE,yCACE,gBAAA\",\"sourcesContent\":[\"#juno_ce_dashboard {\\n #juno-learning-scroll {\\n overflow: visible;\\n }\\n}\\n\"],\"sourceRoot\":\"\"}]);\n// Exports\nexport default ___CSS_LOADER_EXPORT___;\n","// Imports\nimport ___CSS_LOADER_API_SOURCEMAP_IMPORT___ from \"../../../../../node_modules/css-loader/dist/runtime/sourceMaps.js\";\nimport ___CSS_LOADER_API_IMPORT___ from \"../../../../../node_modules/css-loader/dist/runtime/api.js\";\nvar ___CSS_LOADER_EXPORT___ = ___CSS_LOADER_API_IMPORT___(___CSS_LOADER_API_SOURCEMAP_IMPORT___);\n// Module\n___CSS_LOADER_EXPORT___.push([module.id, \".vnext_analytics_container{height:100%}#vnext_analytics_panel{overflow-y:auto;height:100%}\", \"\",{\"version\":3,\"sources\":[\"webpack://./src/ui/objects/panels/VNextAnalyticsPanel/style.scss\"],\"names\":[],\"mappings\":\"AAAA,2BACE,WAAA,CAEF,uBACE,eAAA,CACA,WAAA\",\"sourcesContent\":[\".vnext_analytics_container {\\n height: 100%;\\n}\\n#vnext_analytics_panel {\\n overflow-y: auto;\\n height: 100%;\\n}\\n\"],\"sourceRoot\":\"\"}]);\n// Exports\nexport default ___CSS_LOADER_EXPORT___;\n","// Imports\nimport ___CSS_LOADER_API_SOURCEMAP_IMPORT___ from \"../../../../../node_modules/css-loader/dist/runtime/sourceMaps.js\";\nimport ___CSS_LOADER_API_IMPORT___ from \"../../../../../node_modules/css-loader/dist/runtime/api.js\";\nvar ___CSS_LOADER_EXPORT___ = ___CSS_LOADER_API_IMPORT___(___CSS_LOADER_API_SOURCEMAP_IMPORT___);\n// Module\n___CSS_LOADER_EXPORT___.push([module.id, \".vnext_certificates_container{height:100%}#vnext_certificates_panel{overflow-y:auto;height:100%}#juno_certificates #juno-learning-scroll{position:relative}\", \"\",{\"version\":3,\"sources\":[\"webpack://./src/ui/objects/panels/VNextCertificatesPanel/style.scss\"],\"names\":[],\"mappings\":\"AAAA,8BACE,WAAA,CAGF,0BACE,eAAA,CACA,WAAA,CAGF,yCACE,iBAAA\",\"sourcesContent\":[\".vnext_certificates_container {\\n height: 100%;\\n}\\n\\n#vnext_certificates_panel {\\n overflow-y: auto;\\n height: 100%;\\n}\\n\\n#juno_certificates #juno-learning-scroll {\\n position: relative;\\n}\\n\"],\"sourceRoot\":\"\"}]);\n// Exports\nexport default ___CSS_LOADER_EXPORT___;\n","// Imports\nimport ___CSS_LOADER_API_SOURCEMAP_IMPORT___ from \"../../../../../node_modules/css-loader/dist/runtime/sourceMaps.js\";\nimport ___CSS_LOADER_API_IMPORT___ from \"../../../../../node_modules/css-loader/dist/runtime/api.js\";\nvar ___CSS_LOADER_EXPORT___ = ___CSS_LOADER_API_IMPORT___(___CSS_LOADER_API_SOURCEMAP_IMPORT___);\n// Module\n___CSS_LOADER_EXPORT___.push([module.id, \".vnext_learning_container{height:100%}#vnext_learning_panel{height:100%;display:flex;flex-direction:column;justify-content:flex-start}#vnext_learning_panel .subnav_container{flex-shrink:0}#vnext_learning_panel #juno_learning{flex-grow:10;height:unset;position:relative}\", \"\",{\"version\":3,\"sources\":[\"webpack://./src/ui/objects/panels/VNextLearningPanel/style.scss\"],\"names\":[],\"mappings\":\"AAAA,0BACE,WAAA,CAEF,sBACE,WAAA,CACA,YAAA,CACA,qBAAA,CACA,0BAAA,CAEA,wCACE,aAAA,CAGF,qCACE,YAAA,CACA,YAAA,CACA,iBAAA\",\"sourcesContent\":[\".vnext_learning_container {\\n height: 100%;\\n}\\n#vnext_learning_panel {\\n height: 100%;\\n display: flex;\\n flex-direction: column;\\n justify-content: flex-start;\\n\\n .subnav_container {\\n flex-shrink: 0;\\n }\\n\\n #juno_learning {\\n flex-grow: 10;\\n height: unset;\\n position: relative;\\n }\\n}\\n\"],\"sourceRoot\":\"\"}]);\n// Exports\nexport default ___CSS_LOADER_EXPORT___;\n","// Imports\nimport ___CSS_LOADER_API_SOURCEMAP_IMPORT___ from \"../../../../node_modules/css-loader/dist/runtime/sourceMaps.js\";\nimport ___CSS_LOADER_API_IMPORT___ from \"../../../../node_modules/css-loader/dist/runtime/api.js\";\nvar ___CSS_LOADER_EXPORT___ = ___CSS_LOADER_API_IMPORT___(___CSS_LOADER_API_SOURCEMAP_IMPORT___);\n// Module\n___CSS_LOADER_EXPORT___.push([module.id, \".socialsquarerotator_slide{cursor:pointer;display:flex;flex-direction:column;justify-content:space-between;padding:10px;background:rgba(0,0,0,.05);border-radius:2px}.phone .socialsquarerotator_slide{padding:10px 20px}.socialsquarerotator_slide .socialsquarerotator_slide_title{min-height:1.4em}.socialsquarerotator_slide .socialsquarerotator_slide_title .socialsquarerotator_slide_title_text{padding:3px 10px;background-color:var(--brand-color);border-radius:5px;color:var(--brand-color-white);font-size:var(--font-size-medium);overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:1;line-clamp:1;-webkit-box-orient:vertical;word-break:break-all;max-width:fit-content}.socialsquarerotator_slide .socialsquarerotator_slide_body{display:flex;justify-content:space-between}.socialsquarerotator_slide .socialsquarerotator_slide_body .social_post_text_container{display:flex;flex-direction:column;justify-content:center;width:100%}.socialsquarerotator_slide .socialsquarerotator_slide_body .social_post_text_container.with_post_image{width:65%}.phone .socialsquarerotator_slide .socialsquarerotator_slide_body .social_post_text_container{font-size:var(--font-size-small)}.socialsquarerotator_slide .socialsquarerotator_slide_body .social_post_text_container .social_post_text{overflow-wrap:break-word;font-weight:bold;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient:vertical;white-space:pre-line;font-size:var(--font-size-large)}.socialsquarerotator_slide .socialsquarerotator_slide_body .social_post_image{width:30%;height:100px;overflow:hidden;display:flex;justify-content:center;border-radius:4px}.phone .socialsquarerotator_slide .socialsquarerotator_slide_body .social_post_image{height:80px}.socialsquarerotator_slide .socialsquarerotator_slide_body .social_post_image img{border-radius:10px;width:auto;height:100%}.socialsquarerotator_slide .socialsquarerotator_slide_footer{display:flex;justify-content:space-between}.socialsquarerotator_slide .socialsquarerotator_slide_footer .social_author_data{display:flex}.socialsquarerotator_slide .socialsquarerotator_slide_footer .social_author_data .icon_container{height:40px;width:40px;border-radius:20px;margin-right:10px}.socialsquarerotator_slide .socialsquarerotator_slide_footer .social_author_data .icon_container .fa-play-circle,.socialsquarerotator_slide .socialsquarerotator_slide_footer .social_author_data .icon_container .fa-pause-circle{display:none}.socialsquarerotator_slide .socialsquarerotator_slide_footer .social_author_data .sub_container{display:flex;flex-direction:column}.socialsquarerotator_slide .socialsquarerotator_slide_footer .social_author_data .sub_container .name,.socialsquarerotator_slide .socialsquarerotator_slide_footer .social_author_data .sub_container .poster_info{font-size:var(--font-size-small);color:var(--text-color-grey)}.socialsquarerotator_slide .socialsquarerotator_slide_footer .social_author_data .sub_container .name{font-weight:bold}.phone .socialsquarerotator_slide .socialsquarerotator_slide_footer .social_author_data .sub_container .poster_info{font-size:var(--font-size-x-small)}.socialsquarerotator_slide .socialsquarerotator_slide_footer .social_post_data{display:flex;color:var(--text-color-light-grey);font-weight:normal}.phone .socialsquarerotator_slide .socialsquarerotator_slide_footer .social_post_data{font-size:var(--font-size-small)}\", \"\",{\"version\":3,\"sources\":[\"webpack://./src/ui/objects/rotators/SocialSquareRotatorSlide.scss\"],\"names\":[],\"mappings\":\"AAAA,2BACE,cAAA,CACA,YAAA,CACA,qBAAA,CACA,6BAAA,CACA,YAAA,CACA,0BAAA,CACA,iBAAA,CAEA,kCACE,iBAAA,CAEF,4DACE,gBAAA,CACA,kGACE,gBAAA,CACA,mCAAA,CACA,iBAAA,CACA,8BAAA,CACA,iCAAA,CACA,eAAA,CACA,sBAAA,CACA,mBAAA,CACA,oBAAA,CACA,YAAA,CACA,2BAAA,CACA,oBAAA,CACA,qBAAA,CAGJ,2DACE,YAAA,CACA,6BAAA,CACA,uFACE,YAAA,CACA,qBAAA,CACA,sBAAA,CACA,UAAA,CAEA,uGACE,SAAA,CAGF,8FACE,gCAAA,CAGF,yGACE,wBAAA,CACA,gBAAA,CACA,eAAA,CACA,sBAAA,CACA,mBAAA,CACA,oBAAA,CACA,YAAA,CACA,2BAAA,CACA,oBAAA,CACA,gCAAA,CAGJ,8EACE,SAAA,CACA,YAAA,CACA,eAAA,CACA,YAAA,CACA,sBAAA,CACA,iBAAA,CAEA,qFACE,WAAA,CAEF,kFACE,kBAAA,CACA,UAAA,CACA,WAAA,CAIN,6DACE,YAAA,CACA,6BAAA,CAEA,iFACE,YAAA,CACA,iGACE,WAAA,CACA,UAAA,CACA,kBAAA,CACA,iBAAA,CAEA,mOAEE,YAAA,CAGJ,gGACE,YAAA,CACA,qBAAA,CAEA,mNAEE,gCAAA,CACA,4BAAA,CAEF,sGACE,gBAAA,CAGA,oHACE,kCAAA,CAKR,+EACE,YAAA,CACA,kCAAA,CACA,kBAAA,CACA,sFACE,gCAAA\",\"sourcesContent\":[\".socialsquarerotator_slide {\\n cursor: pointer;\\n display: flex;\\n flex-direction: column;\\n justify-content: space-between;\\n padding: 10px;\\n background: rgba(0, 0, 0, 0.05);\\n border-radius: 2px;\\n\\n .phone & {\\n padding: 10px 20px;\\n }\\n .socialsquarerotator_slide_title {\\n min-height: 1.4em;\\n .socialsquarerotator_slide_title_text {\\n padding: 3px 10px;\\n background-color: var(--brand-color);\\n border-radius: 5px;\\n color: var(--brand-color-white);\\n font-size: var(--font-size-medium);\\n overflow: hidden;\\n text-overflow: ellipsis;\\n display: -webkit-box;\\n -webkit-line-clamp: 1; /* number of lines to show */\\n line-clamp: 1;\\n -webkit-box-orient: vertical;\\n word-break: break-all;\\n max-width: fit-content;\\n }\\n }\\n .socialsquarerotator_slide_body {\\n display: flex;\\n justify-content: space-between;\\n .social_post_text_container {\\n display: flex;\\n flex-direction: column;\\n justify-content: center;\\n width: 100%;\\n\\n &.with_post_image {\\n width: 65%;\\n }\\n\\n .phone & {\\n font-size: var(--font-size-small);\\n }\\n\\n .social_post_text {\\n overflow-wrap: break-word;\\n font-weight: bold;\\n overflow: hidden;\\n text-overflow: ellipsis;\\n display: -webkit-box;\\n -webkit-line-clamp: 3; /* number of lines to show */\\n line-clamp: 3;\\n -webkit-box-orient: vertical;\\n white-space: pre-line;\\n font-size: var(--font-size-large);\\n }\\n }\\n .social_post_image {\\n width: 30%;\\n height: 100px;\\n overflow: hidden;\\n display: flex;\\n justify-content: center;\\n border-radius: 4px;\\n\\n .phone & {\\n height: 80px;\\n }\\n img {\\n border-radius: 10px;\\n width: auto;\\n height: 100%;\\n }\\n }\\n }\\n .socialsquarerotator_slide_footer {\\n display: flex;\\n justify-content: space-between;\\n\\n .social_author_data {\\n display: flex;\\n .icon_container {\\n height: 40px;\\n width: 40px;\\n border-radius: 20px;\\n margin-right: 10px;\\n\\n .fa-play-circle,\\n .fa-pause-circle {\\n display: none;\\n }\\n }\\n .sub_container {\\n display: flex;\\n flex-direction: column;\\n\\n .name,\\n .poster_info {\\n font-size: var(--font-size-small);\\n color: var(--text-color-grey);\\n }\\n .name {\\n font-weight: bold;\\n }\\n .phone & {\\n .poster_info {\\n font-size: var(--font-size-x-small);\\n }\\n }\\n }\\n }\\n .social_post_data {\\n display: flex;\\n color: var(--text-color-light-grey);\\n font-weight: normal;\\n .phone & {\\n font-size: var(--font-size-small);\\n }\\n }\\n }\\n}\\n\"],\"sourceRoot\":\"\"}]);\n// Exports\nexport default ___CSS_LOADER_EXPORT___;\n","// Imports\nimport ___CSS_LOADER_API_SOURCEMAP_IMPORT___ from \"../../../node_modules/css-loader/dist/runtime/sourceMaps.js\";\nimport ___CSS_LOADER_API_IMPORT___ from \"../../../node_modules/css-loader/dist/runtime/api.js\";\nvar ___CSS_LOADER_EXPORT___ = ___CSS_LOADER_API_IMPORT___(___CSS_LOADER_API_SOURCEMAP_IMPORT___);\n// Module\n___CSS_LOADER_EXPORT___.push([module.id, \".push_noti_handler{padding:16px 20px;position:absolute;top:0px;right:-400px;width:360px;display:flex;flex-direction:column;pointer-events:all;visibility:visible;z-index:1;overflow-y:auto;-ms-overflow-style:none;scrollbar-width:none;padding-top:16px}.push_noti_handler::-webkit-scrollbar{display:none}body.cordova .push_noti_handler{padding-top:var(--topsafearea)}.push_noti_handler.visible{animation:moveleft .5s ease forwards}.phone .push_noti_handler{width:100%;left:0;top:-100%;background-color:rgba(0,0,0,0);height:fit-content}.phone .push_noti_handler.visible{animation:movedown .5s ease forwards}.phone .push_noti_handler.visible>.push_noti_hoverable{visibility:visible}.phone .push_noti_handler.multi{overflow:visible}.phone .push_noti_handler.expanded.multi{background-color:rgba(255,255,255,.5);height:100%}.push_noti_handler.visible:hover>.push_noti_hoverable{visibility:visible}.push_noti_handler .push_noti_hoverable{transition:all .5s ease-in-out;visibility:hidden;margin-bottom:12px;display:flex}.phone .push_noti_handler .push_noti_hoverable{margin-top:15px;justify-content:space-between;margin-bottom:0;display:none}.push_noti_handler .push_noti_hoverable .expand{background-color:var(--brand-color);opacity:.5;color:var(--text-color-white);padding:8px 12px;border-radius:12px;text-transform:uppercase;letter-spacing:1px;font-size:var(--font-size-small);display:inline-block;cursor:pointer}.push_noti_handler .push_noti_hoverable .expand .expand_icon .up{display:none}.push_noti_handler .push_noti_hoverable .expand .expand_icon.expanded .up{display:inline-block}.push_noti_handler .push_noti_hoverable .expand .expand_icon.expanded .down{display:none}.push_noti_handler .push_noti_hoverable .expand svg{margin-left:6px}.push_noti_handler .push_noti_hoverable .expand:hover,.phone .push_noti_handler .push_noti_hoverable .expand{opacity:1}.phone .push_noti_handler .push_noti_hoverable .expand{margin-bottom:0;color:#000;background-color:rgba(255,255,255,.9)}.push_noti_handler .push_noti_hoverable .close{opacity:.5;cursor:pointer;display:inline-flex;justify-content:center;align-items:center;margin-left:10px;background:var(--brand-color);color:var(--text-color-white);padding:8px 13px;border-radius:20px;text-transform:uppercase;letter-spacing:1px;font-size:var(--font-size-small)}.push_noti_handler .push_noti_hoverable .close:hover,.phone .push_noti_handler .push_noti_hoverable .close{opacity:1}.phone .push_noti_handler .push_noti_hoverable .close{margin-bottom:0;color:#000;background-color:rgba(255,255,255,.9);font-weight:bold}.push_noti_handler .push_noti_hoverable:hover{visibility:visible}.push_noti_handler .push_noti_hoverable.visible{visibility:visible;display:flex}.push_noti_handler .push_noti_container_behind_collapsed{transition:all .5s ease-in-out;display:flex;flex-direction:column;pointer-events:none;width:100%;height:62px;border-radius:12px;background:linear-gradient(90deg, var(--background-color-white), var(--brand-color));perspective:800px;z-index:1}.phone .push_noti_handler .push_noti_container_behind_collapsed{animation:moveup2 .5s ease forwards;position:relative}.push_noti_handler .push_noti_container_behind{display:flex;width:100%;height:62px;border-radius:12px;background:linear-gradient(90deg, var(--background-color-white), var(--brand-color));perspective:800px}.push_noti_handler .push_noti_container_behind .push_noti_container{width:100%}.push_noti_handler .push_noti_container_behind:nth-of-type(1){z-index:3}.push_noti_handler .push_noti_container_behind:nth-of-type(2){z-index:2;margin-top:-42px;scale:.975}.push_noti_handler .push_noti_container_behind:nth-of-type(3){z-index:1;margin-top:-52px;scale:.95}.push_noti_handler .push_noti_container_behind:nth-of-type(4){z-index:0;margin-top:-52px;scale:.95}.push_noti_handler .push_noti_container_behind:nth-of-type(n + 5){display:none}.push_noti_handler .push_noti_container_behind.visible:hover{z-index:3}.push_noti_handler .push_noti_container_behind>span{display:none}.phone .push_noti_handler .push_noti_container_behind:nth-of-type(2){margin-top:-55px;scale:.975}.phone .push_noti_handler .push_noti_container_behind:nth-of-type(3){margin-top:-55px;scale:.95}.phone .push_noti_handler .push_noti_container_behind:nth-of-type(4){margin-top:-55px;scale:.925}.phone .push_noti_handler .push_noti_container_behind>span{position:absolute;display:flex;justify-content:center;align-items:center;height:100%;padding:8px;font-weight:bold;color:var(--brand-color)}.phone .push_noti_handler .push_noti_container_behind>span.right{color:#fff;right:0}.push_noti_handler.expanded .push_noti_container_behind{pointer-events:all;margin-top:10px;scale:1;display:flex}.phone .push_noti_handler.expanded .push_noti_container_behind{pointer-events:all;scale:1;display:flex;position:relative;margin:auto;margin-top:10px;animation:movedown2 .5s ease forwards}.phone .push_noti_handler.expanded .push_noti_container_behind:nth-of-type(2){margin-top:10px;scale:1}.desktop .push_noti_handler.expanded .push_noti_container_behind:hover .push_noti_container .JUNOPushNotification .notification_close,.desktop_small .push_noti_handler.expanded .push_noti_container_behind:hover .push_noti_container .JUNOPushNotification .notification_close,.tablet .push_noti_handler.expanded .push_noti_container_behind:hover .push_noti_container .JUNOPushNotification .notification_close{visibility:visible}.push_noti_handler .push_noti_handler_container{transition:all .5s ease-in-out;display:flex;flex-direction:column;pointer-events:none}.push_noti_handler .push_noti_handler_container>span.right{display:none}.phone .push_noti_handler .push_noti_handler_container{position:relative;cursor:grab;left:0}.noti_handler_close{position:absolute;right:20px;height:62px;color:#fff;background-color:var(--brand-color);border-radius:12px;display:flex;justify-content:center;align-items:center;font-size:var(--font-size-small);padding:10px;opacity:0;top:16px;z-index:0;font-weight:bold;pointer-events:all}body.cordova .noti_handler_close{top:var(--topsafearea)}.noti_handler_close.visible{animation:showslowly 1s ease forwards}@keyframes moveleft{from{right:-400px}to{right:20px}}@keyframes movedown{from{top:-100%}to{top:0}}@keyframes showslowly{from{opacity:0}to{opacity:1}}@keyframes movedown2{from{top:-80px}to{top:0px}}@keyframes moveup2{from{top:80px}to{top:0px}}\", \"\",{\"version\":3,\"sources\":[\"webpack://./src/utils/PushNotificationHandler/style.scss\"],\"names\":[],\"mappings\":\"AAAA,mBACE,iBAAA,CACA,iBAAA,CACA,OAAA,CACA,YAAA,CACA,WAAA,CACA,YAAA,CACA,qBAAA,CACA,kBAAA,CACA,kBAAA,CACA,SAAA,CAEA,eAAA,CACA,uBAAA,CACA,oBAAA,CAKA,gBAAA,CAJA,sCACE,YAAA,CAKF,gCACE,8BAAA,CAGF,2BACE,oCAAA,CAEF,0BACE,UAAA,CACA,MAAA,CACA,SAAA,CACA,8BAAA,CACA,kBAAA,CACA,kCACE,oCAAA,CACA,uDACE,kBAAA,CAGJ,gCACE,gBAAA,CAEF,yCACE,qCAAA,CACA,WAAA,CAIF,sDACE,kBAAA,CAGJ,wCACE,8BAAA,CACA,iBAAA,CACA,kBAAA,CACA,YAAA,CACA,+CACE,eAAA,CACA,6BAAA,CACA,eAAA,CACA,YAAA,CAEF,gDACE,mCAAA,CACA,UAAA,CACA,6BAAA,CACA,gBAAA,CACA,kBAAA,CACA,wBAAA,CACA,kBAAA,CACA,gCAAA,CACA,oBAAA,CACA,cAAA,CAEE,iEACE,YAAA,CAGA,0EACE,oBAAA,CAEF,4EACE,YAAA,CAIN,oDACE,eAAA,CAEF,6GAEE,SAAA,CAEF,uDACE,eAAA,CACA,UAAA,CACA,qCAAA,CAGJ,+CACE,UAAA,CACA,cAAA,CACA,mBAAA,CACA,sBAAA,CACA,kBAAA,CACA,gBAAA,CACA,6BAAA,CACA,6BAAA,CACA,gBAAA,CACA,kBAAA,CACA,wBAAA,CACA,kBAAA,CACA,gCAAA,CACA,2GAEE,SAAA,CAEF,sDACE,eAAA,CACA,UAAA,CACA,qCAAA,CACA,gBAAA,CAGJ,8CACE,kBAAA,CAEF,gDACE,kBAAA,CACA,YAAA,CAGJ,yDACE,8BAAA,CACA,YAAA,CACA,qBAAA,CACA,mBAAA,CACA,UAAA,CACA,WAAA,CACA,kBAAA,CACA,oFAAA,CACA,iBAAA,CACA,SAAA,CAEA,gEACE,mCAAA,CACA,iBAAA,CAIJ,+CACE,YAAA,CACA,UAAA,CACA,WAAA,CACA,kBAAA,CACA,oFAAA,CACA,iBAAA,CAEA,oEACE,UAAA,CAGF,8DACE,SAAA,CAEF,8DACE,SAAA,CACA,gBAAA,CACA,UAAA,CAEF,8DACE,SAAA,CACA,gBAAA,CACA,SAAA,CAEF,8DACE,SAAA,CACA,gBAAA,CACA,SAAA,CAEF,kEACE,YAAA,CAEF,6DACE,SAAA,CAEF,oDACE,YAAA,CAGA,qEACE,gBAAA,CACA,UAAA,CAEF,qEACE,gBAAA,CACA,SAAA,CAEF,qEACE,gBAAA,CACA,UAAA,CAEF,2DACE,iBAAA,CACA,YAAA,CACA,sBAAA,CACA,kBAAA,CACA,WAAA,CACA,WAAA,CACA,gBAAA,CACA,wBAAA,CACA,iEACE,UAAA,CACA,OAAA,CAMN,wDACE,kBAAA,CACA,eAAA,CACA,OAAA,CACA,YAAA,CAEA,+DACE,kBAAA,CAEA,OAAA,CACA,YAAA,CACA,iBAAA,CAEA,WAAA,CACA,eAAA,CAGA,qCAAA,CAQA,8EACE,eAAA,CACA,OAAA,CAWA,uZACE,kBAAA,CAMV,gDACE,8BAAA,CACA,YAAA,CACA,qBAAA,CACA,mBAAA,CACA,2DACE,YAAA,CAEF,uDACE,iBAAA,CACA,WAAA,CACA,MAAA,CAKN,oBACE,iBAAA,CACA,UAAA,CACA,WAAA,CACA,UAAA,CACA,mCAAA,CACA,kBAAA,CACA,YAAA,CACA,sBAAA,CACA,kBAAA,CACA,gCAAA,CACA,YAAA,CACA,SAAA,CAEA,QAAA,CAMA,SAAA,CACA,gBAAA,CACA,kBAAA,CANA,iCACE,sBAAA,CAMF,4BACE,qCAAA,CAIJ,oBACE,KACE,YAAA,CAEF,GACE,UAAA,CAAA,CAIJ,oBACE,KACE,SAAA,CAEF,GACE,KAAA,CAAA,CAIJ,sBACE,KACE,SAAA,CAEF,GACE,SAAA,CAAA,CAIJ,qBACE,KACE,SAAA,CAEF,GACE,OAAA,CAAA,CAIJ,mBACE,KACE,QAAA,CAEF,GACE,OAAA,CAAA\",\"sourcesContent\":[\".push_noti_handler {\\n padding: 16px 20px;\\n position: absolute;\\n top: 0px;\\n right: -400px;\\n width: 360px;\\n display: flex;\\n flex-direction: column;\\n pointer-events: all;\\n visibility: visible;\\n z-index: 1;\\n\\n overflow-y: auto;\\n -ms-overflow-style: none; /* IE and Edge */\\n scrollbar-width: none; /* Firefox */\\n &::-webkit-scrollbar {\\n display: none;\\n }\\n\\n padding-top: 16px;\\n\\n body.cordova & {\\n padding-top: var(--topsafearea);\\n }\\n\\n &.visible {\\n animation: moveleft 0.5s ease forwards;\\n }\\n .phone & {\\n width: 100%;\\n left: 0;\\n top: -100%;\\n background-color: transparent;\\n height: fit-content;\\n &.visible {\\n animation: movedown 0.5s ease forwards;\\n > .push_noti_hoverable {\\n visibility: visible;\\n }\\n }\\n &.multi {\\n overflow: visible;\\n }\\n &.expanded.multi {\\n background-color: rgba(255, 255, 255, 0.5);\\n height: 100%;\\n }\\n }\\n &.visible:hover {\\n > .push_noti_hoverable {\\n visibility: visible;\\n }\\n }\\n .push_noti_hoverable {\\n transition: all 0.5s ease-in-out;\\n visibility: hidden;\\n margin-bottom: 12px;\\n display: flex;\\n .phone & {\\n margin-top: 15px;\\n justify-content: space-between;\\n margin-bottom: 0;\\n display: none;\\n }\\n .expand {\\n background-color: var(--brand-color);\\n opacity: 0.5;\\n color: var(--text-color-white);\\n padding: 8px 12px;\\n border-radius: 12px;\\n text-transform: uppercase;\\n letter-spacing: 1px;\\n font-size: var(--font-size-small);\\n display: inline-block;\\n cursor: pointer;\\n .expand_icon {\\n .up {\\n display: none;\\n }\\n &.expanded {\\n .up {\\n display: inline-block;\\n }\\n .down {\\n display: none;\\n }\\n }\\n }\\n svg {\\n margin-left: 6px;\\n }\\n &:hover,\\n .phone & {\\n opacity: 1;\\n }\\n .phone & {\\n margin-bottom: 0;\\n color: black;\\n background-color: rgba(255, 255, 255, 0.9);\\n }\\n }\\n .close {\\n opacity: 0.5;\\n cursor: pointer;\\n display: inline-flex;\\n justify-content: center;\\n align-items: center;\\n margin-left: 10px;\\n background: var(--brand-color);\\n color: var(--text-color-white);\\n padding: 8px 13px;\\n border-radius: 20px;\\n text-transform: uppercase;\\n letter-spacing: 1px;\\n font-size: var(--font-size-small);\\n &:hover,\\n .phone & {\\n opacity: 1;\\n }\\n .phone & {\\n margin-bottom: 0;\\n color: black;\\n background-color: rgba(255, 255, 255, 0.9);\\n font-weight: bold;\\n }\\n }\\n &:hover {\\n visibility: visible;\\n }\\n &.visible {\\n visibility: visible;\\n display: flex;\\n }\\n }\\n .push_noti_container_behind_collapsed {\\n transition: all 0.5s ease-in-out;\\n display: flex;\\n flex-direction: column;\\n pointer-events: none;\\n width: 100%;\\n height: 62px;\\n border-radius: 12px;\\n background: linear-gradient(90deg, var(--background-color-white), var(--brand-color));\\n perspective: 800px;\\n z-index: 1;\\n\\n .phone & {\\n animation: moveup2 0.5s ease forwards;\\n position: relative;\\n }\\n }\\n\\n .push_noti_container_behind {\\n display: flex;\\n width: 100%;\\n height: 62px;\\n border-radius: 12px;\\n background: linear-gradient(90deg, var(--background-color-white), var(--brand-color));\\n perspective: 800px;\\n\\n .push_noti_container {\\n width: 100%;\\n }\\n\\n &:nth-of-type(1) {\\n z-index: 3;\\n }\\n &:nth-of-type(2) {\\n z-index: 2;\\n margin-top: -42px;\\n scale: 0.975;\\n }\\n &:nth-of-type(3) {\\n z-index: 1;\\n margin-top: -52px;\\n scale: 0.95;\\n }\\n &:nth-of-type(4) {\\n z-index: 0;\\n margin-top: -52px;\\n scale: 0.95;\\n }\\n &:nth-of-type(n + 5) {\\n display: none;\\n }\\n &.visible:hover {\\n z-index: 3;\\n }\\n > span {\\n display: none;\\n }\\n .phone & {\\n &:nth-of-type(2) {\\n margin-top: -55px;\\n scale: 0.975;\\n }\\n &:nth-of-type(3) {\\n margin-top: -55px;\\n scale: 0.95;\\n }\\n &:nth-of-type(4) {\\n margin-top: -55px;\\n scale: 0.925;\\n }\\n > span {\\n position: absolute;\\n display: flex;\\n justify-content: center;\\n align-items: center;\\n height: 100%;\\n padding: 8px;\\n font-weight: bold;\\n color: var(--brand-color);\\n &.right {\\n color: white;\\n right: 0;\\n }\\n }\\n }\\n }\\n &.expanded {\\n .push_noti_container_behind {\\n pointer-events: all;\\n margin-top: 10px;\\n scale: 1;\\n display: flex;\\n\\n .phone & {\\n pointer-events: all;\\n\\n scale: 1;\\n display: flex;\\n position: relative;\\n\\n margin: auto;\\n margin-top: 10px;\\n\\n // .multi & {\\n animation: movedown2 0.5s ease forwards;\\n // }\\n\\n //animation: moveup 0.5s ease forwards;\\n .visible & {\\n //animation: movedown 0.5s ease forwards;\\n }\\n\\n &:nth-of-type(2) {\\n margin-top: 10px;\\n scale: 1;\\n }\\n }\\n }\\n }\\n .desktop &,\\n .desktop_small &,\\n .tablet & {\\n &.expanded {\\n .push_noti_container_behind:hover {\\n .push_noti_container {\\n .JUNOPushNotification .notification_close {\\n visibility: visible;\\n }\\n }\\n }\\n }\\n }\\n .push_noti_handler_container {\\n transition: all 0.5s ease-in-out;\\n display: flex;\\n flex-direction: column;\\n pointer-events: none;\\n > span.right {\\n display: none;\\n }\\n .phone & {\\n position: relative;\\n cursor: grab;\\n left: 0;\\n }\\n }\\n}\\n\\n.noti_handler_close {\\n position: absolute;\\n right: 20px;\\n height: 62px;\\n color: white;\\n background-color: var(--brand-color);\\n border-radius: 12px;\\n display: flex;\\n justify-content: center;\\n align-items: center;\\n font-size: var(--font-size-small);\\n padding: 10px;\\n opacity: 0;\\n\\n top: 16px;\\n\\n body.cordova & {\\n top: var(--topsafearea);\\n }\\n\\n z-index: 0;\\n font-weight: bold;\\n pointer-events: all;\\n &.visible {\\n animation: showslowly 1s ease forwards;\\n }\\n}\\n\\n@keyframes moveleft {\\n from {\\n right: -400px;\\n }\\n to {\\n right: 20px;\\n }\\n}\\n\\n@keyframes movedown {\\n from {\\n top: -100%;\\n }\\n to {\\n top: 0;\\n }\\n}\\n\\n@keyframes showslowly {\\n from {\\n opacity: 0;\\n }\\n to {\\n opacity: 1;\\n }\\n}\\n\\n@keyframes movedown2 {\\n from {\\n top: -80px;\\n }\\n to {\\n top: 0px;\\n }\\n}\\n\\n@keyframes moveup2 {\\n from {\\n top: 80px;\\n }\\n to {\\n top: 0px;\\n }\\n}\\n\"],\"sourceRoot\":\"\"}]);\n// Exports\nexport default ___CSS_LOADER_EXPORT___;\n","\"use strict\";\n\n/*\n MIT License http://www.opensource.org/licenses/mit-license.php\n Author Tobias Koppers @sokra\n*/\nmodule.exports = function (cssWithMappingToString) {\n var list = []; // return the list of modules as css string\n\n list.toString = function toString() {\n return this.map(function (item) {\n var content = \"\";\n var needLayer = typeof item[5] !== \"undefined\";\n\n if (item[4]) {\n content += \"@supports (\".concat(item[4], \") {\");\n }\n\n if (item[2]) {\n content += \"@media \".concat(item[2], \" {\");\n }\n\n if (needLayer) {\n content += \"@layer\".concat(item[5].length > 0 ? \" \".concat(item[5]) : \"\", \" {\");\n }\n\n content += cssWithMappingToString(item);\n\n if (needLayer) {\n content += \"}\";\n }\n\n if (item[2]) {\n content += \"}\";\n }\n\n if (item[4]) {\n content += \"}\";\n }\n\n return content;\n }).join(\"\");\n }; // import a list of modules into the list\n\n\n list.i = function i(modules, media, dedupe, supports, layer) {\n if (typeof modules === \"string\") {\n modules = [[null, modules, undefined]];\n }\n\n var alreadyImportedModules = {};\n\n if (dedupe) {\n for (var k = 0; k < this.length; k++) {\n var id = this[k][0];\n\n if (id != null) {\n alreadyImportedModules[id] = true;\n }\n }\n }\n\n for (var _k = 0; _k < modules.length; _k++) {\n var item = [].concat(modules[_k]);\n\n if (dedupe && alreadyImportedModules[item[0]]) {\n continue;\n }\n\n if (typeof layer !== \"undefined\") {\n if (typeof item[5] === \"undefined\") {\n item[5] = layer;\n } else {\n item[1] = \"@layer\".concat(item[5].length > 0 ? \" \".concat(item[5]) : \"\", \" {\").concat(item[1], \"}\");\n item[5] = layer;\n }\n }\n\n if (media) {\n if (!item[2]) {\n item[2] = media;\n } else {\n item[1] = \"@media \".concat(item[2], \" {\").concat(item[1], \"}\");\n item[2] = media;\n }\n }\n\n if (supports) {\n if (!item[4]) {\n item[4] = \"\".concat(supports);\n } else {\n item[1] = \"@supports (\".concat(item[4], \") {\").concat(item[1], \"}\");\n item[4] = supports;\n }\n }\n\n list.push(item);\n }\n };\n\n return list;\n};","\"use strict\";\n\nmodule.exports = function (item) {\n var content = item[1];\n var cssMapping = item[3];\n\n if (!cssMapping) {\n return content;\n }\n\n if (typeof btoa === \"function\") {\n var base64 = btoa(unescape(encodeURIComponent(JSON.stringify(cssMapping))));\n var data = \"sourceMappingURL=data:application/json;charset=utf-8;base64,\".concat(base64);\n var sourceMapping = \"/*# \".concat(data, \" */\");\n var sourceURLs = cssMapping.sources.map(function (source) {\n return \"/*# sourceURL=\".concat(cssMapping.sourceRoot || \"\").concat(source, \" */\");\n });\n return [content].concat(sourceURLs).concat([sourceMapping]).join(\"\\n\");\n }\n\n return [content].join(\"\\n\");\n};","/*! @license DOMPurify 2.4.1 | (c) Cure53 and other contributors | Released under the Apache license 2.0 and Mozilla Public License 2.0 | github.com/cure53/DOMPurify/blob/2.4.1/LICENSE */\n\n(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined' ? module.exports = factory() :\n typeof define === 'function' && define.amd ? define(factory) :\n (global = typeof globalThis !== 'undefined' ? globalThis : global || self, global.DOMPurify = factory());\n})(this, (function () { 'use strict';\n\n function _typeof(obj) {\n \"@babel/helpers - typeof\";\n\n return _typeof = \"function\" == typeof Symbol && \"symbol\" == typeof Symbol.iterator ? function (obj) {\n return typeof obj;\n } : function (obj) {\n return obj && \"function\" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? \"symbol\" : typeof obj;\n }, _typeof(obj);\n }\n\n function _setPrototypeOf(o, p) {\n _setPrototypeOf = Object.setPrototypeOf || function _setPrototypeOf(o, p) {\n o.__proto__ = p;\n return o;\n };\n\n return _setPrototypeOf(o, p);\n }\n\n function _isNativeReflectConstruct() {\n if (typeof Reflect === \"undefined\" || !Reflect.construct) return false;\n if (Reflect.construct.sham) return false;\n if (typeof Proxy === \"function\") return true;\n\n try {\n Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {}));\n return true;\n } catch (e) {\n return false;\n }\n }\n\n function _construct(Parent, args, Class) {\n if (_isNativeReflectConstruct()) {\n _construct = Reflect.construct;\n } else {\n _construct = function _construct(Parent, args, Class) {\n var a = [null];\n a.push.apply(a, args);\n var Constructor = Function.bind.apply(Parent, a);\n var instance = new Constructor();\n if (Class) _setPrototypeOf(instance, Class.prototype);\n return instance;\n };\n }\n\n return _construct.apply(null, arguments);\n }\n\n function _toConsumableArray(arr) {\n return _arrayWithoutHoles(arr) || _iterableToArray(arr) || _unsupportedIterableToArray(arr) || _nonIterableSpread();\n }\n\n function _arrayWithoutHoles(arr) {\n if (Array.isArray(arr)) return _arrayLikeToArray(arr);\n }\n\n function _iterableToArray(iter) {\n if (typeof Symbol !== \"undefined\" && iter[Symbol.iterator] != null || iter[\"@@iterator\"] != null) return Array.from(iter);\n }\n\n function _unsupportedIterableToArray(o, minLen) {\n if (!o) return;\n if (typeof o === \"string\") return _arrayLikeToArray(o, minLen);\n var n = Object.prototype.toString.call(o).slice(8, -1);\n if (n === \"Object\" && o.constructor) n = o.constructor.name;\n if (n === \"Map\" || n === \"Set\") return Array.from(o);\n if (n === \"Arguments\" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray(o, minLen);\n }\n\n function _arrayLikeToArray(arr, len) {\n if (len == null || len > arr.length) len = arr.length;\n\n for (var i = 0, arr2 = new Array(len); i < len; i++) arr2[i] = arr[i];\n\n return arr2;\n }\n\n function _nonIterableSpread() {\n throw new TypeError(\"Invalid attempt to spread non-iterable instance.\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.\");\n }\n\n var hasOwnProperty = Object.hasOwnProperty,\n setPrototypeOf = Object.setPrototypeOf,\n isFrozen = Object.isFrozen,\n getPrototypeOf = Object.getPrototypeOf,\n getOwnPropertyDescriptor = Object.getOwnPropertyDescriptor;\n var freeze = Object.freeze,\n seal = Object.seal,\n create = Object.create; // eslint-disable-line import/no-mutable-exports\n\n var _ref = typeof Reflect !== 'undefined' && Reflect,\n apply = _ref.apply,\n construct = _ref.construct;\n\n if (!apply) {\n apply = function apply(fun, thisValue, args) {\n return fun.apply(thisValue, args);\n };\n }\n\n if (!freeze) {\n freeze = function freeze(x) {\n return x;\n };\n }\n\n if (!seal) {\n seal = function seal(x) {\n return x;\n };\n }\n\n if (!construct) {\n construct = function construct(Func, args) {\n return _construct(Func, _toConsumableArray(args));\n };\n }\n\n var arrayForEach = unapply(Array.prototype.forEach);\n var arrayPop = unapply(Array.prototype.pop);\n var arrayPush = unapply(Array.prototype.push);\n var stringToLowerCase = unapply(String.prototype.toLowerCase);\n var stringToString = unapply(String.prototype.toString);\n var stringMatch = unapply(String.prototype.match);\n var stringReplace = unapply(String.prototype.replace);\n var stringIndexOf = unapply(String.prototype.indexOf);\n var stringTrim = unapply(String.prototype.trim);\n var regExpTest = unapply(RegExp.prototype.test);\n var typeErrorCreate = unconstruct(TypeError);\n function unapply(func) {\n return function (thisArg) {\n for (var _len = arguments.length, args = new Array(_len > 1 ? _len - 1 : 0), _key = 1; _key < _len; _key++) {\n args[_key - 1] = arguments[_key];\n }\n\n return apply(func, thisArg, args);\n };\n }\n function unconstruct(func) {\n return function () {\n for (var _len2 = arguments.length, args = new Array(_len2), _key2 = 0; _key2 < _len2; _key2++) {\n args[_key2] = arguments[_key2];\n }\n\n return construct(func, args);\n };\n }\n /* Add properties to a lookup table */\n\n function addToSet(set, array, transformCaseFunc) {\n transformCaseFunc = transformCaseFunc ? transformCaseFunc : stringToLowerCase;\n\n if (setPrototypeOf) {\n // Make 'in' and truthy checks like Boolean(set.constructor)\n // independent of any properties defined on Object.prototype.\n // Prevent prototype setters from intercepting set as a this value.\n setPrototypeOf(set, null);\n }\n\n var l = array.length;\n\n while (l--) {\n var element = array[l];\n\n if (typeof element === 'string') {\n var lcElement = transformCaseFunc(element);\n\n if (lcElement !== element) {\n // Config presets (e.g. tags.js, attrs.js) are immutable.\n if (!isFrozen(array)) {\n array[l] = lcElement;\n }\n\n element = lcElement;\n }\n }\n\n set[element] = true;\n }\n\n return set;\n }\n /* Shallow clone an object */\n\n function clone(object) {\n var newObject = create(null);\n var property;\n\n for (property in object) {\n if (apply(hasOwnProperty, object, [property])) {\n newObject[property] = object[property];\n }\n }\n\n return newObject;\n }\n /* IE10 doesn't support __lookupGetter__ so lets'\n * simulate it. It also automatically checks\n * if the prop is function or getter and behaves\n * accordingly. */\n\n function lookupGetter(object, prop) {\n while (object !== null) {\n var desc = getOwnPropertyDescriptor(object, prop);\n\n if (desc) {\n if (desc.get) {\n return unapply(desc.get);\n }\n\n if (typeof desc.value === 'function') {\n return unapply(desc.value);\n }\n }\n\n object = getPrototypeOf(object);\n }\n\n function fallbackValue(element) {\n console.warn('fallback value for', element);\n return null;\n }\n\n return fallbackValue;\n }\n\n var html$1 = freeze(['a', 'abbr', 'acronym', 'address', 'area', 'article', 'aside', 'audio', 'b', 'bdi', 'bdo', 'big', 'blink', 'blockquote', 'body', 'br', 'button', 'canvas', 'caption', 'center', 'cite', 'code', 'col', 'colgroup', 'content', 'data', 'datalist', 'dd', 'decorator', 'del', 'details', 'dfn', 'dialog', 'dir', 'div', 'dl', 'dt', 'element', 'em', 'fieldset', 'figcaption', 'figure', 'font', 'footer', 'form', 'h1', 'h2', 'h3', 'h4', 'h5', 'h6', 'head', 'header', 'hgroup', 'hr', 'html', 'i', 'img', 'input', 'ins', 'kbd', 'label', 'legend', 'li', 'main', 'map', 'mark', 'marquee', 'menu', 'menuitem', 'meter', 'nav', 'nobr', 'ol', 'optgroup', 'option', 'output', 'p', 'picture', 'pre', 'progress', 'q', 'rp', 'rt', 'ruby', 's', 'samp', 'section', 'select', 'shadow', 'small', 'source', 'spacer', 'span', 'strike', 'strong', 'style', 'sub', 'summary', 'sup', 'table', 'tbody', 'td', 'template', 'textarea', 'tfoot', 'th', 'thead', 'time', 'tr', 'track', 'tt', 'u', 'ul', 'var', 'video', 'wbr']); // SVG\n\n var svg$1 = freeze(['svg', 'a', 'altglyph', 'altglyphdef', 'altglyphitem', 'animatecolor', 'animatemotion', 'animatetransform', 'circle', 'clippath', 'defs', 'desc', 'ellipse', 'filter', 'font', 'g', 'glyph', 'glyphref', 'hkern', 'image', 'line', 'lineargradient', 'marker', 'mask', 'metadata', 'mpath', 'path', 'pattern', 'polygon', 'polyline', 'radialgradient', 'rect', 'stop', 'style', 'switch', 'symbol', 'text', 'textpath', 'title', 'tref', 'tspan', 'view', 'vkern']);\n var svgFilters = freeze(['feBlend', 'feColorMatrix', 'feComponentTransfer', 'feComposite', 'feConvolveMatrix', 'feDiffuseLighting', 'feDisplacementMap', 'feDistantLight', 'feFlood', 'feFuncA', 'feFuncB', 'feFuncG', 'feFuncR', 'feGaussianBlur', 'feImage', 'feMerge', 'feMergeNode', 'feMorphology', 'feOffset', 'fePointLight', 'feSpecularLighting', 'feSpotLight', 'feTile', 'feTurbulence']); // List of SVG elements that are disallowed by default.\n // We still need to know them so that we can do namespace\n // checks properly in case one wants to add them to\n // allow-list.\n\n var svgDisallowed = freeze(['animate', 'color-profile', 'cursor', 'discard', 'fedropshadow', 'font-face', 'font-face-format', 'font-face-name', 'font-face-src', 'font-face-uri', 'foreignobject', 'hatch', 'hatchpath', 'mesh', 'meshgradient', 'meshpatch', 'meshrow', 'missing-glyph', 'script', 'set', 'solidcolor', 'unknown', 'use']);\n var mathMl$1 = freeze(['math', 'menclose', 'merror', 'mfenced', 'mfrac', 'mglyph', 'mi', 'mlabeledtr', 'mmultiscripts', 'mn', 'mo', 'mover', 'mpadded', 'mphantom', 'mroot', 'mrow', 'ms', 'mspace', 'msqrt', 'mstyle', 'msub', 'msup', 'msubsup', 'mtable', 'mtd', 'mtext', 'mtr', 'munder', 'munderover']); // Similarly to SVG, we want to know all MathML elements,\n // even those that we disallow by default.\n\n var mathMlDisallowed = freeze(['maction', 'maligngroup', 'malignmark', 'mlongdiv', 'mscarries', 'mscarry', 'msgroup', 'mstack', 'msline', 'msrow', 'semantics', 'annotation', 'annotation-xml', 'mprescripts', 'none']);\n var text = freeze(['#text']);\n\n var html = freeze(['accept', 'action', 'align', 'alt', 'autocapitalize', 'autocomplete', 'autopictureinpicture', 'autoplay', 'background', 'bgcolor', 'border', 'capture', 'cellpadding', 'cellspacing', 'checked', 'cite', 'class', 'clear', 'color', 'cols', 'colspan', 'controls', 'controlslist', 'coords', 'crossorigin', 'datetime', 'decoding', 'default', 'dir', 'disabled', 'disablepictureinpicture', 'disableremoteplayback', 'download', 'draggable', 'enctype', 'enterkeyhint', 'face', 'for', 'headers', 'height', 'hidden', 'high', 'href', 'hreflang', 'id', 'inputmode', 'integrity', 'ismap', 'kind', 'label', 'lang', 'list', 'loading', 'loop', 'low', 'max', 'maxlength', 'media', 'method', 'min', 'minlength', 'multiple', 'muted', 'name', 'nonce', 'noshade', 'novalidate', 'nowrap', 'open', 'optimum', 'pattern', 'placeholder', 'playsinline', 'poster', 'preload', 'pubdate', 'radiogroup', 'readonly', 'rel', 'required', 'rev', 'reversed', 'role', 'rows', 'rowspan', 'spellcheck', 'scope', 'selected', 'shape', 'size', 'sizes', 'span', 'srclang', 'start', 'src', 'srcset', 'step', 'style', 'summary', 'tabindex', 'title', 'translate', 'type', 'usemap', 'valign', 'value', 'width', 'xmlns', 'slot']);\n var svg = freeze(['accent-height', 'accumulate', 'additive', 'alignment-baseline', 'ascent', 'attributename', 'attributetype', 'azimuth', 'basefrequency', 'baseline-shift', 'begin', 'bias', 'by', 'class', 'clip', 'clippathunits', 'clip-path', 'clip-rule', 'color', 'color-interpolation', 'color-interpolation-filters', 'color-profile', 'color-rendering', 'cx', 'cy', 'd', 'dx', 'dy', 'diffuseconstant', 'direction', 'display', 'divisor', 'dur', 'edgemode', 'elevation', 'end', 'fill', 'fill-opacity', 'fill-rule', 'filter', 'filterunits', 'flood-color', 'flood-opacity', 'font-family', 'font-size', 'font-size-adjust', 'font-stretch', 'font-style', 'font-variant', 'font-weight', 'fx', 'fy', 'g1', 'g2', 'glyph-name', 'glyphref', 'gradientunits', 'gradienttransform', 'height', 'href', 'id', 'image-rendering', 'in', 'in2', 'k', 'k1', 'k2', 'k3', 'k4', 'kerning', 'keypoints', 'keysplines', 'keytimes', 'lang', 'lengthadjust', 'letter-spacing', 'kernelmatrix', 'kernelunitlength', 'lighting-color', 'local', 'marker-end', 'marker-mid', 'marker-start', 'markerheight', 'markerunits', 'markerwidth', 'maskcontentunits', 'maskunits', 'max', 'mask', 'media', 'method', 'mode', 'min', 'name', 'numoctaves', 'offset', 'operator', 'opacity', 'order', 'orient', 'orientation', 'origin', 'overflow', 'paint-order', 'path', 'pathlength', 'patterncontentunits', 'patterntransform', 'patternunits', 'points', 'preservealpha', 'preserveaspectratio', 'primitiveunits', 'r', 'rx', 'ry', 'radius', 'refx', 'refy', 'repeatcount', 'repeatdur', 'restart', 'result', 'rotate', 'scale', 'seed', 'shape-rendering', 'specularconstant', 'specularexponent', 'spreadmethod', 'startoffset', 'stddeviation', 'stitchtiles', 'stop-color', 'stop-opacity', 'stroke-dasharray', 'stroke-dashoffset', 'stroke-linecap', 'stroke-linejoin', 'stroke-miterlimit', 'stroke-opacity', 'stroke', 'stroke-width', 'style', 'surfacescale', 'systemlanguage', 'tabindex', 'targetx', 'targety', 'transform', 'transform-origin', 'text-anchor', 'text-decoration', 'text-rendering', 'textlength', 'type', 'u1', 'u2', 'unicode', 'values', 'viewbox', 'visibility', 'version', 'vert-adv-y', 'vert-origin-x', 'vert-origin-y', 'width', 'word-spacing', 'wrap', 'writing-mode', 'xchannelselector', 'ychannelselector', 'x', 'x1', 'x2', 'xmlns', 'y', 'y1', 'y2', 'z', 'zoomandpan']);\n var mathMl = freeze(['accent', 'accentunder', 'align', 'bevelled', 'close', 'columnsalign', 'columnlines', 'columnspan', 'denomalign', 'depth', 'dir', 'display', 'displaystyle', 'encoding', 'fence', 'frame', 'height', 'href', 'id', 'largeop', 'length', 'linethickness', 'lspace', 'lquote', 'mathbackground', 'mathcolor', 'mathsize', 'mathvariant', 'maxsize', 'minsize', 'movablelimits', 'notation', 'numalign', 'open', 'rowalign', 'rowlines', 'rowspacing', 'rowspan', 'rspace', 'rquote', 'scriptlevel', 'scriptminsize', 'scriptsizemultiplier', 'selection', 'separator', 'separators', 'stretchy', 'subscriptshift', 'supscriptshift', 'symmetric', 'voffset', 'width', 'xmlns']);\n var xml = freeze(['xlink:href', 'xml:id', 'xlink:title', 'xml:space', 'xmlns:xlink']);\n\n var MUSTACHE_EXPR = seal(/\\{\\{[\\w\\W]*|[\\w\\W]*\\}\\}/gm); // Specify template detection regex for SAFE_FOR_TEMPLATES mode\n\n var ERB_EXPR = seal(/<%[\\w\\W]*|[\\w\\W]*%>/gm);\n var TMPLIT_EXPR = seal(/\\${[\\w\\W]*}/gm);\n var DATA_ATTR = seal(/^data-[\\-\\w.\\u00B7-\\uFFFF]/); // eslint-disable-line no-useless-escape\n\n var ARIA_ATTR = seal(/^aria-[\\-\\w]+$/); // eslint-disable-line no-useless-escape\n\n var IS_ALLOWED_URI = seal(/^(?:(?:(?:f|ht)tps?|mailto|tel|callto|cid|xmpp):|[^a-z]|[a-z+.\\-]+(?:[^a-z+.\\-:]|$))/i // eslint-disable-line no-useless-escape\n );\n var IS_SCRIPT_OR_DATA = seal(/^(?:\\w+script|data):/i);\n var ATTR_WHITESPACE = seal(/[\\u0000-\\u0020\\u00A0\\u1680\\u180E\\u2000-\\u2029\\u205F\\u3000]/g // eslint-disable-line no-control-regex\n );\n var DOCTYPE_NAME = seal(/^html$/i);\n\n var getGlobal = function getGlobal() {\n return typeof window === 'undefined' ? null : window;\n };\n /**\n * Creates a no-op policy for internal use only.\n * Don't export this function outside this module!\n * @param {?TrustedTypePolicyFactory} trustedTypes The policy factory.\n * @param {Document} document The document object (to determine policy name suffix)\n * @return {?TrustedTypePolicy} The policy created (or null, if Trusted Types\n * are not supported).\n */\n\n\n var _createTrustedTypesPolicy = function _createTrustedTypesPolicy(trustedTypes, document) {\n if (_typeof(trustedTypes) !== 'object' || typeof trustedTypes.createPolicy !== 'function') {\n return null;\n } // Allow the callers to control the unique policy name\n // by adding a data-tt-policy-suffix to the script element with the DOMPurify.\n // Policy creation with duplicate names throws in Trusted Types.\n\n\n var suffix = null;\n var ATTR_NAME = 'data-tt-policy-suffix';\n\n if (document.currentScript && document.currentScript.hasAttribute(ATTR_NAME)) {\n suffix = document.currentScript.getAttribute(ATTR_NAME);\n }\n\n var policyName = 'dompurify' + (suffix ? '#' + suffix : '');\n\n try {\n return trustedTypes.createPolicy(policyName, {\n createHTML: function createHTML(html) {\n return html;\n },\n createScriptURL: function createScriptURL(scriptUrl) {\n return scriptUrl;\n }\n });\n } catch (_) {\n // Policy creation failed (most likely another DOMPurify script has\n // already run). Skip creating the policy, as this will only cause errors\n // if TT are enforced.\n console.warn('TrustedTypes policy ' + policyName + ' could not be created.');\n return null;\n }\n };\n\n function createDOMPurify() {\n var window = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : getGlobal();\n\n var DOMPurify = function DOMPurify(root) {\n return createDOMPurify(root);\n };\n /**\n * Version label, exposed for easier checks\n * if DOMPurify is up to date or not\n */\n\n\n DOMPurify.version = '2.4.1';\n /**\n * Array of elements that DOMPurify removed during sanitation.\n * Empty if nothing was removed.\n */\n\n DOMPurify.removed = [];\n\n if (!window || !window.document || window.document.nodeType !== 9) {\n // Not running in a browser, provide a factory function\n // so that you can pass your own Window\n DOMPurify.isSupported = false;\n return DOMPurify;\n }\n\n var originalDocument = window.document;\n var document = window.document;\n var DocumentFragment = window.DocumentFragment,\n HTMLTemplateElement = window.HTMLTemplateElement,\n Node = window.Node,\n Element = window.Element,\n NodeFilter = window.NodeFilter,\n _window$NamedNodeMap = window.NamedNodeMap,\n NamedNodeMap = _window$NamedNodeMap === void 0 ? window.NamedNodeMap || window.MozNamedAttrMap : _window$NamedNodeMap,\n HTMLFormElement = window.HTMLFormElement,\n DOMParser = window.DOMParser,\n trustedTypes = window.trustedTypes;\n var ElementPrototype = Element.prototype;\n var cloneNode = lookupGetter(ElementPrototype, 'cloneNode');\n var getNextSibling = lookupGetter(ElementPrototype, 'nextSibling');\n var getChildNodes = lookupGetter(ElementPrototype, 'childNodes');\n var getParentNode = lookupGetter(ElementPrototype, 'parentNode'); // As per issue #47, the web-components registry is inherited by a\n // new document created via createHTMLDocument. As per the spec\n // (http://w3c.github.io/webcomponents/spec/custom/#creating-and-passing-registries)\n // a new empty registry is used when creating a template contents owner\n // document, so we use that as our parent document to ensure nothing\n // is inherited.\n\n if (typeof HTMLTemplateElement === 'function') {\n var template = document.createElement('template');\n\n if (template.content && template.content.ownerDocument) {\n document = template.content.ownerDocument;\n }\n }\n\n var trustedTypesPolicy = _createTrustedTypesPolicy(trustedTypes, originalDocument);\n\n var emptyHTML = trustedTypesPolicy ? trustedTypesPolicy.createHTML('') : '';\n var _document = document,\n implementation = _document.implementation,\n createNodeIterator = _document.createNodeIterator,\n createDocumentFragment = _document.createDocumentFragment,\n getElementsByTagName = _document.getElementsByTagName;\n var importNode = originalDocument.importNode;\n var documentMode = {};\n\n try {\n documentMode = clone(document).documentMode ? document.documentMode : {};\n } catch (_) {}\n\n var hooks = {};\n /**\n * Expose whether this browser supports running the full DOMPurify.\n */\n\n DOMPurify.isSupported = typeof getParentNode === 'function' && implementation && typeof implementation.createHTMLDocument !== 'undefined' && documentMode !== 9;\n var MUSTACHE_EXPR$1 = MUSTACHE_EXPR,\n ERB_EXPR$1 = ERB_EXPR,\n TMPLIT_EXPR$1 = TMPLIT_EXPR,\n DATA_ATTR$1 = DATA_ATTR,\n ARIA_ATTR$1 = ARIA_ATTR,\n IS_SCRIPT_OR_DATA$1 = IS_SCRIPT_OR_DATA,\n ATTR_WHITESPACE$1 = ATTR_WHITESPACE;\n var IS_ALLOWED_URI$1 = IS_ALLOWED_URI;\n /**\n * We consider the elements and attributes below to be safe. Ideally\n * don't add any new ones but feel free to remove unwanted ones.\n */\n\n /* allowed element names */\n\n var ALLOWED_TAGS = null;\n var DEFAULT_ALLOWED_TAGS = addToSet({}, [].concat(_toConsumableArray(html$1), _toConsumableArray(svg$1), _toConsumableArray(svgFilters), _toConsumableArray(mathMl$1), _toConsumableArray(text)));\n /* Allowed attribute names */\n\n var ALLOWED_ATTR = null;\n var DEFAULT_ALLOWED_ATTR = addToSet({}, [].concat(_toConsumableArray(html), _toConsumableArray(svg), _toConsumableArray(mathMl), _toConsumableArray(xml)));\n /*\n * Configure how DOMPUrify should handle custom elements and their attributes as well as customized built-in elements.\n * @property {RegExp|Function|null} tagNameCheck one of [null, regexPattern, predicate]. Default: `null` (disallow any custom elements)\n * @property {RegExp|Function|null} attributeNameCheck one of [null, regexPattern, predicate]. Default: `null` (disallow any attributes not on the allow list)\n * @property {boolean} allowCustomizedBuiltInElements allow custom elements derived from built-ins if they pass CUSTOM_ELEMENT_HANDLING.tagNameCheck. Default: `false`.\n */\n\n var CUSTOM_ELEMENT_HANDLING = Object.seal(Object.create(null, {\n tagNameCheck: {\n writable: true,\n configurable: false,\n enumerable: true,\n value: null\n },\n attributeNameCheck: {\n writable: true,\n configurable: false,\n enumerable: true,\n value: null\n },\n allowCustomizedBuiltInElements: {\n writable: true,\n configurable: false,\n enumerable: true,\n value: false\n }\n }));\n /* Explicitly forbidden tags (overrides ALLOWED_TAGS/ADD_TAGS) */\n\n var FORBID_TAGS = null;\n /* Explicitly forbidden attributes (overrides ALLOWED_ATTR/ADD_ATTR) */\n\n var FORBID_ATTR = null;\n /* Decide if ARIA attributes are okay */\n\n var ALLOW_ARIA_ATTR = true;\n /* Decide if custom data attributes are okay */\n\n var ALLOW_DATA_ATTR = true;\n /* Decide if unknown protocols are okay */\n\n var ALLOW_UNKNOWN_PROTOCOLS = false;\n /* Output should be safe for common template engines.\n * This means, DOMPurify removes data attributes, mustaches and ERB\n */\n\n var SAFE_FOR_TEMPLATES = false;\n /* Decide if document with ... should be returned */\n\n var WHOLE_DOCUMENT = false;\n /* Track whether config is already set on this instance of DOMPurify. */\n\n var SET_CONFIG = false;\n /* Decide if all elements (e.g. style, script) must be children of\n * document.body. By default, browsers might move them to document.head */\n\n var FORCE_BODY = false;\n /* Decide if a DOM `HTMLBodyElement` should be returned, instead of a html\n * string (or a TrustedHTML object if Trusted Types are supported).\n * If `WHOLE_DOCUMENT` is enabled a `HTMLHtmlElement` will be returned instead\n */\n\n var RETURN_DOM = false;\n /* Decide if a DOM `DocumentFragment` should be returned, instead of a html\n * string (or a TrustedHTML object if Trusted Types are supported) */\n\n var RETURN_DOM_FRAGMENT = false;\n /* Try to return a Trusted Type object instead of a string, return a string in\n * case Trusted Types are not supported */\n\n var RETURN_TRUSTED_TYPE = false;\n /* Output should be free from DOM clobbering attacks?\n * This sanitizes markups named with colliding, clobberable built-in DOM APIs.\n */\n\n var SANITIZE_DOM = true;\n /* Achieve full DOM Clobbering protection by isolating the namespace of named\n * properties and JS variables, mitigating attacks that abuse the HTML/DOM spec rules.\n *\n * HTML/DOM spec rules that enable DOM Clobbering:\n * - Named Access on Window (§7.3.3)\n * - DOM Tree Accessors (§3.1.5)\n * - Form Element Parent-Child Relations (§4.10.3)\n * - Iframe srcdoc / Nested WindowProxies (§4.8.5)\n * - HTMLCollection (§4.2.10.2)\n *\n * Namespace isolation is implemented by prefixing `id` and `name` attributes\n * with a constant string, i.e., `user-content-`\n */\n\n var SANITIZE_NAMED_PROPS = false;\n var SANITIZE_NAMED_PROPS_PREFIX = 'user-content-';\n /* Keep element content when removing element? */\n\n var KEEP_CONTENT = true;\n /* If a `Node` is passed to sanitize(), then performs sanitization in-place instead\n * of importing it into a new Document and returning a sanitized copy */\n\n var IN_PLACE = false;\n /* Allow usage of profiles like html, svg and mathMl */\n\n var USE_PROFILES = {};\n /* Tags to ignore content of when KEEP_CONTENT is true */\n\n var FORBID_CONTENTS = null;\n var DEFAULT_FORBID_CONTENTS = addToSet({}, ['annotation-xml', 'audio', 'colgroup', 'desc', 'foreignobject', 'head', 'iframe', 'math', 'mi', 'mn', 'mo', 'ms', 'mtext', 'noembed', 'noframes', 'noscript', 'plaintext', 'script', 'style', 'svg', 'template', 'thead', 'title', 'video', 'xmp']);\n /* Tags that are safe for data: URIs */\n\n var DATA_URI_TAGS = null;\n var DEFAULT_DATA_URI_TAGS = addToSet({}, ['audio', 'video', 'img', 'source', 'image', 'track']);\n /* Attributes safe for values like \"javascript:\" */\n\n var URI_SAFE_ATTRIBUTES = null;\n var DEFAULT_URI_SAFE_ATTRIBUTES = addToSet({}, ['alt', 'class', 'for', 'id', 'label', 'name', 'pattern', 'placeholder', 'role', 'summary', 'title', 'value', 'style', 'xmlns']);\n var MATHML_NAMESPACE = 'http://www.w3.org/1998/Math/MathML';\n var SVG_NAMESPACE = 'http://www.w3.org/2000/svg';\n var HTML_NAMESPACE = 'http://www.w3.org/1999/xhtml';\n /* Document namespace */\n\n var NAMESPACE = HTML_NAMESPACE;\n var IS_EMPTY_INPUT = false;\n /* Allowed XHTML+XML namespaces */\n\n var ALLOWED_NAMESPACES = null;\n var DEFAULT_ALLOWED_NAMESPACES = addToSet({}, [MATHML_NAMESPACE, SVG_NAMESPACE, HTML_NAMESPACE], stringToString);\n /* Parsing of strict XHTML documents */\n\n var PARSER_MEDIA_TYPE;\n var SUPPORTED_PARSER_MEDIA_TYPES = ['application/xhtml+xml', 'text/html'];\n var DEFAULT_PARSER_MEDIA_TYPE = 'text/html';\n var transformCaseFunc;\n /* Keep a reference to config to pass to hooks */\n\n var CONFIG = null;\n /* Ideally, do not touch anything below this line */\n\n /* ______________________________________________ */\n\n var formElement = document.createElement('form');\n\n var isRegexOrFunction = function isRegexOrFunction(testValue) {\n return testValue instanceof RegExp || testValue instanceof Function;\n };\n /**\n * _parseConfig\n *\n * @param {Object} cfg optional config literal\n */\n // eslint-disable-next-line complexity\n\n\n var _parseConfig = function _parseConfig(cfg) {\n if (CONFIG && CONFIG === cfg) {\n return;\n }\n /* Shield configuration object from tampering */\n\n\n if (!cfg || _typeof(cfg) !== 'object') {\n cfg = {};\n }\n /* Shield configuration object from prototype pollution */\n\n\n cfg = clone(cfg);\n PARSER_MEDIA_TYPE = // eslint-disable-next-line unicorn/prefer-includes\n SUPPORTED_PARSER_MEDIA_TYPES.indexOf(cfg.PARSER_MEDIA_TYPE) === -1 ? PARSER_MEDIA_TYPE = DEFAULT_PARSER_MEDIA_TYPE : PARSER_MEDIA_TYPE = cfg.PARSER_MEDIA_TYPE; // HTML tags and attributes are not case-sensitive, converting to lowercase. Keeping XHTML as is.\n\n transformCaseFunc = PARSER_MEDIA_TYPE === 'application/xhtml+xml' ? stringToString : stringToLowerCase;\n /* Set configuration parameters */\n\n ALLOWED_TAGS = 'ALLOWED_TAGS' in cfg ? addToSet({}, cfg.ALLOWED_TAGS, transformCaseFunc) : DEFAULT_ALLOWED_TAGS;\n ALLOWED_ATTR = 'ALLOWED_ATTR' in cfg ? addToSet({}, cfg.ALLOWED_ATTR, transformCaseFunc) : DEFAULT_ALLOWED_ATTR;\n ALLOWED_NAMESPACES = 'ALLOWED_NAMESPACES' in cfg ? addToSet({}, cfg.ALLOWED_NAMESPACES, stringToString) : DEFAULT_ALLOWED_NAMESPACES;\n URI_SAFE_ATTRIBUTES = 'ADD_URI_SAFE_ATTR' in cfg ? addToSet(clone(DEFAULT_URI_SAFE_ATTRIBUTES), // eslint-disable-line indent\n cfg.ADD_URI_SAFE_ATTR, // eslint-disable-line indent\n transformCaseFunc // eslint-disable-line indent\n ) // eslint-disable-line indent\n : DEFAULT_URI_SAFE_ATTRIBUTES;\n DATA_URI_TAGS = 'ADD_DATA_URI_TAGS' in cfg ? addToSet(clone(DEFAULT_DATA_URI_TAGS), // eslint-disable-line indent\n cfg.ADD_DATA_URI_TAGS, // eslint-disable-line indent\n transformCaseFunc // eslint-disable-line indent\n ) // eslint-disable-line indent\n : DEFAULT_DATA_URI_TAGS;\n FORBID_CONTENTS = 'FORBID_CONTENTS' in cfg ? addToSet({}, cfg.FORBID_CONTENTS, transformCaseFunc) : DEFAULT_FORBID_CONTENTS;\n FORBID_TAGS = 'FORBID_TAGS' in cfg ? addToSet({}, cfg.FORBID_TAGS, transformCaseFunc) : {};\n FORBID_ATTR = 'FORBID_ATTR' in cfg ? addToSet({}, cfg.FORBID_ATTR, transformCaseFunc) : {};\n USE_PROFILES = 'USE_PROFILES' in cfg ? cfg.USE_PROFILES : false;\n ALLOW_ARIA_ATTR = cfg.ALLOW_ARIA_ATTR !== false; // Default true\n\n ALLOW_DATA_ATTR = cfg.ALLOW_DATA_ATTR !== false; // Default true\n\n ALLOW_UNKNOWN_PROTOCOLS = cfg.ALLOW_UNKNOWN_PROTOCOLS || false; // Default false\n\n SAFE_FOR_TEMPLATES = cfg.SAFE_FOR_TEMPLATES || false; // Default false\n\n WHOLE_DOCUMENT = cfg.WHOLE_DOCUMENT || false; // Default false\n\n RETURN_DOM = cfg.RETURN_DOM || false; // Default false\n\n RETURN_DOM_FRAGMENT = cfg.RETURN_DOM_FRAGMENT || false; // Default false\n\n RETURN_TRUSTED_TYPE = cfg.RETURN_TRUSTED_TYPE || false; // Default false\n\n FORCE_BODY = cfg.FORCE_BODY || false; // Default false\n\n SANITIZE_DOM = cfg.SANITIZE_DOM !== false; // Default true\n\n SANITIZE_NAMED_PROPS = cfg.SANITIZE_NAMED_PROPS || false; // Default false\n\n KEEP_CONTENT = cfg.KEEP_CONTENT !== false; // Default true\n\n IN_PLACE = cfg.IN_PLACE || false; // Default false\n\n IS_ALLOWED_URI$1 = cfg.ALLOWED_URI_REGEXP || IS_ALLOWED_URI$1;\n NAMESPACE = cfg.NAMESPACE || HTML_NAMESPACE;\n\n if (cfg.CUSTOM_ELEMENT_HANDLING && isRegexOrFunction(cfg.CUSTOM_ELEMENT_HANDLING.tagNameCheck)) {\n CUSTOM_ELEMENT_HANDLING.tagNameCheck = cfg.CUSTOM_ELEMENT_HANDLING.tagNameCheck;\n }\n\n if (cfg.CUSTOM_ELEMENT_HANDLING && isRegexOrFunction(cfg.CUSTOM_ELEMENT_HANDLING.attributeNameCheck)) {\n CUSTOM_ELEMENT_HANDLING.attributeNameCheck = cfg.CUSTOM_ELEMENT_HANDLING.attributeNameCheck;\n }\n\n if (cfg.CUSTOM_ELEMENT_HANDLING && typeof cfg.CUSTOM_ELEMENT_HANDLING.allowCustomizedBuiltInElements === 'boolean') {\n CUSTOM_ELEMENT_HANDLING.allowCustomizedBuiltInElements = cfg.CUSTOM_ELEMENT_HANDLING.allowCustomizedBuiltInElements;\n }\n\n if (SAFE_FOR_TEMPLATES) {\n ALLOW_DATA_ATTR = false;\n }\n\n if (RETURN_DOM_FRAGMENT) {\n RETURN_DOM = true;\n }\n /* Parse profile info */\n\n\n if (USE_PROFILES) {\n ALLOWED_TAGS = addToSet({}, _toConsumableArray(text));\n ALLOWED_ATTR = [];\n\n if (USE_PROFILES.html === true) {\n addToSet(ALLOWED_TAGS, html$1);\n addToSet(ALLOWED_ATTR, html);\n }\n\n if (USE_PROFILES.svg === true) {\n addToSet(ALLOWED_TAGS, svg$1);\n addToSet(ALLOWED_ATTR, svg);\n addToSet(ALLOWED_ATTR, xml);\n }\n\n if (USE_PROFILES.svgFilters === true) {\n addToSet(ALLOWED_TAGS, svgFilters);\n addToSet(ALLOWED_ATTR, svg);\n addToSet(ALLOWED_ATTR, xml);\n }\n\n if (USE_PROFILES.mathMl === true) {\n addToSet(ALLOWED_TAGS, mathMl$1);\n addToSet(ALLOWED_ATTR, mathMl);\n addToSet(ALLOWED_ATTR, xml);\n }\n }\n /* Merge configuration parameters */\n\n\n if (cfg.ADD_TAGS) {\n if (ALLOWED_TAGS === DEFAULT_ALLOWED_TAGS) {\n ALLOWED_TAGS = clone(ALLOWED_TAGS);\n }\n\n addToSet(ALLOWED_TAGS, cfg.ADD_TAGS, transformCaseFunc);\n }\n\n if (cfg.ADD_ATTR) {\n if (ALLOWED_ATTR === DEFAULT_ALLOWED_ATTR) {\n ALLOWED_ATTR = clone(ALLOWED_ATTR);\n }\n\n addToSet(ALLOWED_ATTR, cfg.ADD_ATTR, transformCaseFunc);\n }\n\n if (cfg.ADD_URI_SAFE_ATTR) {\n addToSet(URI_SAFE_ATTRIBUTES, cfg.ADD_URI_SAFE_ATTR, transformCaseFunc);\n }\n\n if (cfg.FORBID_CONTENTS) {\n if (FORBID_CONTENTS === DEFAULT_FORBID_CONTENTS) {\n FORBID_CONTENTS = clone(FORBID_CONTENTS);\n }\n\n addToSet(FORBID_CONTENTS, cfg.FORBID_CONTENTS, transformCaseFunc);\n }\n /* Add #text in case KEEP_CONTENT is set to true */\n\n\n if (KEEP_CONTENT) {\n ALLOWED_TAGS['#text'] = true;\n }\n /* Add html, head and body to ALLOWED_TAGS in case WHOLE_DOCUMENT is true */\n\n\n if (WHOLE_DOCUMENT) {\n addToSet(ALLOWED_TAGS, ['html', 'head', 'body']);\n }\n /* Add tbody to ALLOWED_TAGS in case tables are permitted, see #286, #365 */\n\n\n if (ALLOWED_TAGS.table) {\n addToSet(ALLOWED_TAGS, ['tbody']);\n delete FORBID_TAGS.tbody;\n } // Prevent further manipulation of configuration.\n // Not available in IE8, Safari 5, etc.\n\n\n if (freeze) {\n freeze(cfg);\n }\n\n CONFIG = cfg;\n };\n\n var MATHML_TEXT_INTEGRATION_POINTS = addToSet({}, ['mi', 'mo', 'mn', 'ms', 'mtext']);\n var HTML_INTEGRATION_POINTS = addToSet({}, ['foreignobject', 'desc', 'title', 'annotation-xml']); // Certain elements are allowed in both SVG and HTML\n // namespace. We need to specify them explicitly\n // so that they don't get erroneously deleted from\n // HTML namespace.\n\n var COMMON_SVG_AND_HTML_ELEMENTS = addToSet({}, ['title', 'style', 'font', 'a', 'script']);\n /* Keep track of all possible SVG and MathML tags\n * so that we can perform the namespace checks\n * correctly. */\n\n var ALL_SVG_TAGS = addToSet({}, svg$1);\n addToSet(ALL_SVG_TAGS, svgFilters);\n addToSet(ALL_SVG_TAGS, svgDisallowed);\n var ALL_MATHML_TAGS = addToSet({}, mathMl$1);\n addToSet(ALL_MATHML_TAGS, mathMlDisallowed);\n /**\n *\n *\n * @param {Element} element a DOM element whose namespace is being checked\n * @returns {boolean} Return false if the element has a\n * namespace that a spec-compliant parser would never\n * return. Return true otherwise.\n */\n\n var _checkValidNamespace = function _checkValidNamespace(element) {\n var parent = getParentNode(element); // In JSDOM, if we're inside shadow DOM, then parentNode\n // can be null. We just simulate parent in this case.\n\n if (!parent || !parent.tagName) {\n parent = {\n namespaceURI: NAMESPACE,\n tagName: 'template'\n };\n }\n\n var tagName = stringToLowerCase(element.tagName);\n var parentTagName = stringToLowerCase(parent.tagName);\n\n if (!ALLOWED_NAMESPACES[element.namespaceURI]) {\n return false;\n }\n\n if (element.namespaceURI === SVG_NAMESPACE) {\n // The only way to switch from HTML namespace to SVG\n // is via