/*
 * Licensed to the Apache Software Foundation (ASF) under one
 * or more contributor license agreements.  See the NOTICE file
 * distributed with this work for additional information
 * regarding copyright ownership.  The ASF licenses this file
 * to you under the Apache License, Version 2.0 (the
 * "License"); you may not use this file except in compliance
 * with the License.  You may obtain a copy of the License at
 *
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing,
 * software distributed under the License is distributed on an
 * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
 * KIND, either express or implied.  See the License for the
 * specific language governing permissions and limitations
 * under the License.
 */
 
:root {
    --page-transition: 310ms;
    --safe-top: constant(safe-area-inset-top, 0px);         /* iOS 11.0 */
    --safe-top: env(safe-area-inset-top, 0px);              /* iOS 11.2 */
    --safe-bottom-offset: 0px;
    --safe-bottom-original: constant(safe-area-inset-bottom, 0px);   /* iOS 11.0 */
    --safe-bottom-original: env(safe-area-inset-bottom, 0px);        /* iOS 11.2 */
    --safe-bottom: calc(var(--safe-bottom-original) + var(--safe-bottom-offset, 0px));
    --safe-height: calc(100% - var(--safe-top) - var(--safe-bottom));
}

a.silent {
    text-decoration: none;
}

* {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    /* make transparent link selection, adjust last value opacity 0 to 1.0 */
}

*:focus { 
    outline:none 
}

*[onclick] {
    cursor: pointer;
}

.desktop.web div, 
.desktop.web textarea {
    scrollbar-width: thin;
}

.desktop.web div::-webkit-scrollbar, 
.desktop.web textarea::-webkit-scrollbar { 
    height: 6px; 
    width: 6px;
/*    border-radius: 3px; */
    cursor: pointer;
}

.desktop.web div::-webkit-scrollbar-track,
.desktop.web textarea::-webkit-scrollbar-track { 
    background-color: #eee; 
 }

.desktop.web div::-webkit-scrollbar-thumb,
.desktop.web textarea::-webkit-scrollbar-thumb { 
    background-color: #ccc; 
/*    border-radius: 3px;*/
}


@font-face {
    font-family: Text-Bold;
    src: url('../../fonts/text_bold.ttf');
    font-weight: bold;
}

@font-face {
    font-family: Text-Semi-Bold;
    src: url('../../fonts/text_bold.ttf');
    font-weight: bold;
}

@font-face {
    font-family: Text-Regular;
    src: url('../../fonts/text_regular.ttf');
}

@font-face {
    font-family: Text-Regular;
    src: url('../../fonts/text_bold.ttf');
    font-weight: bold;
}

@font-face {
    font-family: Text-Mono;
    src: url('../../fonts/text_mono.ttf');
}


.font_regular {
    font-family: Text-Regular;
}

.font_bold {
    font-family: Text-Bold;
}

.font_semibold {
    font-family: Text-Semi-Bold;
}

/* CSS Mobile Reset */

html {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    overflow: hidden;
    background-color: #000;
    font-size: 16px;
}

body {
    position: absolute;
    top: var(--safe-top);
    bottom: var(--safe-bottom);
    left: 0;
    right: 0;
    height: var(--safe-height);
    padding: 0;
    margin: 0;
    overflow: hidden;
    font-family: Text-Semi-Bold;
    font-family: Text-Regular;
    font-size: 16px;
    line-height: 1.3;
    color: #404040;
    word-wrap: break-word;
    background-color: #fff;
    -webkit-touch-callout: none;
    /* prevent callout to copy image, etc when tap to hold */
    -webkit-text-size-adjust: none;
    /* prevent webkit from resizing text to fit */
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url('../../config/background.jpg');
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    perspective: 1000px;
    -webkit-perspective: 1000px;
}

body.desktop {
    max-width: 768px;
    margin: auto;
    background: none;
    background-color: black;
    text-rendering: optimizeLegibility;
}

.vh100 {
    height: 100vh;
}

img {
    position:relative;
    -moz-user-select: none;
    user-select: none;    
    -webkit-user-select: none;
    -webkit-user-drag: none;
    -moz-user-drag: none;
    -webkit-touch-callout: none;
    /*z-index: 1;*/
}

/*
img:after{
    display: grid;
    place-items: center;
    position: absolute; top: 0; left: 0; right: 0; bottom: 0;
    font-family: icons;
    margin-top: -5px;
    content: "\e92c";
    background-color: white;
}*/ 

@font-face {
  font-family: 'Material Icons Outlined';
  font-style: normal;
  font-display: block;
  src: url(../../fonts/material-symbols.woff2);
  /*src: url(../../fonts/material-icons-outlined.otf);*/
}

i.mi {
  font-family: 'Material Icons Outlined';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* color: #5f6368; */
}

i.mi.center {
    display: flex;
    align-items: center;
    justify-content: center;
}

@font-face {
    font-family: Icons;
    src:
        url('../../fonts/icons.ttf?8dc112') format('truetype'),
        url('../../fonts/icons.woff?8dc112') format('woff'),
        url('../../fonts/icons.svg?8dc112#icons') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

.icon-font {
    font-family: Icons;
    color: red;
    font-size: 20pt;
}

[class^="icon-"], [class*=" icon-"] {
    font-family: Icons !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.icon-x:before {
    content: "\e96e";
}
.icon-dots:before {
    content: "\e967";
}
.icon-pin:before {
    content: "\e966";
}
.icon-trash:before {
    content: "\e965";
}
.icon-close:before {
    content: "\e95f";
}
.icon-clicker:before {
    content: "\e963";
}
.icon-clicker-off:before {
    content: "\e964";
}
.icon-camera-stroke:before {
    content: "\e962";
}
.icon-image:before {
    content: "\e960";
}
.icon-rotate:before {
    content: "\e961";
}
.icon-emojis:before {
    content: "\e95e";
}
.icon-ribbonbookmark:before {
    content: "\e95a";
}
.icon-ribbonbookmark-empty:before {
    content: "\e95b";
}
.icon-ribbonbookmark-round:before {
    content: "\e95c";
}
.icon-ribbonbookmark-round-empty:before {
    content: "\e95d";
}
.icon-question-mark:before {
    content: "\e959";
}
.icon-cloud:before {
    content: "\e958";
}
.icon-mother-list-add:before {
    content: "\e955";
}
.icon-mother-settings:before {
    content: "\e956";
}
.icon-mother-list:before {
    content: "\e957";
}
.icon-linkedin:before {
    content: "\e94d";
}
.icon-camera:before {
    content: "\e94e";
}
.icon-chat:before {
    content: "\e94f";
}
.icon-group:before {
    content: "\e950";
}
.icon-meeting:before {
    content: "\e951";
}
.icon-qrcode:before {
    content: "\e952";
}
.icon-speaker_profile:before {
    content: "\e953";
}
.icon-voucher:before {
    content: "\e954";
}
.icon-gallery:before {
    content: "\e92c";
}
.icon-forbidden:before {
    content: "\e94c";
}
.icon-arrow-left:before {
    content: "\e900";
}
.icon-arrow-right:before {
    content: "\e901";
}
.icon-bio:before {
    content: "\e902";
}
.icon-bookmark:before {
    content: "\e903";
}
.icon-button-bookmark:before {
    content: "\e904";
}
.icon-button-bookmark-active:before {
    content: "\e905";
}
.icon-button-camera:before {
    content: "\e906";
}
.icon-button-camera-active:before {
    content: "\e907";
}
.icon-button-cloud-download:before {
    content: "\e908";
}
.icon-button-cloud-download-active:before {
    content: "\e909";
}
.icon-button-contacts:before {
    content: "\e90a";
}
.icon-button-contacts-active:before {
    content: "\e90b";
}
.icon-button-gallery:before {
    content: "\e90c";
}
.icon-button-gallery-active:before {
    content: "\e90d";
}
.icon-button-link:before {
    content: "\e90e";
}
.icon-button-link-active:before {
    content: "\e90f";
}
.icon-button-lock:before {
    content: "\e910";
}
.icon-button-lock-active:before {
    content: "\e911";
}
.icon-button-mail:before {
    content: "\e912";
}
.icon-button-mail-active:before {
    content: "\e913";
}
.icon-button-marker:before {
    content: "\e914";
}
.icon-button-marker-active:before {
    content: "\e915";
}
.icon-button-phone:before {
    content: "\e916";
}
.icon-button-phone-active:before {
    content: "\e917";
}
.icon-button-search:before {
    content: "\e918";
}
.icon-button-search-active:before {
    content: "\e919";
}
.icon-calendar:before {
    content: "\e91a";
}
.icon-checkbox-checked:before {
    content: "\e91b";
}
.icon-checkbox-unchecked:before {
    content: "\e91c";
}
.icon-check-circle-empty:before {
    content: "\e91d";
}
.icon-check-circle-full:before {
    content: "\e91e";
}
.icon-check-empty:before {
    content: "\e91f";
}
.icon-check-full:before {
    content: "\e920";
}
.icon-checklist:before {
    content: "\e921";
}
.icon-circle:before {
    content: "\e922";
}
.icon-close-empty:before {
    content: "\e923";
}
.icon-close-full:before {
    content: "\e924";
}
.icon-cloud-download:before {
    content: "\e925";
}
.icon-compass:before {
    content: "\e926";
}
.icon-exhibitors:before {
    content: "\e927";
}
.icon-feedback:before {
    content: "\e928";
}
.icon-flag:before {
    content: "\e929";
}
.icon-floorplan:before {
    content: "\e92a";
}
.icon-funnel:before {
    content: "\e92b";
}
.icon-heart-empty:before {
    content: "\e92d";
}
.icon-heart-full:before {
    content: "\e92e";
}
.icon-home:before {
    content: "\e92f";
}
.icon-info:before {
    content: "\e930";
}
.icon-label:before {
    content: "\e931";
}
.icon-link:before {
    content: "\e932";
}
.icon-logout:before {
    content: "\e933";
}
.icon-mail:before {
    content: "\e934";
}
.icon-map:before {
    content: "\e935";
}
.icon-marker:before {
    content: "\e936";
}
.icon-menu:before {
    content: "\e937";
}
.icon-messages:before {
    content: "\e938";
}
.icon-notes:before {
    content: "\e939";
}
.icon-notification:before {
    content: "\e93a";
}
.icon-pencil:before {
    content: "\e93b";
}
.icon-phone:before {
    content: "\e93c";
}
.icon-play:before {
    content: "\e93d";
}
.icon-posters:before {
    content: "\e93e";
}
.icon-question:before {
    content: "\e93f";
}
.icon-refresh:before {
    content: "\e940";
}
.icon-search:before {
    content: "\e941";
}
.icon-settings:before {
    content: "\e942";
}
.icon-speaker:before {
    content: "\e943";
}
.icon-star:before {
    content: "\e944";
}
.icon-star-laurel:before {
    content: "\e945";
}
.icon-televoting:before {
    content: "\e946";
}
.icon-triangle-down:before {
    content: "\e947";
}
.icon-triangle-up:before {
    content: "\e948";
}
.icon-user:before {
    content: "\e949";
}
.icon-user-circle-empty:before {
    content: "\e94a";
}
.icon-user-circle-full:before {
    content: "\e94b";
}
.icon-user-minus:before {
    content: "\e974";
}

/* HELPER CLASSES */
.font-big {
    font-size: 1.2em;
}
.font-small {
    font-size: .8em;
}
.text-uppercase {
    text-transform: uppercase;
}
.text-lowercase {
    text-transform: lowercase;
}
.text-normal {
    text-transform: none;
}
.text-balance {
    text-wrap: balance;
}
.text-left {
    text-align: left !important;
}
.text-center {
    text-align: center !important;
}
.text-right {
    text-align: right !important;
}
.flex {
    display: flex;
}
.flex-column {
    flex-direction: column;
}
.align-center {
    align-items: center;
}
.justify-center {
    justify-content: center;
}

select {
    font-family: Text-Regular;
    position: relative;
    outline: none;
    background-color: #fff;
    -moz-appearance: none;
    -webkit-appearance: none;
}

.select_arrow:before {
    content: "\e947";
    font-family: Icons;
    position: absolute;
    right: 15px;
    top: calc(50% + 2px);
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    color: silver;
    font-size: 12px;
    z-index: 10;
    pointer-events: none;
}

.select_arrow {
    position: relative;
}

.select_arrow select {
    -webkit-appearance: none;
}

.dashboard_news {
    background-color: white;
    color: #404040;
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 15px;
    margin-top: 15px;
    padding: 10px;
    font-size: 12px;
    box-shadow: 2px 2px 6px rgba(0, 0, 0, .2);
    border-top: 5px solid;
    cursor: pointer;
}

#dashboard .dashboard_news {
    border-top: 5px solid grey;
    margin-bottom: 5px;
}

.font_size_big {
    font-size: 12pt;
}

.font_size_normal {
    font-size: 10pt;
}

.font_size_small {
    font-size: 8pt;
}

.font_size_tiny {
    font-size: 6pt;
}

.profile_name {
    padding-left: 10px;
}

.profile_subtitle {
    padding-left: 10px;
}

@keyframes fade {
    from {
        opacity: 1.0;
    }

    50% {
        opacity: 0.4;
    }

    to {
        opacity: 1.0;
    }
}

@-webkit-keyframes fade {
    from {
        opacity: 1.0;
    }

    50% {
        opacity: 0.4;
    }

    to {
        opacity: 1.0;
    }
}

.blink {
    animation: fade 3000ms infinite;
    -webkit-animation: fade 3000ms infinite;
}

.mainDiv {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0;
    margin: 0;
    z-index: 1;
    background-size: cover;
    overflow-x: hidden;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

body.has_tabs #mainDiv {
    bottom: 60px
}

body.has_tabs #tabs {
    display: flex;
}

#pageOverlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0;
    margin: 0;
    z-index: 6;
    opacity: 0;
    pointer-events: none;
}

#pageOverlay.active {
    pointer-events: all;
}

#mother .page_header {
    display: none;
}

#mother .page_content {
    top: 0;
}

#eventDiv {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0;
    margin: 0;
    z-index: 1;
    overflow: hidden;
}

.homeDiv {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0;
    margin: 0;
    z-index: 1;
    background-image: url('../../img/fundo_cg.png');
    background-repeat: no-repeat;
    background-position: center center;
}

.eventListDiv {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0;
    margin: 0;
    z-index: 1;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: white;
    padding-bottom: 60px;
}

#client_events_list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    grid-gap: 10px;
    padding: 10px;
    width: auto;
    overflow: auto;
}

.eventListDiv .congress_list_title {
    color: #404040;
    font-size: 22px;
    border-bottom: 1px solid #404040;
    padding-top: 20px;
    padding-bottom: 10px;
    margin-left: 20px;
    margin-right: 20px;
}

.eventListDiv .congress_list_item {
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: flex-start;
    line-height: 16px;
    box-shadow: 1px 1px 3px rgba(0,0,0,.3);
    background-color: #f2f2f2;
    border-radius: 4px;
    padding: 8px;
}

.eventListDiv .congress_list_item .image_container {
    flex: 0 0 100px;
}
.eventListDiv .congress_list_item .image {
    flex: 1;
    padding-bottom: 100%;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

#client_events_list.cards .congress_list_item {
    flex-direction: column;
}

#client_events_list.cards {
    grid-template-columns: repeat(auto-fit, minmax(140px, auto));
}

#client_events_list.cards .image_container {
    width:100%;
}
.eventListDiv .congress_list_item .text_container {
    margin-left: 5px;
    padding: 5px;
}
.eventListDiv .congress_list_item .event_title {
    font-size: 14px;
}

.eventListDiv .congress_list_item .event_date {
    font-size: 12px;
    line-height: 16px;
    margin-top: 5px;
}
.eventListDiv .congress_list_item .event_location {
    font-size: 12px;
    line-height: 16px;
    margin-top: 2px;
    opacity: .8;
}
@media screen and (max-width: 350px) {
    .eventListDiv .congress_list_item .image_container {
        flex: 0 0 90px;
    }

    .eventListDiv .congress_list_item .text_container {
        padding: 5px;
    }    
    .eventListDiv .congress_list_item .event_title {
        font-size: 12px;
    }

    .eventListDiv .congress_list_item .event_date,
    .eventListDiv .congress_list_item .event_location {
        font-size: 10px;
    }    
}

/* CHAT */

.chat_message_day_separator {
    margin: 20px auto;
    margin-bottom: 0px;
    font-size: 12px;
    width: min-content;
    white-space: nowrap;
    padding: 5px 8px;
    background-color: silver;
    border-radius: 5px;
    display: none;
}

.chat_message_container.first .chat_message_day_separator {
    display: block;
}

.chat_message {
    font-size: 13px;
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 5px;
    padding-bottom: 5px;
    position: relative;
    user-select: text;
    -moz-user-select: text;
    -webkit-user-select: text;
}

.chat_message img {
    max-width: 150px;
    max-height: 150px;
    display: block;
    margin: 3px 0;
    cursor: pointer;
}

.chat_message img.hide {
    display: none;
}

.chat_message .perninha {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 10px auto;
    width: 10px;
    height: 6px;
    position: absolute;
    bottom: 0px;
}

.chat_message.from .perninha {
    background-image: url('../../img/perninha_cinzenta.png');
    right: -5px;
    filter: brightness(0) invert(.8);
}

.chat_message.to .perninha {
    background-image: url('../../img/perninha_cinza.png');
    left: -5px;
    filter: brightness(0) invert(.933);
}

.chat_message.to {
    background-color: #EEE;
    text-align: left;
    width: max-content;
    max-width: 70%;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    color: black;
    margin-left: 10px;
    margin-right: auto;
}

.chat_message.from {
    background-color: #CCC;
    text-align: right;
    width: max-content;
    max-width: 70%;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    margin-right: 10px;
    margin-left: auto;
    margin-bottom: 8px;
    }

.chat_message_timestamp {
    font-size: 10px;
    padding: 12px;
    padding-bottom: 2px;
    padding-top: 5px;
}

.chat_message_timestamp.from {
    text-align: right;
}

.new_messages {
    position: absolute;
    left: 8px;
    right: 8px;
    top: -20px;
    background-color: #e2e2e2;
    border-radius: 4px;
    font-size: 10px;
    text-align: center;
    padding: 2px 0px;
    cursor: pointer;
}

.bt-qr-code {
    position: absolute;
    top: 5px;
    right: 5px;
    width: 50px;
    height: 50px;
    background-size: 50px;
    background-repeat: no-repeat;
    background-image: url('../../img/icon_white_qrcode.png');
    background-position: center;
}

.bt-qr-code:active {
    opacity: 0.7;
}

.bt-qr-code:hover {
    opacity: 0.7;
    cursor: pointer;
}

.loading_spinner {
    border-radius: 50% 20%;
    width: 20%;
    margin: 0px 0px 20px 0px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
}

.loading_overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 105;
    opacity: 0;
    animation-name: loading_overlay_delay;
    animation-duration: 100ms;
    animation-delay: 500ms;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
    background-color: rgba(255, 255, 255, 0.9);
    font-size: 18px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: calc(50% - 140px);
    text-align: center;
    justify-content: center;
}

.loading_overlay.hidden {
    opacity: 0;
    animation: none;
}

@keyframes loading_overlay_delay {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}


@keyframes slidein {
    from {
        margin-left: 100%;
        width: 300%;
    }

    to {
        margin-left: 0%;
        width: 100%;
    }
}

.black_overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: black;
    opacity: 0.8;
}

.black_overlay_text {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.white_overlay_gif {
    border-radius: 50% 20%;
    width: 20%;
    margin: 0px 0px 20px 0px;
}



.panel_container {
    clear: both;
    margin-bottom: 4px;
    position: relative;
}

.panel_container .panel_group_line {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 10px;
}

.panel_container.open {
    padding-left: 10px;
}

.header_button {
    font-size: 10px;
}

.header_button:active {
    opacity: 0.7;
}

.header_button:hover {
    opacity: 0.7;
    cursor: pointer;
}

.loading_page {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    pointer-events: none;
    transition: opacity .1s;
    z-index: 1001;
    background-image: none !important;
}

body.loading .loading_page {
    opacity: 1;
    pointer-events: initial;
}

.loading_page .content {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;    
    padding: 25px;
    box-sizing: border-box;
    background-image: var(--loading-page-url, url('../../config/loading.jpg'));
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: white;
}

.loading_page.hide {
    opacity: 0;
}

.loading_page .content > div {
    transition: opacity .1s ease-out;
}

.loading_page .content > .hide {
    display: none;
}

.loading_page .loading-dots-spinner {
    padding: 5px;
    opacity: .5;
    margin-bottom: auto;
}

.loading_page .loading_text {
    padding: 10px 15px;
    text-align: center;
    background-color: rgb(0 0 0 / 50%);
    color: white;
    box-shadow: 1px 1px 10px rgba(0, 0, 0, .3);
    border-radius: 4px;
    margin-bottom: 40px;
    max-width: 300px;
}

.loading_page .retry_button, 
.loading_page .retry_download_images {
    text-align: center;
    width: 60%;
    max-width: 220px;
    padding: 10px;
    background-color: white;
    box-shadow: 1px 1px 10px rgba(0, 0, 0, .3);
    color: #404040 !important;
    text-transform: uppercase;
    border-radius: 4px;
    margin-bottom: 40px;
    box-sizing: border-box;
    cursor: pointer;
}

.loading_page .progress_bar {
    background-color: #e2e2e2;
    border-radius: 20px;
    box-shadow: inset 0px 0px 8px 1px #64646f66;
    justify-self: end;
    margin: 5px 15px;
    height: 8px;
    padding: 2px;
    width: 80%;
    margin-top: 10px;
}

.loading_page .progress_bar > span {
    width: 0;
    display: block;
    height: 100%;
    border-radius: 20px;
    background-color: var(--color_bg_division_1);
    position: relative;
    overflow: hidden;
    max-width: 100%;
    transition: width 300ms ease-out;
}

.loading_page .progress_bar.hide > span {
    transition: none;
}

body.stream_layout .loading_page.show_content .content {
    width: calc(1px * var(--event-width));
}

@media screen and (max-width: 80vh) {
    body.stream_layout .loading_page.show_content .content {
        width: 100%;
        box-sizing: border-box;
        margin-top: min(calc(100vw * 9 / 16), 32vh)
    }
}

.filter_type_option.multiple.selected{
    font-weight: bold;
} 
.filter_type_option.multiple .arrow_next span:before {
    content: "\e91f";
}

.filter_type_option.multiple.selected .arrow_next span:before {
    content: "\e920";
}

table.just_valign {
    vertical-align: middle;
    height: 100%;
    width: 100%;
}

table.just_valign td {
    vertical-align: middle;
    height: 100%;
    width: 100%;
}

.now_badge {
    padding: 5px;
    border-radius: 10px;
    color: white;
    display: inline-block;
    font-size: 10px;
    margin-bottom: 5px;
}

.edit_button {
    position: absolute;
    right: 0px;
    height: 45px;
    width: 45px;
    z-index: 99;
}

.empty_list_message {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    padding: 40px;
    text-align: center;
    color: silver;
    font-size: 16px;
}

.logout_button {
    position: absolute;
    left: 0px;
    height: 45px;
    width: 45px;
    z-index: 99;
}

.search_button {
    position: absolute;
    left: 0px;
    height: 45px;
    width: 45px;
    z-index: 99;
    display: none;
}

.filter_button_my_agenda.selected {
    width: 100% !important;
}

.filter_button_my_agenda {
    height: 100%;
    text-align: center;
    width: 100% !important;
    vertical-align: middle;
    font-size: 10pt;
    padding-left: 5px;
}

.filter_table_my_agenda {
    width: 100%;
    height: 40px;
    border: 0;
    border-collapse: collapse;
    border-bottom: 1px solid #C6C6C6;
    font-size: 14pt;
    vertical-align: middle;
}

.filter_table_my_agenda td {
    height: 100%;
    vertical-align: middle;
    border: 0;
    padding: 0;
}

.side_menu_container {
    z-index: 10;
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    transition: transform 0ms 300ms, -webkit-transform 0ms 300ms;
    will-change: transform, -webkit-transform;
}

.side_menu_container .overlay {
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    background-color: #000;
    opacity: 0;
    will-change: opacity;
    transition: opacity 200ms;
}

.side_menu_container .menu {
    background-position: center;
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 20%;
    color: gray;
    font-size: 10px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    will-change: transform, -webkit-transform;
}

.side_menu_container.show,
.side_menu_container.swiping {
    transition: none;
    -webkit-transition: none;
    transform: translateX(0);
    -webkit-transform: translateX(0);
}

.side_menu_container.show .overlay {
    opacity: .4;
}

.side_menu_container .menu {
    transition: transform 0.2s ease-out;
    -webkit-transition: -webkit-transform 0.2s ease-out;
}

.side_menu_container.show .menu {
    transform: translateX(0);
    -webkit-transform: translateX(0);
}

.side_menu_container.swiping .menu,
.side_menu_container.swiping .overlay {
    transition: none;
    -webkit-transition: none;
}


.side_menu_item {
    position: relative;
    display: block;
    overflow: hidden;
    text-transform: uppercase;
    padding-top: 16px;
    padding-bottom: 16px;
    padding-left: 40px;
}

.area_division {
    float: left;
    height: 30px;
    position: absolute;
    top: 50%;
    margin-top: -15px;
    border-radius: 3px;
    background-color: #f0f0f0;
    width: 2px;
    display: none;
}

.side_menu_division {
    padding: 10px;
    margin-bottom: 8px;
}

.side_menu_item+.side_menu_division {
    margin-top: 8px;
}

.selected .area_division {
    opacity: 0.7;
}

.side_menu_item .area_icon img {
    margin: auto;
}

.side_menu_item .area_icon {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 5px;
    width: 40px;
    background-size: auto 30px;
    background-repeat: no-repeat;
    background-position: center center;
}

.side_menu_item .area_icon.cg-icon {
    top: 3px;
}

.shortcuts_table td {
    vertical-align: bottom;
    width: 25%;
}

.shortcut_icon {
    width: 40px;
    height: 40px;
    background-size: auto 30px;
    border-radius: 40px;
    padding: 0px;
    margin-bottom: 5px;
}

.shortcut_icon img {
    width: 50px;
}

.shortcut_icon:active {
    opacity: 0.7;
}

.shortcut_icon:hover {
    opacity: 0.7;
    cursor: pointer;
}

.dashboard_area_shortcut {
    max-width: 100px;
    margin: auto;
    margin-top: 15px;
}

#dashboard .page_content {
    background-size: cover;
    background-position: center;
    display: flex;
    flex-direction: column;
}

#dashboard .scroll {
    position: relative !important;
    flex: 1;
}


.dashboard_area_shortcut .subtitle {
    font-size: 10px;
    margin-top: -5px;
    word-break: break-word;
    height: 30px;
    padding-left: 5px;
    padding-right: 5px;
}

.side_menu_item:active .area_icon {
    opacity: 0.7;
}

.side_menu_item:hover .area_icon {
    opacity: 0.7;
    cursor: pointer;
}

.side_menu_item:active {
    opacity: 0.7;
}

.side_menu_item:hover {
    opacity: 0.7;
    cursor: pointer;
}

.side_menu_item.languages_item:active {
    opacity: 1 !important;
}

.side_menu_item.languages_item:hover {
    opacity: 1 !important;
    cursor: pointer;
}

.side_menu_header_item.languages_item {
    color: black;
}

.side_menu_item .area_title {
    float: left;
    padding: 0px 10px;
    font-size: 14px;
    height: 100%;
}

.side_menu_item .area_title.big_title {
    float: left;
    padding: 5px;
    font-size: 14px;
    max-width: 150px;
    text-overflow: ellipsis;
}

.side_menu_item.selected {
    color: #404040;
    font-family: Text-Bold;
}

.filter_menu_button.with_filters {
    display: block !important;
    text-align: left !important;
}

.filter_menu_button_top {
    font-size: 12px;
}

.filter_menu_button_bottom {
    font-size: 10px;
}

.side_menu_header_item .area_title {
    float: left;
    padding: 4px;
}

.area_icon.speakers {
    background-image: url('../../img/icon_oradores.png');
}

.area_icon.search_guide {
    background-image: url('../../img/Icon_Research.png');
    background-size: 25px auto;
}

.side_menu_divider {
    height: 2px;
    display: block;
    background-image: url('../../img/linhaseparacao.png');
}

.absolute_page {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
}

.full_page {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 25px;
}

.menu_with_slider {
    position: absolute;
    bottom: 10px;
    border: 1px solid black;
    right: 0;
    left: 0;
}

.sponsorship_page {
    z-index: 1000;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    background-color: white;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.list_page {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0px;
    z-index: 2;
}

.list_page.flex {
    position: relative;
    flex: 1;
}

.has_bottom_buttons {
    padding-bottom: 60px;;
}
.search_header~.list_page {
    padding-top: 58px;
}

.slider_container~.list_page {
    right: 14px;
}

#conversation_messages {
    padding: 5px;
}

.session_question {
    padding-bottom: 50px;
}

.session_question .user_question {
    padding: 10px;
}

.session_question .explanation {
    margin: 10px;
}

.session_question .input_question_container {
    position: relative;
    height: 100px;
    margin: 7px;
    border: 1px solid;
    border-radius: 4px;
    overflow: hidden;
}

.no_questions {
    text-align: center;
    padding: 20px;
}

.session_question .input_question {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: calc(100%);
    border: 0;
    font-size: 16px;
    padding: 5px;
}

.session_question .button_send_question {
    margin: 7px;
    padding: 10px;
    text-align: center;
    text-transform: uppercase;
    border-radius: 4px;
}

.day_subtitle {
    font-size: 10px;
    text-transform: initial;
}

.session_index_day_header {
    text-transform: uppercase;
    padding: 15px;
    vertical-align: middle;
    font-size: 12px;
    margin: 7px;
    border-radius: 5px;
}


.session_index_group_header {
    margin-top: 5px;
    margin-bottom: 5px;
    text-transform: uppercase;
    padding: 15px;
    vertical-align: middle;
    font-size: 12px;
}

.panel_container.closed * {
    display: none;
}

.panel_container.closed .session_index_group_header {
    display: block;
}

.panel_container.open .session_index_group_header {
    padding-left: 5px;
}

.panel_container.closed .session_index_group_header * {
    display: inline;
}

.session_index_group_header {
    padding: 15px;
    vertical-align: middle;
    font-size: 10pt;
}

.table_filter_header {
    width: 100%;
    text-align: center;
    border-collapse: collapse;
    border: 0;
    font-size: 9pt;
}

.session_list_header_div {
    display: block;
    height: 28px;
    font-size: 10pt;
    background-size: auto 30px;
    border-bottom: 1px solid lightGray;
    border-top: 1px solid lightGray;
    background-position: center;
    background-repeat: repeat-x;
    background-color: black;
    line-height: 30px;
    padding-left: 20px;
    position: relative;
}


.session_list_header_session_time {
    font-size: 10pt;
}

.session_group_time {
    font-size: 10pt;
}

.add_session_to_favourites {
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -22px;
    bottom: 0;
    width: 44px;
    height: 44px;
    background-repeat: no-repeat;
    background-size: 40px auto;
    background-position: center;
}


.exhibitorInfo {
    padding-left: 10px;
    padding-right: 45px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.feedbackInfo, .feedback_list_item {
    padding-left: 20px !important;
    padding-right: 45px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.sponsorInfo {
    padding-left: 10px;
    padding-right: 45px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.sessionInfo {
    display: block;
    padding-left: 20px;
    padding-right: 45px;
    padding-top: 10px;
    padding-bottom: 10px;
    position: relative;
    margin: 0 auto;
}

#myagenda .sessionInfo,
#session_index .sessionInfo,
#session_index_day_list .sessionInfo {
    display: block;
    padding-left: 20px;
    padding-right: 45px;
    padding-top: 8px;
    padding-bottom: 8px;
    position: relative;
    border-radius: 4px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, .5);
    overflow: hidden;
    margin: 8px;
}


.sessionInfo .session_name {
    font-size: 14px;
}

.sessionInfo .session_time {
    font-size: 12px;
}

.sessionInfo .session_room {
    font-size: 12px;
}

.sessionInfo .session_type {
    font-size: 12px;
}

.sessionInfo .session_speaker_div {
    font-size: 10px;
    margin-top: 2px;
}

.info_div {
    position: absolute;
    left: 0;
    right: 0;
    top: 40%;
    bottom: 40%;
    padding: 30px;
    text-align: center;
    color: silver;
    font-size: 16px;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: opacity .1s;
    pointer-events: none;
}

.info_div lottie-player {
    position: absolute;
    height: 400px;
    top: -250px;
    left: 0;
}

.info_div.hide {
    opacity: 0;
}

.section_title + .info_div {
    position: relative;
    left: unset;
    right: unset;
    top: unset;
    transform: unset;
}

.detailDiv .page_title {
    font-size: 12pt;
    padding-bottom: 5px;
}

.question_status,
.question_text {
    position: relative;
    margin: 20px;
}

.question_image {
    margin: 20px 0;
    width: 100%;
    justify-content: center;
}

.question_image.hide {
    display: none;
}

.question_image .question_image_container {
    display: inline-block;
    position: relative;
    max-height: 150px;
    cursor: pointer;
    left: calc(50% - 20px);
    transform: translateX(-50%);
    margin: 0 20px;
}

.question_image img {
    display: block;
    max-height: 150px;
    max-width: 100%;
}

.question_image .question_image_container .zoom {
    position: absolute;
    bottom: 5px;
    right: 5px;
    color: white;
    background-color: rgba(0,0,0,.7);
    padding: 2px;
    border-radius: 5px;
    font-size: 24px;
    z-index: 2;
}

.division {
    height: 1px;
    background-color: #e2e2e2;
}

.division + .question_options,
.division + .option_element {
    margin-top: 20px;
}

.feedback_results_question {
    margin-bottom: 30px;
}

.option_element {
    position: relative;
    border: 1px solid lightgray;
    border-radius: 4px;
    margin: 10px;
    margin-left: 20px;
    margin-right: 20px;
    display: flex;
    align-items: center;
    padding: 10px;
    overflow: hidden;
    cursor: pointer;
    transition: background .3s;
    color: var(--color_font_dark);
    background-color: var(--color_bg_card);
}

.option_element .cg-icon {
    transform: translateX(7px);
    text-align: left;
    color: var(--color_icon_clickable);
}

.option_element.selected {
    background-color: var(--color_bg_division_1);
    color: #fff !important;    
}
.option_element.selected .option_text {
    color: #fff !important;    
}
.feedback_modal.show_answers .option_element.selected.wrong {
    background-color: #ff6f66;
    color: #fff;    
}

.polling_modal .results .option_element.correct,
.feedback_modal.show_answers .option_element.correct {
    background-color: rgb(120, 199, 129);
    color: #fff;
}

.option_element.selected .cg-icon,
.feedback_modal.show_answers .option_element.correct .cg-icon {
    color: white;
}

.option_element .option_text {
    flex: 1;
    word-break: break-word;
}

.option_element .option_image {
    position: relative;
    width: 20%;
    padding-bottom: 20%;
    margin-left: auto;
}

.option_element .option_image img {
    position: absolute;
    height: 100%;
    width: 100%;
    object-fit: contain;
    object-position: center;
}

.feedback_modal.results .option_element,
.question_polling_detail.results .option_element {
    padding-bottom: 30px;
}

.option_element .result {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 20px;
    background-color: #e2e2e2;
    display: none;
}

.feedback_modal.results .option_element .result,
.question_polling_detail.results .option_element .result {
    display: block;
}

.option_element .result .value {
    color: white;
    font-size: 14px;
    position: absolute;
    left: 10px;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    z-index: 2;
}

.option_element .result .percent {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
}

.highlight_span {
    background-color: #AAAAAA;
    color: white;
    padding: 1px 3px;
    border-radius: 3px;
}

.action_td {
    padding-bottom: 5px;
    padding-top: 5px;
    margin: 7px;
    box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, .3);
    border-radius: 4px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
}

.action_td+.action_td {
    margin-left: 0;
}

.action_td.selected {
    box-shadow: inset 1px 1px 10px black;
}

.action_icon.search {
    background-image: url('../../img/search_icon2.png');
}

.exhibitor_contacts {
    display: block;
    height: 0;
    overflow: hidden;
    transition: height 0.2s linear;
    transform: translate3d(0px, 0px, 0px);
    -webkit-transition: height 0.2s linear;
    -webkit-transform: translate3d(0px, 0px, 0px);
}

.exhibitor_contact_detail {
    font-size: 10px;
    padding: 5px;
}

.exhibitor_contacts.visible {
    height: auto;
}

.session_rating {
    display: block;
}


.poi_description {
    padding: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.session_detail_header {
    margin: 20px;
}

.session_attributes {
    font-size: 13px;
    line-height: 18px;;
}

.session_detail_header .session_name {
    margin: .25rem 0;
}

.session_detail_header .session_time {
}

.session_detail_header .session_day {
}

.session_detail_header .add_to_calendar {
    color: var(--color_icon_clickable);
    font-size: 10px;
}

.session_detail_header .session_room {
}

.session_detail_header .session_type {
}

.session_detail_header .live {
    color: #fff;
    background-color: #8dc48b;
    border-radius: 4px;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 1px;
    padding-bottom: 1px;
    margin-left: 10px;
    font-weight: bold;
    display: none;
}

.ongoing .session_detail_header  .live {
    display: inline;
    font-size: 10px;
    white-space: nowrap;
}

.speaker_button {
    display: block;
    padding-left: 20px;
    padding-right: 30px;
    padding-top: 5px;
    padding-bottom: 5px;
    position: relative;
    clear: both;
}

.linkInfo {
    display: block;
    padding-left: 20px;
    padding-right: 40px;
    padding-top: 5px;
    padding-bottom: 5px;
    position: relative;
    clear: both;
}

.big_pic,
.small_pic,
.tiny_pic {
    height: 80px;
    width: 80px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.big_pic {
    height: 120px;
    width: 120px;
}

.tiny_pic {
    height: 50px;
    width: 50px;
}

.big_pic.photo,
.small_pic.photo,
.tiny_pic.photo {
    border-radius: 50%;
    background-color: #ddd;
}

.big_pic img,
.small_pic img,
.tiny_pic img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.big_pic.photo img,
.small_pic.photo img,
.tiny_pic.photo img {
    border-radius: 50%;
}

.sponsor_element {
    position: relative;
}

.speaker_button .speaker_name {
    font-size: 16px;
}

.header_filter_button {
    margin: 0;
    display: block;
    height: 100%;
    padding: 15px;
    padding-bottom: 10px;
    text-align: center;
    border-bottom: 1px solid lightGray;
    border-left: 1px solid lightGray;
    color: #4D4D4F;
}

.header_filter_button.selected {
    border-bottom: 0;
}

.speakerHeader {
    display: block;
    margin: 20px 20px;
    position: relative;
}

.exhibitorHeader {
    display: block;
    margin: 20px;
    position: relative;
}

.dashboard_block {
    display: block;
}

.speakerHeader .speaker_name {
    font-size: 18px;
}

.speaker_type_list {
    display: flex;
    flex-direction: column;
}

.exhibitorHeader .exhibitor_name {
    font-size: 18px;
}

.section {
    display: flex;
    flex-direction: column;
}


.section_title {
    font-size: 14px;
    text-transform: uppercase;
    padding: 12px 10px 4px 20px;
    background-position: right center;
    background-size: auto 100%;
    background-repeat: no-repeat;
}

.section .section_content {
    display: flex;
    flex-direction: column;
}

.resource_button {
    padding: 20px;
    padding-left: 20px;
    padding-right: 70px;
    position: relative;
}

.poi_button {
    padding: 10px;
    padding-left: 20px;
    padding-right: 70px;
    position: relative;
    font-size: 12px;
}

.poster_name {
    font-size: 12px;
}

.poster_rating {
    display: block;
    clear: both;
}
.resource_name {
    font-size: 11pt;
}

.resource_format {
    font-size: 9pt;
}

.download_button {
    position: absolute;
    width: 44px;
    height: 44px;
    right: 20px;
    top: 50%;
    margin-top: -22px;
    background-size: 44px auto;
    background-position: center;
    background-repeat: no-repeat;
}

.gotodetail_button {
    height: 44px;
    width: 44px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto 13px;
    position: absolute;
    right: 1px;
    top: 50%;
    margin-top: -22px;
    opacity: 0.8;
}

.session_bottom_actions {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    z-index: 10;
}

.bottom_action_title {
    font-size: 9px;
    display: block;
}



.scroll {
    -webkit-overflow-scrolling: touch;
    overflow-y: auto;
}

.scroll_x {
    -webkit-overflow-scrolling: touch;
    overflow-x: scroll;
}

.scroll_lock {
    overflow: hidden;
}

.search_box {
    display: block;
    padding: 10px;
    background-color: lightGray;
}

.search_box input {
    border-radius: 10px;
    width: 95%;
    height: 20px;
    font-size: 12px;
}

.gradient_background {
    background: #b3dced;
    /* Old browsers */
    background: -moz-linear-gradient(top, #b3dced 0%, #0b5581 50%, #bce0ee 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #b3dced), color-stop(50%, #0b5581), color-stop(100%, #bce0ee));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #b3dced 0%, #0b5581 50%, #bce0ee 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #b3dced 0%, #0b5581 50%, #bce0ee 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #b3dced 0%, #0b5581 50%, #bce0ee 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #b3dced 0%, #0b5581 50%, #bce0ee 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b3dced', endColorstr='#bce0ee', GradientType=0);
    /* IE6-9 */
}

.sponsor_image.full_horizontal {
    text-align: center;
    margin-top: 15px;
    margin-bottom: 15px;
}

.sponsor_image.full_horizontal img {
    max-height: 60px;
    max-width: 280px;
}

.sponsor_image.side_by_side img {
    max-height: 60px;
    max-width: 130px;
}

.sponsor_image.side_by_side {
    text-align: center;
    height: 80px;
    vertical-align: middle;
}

.sponsor_table_side_by_side {
    width: 100%;
}

.color_bold {
    color: #7A4417;
}

#mapInfoDiv_content {
    z-index: 1;
    -webkit-overflow-scrolling: touch;
    overflow: auto;
}

.rate_session {
    padding: 5px 0px 20px 20px;
    height: 50px;
    clear: both;
    font-size: 12px;
}

.rate_speaker {
    padding: 5px 0px 20px 20px;
    height: 50px;
    clear: both;
    font-size: 12px;
}

.rate_poster {
    padding: 5px 0px 20px 20px;
    height: 50px;
    clear: both;
    font-size: 12px;
}

.session_general_info_div {
    background-size: auto 100px;
    background-position: center bottom;
}

.stars_container {
    margin: auto;
    /*width:250px;*/
    clear: both;
}

.star {
    width: 50px;
    height: 50px;
    background-image: url('../../img/Star_Empty.png');
    background-repeat: no-repeat;
    background-size: 30px;
    background-position: center;
    float: left;
}

.star.selected {
    background-image: url('../../img/Star_Full.png');
}


.face1 {
    width: 55px;
    height: 60px;
    background-image: url('../../img/face1empty.png');
    background-repeat: no-repeat;
    background-size: 40px;
    background-position: center;
    float: left;
}

.face1.selected {
    background-image: url('../../img/face1full.png');
}

.face2 {
    width: 55px;
    height: 60px;
    background-image: url('../../img/face2empty.png');
    background-repeat: no-repeat;
    background-size: 40px;
    background-position: center;
    float: left;
}

.face2.selected {
    background-image: url('../../img/face2full.png');
}

.face3 {
    width: 55px;
    height: 60px;
    background-image: url('../../img/face3empty.png');
    background-repeat: no-repeat;
    background-size: 40px;
    background-position: center;
    float: left;
}

.face3.selected {
    background-image: url('../../img/face3full.png');
}

.face4 {
    width: 55px;
    height: 60px;
    background-image: url('../../img/face4empty.png');
    background-repeat: no-repeat;
    background-size: 40px;
    background-position: center;
    float: left;
}

.face4.selected {
    background-image: url('../../img/face4full.png');
}

.face5 {
    width: 55px;
    height: 60px;
    background-image: url('../../img/face5empty.png');
    background-repeat: no-repeat;
    background-size: 40px;
    background-position: center;
    float: left;
}

.face5.selected {
    background-image: url('../../img/face5full.png');
}

.poster_author_name {
    padding-bottom: 5px;
    padding-left: 20px;
    font-size: 8pt;
}

.posterHeader {
    margin: 20px;
}
.poster_image_div {
    overflow: hidden;
    text-align: center;
    padding: 15px;
}

.poster_image_div img {
    max-height: 200px;
    max-width: 260px;
}

.news_container {
    margin: 15px;
    padding: 15px;
    border-radius: 5px;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, .3);
    font-size: 12px;
}

.news_header_div {
    display: block;
    height: 28px;
    font-size: 10pt;
    background-size: auto 30px;
    border-bottom: 1px solid lightGray;
    border-top: 1px solid lightGray;
    background-position: center;
    background-repeat: repeat-x;
    line-height: 30px;
    padding-left: 20px;
    position: relative;
}

.news_element {
    display: block;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    position: relative;
}

.news_read_button {
    position: absolute;
    right: 15px;
    top: 0;
    background-size: 20px;
}

.auth_explain_text {
    padding: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.register_user_photo_div {
    height: 100px;
    text-align: center;
}

.session_type_image {
    width: 40px;
    top: 0;
    bottom: 0;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
}

.photo_feed_actions {
    margin: 5px;
    box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, .3);
    border-radius: 4px;
}

.register_user_photo {
    width: 90px;
    height: 90px;
    background-image: url('../../img/defaults/img_user.png');
    margin: auto;
    margin-top: 5px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    border-radius: 5px;
}

.register_user_explain_div {
    padding: 10px;
}

#zoomableImage {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    perspective: 1000px;
}


.no_sessions {
    padding: 10px;
    padding-left: 20px;
    padding-right: 20px;
}

.description p {
    padding-left: 0;
    padding-right: 0;
    margin: 0;
}

.description strong {
    font-weight: Regular;
    font-family: Text-Bold;
}

.description h1 {
    font-size: 12pt;
    margin: 0;
    padding: 0;
}

.description h2 {
    font-size: 10pt;
    margin: 0;
    padding: 0;
}

.description hr {
    display: block;
    height: 1px;
    border: 0;
    margin: 1em 0;
    padding: 0;
}

.description {
    font-size: 10pt;
}

.custom h1 {
    font-size: 10pt;
}

.custom p {
    padding-left: 10px;
    padding-right: 10px;
}

.description.custom p {
    padding: 0;
}

.gradient_background_gray {
    background: -moz-linear-gradient(top, rgba(156, 158, 161, 0) 7%, rgba(95, 94, 97, 0.1) 80%, rgba(78, 77, 79, 0.1) 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(7%, rgba(156, 158, 161, 0)), color-stop(80%, rgba(95, 94, 97, 0.1)), color-stop(100%, rgba(78, 77, 79, 0.1)));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(156, 158, 161, 0) 7%, rgba(95, 94, 97, 0.1) 80%, rgba(78, 77, 79, 0.1) 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(156, 158, 161, 0) 7%, rgba(95, 94, 97, 0.1) 80%, rgba(78, 77, 79, 0.1) 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(156, 158, 161, 0) 7%, rgba(95, 94, 97, 0.1) 80%, rgba(78, 77, 79, 0.1) 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, rgba(156, 158, 161, 0) 7%, rgba(95, 94, 97, 0.1) 80%, rgba(78, 77, 79, 0.1) 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#009c9ea1', endColorstr='#1a4e4d4f', GradientType=0);
    /* IE6-9 */
}

.pinpoint {
    display: flex;
    align-items: center;
    position: absolute;
    background-position: center;
    background-repeat: no-repeat;
    text-align: center;
    font-size: 80px;
    height: 80px;
    width: 60px;
    margin-left: -30px;
    margin-top: -80px;
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    transition: all .3s ease-out;
    will-change: transform;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    perspective: 1000px;
    z-index: 98;
}

.pinpoint::before {
    margin: 0 auto;
}

.pinpoint.selected {
    z-index: 99;
}

table {
    padding: 0;
    margin: 0;
    border-collapse: collapse;
    border: 0;
    border-spacing: 0;
}

.list_element.filter_type_option {
    padding-left: 20px;
    font-size: 12pt;
    border-bottom: 1px solid #F6F6F6;
    padding-right: 60px;
}

.selected_filter_indicator {
    font-size: 12px;
}

.list_element {
    padding-top: 10px;
    padding-bottom: 10px;
    display: block;
    clear: both;
    position: relative;
    text-align: left;
}

.search_list_element {
    padding: 5px;
    display: block;
    clear: both;
    position: relative;
    text-align: left;
}

.bottom_actions {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 99;
}

.bottom_actions table {
    width: 100%;
}

.session_sponsorhip_title {
    padding: 10px;
    padding-left: 20px;
    font-size: 10px;
    text-transform: uppercase;
}

.session_sponsorship {
    position: relative;
}

.list_element:active {
    opacity: 0.8;
}

.list_element:hover {
    opacity: 0.8;
    cursor: pointer;
}

.list_element.hide {
    display: none;
}

.section_title.hide {
    display: none;
}

.search_list_element:active {
    opacity: 0.8;
}

.search_list_element:hover {
    opacity: 0.8;
    cursor: pointer;
}

.list_element img {
    max-width: 80px;
    max-height: 80px;
}

.search_list_element img {
    max-width: 45px;
    max-height: 45px;
}

.list_element_image {
    text-align: center;
    vertical-align: middle;
    float: left;
    padding: 10px;
}

.search_list_element_image {
    text-align: center;
    vertical-align: middle;
    float: left;
    padding: 5px;
}

.list_element_content {
    padding: 10px;
    float: left;
}

.list_element_detail_button {
    position: absolute;
    right: 0;
    top: 50%;
    height: 44px;
    width: 44px;
    margin-top: -22px;
    background-size: auto 15px;
    background-repeat: no-repeat;
}

.search_text_div {
    display: block;
    margin: 10px;
    position: relative;
    height: 40px;
}

.search_text_div input {
    display: block;
    border: 1px solid lightGray;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 95%;
    font-size: 12px;
    padding-left: 15px;
}

.result_title {
    font-size: 12px;
}

.result_subtitle {
    font-size: 10px;
}

.search_result_element_div {
    padding: 5px;
    display: block;
}

.search_result_element_div:active {
    background-color: lightGray;
}

.search_result_element_div:hover {
    background-color: lightGray;
    cursor: pointer;
}

.search_result_element_div .icon_result_type {
    float: left;
    width: 44px;
    height: 44px;
    background-position: center center;
    background-size: 25px auto;
    background-repeat: no-repeat;
}

.icon_result_type.speakers {
    background-image: url('../../img/Icon_Speakers.png');
}

.icon_result_type.exhibitors {
    background-image: url('../../img/Icon_Exhibitors.png');
}

.icon_result_type.sessions {
    background-image: url('../../img/Icon_Program_small.png');
}

.icon_result_type.poi {
    background-image: url('../../img/Icon_POI.png');
}

.icon_result_type.posters {
    background-image: url('../../img/Icon_Posters.png');
}

.icon_result_type.sponsors {
    background-image: url('../../img/Icon_Sponsors.png');
}

.search_result_element_div .result_content {
    float: left;
    display: block;
    padding: 5px;
    max-width: 80%;
    position: relative;
}

.search_result_element_div .result_content::before {
    content: '';
    position: absolute;
    left: 0;
    top: 4px;
    bottom: 4px;
    width: 1px;
    background-color: lightgray;
}

.clearfix:after {
    content: " ";
    display: block;
    height: 0;
    clear: both;
}

.congress_list_element {
    display: block;
    padding: 5px;
    margin: 20px;
    z-index: 99;
}

.congress_list {
    position: absolute;
    top: 45px;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0;
    margin: 0;
    z-index: 1;
}

.news_list {
    position: absolute;
    top: 45px;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0;
    margin: 0;
    z-index: 1;
}

.congress_image {
    position: relative;
}

.congress_image img {
    max-width: 100%;
    margin: 0;
    padding: 0;
    display: block;
}

.congress_logo_image img {
    width: 100%;
    margin: 0;
    padding: 0;
    display: block;
}

.index_search_text {
    font-size: 12px;
    display: block;
    border: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 0;
}

.scan_badge_button {
    text-transform: uppercase;
    margin: auto;
    margin-top: 20px;
    margin-bottom: 20px;
    border-radius: 4px;
    text-align: center;
    padding: 15px;
    padding-left: 40px;
    background-repeat: no-repeat;
    background-image: url('../../img/icon_white_qrcode.png');
    background-size: 30px;
    background-position: 15px center;
    max-width: 150px;
}

.news_timestamp {
    font-size: 8pt;
}

#list_exhibitors_container {
    display: block;
}

.speakersIndexHeader {
    position: relative;
    height: 50px;
    display: block;
}

.list_page_header {
    height: 45px;
    text-align: center;
    z-index: 100;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    perspective: 1000px;
}

.list_page_header.hide {
    display: none;
}

.list_page_header.report {
    display: block;
}

.list_page_header_content {
    height: 50px;
    line-height: 50px;
    position: relative;
    text-align: center;
    display: inline-block;
    z-index: 99;
}

.list_page_header_icon {
    width: 44px;
    height: 44px;
}

.list_page_header_title {
    background-repeat: no-repeat;
    background-position: 2px center;
    background-size: 20px auto;
    font-size: 12pt;
    vertical-align: middle;
    line-height: 40px;
    height: 40px;
    display: inline-block;
    margin: -2px;
    text-transform: uppercase;
}



.search_header .search_header_spinner {
    display: none;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 40px;
    background-image: url(../../img/spinner.gif);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 75%;
    z-index: 10;
}

.search_header .search_header_spinner.show {
    display: block;
}

.user_field_choose_one {
    -webkit-appearance: none;
    background: transparent;
    padding: 15px 20px;
    color: #404040;
    border: 0;
    font-size: 14px;
    width: 100%;
}

.user_field_write {
    background: transparent;
    padding: 15px 20px;
    color: #404040;
    border: 0;
    font-size: 14px;
    display: block;
    width: 100%;
}
#editprofile .cf_write,
#editprofile .phone {
    background: transparent;
    padding: 15px 20px;
    color: #404040;
    border: 0;
    font-size: 14px;
    display: block;
    width: auto;
}
#editprofile .area_code {
    background: transparent;
    padding: 15px 20px;
    color: #404040;
    border: 0;
    font-size: 14px;
    display: block;
    width: 65px;
}
#editprofile input.date_types {
    background: transparent;
    border: 0;
    display: block;
    width: 100%;
}
#editprofile input.date_types:before {
    font-size: 14px;
}

input {
    font-family: Text-Regular;
    -webkit-appearance: none !important;
}

textarea {
    font-family: Text-Regular;
    resize: none;
    box-sizing: border-box;
}

textarea:focus,
input:focus {
    outline: 0;
}

.btn-home {
    display: inline-block;
    padding: 10px;
    text-align: center;
    border-radius: 15px;
    margin: 5px;
    border: 1px solid white;
}

.btn-home:active {
    opacity: 0.7;
}

.btn-home:hover {
    opacity: 0.7;
    cursor: pointer;
}

.top_side_menu {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 45px;
    z-index: 99;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-color: white;
}

.bottom_side_menu {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    border-top: 1px solid lightGray;
    height: 45px;
    z-index: 99;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.side_menu_elements {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 98;
    padding-bottom: 60px;
}

.side_menu_elements+.top_side_menu {
    top: 45px;
}

.side_menu_elements:nth-last-child(2) {
    bottom: 45px;
}

.top_side_menu table {
    width: 100%;
    height: 100%;
    border-collapse: collapse;
    border: 0;
    padding: 0;
    border-spacing: 0;
}

.top_side_menu table td {
    padding: 0;
    margin: 0;
    height: 100%;
    width: 25%;
    vertical-align: middle;
}

.top_side_menu ~ .side_menu_elements {
    padding-top: 45px;
}

.bottom_side_menu ~ .side_menu_elements.scroll {
    padding-bottom: 45px;
}

.search_close {
    display: grid;
    place-content: center;
    width: 30px;
    height: 30px;
    position: absolute;
    right: 4px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 99;
    color: silver;
    opacity: 0;
    pointer-events: none;
    transition: opacity .2s;
    font-size: 14px;
    cursor: pointer;
}

.search_close.show {
    opacity: 1;
    pointer-events: all;
}

.arrow_next {
    height: 44px;
    width: 44px;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -22px;
}

.cg-icon {
    display: inline-block;
    font-family: Icons;
    /*-webkit-font-smoothing: antialiased;*/
    font-style: normal;
    font-weight: normal;
    font-size: 16pt;
    line-height: 45px;
    width: 45px;
    height: 45px;
    vertical-align: middle;
    text-align: center;
    text-transform: none !important;
}

.cg-icon:before {
    content: "\e922";
}

.icon-pinpoint:before {
    content: "\e936";
}

.icon-pinpoint.selected:before {
    content: "\e936";
}

.cg-icon-font {
    font-family: Icons;
}

.session_type_color_indicator {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 3px;
}

.session_type_line {
    position: absolute;
    left: 0;
    bottom: 0;
    top: 0;
    width: 5px;
}

.search_header {
    position: absolute;
    top: 0px;
    left: 0;
    right: 0;
    z-index: 100;
    margin: 7px;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, .5);
    border-radius: 4px;
    overflow: hidden;
    background-color: #fff;
    height: 44px !important;
}

.search_header.show {
    display: block;
    border-bottom: 1px solid lightGray;
}

.search_header input {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    box-sizing: border-box;
    z-index: 5;
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
    background-color: #fff;
    border: none;
}

.search_header .search_close + input {
    padding-right: 50px;
}

.profile_header {
    margin: 20px 20px;
}

.my_profile_contacts {
    font-size: 14px;
}

.profile_attribute {
    padding: 14px 20px;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 22px;
}
.profile_attribute .url {
    text-transform: none;
}
.profile_attribute .email {
    text-transform: none;
}

.user_choices {
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: -6px;
}

.user_choice {
    font-size: 10px;
    align-items: center;
    padding: 2px 5px;
    margin: 0px 6px 6px 0;
    background-color: #f2f2f2;
    border-radius: 5px;
    line-height: 18px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
}

.profile_pic {
    margin: 10px;
}

.user_profile_pic_div_request {
    background-image: url('../../img/defaults/img_user.png');
    height: 200px;
    width: 200px;
    border-radius: 200px;
    margin-left: 20px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    border-radius: 5px;
}

#delete_pic_bt {
    display: none;
}

#user_location .search_header {
    box-shadow: none;
    border-bottom: 1px solid silver;
    height: auto !important;
    margin: 0;
    border-radius: 0;
    position: relative;
}

#user_location .search_header input {
    font-size: 1rem;
    padding: 20px;
    position: relative;
    height: auto;
    border: none;
    margin: 0;
    text-align: left;
}

#user_location_list:not(:empty)+.info_div {
    display: none;
}

.block_button {
    display: block;
    border-radius: 3px;
    padding: 6px;
    text-align: center;
    text-transform: uppercase;
    font-size: 14px;
    border-bottom: 1px solid grey;
}
.block_button.with_icon {
    display: grid;
    justify-content: center;
    align-items: center;
    grid-template-columns: 30px 1fr;
    grid-gap: 10px;
    padding: 3px 3px 3px 5px;
}
.block_button.with_icon img { width: 100%; }
.block_button.with_icon div { justify-self: left; }
.block_button.disabled,
.disabled .block_button {
    pointer-events: none;
    opacity: 0.25;
}

.option_buttons {
    display: grid;
    min-width: 65%;
    margin: 20px 20px;
    margin-top: 0;
    grid-template-columns: minmax(65%, min-content);
    grid-gap: 10px;
}

.option_buttons.full_width {
    grid-template-columns: 1fr;
}

.option_buttons.wrap2 {
    grid-template-columns: 1fr 1fr;
}

.option_buttons:empty {
    display: none;
}

.option_button {
    position: relative;
    padding: 8px;
    border-radius: 3px;
    font-size: 12px;
    line-height: 12px;
    text-transform: uppercase;
    border-bottom: 1px solid;
    border-color: inherit;
    box-sizing: border-box;
    transform: translateZ(0);
    cursor: pointer;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: flex;
    align-items: center;
}

.option_buttons.clean .option_button {
    border-radius: 0;
    background-image: none;
    padding: 8px;
    border-bottom: none;
    font-size: 12px;
    line-height: 12px;
}

.option_separator {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 40px;
    background-color: white;
    width: 2px;
}

.option_button i {
    font-size: 14px;
    width: 14px;
    color: white;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 6px;
}

#mapDiv {
    overflow: hidden;
}

.cg_button {
    display: block;
    border: 1px solid white;
    border-radius: 3px;
    color: white;
    padding: 6px;
    width: 90%;
    margin: auto;
    margin-top: 15px;
    margin-bottom: 15px;
    text-align: center;
    text-transform: uppercase;
    font-size: 14pt;
}


.bg_color_facebook {
    background-color: #3b5998;
}


.cg-icon.align-left {
    text-align: left;
    padding-left: 5px;
}

.cg-icon-size-6 {
    font-size: 6pt
}

.cg-icon-size-8 {
    font-size: 8pt
}

.cg-icon-size-10 {
    font-size: 10pt !important;
}

.cg-icon-size-12 {
    font-size: 12pt
}

.cg-icon-size-16 {
    font-size: 16pt
}

.cg-icon-size-20 {
    font-size: 20pt
}

.cg-icon-size-18 {
    font-size: 18pt
}

.cg-icon-size-14 {
    font-size: 14pt
}

.cg-icon-circle:before {
    content: "\e922";
}

.cg-icon-notifications:before {
    content: "\e93a";
}

.cg-icon-menu:before {
    content: "\e937";
}

.cg-icon-filter:before {
    content: "\e931";
}

.cg-icon-back:before {
    content: "\e900";
}

.cg-icon-fwd:before {
    content: "\e901";
    opacity: 0.5
}

.cg-icon-bt-check-full:before {
    content: "\e920";
}

.cg-icon-bt-check-empty:before {
    content: "\e91f";
}

.cg-icon-speakers:before {
    content: "\e943";
}

.cg-icon-sponsors:before {
    content: "\e945";
}

.cg-icon-program:before {
    content: "\e91a";
}

.cg-icon-spaces:before {
    content: "\e935";
}

.cg-icon-posters:before {
    content: "\e93e";
}

.cg-icon-resources:before {
    content: "\e925";
}

.cg-icon-exhibitors:before {
    content: "\e927";
}

.cg-icon-points-of-interest:before {
    content: "\e926";
}

.cg-icon-other:before {
    content: "\e930";
}

.cg-icon-dashboard:before {
    content: "\e92f";
}

.cg-icon-myagenda:before {
    position: relative;
    content: "\e903";
    border-radius: 10px;
    z-index: 2;
}

.cg-icon-myagenda .my-agenda-color {
    position: absolute;
    height: 18px;
    width: 18px;
    background-color: green;
    top: 9px;
    left: 9px;
    z-index: 1;
}

.in_agenda.cg-icon-myagenda .my-agenda-color {
    background-color: red;
}

.cg-icon-user-circle:before {
    content: "\e94a";
}

.cg-icon-user:before {
    content: "\e949";
}

.cg-icon-user-minus:before {
    content: "\e974";
}

.cg-icon-messages:before {
    content: "\e938";
}

.cg-icon-moderation:before {
    content: "\e93f";
}

.cg-icon-polling:before {
    content: "\e946";
}

.cg-icon-notes:before {
    content: "\e939";
}

.cg-icon-search:before {
    content: "\e941";
}

.cg-icon-close:before {
    content: "\e923";
}

.cg-icon-flag:before {
    content: "\e929";
}

.cg-icon-bt-fav:before {
    content: "\e904";
}

.cg-icon-bt-fav:active:before {
    content: "\e905";
}

.favourite .cg-icon-bt-fav:before {
    content: "\e905";
}

.selected .cg-icon-bt-fav:before {
    content: "\e905";
}

.cg-icon-bt-fav.selected:before {
    content: "\e905";
}

.cg-icon-bt-location:before {
    content: "\e914";
}

.cg-icon-bt-location:active:before {
    content: "\e905";
}

.cg-icon-bt-link:active:before {
    content: "\e90f";
}

.cg-icon-bt-link:before {
    content: "\e90e";
}

.cg-icon-bt-link.selected:before {
    content: "\e90f";
}

.cg-icon-bt-download:before {
    content: "\e908";
}

.cg-icon-bt-download.selected:before {
    content: "\e909";
}

.cg-icon-feedback:before {
    content: "\e928";
}

.cg-icon-questionnaire:before {
    content: "\e921";
}

.selected .cg-icon-check:before {
    content: "\e920";
}

 
.cg-icon-check:before {
    content: "\e91f";
}

.selected .cg-icon-check-circle:before {
    content: "\e91e";
}

.cg-icon-check-circle:before {
    content: "\e91d";
}

.cg-icon-check-filled-circle:before {
    content: "\e91e";
}

.cg-icon-bt-checkbox:before {
    content: "\e91c";
}

.cg-icon-sm-user-circle:before {
    content: "\e94b";
}

.selected .cg-icon-bt-checkbox:before {
    content: "\e91b";
}

.cg-icon-bt-zoom-in:before {
    content: "\e918";
}

.cg-icon-day:before {
    content: "\e92e";
}

.cg-icon-refresh:before {
    content: "\e940";
}

.cg-icon-bt-zoom-in:active:before {
    content: "\e919";
    color: white !important;
}

.selected .cg-icon-bt-zoom-in:before {
    content: "\e919";
    color: white !important;
}

.cg-icon-arrow-toggle:before {
    content: "\e948";
    color: white !important;
}

.cg-icon-heart-outline:before {
    content: "\e92d";
}

.closed .cg-icon-arrow-toggle:before {
    content: "\e947";
}

.cg-icon-search-close:before {
    content: "\e924";
}

.cg-icon-filter-funnel:before {
    content: "\e92b";
}

.cg-icon-edit:before {
    content: "\e93b";
}

.cg-icon-floors:before {
    content: "\e92a";
}

.cg-icon-bt-contacts:before {
    content: "\e90a";
}

.cg-icon-bt-contacts:active:before {
    content: "\e90b";
}

.cg-icon-bt-website:before {
    content: "\e90e";
}

.cg-icon-bt-website:active:before {
    content: "\e90f";
}

.cg-icon-bt-phone:before {
    content: "\e916";
}

.cg-icon-bt-phone:active:before {
    content: "\e917";
}

.cg-icon-bt-address:before {
    content: "\e914";
}

.cg-icon-bt-address:active:before {
    content: "\e905";
}

.cg-icon-bt-email:before {
    content: "\e912";
}

.cg-icon-bt-email:active:before {
    content: "\e913";
}

.cg-icon-logout:before {
    content: "\e933";
}

.cg-icon-user-subtitle:before {
    content: "\e930";
}

.cg-icon-phone:before {
    content: "\e93c";
}

.cg-icon-link:before {
    content: "\e932";
}

.cg-icon-email:before {
    content: "\e934";
}

.cg-icon-user-bio:before {
    content: "\e902";
}

.cg-icon-bt-photo:before {
    content: "\e906";
}

.cg-icon-bt-photo:active:before {
    content: "\e907";
}

.cg-icon-bt-gallery:before {
    content: "\e90c";
}

.cg-icon-bt-gallery:active:before {
    content: "\e90d";
}

.cg-icon-gallery:before {
    content: "\e92c";
}

.cg-icon-settings:before {
    content: "\e942";
}

.cg-icon-home:before {
    content: "\e92f";
}

.cg-icon-password:before {
    content: "\e910";
}

.cg-icon-code:before {
    content: "\e91e";
}

.loading_sponsor {
    background-color: white;
    border-top-right-radius: 10px;
    padding: 5px;
    position: absolute;
    bottom: 0;
    left: 0;
    font-size: 6px;
    color: black;
    text-align: left;
}

.loading_sponsor td {
    text-align: left;
}

.loading_sponsor img {
    max-height: 20px;
}

.loading_developedby img {
    max-height: 20px;
}

.loading_developedby {
    background-color: white;
    border-top-left-radius: 10px;
    padding: 5px;
    position: absolute;
    bottom: 0;
    right: 0;
    font-size: 6px;
    color: black;
    text-align: left;
}

.partners_banner {
    background-color: white;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 50px;
    box-shadow: 0px -2px 5px 0px rgba(0, 0, 0, 0.75);
}

/* PHOTO FEED */

.photofeed .list_page {
    background-color: #f2f2f2;
}

.photofeed #posts_feed_div {
    display: grid;
    gap: 20px;
    padding: 20px;    
}

body:not(.stream_layout) #mainDiv:not(.wide) .photofeed #posts_feed_div,
#mainDiv.narrow .photofeed #posts_feed_div {
    gap: 15px;
    padding: 0;
    padding-top: 15px;  
}

body:not(.stream_layout) #mainDiv:not(.wide) .photofeed #posts_feed_div .post_container,
#mainDiv.narrow .photofeed #posts_feed_div .post_container {
    border-radius: 0;
}

body:not(.stream_layout) #mainDiv:not(.wide) .photofeed .photofeed_widgets:empty + #posts_feed_div ,
#mainDiv.narrow .photofeed .photofeed_widgets:empty + #posts_feed_div {
    padding-top: 0;
}

.photofeed .post_container {
    padding: 10px 0;
    --side-padding: 10px;
    background-color: #fff;
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    display: grid;
    grid-auto-flow: row;
    gap: 10px;
}

.photofeed .photofeed_subtitle {
    text-transform: none;
    font-size: 15px;
    line-height: 20px;
    color: #404040;
}

.photofeed .post_pinned {
    display: none;
}

.photofeed .pinned .post_pinned {
    display: block;
}

.photofeed .post_pinned,
.photofeed .post_options_button {
    position: absolute;
    top: 5px;
    right: 35px;
    padding: 5px;
    padding-right: 25px;
    font-size: 10px;
    height: 16px;
    line-height: 19px;
    color: #A3A3A6;
    z-index: 10
}

.photofeed .post_options_button {
    width: 20px;
    right: 5px;
    cursor: pointer;
}

.photofeed .post_pinned::before,
.photofeed .post_options_button::before {
    content: '';
    position: absolute;
    top: 0px;
    right: 5px;
    bottom: 0;
    width: 18px;
    background-image: url(../../img/pinned.png);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 17px;
    z-index: 1
}

.photofeed .post_options_button::before {
    right: 5px;
    background-size: contain;
    background-image: url('../../img/post_more.png');
}

.photofeed .post_pinned:nth-child(1),
.photofeed .post_options_button:nth-child(1),
.photofeed .post_pinned:nth-child(1)+.post_options_button {
    color: #fff;
    background-color: rgba(0, 0, 0, .5);
    border-radius: 4px;
}

.photofeed .post_pinned:nth-child(1) {
    right: 40px;
}

.photofeed .post_pinned:nth-child(1)::before,
.photofeed .post_options_button:nth-child(1)::before,
.photofeed .post_pinned:nth-child(1)+.post_options_button::before {
    filter: brightness(0) invert(1);
}

.photofeed .post_header {
    position: relative;
    display: grid;
    gap: 10px;
    grid-template-columns: min-content 1fr;
    padding: 0 var(--side-padding);
}

.photofeed .post_header .post_user_avatar {
    width: 40px;
    height: 40px;
    border-radius: 60px;
    background-color: #cccccc;
    overflow: hidden;
}

.photofeed .post_header .post_user_avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.photofeed .post_header .post_user_info {
    display: grid;
    gap: 1px;
    grid-auto-flow: row;
}

.photofeed .post_date {
    flex: 1;
    font-size: 10px;
}

.photofeed .post_user_name {
    font-size: 10px
}

.photofeed .post_user_subtitle {
    font-size: 10px
}


.photofeed .post_content {
    position: relative;
    position: relative;
    display: grid;
    grid-auto-flow: row;
}

.photofeed .post_user_text {
    font-size: 16px;
    line-height: 22px;
    user-select: text;
    -moz-user-select: text;
    -webkit-user-select: text;
    padding: 0 var(--side-padding);
}

.photofeed .post_user_text:not(:last-child) {
    margin-bottom: 10px;
}

.photofeed .post_content .post_img {
    width: 100%;
    display: block;
}

.photofeed .post_content .post_overlay {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(0,0,0,.3);
    z-index: 2;
}

.photofeed .post_content .post_overlay img {
    width: 80px;
    height: 80px;
    display: block;
}

.photofeed .post_content.square {
    padding-bottom: 100%;
    overflow: hidden;
}

.photofeed .post_content.square .post_img {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.photofeed_link {
    display: inline-block;
    color: white !important;
    padding: 4px 6px 3px 5px;
    border-radius: 3px;
    font-size: 12px;
    line-height: 12px;
}

.last_comment .photofeed_link {
    font-size: 10px;
}

.photofeed_link::after {
    padding-left: 7px;
    vertical-align: middle;
    display: inline-block;
    font-family: Icons;
    content: "\e932";
    margin-top: -4px;
}

.post_nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
    color: #fff;
    font-size: 12px;
}

.post_nav_link {
    display: grid;
    grid-template:  "a c"
                    "b c";
}

.post_nav_link i {
    grid-area: c;
}

.post_nav + .post_nav {
    border-top: 1px solid rgba(255,255,255,0.4);
}

.photofeed.voted .post_nav_vote {
    opacity: .6;
    pointer-events: none;
    cursor: initial;
}

.post_nav i {
    font-size: 16px;
}

.post_nav_vote > *.on,
.post_nav_vote.selected > * {
    display: none;
}

.post_nav_vote.selected > *.on {
    display: inline;
}


textarea:disabled {
    background-color: inherit;
}

.photofeed .feed_hashtag {
    font-family: Text-Bold;
    cursor: pointer;
}

.photofeed .post_footer {
    padding: 0 var(--side-padding);
    display: grid;
    grid-auto-flow: row;
    gap: 10px;    
}

.photofeed .post_footer_actions {
    display: grid;
    grid-auto-flow: column;
    place-content: start;
    place-items: center;
    font-size: 22px;
    gap: .9em;
}

.photofeed .post_footer_actions .post_action {
    position: relative;
    height: 22px;
    width: 22px;
}

.photofeed .post_footer_actions .post_action i {
    cursor: pointer;
    font-weight: bold;
    position: absolute;
    left: -5px;
    top: -5px;
    right: -5px;
    bottom: -5px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.photofeed .post_action.comment i {
    transform: scale(-0.94, 1.05) translateY(-1px);
}

.photofeed .post_action.share {
    font-size: 20px;
}

.photofeed .post_action.like .on,
.photofeed .post_container.liked .post_action.like .off {
    display: none;
}

.photofeed .post_container.liked .post_action.like .on {
    display: flex;
}

.photofeed .post_footer_info {
    font-size: .8rem;
}

.photofeed .post_footer_info .last_comment {
    margin-top: 5px;
    font-size: 10px;
    line-height: 14px;
}

.photofeed .post_footer_info .last_comment .last_comment_date {
    font-size: 8px;
}

.photofeed .post_footer .post_comments_count {
    margin-top: 3px;
    font-size: 10px;
}

.photofeed .post_container div:not(.post_button):empty {
    display: none;
}

.hashtag.status:after {
    content: '';
    position: absolute;
    width: 12px;
    top: 50%;
    left: 100%;
    height: 1px;
    background-color: silver;
}

.hashtag.status[data-status="rejected"]:after {
    display: none;
}

.hashtag.status .count {
    display: none;
    margin-left: 2px;
}

.hashtag.status[data-status="pending"] .count {
    display: inline;
}

.hashtag.status .count.hide {
    display: none;
}

.photofeed .post_status {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
    background-color: #ddd;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
}

.photofeed .post_container.has_media .post_status {
    margin-bottom: -10px;
}

.photofeed .post_status.hide {
    display: none;
}

.photofeed  .post_status .status {
    display: none;
    align-items: center;
    justify-content: space-between;
    flex: 1;
}

.photofeed .page_content[data-status="approved"] .post_container:not(.my_post) .post_status {
    display: none;
}

.photofeed .post_container.approved .post_status .status.approved,
.photofeed .post_container.pending .post_status .status.pending,
.photofeed .post_container.rejected .post_status .status.rejected {
    display: flex;
}

/* PHOTOFEED COMMENTS */

.photofeed_comments .post_container {
    box-shadow: none;
    margin: 0;
}

.photofeed_comments .post_comments {
    padding-bottom: 100px;
}

.photofeed_comments .post_comments .list_item_comment {
    padding: 15px;
}

.photofeed_comments .comments_header {
    box-shadow: 0 0 6px rgba(0, 0, 0, .5);
}

.photofeed_comments .comments_header .post_user_text {
    padding: 15px;
    padding-bottom: 0;
    padding-top: 10px;
    font-size: 16px;
    line-height: 20px;
}

.photofeed_comments .comments_header .post_comments_footer {
    display: flex;
    padding: 5px 15px;
    position: relative;
    align-items: center;
    color: grey;
    font-size: 12px;
}

.photofeed_comments .comments_header .post_date {
    margin-left: 5px;
    font-size: 10px;
}

.photofeed_comments .comments_header .post_like_counter {
    margin-left: auto;
}

.photofeed_comments .comments_header .post_like_counter i {
    position: relative;
    top: 1px;
    margin-left: 10px;
    font-size: 16px;
}

.photofeed_comments .comments_header .post_like_counter i.on,
.photofeed_comments .comments_header .post_like_counter.on i.off {
    display: none;
}

.photofeed_comments .comments_header .post_like_counter.on i.on {
    display: inline;
}

.photofeed_comments .comments_container {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.comments .replies {
    margin-left: 10%;
}

.comments .list_item_comment {
    align-items: flex-start;
    background: transparent;
    border: none;
    cursor: initial;
    border-radius: 4px;
    padding: 15px 0;
}

.comments .comment_container.active > .list_item_comment {
    background-color: #e2e2e2;
}

.comments .replies .list_item_comment {
    padding-top: 5px;
}

.comments .list_item_comment .list_pic {
    width: 32px;
    height: 32px;
}

.comments .list_item_comment .list_description .title {
    font-size: 10px;
    line-height: 10px;
    display: flex;
    align-items: center;
}

.comments .list_item_comment .list_description .name.original {
    padding: 2px 4px;
    padding-top: 4px;
    border-radius: 4px;
    background-color: #d2d2d2;
}

.comments .list_item_comment .list_description .title .date {
    font-size: 8px;
    font-family: 'Text-Regular';
    margin-left: 5px;
    flex: 1;
    white-space: nowrap;
}

.comments .list_item_comment .subtitle.comment_options {
    display: flex;
    align-items: center;
    text-transform: lowercase;
    font-size: 10px;
}

.comments .list_item_comment .subtitle.comment_options .reply {
    margin-left: 15px;
}

.comments .comment_container.active .list_item_comment .subtitle.comment_options .reply {
    display: none;
}

.comments .like_counter i {
    font-size: 12px;
}

.comments .like_counter i.on,
.comments .like_counter.on i.off {
    display: none;
}

.comments .like_counter.on i.on {
    display: inline;
}

.comments .like_counter .counter {
    margin-left: 5px;
}

.comments .list_item_comment .list_description .comment_actions {
    margin-left: auto;
    font-size: 10px;
    line-height: 10px;
    transform: scaleX(.8) translateY(-2px);
    transform-origin: right;
    white-space: nowrap;
    margin-left: 10px;
}

.comments {
    padding: 20px;
}

.comments.loading {
    pointer-events: none;
}

.comments .list_empty {
    font-size: 10px;
    text-align: center;
    padding:20px;
}

.comments .new_comment {
    position: relative;
}

.comments .new_comment textarea {
    width: 100%;
    padding: 10px 40px 10px 20px;
    border-radius: 20px;
    min-height: 30px;
    line-height: 16px;
    border: none;
    font-size: 12px;
    background-color: #eee;
}

.comments .new_comment textarea#shadow_text {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    top: 0;
    z-index: 0;
    opacity: 0;
    pointer-events: none;
}

.comments .new_comment textarea#real_text {
    z-index: 1;
}

.new_comment .send {
    width: 40px;
    height: 38px;
    background-image: url(../../img/input_send.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 24px;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    bottom: 2px;
    transform: translateY(-2px);
    cursor: pointer;
}

.comments.loading .new_comment .send {
    background-image: url(../../img/loading.svg);
}

.new_comment.ready .send {
    opacity: 1;
    pointer-events: all;
}

.comments .reply_container .new_comment {
    margin-top: 10px;

}

.comments .reply_container .new_comment textarea {
    padding: 5px 40px 5px 20px;
    min-height: 20px;
}

.comments .reply_container .new_comment .send {
    height: 31px;
}

.comments .post_comments .comment_date {
    font-size: 10px;
}


.comments .list_item_comment.active {
    background-color: #f2f2f2 !important;
}

.comments .comment_no_comments {
    padding: 40px;
    text-align: center;
    color: silver;
    font-size: 16px;
    display: none;
}

.comments .comment_no_comments:last-child {
    display: block;
}


/*TOASTR CONFIG*/

#toast-container.offset-100 {
    bottom: 105px;
    right: 0;
    width: 100%;
}

#toast-container.offset-80 {
    bottom: 80px;
    right: 0;
    width: 100%;
}

#toast-container.offset-50 {
    bottom: 60px;
    right: 0;
    width: 100%;
}

#toast-container.offset-top {
    bottom: unset;
    top: 20px;
    right: 0;
    width: 100%;
}

#toast-container {
    position: absolute;
}

#toast-container>div {
    width: 300px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1rem;
    padding: 15px 15px 15px 50px !important;
    background-size: 22px;
    box-shadow: none;
    border-radius: 0;
    opacity: 1;
}

#toast-container > .toast-info {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyMDAgMjAwIj48cGF0aCBkPSJNMTAwLDBBMTAwLDEwMCwwLDEsMCwyMDAsMTAwLDEwMCwxMDAsMCwwLDAsMTAwLDBabTcuNTcsMTUxLjc3YTcuNTcsNy41NywwLDEsMS0xNS4xNCwwVjgxLjM0YTcuNTcsNy41NywwLDEsMSwxNS4xNCwwWm0tLjE1LTEwMi4wNmE2LjU5LDYuNTksMCwwLDEtLjQ0LDEuNCw2LjQ1LDYuNDUsMCwwLDEtLjY5LDEuMyw3LjQ5LDcuNDksMCwwLDEtLjkzLDEuMTRBNy42Nyw3LjY3LDAsMCwxLDEwMCw1NS42N2E3LjU0LDcuNTQsMCwwLDEtNS4zMy0yLjEyLDcsNywwLDAsMS0xLTEuMTRBOC4zNyw4LjM3LDAsMCwxLDkzLDUxLjEzYTcuNDMsNy40MywwLDAsMS0uNDQtMS40Niw3LjEsNy4xLDAsMCwxLS4xNS0xLjQ1LDguMjUsOC4yNSwwLDAsMSwuMTUtMS41MmwwLDBhNi44OSw2Ljg5LDAsMCwxLC40My0xLjQsOC4xMyw4LjEzLDAsMCwxLC43LTEuMzIsNi41NSw2LjU1LDAsMCwxLDEtMS4xNSw3LjUzLDcuNTMsMCwwLDEsNS4zMS0yLjIsNyw3LDAsMCwxLDEuNDUuMTQsOS4xMSw5LjExLDAsMCwxLDEuNDIuNDMsOC43OSw4Ljc5LDAsMCwxLDEuMzMuNzIsNy4xMyw3LjEzLDAsMCwxLDEuMTMuOTEsNy42Miw3LjYyLDAsMCwxLDIuMjMsNS4zN0E4LDgsMCwwLDEsMTA3LjQyLDQ5LjcxWiIgZmlsbD0iI2ZmZiIvPjwvc3ZnPg==)!important
}

#toast-container > .toast-error {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyMDAgMjAwIj48cGF0aCBkPSJNMTAwLDBBMTAwLDEwMCwwLDEsMCwyMDAsMTAwLDEwMCwxMDAsMCwwLDAsMTAwLDBabTM1LjE0LDEyNC40M2EuNjYuNjYsMCwwLDEsMCwuOTRsLTkuNzcsOS43N2EuNjYuNjYsMCwwLDEtLjk0LDBMMTAwLDExMC43MSw3NS41NywxMzUuMTRhLjY2LjY2LDAsMCwxLS45NCwwbC05Ljc3LTkuNzdhLjY2LjY2LDAsMCwxLDAtLjk0TDg5LjI5LDEwMCw2NC44Niw3NS41N2EuNjYuNjYsMCwwLDEsMC0uOTRsOS43Ny05Ljc3YS42Ni42NiwwLDAsMSwuOTQsMEwxMDAsODkuMjlsMjQuNDMtMjQuNDNhLjY2LjY2LDAsMCwxLC45NCwwbDkuNzcsOS43N2EuNjYuNjYsMCwwLDEsMCwuOTRMMTEwLjcxLDEwMFoiIGZpbGw9IiNmZmYiLz48L3N2Zz4=)!important
}

#toast-container > .toast-success {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyMDAgMjAwIj48cGF0aCBkPSJNMTAwLDBBMTAwLDEwMCwwLDEsMCwyMDAsMTAwLDEwMCwxMDAsMCwwLDAsMTAwLDBabTQ1LjM4LDc2TDk2LDEyNS4zOWExLjM0LDEuMzQsMCwwLDEtLjI5LjQ1bC04Ljg0LDguODNhMS41OCwxLjU4LDAsMCwxLTIsMEw3NiwxMjUuODRhMS4yLDEuMiwwLDAsMS0uMjktLjQ1TDU0LjYyLDEwNC4yOGExLjMzLDEuMzMsMCwwLDEsMC0xLjg3bDguODQtOC44NGExLjMzLDEuMzMsMCwwLDEsMS44NywwbDIwLjU1LDIwLjU1LDQ4Ljc5LTQ4Ljc5YTEuMzIsMS4zMiwwLDAsMSwxLjg3LDBsOC44NCw4LjgzQTEuMzMsMS4zMywwLDAsMSwxNDUuMzgsNzZaIiBmaWxsPSIjZmZmIi8+PC9zdmc+)!important
}

#toast-container > .toast-warning {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyMDAgMjAwIj48cGF0aCBkPSJNMTAwLDBBMTAwLDEwMCwwLDEsMCwyMDAsMTAwLDEwMCwxMDAsMCwwLDAsMTAwLDBabTcuNDIsMTUzLjMsMCwwYTYuODksNi44OSwwLDAsMS0uNDMsMS40LDguMTMsOC4xMywwLDAsMS0uNywxLjMyLDYuNTUsNi41NSwwLDAsMS0xLDEuMTUsNy41Myw3LjUzLDAsMCwxLTUuMzEsMi4yLDcsNywwLDAsMS0xLjQ1LS4xNCw5LjExLDkuMTEsMCwwLDEtMS40Mi0uNDMsOC43OSw4Ljc5LDAsMCwxLTEuMzMtLjcyLDcuMTMsNy4xMywwLDAsMS0xLjEzLS45MSw3LjYyLDcuNjIsMCwwLDEtMi4yMy01LjM3LDgsOCwwLDAsMSwuMTUtMS40OSw2LjU5LDYuNTksMCwwLDEsLjQ0LTEuNCw2LjQ1LDYuNDUsMCwwLDEsLjY5LTEuMyw3LjQ5LDcuNDksMCwwLDEsLjkzLTEuMTQsNy42Nyw3LjY3LDAsMCwxLDUuMzctMi4xMiw3LjU0LDcuNTQsMCwwLDEsNS4zMywyLjEyLDcsNywwLDAsMSwxLDEuMTQsOC4zNyw4LjM3LDAsMCwxLC42OSwxLjI4LDcuNDMsNy40MywwLDAsMSwuNDQsMS40Niw3LjEsNy4xLDAsMCwxLC4xNSwxLjQ1QTguMjUsOC4yNSwwLDAsMSwxMDcuNDIsMTUzLjNabS4xNS0zNC42NGE3LjU3LDcuNTcsMCwwLDEtMTUuMTQsMFY0OC4yM2E3LjU3LDcuNTcsMCwxLDEsMTUuMTQsMFoiIGZpbGw9IiNmZmYiLz48L3N2Zz4=)!important
}

#toast-container > div:hover {
    box-shadow: none;
}

.toast-title {
    font-weight: normal;
    margin-bottom: 0.25rem;
}

.toast-message {
    font-family: Text-Bold;
    font-weight: normal;
    font-size: 14px;
}

.toast-message button {
    display: block;
    background-color: #FFF;
    color: var(--color_bg_division_1);
    text-transform: uppercase;
    font-family: Text-Bold;
    font-size: 10px;
    width: 100%;
    margin-top: 1rem;
    padding: 0.5rem 1rem;
    border-radius: 5px;
    border: 0;
    box-shadow: 0 0 5px rgb(0 0 0 / 20%);
}

/*.toast.toast-success {
    background-color: #2ECC40;
}

.toast.toast-warning {
    background-color: #FF851B;
}

.toast.toast-error {
    background-color: #FF4136;    
}
*/

.noTransition {
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
}

.question_card {
    margin: 10px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, .3);
    overflow: hidden;
}

.question_card_top {
    padding: 10px;
}

.question_card_top:last-child {
    border-bottom: none;
}

.question_card_bottom {
    display: flex;
    align-items: center;
    background-color: #f2f2f2;
}

.question_card_bottom .admin_actions {
    display: flex;
    align-items: center;
    margin-left: 5px;    
    cursor: pointer;
}

.question_card_bottom .admin_action {
    width: 30px;
    font-size: 22px;
    color: #424242;
    align-self: stretch;
    display: flex;
    align-items: center;
    justify-content: center;
}

.question_like_button {
    min-width: 12px;
    margin-left: 3px;
    text-align: right;
    display: flex;
    align-items: center;  
    cursor: pointer;
}

.question_like_button i {
    color: grey;
    font-size: 22px;
    margin-right: 10px;
    margin-left: 5px;
}

.question_like_button span {
    padding-top: 2px;
}

.question_like_button.on i {
    color: #78c781;
}

.question_info {
    font-size: 10px;
    line-height: 14px;
    font-style: italic;
    color: silver;
    flex: 1;
    padding: 7px;
    padding-top: 2px;
}

.question_name {
    font-size: 10px;
    padding: 7px 7px 0 7px;
    color: grey;
}

.meeting_time {
    width: 100%;
    text-align: center;
    height: 50px;
}

.meeting_time input,
.meeting_time select {
    height: 40px;
}

.dashboard_list_shortcut {
    width: 100%;
    height: 110px;
    border-bottom: 1px solid white;
    overflow: hidden;
}

.dashboard_list_image {
    display: flex;
    flex-wrap: wrap;
}

.dashboard_list_shortcut.shortcut_image {
    position: relative;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    flex: 1;
    border-bottom: none;

}

.dashboard_list_shortcut.shortcut_image .image_shortcut_title {
    background-color: rgba(0, 0, 0, .5);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 22px;
    line-height: 28px;
    text-align: center;
    padding: 15px;
}

.list_shortcut_icon {
    display: inline-block;
    width: 110px;
    height: 100%;
    vertical-align: top;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 60px;
    background-color: rgba(0, 0, 0, .2);
}

.list_shortcut_title {
    display: inline-block;
    height: calc(100% - 40px);
    width: calc(100% - 195px);
    vertical-align: top;
    font-size: 22px;
    padding: 20px;
}

.list_shortcut_gotodetail {
    display: inline-block;
    height: 100%;
    width: 45px;
    vertical-align: top;
}

.shortcut_list_area_title {
    vertical-align: middle;
    width: 100%;
    display: inline-block;
}

.font_color_shortcut {
    color: rgba(0, 0, 0, .2);
}

.top_action {
    display: inline-block;
    width: calc(50% - 5px);
    height: 40px;
    line-height: 40px;
    border-radius: 5px;
    vertical-align: top;
    max-width: 220px;
    z-index: 0;
}

.top_action_icon {
    display: inline-block;
    vertical-align: middle;
}

.top_action_text {
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    line-height: 14px;
    border-radius: 5px;
    height: 90%;
    background-color: white;
}

.top_action_action {
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    color: white;
    font-size: 12px;
    line-height: 12px;
    width: calc(100% - 35px);
    margin-top: -3px;
}

.option_letter {
    flex-basis: 24px;
    height: 24px;
    width: 24px;
    border-radius: 24px;
    line-height: 25px;
    text-align: center;
    font-size: 20px;
    color: #fff;
    margin-right: 10px;
}

.keyboard .keyboard_hides {
    display: none;
}

.chat_room_modal {
    bottom: 84px;
    top: 53px;
    padding-bottom: 15px;
}

.keyboard .chat_room_modal {
    bottom: 42px;
}

.chat_room_message_day {
    text-align: center;
    padding: 1px 6px;
    font-size: 12px;
    margin: auto;
    width: max-content;
    background-color: #f2f2f2;
    border-radius: 4px;
    margin-top: 20px;
}

.chat_room_user_action {
    color: silver;
    text-align: center;
    font-size: 12px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.keyboard .chat_room_input_container {
    bottom: 0;
    z-index: 200;
}

.keyboard .post_chat_room {
    bottom: 42px;
}


.chat_room_message_detail {
    clear: both;
    text-align: left;
    font-size: 10px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 2px;
}

.chat_room_messages .chat_message.to  div,
.chat_room_message_detail.to  {
    text-align: left;
}

.chat_room_messages .chat_message.from div,
.chat_room_message_detail.from {
    text-align: right;
}

.chat_rooms_notify.selected .cg-icon-bt-checkbox:before {
    color: unset !important;
}

.chat_rooms_participant_card {
    margin: 5px;
    padding: 5px;
    box-shadow: 0 0 5px rgba(0, 0, 0, .3);
}

#socket_connection_status {
    background-image: url('../../img/wifi.png');
    position: absolute;
    top: 10px;
    right: 10px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-size: 80% 80%;
    background-position: 50% 42%;
    visibility: hidden;
    opacity: 0;
    transition: visibility .5s, opacity .5s;
    z-index: 10;
}

#socket_connection_status.off {
    background-color: red;
    background-image: url('../../img/wifi_off.png');
    animation-name: socketConnect;
    animation-duration: 1.4s;
    animation-iteration-count: infinite;
    visibility: visible;
    opacity: .7;
}

@keyframes socketConnect {
    0% {
        background-image: url('../../img/wifi.png');
    }

    50% {
        background-image: url('../../img/wifi_off.png');
    }

    100% {
        background-image: url('../../img/wifi.png');
    }
}

.new_post {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 99;
    background-color: #fff;
    color: silver;
    padding: 6px;
    margin: 7px;
    border-radius: 5px;
    overflow: hidden;
    padding-bottom: 0;
    text-align: center;
    -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, .6);
    box-shadow: 0px 0px 3px rgba(0, 0, 0, .6);
}

.new_post .new_post_extras {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.new_post_extras .extra.image,
.new_post_extras .extra.video {
    display: none;
    height: 60px;
    width: 60px;
    border: 1px solid silver;
    border-radius: 5px;
    position: relative;
    margin-right: 5px;
}

.new_post.has_video .new_post_extras .extra.video {
    display: block;
}

.new_post.has_image .new_post_extras .extra.image {
    display: block;
}

.new_post.has_image #new_post_img {
    display: block;
}

.new_post.has_video #new_post_vid {
    display: block;
}

.new_post_extras .extra.image img,
.new_post_extras .extra.video img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.new_post_extras .extra .full_screen {
    position: absolute;
    bottom: 3px;
    left: 3px;
    height: 22px;
    width: 22px;
    z-index: 10;
    border-radius: 50%;
    background-size: 18px;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../../img/fullscreen.png);
    background-color: rgba(0, 0, 0, .5);
    pointer-events: none;
}

.new_post_extras .extra .full_screen.video {
    background-image: url(../../img/play_white.png);
}

.new_post_content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.new_post.has_image .new_post_content,
.new_post.has_video .new_post_content {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.new_post_actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: flex-start;
}

.new_post_actions .post_action {
    position: relative;
    height: 24px;
    width: 24px;
    line-height: 30px;
    text-align: center;
    margin-right: 7px;
    font-weight: bold;
}

.new_post_actions .post_action::before {
    position: absolute;
    left: -3px;
    right: 0;
    top: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    opacity: .3;
}

.new_post_actions .post_action.photo,
.new_post_actions .post_action.gallery,
.new_post_actions .post_action.video {
    width: 32px;
    height: 32px
}

.new_post_actions .post_action.photo::before {
    content: '';
    background-image: url(../../img/camera_black.png);
}

.new_post_actions .post_action.video::before {
    content: '';
    background-image: url(../../img/video_black.png);
}


.new_post_actions .post_action.edit_photo>div,
.new_post_actions .post_action.remove_photo>div,
.new_post_actions .post_action.remove_video>div {
    position: absolute;
    left: 100%;
    width: 40px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    color: grey;
    font-size: 10px;
    line-height: 10px;
    text-align: left;
}


.new_post_actions .post_action.gallery {
    background-size: 28px;
    background-position: center 0px;
}

.new_post_actions .post_action.gallery::before {
    content: '';
    background-image: url(../../img/photo_black.png);
}

.new_post.has_image .post_action.gallery,
.new_post.has_image .post_action.photo,
.new_post.has_image .post_action.video,
.new_post.has_video .post_action.gallery,
.new_post.has_video .post_action.photo,
.new_post.has_video .post_action.video {
    display: none;
}

.new_post_actions .post_action.remove_photo,
.new_post_actions .post_action.remove_video {
    display: none;
}

.new_post_actions .post_action.remove_photo::before,
.new_post_actions .post_action.remove_video::before {
    content: '';
    background-image: url(../../img/cancel.png);
}

.new_post.has_image .post_action.remove_photo {
    display: block;
    margin-right: 40px;
}

.new_post.has_video .post_action.remove_video {
    display: block;
    margin-right: 40px;
}

.new_post_actions .post_action.edit_photo {
    display: none;
}

.new_post_actions .post_action.edit_photo::before {
    font-family: Icons;
    content: "\e93b";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    color: silver;
    font-size: 20px;
    position: relative;
    top: -3px;
    bottom: unset;
    left: 0px;
    right: unset;
    opacity: 1;
}

.new_post.has_image .post_action.edit_photo {
    display: block;
    margin-right: 40px;
    margin-left: 5px;
}

.new_post_text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: flex-end;
}

.new_post_text .text {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    position: relative;
    max-height: 120px;
}

.new_post_text .text textarea {
    width: 100%;
    border-radius: 5px;
    border: none;
    text-align: left;
    color: #404040;
    padding-top: 5px;
    line-height: 20px;
    line-height: 20px;
    outline: none;
    overflow-y: auto;
    max-height: 120px;
}

.new_post_text .text .shadow_text {
    opacity: 0;
    pointer-events: none;
}

.new_post_text .text textarea.real_text {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100%;
}


.new_post_send {
    width: 30px;
    min-width: 30px;
    height: 30px;
    background-image: url('../../img/input_send.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    opacity: 0;
    -webkit-transition: opacity .2s linear;
    -o-transition: opacity .2s linear;
    transition: opacity .2s linear;
    pointer-events: none;
}

.new_post_send.active {
    opacity: 1;
    pointer-events: all;
}

.cropper_container {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 58px;
}

#capture_media {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
    z-index: 102;
    transition: opacity .2s ease-out;
}

#capture_media.hide {
    opacity: 0;
    pointer-events: none;
}

#cropper {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
    display: none;
    z-index: 100;
    background-repeat: repeat;
    background-size: initial;
    background-position: left 8px;
    background-color: black;
    /* background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAQMAAAAlPW0iAAAAA3NCSVQICAjb4U/gAAAABlBMVEXMzMz////TjRV2AAAACXBIWXMAAArrAAAK6wGCiw1aAAAAHHRFWHRTb2Z0d2FyZQBBZG9iZSBGaXJld29ya3MgQ1M26LyyjAAAABFJREFUCJlj+M/AgBVhF/0PAH6/D/HkDxOGAAAAAElFTkSuQmCC'); */
    background-position-x: 8px;
}

#cropper .bottom_button,
#cropper_preview .bottom_button {
    border: 1px solid white;
    background-color: rgba(0,0,0,.5);
}

#cropper .session_bottom_actions {
    background-color: rgba(0, 0, 0, .5)
}

#cropper .cropper-face {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-color: transparent;
}

#cropper .floating_button {
    position: absolute;
    top: 15px;
    background-repeat: no-repeat;
    background-size: 38px;
    background-position: center 2px;
    background-color: rgba(0, 0, 0, .5);
    width: 50px;
    height: 50px;
    border-radius: 7px;
    z-index: 50;
    display: block;
    box-shadow: none;
    transform: translate3d(0,0,0);
    cursor: pointer;
}



#cropper .floating_button.ratio_menu {
    right: 15px;
    height: unset;
    outline:none;
    width: 48px;
    border: 1px solid rgba(0,0,0,.5);;
}

#cropper .floating_button.toggle_frame + .floating_button.ratio_menu {
    right: 75px;
}

#cropper .floating_button.ratio_menu:focus {
    border: 1px solid white;
}

#cropper .floating_button.ratio_menu .ratio_menu_button {
    position: relative;
    top: unset;
    display: none;
    pointer-events: none;
}

#cropper .ratio_menu_button::before,
#cropper .ratio_menu_button::after {
    position: absolute;
    border: 1px solid white;
    top: 40%;
    left: 50%;
    transform: translate(-50%,-50%);
}

#cropper .ratio_menu_button.show.active::before {
    background-color: white;
}


#cropper .ratio_menu_button.show.active::after {
    background-color: #e2e2e2;
}

#cropper .ratio_menu_button.ratio_free::before {
    content: '';
    width: 20%;
    height: 20%;
    left: 35%;
    top: 30%;
}

#cropper .ratio_menu_button.ratio_free::after {
    content: '';
    width: 30%;
    height: 30%;
    top: 50%;
    left: 55%;
}

#cropper .ratio_menu_button.ratio_16_9::before {
    content: '';
    width: 50%;
    height: calc(50% * 9 / 16);
}

#cropper .ratio_menu_button.ratio_9_16::before {
    content: '';
    height: 50%;
    width: calc(50% * 9 / 16);
}

#cropper .ratio_menu_button.ratio_4_3::before {
    content: '';
    height: 50%;
    width: calc(50% * 4 / 3);
}
#cropper .ratio_menu_button.ratio_3_4::before {
    content: '';
    height: 50%;
    width: calc(50% * 3 / 4);
}
#cropper .ratio_menu_button.ratio_1_1::before {
    content: '';
    height: 40%;
    width: 40%;
}

#cropper .floating_button.ratio_menu .ratio_menu_button.show {
    display: block;
    pointer-events: all;
    background-color: transparent;
}

#cropper .floating_button.ratio_menu .ratio_menu_button.show + .ratio_menu_button.show {
    margin-top: 10px;
}
#cropper .floating_button.ratio_menu .ratio_menu_button.active {
    display: block;
}

#cropper .floating_button .label {
    position: absolute;
    bottom: 2px;
    left: 0;
    right:0;
    color: white;
    font-size: 8px;
    text-align: center;
}

#cropper .floating_button.rotate_right {
    left: 15px;
    background-image: url(../../img/rotate_right.png);
}

#cropper .floating_button.toggle_frame {
    right: 15px;
    background-size: 34px;
    background-image: url(../../img/frame_white.png);
}

#cropper .cropper-wrap-box {
    overflow: visible;
}

#cropper_preview {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
    display: none;
    z-index: 101;
    background-repeat: repeat;
    background-color: black;
    /* background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAQMAAAAlPW0iAAAAA3NCSVQICAjb4U/gAAAABlBMVEXMzMz////TjRV2AAAACXBIWXMAAArrAAAK6wGCiw1aAAAAHHRFWHRTb2Z0d2FyZQBBZG9iZSBGaXJld29ya3MgQ1M26LyyjAAAABFJREFUCJlj+M/AgBVhF/0PAH6/D/HkDxOGAAAAAElFTkSuQmCC'); */
}

/*loading animation*/

.loading-dots-spinner,
.hollow-dots-spinner * {
    box-sizing: border-box;
}

.loading-dots-spinner {

}

.loading-dots-spinner .dot {
    width: 15px;
    height: 15px;
    margin: 0 calc(15px / 2);
    background-color: white;
    border: .5px solid silver;
    border-radius: 50%;
    display: inline-block;
    transform: scale(0);
    -webkit-transform: scale(0);
    animation: loading-dots-spinner-animation 1000ms ease infinite 0ms;
}

.loading-dots-spinner .dot:nth-child(1) {
    animation-delay: calc(300ms * 1);
}

.loading-dots-spinner .dot:nth-child(2) {
    animation-delay: calc(300ms * 2);
}

.loading-dots-spinner .dot:nth-child(3) {
    animation-delay: calc(300ms * 3);
}

@keyframes loading-dots-spinner-animation {
    50% {
        transform: scale(1);
        -webkit-transform: scale(1);
        opacity: 0.9;
    }

    100% {
        opacity: 0;
        transform: scale(0);
        -webkit-transform: scale(0);
    }
}

.wordcloud_modal {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    flex-direction: column;
}

.wordcloud_modal .wordcloud_prompt {
    padding: 10px 20px 10px 20px;
    flex: 0;
    border-bottom: 1px solid;
}

.wordcloud_modal .words {
    flex: 1;
    overflow-y: auto;
    padding-bottom: 100px;
}

.wordcloud_modal .words.disable {
    pointer-events: none;
}

.wordcloud_modal .word_card {
    position: relative;
    font-size: 16px;
    border-radius: 10px;
    padding: 10px;
    margin: 10px;
    margin-left: 20px;
    margin-right: 20px;
    text-align: center;
    cursor: pointer;
}

.wordcloud_modal .word_card:active {
    background-color: var(--color_bg_division_1);
}

#vouchers {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    overflow: hidden;
    perspective: 1000px;
    -moz-perspective: 1000px;
    -webkit-perspective: 1000px;
}

.voucher_flip {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    transition: 0.6s;
    transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
}

.voucher_flip.spend {
    transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
}

#vouchers .vouchers_main {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    flex-flow: row wrap;
    z-index: 2;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    align-items: flex-start;
    align-content: flex-start;
    background-color: #fff;
}


.modal_page .vouchers_main {
    padding-bottom: 54px;
}

#vouchers .vouchers_spend {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    perspective: 1000px;
    -moz-perspective: 1000px;
    -webkit-perspective: 1000px;
    background-color: #fff;
    padding: 20px;
    text-align: center;
    perspective: 1000px;
}

#vouchers .vouchers_spend .info {
    font-size: 20px;
    font-weight: bold;
    color: silver;
}

#vouchers .vouchers_spend .info div {
    margin-top: 10px;
    color: #404040;
    font-size: 28px;
    line-height: 32px;
}

#vouchers .voucher_button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    height: 180px;
    width: 180px;
    transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    transition: all .3s;
}

#vouchers .voucher_button.confirm {
    transform: translateY(-50%) translateX(-50%) rotateX(180deg);
    -webkit-transform: translateY(-50%) translateX(-50%) rotateX(180deg);
}

#vouchers .voucher_spend_button,
#vouchers .voucher_confirm_button {
    position: absolute;
    height: 100%;
    width: 100%;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: #fff;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
}

#vouchers .voucher_spend_button {
    z-index: 1;
}

#vouchers .voucher_confirm_button {
    transform: rotateX(180deg);
    -webkit-transform: rotateX(180deg);
}

#vouchers .voucher_spend_button::after,
#vouchers .voucher_confirm_button::after {
    content: "";
    position: absolute;
    left: -1px;
    right: -1px;
    bottom: -1px;
    top: -1px;
    z-index: -1;
    z-index: 0;
    border-radius: 50%;
    background-color: #fff;
    box-shadow: inset 0px 0px 6px rgba(0, 0, 0, 0.4);
}

#vouchers .voucher_spend_button::before,
#vouchers .voucher_confirm_button::before {
    position: absolute;
    content: "";
    display: block;
    z-index: 1;
    padding: 10px;
    background-color: inherit;
    left: 10px;
    top: 10px;
    right: 10px;
    bottom: 10px;
    border-radius: 50%;
    box-shadow: inset 0px 0px 6px rgba(0, 0, 0, 0.4);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

#vouchers .voucher_spend_button span,
#vouchers .voucher_confirm_button span {
    z-index: 3;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

#vouchers .vouchers_spend.spent .voucher_button {
    display: none;
}

#vouchers .vouchers_spend .voucher_spent_check {
    display: none;
    font-family: Icons;
    font-size: 70px;
    color: rgba(0, 155, 0, .7);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    animation: voucher_pulse .6s linear infinite alternate;
}
#vouchers .vouchers_spend.spent .voucher_spent_check:before {
    content: '\e920';
}
#vouchers .vouchers_spend.spent .voucher_spent_check {
    display: inline;
}

@keyframes voucher_pulse {
    0% {
        transform: translateY(-50%) translateX(-50%);
        -webkit-transform: translateY(-50%) translateX(-50%);
        color: rgba(0, 175, 0, .7);
    }

    100% {
        transform: translateY(-50%) translateX(-50%) scale(1.1);
        -webkit-transform: translateY(-50%) translateX(-50%) scale(1.1);
        color: rgba(0, 155, 0, .7);
    }
}



.vouchers_spend .info .spent_voucher {
    display: none;
}

.vouchers_spend.spent .info .spending_voucher {
    display: none;
}

.vouchers_spend.spent .info .spent_voucher {
    display: block;
}

.vouchers_spend .voucher_cancel_button .voucher_close {
    display: none;
}

.vouchers_spend.spent .voucher_cancel_button .voucher_cancel {
    display: none;
}

.vouchers_spend.spent .voucher_cancel_button .voucher_close {
    display: block;
}

#vouchers .vouchers_main .voucher {
    position: relative;
    flex: 1 1 100%;
    margin: 5px;
    border: 1px grey dashed;
    padding: 5px;
    background-color: #fff;
    background-clip: padding-box;
}

#vouchers .vouchers_main .voucher .choice:active {
    opacity: .6;
}

#vouchers .vouchers_main .voucher:active {
    background-color: #d2d2d2;
}

#vouchers .vouchers_main .voucher.choose:active {
    background-color: #fff;
}


#vouchers .vouchers_main .voucher .main {
    position: relative;
    display: flex;
    font-weight: bold;
    color: #424242;
    height: 100px;
}

#vouchers .vouchers_main .choice {
    margin: 4px;
    font-size: 14px;
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-basis: calc(33.333% - 10px);
    border: 1px grey solid;
}

#vouchers .vouchers_main .choices.two_per_row .choice {
    flex-basis: calc(50% - 10px);
}

#vouchers .vouchers_main .choice .choice_image {
    width: 100%;
    padding-bottom: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url('../../img/coupon.png');
}

#vouchers .vouchers_main .choice .choice_text {
    width: 100%;
    flex: 1;
    color: grey;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    background-color: rgba(0, 0, 0, .8);
    color: white;
    box-sizing: border-box;
    padding: 3px;
}

#vouchers .vouchers_main .voucher .image {
    width: 100px;
    flex-shrink: 0;
    background-size: cover;
    background-position: center;
    background-image: url('../../img/coupon.png');
}

#vouchers .vouchers_main .voucher .text {
    display: flex;
    align-items: center;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 24px;
    line-height: 28px;
}

#vouchers .vouchers_main .voucher .count {
    position: absolute;
    top: -2px;
    right: 4px;
    font-size: 20px;
    color: grey;
}

#vouchers .vouchers_main .voucher .has_choices {
    position: absolute;
    bottom: -6px;
    right: 2px;
    font-size: 26px;
    color: grey;
    transform: scaleX(1);
    -webkit-transform: scaleX(1);
    transition: transform .3s;
    transition: -webkit-transform .3s;
}

#vouchers .vouchers_main .voucher.choose .has_choices {
    transform: scaleX(0);
    -webkit-transform: scaleX(0);
}

#vouchers .vouchers_main .voucher .choices {
    max-height: 0;
    transition: max-height .3s;
    overflow: hidden;
    display: flex;
    flex-flow: row wrap;
}

#vouchers .vouchers_main .voucher.choose .choices {
    max-height: 450px;
}

#vouchers .empty {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    display: none;
}

#vouchers .empty:last-child {
    display: block;
}

#vouchers .vouchers_detail {}

.bottom_buttons {
    display: flex;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 99;
    flex-flow: row wrap;
    transform: translateZ(0);
}

.bottom_buttons.lang {
    position: relative;
    justify-content: center;
    text-align: center;
    padding: 1rem;
    box-shadow: none !important;
}

.bottom_buttons.lang label {
    display: none;
    font-weight: bold;
    width: 100%;
    margin-top: 0.5rem;
}

.bottom_buttons.lang .flag {
    background-image: url('../../img/lang_sprite.jpg');
    width: 50px;
    height: 50px;
    /*margin: 0 0.5rem;*/
    border-radius: 100%;
    opacity: 0.6;
    cursor: pointer;
    transform: scale(0.65);
}

.bottom_buttons.lang .flag:hover {
    transform: scale(0.7);
    opacity: 1;
}

.bottom_buttons.lang .flag.en {
    background-position: -50px 0;
}

.bottom_buttons.lang .flag.es {
    background-position: -100px 0;
}

.bottom_buttons.lang .flag.fr {
    background-position: -150px 0;
}

.bottom_buttons.lang .flag.de {
    background-position: -200px 0;
}

.bottom_buttons.lang .flag.it {
    background-position: -250px 0;
}

.bottom_buttons.lang .flag.active {
    transform: scale(0.75);
    opacity: 1;
    pointer-events: none;
}

.bottom_buttons.inline {
    display: flex;
    position: relative;
    left: unset;
    bottom: unset;
    right: unset;
    z-index: 99;
    flex-flow: row wrap;
}

.bottom_buttons .bottom_button {
    position: relative;
    flex: 100;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 7px;
    padding: 9px;
    border-radius: 4px;
    box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, .3);
    box-sizing: border-box;
    min-height: 42px;
    color: white;
    cursor: pointer;
}

.bottom_buttons .bottom_button.hidden {
    display: none;
}

.bottom_buttons .bottom_button.only_icon {
    flex: 0 0 50px;
}

.bottom_buttons .bottom_button.only_icon i {
    font-size: 1.6em;
}

.bottom_buttons .bottom_button.only_image {
    flex-grow: 0;
    flex-basis: 42px;
    background-position: 300%;
    background-size: 0;
    background-repeat: no-repeat;
}

.bottom_buttons .bottom_button.only_image::before {
    content: '';
    height: 22px;
    width: 22px;
    position: absolute;;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    background-image: inherit;
    background-position:center;
    background-size: contain;
    background-repeat: no-repeat;    
    filter: brightness(0) invert(1);
}

.bottom_buttons .bottom_button.only_image.has_label .label {
    position: absolute;
    bottom: 0;
    left:0;
    right: 0;
    padding: 2px;
    font-size: 9px;
    text-align: center;
}

.bottom_buttons .bottom_button.only_image img {
    height: 24px;
    position: absolute;;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    filter: brightness(0) invert(1);
}
.bottom_buttons .bottom_button.only_image.has_label img,
.bottom_buttons .bottom_button.only_image.has_label::before {
    top: 4px;
    background-size: 22px;
    transform: translate(-50%,0);
}

.bottom_buttons .bottom_button.has_image {
    background-position: 300%;
    background-size: 0;
    background-repeat: no-repeat;
}

.bottom_buttons .bottom_button.has_image::before {
    content: '';
    width: 24px;
    height: 24px;
    background-image: inherit;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 10px;
}

.bottom_buttons .bottom_button.no_shadow {
    box-shadow: none;
}

.bottom_buttons .bottom_button.full_width {
    flex: 1;
    flex-basis: 100%;
}

.bottom_buttons .bottom_button.one_third {
    flex: 33.333%;
}

.bottom_buttons .bottom_button.one_quarter {
    flex: 25%;
}

.bottom_buttons .bottom_button.disabled {
    pointer-events: none;
}
.bottom_buttons .bottom_button.disable_opacity {
    pointer-events: none;
    opacity: .5;
}
.bottom_buttons .bottom_button.disabled::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background-color: #fff;
    opacity: .3;
}

.bottom_buttons .bottom_button.checkbox {
    background-color: #FFF;
    font-size: .8em;
}

.bottom_buttons .bottom_button.checkbox input[type=checkbox] {   
    flex-shrink: 0;
    position: relative;
    width: 20px;
    height: 20px;
    margin: -2px .5rem 0 0;
    border: 1px solid var(--color_font_dark);
    border-radius: 5px;
    accent-color: var(--color_bg_division_1);
    appearance: none;
    cursor: pointer;
}

.bottom_buttons .bottom_button.checkbox input[type=checkbox]::before {  
    content: '\e920';
    position: absolute;
    background-color: var(--color_bg_division_1);
    color: #FFF;
    font-family: icons;
    font-size: .7em;
    text-align: center;
    line-height: 21px;
    width: 20px;
    height: 20px;
    top: -1px;
    left: -1px;
    border-radius: 5px;
    transform: scale(0);
    transition: all 0.25s ease;
}

.bottom_buttons .bottom_button.checkbox input[type=checkbox]:checked::before {  
    transform: scale(1);
}

.bottom_buttons .bottom_button.checkbox label {
    cursor: pointer;
}

.bottom_buttons .bottom_button_input {
    position: relative;
    flex: 1;
    flex-basis: 100%;
    margin: 7px;
    margin-bottom: 0;
    overflow: hidden;
    border: none;
    border-radius: 4px;
    box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, .3);
    display: flex;
}

.bottom_buttons .bottom_button_input.loading {
    pointer-events: none;
}

.bottom_buttons .bottom_button_input.loading textarea,
.bottom_buttons .bottom_button_input.loading input {
    pointer-events: none;
}

.bottom_button:not(.hidden)+.bottom_button {
    margin-left: 0;
}

.bottom_button.full_width+.bottom_button {
    margin-left: 7px;
}

.bottom_buttons>.bottom_button_input:last-child {
    margin-bottom: 7px;
}

.bottom_buttons .bottom_button_input input,
.bottom_buttons .bottom_button_input textarea {
    border: none;
    padding: 11px;
    flex-basis: 100%;
    height: 100%;
}

.bottom_buttons .bottom_button_input input {
    box-sizing: border-box;
}


.bottom_buttons .bottom_button_input #shadow_text {
    position: absolute;
    left: 0;
    width: 100%;
    opacity: 0;
    pointer-events: none;
    height: auto;
}

.bottom_buttons .bottom_button_input.icon_right input,
.bottom_buttons .bottom_button_input.icon_right textarea {
    padding-right: 42px;
}

.bottom_buttons .bottom_button_input.icon_left input,
.bottom_buttons .bottom_button_input.icon_left textarea {
    padding-left: 42px;
}


.bottom_buttons .bottom_button_input .bottom_input_icon {
    position: absolute;
    top: 0;
    width: 42px;
    height: 42px;
    z-index: 10;
    background-position: center;
    background-size: 26px;
    background-repeat: no-repeat;
    transition: opacity .3s;
    cursor: pointer;
}



.bottom_buttons .bottom_button_input .bottom_input_icon.disabled {
    opacity: 0;
    pointer-events: none;
}

.bottom_buttons .bottom_button_input .bottom_input_icon.right {
    right: 0px;
}

.bottom_buttons .bottom_button_input .bottom_input_icon.left {
    left: 0px;
}

.bottom_buttons .bottom_button_input .bottom_input_icon.send {
    background-image: url('../../img/input_send.png');
}

.bottom_buttons .bottom_button_input.loading .bottom_input_icon.send {
    background-image: url('../../img/loading.svg');
}

.bottom_buttons .bottom_button_input .bottom_input_icon.clear {
    background-image: url('../../img/close_button_a.png');
    background-size: 16px;
}

.bottom_buttons .bottom_button_input .bottom_input_icon.emoji {
    background-image: url('../../img/emojis.png');
    filter: opacity(.5);
}

.bottom_buttons .bottom_button_input .bottom_input_icon.image {
    background-image: url('../../img/camera_black.png');
    filter: opacity(.3);
}

.bottom_buttons.normal_case .bottom_button {
    text-transform: unset;
}

.bottom_buttons.card {
    border-top: 1px solid silver;
}

.bottom_buttons.card .bottom_button {
    margin: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
}

.bottom_buttons.card .bottom_button+.bottom_button::before {
    content: '';
    position: absolute;
    left: 0;
    top: 15%;
    bottom: 15%;
    border-left: 1px solid #e2e2e2;
    z-index: 10;
}

.congress_logo {
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    bottom: 0;
    top: 0;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    text-align: center;
}
.congress_logo img {
    height: 100%;
}

#facebook_checkin .page_content {
    display: flex;
    flex-direction: column;
    color: grey;
    font-size: 20px;
}

#facebook_checkin .text {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 30px;
}

#facebook_checkin .share_button {
    flex-basis: 50px;
    margin: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    /* border-bottom: 3px solid grey; */
    /* border-right: 3px solid grey; */
    border-radius: 5px;
    font-size: 22px;
    /* font-weight: bold; */
    opacity: .5;
    pointer-events: none;
    color: #fff;
    text-transform: uppercase;
}

#facebook_checkin .share_button.hide {
    display: none;
}

#facebook_checkin .share_button.active {
    opacity: 1;
    pointer-events: all;
}

#facebook_checkin .qr_code {
    display: none;
    flex-basis: 65%;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}

#facebook_checkin .qr_code .code {
    margin-top: 10px;
}
#facebook_checkin .qr_code.show {
    display: flex;
}

#content_available_soon .message {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    width: 100%;
    padding: 20px;
}

.profile_selection_check::before {
    content: "\e91c";
}

.selected .profile_selection_check::before {
    content: "\e91b";
    margin-left: 6px;
}

.note_card {
    position: relative;
    margin: 6px;
    padding: 10px;
    padding-bottom: 25px;
    font-size: 12px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, .3);
    border-radius: 2px;
    overflow: hidden;
    flex: 1;
    height: 74px;
    cursor: pointer;
}

.note_card .note_text {
    margin-top: 2px;
    font-size: 14px; 
    line-height: 18px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;  
    height: 54px;
    overflow: hidden;
}

.note_card .note_buttons {
    display: flex;
    gap: .75rem;
    position: absolute;
    font-size: 1.4em;
    right: .5rem;
    bottom: .5rem;
}

.az_slider {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 100;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-left: 4px;
}

.az_slider .letter {
    color: grey;
    flex: 1;
    font-size: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.slider_container {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 18px;
    z-index: 3;
}

.search_header~.slider_container {
    top: 62px;
}

@media screen and (max-height: 400px) {
    .az_slider .letter:nth-child(even) {
        opacity: 0;
    }
}

.az_slider .current_letter {
    display: none;
    position: fixed;
    left: calc(50% - 40px);
    top: calc(50% - 40px);
    width: 80px;
    height: 80px;
    color: white;
    font-size: 70px;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    background-color: rgba(0, 0, 0, .4);
    border-radius: 5px;
}

.az_slider .current_letter.show {
    display: flex;
}

.fake_shadow2 {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
    border: 1px #000 solid;
    opacity: .6;
}


.fake_shadow::before {
    content: '';
    position: absolute;
    left: -1px;
    right: -1px;
    top: -1px;
    bottom: -1px;
    z-index: 0;
    border: 1px #000 solid;
    opacity: .1;
    border-radius: inherit;
}

.fake_shadow::after {
    content: '';
    position: absolute;
    left: 3px;
    right: -3px;
    top: 3px;
    bottom: -3px;
    z-index: -1;
    border-bottom: 2px #000 solid;
    border-right: 2px #000 solid;
    opacity: .2;
    border-radius: inherit;
}


.swiper-slide-notes.swiper-slide-active {
    font-weight: bold;
}

.swiper-slide-notes.swiper-slide-prev,
.swiper-slide-notes.swiper-slide-next {
    opacity: .7;
}

.note_card.hide {
    display: none;
}

.list_page .list_page_empty,
.list_page .list_page_search_empty {
    position: absolute;
    left: 50%;
    top: calc(50% - 30px);
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    color: silver;
    font-size: 16px;
    width: 80%;
    text-align: center;
}

.list_page .list_page_empty {
    display: none;
}

.list_page .list_item:not(.hide)~.list_page_search_empty,
.list_page .list_element:not(.hide)~.list_page_search_empty,
.list_page .list_page_search_empty:first-child,
#posters_index .list_page:not(.searching) .list_page_search_empty,
#posters_index .list_page.searching .day_container:not(.closed)~.list_page_search_empty {
    display: none;
}

.list_page .list_page_empty:nth-child(2) {
    display: block;
}

.list_page.searching .day_container.closed {
    display: none;
}

.list_page.searching .day_container .session_index_day_header {
    pointer-events: none;
}

.list_page.searching .day_container .cg-icon-arrow-toggle {
    display: none;
}

div:not(:empty) + .after_filled_list_hides,
.first_child_hides:first-child,
.last_child_hides:last-child,
.not_first_child_hides:not(:first-child),
.not_last_child_hides:not(:last-child),
.only_child_hides:first-child:last-child,
.not_only_child_hides:not(:only-child) {
    display: none;
}

.after_hidden_list_shows {
    display: block;
}

.list_item:not(.hide) ~ .after_hidden_list_shows {
    display: none;
}

.previous_list_empty_shows {
    display: none;
}

div:empty + .info_div.previous_list_empty_shows {
    display: flex;
}

#floorplan_index .floorplan_list {
    display: flex;
    flex-flow: column;
    padding: 10px 10px 10px 10px;
}

.floorplan_card {
    flex: 1;
    flex-basis: 45%;
    display: flex;
    flex-direction: column;
    margin: 5px;
    position: relative;
    overflow: hidden;
    border-radius: 4px;
}


.floorplan_card .floorplan_image {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.floorplan_card .floorplan_image img {
    height: 150px;
    width: 100%;
    object-fit: cover;
}

.floorplan_card .floorplan_overlay {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
    opacity: .4;
    background-color: #000;
}

.floorplan_card .floorplan_text {
    position: absolute;
    /* left: 0; */
    right: 0;
    /* top: 0; */
    bottom: 0;
    padding: 3px 5px;
    z-index: 2;
    display: flex;
    text-align: right;
    align-items: center;
    font-size: 18px;
    line-height: 20px;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
}



/*helpers*/

.fontsize12 {
    font-size: 12px !important;
}

.fontsize14 {
    font-size: 14px !important;
}

.fontsize16 {
    font-size: 16px !important;
}

.fontweightbold {
    font-weight: bold !important;
}

.borderradius5 {
    border-radius: 5px !important;
}

.textalignleft {
    text-align: left !important;
}

.textalignright {
    text-align: right !important;
}

.textaligncenter {
    text-align: center !important;
}


.polling_keypad_modal {
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
}

.polling_keypad_modal .keypad_options {
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
    padding: 10px;
    margin-left: auto;
    margin-right: auto;
    max-width: 600px;
    display: flex;
    flex-flow: row wrap;
}

.polling_keypad_modal.answers .keypad_options {
    display: none;
}

.polling_keypad_modal .option {
    flex: 1;
    flex-basis: calc(50% - 12%);
    margin: 4vh 6%;
    border-radius: 50%;
    color: #fff;
    font-size: 70px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    box-shadow: 0 0 6px rgba(0, 0, 0, .3) inset;
    perspective: 1000px;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    -webkit-backface-visibility: hidden;
    cursor: pointer;
}

.polling_keypad_modal .option::before {
    content: "";
    display: block;
    padding-top: 100%;
}

.polling_keypad_modal .option::after {
    content: '';
    position: absolute;
    left: -8%;
    right: -8%;
    top: -8%;
    bottom: -8%;
    z-index: -1;
    box-shadow: 0 0 6px rgba(0, 0, 0, .7) inset;
    border-radius: 50%;
}

.polling_keypad_modal .option .symbol {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 72px;
    perspective: 1000px;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    -webkit-backface-visibility: hidden;
}

.polling_keypad_modal .option.active.check .symbol {
    animation: keypad_option 1s linear 1;
    animation-fill-mode: forwards;
}

@keyframes keypad_option {
    50% {
        transform: scale(0);
        -webkit-transform: scale(0);
    }

    51% {
        color: transparent;
    }

    100% {
        background-image: url(../../img/check_white.png);
        color: transparent;
        transform: scale(1);
        -webkit-transform: scale(1);
    }
}


.polling_keypad_modal .option:active {
    background-color: grey !important;
    box-shadow: 0 0 6px rgba(0, 0, 0, .3);
}

.polling_keypad_modal .option:active::after {
    box-shadow: 0 0 10px rgba(0, 0, 0, .7) inset;
}

.polling_keypad_modal_overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10;
    background-color: transparent;
    opacity: .3;
    display: none;
}

.polling_keypad_modal_overlay.active {
    display: block;
}

.polling_keypad_modal_overlay.overlay {
    background-color: #fff;
    opacity: .3;
}

.polling_keypad_modal .option.active {
    background-color: grey !important;
    box-shadow: 0 0 6px rgba(0, 0, 0, .3);
}

.polling_keypad_modal .option.active::after {
    box-shadow: 0 0 10px rgba(0, 0, 0, .7) inset;
}

.polling_keypad_modal .keypad_answers {
    display: none;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10;
}

.polling_keypad_modal.answers .keypad_options {
    display: none;
}

.polling_keypad_modal.answers .keypad_answers {
    display: block;
}



.app_start_swiper {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
}

.app_start_slide {
    position: relative;
}

.app_start_slide .content {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
}

.app_start_slide .app_login_banner {
    content: '';
    display: block;
    width: 100%;
    padding-bottom: 60%;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    margin-bottom: 20px;
}

.center_items {
    margin: auto;
    width: 65%;
    max-width: 400px;
    padding: 15px 0;
}

.center_items + .bottom_buttons.lang {
    padding-top: 0;
}

.app_start_slide.custom_field .center_items {
    position: absolute;
    top: 0;
    bottom: 50px;
    left: 0;
    right: 0;
    width: unset;
    max-width: unset;
    transform: unset;
    display: flex;
    flex-direction: column;
    padding: 0;
}

body.stream_layout .app_start_slide.custom_field .center_items {
    bottom: 42px;
}

.app_start_slide.custom_field .content .description {
    padding: 20px;
    text-align: left;
    border-bottom: 1px solid silver;
    background-color: #f2f2f2;
}

.app_start_slide.custom_field.write textarea {
    border: none;
    flex: 1;
    padding: 20px;
    font-size: 16px;
}


.app_start_slide .center_items .button {
    height: 50px;
    line-height: 50px;
    border-radius: 0;
    margin-top: 20px;
}

.app_start_slide .content .access_header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    padding: 20px;
    color: #fff;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    color: #404040;
}

.app_start_slide .content .description {
    color: #404040;
    text-align: center;
    font-size: 16px;
    line-height: 22px;
    font-weight: bold;
}

.app_start_slide.custom_field.write .content .description {
    text-align: left;
}

.app_start_slide .content input,
input.simple_input {
    -webkit-appearance: none;
    border: none;
    border-radius: 0;
    height: 44px;
    text-align: center;
    margin-top: 20px;
    width: 100%;
    font-size: 14px;
    border: 1px solid #404040;
    color: #404040;
    box-sizing: border-box;
    padding: 0 10px;
}
.app_start_slide .content input.cf_write,
.app_start_slide .content input.phone {
    border: none;
    text-align: start;
    padding: 0;
    margin: 20px;
    height: auto;
    width: auto;
}
.app_start_slide .content input.area_code {
    border: none;
    text-align: start;
    padding: 0;
    margin: 20px;
    height: auto;
    width: 65px;
}
.app_start_slide .content input.date_types:before {
    font-size: 16px;
}
input.date_types {
    position: relative;
    font-size: 0 !important;
    cursor: pointer;
}
input.date_types:before {
    content: attr(data-display-value);
    display: inline-block;
    color: var(--color_font_dark);
    font-size: 14px;
}
input.date_types::-webkit-datetime-edit, input.date_types::-webkit-inner-spin-button, input.date_types::-webkit-clear-button {
    display: none;
}
input.date_types::-webkit-calendar-picker-indicator {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}

.app_start_slide .content input::placeholder {
    text-transform: initial;
}
.app_start_slide .login_options {
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
}
.app_start_slide .login_options .option {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 5px;
    padding: 5px;
    border-radius: 3px;
    border: 1px solid #404040;
    width: 30px;
    height: 20px;
}
.app_start_slide .login_options i {
    font-size: 15px;
}
.app_start_slide .login_options .option.selected{
    background-color: var(--color_bg_division_1);
    color: var(--color_font_button);
}

.list_item {
    display: flex;
    align-items: center;
    padding: 10px 20px;
    border-bottom: 1px solid transparent;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    background-color: #fff;
}

.list_item.selected {
    background-color: #f2f2f2;
}

.list_item.highlighted {
    background-color: #f2f7f1;
}

.list_item.highlighted.selected {
    background-color: #dce3da;
}

.list_item.card {
    margin: 10px;
    border: none;
    border-radius: 0;
    background: #f4f4f4;
}

.list_item.card.card_white {
    background: #fff;
}

.list_item.card .list_description .title {
    font-size: 14px;
}

.list_item_group_toggle {
    border-radius: 4px;
    overflow: hidden;
    margin: 10px 15px;
}

.list_item_group {
    margin:  15px;
    border: 1px solid silver;
    overflow: hidden;
    border-radius: 4px;
}

.list_item_group_header {
    margin: 15px;
    margin-bottom: -1px !important;
    border-radius: 0;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;    
}

.list_item_group_header + .list_item_group {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    margin-top: 0;
}

.list_item_group_toggle .list_item_group_header,
.list_item_group_toggle .list_item_group {
    margin: 0;
}

.list_item_group_toggle.closed .list_item_group {
    display: none;
}

.list_item_group .list_item {
    margin: 0;
    border-top: 1px solid silver;
    border-bottom: none;
    background: #f4f4f4;
    margin-top: -1px;
}

.list_item_group .list_item .list_description .title {
    font-size: 14px;
}

.list_item.hide {
    display: none;
}

.list_item .list_pic {
    box-sizing: border-box;
    /* margin-left: 4px; */
    position: relative;
}
.list_item .list_pic i.cg-icon {
    font-size: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.list_item .list_description {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
}

.list_item .list_pic + .list_description {
    margin-left: 10px;
}
.list_item .list_description .title {
    font-family: Text-Bold;
    font-size: 16px;
    line-height: 18px;
}

.list_item .list_description .subtitle {
    font-size: 12px;
}

.list_item .list_description .subtitle.field {
    display: flex;
    align-items: center;
    font-size: 10px;
}

.list_item .list_description .subtitle.field .name {
    color: silver;
    margin-right: 5px;
}

.list_item .list_description .highlight {
    color: #7e9b79;
    font-size: 10px;
    font-weight: bold;
    text-transform: uppercase;
}

.list_item .list_description > div:empty {
    display: none;
}

.list_item .list_description .tag {
    justify-self: flex-end;
    font-size: 12px;
    align-self: flex-end;
    margin-top: 8px;
}

.list_item .list_description > div + div {
    margin-top: 3px;
}

.list_item .list_button {
}

.list_item .list_button .cg-icon {
    height: unset;
    width: unset;
    line-height: unset;
    margin-left: 10px;
}

.list_item.hide_button .list_button {
    display: none;
}

.list_item.shadow {
    margin: 7px;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, .15);
    border: none !important;
    border-radius: 3px;
}

.list_item.border_bottom:not(last-child) {
    border-bottom: 1px solid var(--color_border);
}

.bookmark {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 30px;
    display: flex;
    justify-content: center;
    border-left: 6px solid #e2e2e2;
}

.bookmark[onclick] {
    cursor: pointer;
}

.bookmark i[class^=icon] {
    color: #e2e2e2;
    font-size: 25px;
    margin-top: 1px;
}

.favorite .bookmark i {
    color: #404040;
    text-shadow: 2px 1px 2px rgba(0,0,0,0.2);
}

.list_item.has_bookmark {
    padding-left: 40px;
}

.app_start_slide#user_photo .user_photo {
    display: none;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(../../img/defaults/img_user_white.png);
    height: 160px;
    width: 160px;
    border-radius: 50%;
    margin: 30px auto;
    position: relative;
    box-shadow: rgb(99 99 99 / 20%) 0px 5px 13px 0px;
}

.app_start_slide#user_photo .user_photo .rotate {
    position: absolute;
    top: -3px;
    right: -12px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(../../img/rotate_right.png);
    height: 30px;
    width: 30px;
    filter: invert(20%);
}

.app_start_slide#user_photo .center_items.has_photo .user_photo {
    display: block;
}

.app_start_slide .user_photo_actions {
    display: flex;
    justify-content: center;
}

.app_start_slide .user_photo_actions>div {
    width: 50px;
    height: 50px;
    border-radius: 4px;
    position: relative;
}

.app_start_slide .user_photo_actions>div::before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    content: '';
    background-position: center;
    background-size: 30px;
    background-repeat: no-repeat;
    background-image: url(../../img/gallery_black.png);
    filter: invert(100%);
}

.app_start_slide .user_photo_actions .user_photo_upload {
    margin-left: 30px;
}

.app_start_slide .user_photo_actions .user_photo_upload::before {
    background-image: url(../../img/camera_black.png);
}


.app_start_slide .center_items.has_photo .user_photo_upload,
.app_start_slide .center_items.has_photo .user_photo_select {
    display: none;
}

.app_start_slide .center_items .user_photo_clear {
    display: none;
}

.app_start_slide .center_items.has_photo .user_photo_clear {
    display: flex;
}

.action_modal .avatar,
.app_start_slide .avatar {
    --size: 160px;
    height: var(--size);
    margin: 20px 0px;
    position: relative;
}
.action_modal .avatar {
    margin: 15px; 
}
.user_avatar_select {
    background-color: green;
}
.avatar .swiper {
    overflow: visible;
}
.avatar .avatar_container {
    background-size: auto 100%;
    height: var(--size);
    width: var(--size);
    border-radius: 50%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border: 0.01px solid rgb(224,224,224);
}
.avatar .avatar-wrapper{
    display: flex;
    align-items: center;
}
.avatar .swiper-slide {
    transition: opacity .3s ease-out;
    opacity: 0;
    position: relative;
}
.avatar .swiper-slide-active,
.avatar .swiper-slide-duplicate-active {
    opacity: 1;
    transition: opacity .3s ease-out;
    z-index: 2;
}
.avatar .swiper-slide-prev,
.avatar .swiper-slide-next,
.avatar .swiper-slide-duplicate-next,
.avatar .swiper-slide-duplicate-prev {
    z-index: 1;
    transition: opacity .3s ease-out;
    opacity: .15;
}
.avatar .control.previous {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 40px;
    padding: 7px 15px;
    color: #404040;
    border-radius: 5px;
    z-index: 100;
    cursor: pointer;
    left: 0;
}
.avatar .control.next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 40px;
    padding: 7px 15px;
    color: #404040;
    border-radius: 5px;
    z-index: 100;
    cursor: pointer;
}
#user_photo .avatar .control.previous {
    left: -30px;
}
#user_photo .avatar .control.next {
    right: -30px;
}
.action_modal .avatar .control.previous {
    left: -15px;
}
.action_modal .avatar .control.next {
    right: -15px;
}

#user_photo.app_start_slide .content {
    overflow: hidden;
}
.app_start_slide .cf_options {
    overflow-y: auto;
    background-color: unset;
    position: relative;
}

.app_start_slide .cf_option {
    padding: 20px;
    display: flex;
    border-bottom: 1px solid #f2f2f2;
    cursor: pointer;
}

.app_start_slide .cf_option > span {
    flex: 1;
}

.app_start_slide .cf_option i {
    font-size: 24px;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    color: grey;
    margin-left: 10px;
}

.app_start_slide .cf_option i.on,
.app_start_slide .cf_option.selected i.off {
    display: none;
}

.app_start_slide .cf_option.selected i.on {
    display: flex;
}

.app_start_slide .cf_option:last-child {
    border-bottom: none;
}

.app_start_slide .next_field_button.disabled {
    pointer-events: none;
}


.app_start_slide .back_to_home_event {
    content: "\e92f";
    position: absolute;
    left: 20px;
    top: 20px;
}

.app_start_slide .back_to_home_event::before {
    font-family: Icons;
    content: "\e92f";
    color: #404040;
    font-size: 24px;
}

.app_start_slide .cf_option.selected .text {
    font-weight: bold;
}

.square_button {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
    color: #fff;
    box-sizing: border-box;
    height: 44px;
    font-size: 14px;
    cursor: pointer;
}

.app_start_slide .square_button {
    height: 44px;
    margin-top: 10px;
}

.app_start_slide .extra_text {
    margin-top: 30px;
    font-size: 12px;
    line-height: 16px;
    text-align: center;
}

.eula {
    margin-top: 20px;
    display: flex;
}


.eula .eula_checkbox {
    font-family: Icons;
    font-size: 24px;
    width: 26px;
    margin-top: -4px;
}

.eula .eula_checkbox::before {
    content: "\e91c";
}

.eula .eula_checkbox.checked::before {
    content: "\e91b";
    pointer-events: none;
}

.eula .eula_text {
    flex: 1;
    font-size: 10px;
    line-height: 14px;
    margin-left: 5px;
    text-align: justify;
}

.action_buttons {
    margin: 10px 0px;
    display: flex;
    flex-direction: row;
    flex-basis: 50%;
    flex-wrap: wrap;
    box-sizing: border-box;
}


.action_buttons .action_button {
    margin-top: 15px;
    font-size: 10px;
    margin: 0;
    text-transform: uppercase;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -ms-flex-preferred-size: 30%;
    flex-basis: 30%;
}

#my_events .tab {
    position: absolute;
    top: 0;
    bottom: 80px;
    left: 0;
    right: 0;
    z-index: 0;
    display: none;
    background: transparent;
}

body.fills_notch #my_events .tab {
    bottom: calc(80px + var(--safe-bottom));
}

#my_events.no_tabs .tab {
    bottom: 0px;
    transition: none;
}

#my_events .tab.active {
    display: block;
}

#my_events {
    background-image: var(--app-login-background-url);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 0;
    overflow: hidden;
}

#my_events .tab#code_tab .center_items {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    padding: 20px;
    max-width: 400px;
    max-height: 100%;
    overflow-y: auto;
    box-sizing: border-box;
}

body.fills_notch #my_events .tab#code_tab .center_items {
    margin-top: var(--safe-top);
}

#my_events .tab#code_tab .center_items input {
    margin-top: 30px;
    background-color: transparent;
    border-radius: 5px;
    border: 1px solid #cccccc;
    color: #a6a6a6;
    font-size: 20px;
    height: 60px;
    line-height: 60px;
}

#my_events .tab#code_tab .center_items .square_button {
    border-radius: 5px;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    box-shadow: 0 0 3px rgba(0, 0, 0, .3);
    height: 60px;
    line-height: 60px;
}

#my_events .tab#code_tab .center_items img {
    width: 60%;
    margin: auto;
    display: block;
}

#my_events .tab#event_list_tab {
    background-color: #fff;
}

#my_events .tab_menu {
    position: absolute;
    bottom: 0;
    height: 80px;
    left: 0;
    right: 0;
    z-index: 10;
    box-shadow: 0 0 3px rgba(0, 0, 0, .5);
    display: flex;
    background-color: #fff;
}

.keyboard #my_events .tab_menu {
    opacity: 0;
    pointer-events: none;
}

#my_events.no_tabs .tab_menu {
    display: none;
}

#my_events .tab_menu .tab_menu_item {
    flex: 1;
    flex-basis: 50%;
    color: grey;
    text-transform: uppercase;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 5px;
    font-size: 12px;
    position: relative;
    background-position: center 10px;
    background-size: 36px;
    background-repeat: no-repeat;
    background-color: #f2f2f2;
    border-top: 3px solid transparent;
}

#my_events .tab_menu .tab_menu_item i {
    font-size: 32px;
    margin-bottom: 8px;
    color: var(--color_bg_division_1);
}

#my_events .tab_menu .tab_menu_item.active {
    border-top: 3px solid var(--color_bg_division_1);
}

#my_events .tab_menu .tab_menu_item::before {
    content: '';
    position: absolute;
    right: 0;
    top: 0px;
    bottom: 0px;
    background-color: #e2e2e2;
    width: 1px;
}

#my_events .tab_menu .tab_menu_item:last-child::before {
    display: none;
}

#event_list_tab {
    overflow-y: auto;
}

body.fills_notch #my_events #event_list_tab {
    padding-top: var(--safe-top);
}

#event_list_tab .event_list {
    padding: 20px;
}

.eventListDiv #event_list_tab .event_list {
    padding: 15px;
    padding-top: 25px;
}
#event_list_tab .event_list_item {
    position: relative;
    display: flex;
    align-items: flex-start;
    padding: 10px;
    border-radius: 8px;
    background-color: #fff;
    box-shadow: 0 0 7px rgba(0, 0, 0, .3);
    margin-bottom: 10px;
    align-items: stretch;
}

#event_list_tab .event_list_item.signup {
    padding-bottom: 30px;
}

#event_list_tab .event_list_item .event_icon {
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    height: 86px;
    width: 86px;
    box-shadow: 0 0 5px rgba(0, 0, 0, .3);
    border-radius: 15px;
    position: relative;
    overflow: hidden;
}

#event_list_tab .event_list_item .event_icon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


#event_list_tab .event_list_item .event_icon .cancel_bt {
    position: absolute;
    width: calc(100% - 10px);
    font-size: 9px;
    background-color: #777;
    color: white;
    margin: 5px auto 0 auto;
    border-radius: 5px;
    padding: 2px 5px;
    padding-bottom: 3px;
    text-align: center;
    box-shadow: 1px 1px 2px rgb(0 0 0 / 30%);
    top: 100%;
}

#event_list_tab .event_list_item .event_description {
    display: flex;
    flex-direction: column;
    flex: 1;
    margin: 2px 0 2px 10px;
}

#event_list_tab .event_list_item .event_name {
    font-weight: bold;
    font-size: 14px;
    line-height: 16px;
    color: #404040;
}

#event_list_tab .event_list_item .event_data {
    font-size: 12px;
    line-height: 16px;
    color: #404040;
    transform: translateY(4px);
}

#event_list_tab .event_list_item .event_date {
    color: grey;
}

#event_list_tab .event_list_item .event_location {
    color: silver;
}

#event_list_tab .event_list_item .clear_cache {
    text-transform: uppercase;
    position: absolute;
    padding: 5px;
    bottom: 6px;
    right: 6px;
    border-radius: 3px;
    color: white;
    font-size: 8px;
}

#event_list_tab .event_list_item .enter_text {
    text-transform: uppercase;
    text-align: right;
    color: var(--color_bg_division_1);
    font-size: 12px;
    position: absolute;
    bottom: 6px;
    right: 10px;
}

.event_list_empty {
    display: none;
    position: absolute;
    top: 50%;
    transform: translateY(calc(-50%));
    left: 0;
    right: 0;
    text-align: center;
    color: silver;
    font-size: 16px;
    padding: 50px;
}

body.fills_notch .event_list_empty {
    transform: translateY(calc(-50% + var(--safe-top)));
}

.event_list_empty:first-child {
    display: block;
}

/* #exhibitors_index .section_title:nth-last-child(2) {
    display: none;
} */

.ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

@media screen and (max-width: 350px) {
    #event_list_tab .event_list {
        padding: 15px;
    }
    #event_list_tab .event_list_item .event_icon {
        height: 76px;
        width: 76px;
    }
    #event_list_tab .event_list_item .event_name {
        font-size: 12px;
        line-height: 14px;
    }
    #event_list_tab .event_list_item .event_data {
        font-size: 10px;
        line-height: 14px;
    }
    #event_list_tab .event_list_item .enter_text {
        font-size: 10px;
    }
}

.notifications_header_new {
    display: none;
    font-family: Text-Regular;
    position: absolute;
    top: 22px;
    right: 6px;
    background-color: rgba(255, 0, 0, .7);
    color: white;
    font-size: 8px;
    min-width: 14px;
    line-height: 14px;
    border-radius: 7px;
    border: 0px solid white;
    text-align: center;
}

#tabs .tab .notifications_header_new {
    bottom: 0;
    right: 0;
    top: unset;
}

.notifications_header_new.new {
    -webkit-animation-name: blinker;
    -webkit-animation-iteration-count: 5;
    -webkit-animation-direction: alternate-reverse;
    -webkit-animation-timing-function: linear;
    -webkit-animation-duration: .5s;
}

.notifications_header_new.new.reverse {
    -webkit-animation-name: blinker;
    -webkit-animation-iteration-count: 5;
    -webkit-animation-direction: alternate;
    -webkit-animation-timing-function: linear;
    -webkit-animation-duration: .5s;
}


@-webkit-keyframes blinker {
    from {
        opacity: 0.0;
    }

    to {
        opacity: 1.0;
    }
}


.settings_cards_container {
    display: flex;
    flex-wrap: wrap;
    padding: 5px;
}

.settings_card_container {
    flex: 0 0 50%;
    padding: 5px;
    box-sizing: border-box;
    height: 150px;
}

.settings_card {
    box-sizing: border-box;
    border-bottom: 1px solid silver;
    border-right: 1px solid silver;
    border-top: 1px solid #f2f2f2;
    border-left: 1px solid #f2f2f2;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    border-radius: 4px;
}

.settings_card .event_settings_powered_by{
    display: none;
    --powered-mask: url(../../img/powered.svg) no-repeat center;
    --powered-width: 150%;
    --powered-height: 30px;
    --powered-color: #000; /*var(--color_icon_clickable);*/
}
@supports(mask: var(--powered-mask)){
    .settings_card .event_settings_powered_by{
        display: block;
        mask: url(../img/powered.svg) no-repeat center;
        width: var(--powered-width);
        height: var(--powered-height);
        background-color: var(--powered-color);
    }
}
@supports(-webkit-mask: var(--powered-mask)){
    .settings_card .event_settings_powered_by{
        display: block;
        -webkit-mask: var(--powered-mask);
        width: var(--powered-width);
        height: var(--powered-height);
        background-color: var(--powered-color);
    }
}

#debug_user_data{
    position: absolute;
    top: 270px;
    right: 0;
    left: 0;
    bottom: 0px;
    overflow: scroll;
    margin: 0px !important;
}

.photofeed .hashtags_container {
    display: flex;
    flex-flow: row wrap;
}

.photofeed .hashtags_container .hashtag {
    position: relative;
    margin-right: 10px;
    height: 18px;
    padding: 0 5px;
    line-height: 18px;
    font-size: 10px;
    border: 1px solid var(--color_border);
    border-radius: 4px;
    color: #404040;
    cursor: pointer;
}

.photofeed .hashtags_container .hashtag.selected {
    background-color: grey;
    color: #fff !important;
}

#hashtag_selector {
    position: absolute;
    bottom: 86px;
    left: 7px;
    border-radius: 4px;
    box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, .3);
    font-size: 12px;
    line-height: 22px;
    padding: 5px 10px;
    z-index: -1;
    pointer-events: none;
    opacity: 0;
    transition: opacity .2s;
    color: #404040;
    background-color: #fff;
}

#hashtag_selector.show {
    z-index: 5;
    pointer-events: all;
    opacity: 1;
}

.header_overflow {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 80%;
}

.action_modal_overlay {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1000;
    transition: opacity .1s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    perspective: 1000px;
    will-change: opacity;
}

.action_modal_overlay.hide {
    opacity: 0;
}

.action_modal_overlay::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #000;
    opacity: 0;
    transition: opacity .2s;
    z-index: 1;
}

.action_modal_overlay.show::before {
    opacity: .4;
}

#action_modal .action_modal {
    display: flex;
    flex-direction: column;
    position: absolute;
    z-index: 5;
    overflow: hidden;
    background-color: #fff;
    opacity: 0;
    transform: translateY(100%);
    left: 0;
    right: 0;
    bottom: 0;
    border-top: 5px solid;
    transition: opacity .2s linear, transform .2s ease-out;
    height: auto;
    max-height: 70%;
    color: #404040;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    perspective: 1000px;
}

.wideapp #action_modal .action_modal,
#action_modal.popup .action_modal {
    top: 50%;
    left: 50%;
    min-width: 400px;
    max-width: 90%;
    transform: translate(-50%, -50%) scale(.8);
    box-shadow: 0 0 5px rgba(0, 0, 0, .8);
    transition: opacity .2s linear, transform .1s linear;
    border-radius: 2px;
    border: none;
    height: fit-content;
    bottom: unset;
}

#action_modal.show .action_modal {
    opacity: 1;
    transform: translateY(0);
}

.wideapp #action_modal.show .action_modal,
#action_modal.popup.show .action_modal {
    transform: translate(-50%, -50%) scale(1);
}


.action_modal .action_modal_title {
    padding: 15px;
    font-size: 16px;
    line-height: 20px;
    color: #404040;
    font-family: Text-Bold;
}

.action_modal .action_modal_subtitle {
    padding: 15px;
    font-size: 16px;
    line-height: 20px;
    color: #404040;
    overflow-y: auto
     /* font-family: Text-Bold; */
}

.action_modal .action_modal_content {
    display: flex;
    flex-direction: column;
    min-height: 0;
}

.action_modal .action_modal_title+.action_modal_subtitle {
    padding-top: 0;
}

.action_modal .action_modal_input {
    display: block;
    border: none;
    padding: 15px;
    width: 100%;
    font-size: 18px;
    border-bottom: 1px solid silver;
}

.action_modal textarea.action_modal_input {
    overflow: hidden;
}

.action_modal .action_modal_options {
    overflow-y: auto;
}

.action_modal .search_header {
    position: relative;
    flex: 0 0 44px;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, .5);
    border-radius: 0;
    margin: 0;
}

.action_modal .search_empty {
    position: absolute;
    width: 100%;
    text-align: center;
}

.action_modal .action_modal_option {
    font-size: 16px;
    line-height: 20px;
    padding: 15px 15px;
    position: relative;
    border-bottom: 1px solid #e2e2e2;
    cursor: pointer;
    display: flex;
    align-items: center;
}

.action_modal .action_modal_option.hide {
    display: none;
}

.action_modal .action_modal_option:first-child {
    border-top: 1px solid #e2e2e2;
}

.action_modal .action_modal_option.select_one.selected, .action_modal .action_modal_option.select_many.selected {
    font-family: Text-Bold;
}

.action_modal .action_modal_option img {
    margin-right: 10px;
    width: 22px;
    height: 22px;
    object-fit: contain;
    filter: brightness(100%) invert(.25)
}
.action_modal .action_modal_option .action_modal_icon {
    font-size: 24px;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    color: grey;
    margin-left: 10px;
}

.action_modal .action_modal_option i:not(.action_modal_icon) {
    color: silver;
    margin-right: 10px;
    font-size: 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 22px;
}

.action_modal .action_modal_option > span {
    flex: 1;
}

.action_modal .action_modal_option .action_modal_icon.on, .action_modal .action_modal_option.selected .action_modal_icon.off {
    display: none;
}

.action_modal .action_modal_option.selected .action_modal_icon.on {
    display: flex;
}

#search_custom_fields_profile {
    height: auto !important;
    font-size: 16px;
    padding: 20px;
    position: relative;
    border: none;
    margin: 0;
    text-align: left;
    box-shadow: none;
}

.action_modal_option.hide {
    display: none;
}

/* .action_modal .action_modal_option::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0px;
    right: 0px;
    border-top: 1px solid transparent;
    border-color: inherit;
} */

.action_modal .action_modal_buttons {
    display: flex;
    padding: 15px;
    align-items: center;
    justify-content: center;
}

.action_modal .action_modal_options+.action_modal_buttons,
.action_modal .action_modal_subtitle+.action_modal_buttons {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(rgba(255, 255, 255, 0), white);
}


.action_modal .action_modal_buttons:empty {
    display: none;
}

.action_modal .action_modal_button {
    font-size: 14px;
    text-align: center;
    padding: 10px;
    min-width: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 10px;
    border-radius: 4px;
    /* border-top: 1px solid #e2e2e2; */
    cursor: pointer;
}

.action_modal .action_modal_button.disabled {
    opacity: .5;
    pointer-events: none;
}

.action_modal .close {
    position: absolute;
    top: 0px;
    right: 0px;

    padding: 17px;
    padding-right: 10px;
    font-size: 20px;
}

.news_new {
    border-radius: 3px;
    z-index: 5;
    background-color: red;
    opacity: .7;
    font-size: 8px;
    border-radius: 40px;
    display: flex;
    height: 12px;
    padding: 0px 5px;
    align-items: center;
    padding-bottom: 1px;
    justify-content: center;
}

.news_new.number {
    border-radius: 40px;
    padding: 0;
    width: 13px;
    height: 13px;
}

.last_news {
    user-select: text;
    -moz-user-select: text;
    -webkit-user-select: text;
}

.last_news.title:empty {
    display: none;
}

.last_news.title:not(:empty) + .last_news.text.font_bold {
    font-family: 'Text-Regular' !important;
}

.last_news_timestamp {
    display: flex;
    align-items: center;
    font-size: 10px;
    margin-bottom: 3px;
}

.dashboard_list_shortcut:last-child {
    border-bottom: none;
}

#session_registration{
    margin: 10px 20px 20px 20px;
    font-size: 14px;
}
#session_registration .explain + .explain {
    margin-top: .2rem;
}
#session_registration .explain.slots{
    font-weight: bold;
}
#session_registration .block_button{
    font-size: 12px;
    margin-top: 10px;
    width: 60%;
    padding: 8px;
}
#session_check_in .status_off {
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 5px 20px;
}
#session_check_in .status_off.hide {
    display: none;
}
#session_check_in .connection_status_off {
    background-image: url('../../img/wifi_off.png');
    width: 22px;
    min-width: 22px;
    height: 22px;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-size: 80% 80%;
    background-position: 50% 42%;
    background-color: red;
}
#session_check_in .info_offline {
    font-size: 12px;
}
#session_check_in .refresh {
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    margin-left: auto;
}
#session_check_in .refresh .cg-icon-refresh {
    font-size: 20px;
    line-height: 35px;
    width: 35px;
    height: 35px;
}
.new_check_in.list_item {
    padding: 15px 20px;
    opacity: .5;
    pointer-events: none;
}
.new_check_in .status {
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 3px;
    top: 10px;
    right: 10px;
    z-index: 2;
}
.new_check_in .status .text {
    font-size: 11px;
    color: silver;
}
#session_check_in .list_description .fa-check {
    color: green;
    margin-right: 3px;
}
#session_check_in .list_description .fa-close {
    color: red;
    margin-right: 3px;
}
#session_check_in .page_tab.selected {
    background-color: var(--color_bg_division_1);
    color: white;
}
#session_check_in .page_tab {
    width: 100%;
}
#session_check_in .session_accesses .access_content {
    opacity: 0;
    pointer-events: none;
    will-change: opacity;
}
#session_check_in .access_content.active {
    opacity: 1;
    pointer-events: initial;
}
#session_check_in .access_list_item.list_item{
    padding: 15px 20px 15px 20px;
    border-radius: 6px;
}
#session_check_in .access_list_item .photo{
    align-self: flex-start;
}
#session_check_in .session_info {
    padding: 5px 20px;
}
.access_content:not(.registrations) .registration_count {
    display: none;
}
.access_content:not(.check_in) .check_in_count,
.access_content:not(.check_in) .check_in_add_info{
    display: none;
}
.access_content:not(.check_in) .recover {
    display: none;
}
.check_in .list_item .recover {
    position: absolute;
    bottom: 5px;
    right: 10px;
}
.check_in .list_item .recover .ask {
    font-size: 12px;
    color: var(--color_icon_clickable);
    align-self: flex-start;
    position: relative;
}
#session_check_in .bottom_buttons.card {
    font-size: 12px;
    text-transform: uppercase;
}
#session_check_in .bottom_buttons.hide {
    display: none;
}
#session_check_in .bottom_buttons.card i{
    margin-right: 5px;
}

.detail_description {
    /*padding: 10px 20px;*/
    margin: 10px 20px;
    font-size: 12px;
}
.detail_description:empty {
    display: none;
}

.short_description {
    font-size: 12px;
}

#lightbox {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    overflow: hidden;
    background-color: transparent;
    z-index: 99;
    opacity: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

#lightbox .content {
    width: 100%;
    height: 100%;
    position: relative;
    background-color: transparent;
}

#lightbox .overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
    opacity: .8;
    background-color: #000;
    z-index: -1;
}

#lightbox .close {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 36px;
    height: 36px;
    background-color: rgba(0, 0, 0, .8);
    border-radius: 6px;
    background-image: url(../../img/exit_fullscreen.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 30px;
    z-index: 500;
    transform: translateZ(0)
}

#lightbox.show {
    opacity: 1;
}

#lightbox.qrcode .overlay {
    opacity: 0.9;
    background-color: white;
}

#floorplan_map {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: visible;
    background: transparent;
    /*transition: bottom .2s;*/
}

#qrcode_page {
    background-color: #fff !important;
}

#floorplan_map .leaflet-div-icon {
    border: none;
    background: none;
}

#floorplan_map .pin {
    position: relative;
    font-size: 60px;
    line-height: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: translate(0, -120%) scale(.5);
    transition: transform .2s, color .2s;
}

#floorplan_map .pin.selected {
    align-items: center;
    transform: translate(0, -260%) scale(1);
}

#floorplan_map .pin::before {
    opacity: .7;
}


#floorplan_map .pin::after {
    position: absolute;
    content: "\e936";
    color: transparent;
}

#floorplan_map.animate {
    animation: floorplan_zoom 1.5s ease-in-out 0s 1 normal forwards;
}

@keyframes floorplan_zoom {
    50% {
        transform: scale(1.2);
    }
    100% {
        transform: scale(1);
    }

}

#map_info {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    max-height: 35vh;
    z-index: 1000;
}

body.loading #eventDiv *,
body.loading #eventDiv *::after,
body.loading #eventDiv *::before {
    transition: none !important;
    -webkit-transition: none !important;
}

.custom_input {
    border:none;
    padding: 0 20px;
    margin:auto;
    width:100%;
    height:50px;
    background-color:white;
    box-sizing:border-box;
}

textarea.custom_input {
    height: 100px;
    padding: 15px 20px;
}

.custom_select {
    padding: 14px 20px;
    color: #404040;
    font-size: 12px;
    text-transform: uppercase;
    position: relative;
    text-overflow: ellipsis;
    cursor: pointer;
    display: flex;
    align-items: center;
    margin-bottom: -6px;
}

.custom_select .empty_text {
    margin-bottom: 6px;
    height: 22px;
    line-height: 22px;
}

.custom_select.choose_many {
    flex-wrap: wrap;
    height: inherit;
}

.custom_select::before {
    content: "\e947";
    font-family: Icons;
    position: absolute;
    right: 15px;
    top: calc(50% + -1px);
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    color: silver;
    font-size: 10px;
    z-index: 10;
    pointer-events: none;
}

.capture_photo,
.capture_video,
.select_photo,
.select_video,
.select_avatar {
    padding-left: 40px;
    height: 30px;
    line-height: 30px;
    background-position: left center;
    background-size: contain;
    background-repeat: no-repeat;
    opacity: .5;
    position: relative;
}

.select_photo,
.select_video {
    background-image: url(../../img/gallery_black.png);
}

.capture_photo {
    background-image: url(../../img/camera_black.png);
}

.capture_video {
    background-image: url(../../img/video_black.png);
}
.select_avatar::before {
    content: '';
    background-image: url(../../img/icon_white_photo.png);
    filter: invert(1);
    background-color: transparent;
    position: absolute;
    height: 100%;
    width: 30px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    left: 0;
}

#empty_list_participants {
    display: none;
}

#profiles_list:empty+#empty_list_participants {
    display: flex;
}

#searchDiv.searching #search_placeholder,
#searchDiv #search_empty,
#searchDiv.has_text #search_placeholder,
#searchDiv #search_searching {
    display: none;
}

#searchDiv.searching #search_results:empty~#search_searching,
#searchDiv.has_text:not(.searching) #search_results:empty~#search_empty {
    display: block;
}

#quests {
}

#quests .quests_container {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    overflow: hidden;
}

#quests .list_page {
    transition: bottom .2s;
}

#quests .quest_list {
    display: flex;
    flex-wrap: wrap;
    padding: 10px;
    padding-top: 0;
    padding-bottom: 50px;
    box-sizing: border-box;
    align-items: baseline;
}

#quests .quests_image {
    display: block;
    width: 100%;
    /* animation-name: quests; */
    animation-duration: 800ms;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    animation-direction: alternate-reverse;
    transform-origin: 90px 0px;
}

@keyframes quests {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(4);
    }
}

#quests .quests_description {
    margin: 20px;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
}

#quests .quest_list .quest {
    flex-basis: calc(33% - 9px);
    margin: 5px;
    margin-bottom: 10px;
    box-sizing: border-box;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#quests .quest_list .quest .quest_image {
    background-position: center;
    background-repeat: no-repeat;
    background-size: 80%;
    padding-bottom: 95%;
    width: 100%;
    filter: grayscale(100%);
}

#quests .quest_list .quest.completed .quest_image {
    filter: none;
    opacity: 1;
}

#quests .quest_list .quest.selected {
    /* filter: none; */
    opacity: .7;
}

#quests .quest_list .quest .quest_title {
    font-size: 9px;
    text-align: center;
    margin-top: 0px;
    padding: 2px 8px;
    border-radius: 10px;
}

#quests .quest_detail {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 20px 20px;
    padding-bottom: 58px;
    transform: translateY(calc(100% + 50px));
    transition: transform .2s;
    z-index: 10;
    box-shadow: 0 0 10px rgba(0, 0, 0, .3);
    background-color: #f2f2f2;
    display: flex;
    flex-direction: column;
}

#quests .quest_detail::before {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    background-color: #f2f2f2;
    bottom: 100%;
    width: 84px;
    border-top-left-radius: 42px;
    border-top-right-radius: 42px;
    height: 44px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .3);
    z-index: -2;
}

#quests .quest_detail::after {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    background-color: #f2f2f2;
    bottom: calc(100% - 6px);
    width: 88px;
    height: 6px;
    z-index: -1;
}

#quests .quest_detail.show {
    transform: translateY(0);
}

#quests .quest_detail .title {
    text-align: center;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 22px;
    margin-top: 5px;
    font-family: Text-Bold;
}


#quests .quest_detail .text {
    font-size: 12px;
    max-height: 12vh;
    padding-bottom: 20px;
    overflow-y: auto;
    flex: 1;
    min-height: 0;
}

#quests .quest_detail .bottom_buttons::before {
    content: '';
    position: absolute;
    bottom: 58px;
    left: 0;
    right: 0;
    height: 25px;
    background: linear-gradient(rgba(255, 255, 255, 0), #f2f2f2);
}

#quests .quest_detail .image {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 50px;
    top: -30px;

}

#quests .divider {
    position: relative;
    width: calc(50% - 50px);
    height: 1px;
    margin: 20px;
    overflow: visible;
}

#quests .divider::before {
    content: "\e944\e944\e944";
    font-family: Icons;
    position: absolute;
    left: calc(100% + 4px);
    height: 14px;
    font-size: 14px;
    line-height: 14px;
    letter-spacing: 5px;
    transform: translateY(-50%);
}

#quests .divider::after {
    content: '';
    position: absolute;
    left: calc(100% + 60px);
    width: calc(100%);
    height: 1px;
    background-color: inherit;
}

#toast-container .quest_toastr {
    background-color: #f2f2f2 !important;
    box-shadow: 0 0 5px rgba(0, 0, 0, .5);
    background-image: none !important;
    padding: 8px !important;
}

#toast-container  .quest_toastr .toast-message {
    font-family: 'Text-Regular';
}

.dial {
    position: absolute;
    top: 50%;
    left: 20px;
    right: 20px;
    height: 50vw;
    transform: translateY(-50%);
    border-bottom: 2px solid silver;
}

.pointer {
    position: absolute;
    left: calc(50% - 10px);
    bottom: -10px;
    transform: rotate(-90deg);
    width: 20px;
    height: 20px;
    border-radius: 50%;
    overflow: visible;
    background-color: black;
    z-index: 1;
    transition: transform .3s;
}

.pointer::before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: calc(50vw - 40px) solid black;
    bottom: 10px;
    animation-duration: 100ms;
    animation-iteration-count: infinite;
    transform-origin: center bottom;
    animation-direction: alternate-reverse;
    animation-timing-function: linear;
}

.pointer.active::before {
    animation-name: pointer;
}

@keyframes pointer {
    0% {
        transform: rotate(-4deg);
    }

    100% {
        transform: rotate(4deg);
    }
}

.percent_feedback {
    margin-top: 10vh;
}

.percent_bar {
    position: relative;
    width: 20%;
    height: 50vh;
    margin: 10px auto;
    cursor: pointer;
    border: 10px solid white;
    border-radius: 0.5rem;
    box-shadow: 0 0 10px rgb(0,0,0,10%);
}

.percent_bar::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    box-shadow: 0 0 10px rgba(0,0,0,.15) inset;
    pointer-events: none;
    z-index: 2;
}

.percent_bar .slider {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}

.percent_bar .handler {
    position: absolute;
    left: -10px;
    right: -10px;
    bottom: 0;
    border-bottom: 2px solid white;
    box-shadow: 0 0 10px rgb(0,0,0,40%);
}

.percent_bar .handler::after {
    content: '';
    position: absolute;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxMDAgMzAiPjxyZWN0IHdpZHRoPSIxMDAiIGhlaWdodD0iMzAiIHJ4PSIxMiIgZmlsbD0iI2NjYyIvPjxsaW5lIHgxPSIyNSIgeTE9IjkiIHgyPSI3NSIgeTI9IjkiIGZpbGw9Im5vbmUiIHN0cm9rZT0iZ3JheSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiIHN0cm9rZS13aWR0aD0iMiIvPjxsaW5lIHgxPSIyNSIgeTE9IjE1IiB4Mj0iNzUiIHkyPSIxNSIgZmlsbD0ibm9uZSIgc3Ryb2tlPSJncmF5IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIgc3Ryb2tlLXdpZHRoPSIyIi8+PGxpbmUgeDE9IjI1IiB5MT0iMjEiIHgyPSI3NSIgeTI9IjIxIiBmaWxsPSJub25lIiBzdHJva2U9ImdyYXkiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiBzdHJva2Utd2lkdGg9IjIiLz48L3N2Zz4=");
    background-size: auto 20px;
    background-repeat: no-repeat;
    background-position: center;
    height: 20px;
    top: -10px;
    left: 0;
    right: 0;
}

.agree,
.disagree {
    margin: 20px;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
}

.point_feedback {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    padding-bottom: 100%;
    transform: translateY(-50%);
    user-select: none;
}

.point_feedback .axis_text {
    position: absolute;
    text-align: center;
    font-weight: bold;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding-top: 3rem;
    pointer-events: none;
    font-size: 14px;
    line-height: 16px;
}

.point_feedback .axis_text.bottom {
    top: calc(100% - 80px);
    padding-top: 1rem;
}

.point_feedback .axis_text.left {
    transform: rotateZ(-90deg);
}

.point_feedback .axis_text.right {
    transform: rotateZ(90deg);
}

.point_feedback .graph {
    position: absolute;
    background-color: white;
    left: 80px;
    right: 80px;
    top: 80px;
    bottom: 80px;
    cursor: pointer;    
    box-shadow: 0 0 10px rgb(0,0,0,10%);
}

.point_feedback .graph::before,
.point_feedback .graph::after {
    content: '';
    position: absolute;
    left: calc(50% - 1px);
    top: 0;
    bottom: 0;
    width: 2px;
    background-color: #404040;
    z-index: 5;
}

.point_feedback .graph::after {
    left: 0;
    right: 0;
    top: calc(50% - 1px);
    bottom: unset;
    height: 2px;
    width: unset;
}

.point_feedback .graph .graph_point {
    position: absolute;
    left: 75%;
    top: 25%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    height: 30px;
    width: 30px;
    box-shadow: 0 0 3px rgba(0, 0, 0, .5);
    z-index: 10;
    animation-name: scale_point;
    animation-duration: 1s;
    animation-direction: alternate;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

.point_feedback .graph span {
    position: absolute;
    background-color: white;
    top: 10%;
    bottom: 10%;
    left: 10%;
    right: 10%;
    border-radius: 50%;
}

@keyframes scale_point {
    0% {
        transform: translate(-50%, -50%) scale(1);
    }
    100% {
        transform: translate(-50%, -50%) scale(1.1);
    }
}

.point_feedback .graph .graph_lines {
    position: absolute;
    border: 1px dashed grey;
    z-index: 2;
    left: 50%;
    bottom: calc(50% - 1px);
    height: 25%;
    width: 25%;
}

.session_signup_rules {}

.session_signup_rules .rule {
    position: relative;
    font-size: 12px;
    line-height: 30px;
    padding-left: 30px;
}

.session_signup_rules .rule::before {
    content: "\e90c";
    position: absolute;
    left: 0;
    top: 0;
    width: 30px;
    height: 30px;
    font-size: 28px;
    text-align: center;
    line-height: 32px;
    color: red;
}

.session_signup_rules .rule.true::before {
    content: "\e920";
    font-family: Icons;
    color: green;
    font-size: 14px;
}

.session_groups_card {
    position: relative;
    margin: 15px;
    padding: 10px;
    padding-bottom: 50px;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, .5);
}


.session_groups_card .session_groups_card_group,
.session_groups_card .session_groups_card_session {
    display: flex;
    align-items: center
}

.session_signups_remove {
    position: absolute;
    left: 20px;
    top: 67px;
    width: 27px;
    height: 27px;
    line-height: 29px;
    background-color: red;
    border-radius: 50%;
    opacity: .6;
    background-image: url(img/browser_close.png);
    background-size: 19px;
    background-repeat: no-repeat;
    background-position: center;
}

#session_signups_list:empty+.info_div {
    display: flex !important;
}

#qr_reader {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0,0,0,.95);
    z-index: 1000;
    display: grid;
    transition: clip-path .2s ease-out;
    clip-path: inset(0);
}

#qr_reader.hide {
    transition: clip-path .150s ease-in;
    clip-path: inset(100%);
}

#qr_reader:before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;  
    transform: translate(-50%,-50%);
    width: var(--side, 300px);
    height: var(--side, 300px);
    box-shadow: 0 0 0 100vmax rgba(0,0,0,.7);
    z-index: 10;
    border-radius: 20px;
}

#qr_reader canvas {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    z-index: 3;
}

#qr_reader .status {
    position: absolute;
    left: 50%;
    top: 50%;  
    transform: translate(-50%,-50%);
    z-index: 50;  
}

#qr_reader .status img {
    width: 60px;
}

#qr_reader .status i {
    font-size: 60px;
    color: #aaa;
}

#qr_reader[data-status=loading] .status i,
#qr_reader[data-status=off] .status .loading,
#qr_reader[data-status=on] .status > * {
    display: none;
}

#qr_reader video {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: contain;
    z-index: 2;
}

#qr_reader .device_actions {
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 20;
    display: grid;
    gap: 20px;
    grid-auto-flow: column;
}

#qr_reader[data-status=loading] .device_actions {
    pointer-events: none;
}

#qr_reader .device_actions > i {
    color: #aaa;
    font-size: 32px;
    cursor: pointer;
}

#qr_reader .device_actions > i.hide {
    display: none;
}

.warning_container {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    font-size: 12px;
    transform: translateY(-100%);
    background-color: #f2f2f2;
    box-shadow: 0 0 3px black;
}

.warning {
    position: relative;
    padding: 15px 20px;
    padding-right: 36px;
}

.warning + .warning {
    border-top: 1px solid #d2d2d2;
}

.warning .close {
    position: absolute;
    top: 23px;
    right: 9px;
    transform: translateY(-50%);
    font-size: 23px;
    line-height: 15px;
    padding: 5px;
    opacity: 1;
    border-radius: 4px;
    display: flex;
    align-items: center;
}

.warning .close i {
    font-size: 18px;
}

.photofeed_widgets {
    display: grid;
    gap: 10px;
    padding: 10px;
    background: white;
}

.photofeed_widgets:empty {
    display: none;
}

.photofeed_stories {
    overflow-x: auto;
    display: flex;
    align-items: center;
    margin-inline: -10px;
    padding: 0 10px;
    padding-bottom: 3px;
}

.photofeed_stories:last-child {
    padding-bottom: 10px;
    margin-bottom: -10px;
}

.photofeed_stories .stories_list {
    display: flex;
    min-width: 0;
}

.photofeed_stories .story_avatar {
    margin-right: 10px;
    margin-top: 3px;
    position: relative;
    cursor: pointer;
    flex: 0 0 50px;
    min-width: 0;
}

#twitter_feed .post_user_text {
    font-size: 14px;
    line-height: 18px;
}
#twitter_feed .photofeed .post_header .post_user_avatar {
    border: 2px solid #efecea;
    box-shadow: 0px 0px 0px 2px #4a4c58;
}
#twitter_feed .photofeed .photofeed_subtitle {
    padding: 10px 10px;
}
#twitter_feed .photofeed .post_container.quote {
    background-color: #f7f7f7;
    border: 1px solid #e1e8ed;
    padding: 10px 5px;
    margin: 0px 10px;
    border-radius: 6px !important;
}
#twitter_feed .photofeed .post_content.image:not(:last-child) {
    margin-bottom: 10px;
}
#twitter_feed .photofeed_widgets {
    display: none;
}

#instagram_feed .post_user_text {
    position: relative;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 14px;
    line-height: 18px;
}
#instagram_feed .photofeed .post_header .post_user_avatar {
    border: 2px solid #efecea;
    box-shadow: 0px 0px 0px 2px #4a4c58;
}
#instagram_feed .photofeed .photofeed_subtitle {
    padding: 10px 10px;
}
#instagram_feed .photofeed .read_more {
    display: none;
    position: absolute;
    bottom: 0px;
    right: 0px;
    z-index: 10;
    padding: 0px 7px 0px 40px;
    background-color: white;
    background: linear-gradient(90deg, transparent 0%, white 30%);
    cursor: pointer;
    color: #acacac !important;
}
#instagram_feed .photofeed .read_more:hover {
    color: var(--color_icon_clickable) !important;
}
#instagram_feed .photofeed .post_user_info {
    grid-template-rows: auto minmax(0, 1fr);
}
#instagram_feed .photofeed_widgets {
    display: none;
}

#instagram_feed .post_user_subtitle,
#twitter_feed .post_user_subtitle {
    color: var(--color_icon_clickable) !important;
}
#instagram_feed .post_user_subtitle:after,
#twitter_feed .post_user_subtitle:after {
    font: normal normal normal 14px/1 ForkAwesome;
    content: "\f08e";
    display: inline-block;
    font-size: 10px;
    padding-left: 3px
}

.story_avatar.my_story .add {
    position: absolute;
    top: -2px;
    right: -3px;
    height: 14px;
    width: 14px;
    background-image: url(../../img/plus_white.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 50%;
    border: 1px solid white;
    z-index: 1;
}

.story_avatar .new {
    position: absolute;
    top: -2px;
    right: -9px;
    font-size: 8px;
    height: 13px;
    line-height: 13px;
    color: white;
    background-color: grey;
    border-radius: 8px;
    padding: 0 3px 0px 3px;
    z-index: 10;
    border: 1px solid white;
}

.story_avatar .photo {
    position: relative;
    width: 100%;
    border-radius: 50%;
    box-shadow: 0 0 3px rgba(0,0,0,.5);
    background-color: #cccccc;
    object-fit: cover;
    height: 50px;
}

.story_avatar .name {
    font-size: 9px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: center;
}

.story_container {

    background-color: #000;
}

.swiper-wrapper.stories {
    transition-timing-function: linear;
    -webkit-transition-timing-function: linear;
}

.story_container .swiper {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.story_container .story_content {
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    background-color: #000
}

.story_container .timeline {
    display: flex;
    top: 0;
    bottom: unset;
    position: absolute;
    /* background-color: rgba(0,0,0,.5); */
    z-index: 10;
    transform: translate3d(0,0,0);

}

.story_container .timeline.hidden {
    opacity: 0;
    pointer-events: none;
}

.story_container .timeline .bullet {
    flex: 1;
    margin: 4px;
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 5px;
    height: 3px;
    z-index: 10;
    position: relative;
    opacity: 1; 
    overflow: hidden;
}

.story_container .timeline .bullet + .bullet {
    margin-left: 0;

}

.story_container .timeline .bullet.swiper-pagination-bullet-active  {
    background-color: rgba(255, 255, 255, .2);
}
/* .story_container .timeline.auto .bullet.swiper-pagination-bullet-active  {
    background-color: rgba(255, 255, 255, 0.2);
} */
.story_container .timeline .bullet .progress {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transform: scaleX(0);
    transform-origin: left;
    background-color: #f2f2f2;
    opacity: 0;
    transition: opacity .2s linear, transform 0s linear .2s;
}

.story_container .timeline .bullet.active .progress {
    transform: scaleX(1);
    opacity: 1;
}

.story_container .post_detail {
    position: absolute;
    top: 20px;
    left: 10px;
    border-radius: 7px;
    /* background-color: rgba(0,0,0,.5); */
    color: white;
    font-size: 12px;
    padding: 10px 15px;
    max-width: 40%;
}

.story_container .post_detail .post_data {
    position: relative;
    padding-left: 35px;
    font-size: 10px;
    transform: translateZ(0);
}
.post_data .avatar {
    position: absolute;
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border-radius: 50%;
    left: 0px;
    background-color: #cccccc;
}

.post_data .name {
    margin-left: 5px;
}

.post_data .date {
    margin-left: 5px;
}

.story_container .post_text {
    position: absolute;
    color: white;
    font-size: 10px;
    width: auto;
    padding: 8px 10px;
    bottom: 60px;
    background-color: rgba(0,0,0,.5);
    border-radius: 4px;
    outline: none;
    transform: translate3d(0,0,0);
    border: none;
    overflow: hidden;
    border: 1px solid transparent;
}
.story_container .new_post_slide textarea {
    white-space: nowrap;
    right: 8px;
}

.story_container ::placeholder {
    color: #fff;
    opacity: 1;
}

.story_container .post_text:focus {
    border: 1px solid white;    
}

.stories_modal .actions,
.stories_modal .close {
    position: absolute;
    top: 20px;
    right: 12px;
    width: 34px;
    height: 34px;
    border-radius: 7px;
    color: white;
    background-image: url(../../img/close_button.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 12px;
    z-index: 30;
}

.stories_modal .actions {
    right: 48px;
    background-image: url('../../img/post_more.png');
    background-size: 20px;
    filter: brightness(0) invert(1);
}

.story_container .gradient {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 77px;
    background: -webkit-linear-gradient(rgba(0,0,0,.7), rgba(0,0,0,0));
}

.story_container .bottom_buttons {
    transform: translate3d(0,0,0);
}
.story_container .bottom_button {
    background-color: rgba(0,0,0,.5);
}

.story_container .bottom_button_input .placeholder {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    pointer-events: none;
    color: #f2f2f2;
    z-index: 1;
    padding: 11px;
    font-size: 12px;
}

.story_container .bottom_buttons .bottom_button_input .placeholder.hidden {
    opacity: 0;
}

.story_container .like {
    background-image: url(../../img/heart_off.png);
}
.story_container .like.on {
    background-image: url(../../img/heart_on.png);
}

.story_swiper {
    transform: translate3d(0,0,0)
}

#tabs {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 60px;
    box-shadow: 0 0 3px rgba(0,0,0,.5);
    display: none;
    background-color: white;
    z-index: 7;
}

#tabs .tab.tab_spacer {
    flex: .5;
    padding: 0;
}

#tabs .tab_header + .tab.tab_spacer {
    flex: 1 !important;
}

#tabs .tab {
    flex: 1;
    position: relative;
    cursor: pointer;
}

#tabs .tab.hide {
    display: none;
}

#tabs .tab:active,
#tabs .tab.active {
    background-color: #f2f2f2;
}

#tabs .tab.tab_spacer:active,
#tabs .tab.tab_spacer.active {
    background-color: transparent;
}

#tabs .tab .icon {
    margin: 5px auto;
    margin-bottom: 0;
    height: 60%;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: var(--icon);
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

#tabs .tab .name {
    font-size: 9px;
    line-height: 12px;
    text-align: center;
    margin: 4px 5px;
}

#tabs .tab .back .icon {
    width: 25px;
    height: auto;
}

body.stream_layout #tabs {
    background-color: var(--color_bg_tab, var(--color_bg_division_1, initial)) !important;
}

body.stream_layout #tabs .name {
    color: var(--color_tab, #fff) !important;
}

body.mobile_layout #tabs {
    background-color: var(--color_mobile_tab_bg, var(--color_bg_tab, var(--color_bg_division_1, initial))) !important;
}

body.mobile_layout #tabs .name {
    color: var(--color_mobile_tab_text, var(--color_tab, #fff)) !important;
}

body.mobile_layout #tabs .tab:active,
body.mobile_layout #tabs .tab.active {
    background-color: var(--color_mobile_tab_bg_active, initial);
}

body.mobile_layout.fills_notch.has_bottom_notch #tabs .tab:active,
body.mobile_layout.fills_notch.has_bottom_notch #tabs .tab.active {
    background: linear-gradient(var(--color_mobile_tab_bg_active, initial), rgba(0,0,0,0));
}

body.mobile_layout #tabs .tab.active.active_color .icon {
    background-image: none;
    background-color: var(--color_mobile_tab_icon_active, initial);
}

body.mobile_layout #tabs .tab.inactive_color .icon {
    background-image: none;
    background-color: var(--color_mobile_tab_icon, initial);
}

body.mobile_layout #tabs .tab.active.active_color .icon,
body.mobile_layout #tabs .tab.inactive_color .icon {
    mask: var(--icon);
    mask-size: contain;
    mask-position: center;
    mask-repeat: no-repeat;
    -webkit-mask: var(--icon);
    -webkit-mask-size: contain;
    -webkit-mask-position: center;
    -webkit-mask-repeat: no-repeat;
}

#tabs .tab svg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

#tabs .tab + .tab::before {
    /*content: '';*/
    position: absolute;
    left: 0;
    top: 0px;
    bottom: 0px;
    background-color: #e2e2e2;
    width: 1px;
}

#tabs:has(> :last-child:nth-child(1)) {
    display: none;
}

.stories_modal, .stories_swiper {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
}

.floating_button {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 1px 1px 5px rgba(0,0,0,.8);
    border-radius: 50%;
    z-index: 10;
}

.story_content.my_story .post_text {
}

.story_content.my_story .likes {
    background-image: url(../../img/heart_on.png);
}

.story_content.my_story .comments {
    background-image: url(../../img/comment_white.png);
}


.pull_to_refresh {
    position: absolute;
    bottom: 100%;
    left: 0;
    right: 0;
}


.pull_to_refresh .refresh_icon {
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    will-change: transform;
    animation-duration: 600ms;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

.pull_to_refresh .refresh_icon.animate {
    animation-name: rotate_refresh;
}

@keyframes rotate_refresh {
    0% {
        transform: translateX(-50%) rotateZ(0);
    }
    100% {
        transform: translateX(-50%) rotateZ(360deg);
    }
}

.pull_to_refresh .refresh_icon::before {
    content: "\e940";
    font-family: Icons;
    font-size: 30px;
    color: inherit;
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}

.pull_to_refresh .refresh_icon.animate {
    animation-name: rotate_refresh;
}

.pull_to_refresh .message_refresh {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    font-size: 9px;
    line-height: 9px;
    padding: 4px;
    bottom: 0;
    color: grey;
}

.intervention_card {
    position: relative;
    margin: 10px;
    padding: 10px;
    border-right: 1px solid silver;
    border-bottom: 1px solid silver;
    border-top: .5px solid #f2f2f2;
    border-left: .5px solid #f2f2f2;
    font-size:10px;
}

.intervention_card .intervention_info { 
    display:flex;
}

.intervention_card .intervention_image{
    flex-shrink: 0;
	flex-basis: 40px;
	height:40px;
    margin-right: 10px;
}
.intervention_card .intervention_image img{ 
    width: 100%; 
}
.intervention_card .intervention_text { 
    display:flex;
    flex-direction:column;
    justify-content:center;
}

.intervention_card .intervention_title{
    font-size:12px;
    line-height: 16px;
}

.intervention_card .intervention_subtitle{
    margin-top: 5px;
}

.intervention_card .intervention_actions {
    margin: 10px -5px -5px 0px;
    text-align: right;
}

.intervention_card .intervention_button{
    display: inline-block;
    padding: 4px 6px 3px 5px;
    border-radius: 3px;
    font-size: 12px;
    line-height: 12px;
}

.intervention_card .intervention_button::after {
    padding-left: 7px;
    vertical-align: middle;
    display: inline-block;
    font-family: Icons;
    content: "\e932";
    margin-top: -4px;
}

.intervention_card .intervention_speakers {
    margin-top: 8px;
    display: flex;
    flex-wrap: wrap;
}

.intervention_card .intervention_speakers .inline_divider {
    display: none;
}

.intervention_card .intervention_subtitle:empty {
    display: none;
}

.intervention_card .intervention_speakers:empty {
    display: none;
}

.intervention_card .intervention_speaker {
    display: inline-flex;
    align-items: center;
    padding: 3px 5px;
    background-color: #f2f2f2;
    /* border: 1px solid gray; */
    border-radius: 5px;
    margin-right: 3px;
    line-height: 18px;
    white-space: nowrap;
    margin-bottom: 3px;
}

.intervention_card .intervention_speaker img {
    flex-shrink: 0;
    flex-basis: 30px;
    height: 30px;
    margin-right: 5px;
    border-radius:50%;
}

.intervention_card .intervention_speaker_name {
    background-color: #e2e2e2;
    padding: 1px 5px;
    border-radius: 2px;
    margin-right: 3px;
    line-height: 18px;
    white-space: nowrap;
    margin-bottom: 3px;
}

.intervention_card .intervention_speaker::before {
    padding-right: 2px;
    vertical-align: middle;
    display: inline-block;
    font-family: Icons;
    /* content: "\e949"; */
    margin-top: -3px;
    font-size: 11px;
    opacity:0.6;
}

.session_list_item .intervention_card {
    background-color: #f2f2f2 !important;
    margin: 10px 5px 10px 0;
    padding: 7px 10px;
}

.session_list_item .intervention_card .intervention_speakers {
    margin-top: 5px;
}

.session_list_item .intervention_card .intervention_speaker {
    background-color: transparent;
    pointer-events: none;
    padding: 0;
    line-height: 1;
}

.session_list_item .intervention_card .intervention_speaker img {
    display: none;
}

.session_list_item .intervention_card .intervention_speaker .inline_divider {
    display: initial;
}

.session_list_item .intervention_card .intervention_actions {
    display: none;
}

.intervention_card.has_bookmark {
    padding-left: 40px;
}

.intervention_card.has_bookmark .bookmark {
    display: flex;
}

.intervention_card .bookmark {
    border: none;
    display: none;
}

.intervention_card .intervention_rating {
    margin-top: 5px;
}

.intervention_card .intervention_rating .rating {
    width: min(50%, 200px);
    margin-left: auto;
}

.intervention_card .intervention_rating .rating .stars {
    margin-left: 5px;
    flex: 1;
    min-width: 0;
}

#session_index.agenda .session_list_item:not(.favorite):after {
    content: '';
    position: absolute;
    inset: 0;
    background-color: rgba(255,255,255,.5);
    z-index: 1;
    pointer-events: none;
}

#session_index.agenda .session_list_item:not(.favorite) .session_interventions {
    z-index: 2;
}

.content_columns{
    display: grid;
    grid-template-columns: 1fr 1fr;
}
.content_columns .content_block{
    grid-column:1/3
}

.component_load{ max-width: 40px; margin: 5px; }
.rating{
    width: 100%;
    height: 100%;
    display:flex;
}
.rating.full_width{
    height: 13vw;
    max-height: 60px;
    margin: 10px 0px;
    max-width: 500px;
    justify-content: space-evenly;
}
.rating .stars{
    background-image: url('../../img/faces_sprite.png');
    height: 100%;
    flex: 0 0 auto;
    background-size: 500%;
    background-repeat: no-repeat;
    cursor: pointer;
}
.star_1{ background-position-x: 0; }
.star_2{ background-position-x: 25%; }
.star_3{ background-position-x: 50%; }
.star_4{ background-position-x: 75%; }
.star_5{ background-position-x: 100%; }

.checkbox_component.center{ justify-content: center; }
.weather {
    margin: 10px 0px;
    position: relative;
    min-height: 30px;
}
.weather .info_div {
    margin: auto;
}
.weather .weather_days {
    display: grid;
    gap: 15px 5px;
    justify-content: center;
    align-items: center;
    grid-template-columns: repeat(auto-fit, minmax(70px, 1fr));
}
.weather .info {
    display: none;
    text-align: center;
    color: #A6A6A6;
    margin-top: 10px;
    font-size: 8px;
}
.weather .day_item {
    text-align: center;
}
.weather .day_item .date {
    font-size: 10px;
    color: #A8A8A8;
    text-transform: uppercase;
}
.weather .day_item .day_title {
    font-size: 10px;
    color: #A8A8A8;
    text-transform: uppercase;
}
.weather .day_item .condition_icon {
    height: 40px;
    margin-top: 5px;
}
.weather .day_item .temperature {
    margin-top: -2px;
    line-height: 12px;
}
.weather .day_item .temp_max {
    font-size: 15px;
}
.weather .day_item .temp_min {
    font-size: 13px;
    color: #7f7f7f;
}
.weather .day_item sup {
    font-size: 10px;
    margin-right: -1px;
}

.exchange {
    --color: var(--color_bg_division_1);
    --border-radius: 8px;
    text-align: center;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 2px;
    overflow: hidden;
    background-color: var(--color);
    border-radius: var(--border-radius);
}
.exchange .coin {
    border: 2px solid var(--color);
}
.exchange .coin:nth-child(1) {
    border-radius: var(--border-radius) 0 0 var(--border-radius);
    border-right: none;
}
.exchange .coin:nth-child(2) {
    border-radius: 0 var(--border-radius) var(--border-radius) 0;
    border-left: none;
}
.exchange .coin .name {
    padding: 10px 0;
    color: white;
    background-color: var(--color);
    font-weight: bold;
    font-size: 30px;
    text-transform: uppercase;
    border-bottom: 2px solid var(--color);
}
.exchange .coin input {
    font-size: 25px;
    padding: 15px 0em;
    text-align: center;
    border: none;
    width: 100%;
    background-color: rgba(255,255,255,.8);
}
.exchange .coin:nth-child(1) input{
    border-bottom-left-radius: calc(var(--border-radius) - 2px);
}
.exchange .coin:nth-child(2) input{
    border-bottom-right-radius: calc(var(--border-radius) - 2px);
}

#next_sessions{
    margin: 20px 0px 20px 0px;
    opacity: 1;
    transition: opacity 1s ease-in-out;
    -webkit-transition: opacity 1s ease-in-out;
}
#next_sessions:empty{
    opacity: 0;
}

.allows_visible_fields{
    display: flex;
    margin: 0px 20px 20px 20px;
    width: 210px;
}
.allows_visible_fields .label{
    align-self: center;
    font-size: 12px;
    line-height: 12px;
    margin-left: -7px;
    width: 160px;
}
.cg-icon-checkbox-no:before { content: "\e91c"; }
.cg-icon-checkbox-yes:before { content: "\e91b"; }

.search_terms{
    display: flex;
    flex-flow: row wrap;
    margin: -5px 15px 0px 15px;
    padding-bottom: 5px;
    margin-bottom: 0;
}
.search_term{
    position: relative;
    margin: 5px 10px 0px 0px;
    height: 18px;
    padding: 0 5px;
    line-height: 18px;
    font-size: 10px;
    border: 1px solid grey;
    border-radius: 4px;
}
.search_label{
    position: relative;
    margin: 5px 5px 0px 0px;
    padding-top: 2px;
    height: 18px;
    line-height: 18px;
    font-size: 10px;
}

.checkboxes_modal{ position:absolute;top:0;bottom:0;left:0;right:0; }
.checkboxes_modal .preamble {
    font-size: 12px;
    margin-bottom: 20px;
}

.option_button#ongoing_session { 
    background-color: grey;
}

.option_button#ongoing_session span.on,
.option_button#ongoing_session.ongoing span.off {
    display: none;
}

.option_button#ongoing_session.ongoing span.on {
    display: inline;
}

.option_button#ongoing_session i {
    width: 10px;
    height: 10px;
    border: 2px solid white;
    border-radius: 50%;
    background-color: red;
    flex-shrink: 0;
}

.option_button#ongoing_session.ongoing i {
    background-color: green;
}


.prevent_interaction {
    pointer-events: none;
}

.feedback_questions .answer_icon {
    margin-right: 5px;
    font-size: 18px;
    vertical-align: bottom;
}

.feedback_questions .answer_icon.fa-check {
    color: #78c781
}

.feedback_questions .answer_icon.fa-times {
    color: #ff6f66
}

.feedback_questions .feedback_question.answered .list_description {
    opacity: .6;
}

.feedback_questions .feedback_question.answered {
    padding-bottom: 20px;
}
.feedback_questions .feedback_question .tag {
    display: none;
    position: absolute;
    right: 10px;
    bottom: 10px;
    font-size: 12px;
    background-color: #aaa;
    color: #fff;
}

#feedback_container .tag.score_tag {
    justify-content: space-between;
    width: 70px;
    align-self: center;
    font-size: 12px;
}

.feedback_questions .feedback_question.answered .tag.answer_tag {
    display: block;
}

.feedback_questions.has_score .feedback_question.answered .tag.answer_tag {
    display: none;
}

.feedback_questions.has_score .feedback_question.answered .tag.score_tag {
    display: flex;
}

#feedback_container .sub_header_title {
    font-size: 14px;
    margin-left: 10px;
    line-height: 1;
}

#feedback_container {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    overflow-y: auto;
    overscroll-behavior: none; /* prevents scroll bouncing in percent_feedback */
    padding-bottom: 70px;
}

.feedback_modal {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 0;
}

.feedback_modal::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: -1px;
    width: 1px;
    background-color: silver;
}

.feedback_modal.placeholder {
    transform: translateX(0);
}

.feedback_modal.placeholder + .feedback_modal {
    transform: translateX(100%);
}

.feedback_modal.placeholder.animate {
    transition: transform .3s ease-out;
    transform: translateX(-100%);
    pointer-events: none;
}

.feedback_modal.placeholder.animate + .feedback_modal {
    transition: transform .3s ease-out;
    transform: translateX(0);
    pointer-events: none;
}

.overflow_ellipsis {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.content_block .link_element .small_pic {
    background-image: none;
    margin-right: 10px;
}

.tag {
    display: inline-block;
    padding: 4px 9px 5px 9px;
    color: white;
    box-shadow: 4px 3px 5px rgba(0,0,0,.3);
    background-color: grey;
    border-radius: 4px;
}
#recommendations .list_page #recommendation_agenda_list,
#recommendations .list_page #recommendation_day_list,
#recommendations .list_page #recommendation_relevance_list {
    display: none;
}

#recommendations .list_page[type=relevance] #recommendation_relevance_list {
    display: block;
    padding-top: 20px;
}

#recommendations .list_page[type=date] #recommendation_day_list {
    display: block;
}

#recommendations .list_page[type=agenda] #recommendation_agenda_list {
    display: block;
}

#recommendations #recommendation_day_list .day {
    display: none;
}

.recommended_day {
    margin-bottom: 20px;
}

.recommended_day_title {
    margin: 20px;
    margin-bottom: 5px;
    font-family: Text-Bold;
}

.recommendation_list_item .reasons {
    font-style: italic;
    font-size: 10px;
}

.recommendation_list_item .reason:not(:first-child) {
    margin-top: 2px;
}

.recommendation_list_item  .reason_tag {
    padding: 0px 4px;
    background-color: #e2e2e2;
    border-radius: 4px;
    margin: 0 2px;
}


#recommendations #recommendation_day_list:empty + #recommendation_relevance_list:empty + .info_div {
    display: flex;
}

.list_page_header_solid + .list_page {
    top: 45px;
}

.list_page_header_solid.has_terms + .list_page {
    top: 78px;
}

.list_page_header:not(.hide) ~ .list_page {
    top: 45px;
}
.list_page_header_solid {
    height: 45px;
    box-shadow: 0 1px 3px 0px silver;
    z-index: 3;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background-color: #fff;
}

.filters {
    display: flex;
    overflow-x: auto;
    align-items: center;
    font-size: 10px;
    padding: 0px 20px;
    height: 100%;
}

.filters .filter {
    color: silver;
    padding: 5px 10px;
    border: 1px solid #e2e2e2;
    border-radius: 4px;
    margin-right: 7px;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.filters .filter i {
    margin-right: 5px;
}

.filters .filter.selected {
    background-color: #c2c2c2;
    color: white;
}


.inline_divider:before {
    content: ' ● ';
}

.inline_divider {
    font-size: .8em;
}  

.android .inline_divider {
    display: inline-block;
    font-size: .6em;
    transform: translateY(-.2em);
    margin: 0 .4em;
}

.bottom_buttons.icons {
    justify-content: flex-end;
    pointer-events: none;
}

.bottom_buttons.icons .bottom_button {
    flex: 0 0 44px;
    border-radius: 100px;
    justify-self: flex-end;
    font-size: 20px;
    margin: 15px;
}

.bottom_buttons.icons.with-label .bottom_button {
    padding: 15px 20px;
}

.bottom_buttons.icons .bottom_button span {
    display: none;
    white-space: nowrap;
    margin-left: 10px;
}

.bottom_buttons.icons.with-label .bottom_button span {
    display: block;
}

.bottom_buttons.icons .bottom_button:not(.disabled) {
    pointer-events: all;
}

.bottom_buttons.icons .bottom_button + .bottom_button {
    margin-left: 0;
}
.paintings {
    padding: 20px;
    background-color: #f2f2f2;
}

.painting {
    flex: 1;
    margin-bottom: 20px;
    border-radius: 4px;
    box-shadow: 2px 2px 4px rgba(0,0,0,.3);
    text-align: center;
    position: relative;
    background-color: white;
    overflow: hidden;
}

.painting .content {
    padding: 10px;
    padding-top: 15px;
    position: relative;
}

.painting .name {
    margin-bottom: 10px;
    padding: 0 20px;
}

.painting .zoom {
    position: absolute;
    color: white;
    bottom: 5px;
    right: 5px;
    height: 18px;
    width: 18px;
    font-size: 12px;
    background-color: rgba(0,0,0,.6);
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.painting .author {
    padding: 10px;
    padding-bottom: 20px;
    font-style: italic;
}

.painting .text {
    display: none;
    text-align: left;
}

.painting .image {
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.painting .image .container,
.painting .image .container img {
    position: relative;
    height: 100%;
}

.painting .actions {
    display: flex;
    align-items: stretch;
    background-color: #ddd;
}
.painting .actions > div {
    padding: 5px;
}
.painting .actions .current_bid,
.painting .actions .minimum_bid {
    border-right: 2px solid silver;
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
} 
.painting .actions .minimum_bid {
    display: none;
    border-right: none;
}

.painting .actions .bid_name {
    font-size: 10px;
} 
.painting .actions .bid_time {
    font-size: 10px;
    color: grey;
} 
.painting .actions .place_bid {
    fleX: 1;    
    display: flex;
    align-items: center;
    justify-content: center;
} 



.action_modal .painting {
    margin-bottom: 5px;
    background-color: #f2f2f2;
}

.action_modal .painting .place_bid {
    display: none;
}
.action_modal .painting .minimum_bid {
    display: flex;
}

.action_modal .painting .zoom,
.modal_page .painting .zoom,
.action_modal .painting .description {
    display: none;
}

.action_modal .painting .container {
    pointer-events: none;
}

.action_modal.euro::before {
    content: '€';
    position: absolute;
    bottom: 68px;
    right: 0;
    padding: 14px;
    font-size: 20px;
    color: #666;
}
.action_modal.euro textarea {
    text-align: right;
    padding-right: 35px;
}

.painting.best .place_bid {
    color: green !important;
    padding: 8px;
    /* pointer-events: none; */
}

.painting .best_bid {
    display: none;
    color: green;
    position: absolute;
    right: 7px;
    top: 7px;
    font-size: 22px;
    opacity: .8;
}

.painting.best .best_bid {
    display: block;
}

.painting .more {
    position: absolute;
    bottom: 5px;
    right: 5px;
    font-size: 12px;
}

.modal_page .painting .best,
.modal_page .painting .more,
.modal_page .painting .actions {
    display: none;
}

.modal_page .painting {
    box-shadow: none;
    padding: 10px;
}

.modal_page .painting .text {
    display: block;
}

#editprofile .section_profile_field.field_readonly {
    display: none;
}

.session_index_grid_separator {
    padding: 3px;
    padding-left: 10px;
    font-size: 10px;
}


.page_tabs, .day_tabs {
    display: flex;
    flex-direction: row;
    overflow-x: auto;
}

.page_tab, .day_tab {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-grow: 1;
    background-color: #F2f2f2;
    min-width: 80px;
    cursor: pointer;
}

.page_tab.selected,
.day_tab.selected {
    background-color: white;
}

.session_list_bookmark {
    padding: 3px;
    font-size: 15px;
    background-color: #e2e2e2;
    border-radius: 5px;
}

/*
.session_slide .bookmark {
    width: 30px;
    border-right: 1px solid #e2e2e2!important;
    background-color: #e2e2e2;
}

.session_slide .bookmark i.fa.fa-star {
    display: block !important;
    color: white !important;
}

.session_slide.favorite .bookmark i.fa.fa-star {
    color: unset !important;
}

.session_slide.no_bookmark .bookmark {
    width: 3px;
    pointer-events: none;
}

.session_slide.no_bookmark .bookmark i.fa.fa-star {
    display: none !important;
}

.session_slide.no_bookmark {
    padding-left: 8px;
}
*/

.session_list_item {
    cursor: initial;
    margin: 5px 10px !important; 
}

.hour_container:first-child {
    margin-top: 5px !important;
}

#session_index .bookmark_color{
    border-color: var(--session_type_color, #e2e2e2);
}

#session_index .session_list_item:before {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: var(--session_type_color, #000000ab) !important;
    opacity: 0.05;
    left: 0;
    z-index: 0;
    pointer-events: none;
}

@keyframes session-fade {
    50% {
        opacity: 0.5;
        transform: scale(1.05);
        -webkit-transform: scale(1.05);
    } 
}

@-webkit-keyframes session-fade {
    50% {
        opacity: 0.5;
        transform: scale(1.05);
        -webkit-transform: scale(1.05);
    }
}

.session_list_item.fade {
    animation-name: session-fade;
    -webkit-animation-name: session-fade;
    animation-duration: .25s;
    -webkit-animation-duration: .25s;
    animation-timing-function: ease-out;
    -webkit-animation-timing-function: ease-out;
}

.session_list_item.dismissed::after {
    content: '';
    position: absolute;
    background: rgb(255 255 255 / 60%);
    background: linear-gradient(0deg, #FFF 0%, rgb(255 255 255 / 90%) 30%, rgb(255 255 255 / 60%) 80%);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.session_list_item.dismissed .session_rating .dismiss .ask {
    display: none;
}

.session_list_item.dismissed .session_rating .dismiss .undo {
    display: block;
}

.session_list_item .list_pic {
    height: 40px;
    width: 40px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.session_list_item .list_pic {
    margin: 0;
}

.session_list_item .list_description .content.clickable,
.session_list_item .list_pic.clickable {
    cursor: pointer;
}

.session_list_item .list_button {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    width: 20px;
    top: 0;
    bottom: 0;
    right: 0;
    cursor: pointer;
}

.session_list_item .list_button .cg-icon {
    margin: 0;
}

.session_list_item .list_description .session_time {
    display: flex;
    align-items: start;
    font-size: 12px;
    justify-content: space-between;
}

.session_list_item .list_description .session_time .live {
    display: none;
    margin-left: 5px;
    padding: 3px 5px;
    border-radius: 3px;
    background-color: #8dc48b;
    font-family: Text-Bold;
    font-size: 8px;    
    white-space: nowrap;
    color: white;
}

.session_list_item.ongoing .list_description .session_time .live {
    display: block;
}

.session_list_item .list_description .session_time + .session_header {
    margin-top: .5rem;
}

.session_list_item .list_description .session_title {
    font-size: 14px;
}

.session_list_item .list_description .session_location {
    font-size: 10px;
}

.session_list_item .list_description .session_speakers {
    font-size: 10px;
    font-style: italic;
}

.session_list_item .session_rating {    
    font-size: 10px;
    margin-top: 1rem !important;
}

.session_list_item .session_rating .component {
    height: 30px;  
}

.session_list_item .session_rating .dismiss {
    position: relative;
    color: var(--color_icon_clickable);
    text-transform: uppercase;
    margin-top: 1rem !important;
    z-index: 1;    
    transition: all .5s ease;
}

.session_list_item .session_rating:has([data-rating_value]:not([data-rating_value='0'])) .dismiss {
    opacity: 0;
    pointer-events: none;
}

.session_list_item .session_rating .dismiss .undo {
    display: none;
}

.date_string .session_hour {
    display: inline-block;
}

.date_string .session_hour_start + .session_hour_end:before {
    content: '-';
    margin: 0 .2em;
}

.date_string .session_hour_day + .session_hour_start {
    margin-left: .5em;
}

#session_index .date_string {
    flex: 1;
    pointer-events: none;
}

#session_index .date_string.active {
    pointer-events: initial;
}

span:not(.active)[onclick="toggleSessionDate(event)"] {
    cursor: pointer;
    pointer-events: none;
}

body .date_string.local {
    display: none;
}

body.session_local_time .date_string.local {
    display: inline;
}

body.session_local_time .date_string.event {
    display: none;
}

.date_string .session_hour_label {
    font-size: 10px;
    color: var(--color_icon_clickable)
}

.date_string .session_hour_label .text + .diff {
    margin-left: 4px;
}

.date_string .session_hour_label .diff:before {
    content: '(';
}

.date_string .session_hour_label .diff:after {
    content: ')';
}

.date_string .session_hour_label:before {
    content: '';
}

.date_string .session_hour_label:after {
    content: '';
}

.date_string .session_hour_label.hide {
    display: none;
}

.session_list_item .list_description .session_title {
    font-family: Text-Regular;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    padding-bottom: 1px;
}

.grid .hour_wrapper {
    display: flex;
}

.grid .session_swiper_slide {
    flex: 1 0 auto;
    display: flex;
    height: unset;
}

.grid .session_swiper_slide.hide {
    display: none
}

.grid .session_swiper_slide:not(.shadow) + .session_swiper_slide .session_list_item {
    border-left: 1px solid;
}

.grid .session_list_item {
    flex: 1;
    padding-top: 7px;
    padding-bottom: 7px;
}

#session_index .list .hour_wrapper {
    display: flex;
    flex-direction: column;
}

.hour_separator + .hour_wrapper .session_list_item {
    margin: 10px !important;
    margin-top: 5px !important;
}
.hour_separator .session_hour_label {
    display: none;
}
#session_index .hour_separator .date_string.active {
    pointer-events: none;
}

.grid .session_swiper_slide:not(.hide) + .session_swiper_slide .session_list_item.shadow {
    margin-left: 0 !important;
}

#session_index .page_content {
    display: flex;
    flex-direction: column;
}

#session_index .list_page_header {
    position: relative;
    top: unset;
}

#session_index .list_page.days {
    position: relative;
    top: unset;
    flex: 1;
}

#session_index .day_separator {
    padding: 10px;
    background-color: var(--color_bg_division_1);
    position: sticky;
    top: 0;
    color: white;
    font-size: .875rem;
    z-index: 5;
}

#session_index .day_separator:before {
    content: '';
    position: absolute;
    bottom: 100%;
    height: 1px;
    background-color: white;
    opacity: .5;
    left: 0;
    width: 100%;
}

#session_index .day_separator .subtitle {
    font-size: .875em;
    margin-top: .2em;
}

#session_index .day_subtitle {
    padding: 5px 10px;
    font-size: 12px;
}
.day_subtitle.color_border.no_border,
.day_separator.color_border.no_border {
    border: none !important;
    padding-bottom: 0 !important;
}

.hour_container {
    overflow: hidden;
    position: relative;
}

#session_index .hour_separator {
    padding: 5px 10px;
    padding-bottom: 0;
    font-size: 10px;
    border-top: 1px solid;
}

#session_index .hour_container.hide {
    display: none;
}

#session_index .list .day > .hour_container:not(.hide):first-of-type > .hour_separator {
    border-top: 0;
}

#session_index .list .days {
    display: flex;
    flex-direction: column;
}

#session_index .list .day {
    position: relative;
    background-color: white;
    margin-bottom: 10px;
    display: flex;
    flex-direction: column;
}

#session_index .grid .day,
#session_index .day_list .day {
    opacity: 0;
    pointer-events: none;
    will-change: opacity;
}

#session_index .day .info_div {
    display: none;
}

#session_index .list .day.hide {
    display: none;
}

#session_index .day.hide .info_div {
    display: flex;
}

#session_index .day.active {
    opacity: 1;
    pointer-events: initial;
}

#session_index .day_tab.hide {
    opacity: .5;
    pointer-events: none;
}

#session_index .info_div {
    display: none;
}

#session_index .list .days > .info_div {
    display: block;
}

#session_index .list .days > .day:not(.hide) ~ .info_div {
    display: none;
}

#session_index .search_header {
    box-shadow: none;
    margin: 0;
    border-radius: 0;
    background-color: #f2f2f2;
    border-top: 1px solid #ccc;
}

#session_index .search_header input {
    background-color: transparent;
    padding: 0 10px;
}

#session_index .days {
    padding-top: 0;
}

.modal_page {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: white;
    z-index: 99;
    color: black;
    transition: transform 0.2s ease-in, -webkit-transform 0.2s ease-in;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url('../../config/background.jpg');
    transform: translateY(100%);
    backface-visibility: hidden;
    perspective: 1000px;
    will-change: transform;
}

.modal_page.show {
    transition: transform 0.2s ease-out;
    transform: translateY(0);
}


/* .modal_page {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 99;
    opacity: 0;
    pointer-events: none;
    opacity: 0;
    background-color: transparent;
    transition: opacity 0s linear .2s;
}

.modal_page .modal_content {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: white;
    z-index: 99;
    transition: transform 0.2s ease-in, -webkit-transform 0.2s ease-in;
    transform: translateY(100%) rotateZ(0);
    -webkit-transform: translateY(100%) rotateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    perspective: 1000px;
    will-change: transform, -webkit-transform;
}

.modal_page .modal_content.partial {
    top: unset;
}

.modal_page.show {
    transition: none;
    opacity: 1;
    pointer-events: all;
}

.modal_page.show .modal_content {
    transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
    transform: translateY(0) rotateZ(0);
    -webkit-transform: translateY(0) rotateZ(0);
}

.modal_page .overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: black;
    opacity: 0;
    transition: opacity .2s;
}

.modal_page.show .overlay {
    opacity: .5;
} */


.normal_page {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 3;
    background-color: #fff;
    transform: translateX(0) translateZ(0);
    will-change: transform;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    perspective: 1000px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
}

.normal_page .page_content {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 45px;
    z-index: 5;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.normal_page .page_header {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 45px;
    overflow: hidden;
    display: flex;
    align-items: stretch;
    z-index: 10;
    box-shadow: 0px -2px 10px #000;
}

.normal_page .page_header .page_header_content {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex: 1;
    overflow: hidden;
    min-width: 0;
    position: relative;
    font-size: 14px;
    line-height: 18px;
    text-transform: uppercase;
}

.normal_page .page_header_buttons {
    flex: 0 0 auto;
    display: flex;
    align-items: stretch;
}

.normal_page .page_header_buttons .page_header_button {
    width: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.normal_page .page_header_buttons .page_header_button i {
    font-size: 20px;
}

.normal_page .page_header_buttons .page_header_button.back i {
    font-size: 22px;
}

.normal_page .page_header_buttons .page_header_button.menu i {
    font-size: 26px;
}

body.no_menu .normal_page#dashboard .page_header .page_header_button.menu {
    opacity: 0;
    pointer-events: none;
}

.normal_page:not(.dashboard) .page_header .page_header_button.menu,
.normal_page.dashboard .page_header .page_header_button.back {
    display: none;
}

.normal_page .page_header_buttons .page_header_button img {
    width: 25px;
    height: auto;
}

.normal_page:nth-child(2) {
    z-index: 2;
}

.normal_page.past:nth-child(2) {
    transform: translateZ(0) translateX(-20%);
    z-index: 2;
}

.normal_page.future:nth-child(2) {
    transform: translateZ(0) translateX(100%);
    z-index: 3;
}

#eventDiv.from_past .normal_page:first-child {
    transform: translateZ(0) translateX(100%);
}

#eventDiv.from_past .normal_page.past {
    transform: translateZ(0) translateX(0);
}

#eventDiv.from_future .normal_page:first-child {
    transform: translateZ(0) translateX(-20%);
}

#eventDiv.from_future .normal_page.future {
    transform: translateZ(0) translateX(0);
}

#eventDiv .normal_page:before  {
    content: '';
    position: absolute;
    inset: 0;
    z-index: 20;
    background-color: #000;
    pointer-events: none;
    opacity: 0;
    transition: var(--page-transition) cubic-bezier(0.39, 0.58, 0.57, 1);
}

#eventDiv .normal_page.past:nth-child(2):before,
#eventDiv.from_future .normal_page:first-child:before {
    opacity: .3;
}

#eventDiv.from_past .normal_page:nth-child(2):before {
    opacity: 0;
}

#eventDiv.from_future .normal_page,
#eventDiv.from_past .normal_page {
    transition: transform var(--page-transition) cubic-bezier(0.39, 0.58, 0.57, 1);
}

#speakers_index.searching #speaker_slider,
#profiles_index.searching .slider_container {
    opacity: .5;
    pointer-events: none;
}

.filter_action_modal {
    height: 70%;
}

.filter_action_modal .action_modal_content {
    /*flex: 1;*/
    min-height: 0;
}

#filter_popup {
    min-height: 0;
    display: flex;
    flex-direction: column;
    flex: 1;
}

#filter_popup .filter_header {
    padding: 10px;
    text-align: center;
}

#filter_popup .filter_body {
    display: flex;
    border-bottom: 1px solid;
    border-top: 1px solid;
    align-items: stretch;
    min-height: 0;
    flex: 1;
}

#filter_popup .filter_names {
    flex: .4;
    border-right: 1px solid;
    background-color: #f2f2f2;
}

#filter_popup .filter_name {
    padding: 15px 5px;
    cursor: pointer;
}

#filter_popup .filter_name.selected {
    border-left: 3px solid;
    background-color: white;
}

#filter_popup .filter_name .label {
    font-size: 12px;
    line-height: 14px;
}

#filter_popup .filter_name .subtitle {
    font-size: 10px;
    color: #999;
    margin-top: 2px;
}

.filter_content {
    flex: .6;
}

.filter_options {
    display: none;
}

.filter_options.selected {
    display: block;
}

.filter_options .filter_option {
    padding: 15px 5px;
    padding-right: 10px;;
    font-size: 12px;
    line-height: 14px;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.filter_options .filter_option::before {
    content: "\e91c";
    font-family: Icons;
    margin: 0 10px;
    font-size: 16px;
    color: grey;
    font-weight: bold;
    width: 16px;
}

.filter_options .filter_option.selected::before {
    content: "\e91b";
}

.filter_number {
    position: absolute;
    bottom: 1px;
    right: 0px;
    height: 16px;
    width: 16px;
    border-radius: 50%;
    background-color: grey;
    color: white;
    font-size: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.filter_number:empty {
    display: none;
}

.fa-flex {
    width: 1em;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.fa-off { position: relative; }

.fa-off::after {
    content: '\f00d';
    position: absolute;
    transform: translate(50%,50%);
    color: red;
    font-size: 14px;
    top: 2px;
    right: 2px;
}

#add_bt .fa-plus {
    margin-bottom: -2px;
}

.poster_list_item .list_description .title {
    font-size: 12px !important;
    line-height: 16px;
}

.poster_type_list_item .list_description .title {
    font-size: 14px !important;
    line-height: 18px;
}

.poster_type_list_item.group {
    border: none;
}

.poster_type_container.hide {
    display: none;
}

.streamchat_container {
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.streamchat_container .pointer_events{
    position: absolute; top: 0; right: 0; left: 0; bottom: 0;
    pointer-events: all;
    z-index: 1;
}
.streamchat_container .pointer_events.none{ pointer-events: none; }
.streamchat_container .overlay{
    position: absolute; top: 0; right: 0; left: 0; bottom: 0;
    display: none;
    justify-content: center;
    grid-gap: 10px;
    background-color: rgba(255, 255, 255, 0.7);
    padding: 0 10px;
    text-align: center;
}
.streamchat_container .overlay .loading-dots-spinner{
    align-self: end;
    display: flex;
    justify-content: center;
}
.streamchat_container.loading .overlay{ display: grid; }

.streamchat_header {
    font-size: 10px;
    padding: 4px;
    text-align: center;
    border-bottom: solid 1px #c2c2c2;
}
.streamchat_history{
    overflow-y: auto;
    overflow-x: hidden;
    flex: 1;
    background-color: #f2f2f2;
}
.streamchat_history:empty{
    display: grid;
    justify-content: center;
    align-items: center;
}
.streamchat_history:empty:before{
    content: ' ';
    background-image: url(../../img/chat_bubbles.png);
    background-size: cover;
    width: 200px;
    height: 200px;
    opacity: 0.3;
}
.streamchat_history .item{
    display: flex;
    margin: 15px 5px;
    padding: 5px 5px 2px 5px;
    position: relative;
}
.streamchat_history .item.reply{
    background-color: #e2e2e2;
    border-radius: 10px;
}
.streamchat_history .item.highlight_touch{
    background-color: #d2d2d2;
    border-radius: 5px;
}

.streamchat_history .item:hover .message_options{
    visibility: visible;
    opacity: 1;
}
.streamchat_history .item .message_options{
    visibility: hidden;
    opacity: 0;
    transition: visibility .2s, opacity .2s;
    right: 0;
    top: 0;
    z-index: 1;
    display: flex;
    align-items: center;
}
.streamchat_history .item .message_options .action{
    border-radius: 50%;
    padding: 3px;
    margin-left: 5px;
    height: 12px;
    width: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
}
body.touch .streamchat_history .item .message_options .action{
    font-size: 14px;
    padding: 3px 7px;
}
body.touch .streamchat_history .item .message_options .action.message_react{
    font-size: 18px;
}
.streamchat_history .item .message_reply{
    font-size: 12px;
}
.streamchat_history .item .message_react{
    font-size: 16px;
}
.streamchat_history .item .message_menu{
    font-size: 12px;
}
.streamchat_history .item .reply_container {
    background-color: #eaeaea;
    border-left: 4px solid silver;
    border-radius: 4px;
    padding: 5px;
    margin: 0 -4px 4px -4px;
}
.streamchat_history .item .reply_container .reply_content{
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    display: -webkit-box;
    line-height: 12px;
}
.streamchat_history .message_to_user .reply_container{
    background-color: #fff2db;    
}
.streamchat_history .item .reply_text {
    word-break: break-word;
    display: inline;
    user-select: text;
    -moz-user-select: text;
    -webkit-user-select: text;
    font-style: italic;
    color: gray;
    font-size: 10px;
    font-style: italic;
    padding-right: 1px;
}
.streamchat_history .item .reply_user {
    color: gray;
    display: inline;
    font-weight: bold;
    font-size: 10px;
    margin-right: 5px;
}
.streamchat_history .item .blink_message {
    animation: blink_message .5s ease-out 0s 2 alternate;
}
@keyframes blink_message {
    to {
        background-color: #dddddd;
    }
}
.streamchat_history .item .reactions_menu {
    display: flex;
    visibility:hidden;
    opacity:0;
    transition: ease-out all .3s;
    transform: translate(100%, calc(-100% - 5px));   
    transform-origin: top;
    position: absolute;
    right: 0;
    background-color: white;
    border-radius: 20px;
    padding: 6px;
    border-bottom: solid 1px silver;
    flex-wrap: wrap;
}
.streamchat_history .item:hover .reactions_menu.open {
    transform: translate(0, calc(-100% - 5px));
    visibility: visible;
    opacity: 1;
    transition: ease-out all .3s;
}
.streamchat_history .item:first-child .reactions_menu {
    transform: translate(100%, 50%);
}
.streamchat_history .item:first-child:hover .reactions_menu.open {
    transform: translate(0, 50%);
}
.streamchat_history .item:hover .reactions_menu .reaction_sprite {
    display: flex;
    width: 25px;
    height: 25px;
    background-size: auto 100%;
    margin: 2px 3px;
}
.streamchat_history .item:hover .reactions_menu .open_reaction_modal {
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0.9;
    height: 25px;
    width: 25px;
    margin: 2px 3px;
    background-color: #f2f2f2;
    border-radius: 50%;
}
.streamchat_history .item .reactions_container{
    display: flex;
    flex-wrap: wrap;
}
.streamchat_history .item .reaction_card {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: white;
    padding: 4px 5px;
    border-radius: 12px;
    margin-right: 5px;
    margin-top: 2px;
    border-bottom: solid 1px silver;
    gap: 4px;
}
.streamchat_history .item .reaction_card.show {
    display: flex;
}
.streamchat_history .item .reaction_card.hide {
    display: none;
}
.streamchat_history .item .reaction_card.disabled {
    pointer-events: none;
}
.streamchat_history .item .reaction_card.user_reaction_highlight {
    background-color: #fff2db;
}
.streamchat_history .item .reaction_card .reaction_sprite{
    display: flex;
    width: 16px;
    height: 16px;
    background-size: auto 100%;
}
.streamchat_history .item .reaction_card .counter{
    margin-right: 1px;
    font-size: 12px;
}
.streamchat_reactions_modal.action_modal .action_modal_options {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 5px;
    padding: 20px;
}
.streamchat_reactions_modal.action_modal .action_modal_option {
    padding: 0;
    border: none;
    padding-bottom: 100%;
}
.streamchat_reactions_modal .reaction_sprite {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    background-size: auto 100%;
    overflow: hidden;
}
.streamchat_history .item .avatar{
    flex: 0 0 35px;
    height: 35px;
    margin-top: 5px;
    background-color: silver;
    border-radius: 50%;
    background-size: cover;
}
.streamchat_history .item .avatar.letters {
    border-radius: 50%;
    background-color: transparent;
    display: grid;
    justify-content: center;
    align-items: center;
}
.streamchat_history .item .content{
    flex-basis: 100%;
    margin-left: 8px;
    font-size: 14px;
}
.streamchat_history .name{
    font-weight: bold;
    font-size: 12px;
}
.streamchat_history .timestamp{
    font-size: 10px;
}

.streamchat_history .message {
    word-break: break-word;
    user-select: text;
    -moz-user-select: text;
    -webkit-user-select: text;
}
.streamchat_history .message_content{
    background-color: #ffffff;
    margin-top: 1px;
    border-radius: 0 12px 12px 12px;
    padding: 5px 10px;
    display: inline-block;
    border-bottom: 1px solid silver;
    max-width: 100%;
    box-sizing: border-box;
}
.streamchat_history .pinned_message .message_content {
    background-color: #dddddd;
}

.streamchat_history .message_header {
    user-select: text;
    -moz-user-select: text;
    -webkit-user-select: text;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.streamchat_history .message_footer {
    display: flex;
    align-items: center;
    margin-top: 2px;
}

.streamchat_history .pinned_message {
    align-self: center;
}
.streamchat_history .pinned_message .name {
    position: relative;
}
.streamchat_history .pinned_message .name::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 15px;
    margin-left: 4px;
    background-image: url(../../img/pinned.png);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 13px;
}
.streamchat_pinned{
    overflow-y: auto;
    max-height: 35%;
    background-color: #f2f2f2;
    position: relative;
    box-shadow: 0px 3px 6px 0px #c2c2c2;
}
.streamchat_pinned:empty{
    height: 0;
    border: none;
}
.streamchat_pinned .item{
    display: flex;
    padding: 8px;
    border-top: 1px solid #ddd;
    position: relative;
}

.streamchat_pinned .item:first-child{
    border-top: none;
}

.streamchat_pinned .item .avatar{
    flex: 0 0 35px;
    height: 35px;
    margin-top: 5px;
    background-color: silver;
    border-radius: 50%;
    background-size: cover;
}
.streamchat_pinned .item .avatar.letters {
    height: 35px;
    border-radius: 50%;
    background-color: transparent;
    border: 2px solid;
    display: grid;
    justify-content: center;
    align-items: center;
}
.streamchat_pinned .item .content{
    flex-basis: 100%;
    margin-left: 8px;
    font-size: 14px;
    min-width: 0;
}
.streamchat_pinned .name{
    font-size: 10px;
}
.streamchat_pinned .timestamp{
    padding-left: 6px;
    font-size: 10px;
}
.streamchat_pinned .message {
    word-break: break-word;
    user-select: text;
    -moz-user-select: text;
    -webkit-user-select: text;
}
.streamchat_pinned .message_header {
    user-select: text;
    -moz-user-select: text;
    -webkit-user-select: text;
    font-style: italic;
}
.streamchat_pinned .message_header img {
    position: absolute;
    right: 0;
    top: 0;
    height: 15px;
    z-index: 1;
    padding: 10px;
    cursor: pointer;
}
.streamchat_pinned .message_header img:hover {
    opacity: 0.5;
}


/* .streamchat_interface{
    box-shadow: -3px 0px 3px 0px #000000;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
} */
.streamchat_interface .warning{
    position: absolute;
    top: -20px;
    right: 0px; 
    left: 0px;
    height: 20px;
    font-size: 10px;
    padding: 0px;
    text-align: center;
    box-shadow: -3px 0px 3px 0px #000000;
    opacity: 0;
    transition: all 1s ease-in;
    pointer-events: none;
    z-index: 3;
}
.streamchat_interface .warning.show{ 
    opacity: 1;
    pointer-events: all;
}
.streamchat_interface .new_message{
    position: absolute;
    top: -33px;
    right: 0px;
    left: 0px;
    height: 20px;
    margin: 5px;
    font-size: 14px;
    padding: 0px;
    text-align: center;
    box-shadow: 0px 0px 3px rgba(0, 0, 0, .3);
    opacity: 0;
    transition: all .5s ease-in;
    pointer-events: none;
    border-radius: 4px;
    overflow: hidden;
    z-index: 2;
}
.streamchat_interface .new_message.show{ 
    opacity: .9;
    pointer-events: all;
}


/* .streamchat_interface .emoji{
    width: 30px;
    min-width: 30px;
    height: 30px;
    background-image: url(../../img/emojis.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    padding: 0px 5px;
    opacity: 0.4;
} */
li.emoji-picker__tab.active { background-color: grey; }
.emoji-picker__emoji:focus, .emoji-picker__emoji:hover { background: silver; }
.emoji-picker__emoji { font-size: 1.4rem !important; }
.emoji-picker__emojis { 
    width: 100% !important; 
}
.emoji-picker { 
    background: #f2f2f2 !important; 
    top: unset !important;
    bottom: 100% !important;
    transform: unset !important;
    width: 100% !important;
}
.narrowscreen .emoji-picker {
    max-height: 220px;
}
.emoji-picker__tab-body {
    transform: translateX(100%);
    width: 100%;
}
.emoji-picker__preview { height: 1em !important; }
.emoji-picker__preview-emoji { font-size: 1em !important; }

/* .streamchat_interface textarea {
    width: 100%;
    height: 40px;
    padding-top: 10px;
    border: none;
    text-align: left;
    color: #404040;
    max-height: 100px;
    margin: 0px 5px;
    outline: none;
    overflow-y: auto;
} */
/* .streamchat_interface .sends {
    width: 30px;
    min-width: 30px;
    height: 30px;
    background-image: url(../../img/input_send.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
} */

.chatrooms_container{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: grid;
    grid-template-rows: 24px 1fr;
}

.chatrooms_container .pointer_events{
    position: absolute; top: 0; right: 0; left: 0; bottom: 0;
    pointer-events: all;
}
.chatrooms_container .pointer_events.none{ pointer-events: none; }
.chatrooms_container .overlay {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    display: none;
    justify-content: center;
    grid-gap: 10px;
    background-color: rgba(255, 255, 255, 0.7);
    z-index: 10;
    text-align: center;
    padding: 40px;
}
.chatrooms_container .overlay .loading-dots-spinner{
    align-self: end;
    display: flex;
    justify-content: center;
}
.chatrooms_container.loading .overlay{ display: grid; }
.chatrooms_header.color_bg_division_section_title.font_color_section_title{
    font-size: 10px;
    padding: 1px 5px;
    display: flex;
    justify-content: space-between;
}
.chatrooms_header .title{
    padding: 5px 0px;
    max-width: 200px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.chatrooms_header .online{
    display: flex;
}
.chatrooms_header .online .avatar {
    width: 20px;
    height: 20px;
    margin-left: 2px;
    border-radius: 50%;
    background-size: cover;
    display: grid;
    align-items: center;
    justify-content: center;
}
.chatrooms_header .online .avatar.and_more{
    background-color:#404040; 
    color:white;
    font-size:12px;
}
.chatrooms_history{
    overflow-y: auto;
}
.chatrooms_history:empty{
    display: grid;
    justify-content: center;
    align-items: center;
}
.chatrooms_history:empty:before{
    content: ' ';
    background-image: url(../../img/chat_bubbles.png);
    background-size: cover;
    width: 200px;
    height: 200px;
    opacity: 0.3;
}
.chatrooms_history .item{
    display: flex;
    margin: 15px 5px;
}
.chatrooms_history .item .avatar{
    flex: 0 0 38px;
    height: 38px;
    margin-top: 5px;
    background-color: silver;
    border-radius: 50%;
    background-size: cover;
}
.chatrooms_history .item .avatar.letters {
    height: 38px;
    border-radius: 50%;
    background-color: transparent;
    border: 2px solid;
    display: grid;
    justify-content: center;
    align-items: center;
}
.chatrooms_history .item .content{
    flex-basis: 100%;
    margin-left: 5px;
    font-size: 14px;
}
.chatrooms_history .name{
    font-weight: bold;
    font-size: 12px;
}
.chatrooms_history .timestamp{
    font-size: 12px;
    padding-left: 5px;
}

.chatrooms_history .message {
    word-break: break-word;
    user-select: text;
    -moz-user-select: text;
    -webkit-user-select: text;
}

.chatrooms_history .message_header {
    user-select: text;
    -moz-user-select: text;
    -webkit-user-select: text;
}

/* .chatrooms_interface{
    box-shadow: -3px 0px 3px 0px #000000;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
} */
.chatrooms_interface .warning{
    position: absolute;
    top: -20px;
    right: 0px; 
    left: 0px;
    height: 20px;
    font-size: 10px;
    padding: 0px;
    text-align: center;
    box-shadow: -3px 0px 3px 0px #000000;
    opacity: 0;
    transition: all 1s ease-in;
    pointer-events: none;
    z-index: 3;
}
.chatrooms_interface .warning.show{ 
    opacity: 1;
    pointer-events: all;
}
.chatrooms_interface .new_message {
    position: absolute;
    top: -33px;
    right: 0px;
    left: 0px;
    height: 20px;
    margin: 5px;
    font-size: 14px;
    padding: 0px;
    text-align: center;
    box-shadow: 0px 0px 3px rgba(0, 0, 0, .3);
    opacity: 0;
    transition: all .5s ease-in;
    pointer-events: none;
    border-radius: 4px;
    overflow: hidden;
    z-index: 2;
}

.chatrooms_interface .new_message.show {
    opacity: .9;
    pointer-events: all;
}

/* .chatrooms_interface .emoji{
    width: 30px;
    min-width: 30px;
    height: 30px;
    background-image: url(../../img/emojis.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    padding: 0px 5px;
    opacity: 0.4;
} */
/* .chatrooms_interface textarea {
    width: 100%;
    height: 40px;
    padding-top: 10px;
    border: none;
    text-align: left;
    color: #404040;
    max-height: 100px;
    margin: 0px 5px;
    outline: none;
    overflow-y: auto;
}
.chatrooms_interface .send{
    width: 30px;
    min-width: 30px;
    height: 30px;
    background-image: url(../../img/input_send.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
} */


.vjs_recorder {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.vjs_recorder .spinner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%,-50%,0);
    z-index: 100;
    width: 60px;
    display: none;
}

.vjs_recorder.loading .spinner {
    display: block;
}

.vjs_recorder .save,
.vjs_recorder .close {
    position: absolute;
    top: 20px;
    right: 20px;
    padding:  5px;
    background-color: rgba(0,0,0,.5);
    color: white;
    font-size: 20px;
    z-index: 100;
    border-radius: 50%;
    cursor: pointer;
    transform: translate3d(0, 0, 0);
}

.vjs_recorder .save {
    top: unset;
    bottom: 40px;
}

.vjs_recorder .save.hide {
    display: none;
}

.vjs_recorder .capture {
    position: absolute;
    left: 50%;
    bottom: 10%;
    transform: translate3d(-50%, 0, 0);
    border: 1px solid #fff;
    z-index: 100;
    background-clip: content-box;
    background-color: #f2f2f2;
    padding: 4px;
    border-radius: 50%;
    height: 56px;
    width: 56px;
    cursor: pointer;
    transition: border-radius .2s, transform .2s;
    display: flex;
    align-items: center;
    justify-content: center;
    color: black;
}
.vjs_recorder.loading .capture {
    display: none;
}

.vjs_recorder.video .capture {
    background-color: red;
    color: white;
}

.vjs_recorder .capture.recording {
    border-radius: 10px;
    transform: translate3d(-50%, 0, 0) scale(.8);
}


.vjs_recorder .capture.ready {
    pointer-events: none;

}

.vjs_recorder .capture .counter {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 36px;
    opacity: 0;
}

.vjs_recorder .capture.done .counter {
    opacity: 1;
}

.vjs_recorder .capture.ready.animate .counter {
    animation-name: countdown;
    animation-duration: 1s;
    animation-timing-function: ease-in-out;
}

@keyframes countdown {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 1;        
    }
    100% {
        opacity: 0;
    }     
}

.vjs_recorder .vjs-record-button,
.vjs_recorder .vjs-device-button {
    display: none !important;
}

.vjs_recorder .video-js .vjs-control:focus:before,
.vjs_recorder .video-js .vjs-control:focus {
	text-shadow: none;
}

.vjs_recorder.photo .vjs-record-canvas {
	width: 100%;
    height: 100%;
}

.vjs_recorder.photo .vjs-record-canvas canvas {
	width: 100%;
    height: 100%;
    object-fit: contain;
}

.media {
    height: 100%;
    width: 100%;
    position: relative;
}

.media .container,
.media .media_cover,
.media .media_controls,
.media .media_content,
.media .media_overlays {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
}

.media .container {
    transform-origin: top right;
    transition: transform .2s ease-in, opacity .2s ease-in;
}

.media.dismissed .container {
    transform: scale(0);
    opacity: 0;
    pointer-events: none;
    transition: transform .2s ease-out, opacity .2s ease-out;
}

.media .media_cover,
.media .media_overlays {
    pointer-events: none;
    z-index: 2;
}

.media .media_controls.dismiss_controls {
    pointer-events: none;
}

.media .media_controls.hide {
    pointer-events: none;
    display: none;
}

.media .media_controls i {
    position: absolute;
    bottom: 8px;
    font-size: 16px;
    color: #fff;
    background: rgba(0,0,0,.5);
    width: 32px;
    height: 32px;
    border-radius: 5px;
    cursor: pointer;
}

.media .media_controls .big_play {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 40px;
    color: #fff;
    background: rgba(0,0,0,.5);
    width: 120px;
    height: 80px;
    border-radius: 15px;
}

.media .media_controls i.hide {
    display: none;
}

.media.paused .media_controls .pause,
.media .media_controls .play {
    display: none;
}

.media.paused .media_controls .play {
    display: flex;
}

.media .media_controls .pause,
.media .media_controls .play {
    left: 8px;
}

.media.muted .media_controls .mute,
.media .media_controls .unmute {
    display: none;
}

.media.muted .media_controls .unmute {
    display: flex;
}

.media .media_controls .mute,
.media .media_controls .unmute {
    left: 48px;
    font-size: 22px;
}

.media .media_controls .fullscreen {
    right: 8px;
}

.media .media_controls .start,
.media .media_controls .dismiss {
    opacity: 0;
    pointer-events: none;
    bottom: unset;
    top: 8px;
    right: 8px;
    transition: opacity .2s ease-in-out;
}

.media .media_controls .dismiss,
.media.dismissed .media_controls .start {    
    opacity: 1;
    pointer-events: initial;
}

.media .media_controls .start,
.media.dismissed .media_controls .dismiss {
    opacity: 0;
    pointer-events: none;
}

.media .video-js,
.media iframe {
    height: 100%;
    width: 100%;
    background-color: transparent;
    border: none;
}

.media .video-js .vjs-big-play-button {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.media.has_aspect_ratio {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.media.image .media_content > img {
    height: 90%;
    width: 90%;
    object-fit: contain;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.media .media_content.leaflet-container {
    background-color: transparent;
}

.detail_header {
    padding: 20px;
}

.detail_header .option_buttons {
    margin: 0;
}

.detail_header .top {
    display: flex;
    align-items: center;

}
.detail_header .top .image {
    margin-right: 15px;
    flex: 0 0 auto;
}

.detail_header .top .description .title {
    font-size: 16px;
    line-height: 20px;
    font-family: Text-Bold
}

.detail_header .top .description .subtitle {
    font-size: 14px;
    line-height: 16px;
    margin-top: 5px;  
}

.detail_header .text {
    font-size: 14px;
    margin-top: 20px;
}

.detail_header .bottom {
    margin-top: 20px;
}

.scroll_padding_single {
    padding-bottom: 60px;
}

.scroll_padding_double {
    padding-bottom: 110px;
}

.sub_header {
    display: flex;
    align-items: center;
    background-color: #eee;
    padding: 0 5px;
}

.sub_header > div {
    margin: 0 5px;
}

.sub_header .sub_header_image {
    flex: 0;
    margin-right: 5px;
}

.sub_header .sub_header_image img {
    width: 30px;
    height: 30px;
    object-fit: cover;
    background-color: #ddd;
    border-radius: 50%;
    display: block;
}

.sub_header .sub_header_title {
    flex: 1;  
}

.sub_header .sub_header_button  {
    position: relative;
    align-self: stretch;
    width: 30px; 
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer
}

.sub_header .sub_header_button img {
    height: 20px;
    width: 20px;
    object-fit: contain;
}

.content_block.read_more{
    height: 300px;
    overflow: hidden;
    position: relative;
}
.content_block.read_more::before{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(to bottom, transparent, white);
    cursor: pointer;
    font-weight: bold;
    text-align: center;
    display: grid;
    align-items: end;
    background-image: -webkit-linear-gradient(-90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
    align-content: end;
}
.content_block.read_more:focus{ height: initial; }
.content_block.read_more:focus::before{ display: none; }
.ios .content_block.read_more{ height:initial; overflow: initial; }
.ios .content_block.read_more::before{ display:none; }

.content_block .list_element .small_pic{
    height: 60px;
    width: 60px;
}
.content_block .list_element .small_pic img {
    max-width: 60px;
    max-height: 60px;
}
.content_block .component_load{
    display: block;
    margin: 5px auto;
}

.exhibitor_profiles .list_item .small_pic{
    height: 60px;
    width: 60px;
}
.exhibitor_profiles .list_item .small_pic img {
    max-width: 60px;
    max-height: 60px;
}


.search {
    height: 100%;
    width: 100%;
}

.search .search_text {
    position: relative;
    height: 100%;
}

.search .search_text input {
    width: 100%;
    padding: 0 20px;
    background-color: #fff;
    box-sizing: border-box;
    border: none;
    height: 100%;
}

.search .search_text #clear,
.search .search_text #load {
    display: none;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 0px;
    top: 0;
    bottom: 0;
    color: #aaa;
    width: 45px;
    z-index: 10;
}

.search .search_text i {
    color: #aaa;
    font-size: 20px;
}

.search.searching input,
.search.has_text input {
    padding-right: 45px;
}

.search.searching #load {
    display: flex;
}

.search.has_text #clear {
    display: flex;
}

.search .terms {
    position: absolute;
    top: calc(100%);
    padding: 6px 15px;
    display: flex;
    align-items: center;
    width: 100%;
}

.search .terms .term {
    padding: 3px 7px;
    border: 1px solid #e2e2e2;
    border-radius: 4px;
    margin-right: 7px;
    display: flex;
    align-items: center;
    cursor: pointer;
    background-color: #fff;
}

.search .terms .term .label {
    font-size: 10px;
    margin-right: 5px;
}

.search .terms .term i {
    font-size: 10px;
    transform: translateY(-1px);
}

.detail_description .custom_field{ margin: 20px 0px; }
.detail_description .custom_field .label{ 
    font-weight: bold;
    font-size: 110%; 
}

body > #stream {
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: calc(100vw * 9 / 16);
    z-index: 10;
    box-shadow: 0 0 3px rgba(0,0,0,.3);
}

body.has_stream > #stream {
    opacity: 1;
    pointer-events: auto;
}

body.has_stream #eventDiv {
    top: calc(100vw * 9 / 16);
}

#stream .content_body .buttons {
    position: absolute;
    top: 6px;
    right: 6px;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 50%;
    pointer-events: none;
}

#stream .content_body .buttons i {
    display: none;
    flex: 0 0 24px;
    height: 24px;
    border-radius: 50%;
    color: white;
    background-color: rgba(0, 0, 0, .5);
    background-clip: content-box;
    font-size: 14px;
    pointer-events: all;
    border: 4px solid transparent;
}

#stream .content_body .buttons i.show {
    display: inline-flex;
}

#stream .content_body {
    display: flex;
    align-items: center;
    background-image: url(../../config/background.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

#stream .stream_container {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    flex-direction: column;
}

#stream .stream_body {
    display: flex;
    align-items: center;
    flex: 1;
}

#stream .stream_player {
    width: 100%;
    height: 100%;
    position: relative;
}

#stream .disable {
    display: none;
}

#stream .stream_footer {
    display: none;
    flex: 0 0 70px;
    background-color: #fff;
    box-shadow: 0 0 5px rgba(0,0,0,.3);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

#stream .stream_footer.show {
    display: block;
}

#stream .standby_overlay {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
    background-image: url(../../config/background.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0;
    pointer-events: none;
    will-change: opacity;
    transition: opacity .2s;
}

#stream .standby_overlay.show {
    opacity: 1;
    pointer-events: all;
}

#stream .standby_overlay .message {
    position: absolute;
    left: 50%;
    top: 70%;
    transform: translate(-50%,-50%);
    width: 100%;
    max-width: 60%;
    font-size: 1.2em;
    padding: .9em 1.3em;
    text-align: center;
    color: white;
    background-color: rgba(0,0,0,.5);
    border-radius: .6em;
}

#stream.popout .standby_overlay .message {
    font-size: calc(var(--content-width) * 0.01 * 1px);
}

#stream .standby_overlay .message:empty {
    display: none;
}

#stream .stream_player.no_stream {
    max-height: unset !important;
    background-image: url(../../config/stream_splash.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

#stream .stream_overlays {
    z-index: 10;
}

#stream .stream_overlays,
#stream .stream_overlay {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    pointer-events: none;
}

#stream .stream_overlay {
    opacity: 0;
    transition: opacity .5s;
}

#stream .stream_overlay.show {
    opacity: 1;
}

#stream .stream_overlay.show > * {
    pointer-events: all;
}

#stream .stream_overlay .stream_overlay_position {
    position: absolute;
    left: 1em;
    right: 1em;
    top: 1em;
    bottom: 1em;
}

#stream .stream_overlay .stream_overlay_position.top {
    bottom: unset;
}
#stream .stream_overlay .stream_overlay_position.bottom {
    top: unset;
}
#stream .stream_overlay .stream_overlay_position.left {
    right: unset;
}
#stream .stream_overlay .stream_overlay_position.right {
    left: unset;
}


.flex_h {
    display: flex;
    align-items: center;
}

#session_watch_stream {
    display: none;
}

.ongoing #session_watch_stream {
    display: block;
}

#action_modal .action_modal.slots {
    max-height: 100%;
}

.slot_picker {
    display: flex;
    flex-direction: column;
    min-height: 0;
    height: 100%;
}

.slot_picker .slot_picker_tabs {
    height: 45px;
}

.slot_picker.empty > div {
    opacity: 0;
    pointer-events: none;
}
.slot_picker .info_div {
    opacity: 0;
    pointer-events: none;
}

.slot_picker.empty > .info_div {
    opacity: 1;
    pointer-events: all;
}


.slot_picker .slot_picker_day .day_title {
    flex: 1;
    align-items: center;
    justify-content: center;
    padding: 15px 10px;
    text-align: center;
    font-size: 18px;
}

.slot_picker .slot_picker_day i {
    font-size: 38px;
}

.slot_picker .slot_picker_day i.disabled {
    opacity: .2;
    pointer-events: none;
}


.slot_picker .slot_picker_day {
    display: flex;
    display:none;
}

.slot_picker .slot_picker_slots {
    overflow: auto;
    min-height: 0;
}

.slot_picker .title {
    padding: 10px;
    text-align: center;
    /* border-top: 1px solid #eee; */
    font-size: 14px;
}

.slot_picker.unavailable .slot_picker_tabs,
.slot_picker.unavailable .slot_picker_day,
.slot_picker.unavailable .title,
.slot_picker.unavailable .slot_picker_slots {
    opacity: .5;
    pointer-events: none;
}

.slot_picker .slot_picker_available {
    margin-left: -20px;
    margin-top: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.slot_picker.unavailable .slot_picker_available .cg-icon-checkbox-yes,
.slot_picker .slot_picker_available .cg-icon-checkbox-no {
    display: none;
}

.slot_picker.unavailable .slot_picker_available .cg-icon-checkbox-no {
    display: block;
}

.slot_picker .day_slots {
    display: block;
}

.slot_picker .day_slots.hide {
    display: none;
}

.slot_picker .slot_hour {
    display: flex;
    align-items: center;
}

.slot_picker .slot_hour .slot {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    height: 38px;
    border-right: 1px solid #e2e2e2;
    position: relative;
    cursor: pointer;
}

.slot_picker .slot_hour .slot.select_slot_hour {
    flex: 0;
    padding: 0px 8px;
    font-size: 20px;
}

/* .slot_picker .slot_hour .slot.select_slot_hour.selected {
    background-color: rgba(0, 160, 0, .5);
} */

.slot_picker .slot_hour .slot.select_slot_hour i {
    height: 20px;
    width: 20px;
}

.slot_picker .slot_hour .slot.select_slot_hour.selected .fa-check-square-o,
.slot_picker .slot_hour .slot.select_slot_hour .fa-square-o {
    display: block;
}

.slot_picker .slot_hour .slot.select_slot_hour .fa-check-square-o,
.slot_picker .slot_hour .slot.select_slot_hour.selected .fa-square-o {
    display: none;
}

.slot_picker .slot_hour .slot .slot_title {
    font-size: 12px;
    position: absolute;
    top: 4px;
    left: 6px;
    right: 6px;
    font-family: Text-Mono;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.slot_picker .slot_hour .slot .slot_title .end {
    opacity: 0;
}

.slot_picker .slot_hour .slot.disabled .slot_title .end {
    opacity: 0;
}

.slot_picker .slot_hour .slot.has_meeting,
.slot_picker .slot_hour .slot.available {
    background-color: rgba(0,160,0,.5);
}

.slot_picker .slot_hour .slot.disabled {
    pointer-events: none;
}

.slot_picker .slot_hour .slot.disabled:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
    background-color: rgba(255,255,255,.7);
}

.slot_picker .slot_hour .slot:last-child {
    border-right: none;
}

.slot_picker .slot_hour {
    border-top: 1px solid #e2e2e2;
}
.slot_picker .slot_hour:last-child {
    border-bottom: 1px solid #e2e2e2;
}


.slot_hour .slot .icons {
	position: absolute;
	right: 4px;
	bottom: 4px;
	display: flex;
}

#meeting_duration.disabled,
#meeting_start_time.disabled {
    opacity: .5;
    pointer-events: none;
}
.meetings_modal input,
.meetings_modal textarea {
    font-size: 14px;
}

.slot_picker .slot .icons > div {
    display: none;
    width: 20px;
    height: 20px;
    margin-left: 2px;
    filter: brightness(1) invert(1);
    opacity: .5;
}

.slot_picker .slot.filled .icons .meeting {
    display: block;
    background-image: url(../../img/icon_white_meeting.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.list_page_header.report div{
    background-color: silver;
    color: white;
}
.scroll.report .odd { background-color: #f8f6f6; }
.scroll.report .even { background-color: #ffffff; }

.profile_list_item.online .list_pic.small_pic.photo:before {
    content: ' ';
    display: block;
    width: 15px;
    height: 15px;
    background-color: #14e914;
    position: absolute;
    border-radius: 50%;
    z-index: 99;
    bottom: 5px;
    right: 5px;
}

.profile_list_item .user_firstname {
    font-family: Text-Regular;
}
.profile_list_item .user_lastname {
    font-family: Text-Bold;
}

.videochat {
    width: 100%;
    height: 100%;
    background-color: black;
    color: white;
    display: flex;
    flex-direction: column;
    padding: 2em;
    box-sizing: border-box;
}

.videochat * {
    box-sizing: border-box;
}

.videochat .main,
.videochat .main .streams,
.videochat .header,
.videochat .footer {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.videochat .main {
    flex: 1;
    width: 100%;
}

.videochat .main_content {
    display: flex;
    align-items: center;
    width: 100%;
}

.videochat .main .streams {
    width: 100%;
}

.videochat .all_streams {
    display: flex;
    align-items: center;
    flex-flow: row wrap;
    justify-content: center;
    flex: 1;
}

.videochat.focus_view {
    display: flex;
    flex-direction: column;
}


.videochat.focus_view .all_streams {
    display: flex;
    flex-flow: row;
    align-items: flex-start;
    align-self: stretch;
    flex: 0 0 20%;
    margin-left: 1em;
}

.videochat .active_stream {
    display: none;
    flex: 1;
    min-height: 0;
    overflow: hidden;
    border-radius: 8px;
}

.videochat .active_stream video {
    height: 100%;
    width: 100%;
    object-fit: cover;
    display: block;
}

.videochat.focus_view .active_stream {
    display: block;
}

.videochat .controls {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 .5em;
}

.videochat .controls > div {
    flex: 1;
    display: flex;
    align-items: center;
}

.videochat .controls > div.center {
    justify-content: center;
}

.videochat .controls > div.right {
    justify-content: flex-end;
}

.videochat .controls .control {
    cursor: pointer;
    position: relative;
}

.videochat .controls .control + .control {
    margin-left: .7em;
}

.desktop .videochat .controls .control i:hover {
    opacity: .7;
}

.control.off i:first-child:after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    height: 2px;
    width: 60%;
    transform: translate(-50%, -50%) rotate(45deg);
    background-color: #444;
    border: 2px solid #fff;
}

.videochat .controls .control i:not(.open_control_menu) {
    width: 1.9em;
    height: 1.9em;
    font-size: 1.4em;
    color: #444;
    background-color: #fff;
    border-radius: 50%;
}

.videochat .controls .control.simple i {
    background-color: transparent !important;
    color: #fff !important;
}

.videochat .controls .control.disconnect i {
    width: 2em;
    height: 2em;
    font-size: 1.5em;
    border-radius: 50%;
    color: white;
    background-color: red;
    box-shadow: 0 0 3px rgba(0, 0, 0, .3);
}


.videochat .chat {
    background-color: rgba(255, 255, 255, .5);
    display: none;
    flex-direction: column;
    color: #fff;
    flex: 0 0 25%;
    align-self: stretch;
    margin-right: 1em;
    border-radius: 8px;
    overflow: hidden;
}

.videochat.has_chat .chat {
    display: flex;
}

.videochat .chat .messages {
    flex: 1;
    overflow-y: auto;
    padding: .5em;
    display: flex;
    flex-direction: column;
}

.videochat .chat .messages .message {
    font-size: .8em;
    background-color: rgba(0, 0, 0, .2);
    align-self: flex-start;
    padding: .4em .5em;
    border-radius: 4px;
    margin-bottom: .5em;
}

.videochat .chat .messages .message.from {
    align-self: flex-end;
    text-align: right;
}

.videochat .chat .messages .user_name {
    font-size: .8em;
    opacity: .6;
}


.videochat .chat .message_input {
    position: relative;
}

.videochat .chat .message_input input {
    background-color: rgba(0, 0, 0, .4);
    padding: 0 2em 0 1em;
    box-sizing: border-box;
    width: 100%;
    border: none;
    min-height: 2.2em;
    color: #fff;
}

.videochat .chat .message_input .send {
    position: absolute;
    right: .5em;
    top: 50%;
    transform: translateY(-50%);
}

.videochat .all_streams .client_window {
    position: relative;
    flex: 1;
    margin: .5em;
    overflow: hidden;
    border-radius: 8px;
}

.videochat.focus_view .all_streams .client_window {
    margin: 0;
    margin-bottom: .5em;
}

.videochat .all_streams .client_window .container {
    position: relative;
    width: 100%;
    padding-bottom: calc(100% * 9 / 16);
}

.videochat .all_streams .client_window .client_ui {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 10;
    pointer-events: none;
}

.videochat .all_streams .client_window .client_ui .name {
    position: absolute;
    top: .5em;
    right: .5em;
    z-index: 10;
    background-color: rgba(0, 0, 0, .5);
    padding: .2em .4em;
    border-radius: 4px;
    font-size: .8em;
    max-width: 70%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.videochat .all_streams .client_window .client_ui .volume {
    position: absolute;
    left: .5em;
    bottom: .5em;
    width: 30%;
    overflow: hidden;
    height: .5em;
}

.videochat .all_streams .client_window .client_ui .volume .fill {
    height: 100%;
    background-color: grey;
}

.videochat .all_streams .client_window .client_streams {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.videochat.focus_view .all_streams .client_window .client_streams > div {
    position: absolute;
    left: 0;
    top: 0;
    width: 100% !important;
}

.videochat.focus_view .all_streams .client_window .client_streams > div.screen {
    z-index: 10;
}

.videochat .status_overlay {
    display: none;
    position: absolute;
    height: 100%;
    width: 100%;
    align-items: center;
    justify-content: center;
    font-size: 2em;
    color: silver;
}

.videochat.disconnected .status_overlay {
    display: flex;
}

.videochat .open_control_menu {
    position: absolute;
    right: 0;
    bottom: 0;
    background-color: #ddd;
    border-radius: 50%;
    height: 1em;
    width: 1em;
    font-size: .9em;
    color: #444;
    box-shadow: 0 0 3px #444;
}

.videochat .device_menu {
    position: absolute;
    bottom: calc(100% + 1em);
    max-width: 20em;
    background-color: #fff;
    color: #444;
    font-size: 12px;
    border-radius: 8px;
    overflow: hidden;
}

.videochat .device_menu .device_list {
    padding: .2em 0;
}

.videochat .device_menu.hide {
    display: none;
}

.videochat .device_menu .item {
    padding: .5em  1em;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.videochat .device_menu .item .device_name {
    flex: 1;
    margin-right: .5em;
}

.videochat .device_menu .item i {
    font-size: 1.5em;
}

.videochat .device_menu .item i.fa-dot-circle-o {
    display: none;
}

.videochat .device_menu .item.selected i.fa-dot-circle-o {
    display: block;
}

.videochat .device_menu .item.selected i.fa-circle-o {
    display: none;
}

.videochat .device_menu .item.division {
    background-color: #888;
    color: #fff;
}

.videochat .device_menu .item.device_list_empty {
    display: none;
}

.videochat .device_menu .device_list:empty .item.device_list_empty {
    display: flex;
}

.media.app_video .media_content > div {
    height: 100% !important;
}

.streamchat_select {
    position: relative;
    overflow: hidden;
    border-radius: 4px;
    text-align: center
}

#streamchat_select {
    border: none;
    display: inline-block;
    font-size: 12px;
    padding-right: 20px;
}

.streamchat_select::after {
    content: "\e947";
    font-family: Icons;
    pointer-events: none;
    font-size: 8px;
    display: inline-block;
    font-size: 6px;
    display: inline-block;
    position: absolute;
    margin: 5px 3px 0px -15px;
}

#reactions {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    overflow: hidden;
    pointer-events: none;
    --size: 48px;
    --right: 10px;
    --bottom: 50px;
}

#reactions-menu {
    pointer-events: initial;
    background: rgba(255, 255, 255, .5);
    position: absolute;
    bottom: var(--bottom);
    right: var(--right);
    width: var(--size);
    border-radius: 200px;
    align-items: center;
    z-index: 20;
    box-shadow: 0 0 16px rgba(128, 128, 128, .2);
    transform-origin: right;
    transition: width .25s;
}

#reactions-menu.open {
    width: calc(var(--reaction-count) * var(--size));
}

#reactions-container {
    display: flex;
    flex-direction: row-reverse;
    overflow: hidden;
}

#reactions-list {
    display: flex;
    flex: 1 0 auto;
    flex-direction: row-reverse;
    border-radius: 200px;
    background: rgba(255, 255, 255, .5);
}

.reaction-btn {
    display: flex;
    flex: 0 0 var(--size);
    width: var(--size);
    height: var(--size);
    transition: transform .5s;
    cursor: pointer;
}

.reaction-btn:not(#reactions-menu-btn):hover {
    transform: scale(1);
}

.myreaction {
    position: absolute;
    display: block;
    width: var(--size);
    height: var(--size);
    z-index: 30;
    transform: translate(-var(--size), var(--size));
    transform-origin: center;
}

.reaction .content,
.myreaction .content {
    height: 100%;
}

#reactions-overlay {
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 8;
    pointer-events: none;
}

.reaction {
    opacity: 0;
    position: absolute;
    display: block;
    right: 0;
    left: auto;
    bottom: calc(-1 * var(--size));
    width: var(--size);
    height: var(--size);
    z-index: 30;
    animation: reaction 4s linear forwards;
    display: flex;
    transform-origin: right;
}

.reaction, .reaction-btn {
    transform: scale(.75);
}

.user_reaction { animation: user_reaction var(--animation-duration) linear forwards; }

.myreaction { animation: myreaction_x var(--animation-duration) cubic-bezier(.1,1,.4,1) forwards; }

.myreaction .content { animation: myreaction_y var(--animation-duration) linear forwards; }

.myreaction .content:before,
.user_reaction .content:before {
    animation: reaction_wobble var(--animation-duration) ease-in-out 0s infinite alternate forwards;
}

.myreaction .content:before {
    animation-delay: calc(var(--animation-duration) / 4);
}

@keyframes myreaction_x {
    0%   { transform: translateX(0); }
    70%  { opacity: 1; }
    100% { transform: translateX(calc(100% * var(--reaction-index))) scale(.5); opacity: 0; }
}  

@keyframes myreaction_y {
    0%   { transform: translateY(0); }
    100% { transform: translateY(calc(-2 * (var(--container-height) * 1px - var(--bottom) + var(--size) / 2 * var(--random-factor)))); }
} 

@keyframes myreaction_opacity {
    100% { opacity: 0; }
} 

@keyframes reaction_wobble {
    0% { transform: translateX(0) }
    50% { transform: translateX(var(--pos1)) }
    100% { transform: translateX(var(--pos2)) }
}

@keyframes user_reaction {
    0%  { transform:scale(.5) translate3d(0, -300%, 0);  opacity: 0; }
    10%  { opacity: 1; }
    70% {opacity: 1; }
    100%{ transform: scale(.5) translateY(calc(-2 * (var(--container-height) * 1px - var(--bottom) + var(--size) / 2))); opacity: 0; }
}

.reaction-btn:before,
.reaction .content:before,
.myreaction .content:before {
    background-position: calc(var(--reaction-index) * 100% / (var(--reaction-count) - 1))  0;
}

.reaction-btn:before, .myreaction .content:before, .reaction .content:before {
    content: '';
    display: block;
    height: 100%;
    width: 100%;
    background-image: var(--image-url);
    background-size: auto 100%;
    background-repeat: no-repeat;
}

.reactions-halt {
    opacity: .5;
    transition: all .2s;
}

.reactions-halt .reaction-btn {
    transform: scale(.75);
    transition: all 1.5s;
}

.reactions-halt #reactions-menu-btn {
    opacity: .5;
    transform: scale(.8) rotate(180deg);
    transition: all .2s;
}

.stream_error {
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding-bottom: 10%;
    text-align: center;
    background-color: #000;
    box-sizing: border-box;
}

.zoom_webinar {
    height: 100%;
    position: relative;
}

.zoom_webinar .overlay {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 2;
    background-color: #000;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: white;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.zoom_webinar .overlay.hide {
    opacity: 0;
    pointer-events: none;
}
.zoom_webinar .overlay .message {
    font-weight: bold;
}

.zoom_webinar .overlay_content {
    background-color: rgba(0, 0, 0, .5);
    padding: 15px 15px;
    border-radius: 10px;
    text-align: center;
    margin: 0 100px;
}

.zoom_webinar .overlay i {
    margin-top: 15px;
    color: white;
}

.zoom_webinar .start_webinar {
    margin-top: 15px;
    background-color: white;
    padding: 10px 14px;
    border-radius: 8px;
    text-align: center;
    box-shadow: 0 0 3px rgba(0, 0, 0, .3);
    cursor: pointer;
    color: #444;
    font-size: .8em;
    font-weight: bold;
}
.zoom_webinar .leave_webinar {
    margin-top: 15px;
    background-color: #FF4136;
    padding: 10px 14px;
    border-radius: 8px;
    text-align: center;
    box-shadow: 0 0 3px rgba(0, 0, 0, .3);
    cursor: pointer;
    color: #fff;
    font-size: .8em;
    font-weight: bold;
}

.zoom_webinar iframe {
    height: 100%;
    width: 100%;
    border: none;
}


.meetings_new .page_tabs {
    background-color: #fff;
}

.meetings_new .page_tabs .page_tab {
    background-color: #fff;
}

.meetings_new .page_tabs .page_tab.selected {
    background-color: #f2f2f2;
}

.meetings_new .list_page {
    background-color: #f2f2f2;
}

.meetings_new .meetings_day.hide {
    display: none;
}

.meetings_new .meetings_day_title {
    margin: 7px;
    margin-top: 20px;
    font-size: 12px;
}

.meetings_new .meeting_list_item {
    margin: 10px;
}

.meetings_new .meeting_list_item .title {
    font-size: 14px;
}

.meetings_new .participants {
    display: grid;
    grid-gap: 10px;
    grid-template-columns: repeat(auto-fit, 36px);
    margin-top: 15px !important;
}

.meetings_new .participants .meeting_participant {
    width: 100%;
    display: grid;
    place-items: center;
    height: 36px;
    color: white;
    font-size: 14px;
    border-radius: 50%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

.meetings_new  .meeting_participant i {
    position: absolute;
    bottom: -3px;
    right: -3px;
    font-size: 18px;
    filter: drop-shadow(0 0 0 white);
}

.meetings_new .meeting_icon_status:after {
    content: '';
    position: absolute;
    left: 10%;
    top: 10%;
    bottom: 10%;
    right: 10%;
    border-radius: 50%;
    background-color: white;
    z-index: -1;
}

.meeting_icon_status.fa-check-circle,
.meeting_icon_status.fa-user-circle {
    color: green;
}

.meeting_icon_status.fa-times-circle {
    color: red;
}

.meeting_icon_status.fa-question-circle {
    color: orange;
}

.list_item.has_buttons {
    padding-bottom: 50px;
}

.list_item_buttons {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 30px;
    display: flex;
    align-items: stretch;
}

.list_item_buttons .list_item_button {
    flex: 1;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 11px;
    padding: 0 10px;
    min-width: 0;
}

.meetings_new .meeting_list_item .meeting_status {
    position: absolute;
    top: 4px;
    right: 4px;
}

.list_item .list_item_buttons {
    display:none;
}

.list_item.has_buttons .list_item_buttons {
    display: flex;
}

.meetings_new .meeting_list_item .meeting_status {
    position: absolute;
    top: 15px;
    right: 15px;
    font-size: 12px;
}


.meeting_participants .meeting_list_item .meeting_icon_status {
    position: absolute;
    right: -4px;
    bottom: 0px;
    font-size: 24px;
    background-color: white;
    border-radius: 50%;
    z-index: 10;
}

#exhibition_layout .content_body {
    background-color: #f2f2f2 !important;
}

.exhibitor_grid_container {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    overflow-y: auto;
    box-sizing: border-box;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;

}


.exhibitor_type_block.hide {
    display: none;
}

.speaker_type_block.hide {
    display: none;
}


.exhibitor_grid_blocks {
    display: grid;
    grid-auto-flow: dense;
}

.exhibitor_grid_blocks .exhibitor_block {
    cursor: pointer;
    min-height: 0;
    transition: transform .2s;
}

.exhibitor_grid_blocks .exhibitor_block.hide {
    display: none;
}

.exhibitor_grid_blocks .exhibitor_block img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    border: 3px solid #fff;
    box-shadow: 0.1vmin .1vmin 1vmin 0px rgb(0 0 0 / 40%);
    background-color: white;
    box-sizing: border-box;
}

.exhibitor_grid_blocks .exhibitor_block.medium {
    grid-column: span 2;
}

.exhibitor_grid_blocks .exhibitor_block.large {
    grid-column: span 2;
    grid-row: span 2;
}

.exhibitor_grid_blocks.single .exhibitor_block.small {
    grid-column: 2;
}

.exhibitor_grid_blocks.single .exhibitor_block.medium,
.exhibitor_grid_blocks.single .exhibitor_block.large {
    grid-column: 2 / 4;
}
.conversation_list_item
 .title,
.conversation_list_item .subtitle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 14px !important;
}

.conversation_list_item .title .name {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.conversation_list_item .title .date {
    color: silver;
    font-size: 10px;
    font-family: Text-Regular;
    white-space: nowrap;
    margin-left: 5px;
    
}

.conversation_list_item .last_message {
    font-size: 12px;
}

.conversation_list_item.has_image .last_message:before {
    content: '';
    display: inline-block;
    height: 16px;
    width: 16px;
    background-image: url('../../img/photo_black.png');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    margin-right: 4px;
    opacity: .3;
    vertical-align: middle;
    transform: translateY(-1px);
}

.conversation_list_item.unread .last_message {
    font-weight: bold;
}

.conversation_list_item .unread_count {
    flex: 0 0 16px;
    height: 16px;
    font-size: 9px;
    line-height: 16px;
    background-color: green;
    color: white;
    font-family: Text-Bold;
    border-radius: 50%;
    text-align: center;
}

.conversation_list_item .title .date:empty,
.conversation_list_item:not(.unread) .subtitle .unread_count {
    display: none;
}

.new_message_actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.new_message_actions .message_action {
    position: relative;
    height: 24px;
    width: 24px;
    line-height: 30px;
    text-align: center;
    margin-left: 7px;
    font-weight: bold;
}
.new_message_actions .message_action::before {
    position: absolute;
    left: -3px;
    right: 0;
    top: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    opacity: .3;
}
.new_message_actions .message_action.photo,
.new_message_actions .message_action.gallery,
.new_message_actions .message_action.video {
    width: 32px;
    height: 32px
}
.new_message_actions .message_action.photo::before {
    content: '';
    background-image: url(../../img/camera_black.png);
}
.new_message_actions .message_action.video::before {
    content: '';
    background-image: url(../../img/video_black.png);
}
.new_message_actions .message_action.edit_photo>div,
.new_message_actions .message_action.remove_photo>div,
.new_message_actions .message_action.remove_video>div {
    position: absolute;
    left: 100%;
    width: 40px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    color: grey;
    font-size: 10px;
    line-height: 10px;
    text-align: left;
}
.new_message_actions .message_action.gallery {
    background-size: 28px;
    background-position: center 0px;
}
.new_message_actions .message_action.gallery::before {
    content: '';
    background-image: url(../../img/photo_black.png);
}
.new_message.has_image .message_action.gallery,
.new_message.has_image .message_action.photo,
.new_message.has_image .message_action.video,
.new_message.has_video .message_action.gallery,
.new_message.has_video .message_action.photo,
.new_message.has_video .message_action.video { display: none; }
.new_message_actions .message_action.remove_photo,
.new_message_actions .message_action.remove_video { display: none; }
.new_message_actions .message_action.remove_photo::before,
.new_message_actions .message_action.remove_video::before {
    content: '';
    background-image: url(../../img/cancel.png);
}
.new_message.has_image .message_action.remove_photo {
    display: block;
    margin-right: 40px;
}
.new_message.has_video .message_action.remove_video {
    display: block;
    margin-right: 40px;
}
.new_message_actions .message_action.edit_photo { display: none; }
.new_message_actions .message_action.edit_photo::before {
    font-family: Icons;
    content: "\e93b";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    color: silver;
    font-size: 20px;
    position: relative;
    top: -3px;
    bottom: unset;
    left: 0px;
    right: unset;
    opacity: 1;
}
.new_message.has_image .message_action.edit_photo {
    display: block;
    margin-right: 40px;
    margin-left: 5px;
}
.new_message_extras {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.new_message_extras .extra.image,
.new_message_extras .extra.video {
    display: none;
    height: 42px;
    width: 42px;
    border: 1px solid silver;
    border-radius: 5px;
    position: relative;
    margin-right: 5px;
}
.new_message.has_video .new_message_extras .extra.video { display: block; }
.new_message.has_image .new_message_extras .extra.image { display: block; }
.new_message.has_image #new_message_img { display: block; }
.new_message.has_video #new_message_vid { display: block; }
.new_message_extras .extra.image img,
.new_message_extras .extra.video img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}
.new_message_extras .extra .full_screen {
    position: absolute;
    bottom: 3px;
    left: 3px;
    height: 22px;
    width: 22px;
    z-index: 10;
    border-radius: 50%;
    background-size: 18px;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../../img/fullscreen.png);
    background-color: rgba(0, 0, 0, .5);
    pointer-events: none;
}
.new_message_extras .extra .full_screen.video { background-image: url(../../img/play_white.png); }

.user_conversation .highlight_span {
    background-color: #aaa;
}
.user_conversation .highlight_span.selected {
    background-color: #666;
}
.user_conversation .bottom_button_input .bottom_input_icon.emoji {
    left: 30px;
}
.user_conversation #search_count {
    position: absolute;
    bottom: 4px;
    right: -5px;
    height: 14px;
    width: 14px;
    color: white;
    background-color: rgba(0,0,0,.4);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 8px;
    border-radius: 50%;
}

.user_conversation .search_count:empty {
    display: none;
}

.bottom_buttons .photo_preview {
    position: absolute;
    top: -80px;
    left: 8px;
    height: 80px;
    width: 80px;
    box-shadow: 0 0 3px rgb(0 0 0 / 30%);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
    border-radius: 4px;
}

.bottom_buttons .photo_preview.hide {
    display: none;
}

.bottom_buttons .photo_preview i {
    color: white;
    font-size: 14px;
    width: 20px;
    height: 20px;
    background: rgba(0,0,0,.5);
    border-radius: 50%;
    position: absolute;
    right: 4px;
    top: 4px;
}

.bottom_buttons#searching_buttons #search_text {
    flex: 1;
    font-size: 12px;
    justify-content: flex-start;
    padding: 0 20px;
    margin-right: 10px;
    opacity: .8;
}

.modal_page .moderation.list_page_header{
    display: grid;
    justify-content: center;
    align-items: center;
    place-items: center;
    padding: 0px 10px;
}
.modal_page .moderation.list_page_header div{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 0px 10px;
    max-width: 100%;
}
.modal_page .moderation.list_page_header .header, .modal_page .moderation.list_page_header .footer {
    font-size: 12px;
    font-family: 'Text-Regular';
}
.modal_page .moderation.list_page_header .header{ align-self: self-end; }
.modal_page .moderation.list_page_header .footer{ align-self: self-start; }
.modal_page .moderation.list_page_header .header + .title{
    font-size: 12px;
    align-self: self-start;
}

.grid_center{
    display: grid;
    justify-content: center;
    align-items: center;
    align-content: center;
}

.color_cancel_bt_1{
    border: 2px solid var(--color_bg_division_1);
    color: var(--color_bg_division_1);
}

#modal_page .cover {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #fff;
    z-index: 100;
    transform: translateZ(0);
}

#modal_page .feedback_description {
    text-align: center;
    max-width: 90%;
    display: grid;
    grid-gap: 20px;
    margin: auto;
    height: 100%;
    align-content: center;
    min-width: 250px;
}

.vjs-control-bar {
    margin: 10px !important;
    width: calc(100% - 20px) !important;
    border-radius: 5px !important;
    z-index: 30;
}


.message_box {
    width: 100%;
    height: 100%;
    background-color: transparent;
}

.message_box .reply_container {
    display: flex;
    align-items: flex-start;
    background-color: #e2e2e2;
}

.message_box .reply_container.hide {
    display: none;
}

.message_box .reply_container .text {
    font-size: 12px;
    padding: 5px;
    flex: 1;
    padding-left: 10px;
}

.message_box .reply_container .close {
    padding: 5px 8px;
    position: relative;
    top: -1px;
}

.message_box .message_container {
    display: flex;
    align-items: stretch;
}

.message_box.lock {
    pointer-events: none;
}

.message_box .message_buttons {
    display: flex;
    height: 42px;
}

.message_box .message_buttons.buttons_left {
    align-self: flex-start;
}

.message_box .message_buttons.buttons_right {
    align-self: flex-end;
}

.message_box .message {
    flex: 1;
    padding: 11px 0;
    word-break: break-word;
    min-height: 100%;
    border: none;
    font-size: 14px;
    line-height: 20px;
    overflow: hidden;
    background: transparent;
}

.message_box .preview,
.message_box .autocomplete {
    position: absolute;
    bottom: calc(100% + 10px);
    left: 8px;
    height: 80px;
    width: 80px;
    box-shadow: 0 0 3px rgb(0 0 0 / 30%);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
    border-radius: 4px;
    background-color: #fff;
    font-size: 12px;
    color: var(--color_font_dark)
}

.message_box .autocomplete {
    max-height: 120px;
    min-height: 80px;
    min-width: 80px;    
    height: auto;
    width: auto;
    overflow-y: auto;
    z-index: 2;
    padding: 5px;
}

.message_box .autocomplete div {
    cursor: pointer;
}

.message_box .autocomplete div + div {
    margin-top: 5px;
}

.message_box .preview.hide, 
.message_box .autocomplete.hide {
    display: none;
}

.message_box .preview i {
    color: white;
    font-size: 14px;
    width: 24px;
    height: 24px;
    background: rgba(0, 0, 0, .5);
    background-clip: content-box;
    border-radius: 50%;
    position: absolute;
    right: 0;
    top: 0;
    border: 4px solid transparent;
}

.message_box .message_action {
    width: 42px;
    background-position: center calc(100% - 8px);
    background-size: 26px;
    background-repeat: no-repeat;
    cursor: pointer;
    height: 100%;
    overflow: hidden;
}

.message_box .message_action.send {
    background-image: url('../../img/input_send.png');
    transition: opacity 150ms ease-in-out;
}

.message_box.lock .message_action.send {
    background-image: url('../../img/loading.svg');
}

.message_box .message_action.camera {
    background-image: url('../../img/camera_black.png');
    opacity: .3;
    background-position: 9px calc(100% - 8px);
}

.message_box .message_action.emoji {
    background-image: url('../../img/emojis.png');
    opacity: .5;
    background-position: 5px calc(100% - 8px);
}

.message_box .buttons_left .message_action {
    width: 38px;
}

.message_box .message_action.hide {
    width: 0;
    opacity: 0;
    pointer-events: none;
    transition: opacity 150ms ease-in-out, width 0ms linear 150ms;
}

.bottom_buttons .bottom_button_message {
    cursor: initial;
    padding: 0;
    background: white;
}

.event_prompt textarea {
    text-transform: uppercase;
}

.recommendations .list_page {
    background-color: #f2f2f2;
}

.recommendations .list {
    background-color: #f2f2f2;
}

.recommendations .list.future {
    z-index: -1;
    position: absolute;
}

.recommendations .list.hide {
    transition: opacity .2s ease-out .05s;
    opacity: 0;
}

.recommendations .list {
    padding-bottom: 20px;
}

.recommendations .more {
    align-self: flex-end;
    text-align: right;
    font-family: 'Text-Bold';
    cursor: pointer;
    color: var(--color_icon_clickable);
    font-size: 12px;
    padding: 4px 2px;
    margin-right: 35px;
}

.recommendations .list_item .list_description>div+div {
    margin-top: 5px;
}

.recommendations .list_item {
    margin: 3px 20px;
    --b-radius: 8px;
}

.recommendations .list_item:active,
.recommendations .list_item.active {
    /* filter: brightness(0.9); */
    opacity: 1 !important;
}

.recommendations .list_item .list_description {
    display: flex;
    flex-direction: column;
}

.recommendations .list_item:first-child {
    border-top-left-radius: var(--b-radius);
    border-top-right-radius: var(--b-radius);
}

.recommendations .list_item:last-child {
    border-bottom-left-radius: var(--b-radius);
    border-bottom-right-radius: var(--b-radius);
}

.recommendations .list_item .discard {
    position: relative;
    margin-top: 5px;
    display: flex;
}

.recommendations .list_item .discard .ask {
    font-size: 12px;
    color: var(--color_icon_clickable);
    align-self: flex-start;
    position: relative;
    transition: opacity .1s ease-in
}

.recommendations .list_item .discard .confirm {
    font-size: 12px;
    align-self: flex-start;
    align-items: center;    
    position: absolute;
    left: 0;
    top: 0;
    transition: opacity .1s ease-in
}

.recommendations .list_item .discard > div.hide {
    opacity: 0;
    pointer-events: none;
}

.recommendations .list_item .discard .confirm i {
    position: absolute;
    padding: 5px;
    font-size: 16px;
    color: var(--color_icon_clickable);
    right: -35px;
    top: 50%;
    transform: translateY(-57%);
}

.recommendations .list_item .discard .confirm i + i {
    right: -60px;
}

.recommendations .list_item .discard .confirm i.yes {
    color: #78c781
}
.recommendations .list_item .discard .confirm i.no {
    color: #ff6f66
}

.recommendations .list_item .title {
    font-size: 14px;
}

.recommendations .list_item .subtitle {
    font-size: 11px;
}

.recommendations .list_item .subtitle i {
    font-size: 13px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 14px;
}

.recommendations .list_item .subtitle.bold {
    font-weight: bold;
}

.recommendations .list_item .subtitle:empty {
    display: none;
}

.recommendations .section_title {
    text-transform: initial;
    font-weight: bold;
}

.recommendations .section + .section {
    margin-top: 15px;
}

.leaderboard_card {
    position:relative;
    padding: 10px;
    border-bottom:1px solid #E9E8E9; 
    padding-bottom: 10px; 
    display: flex; 
    max-width: 800px; 
    margin-left: auto; 
    margin-right: auto; 
    color:#404040;
    align-items:center;
    justify-content:center
}

.leaderboard_rank {
    position:absolute;
    box-sizing: border-box;
    top: 46px;
    left:24px;
    min-width: 20px;
    padding:3px;
    font-size:8px;
    border-radius:30px;
    background-color:var(--color_bg_division_1);
    color:white;
    text-align:center;
    flex:1;
    align-items:center
}

#leaderboard_user {
    background-color: white;
    box-shadow: 0px 2px 2px rgb(0 0 0 / 20%), 0px -2px 2px rgb(0 0 0 / 20%);
    position: sticky;
    bottom: 0;
    top: 0;
    z-index: 1;
}

.leaderboard_pfp {
    height: 40px; 
    width: 40px; 
    border-radius:50%; 
    background-color:#e2e2e2; 
    background-repeat: no-repeat; 
    background-size: cover; 
    background-position: center; 
    border: 4px solid var(--color_bg_division_1);
}

.leaderboard_name_container {
    flex:1; 
    padding-left:20px;
    white-space: nowrap;
    overflow: hidden;
}

.leaderboard_name {
    font-size:16px; 
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
}

.leaderboard_points {
    display: grid;
    grid-template-columns: [col1-start] 60px;
    grid-template-rows: [row1-start] auto [row2-start] auto [row2-end];
    grid-gap: 2px;
}

.leaderboard_points_label {
    width: 60px;
    text-align: center;
    height: 100%;
    grid-column: col1-start;
    grid-row: row1-start;
    font-size: 10px;
    align-items: center;
    justify-content: center; 
}

.leaderboard_points_score {
    width: 60px;
    text-align: center;
    height: 100%;
    background-color: var(--color_bg_division_2);
    color: white;
    justify-content: center;
    align-items: center;
    display: flex;
    border-radius: 30px;
    border:1px solid var(--color_bg_division_2);
    box-sizing:border-box;
    grid-column: col1-start;
    grid-row: row2-start;
    font-size: 15px;
}

.leaderboard_extra_fields {
    height: 20px; 
    font-size:10px; 
    align-items:center;
    text-align: center;
    justify-content:left;
    color:#8E8E8E;
    display:flex;
    flex-direction:row;
    overflow:hidden;
}

.leaderboard_extra_fields_header {
    padding-bottom: 5px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;  
}

.leaderboard_extra_fields_value {
    padding-bottom: 5px;
    text-align: center;
    height: 100%;
    justify-content: center;
    align-items: center;
    display: flex;
}

.ondemand.page_content {
    background: #f2f2f2;
}

.ondemand .scroll_lock {
    display: flex;
    flex-direction: column;
}

.ondemand .list_item {
    margin: 20px;
    padding: 0;
    border-radius: 8px;
    --inner-padding: 8px;
}

.ondemand .list_item .list_item_buttons {
    display: flex;
    margin-top: 0;
}

.ondemand .list_item .list_item_button {
    background: rgba(0,0,0,.4);
    font-family: 'Text-Regular';
}

.ondemand .list_item .list_item_button:hover {
    filter: invert(1);
}

.ondemand .list_item .list_item_button i {
    margin-right: 8px;
    font-size: 15px;
}

.ondemand .list_item .list_item_button .image {
    font-size: 16px;
}

.ondemand .list_item .list_item_button + .list_item_button {
    margin-left: 1px;
}

.ondemand .list_item .title {
    padding-bottom: calc(100% * 9/16);
    position: relative;
}

.ondemand .list_item .title .thumbnail {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.ondemand .list_item .title .info {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    color: #fff;
    background: rgba(0, 0, 0, .4);
    padding: 15px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.ondemand .list_item .title .info .session_title {
    text-shadow: 0 0 2px black;
}

.ondemand .list_item .subtitle {
    font-size: 10px;
}

.ondemand .list_item .subtitle .subtitle_title {
    font-weight: bold;
    margin-bottom: .5em;
}
    
.ondemand .list_item .date {
    padding: var(--inner-padding);
}

.ondemand .list_item .speakers {
    padding: var(--inner-padding);
    font-size: 10px;
}

.ondemand .list_item .metadata {
    display: flex;
    padding: var(--inner-padding);
    align-items: center;
    justify-content: space-between;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    font-size: 10px;
    line-height: 1;
    font-family: 'Text-Regular';
}

.ondemand .list_item .metadata > div {
    display: flex;
    align-items: baseline;
}

.ondemand .list_item .metadata i {
    font-size: 14px;
    margin-right: 4px;
}

.ondemand .list_item .metadata i:last-child {
    margin-right: 0;
    margin-left: 4px;
}

.ondemand_header {
    flex: 1;
    display: flex;
    align-items: center;
    min-width: 0;
}

.ondemand_header .header_title {
    flex: 1;
}

.ondemand_header .header_action.alert {
    animation: alert .5s linear 0s 4 alternate both;
    animation-iteration-count: 4;
}

@keyframes alert {
    from {
        background-color: transparent;
    }
    to {
        background-color: silver;
    }
}

.ondemand_speaker_popup .action_modal_title {
    padding: 0;
}

.ondemand_speaker_popup .list_button {
    display: none;
}

.ondemand_speaker_popup .list_item {
    pointer-events: none;
    cursor: default;
}

.action_modal_options.sort .action_modal_option > div {
    flex: 1
}

.action_modal_options.sort .action_modal_option .sort_icon {
    display: none;
    font-size: 20px;
    width: 20px;
    height: 20px;
}

.action_modal_options.sort .action_modal_option.desc .fa-sort-amount-desc,
.action_modal_options.sort .action_modal_option.asc .fa-sort-amount-asc {
    display: inline-block;
}

#media_player #contentDiv .content_body {
    background-image: var(--app-stream-background-url);
}

.media_player {
    height: 100%;
    width: 100%;
    position: relative;
    transition: transform .2s ease-out;
}

.media_player .overlay {
    height: 100%;
    display: grid;
    place-items: center;
    color: silver;
}

.media_player .overlay.hide {
    opacity: 0;
    pointer-events: none;
}
.media_player .player {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.media_player .controls {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 10;
    pointer-events: none;
    transition: opacity .2s ease-out;
    display: none;
}

.media_player .controls .control {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    padding: .4em .5em;
    margin: 0 .5em;
    color: #fff;
    background: rgba(0, 0, 0, .6);
    font-size: 2em;
    border-radius: 5px;
    cursor: pointer;
    pointer-events: initial;
    opacity: 0;
}

.media_player .controls.show .control {
    opacity: 1;
}

.media_player .controls .control.title {
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 1em;
    text-align: center;
    pointer-events: none;
}

.media_player .controls .control.title:empty {
    display: none;
}

.media_player .controls .control.next {
    right: 0;
    left: unset;
}

.media_player .controls.show .control.disabled {
    opacity: .5;
}

.media_player .queue {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    color: white;
    background: linear-gradient(black, #444);
    pointer-events: initial;
    display: flex;
    align-items: flex-start;
    transform: translateY(-105%);
    transition: transform .2s ease-out;
    z-index: 1;
    overflow-y: auto;
    min-height: 8.5em;
}

@media screen and (max-width: 80vh) {
    .media_player .queue {
        padding: 1em;
        padding-top: 3.6em;
    }
}

.media_player .queue.show {
    transform: translateY(0);
}

.media_player .queue:empty {
    display: none;
}

.media_player .queue .section + .section {
    margin-top: 1em;
}

.media_player .queue .header {
    margin-bottom: .7em;
    font-size: 12px;
    color: silver;
}

.media_player .queue_item {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    width: min-content;
    position: relative;
    --margin: 3%;
    padding: .75em .5em;
}

.media_player .queue_item.active {
    background-color: rgba(0, 0, 0, .2);
}

.media_player .queue_item .image {
    position: relative;
    height: 7em;
    width: calc(7em * 16 / 9);
}

.media_player .queue_item img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.media_player .queue_item .title {
    flex: 1;
    font-size: .75em;
    margin-top: .5em;
}

.media_player .queue_item .duration {
    position: absolute;
    left: 0;
    bottom: 0;
    font-size: .6em;
    padding: .5em;
    padding-top: .7em;
    margin: var(--margin);
    background: rgba(0, 0, 0, .5);
    border-radius: .4em;
    font-family: Text-Mono;
}
.media_player .queue_item .duration:empty {
    display: none;
}

.media_player .queue_item i {
    position: absolute;
    right: 0;
    bottom: 0;
    opacity: 0;
    pointer-events: none;
    z-index: 1;
    padding: .5em;
    margin: var(--margin);
    background: rgba(0, 0, 0, .5);
    border-radius: .3em;
    width: .8em;
    height: .8em;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    opacity: 0;
}

.media_player .queue_item i img {
    filter: brightness(0) invert(1);
    width: 125%;
    height: 125%;
}

.media_player .queue_item .info {
    right: 2.2em;
}

.media_player .queue_item .delete {
    position: absolute;
    top: 0;
    right: 0;
    left: unset;
    bottom: unset;
}

body.desktop .media_player .queue_item:hover i,
body.touch .media_player .queue_item i {
    opacity: 1;
    pointer-events: initial;
}

.media_player .queue_item:not(.paused):hover .play,
body.touch .media_player .queue_item:not(.paused) .play {
    opacity: 0;
    pointer-events: none;
}

.media_player .queue_item.paused:hover .pause,
body.touch .media_player .queue_item.paused .pause {
    opacity: 0;
    pointer-events: none;
}

.character_info {
    text-align: right; 
    padding-right: 10px;
    color: silver;
    font-size: 16px;
}

@-webkit-keyframes photobooth-countdown {
    50% {
        opacity: 1;
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
}
@keyframes photobooth-countdown {
    50% {
        opacity: 1;
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
}
.photobooth {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: min(5vw, 1.2em);
    text-align: center;
    width: 100%;
    height: 100%;
    overflow-y: auto;
}
.photobooth.load .header .back {
    visibility: hidden;
}
.photobooth.load .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 430px;
    margin: 0 auto;
}
.photobooth.take-picture {
    background-color: #222;
    color: #FFF;
}
.photobooth.take-picture .header {
    background-color: #222;
    border-color: #222;
}
.photobooth.take-picture .content {
    padding: 0;
}
.photobooth.show-result .content .title {
    margin-bottom: 2rem;
}
.photobooth * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.photobooth .header {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    position: sticky;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #FFF;
    width: 100%;
    height: 45px;
    top: 0;
    padding: 0 0.5rem;
    border-bottom: 1px solid #D3D3D3;
    z-index: 2;
}
.photobooth .header > * {
    cursor: pointer;
}
.photobooth .header .back {
    font-size: 1.6em;
    margin-left: 0.25rem;
}
.photobooth .header .close {
    font-size: 1.4em;
}
.photobooth .content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 100%;
    padding: 1.5rem;
}
.photobooth .content p {
    margin: 0;
    padding: 0;
}
.photobooth .content button {
    -ms-flex-item-align: center;
    align-self: center;
    background-color: var(--color_bg_division_1);
    color: #FFF;
    font-family: inherit;
    font-size: 1.2em;
    font-weight: bold;
    margin-top: 2rem;
    padding: 1rem 2rem;
    border: 0;
    border-radius: 1rem;
    -webkit-box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.3);
    cursor: pointer;
}
.photobooth .content textarea {
    display: block;
    background-color: white;
    color: #222;
    font-size: 0.8em;
    width: 100%;
    margin-top: 1.5rem;
    padding: 1rem;
    border: 1px solid #222;
    border-radius: 0.5rem;
}
.photobooth .content .title {
    color: var(--color_font_dark);
    font-size: 1.6em;
    font-weight: bold;
    margin-bottom: 1rem;
}
.photobooth .content .punchline {
    color: var(--color_font_dark);
    font-size: 1.2em;
}
.photobooth .content .preview {
    position: relative;
    height: 0;
    padding-top: 100%;
}
.photobooth .content .preview .vjs_recorder {
    pointer-events: none;
}
.photobooth .content .preview .vjs_recorder video {
    width: 100%;
}
.photobooth .content .preview .vjs_recorder canvas {
    left: 0;
}
.photobooth .content .preview .vjs_recorder .counter,
.photobooth .content .preview .vjs_recorder .flash {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.photobooth .content .preview .vjs_recorder .counter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    opacity: 0;
}
.photobooth .content .preview .vjs_recorder .counter.animate {
    -webkit-animation-name: photobooth-countdown;
    animation-name: photobooth-countdown;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
}
.photobooth .content .preview .vjs_recorder .counter span {
    background-color: rgba(34, 34, 34, 0.8);
    border-radius: 100%;
    font-size: 3em;
    line-height: 100px;
    width: 100px;
    height: 100px;
}
.photobooth .content .preview .vjs_recorder .flash {
    display: none;
    background-color: white;
}
.photobooth .content .preview .image {
    position: absolute;
    background-size: 100%;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.photobooth .content .preview .frame {
    position: absolute;
    background-size: 100%;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.photobooth .content .frames {
    position: relative;
}
.photobooth .content .frames .swiper {
    padding: 1.5rem;
}
.photobooth .content .frames .swiper .swiper-wrapper {
    height: auto;
}
.photobooth .content .frames .swiper .swiper-wrapper .swiper-slide {
    width: 30%;
    cursor: pointer;
}
.photobooth .content .frames .swiper .swiper-wrapper .swiper-slide.none div {
    position: relative;
    padding-top: 100%;
    border: 1px dashed #686868;
}
.photobooth .content .frames .swiper .swiper-wrapper .swiper-slide.none div [class^=icon] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    color: #686868;
    font-size: min(15vw, 5rem);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.photobooth .content .frames .swiper .swiper-wrapper .swiper-slide.selected::after {
    content: "";
    position: absolute;
    background-color: #FFF;
    width: 100%;
    height: 5px;
    bottom: -0.5rem;
    left: 0;
}
.photobooth .content .frames .swiper .swiper-wrapper .swiper-slide img {
    width: 100%;
}
.photobooth .content .navigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 2rem;
    border-radius: 0.75rem;
    -webkit-box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.3);
    overflow: hidden;
}
.photobooth .content .navigation button {
    width: 100%;
    margin-top: 0;
    padding: 1rem 0;
    border: 2px solid var(--color_bg_division_1);
    border-radius: 0;
}
.photobooth .content .navigation button.first-child-with-sibling {
    background-color: transparent;
    color: var(--color_bg_division_1);
    border-top-left-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
}
.photobooth .camera-actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: sticky;
    background-color: #222;
    bottom: 0;
    padding: 1rem 0;
    z-index: 1;
}
.photobooth .camera-actions.record .shutter,
.photobooth .camera-actions.record .rotate {
    display: block;
}
.photobooth .camera-actions.review .finish,
.photobooth .camera-actions.review .camera {
    display: block;
}
.photobooth .camera-actions > * {
    cursor: pointer;
}
.photobooth .camera-actions .gallery,
.photobooth .camera-actions .rotate,
.photobooth .camera-actions .camera {
    background-color: #686868;
    text-align: center;
    line-height: 40px;
    width: 40px;
    height: 40px;
    border-radius: 100%;
}
.photobooth .camera-actions .gallery [class^=icon],
.photobooth .camera-actions .rotate [class^=icon],
.photobooth .camera-actions .camera [class^=icon] {
    line-height: inherit;
}
.photobooth .camera-actions .rotate,
.photobooth .camera-actions .camera {
    display: none;
}
.photobooth .camera-actions .rotate {
    visibility: hidden;
}
.photobooth .camera-actions .shutter,
.photobooth .camera-actions .finish {
    display: none;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.photobooth .camera-actions .shutter {
    position: relative;
    background-color: #686868;
    width: 80px;
    height: 80px;
    margin: 0 2rem;
    border-radius: 100%;
}
.photobooth .camera-actions .shutter:hover:not(.disabled):after {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.photobooth .camera-actions .shutter::after {
    content: "";
    position: absolute;
    background-color: #FFF;
    width: 85%;
    height: 85%;
    top: 7.5%;
    left: 7.5%;
    border-radius: 100%;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.photobooth .camera-actions .shutter.disabled {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
    opacity: 0.5;
}
.photobooth .camera-actions .finish {
    background-color: transparent;
    width: 35px;
    height: 35px;
    margin: 0 3rem;
    border-top: 5px solid #FFF;
    border-right: 5px solid #FFF;
    -webkit-transform: translateX(-25%) rotate(45deg);
    -ms-transform: translateX(-25%) rotate(45deg);
    transform: translateX(-25%) rotate(45deg);
}
.photobooth .camera-actions .finish:hover {
    -webkit-transform: translateX(-10%) rotate(45deg);
    -ms-transform: translateX(-10%) rotate(45deg);
    transform: translateX(-10%) rotate(45deg);
}

i.image {
    display: flex;
    align-items: center;
    justify-content: center;
}

i.image img {
    height: 1em;
    filter: brightness(0) invert(1);
}

.session_header { 
    -webkit-line-clamp: initial !important;
    font-size: 11px;
}

.session_footer {
    font-weight: normal !important;
    font-size: 11px;
    margin-bottom: .5rem;
}
.session_footer + * {
    margin-top: .5rem;
}

body.has_stream > #mobile_showcase {
    opacity: 1;
    pointer-events: auto;
}
#mobile_showcase {
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: calc(100vw * 9 / 16);
    z-index: 10;
    display: grid;
    place-items: center;
    background-color: black;
}

#mobile_showcase .content_body .buttons {
    position: absolute;
    top: 6px;
    right: 6px;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 50%;
    pointer-events: none;
}

#mobile_showcase .content_body .buttons i {
    display: none;
    flex: 0 0 24px;
    height: 24px;
    border-radius: 50%;
    color: white;
    background-color: rgba(0, 0, 0, .5);
    background-clip: content-box;
    font-size: 14px;
    pointer-events: all;
    border: 4px solid transparent;
}

#mobile_showcase .content_body .buttons i.show {
    display: inline-flex;
}
body:not(.mobile_layout) #mobile_showcase .buttons i.lightbox {
    display: none;
}
#mobile_showcase .content_body {
    width: 100%;
    position: relative;
}
#mobile_showcase iframe{
    width: 100%;
    aspect-ratio: 16 / 9;
}

.playlist {
    height: 100%;
    width: 100%;
    position: relative;
}

#session_playlist.popout .playlist {
    font-size: .5em;
}

.playlist .swiper {
    height: 100%;
    width: 100%;
}

.playlist .media .media_overlays .title {
    position: absolute;
    top: 1em;
    left: 50%;
    transform: translateX(-50%);
    padding: .5em 1em;
    color: white;
    border-radius: 5px;
    z-index: 100;
    background-color: rgba(0,0,0,.7);
    max-width: 70%;
    transition: opacity .1s;
    height: unset !important;
    text-align: center;
    width: fit-content;
    pointer-events: none;
}

.playlist .media .media_overlays .title.hide {
    opacity: 0;
}

.playlist .title:empty {
    display: none;
}

.playlist .media_container {
    height: 100%;
}

.playlist .control {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 2.8em;
    padding: .15em .33em;
    color: white;
    border-radius: 5px;
    z-index: 100;
    background-color: rgba(0, 0, 0, .7);
    opacity: 0;
    pointer-events: none;
    cursor: pointer;
    transition: opacity .1s;
}

.playlist .control.show {
    opacity: 1;
    pointer-events: all;
}

.playlist .control.previous {
    left: .2em;
}

.playlist .control.next {
    right: .2em;
}

body.touch .playlist .control {
    opacity: .1;
    font-size: 2em;
}

body.touch .playlist .control.show {
    opacity: .5;
}

.cf_option.hide {
    display: none;
}

.customFieldsIndexHeader.search_header.hide {
    display: none;
}

#stage.speaker_call {
    height: 100%
}

.list_item_marker.open .tag {
    background-color: rgb(120, 199, 129);
}

#stage iframe {
    border: none;
    height: 100%;
    width: 100%;
}

#stage .vmix_video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
}

#stage .floating_clicker {
    --border-color: #ee1515;
    position: absolute;
    top: 5%;
    right: 5%;
    width: 260px;
    height: 190px;
    z-index: 1;
    border: 3px solid var(--border-color);
    border-top: none;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

#stage .floating_clicker .clicker_header { 
    display: flex;
    justify-content: space-between;
    background-color: var(--border-color);
    cursor: move;
}

#stage .floating_clicker .clicker_header i { 
    height: 20px;
    width: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}

#stage .floating_clicker .clicker_header #clicker_header_bt_move {
    font-size: 14px;
    pointer-events: none;
} 

#stage .floating_clicker .clicker_header #clicker_header_bt_close {
    cursor: pointer;
} 

#stage .floating_clicker .clicker_content { 
    flex: 1;
}

#stage .floating_clicker .clicker_presentation {
    position: relative;
    padding-bottom: calc(100% * 9 / 16);
}

#stage .floating_clicker .clicker_arrows {
    position: relative;
    padding-bottom: calc(100% * 9 / 32);
    overflow: hidden;
    border-top: 3px solid red;
}

#stage .floating_clicker .clicker_arrows:before, 
#stage .floating_clicker .clicker_arrows:after {
    content: '\f104';
    display: block;
    position: absolute;
    top: 50%;
    left: 25%;
    transform: translate(-50%, -50%);
    color: white;
    font: normal normal normal 14px/1 ForkAwesome;
    font-size: 70px;
    text-rendering: auto;
    z-index: 10;
    pointer-events: none;
}

#stage .floating_clicker .clicker_arrows:after {
    content: '\f105';
    left: unset;
    right: 25%;
    transform: translate(50%, -50%);
}

#stage .floating_clicker .clicker_presentation iframe {
    position: absolute;
    top: -40px;
    right: -40px;
    width: 865px;
    height: 585px;
}

#stage .floating_clicker .clicker_arrows iframe {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 400%;
}

#stage .hide {
    opacity: 0;
    pointer-events: none;
}

#search_custom_fields {
    height: auto !important;
    font-size: 1rem;
    padding: 20px;
    position: relative;
    border: none;
    margin: 0;
    text-align: left;
    box-shadow: none;
}

.customFieldsIndexHeader.search_header {
    box-shadow: none;
    border-bottom: 1px solid rgb(176,171,164);
    height: auto !important;
    position: relative;
    overflow: initial;
    margin:0;
}

.clickable {
    cursor: pointer
}

.reactions_modal .title {
    padding: 10px 20px;
    text-align: center;
    line-height: 2;
}

.reactions_modal .instant_reactions_container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    padding: 20px;
}

.reactions_modal .instant_reactions_container.reacting {
    pointer-events: none;
}

.reactions_modal .instant_reaction {
    padding-bottom: 100%;
    background-repeat: repeat;
    background-size: cover;
    overflow: hidden;
}

.reactions_modal .instant_reaction.active {
    animation: hithere 1s ease;
}

@keyframes hithere {        
    30% {
        transform: scale(1.2);
    }
    40%, 60% {
        transform: rotate(-20deg) scale(1.2);
    }
    50% {
        transform: rotate(20deg) scale(1.2);
    }
    70% {
        transform: rotate(0deg) scale(1.2);
    }
    100% {
        transform: scale(1);
    }
}

.lazyloading_loading {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    height: 10px;
    font-size: 10px;
    background-color: #ccc;
    transition: transform 1.1s linear .1s, opacity .1s ease-in-out;
    opacity: 0;
    pointer-events: none;
    z-index: 10;
}

.lazyloading_loading.top {
    top: 55px;
    bottom: unset;
}

.lazyloading_loading.show {
    opacity: 1;
    transform: scaleX(0);
}

.image_swiper {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 90;
    background: rgba(0,0,0,.95);
    transition: opacity .2s ease-out;
    --image-swiper-delay: 5s;
}

.image_swiper.hide {
    opacity: 0;
}

.image_swiper .close {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 34px;
    height: 34px;
    display: grid;
    place-items: center;
    background: #222;
    color: white;
    font-size: 18px;
    z-index: 100;
    border-radius: 50%;
    cursor: pointer;
}

.image_swiper .image_swiper_image img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}

.image_swiper .swiper-pagination {
    display: flex;
}

.image_swiper .swiper-pagination-bullet {
    position: relative;
    flex: 1;
    width: auto;
    border-radius: 20px;
    padding: 5px;
    box-sizing: border-box;
    background-color: #aaa;
    opacity: .9 !important;
    overflow: hidden;
    box-shadow: 0 0 3px rgba(0,0,0,.3);
}

.image_swiper .swiper-pagination-bullet:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #fff;
    transform-origin: left;
    transform: scaleX(0);
}

.image_swiper .swiper-pagination-bullet-active:before {
    animation: progress var(--image-swiper-delay) linear;
    animation-fill-mode: forwards;
}

@keyframes progress {
    from {
        transform: scaleX(0);
    }    
    to {
        transform: scaleX(1);
    }
}

.deeplink_event_popup_title {
    text-align: center;
}

.deeplink_event_popup_subtitle {
    display: grid;
    place-items: center;
    gap: 1em;
}

.deeplink_event_popup_subtitle img {
    height: 4em;
}

.pwa_prompt {
    display: grid;
    gap: 15px;
    font-size: 1rem;
    line-height: 1.3;
}

.pwa_prompt .text {
    font-size: .9em;
}

.pwa_prompt .buttons {
    display: flex;
    justify-content: center;
}

.pwa_prompt button {
    color: white;
    background-color: var(--color_bg_division_1);
    padding: 0.5em 1em;
    border-radius: 40px;
    border: none;
    font-size: .9em;
    text-transform: uppercase;
}


#highlight_swiper {
    width: 100%;
    box-shadow: 0px -2px 5px rgba(0, 0, 0, 0.5);    
    z-index: 5;
    background-color: white;
}

#highlight_swiper {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

#highlight_swiper img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

#scan_badge {
    padding: 8px;
    border-radius: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 120px;
    align-self: center;
    margin: 5px auto;
    cursor: pointer;
    text-transform: uppercase;
}
#scan_badge .scan_text {
    font-size: 13px;
    margin-right: 5px;
}
#scan_badge .scan_icon {
    font-size: 14px;
}
#leads .hide {
    display: none;
}
#leads .lead_contents .lead_content {
    opacity: 0;
    pointer-events: none;
    will-change: opacity;
    margin-top: 25px;
}
#leads .lead_content.active {
    opacity: 1;
    pointer-events: initial;
}
#leads .page_tab.selected {
    background-color: var(--color_bg_division_1);
    color: white;
}
#leads .page_tab {
    width: 100%;
}
#leads .confirmation_new {
    font-family: Text-Regular;
    position: absolute;
    top: 22px;
    right: 6px;
    background-color: rgba(255, 0, 0, .7);
    color: white;
    font-size: 8px;
    min-width: 14px;
    line-height: 14px;
    border-radius: 7px;
    border: 0px solid white;
    text-align: center;
}
#leads .confirmation_new:empty {
    display: none;
}
.confirmations .list_empty {
    text-align: center;
    padding: 20px;
    font-size: 12px;
    color: silver;
}
.confirmations .list_empty{
    display: none;
}
#confirmed_list:empty + .list_empty,
#pending_list:empty + .list_empty,
#dismissed_list:empty + .list_empty {
    display: block;
}
.confirmations .share_fields {
    padding: 10px;
    font-size: 12px;
}
.confirmations .share_fields .value {
    margin-top: 3px;
}
.confirmations #pending_list .list_item.has_buttons,
.confirmations #dismissed_list .list_item.has_buttons,
.confirmations #confirmed_list .list_item.has_buttons {
    padding-bottom: 50px;
}
.confirmations .list_item .recover {
    position: absolute;
    bottom: 10px;
    right: 10px;
}

.confirmations .list_item .recover .ask {
    font-size: 12px;
    color: var(--color_icon_clickable);
    align-self: flex-start;
    position: relative;
}
#leads_pending .list_item.card {
    opacity: .6;
}
.lead_list_item.list_item,
.confirmation_list_item.list_item {
    padding: 20px 20px 30px 20px;
    border-radius: 6px;
}
.lead_list_item .photo{
    align-self: flex-start;
}

.lead_list_item .info {
    position: absolute;
    bottom: 10px;
    right: 20px;
    font-size: 9px;
    display: flex;
    align-items: center;
}

.lead_list_item .info > div {
    display: flex;
    align-items: center;
}

.lead_list_item .info i {
    margin-left: 5px;
    font-size: 14px;
    color: silver;
}

.lead_fields.list_item {
    margin: 0px;
    border: none;
    border-radius: 0;
}
.lead_fields.list_item .field .subtitle{
    user-select: text;
    -moz-user-select: text;
    -webkit-user-select: text;
}
#leads .status_off {
    display: flex;
    gap: 8px;
    padding: 5px 10px;
}
#leads .status_off.hide {
    display: none;
}
#leads .info_offline {
    font-size: 12px;
}
.new_lead.list_item {
    padding: 15px 20px;
    opacity: .5;
    pointer-events: none;
}
.new_lead .status {
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 3px;
    top: 10px;
    right: 10px;
    z-index: 2;
}
#leads .connection_status_off {
    background-image: url('../../img/wifi_off.png');
    width: 22px;
    min-width: 22px;
    height: 22px;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-size: 80% 80%;
    background-position: 50% 42%;
    visibility: visible;
    background-color: red;
}
.new_lead .status .text {
    font-size: 11px;
    color: silver;
}
.leads .exhibitor {
    display: flex;
    align-items: center;
    margin: 5px 10px;
}
.leads .exhibitor .info {
    display: flex;
    flex-direction: column;
    padding-left: 15px;
    font-size: 12px;
}
.leads .exhibitor .name {
    font-size: 18px;
}
.leads .exhibitor .image {
    height: 100%;
}
.leads .exhibitor .menu_button i {
    color: var(--color_bg_division_2);
    font-size: 28px;
}

.lead_detail textarea {
    background: transparent;
    border: 0;
    font-size: 14px;
    padding: 15px 20px;
    color: #404040;
    display: block;
    width: 100%;
}
.lead_detail.networking .quality {
    display: none;    
}
.lead_detail .quality {
    
}
.lead_detail .quality .interest {
    text-align: center;
    margin-bottom: 20px;
}

.lead_detail .slider {
    margin: 30px 20px 20px 30px;
    height: 10px;
    border-radius: 5px;  
    background: #d3d3d3;
    outline: none;
}
.lead_detail .slider::-webkit-slider-thumb {
    appearance: none;
    width: 25px;
    height: 25px;
    border-radius: 50%; 
    background: var(--color_bg_division_1);
    cursor: pointer;
}
.lead_detail .slider::-moz-range-thumb {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: var(--color_bg_division_1);
    cursor: pointer;
}

.lead_detail .list_item.card {
    background-color: initial;
    cursor: initial;
}
.lead_detail input.disabled {
    pointer-events: none;
    opacity: .5;
}
.lead_detail textarea.disabled {
    pointer-events: none;
    opacity: .5;
}
.lead_detail .pending_text {
    display: none;
}
.lead_detail.pending_confirmation .pending_text {
    display: block;
}
.lead_detail .option_buttons {
    margin-top: 5px;
    margin-bottom: 5px;
}

.form_popup .action_modal_content {
    overflow-x: auto;
}

.form_popup .container {
    display: grid;
    gap: 14px;
    margin: 10px 0;
}

.form_popup .field .content {
    display: flex;
}

.form_popup input, 
.form_popup textarea {
    border: none;
    padding: 10px 20px;
    margin: 0 20px;
    box-sizing: border-box;
    background: #f2f2f2;
    border-radius: 6px;
    flex: 1;
    font-size: 1em;
}
.form_popup label {
    display: block;
    margin: 10px 20px;
    margin-bottom: 5px;
    font-size: .8em;
    font-weight: bold;
}
.form_popup label .optional {
    font-size: 0.75em;
    margin-left: 5px;
    font-weight: normal;
}
.form_popup .error {
    border: solid 1px red;
}

body.fills_notch {
    top: 0;
    bottom: 0;
    height: 100%;
    background-color: var(--color_bg_header);
    background-image: none;
}

body.fills_notch > #stream,
body.fills_notch #lightbox,
body.fills_notch #mobile_showcase,
body.fills_notch .modal_page,
body.fills_notch .image_swiper {
    top: var(--safe-top);
}

body.fills_notch .normal_page .page_header {
    padding-top: var(--safe-top);
}

body.fills_notch .normal_page .page_content {
    top: calc(45px + var(--safe-top));
}

body.fills_notch #cropper .floating_button {
    top: calc(15px + var(--safe-top));
}

body.fills_notch #cropper .cropper_container {
    bottom: calc(58px + var(--safe-bottom));
}

body.fills_notch .modal_page .bottom_buttons,
body.fills_notch #cropper .bottom_buttons,
body.fills_notch:not(.has_tabs):not(.has_swiper) .bottom_buttons,
body.fills_notch:not(.has_tabs):not(.has_swiper) .session_bottom_actions {
    bottom: var(--safe-bottom);
}

body.fills_notch .action_modal .action_modal_buttons {
    padding-bottom: calc(15px + var(--safe-bottom));
}

body.fills_notch .action_modal,
body.fills_notch:not(.has_tabs):not(.has_swiper) .list_page.scroll {
    padding-bottom: var(--safe-bottom);
}

body.fills_notch:not(.has_tabs):not(.has_swiper) .scroll_padding_single {
    padding-bottom: calc(60px + var(--safe-bottom)) !important;
}

body.fills_notch:not(.has_tabs):not(.has_swiper) .scroll_padding_double {
    padding-bottom: calc(110px + var(--safe-bottom)) !important;
}

body.fills_notch:not(.has_tabs):not(.has_swiper) .has_bottom_buttons {
    padding-bottom: calc(60px + var(--safe-bottom)) !important;
}

body.fills_notch .side_menu_container {
    top: var(--safe-top);
}

body.fills_notch .side_menu_elements {
    padding-bottom: var(--safe-bottom);
}

body.fills_notch .bottom_side_menu ~ .side_menu_elements.scroll {
    padding-bottom: calc(45px + var(--safe-bottom));
}

body.fills_notch .bottom_side_menu {
    bottom: var(--safe-bottom);
}

body.fills_notch:not(.has_tabs):not(.has_swiper) #my_events .tab_menu {
    height: calc(80px + var(--safe-bottom));
}

body.fills_notch:not(.has_tabs):not(.has_swiper) #my_events .tab_menu .tab_menu_item {
    padding-bottom: var(--safe-bottom);
}

body.fills_notch #tabs {
    height: calc(var(--safe-bottom) + 60px);
}

body.fills_notch #tabs .tab {
    padding-bottom: var(--safe-bottom);
}

body.fills_notch.has_tabs #mainDiv {
    bottom: calc(var(--safe-bottom) + 60px);
}

body.fills_notch:not(.has_tabs) #highlight_swiper {
    padding-bottom: var(--safe-bottom);
}

body.fills_notch .loading_page .content {
    padding-top: calc(25px + var(--safe-top));
}

body.fills_notch #quests .quest_detail {
    padding-bottom: calc(58px + var(--safe-bottom));
}

body.fills_notch.ios #lightbox  {
    position: fixed;
}

.countdown {
    position: absolute;
    right: 0;
    top: 100px;
    z-index: 100;
    font-size: 1em;
    background-color: rgba(220, 220, 220, .95);
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, .4);
    font-weight: bold;
    overflow: hidden;
    display: flex;
}
.countdown .left {
    flex: 1;
}
.countdown .message {
    padding: .3em;
    padding-bottom: 0;
    text-transform: uppercase;
    text-align: center;
    font-size: .8em;
    white-space: nowrap;
}
.countdown .counter {
    display: flex;
    align-items: stretch;
    justify-content: center;
    height: 35px;
}
.countdown .counter_block {
    flex: 0 0 48px;
    text-align: center;
    width: 48px;
    /* padding: 5px 0; */
    /* padding-top: 0; */
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}
.countdown .counter_block .label {
    font-size: .55em;
}
.countdown.closed .left {
    max-width: 0;
    overflow: hidden;
}
.countdown .counter_toggle {
    font-size: .55em;
    box-shadow: 1px 0 3px rgba(0,0,0,.5);
    padding: 5px;
    display: flex;
    align-items: center;
    /* background-color: #c2c2c2; */
}
.countdown .counter_toggle:hover {background-color: #b2b2b2;}
.countdown .counter_toggle i {font-size: 14px;}
.countdown.closed .counter_toggle .fa-angle-right,
.countdown .counter_toggle .fa-clock-o {display: none;}
.countdown.closed .counter_toggle .fa-clock-o {display: block;}

.swiper-backface-hidden .swiper-slide {
    transform: unset;
}

.dropdown_container .dropdown_list_item {
    border-radius: 4px;
    background-color: var(--color_bg_division_1);
    color: white;
}
.dropdown_container .dropdown_list_item .title{
    font-size: 14px;
}
.dropdown_container .content {
    display: block;
    padding: 10px 10px 0 10px;
}
.dropdown_container.closed .content {
    display: none;
}
.dropdown.hidden {
    display: none;
}
details.dropdown_container > summary {
  list-style: none;
}
details.dropdown_container > summary::-webkit-details-marker {
  display: none;
}

body:not(.mobile) .mobile_only {
    display: none;
}

.clicker_modal {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
}

.clicker_modal iframe {
    flex: 1;
    border: none;
}

.clicker_modal .bottom_buttons {
    position: static;
    background-color: #1a1a1a;
}

.clicker_modal .bottom_buttons .bottom_button.selected {
    opacity: .8;
}

.dashboard_nav {
    --row-count: 1;
    --column-count: 4;
    --gap: 1em;
    --padding: 1em;
    display: flex;
    flex-direction: column;
}

.dashboard_nav .dashboard_nav_group {
    position: relative;
    --aspect-ratio: 1;
}

.dashboard_nav .dashboard_nav_group .grid_template,
.dashboard_nav .dashboard_nav_group .grid {
    display: grid;
    gap: var(--gap);
    grid-template-columns: repeat(var(--column-count), 1fr);
    /* grid-template-rows: repeat(var(--row-count), 1fr); */
    margin: var(--padding)
}


.dashboard_nav .dashboard_nav_group .grid {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.dashboard_nav .dashboard_nav_group:not(.no_ratio) .grid,
.dashboard_nav .dashboard_nav_group:not(.no_ratio) .grid_template {
    grid-auto-rows: 1fr;
}

.dashboard_nav .dashboard_nav_group.no_ratio .grid {
   position: initial; 
}

.dashboard_nav .dashboard_nav_group.no_ratio .grid_template {
    display: none;
}

.dashboard_nav .dashboard_nav_group .grid_template .placeholder:nth-child(1) {
    padding-bottom: calc(100% * 1 / (var(--aspect_ratio)));
    grid-area: 1/1/1/1;
}

.dashboard_nav .dashboard_nav_item {
    position: relative;
    min-width: 0;
    min-height: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
    cursor: pointer;
    font-size: 10px;
    display: flex;
    align-items: stretch;
    justify-content: stretch;
}


.dashboard_nav_item[data-type^=default-box] {
    border-radius: 5px;
    box-shadow: 1px 1px 4px rgba(0,0,0,.3);
}

.dashboard_nav_item[data-type^=default-] .dashboard_nav_item_content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
}

.dashboard_nav_item[data-type^=default-icon] .dashboard_nav_item_content {
    justify-content: flex-start;
}

.dashboard_nav_item[data-type^=default-] .background {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 0;
}

.dashboard_nav_item[data-type^=media] .background_media,
.dashboard_nav_item[data-type^=default-] .background_media {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 2;
    transition: opacity .1s;
}

.dashboard_nav_item[data-type^=media] .background_media.hide {
    opacity: 0;
    pointer-events: none;
}

.dashboard_nav_item[data-type^=default-] .background .media,
.dashboard_nav_item[data-type^=media] .background img,
.dashboard_nav_item[data-type^=default-] .background img {
    display: block;
    height: 100%;
    width: 100%;
    object-fit: cover;
    z-index: 1;
}

.dashboard_nav_item[data-type^=default-] .overlay {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
    background: rgba(0,0,0,.5);
}

.dashboard_nav_item[data-type^=default-] .icon {
    width: 65%;
    min-height: 0;
    z-index: 10;
    /* max-height: 100px; */
    z-index: 2;
}

.dashboard_nav_item[data-type^=default-].no_text .icon {
    flex: 1;
}

.dashboard_nav_item[data-type^=default-box] .icon {
    /* max-height: 40%; */
}

.dashboard_nav_item[data-type^=default-box].no_text .icon {
    /* max-height: 60%; */
}

.dashboard_nav_item[data-type^=default-] .icon img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}

.dashboard_nav_item[data-type^=default-] .text {
    flex: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 10;
    margin: 5px 0 0 0;
    z-index: 2;
}

.dashboard_nav_item[data-type^=default-] .title,
.dashboard_nav_item[data-type^=default-] .subtitle {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.dashboard_nav_item[data-type^=default-] .subtitle {
    font-size: .75em;
}

.dashboard_nav_item .subtitle:empty {
    display: none;
}

.dashboard_nav_item[data-type=card] { 
    border-radius: 8px;
    box-shadow: 2px 2px 4px rgba(0,0,0,.5);
    background-color: white;
}

.dashboard_nav_item[data-type=card] .dashboard_nav_item_content {
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 100%;
}

.dashboard_nav_item[data-type=card] .icon { 
    display: none;
}

.dashboard_nav_item[data-type=card] .background {
    flex: 1;
    min-height: 0;
}

.dashboard_nav_item[data-type=card] .background img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.dashboard_nav_item[data-type=card] .text {
    display: grid;
    grid-auto-flow: row;
    padding: .8em 1em;
    gap: .5em;
    font-size: .75rem;
}

.dashboard_nav_item[data-type=card] .text .title { 
    font-family: 'Text-Bold';
}

.dashboard_nav_item[data-type=list] {
    border-radius: 8px;
    box-shadow: 2px 2px 4px rgba(0,0,0,.5);
    background-color: white;
}

.dashboard_nav_item[data-type=list] .dashboard_nav_item_content {
    display: flex;
    align-items: center;
    flex: 1;
}

.dashboard_nav_item[data-type=list] .background {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 0;
}

.dashboard_nav_item[data-type=list] .background img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.dashboard_nav_item[data-type=list] .icon {
    flex-basis: 30%;
    align-self: stretch;
}

.dashboard_nav_item[data-type=list] .icon img { 
    height: 100%;
    width: 100%;
    object-fit: contain;
}

.dashboard_nav_item[data-type=list] .text { 
    display: grid;
    grid-auto-flow: row;
    padding: .5rem;
    gap: .5em;
    font-size: .75rem;
    z-index: 10;
}

.dashboard_nav_item[data-type=list] .text .title { 
    font-family: 'Text-Bold';
}

#articles,
[id^=article-] {
    background-color: #f2f2f2;
}
#articles p,
[id^=article-] p {
    margin: 0;
    padding: 0;
}
#articles button,
[id^=article-] button {
    background-color: var(--color_bg_button);
    color: var(--color_font_button);
    font-family: inherit;
    font-size: inherit;
    border: 0;
    cursor: pointer;
}
#articles .search_header ~ .list_page,
[id^=article-] .search_header ~ .list_page {
    padding-top: 1rem;
}
#articles .articles-list,
[id^=article-] .articles-list {
    padding: 1rem;
}
#articles .articles-list article,
[id^=article-] .articles-list article {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    border-radius: 0.5rem;
    -webkit-filter: drop-shadow(0 10px 5px rgba(0, 0, 0, 0.05));
    filter: drop-shadow(0 10px 5px rgba(0, 0, 0, 0.05));
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    overflow: hidden;
}
#articles .articles-list article.clickable,
[id^=article-] .articles-list article.clickable {
    cursor: auto;
}
#articles .articles-list article.clickable .image, #articles .articles-list article.clickable .content,
[id^=article-] .articles-list article.clickable .image,
[id^=article-] .articles-list article.clickable .content {
    cursor: pointer;
}
#articles .articles-list article.unpublished,
[id^=article-] .articles-list article.unpublished {
    opacity: 0.5;
}
#articles .articles-list article.pinned::before,
[id^=article-] .articles-list article.pinned::before {
    content: "\e966";
    position: absolute;
    background-color: #FFF;
    font-family: Icons;
    text-align: center;
    line-height: 30px;
    width: 30px;
    height: 30px;
    top: 0;
    right: 0;
    border-bottom-left-radius: 0.5rem;
}
#articles .articles-list article + article,
[id^=article-] .articles-list article + article {
    margin-top: 2.5rem;
}
#articles .articles-list article .image,
[id^=article-] .articles-list article .image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #FFF;
    background-position: center;
    background-size: cover;
    max-height: calc(100vw - 2rem);
    overflow: hidden;
}
#articles .articles-list article .image.bottom,
[id^=article-] .articles-list article .image.bottom {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}
#articles .articles-list article .image.bottom:has(~ .share),
[id^=article-] .articles-list article .image.bottom:has(~ .share) {
    border-bottom-left-radius: 0.5rem;
}
#articles .articles-list article .image img,
[id^=article-] .articles-list article .image img {
    width: 100%;
}
#articles .articles-list article .content,
[id^=article-] .articles-list article .content {
    background-color: #FFF;
    padding: 2rem 1.5rem;
}
#articles .articles-list article .content:has(+ .share),
[id^=article-] .articles-list article .content:has(+ .share) {
    border-bottom-left-radius: 0.5rem;
}
#articles .articles-list article .content .date,
[id^=article-] .articles-list article .content .date {
    font-size: 0.7em;
    text-transform: uppercase;
    margin-bottom: 0.5rem;
}
#articles .articles-list article .content .title,
[id^=article-] .articles-list article .content .title {
    font-family: Text-Bold;
    font-size: 1.2em;
}
#articles .articles-list article .content .subtitle,
[id^=article-] .articles-list article .content .subtitle {
    color: var(--color_font_gray);
    font-family: Text-Bold;
    font-size: 0.8em;
    text-transform: uppercase;
    letter-spacing: 0.5;
    margin-top: 0.5rem;
}
#articles .articles-list article .content .excerpt,
[id^=article-] .articles-list article .content .excerpt {
    color: var(--color_font_gray);
    margin-top: 0.75rem;
    line-height: 1.4;
}
#articles .articles-list article .content .learn-more,
[id^=article-] .articles-list article .content .learn-more {
    color: var(--color_icon_clickable);
    font-family: Text-Bold;
    font-size: 0.8em;
    text-transform: uppercase;
    letter-spacing: 2;
    margin-top: 1.5rem;
}
#articles .articles-list article .content .learn-more:hover i,
[id^=article-] .articles-list article .content .learn-more:hover i {
    margin-left: 0.5rem;
}
#articles .articles-list article .content .learn-more i,
[id^=article-] .articles-list article .content .learn-more i {
    margin-left: 0.25rem;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}
#articles .articles-list article .actions,
[id^=article-] .articles-list article .actions {
    -ms-flex-item-align: end;
    align-self: end;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
}
#articles .articles-list article .actions button,
[id^=article-] .articles-list article .actions button {
    background-color: #CCC;
    color: #FFF;
    font-size: 0.7em;
    text-transform: uppercase;
    padding: 0.25rem 0.75rem;
    border-bottom-left-radius: 0.5rem;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}
#articles .articles-list article .actions button:hover,
[id^=article-] .articles-list article .actions button:hover {
    opacity: 0.5;
}
#articles .articles-list article .actions button + button,
[id^=article-] .articles-list article .actions button + button {
    margin-left: 1px;
    border-bottom-left-radius: 0;
}
#articles .articles-list article .actions button i,
[id^=article-] .articles-list article .actions button i {
    font-size: 1.2em;
    margin-right: 0.25rem;
}
#articles .article-detail article,
[id^=article-] .article-detail article {
    margin-bottom: 2rem;
}
#articles .article-detail article .image img,
[id^=article-] .article-detail article .image img {
    width: 100%;
}
#articles .article-detail article .content,
[id^=article-] .article-detail article .content {
    padding: 1.5rem;
}
#articles .article-detail article .content .title,
[id^=article-] .article-detail article .content .title {
    font-family: Text-Bold;
    font-size: 1.2em;
}
#articles .article-detail article .content .subtitle,
[id^=article-] .article-detail article .content .subtitle {
    color: var(--color_font_gray);
    font-family: Text-Bold;
    font-size: 0.8em;
    text-transform: uppercase;
    letter-spacing: 0.5;
    margin-top: 0.5rem;
}
#articles .article-detail article .content .date,
[id^=article-] .article-detail article .content .date {
    font-size: 0.7em;
    text-transform: uppercase;
    margin-top: 0.75rem;
}
#articles .article-detail article .content .text,
[id^=article-] .article-detail article .content .text {
    margin-top: 1.5rem;
}
#articles .article-detail article .content button,
[id^=article-] .article-detail article .content button {
    display: block;
    margin: 1.5rem auto 0;
    padding: 0.75rem 1.5rem;
    border-radius: 0.5rem;
    -webkit-box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.1);
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}
#articles .article-detail article .content button:hover,
[id^=article-] .article-detail article .content button:hover {
    -webkit-transform: scale(0.95);
    -ms-transform: scale(0.95);
    transform: scale(0.95);
}

.block_card {
    border-radius: 1rem;
    border: 1px solid rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 5px 10px 10px rgba(0, 0, 0, 0.05);
    box-shadow: 5px 10px 10px rgba(0, 0, 0, 0.05);
    overflow: hidden;
}
.block_card img {
    display: block;
    width: 100%;
}
.block_card .content {
    background-color: #FFF;
    padding: 1rem;
}
.block_card .content .title {
    font-size: 1.2em;
    line-height: 1.4;
}
.block_card .content .title + .subtitle {
    margin-top: 0.5rem;
}
.block_card .content .title + .text {
    margin-top: 0.5rem;
}
.block_card .content .subtitle {
    color: var(--color_font_gray);
    font-size: 0.8em;
    text-transform: uppercase;
    letter-spacing: 0.5;
    line-height: 1.6;
}
.block_card .content .subtitle + .text {
    margin-top: 1rem;
}
.block_card .navigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-color: var(--color_bg_button);
    color: var(--color_font_button);
    padding: 0.75rem 1rem;
}

.custom_link,
.custom_link:active,
.custom_link:visited {
    text-decoration: none;
    font-family: 'Text-Bold';
    color: var(--color_icon_clickable);
}