/* * 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. */


/* *************************************************** VARIABLES ***************************************************** */

:root {
    /* SUCCEVO COLOR */
    --succevo-1: #00AEEF;
    --succevo-2: #2ea1f8;
    --succevo-3: #1990ea;
    /* ****** DARK THEME ****** */
    --dark-menu-item: #00aeef;
    --dark-logo: #ffff9e;
    --dark-news-headline: #99565e;
    --dark-icons: #c86e5d;
    --dark-label-topbar: #ff9879;
    --dark-label-picture: #cdb343;
    --dark-label-selectbox: #f8d77d;
    --dark-footer-link: #437d99;
    --dark-text-colour: #FFFFFF;
    --dark-headline-colour: #9ba3a9;
    --dark-paragraph: #64635e;
    --dark-highlight: #e55700;
    --dark-searched-term: #f5a000;
    --dark-success-link: #39b54a;
    --dark-help-colour: #7da7d9;
    /* ****** WHITE THEME ****** */
    --white-menu-item: #00aeef;
    --white-logo-hover: #fecf39;
    --white-label-topbar: #ffdf6d;
    --white-label-picture: #dbdbdb;
    --white-search-box: #81736a;
    --white-profile-bar: #00aeef;
    --white-error-link: #ffa2ad;
    --white-success-link: #74c7a8;
    --white-success-max: #00797a;
    --white-violet: #8781bd;
    /* ****** COMMON COLORS ****** */
    /* TEXT */
    --text-1: #9BA3A9;
    --text-2: #6DCFF6;
    --text-3: #4FB5DD;
    --text-4: #393c3e;
    --text-5: #009ad4;
    --text-6: #71787e;
    --text-7: #00aeef;
    --text-8: #009ad4;
    --text-9: #b7c0cd;
    --text-1-1: #444;
    /* BACKGROUND */
    --background-color-1: #1B2431;
    --background-color-2: #202938;
    --background-color-3: #273142;
    --background-color-4: #313D4F;
    --background-color-5: rgb(242, 242, 242);
    --background-color-6: #222c3c;
    /* BUTTONS */
    --buttons-normal-1: #26B10F;
    --buttons-normal-2: #2299F1;
    --buttons-hover-1: #1E970A;
    --buttons-hover-2: #1A84D3;
    --buttons-hover-click-1: #197809;
    --buttons-hover-click-2: #0F72BB;
    /* COLORS */
    --red-1: #ED1C24;
    --green-1: #1BB934;
    --blue-1: #285D8A;
    --black: #000000;
    --white: #fff;
    /* COLORS FROM ANGULAR APP */
    --text-10: #ececec;
    --text-11: rgb(242, 242, 242);
    --background-color-7: #ececec;
    /* PRELOAD ANIMATION*/
    --preloader-image-padding: 24px;
    --preloader-image-height: 340px;
    --preloader-image-skeleton: linear-gradient(lightgrey var(--preloader-image-height), transparent 0);
    --avatar-size: 32px;
    --avatar-position: var(--preloader-image-padding) var(--preloader-image-padding);
    --avatar-skeleton: radial-gradient(circle 16px at center, white 99%, transparent 0);
    --title-height: 32px;
    --title-width: 200px;
    --title-position: var(--preloader-image-padding) 180px;
    --title-skeleton: linear-gradient(white var(--title-height), transparent 0);
    --desc-line-height: 16px;
    --desc-line-skeleton: linear-gradient(white var(--desc-line-height), transparent 0);
    --desc-line-1-width: 230px;
    --desc-line-1-position: var(--preloader-image-padding) 242px;
    --desc-line-2-width: 180px;
    --desc-line-2-position: var(--preloader-image-padding) 265px;
    --footer-height: 40px;
    --footer-position: 0 calc(var(--preloader-image-height) - var(--footer-height));
    --footer-skeleton: linear-gradient(white var(--footer-height), transparent 0);
    --blur-width: 200px;
    --blur-size: var(--blur-width) calc(var(--preloader-image-height) - var(--footer-height));
    /* --heading_dark: #354052;
    --heading_dark_rgb: rgb(53, 64, 82);
    --text: #7f8fa4;
    --text_rgb: rgb(127, 143, 164);
    --primary: #2B9FF6;
    --primary_rgb: rgb(43, 159, 246);
    --sidebar: #222c3c;
    --sidebar_rgb: rgb(34, 44, 60);
    --green: #1bb934;
    --green_rba: rgb(27, 185, 52);
    --red: #ed1c24;
    --red_rgb: rgb(237, 28, 36);
    --orange: #fd9a18;
    --orange: rgb(253, 154, 24);
    --grey: #b7c0cd;
    --grey_rgb: rgb(183, 192, 205);
    --purple: 8669E6;
    --purple_rgb: rgb(134, 105, 230); */
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    -ms-touch-action: none;
}


/* *************************************************** END VARIABLES ***************************************************** */


/* ****** GRADIENT CLASSES ****** */

.succevo-gradient-to-right {
    background: var(--background-color-1);
    background: -webkit-linear-gradient(to right, var(--background-color-1) 25%, var(--background-color-2) 50%, var(--background-color-3) 75%, var(--background-color-4) 100%);
    background: linear-gradient(to right, var(--background-color-1) 25%, var(--background-color-2) 50%, var(--background-color-3) 75%, var(--background-color-4) 100%);
}

.succevo-gradient-to-bottom {
    background: var(--succevo-2);
    background: -webkit-linear-gradient(to bottom, var(--succevo-2) 25%, var(--succevo-2) 50%, var(--succevo-3) 75%, var(--succevo-3) 100%);
    background: linear-gradient(to bottom, var(--succevo-2) 25%, var(--succevo-2) 50%, var(--succevo-3) 75%, var(--succevo-3) 100%);
}

.succevo-gradient-button-to-bottom {
    background: var(--succevo-2)!important;
    /*background: -webkit-linear-gradient(to bottom, var(--succevo-2) 25%, var(--succevo-2) 50%, var(--succevo-3) 75%, var(--succevo-3) 100%)!important;*/
    /*background: linear-gradient(to bottom, var(--succevo-2) 25%, var(--succevo-2) 50%, var(--succevo-3) 75%, var(--succevo-3) 100%)!important;*/
    color: #fff!important;
}


/* ***************** START MAIN STYLES ***************** */


/* ******* proxima-nova font ********** */

@font-face {
    font-family: "proxima-nova";
    src: url("../fonts/proxima-nova-normal.otf") format("opentype");
    font-style: normal;
    font-weight: 700;
}

@font-face {
    font-family: "proxima-nova";
    src: url("../fonts/proxima-nova-italic.otf") format("opentype");
    font-style: italic;
    font-weight: 700;
}

@font-face {
    font-family: "proxima-nova";
    src: url("../fonts/proxima-nova-normal-600.otf") format("opentype");
    font-style: normal;
    font-weight: 600;
}

@font-face {
    font-family: "proxima-nova";
    src: url("../fonts/proxima-nova-normal-400.otf") format("opentype");
    font-style: normal;
    font-weight: 400;
}

@font-face {
    font-family: "proxima-nova";
    src: url("../fonts/proxima-nova-italic-400.otf") format("opentype");
    font-style: italic;
    font-weight: 400;
}

.tk-proxima-nova {
    font-family: "proxima-nova", sans-serif;
}


/* LOGO TEXT */

.meetingbox-logo-text {
    font-family: "proxima-nova", sans-serif !important;
    color: #444;
    text-decoration: none;
    line-height: 40px;
    font-weight: 700 !important;
}

.meetingbox-logo-text-white {
    font-family: "proxima-nova", sans-serif !important;
    color: white;
    text-decoration: none;
    line-height: 40px;
    font-weight: 700 !important;
}

body {
    /* font-family: "proxima-nova", sans-serif !important; */
    font-style: normal;
    cursor: url(../img/mobile_cursor.png) 8 8, auto!important;
    /* it doesn't work on phones */
}

#content {
    /* margin-top: 50px; */
    padding: 0 !important;
}

.hide {
    display: none;
}

#myNavigator .page__content.hide_navigation {
    top: 0 !important;
    z-index: 11000 !important;
}

#myNavigator .page__content {
    background: white !important;
    /* color: white; */
}


/* ANIMATIONS SETTINGS */

#welcome-page .float-button.animated {
    animation-duration: 1s !important;
    animation-delay: 0s !important;
    /* animation-iteration-count: infinite; */
    -webkit-animation-duration: 1s !important;
    -webkit-animation-delay: 0s !important;
    /* -webkit-animation-iteration-count: infinite; */
    -moz-animation-duration: 1s !important;
    -moz-animation-delay: 0s !important;
    /* -moz-animation-iteration-count: infinite; */
    -ms-animation-duration: 1s !important;
    -ms-animation-delay: 0s !important;
    /* -ms-animation-iteration-count: infinite; */
}

.schedule-search-container,
.speakers-search-container,
.sponsors-search-container,
.exhibitors-search-container,
.attendees-search-container,
#schedule-more-settings,
.speakers-fav-button,
.attendees-fav-button,
.sponsors-fav-button,
.exhibitors-fav-button {
    animation-duration: 0.5s !important;
    animation-delay: 0s !important;
    /* animation-iteration-count: infinite; */
    -webkit-animation-duration: 0.5s !important;
    -webkit-animation-delay: 0s !important;
    /* -webkit-animation-iteration-count: infinite; */
    -moz-animation-duration: 0.5s !important;
    -moz-animation-delay: 0s !important;
    /* -moz-animation-iteration-count: infinite; */
    -ms-animation-duration: 0.5s !important;
    -ms-animation-delay: 0s !important;
    /* -ms-animation-iteration-count: infinite; */
}

.session-btn-bar-container {
    animation-duration: 0.2s !important;
    animation-delay: 0s !important;
    /* animation-iteration-count: infinite; */
    -webkit-animation-duration: 0.2s !important;
    -webkit-animation-delay: 0s !important;
    /* -webkit-animation-iteration-count: infinite; */
    -moz-animation-duration: 0.2s !important;
    -moz-animation-delay: 0s !important;
    /* -moz-animation-iteration-count: infinite; */
    -ms-animation-duration: 0.2s !important;
    -ms-animation-delay: 0s !important;
    /* -ms-animation-iteration-count: infinite; */
}


/* The animation code */

@keyframes move-fab {
    from {
        right: 20px;
    }
    to {
        right: 70px;
    }
}


/* The element to apply the animation to */

.move-fab-anim {
    animation-name: move-fab;
    animation-duration: 0.5s;
    right: 70px !important;
}

.fab {
    background-color: var(--succevo-3) !important;
}


/* ***************** END MAIN STYLES ***************** */


/* ***************** START MAIN STYLES FOR NAVIGATION AND APP HEADER ***************** */

#myNavigator .toolbar {
    background-color: var(--succevo-3);
    color: white;
    background-image: none;
}

#myNavigator .toolbar-succevo-transparent {
    color: white;
    background-color: transparent;
    box-shadow: none;
    background-image: none;
    border-bottom: none;
}

#myNavigator .toolbar-succevo-fill {
    color: white;
    background-color: var(--succevo-3) !important;
    box-shadow: none;
    background-image: none;
    border-bottom: none;
}

.toolbar-succevo-transparent+.page__background+.page__content {
    top: 0 !important;
}

#myNavigator .toolbar .toolbar-button {
    color: white;
}

#myNavigator .toolbar #speakers-bookmarks-close,
#myNavigator .toolbar #attendees-bookmarks-close,
#myNavigator .toolbar #sponsors-bookmarks-close,
#myNavigator .toolbar #exhibitors-bookmarks-close {
    color: white;
    font-size: 14px !important;
}

#myNavigator .toolbar .center,
#myNavigator .toolbar .right {
    color: white;
}

#myNavigator .toolbar .back-button {
    opacity: 1;
    color: white;
    line-height: 44px !important;
}

#myNavigator .toolbar .back-button span {
    fill: white !important;
    line-height: 44px !important;
}

#menu .page__background {
    background: var(--background-color-5) !important;
}

#menu .page__content {
    background: var(--background-color-5) !important;
}

#menu .list {
    background: var(--background-color-5) !important;
    color: white;
}

#menu .list .list-item.active-item {
    color: var(--succevo-3) !important;
}

#menu .list .list-item__center {
    background-image: none !important;
}

#menu .list .list-item__center i {
    width: 32px !important;
    font-size: 16px;
    text-align: center;
}

#menu .list .menu-item-divider {
    padding: 0 0 0 6px !important;
}

#menu .list .menu-item-divider h2 {
    font: 12px sans-serif;
    margin: 0px;
    text-align: center;
    /* text-transform: uppercase; */
    position: relative;
    z-index: 1;
    width: 100%;
}

#menu .list .menu-item-divider h2:before {
    border-top: 1px solid var(--succevo-3);
    content: "";
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    bottom: 0;
    width: 95%;
    z-index: -1;
}

#menu .list .menu-item-divider h2 span {
    background: var(--background-color-5);
    padding: 0 15px;
    color: var(--succevo-3);
}


/* ***************** END MAIN STYLES FOR NAVIGATION AND APP HEADER ***************** */


/* ***************** SPLASHSCREEN ***************** */

#splash_screen {
    width: 100%;
    height: 100%;
    z-index: 9999;
    position: fixed;
    display: table;
}

#splash_screen .logo-box {
    position: absolute;
    top: 50px;
    text-align: center;
    width: 100%;
}

#splash_screen #logo {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}


/* ***************** END OF SPLASHSCREEN ***************** */


/* ***************** WELCOME PAGE ****************** */

#welcome-page {
    width: 100%;
    height: 100vh;
    z-index: 9999;
    position: fixed;
    background: var(--background-color-5);
    display: table;
}

#welcome-page #terms-box {
    width: 100%;
    height: 60px;
    text-align: center;
    font-size: 10px;
    color: var(--text-6);
    background-image: none;
    background: transparent;
    background-color: transparent;
}

#welcome-page #terms-box a {
    color: var(--succevo-2);
    vertical-align: middle;
}

#welcome-page #welcome-page-content {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    display: block;
    margin-top: 70px;
}

#welcome-page #welcome-page-content h2 {
    margin-bottom: 10px;
    font-size: 2em;
    margin-top: 5px;
}

#welcome-page #event-code {
    background: var(--background-color-5);
    width: 90%;
    margin: 0 auto;
    border-radius: 4px;
}

#welcome-page #event-code .label-box {
    -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .15);
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .15);
    margin: 20px 0;
    background: white;
    width: 100%;
}

#welcome-page #event-code .label-box label {
    display: flex;
    background: #fff;
    border: none;
    padding: 5px 0px 5px 10px;
}

#welcome-page #event-code .label-box label i {
    font-size: 30px;
    padding-right: 10px;
}

#welcome-page input {
    color: var(--text-4);
    border: none;
    width: 100%;
    touch-action: auto;
    font-size: 16px;
}

#welcome-page input::placeholder {
    color: var(--text-4);
    font-size: 16px;
}

#welcome-page #event-code small {
    color: var(--text-6);
}

#welcome-page #event-code small i {
    color: var(--succevo-2);
    font-size: 24px;
    vertical-align: middle;
}

#welcome-page .float-button {
    background-color: var(--white);
    opacity: 1;
    color: var(--succevo-1);
    border-radius: 50%;
    width: 25px;
    height: 25px;
    padding: 20px;
    font-size: 32px;
    position: fixed;
    bottom: 5%;
    right: 5%;
    z-index: 1000;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
}

#welcome-page .float-button .content {
    position: absolute;
    left: 0;
    top: 50%;
    height: 100%;
    width: 100%;
    text-align: center;
    margin-top: -17px;
    color: white;
}

#welcome-page .float-button .content i {
    color: var(--succevo-2);
}


/* ***************** END WELCOME PAGE ****************** */


/* ********** START HOME PAGE ********** */

#myNavigator .progress-bar {
    height: 4px;
}

#myNavigator .progress-bar__secondary {
    /* background-color: var(--text-6) !important; */
    background-color: var(--background-color-4);
}

#myNavigator .progress-bar__primary {
    background-color: var(--succevo-3);
}


/* ********** END HOME PAGE ********** */


/* ********** START OF SPEAKERS LIST **********  */


/* CHARS - PHOTO */

#speakers-list-page .speaker-char-image {
    width: 60px;
    height: 60px;
    border: 1px solid var(--succevo-2);
    border-radius: 6px;
    text-align: center;
    vertical-align: middle;
    color: white;
}

#speakers-list-page .speaker-char-image div {
    width: 100%;
    height: 100%;
    display: table;
}

#speakers-list-page .speaker-char-image div span {
    display: table-cell;
    vertical-align: middle;
}

#speaker-details-container .speaker-char-image {
    display: inline-block;
    width: 100px;
    height: 100px;
    border: none;
    border-radius: 50%;
    text-align: center;
    vertical-align: middle;
    margin-right: 10px;
    color: white;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .5);
    margin-bottom: 10px;
}

#speaker-details-container .speaker-char-image div {
    width: 100%;
    height: 100%;
    display: table;
}

#speaker-details-container .speaker-char-image div span {
    display: table-cell;
    vertical-align: middle;
    font-size: 30px;
}

#speakers-list-page .bookmarked-speakers-view {
    padding: 10px 10px 10px 10px !important;
}

#speakers-filter-nav-box {
    padding: 4px 0 0 0;
    background: var(--succevo-3);
    height: 40px;
    position: absolute;
    width: 100%;
    text-align: center;
    top: 44px;
    z-index: 99;
}

.speakers-filter-nav-box-ios {
    top: 60px !important;
}

#speakers-filter-nav-box .filter-nav {}

#speakers-filter-nav-box .filter-nav button .segment__button {
    border: 1px solid white !important;
    color: white;
}

:checked+.segment__button.speakers-filter {
    color: var(--succevo-3) !important;
    background-color: white;
}


/* List container */

#speakers-list-page #speakers-list-container {
    padding: 50px 10px 10px 10px;
    background-image: none !important;
    /* margin-top: 40px; */
}

#speakers-list-page #speakers-list-container .speaker-item-divider {
    padding: 4px 6px;
    min-height: 28px;
    background-color: #ececec !important;
    border: 1px solid #ececec;
    color: black;
    line-height: 20px;
    font-size: 12px;
    border-radius: 6px;
    margin: 0 auto;
}

#speakers-list-page #speakers-list-container .speaker-item-divider div {
    padding: 0;
    min-height: 12px;
    background-image: none;
}

#speakers-list-page #speakers-list-container .speaker-item {
    border-radius: 6px;
    margin: 1px 0 2px 0;
    border: 1px solid #ececec;
    padding: 5px 0 5px 5px;
}

#speakers-list-page #speakers-list-container .speaker-item .left {
    background-image: none !important;
    padding: 0px 14px 0px 0;
    min-height: 60px;
}

#speakers-list-page #speakers-list-container .speaker-item .left img {
    width: 60px;
    height: 60px;
    max-width: 60px;
}

#speakers-list-page #speakers-list-container .speaker-item .center {
    display: block;
    background-image: none !important;
    padding: 0px 6px 0px 0;
}

#speakers-list-page #speakers-list-container .speaker-item .center h1 {
    white-space: normal;
    font-size: 14px;
    margin: 0 0 3px 0;
    padding-left: 1px;
    font-weight: bold;
}

#speakers-list-page #speakers-list-container .speaker-item .center div {
    white-space: normal;
    font-size: 12px;
    padding-left: 1px;
}

#speakers-list-page #speakers-list-container .speaker-item .right {
    background-image: none !important;
    padding: 0px 12px 0px 0;
}

#speakers-list-page #speakers-list-container .speaker-item .right i {
    color: var(--succevo-3);
}

#speakers-list-page #speakers-list-container .speaker-item .right.remove-bookmark i {
    color: red;
}


/* SEARCH FIELD */

.speakers-search-container {
    position: absolute;
    height: 44px;
    width: 100%;
    background: var(--succevo-3);
    z-index: 999;
    top: 44px;
}

.speakers-search-container input[type="search"] {
    height: 30px;
    /* padding: 0 24px 0 10px; */
    padding: 0 24px 0 42px;
}

.speakers-search-container ons-icon:before {
    font-size: 28px;
}

.speakers-search-container ons-list-item .center,
.speakers-search-container ons-list-item .right {
    background-image: none;
}

.speakers-search-container-ios {
    height: 50px;
    top: 60px;
}

.speakers-search-container-ios input[type="search"] {
    padding: 0 24px 0 42px;
}


/* ********** SPEAKERS DETAILS ********** */

#speaker-details-container {
    /* margin-top: 50px !important; */
    /* padding: 10px; */
    background: white;
}

#speaker-details-container .heading-box {
    text-align: center;
    background-color: var(--succevo-3);
    padding: 30px 10px 10px 10px;
}

#speaker-details-container .heading-box img {
    width: 110px;
    height: 110px;
    border-radius: 50%;
}

#speaker-details-container .heading-box h4 {
    color: white;
    white-space: normal;
    margin: 0 0 5px 0;
    font-size: 18px;
    line-height: 28px;
}

#speaker-details-container .heading-box .details-position,
#speaker-details-container .heading-box .details-company {
    color: white;
    white-space: normal;
    font-size: 12px;
}

#speaker-details-container .speaker-rest-info {
    padding: 10px;
}

#speaker-details-container .speaker-rest-info .details-divider {
    padding: 4px 6px;
    min-height: 18px;
    background-color: var(--background-color-5) !important;
    border: 1px solid var(--background-color-5);
    color: black;
    line-height: 18px;
    font-size: 12px;
    border-radius: 6px;
    margin: 0 auto;
}

#speaker-details-container .speaker-rest-info .speaker-bio {
    text-align: left;
    color: #444;
    margin-top: 10px;
    font-size: 12px;
    padding: 0 5px;
}

#speaker-details-container .speaker-rest-info .card ons-row {
    text-align: center;
    display: flex;
    margin: 5px 0;
}

#speaker-details-container .speaker-rest-info .card ons-row ons-col {
    display: inline-block;
    margin: 0 auto;
    text-align: center;
}

#speaker-details-container .speaker-rest-info .card ons-row ons-col a {
    display: block;
    text-decoration: none;
}

#speaker-details-container .speaker-rest-info .card ons-row ons-col a i {
    font-size: 26px;
    color: var(--succevo-3);
}

#speaker-details-container .speaker-rest-info .card ons-row ons-col span {
    display: block;
    color: #444;
    font-size: 12px;
}

#speaker-details-container .speaker-rest-info .speaker-phone {
    border-bottom: 2px solid #ececec;
}

#speaker-details-container .speaker-rest-info .speaker-phone .left i,
#speaker-details-container .speaker-rest-info .speaker-email .left i {
    font-size: 22px;
    color: var(--succevo-3);
}

#speaker-details-container .speaker-rest-info .speaker-phone .center,
#speaker-details-container .speaker-rest-info .speaker-phone .center a,
#speaker-details-container .speaker-rest-info .speaker-email .center,
#speaker-details-container .speaker-rest-info .speaker-email .center a {
    background-image: none;
    text-decoration: none;
    color: #444;
}

#speaker-details-container .speaker-rest-info .speaker-footer {
    height: 55px;
    /* position: fixed; */
    bottom: 0;
    left: 0;
    width: 100%;
    display: flex;
    background: white;
    margin: 5px 0;
}

#speaker-details-container .speaker-rest-info .speaker-footer div {
    display: inline-block;
    margin: 0 auto;
    text-align: center;
    padding-top: 6px;
}

#speaker-details-container .speaker-rest-info .speaker-footer div i {
    font-size: 32px;
    color: var(--succevo-3);
}

#speaker-details-container .speaker-rest-info .speaker-footer div h6 {
    margin: 0;
    font-size: 12px;
    color: #444;
}

#speaker-details-container #speaker-sessions-box .list {
    background-image: none;
}

#speaker-details-container .session-item {
    border-radius: 6px;
    margin: 1px 0 2px 0;
    border: 1px solid #ececec;
}

#speaker-details-container .session-item .center {
    display: block;
    background-image: none !important;
}

#speaker-details-container .session-item .center h1 {
    white-space: normal;
    font-size: 14px;
    margin: 0 0 3px 0;
    padding-left: 1px;
    font-weight: bold;
}

#speaker-details-container .session-item .center div {
    white-space: normal;
    font-size: 12px;
    padding-left: 1px;
}


/* ********** START OF SPEAKERS *********** */


/* ********** START OF SPONSORS *********** */


/* CHARS - PHOTO */

#sponsors-list-page .sponsor-char-image {
    width: 60px;
    height: 60px;
    border: 1px solid var(--succevo-2);
    border-radius: 6px;
    text-align: center;
    vertical-align: middle;
    color: white;
}

#sponsors-list-page .sponsor-char-image div {
    width: 100%;
    height: 100%;
    display: table;
}

#sponsors-list-page .sponsor-char-image div span {
    display: table-cell;
    vertical-align: middle;
}

#sponsor-details-container .sponsor-char-image {
    display: inline-block;
    width: 100px;
    height: 100px;
    border: none;
    border-radius: 50%;
    text-align: center;
    vertical-align: middle;
    margin-right: 10px;
    color: white;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .5);
    margin-bottom: 10px;
}

#sponsor-details-container .sponsor-char-image div {
    width: 100%;
    height: 100%;
    display: table;
}

#sponsor-details-container .sponsor-char-image div span {
    display: table-cell;
    vertical-align: middle;
    font-size: 30px;
}

#sponsors-list-page {}

#sponsors-list-page .bookmarked-sponsors-view {
    padding: 10px 10px 10px 10px !important;
}

#sponsors-list-page #sponsors-list-container {
    padding: 10px 10px 10px 10px;
    background-image: none !important;
    /* margin-top: 40px; */
}

#sponsors-list-page #sponsors-list-container .sponsor-item-divider {
    padding: 4px 6px;
    min-height: 28px;
    background-color: #ececec !important;
    border: 1px solid #ececec;
    color: black;
    line-height: 20px;
    font-size: 12px;
    border-radius: 6px;
    margin: 0 auto;
}

#sponsors-list-page #sponsors-list-container .sponsor-item-divider div {
    padding: 0;
    min-height: 12px;
    background-image: none;
    font-weight: bold;
    font-size: 12px;
}

#sponsors-list-page #sponsors-list-container .sponsor-item {
    border-radius: 6px;
    margin: 2px 0 2px 0;
    border: 1px solid #ececec;
    padding: 5px 0 5px 5px;
}

#sponsors-list-page #sponsors-list-container .sponsor-item .left {
    background-image: none !important;
    padding: 0px 14px 0px 0;
    min-height: 60px;
}

#sponsors-list-page #sponsors-list-container .sponsor-item .left img {
    width: 100px;
    height: auto;
    max-width: 60px;
}

#sponsors-list-page #sponsors-list-container .sponsor-item .center {
    /* display: block; */
    background-image: none !important;
    padding: 0px 6px 0px 0;
}

#sponsors-list-page #sponsors-list-container .sponsor-item .center h1 {
    white-space: normal;
    font-size: 14px;
    margin: 0 0 3px 0;
    padding-left: 1px;
    font-weight: bold;
    width: 100%;
}

#sponsors-list-page #sponsors-list-container .sponsor-item .center .booth-box {
    font-size: 14px;
    color: gray;
    font-weight: bold;
}

#sponsors-list-page #sponsors-list-container .sponsor-item .center .booth-box i {
    /* color: black; */
    /* font-weight: bold; */
    font-size: 14px;
}

#sponsors-list-page #sponsors-list-container .sponsor-item .right {
    background-image: none !important;
    padding: 0px 12px 0px 0;
}

#sponsors-list-page #sponsors-list-container .sponsor-item .right i {
    color: var(--succevo-3);
}

#sponsors-list-page #sponsors-list-container .sponsor-item .right.remove-bookmark i {
    color: red;
}


/* SEARCH FIELD */

.sponsors-search-container {
    position: absolute;
    height: 44px;
    width: 100%;
    background: var(--succevo-3);
    z-index: 999;
    top: 44px;
}

.sponsors-search-container input[type="search"] {
    height: 30px;
    /* padding: 0 24px 0 10px; */
    padding: 0 24px 0 42px;
}

.sponsors-search-container ons-icon:before {
    font-size: 28px;
}

.sponsors-search-container ons-list-item .center,
.sponsors-search-container ons-list-item .right {
    background-image: none;
}

.sponsors-search-container-ios {
    height: 50px;
    top: 60px;
}

.sponsors-search-container-ios input[type="search"] {
    padding: 0 24px 0 42px;
}


/* ********** SPONSORS DETAILS *********** */

#sponsor-details-container {
    /* margin-top: 50px !important; */
    padding: 10px;
    background: white;
}

#sponsor-details-container .heading-box {
    text-align: center;
    /* background-color: var(--succevo-3); */
    /* padding: 30px 10px 10px 10px; */
}

#sponsor-details-container .heading-box img {
    width: 200px;
    height: auto;
    /* border-radius: 50%; */
}

#sponsor-details-container .heading-box h4 {
    color: var(--text-4);
    white-space: normal;
    margin: 30px 0 30px 0;
    font-size: 18px;
    line-height: 28px;
}

#sponsor-details-container .details-divider {
    padding: 4px 6px;
    min-height: 18px;
    background-color: #ececec !important;
    border: 1px solid #ececec;
    color: black;
    line-height: 18px;
    font-size: 12px;
    border-radius: 6px;
    margin: 0 auto;
}

#sponsor-details-container .sponsor-bio {
    text-align: left;
    color: #444;
    margin-top: 10px;
    font-size: 12px;
    padding: 0 5px;
}

#sponsor-details-container .card ons-row {
    text-align: center;
    display: flex;
    margin: 5px 0;
}

#sponsor-details-container .card ons-row ons-col {
    display: inline-block;
    margin: 0 auto;
    text-align: center;
}

#sponsor-details-container .card ons-row ons-col a {
    display: block;
}

#sponsor-details-container .card ons-row ons-col a i {
    font-size: 26px;
    color: var(--succevo-3);
}

#sponsor-details-container .card ons-row ons-col span {
    display: block;
    color: #444;
    font-size: 12px;
}

#sponsor-details-container .contact-info ons-list-item:last-child {
    border-bottom: none !important;
}

#sponsor-details-container .sponsor-phone,
#sponsor-details-container .sponsor-email,
#sponsor-details-container .sponsor-booth,
#sponsor-details-container .sponsor-website {
    border-bottom: 1px solid #ececec;
}

#sponsor-details-container .sponsor-phone .left i,
#sponsor-details-container .sponsor-email .left i,
#sponsor-details-container .sponsor-booth .left i,
#sponsor-details-container .sponsor-website .left i {
    font-size: 22px;
    color: var(--succevo-3);
    width: 30px;
}

#sponsor-details-container .sponsor-phone .center,
#sponsor-details-container .sponsor-email .center,
#sponsor-details-container .sponsor-booth .center,
#sponsor-details-container .sponsor-website .center {
    background-image: none;
    font-size: 12px;
    color: var(--text-4);
}

#sponsor-details-container .sponsor-phone .center a,
#sponsor-details-container .sponsor-email .center a,
#sponsor-details-container .sponsor-website .center a {
    background-image: none;
    font-size: 12px;
    color: var(--text-4);
    text-decoration: none;
}

#sponsor-details-container .sponsor-footer {
    height: 55px;
    /* position: fixed; */
    bottom: 0;
    left: 0;
    width: 100%;
    display: flex;
    background: white;
    margin: 5px 0;
}

#sponsor-details-container .sponsor-footer div {
    display: inline-block;
    margin: 0 auto;
    text-align: center;
    padding-top: 6px;
}

#sponsor-details-container .sponsor-footer div i {
    font-size: 32px;
    color: var(--succevo-3);
}

#sponsor-details-container .sponsor-footer div h6 {
    margin: 0;
    font-size: 12px;
    color: #444;
}


/* ********** END OF SPONSORS *********** */


/* *********** START OF EXHIBITORS *********** */

#exhibitors-list-page {}


/* CHARS - PHOTO */

#exhibitors-list-page .exhibitor-char-image {
    width: 60px;
    height: 60px;
    border: 1px solid var(--succevo-2);
    border-radius: 6px;
    text-align: center;
    vertical-align: middle;
    color: white;
}

#exhibitors-list-page .exhibitor-char-image div {
    width: 100%;
    height: 100%;
    display: table;
}

#exhibitors-list-page .exhibitor-char-image div span {
    display: table-cell;
    vertical-align: middle;
}

#exhibitor-details-container .exhibitor-char-image {
    display: inline-block;
    width: 100px;
    height: 100px;
    border: none;
    border-radius: 50%;
    text-align: center;
    vertical-align: middle;
    margin-right: 10px;
    color: white;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .5);
    margin-bottom: 10px;
}

#exhibitor-details-container .exhibitor-char-image div {
    width: 100%;
    height: 100%;
    display: table;
}

#exhibitor-details-container .exhibitor-char-image div span {
    display: table-cell;
    vertical-align: middle;
    font-size: 30px;
}

#speakers-list-page .bookmarked-speakers-view {
    padding: 10px 10px 10px 10px !important;
}

#speakers-filter-nav-box {
    padding: 4px 0 0 0;
    background: var(--succevo-3);
    height: 40px;
    position: absolute;
    width: 100%;
    text-align: center;
    top: 44px;
    z-index: 99;
}

#exhibitors-list-page .bookmarked-exhibitors-view {
    padding: 10px 10px 10px 10px !important;
}

#exhibitors-list-page #exhibitors-list-container {
    padding: 10px 10px 10px 10px;
    background-image: none !important;
    /* margin-top: 40px; */
}

#exhibitors-list-page #exhibitors-list-container .exhibitor-item-divider {
    padding: 4px 6px;
    min-height: 28px;
    background-color: #ececec !important;
    border: 1px solid #ececec;
    color: black;
    line-height: 20px;
    font-size: 12px;
    border-radius: 6px;
    margin: 0 auto;
}

#exhibitors-list-page #exhibitors-list-container .exhibitor-item-divider div {
    padding: 0;
    min-height: 12px;
    background-image: none;
}

#exhibitors-list-page #exhibitors-list-container .exhibitor-item {
    border-radius: 6px;
    margin: 2px 0 2px 0;
    border: 1px solid #ececec;
    padding: 5px 0 5px 5px;
}

#exhibitors-list-page #exhibitors-list-container .exhibitor-item .left {
    background-image: none !important;
    padding: 0px 14px 0px 0;
    min-height: 60px;
}

#exhibitors-list-page #exhibitors-list-container .exhibitor-item .left img {
    width: 100px;
    height: auto;
    max-width: 60px !important;
}

#exhibitors-list-page #exhibitors-list-container .exhibitor-item .center {
    /* display: block; */
    background-image: none !important;
    padding: 0px 6px 0px 0;
}

#exhibitors-list-page #exhibitors-list-container .exhibitor-item .center h1 {
    white-space: normal;
    font-size: 14px;
    margin: 0 0 3px 0;
    padding-left: 1px;
    font-weight: bold;
    width: 100%;
}

#exhibitors-list-page #exhibitors-list-container .exhibitor-item .center .booth-box {
    font-size: 14px;
    color: gray;
    font-weight: bold;
}

#exhibitors-list-page #exhibitors-list-container .exhibitor-item .center .booth-box i {
    /* color: black; */
    /* font-weight: bold; */
    font-size: 14px;
}

#exhibitors-list-page #exhibitors-list-container .exhibitor-item .right {
    background-image: none !important;
    padding: 0px 12px 0px 0;
}

#exhibitors-list-page #exhibitors-list-container .exhibitor-item .right i {
    color: var(--succevo-3);
}

#exhibitors-list-page #exhibitors-list-container .exhibitor-item .right.remove-bookmark i {
    color: red;
}


/* SEARCH FIELD */

.exhibitors-search-container {
    position: absolute;
    height: 44px;
    width: 100%;
    background: var(--succevo-3);
    z-index: 999;
    top: 44px;
}

.exhibitors-search-container input[type="search"] {
    height: 30px;
    /* padding: 0 24px 0 10px; */
    padding: 0 24px 0 42px;
}

.exhibitors-search-container ons-icon:before {
    font-size: 28px;
}

.exhibitors-search-container ons-list-item .center,
.exhibitors-search-container ons-list-item .right {
    background-image: none;
}

.exhibitors-search-container-ios {
    height: 50px;
    top: 60px;
}

.exhibitors-search-container-ios input[type="search"] {
    padding: 0 24px 0 42px;
}


/* *********** EXHIBITOR DETAILS *********** */

#exhibitor-details-container {
    /* margin-top: 50px !important; */
    padding: 10px;
    background: white;
}

#exhibitor-details-container .heading-box {
    text-align: center;
    /* background-color: var(--succevo-3); */
    /* padding: 30px 10px 10px 10px; */
}

#exhibitor-details-container .heading-box img {
    width: 200px;
    height: auto;
    /* border-radius: 50%; */
}

#exhibitor-details-container .heading-box h4 {
    color: var(--text-4);
    white-space: normal;
    margin: 30px 0 30px 0;
    font-size: 18px;
    line-height: 28px;
}

#exhibitor-details-container .details-divider {
    padding: 4px 6px;
    min-height: 18px;
    background-color: #ececec !important;
    border: 1px solid #ececec;
    color: black;
    line-height: 18px;
    font-size: 12px;
    border-radius: 6px;
    margin: 0 auto;
}

#exhibitor-details-container .exhibitor-bio {
    text-align: left;
    color: #444;
    margin-top: 10px;
    font-size: 12px;
    padding: 0 5px;
}

#exhibitor-details-container .card ons-row {
    text-align: center;
    display: flex;
    margin: 5px 0;
}

#exhibitor-details-container .card ons-row ons-col {
    display: inline-block;
    margin: 0 auto;
    text-align: center;
}

#exhibitor-details-container .card ons-row ons-col a {
    display: block;
}

#exhibitor-details-container .card ons-row ons-col a i {
    font-size: 26px;
    color: var(--succevo-3);
}

#exhibitor-details-container .card ons-row ons-col span {
    display: block;
    color: #444;
    font-size: 12px;
}

#exhibitor-details-container .contact-info ons-list-item:last-child {
    border-bottom: none !important;
}

#exhibitor-details-container .exhibitor-phone,
#exhibitor-details-container .exhibitor-email,
#exhibitor-details-container .exhibitor-booth,
#exhibitor-details-container .exhibitor-website {
    border-bottom: 1px solid #ececec;
}

#exhibitor-details-container .exhibitor-phone .left i,
#exhibitor-details-container .exhibitor-email .left i,
#exhibitor-details-container .exhibitor-booth .left i,
#exhibitor-details-container .exhibitor-website .left i {
    font-size: 22px;
    color: var(--succevo-3);
    width: 30px;
}

#exhibitor-details-container .exhibitor-phone .center,
#exhibitor-details-container .exhibitor-email .center,
#exhibitor-details-container .exhibitor-booth .center,
#exhibitor-details-container .exhibitor-website .center {
    background-image: none;
    font-size: 12px;
    color: var(--text-4);
}

#exhibitor-details-container .exhibitor-phone .center a,
#exhibitor-details-container .exhibitor-email .center a,
#exhibitor-details-container .exhibitor-website .center a {
    background-image: none;
    font-size: 12px;
    color: var(--text-4);
    text-decoration: none;
}

#exhibitor-details-container .exhibitor-footer {
    height: 55px;
    /* position: fixed; */
    bottom: 0;
    left: 0;
    width: 100%;
    display: flex;
    background: white;
    margin: 5px 0;
}

#exhibitor-details-container .exhibitor-footer div {
    display: inline-block;
    margin: 0 auto;
    text-align: center;
    padding-top: 6px;
}

#exhibitor-details-container .exhibitor-footer div i {
    font-size: 32px;
    color: var(--succevo-3);
}

#exhibitor-details-container .exhibitor-footer div h6 {
    margin: 0;
    font-size: 12px;
    color: #444;
}


/* *********** END OF EXHIBITORS *********** */


/* ********** START OF ATTENDEES ********** */

#attendees-list-page {}


/* CHARS - PHOTO */

#attendees-list-container .attendees-char-image {
    width: 60px;
    height: 60px;
    border: 1px solid var(--succevo-2);
    border-radius: 6px;
    text-align: center;
    vertical-align: middle;
    color: white;
}

#attendees-list-container .attendees-char-image div {
    width: 100%;
    height: 100%;
    display: table;
}

#attendees-list-container .attendees-char-image div span {
    display: table-cell;
    vertical-align: middle;
}

#attendee-details-container .attendees-char-image {
    display: inline-block;
    width: 100px;
    height: 100px;
    border: none;
    border-radius: 50%;
    text-align: center;
    vertical-align: middle;
    margin-right: 10px;
    color: white;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .5);
    margin-bottom: 10px;
}

#attendee-details-container .attendees-char-image div {
    width: 100%;
    height: 100%;
    display: table;
}

#attendee-details-container .attendees-char-image div span {
    display: table-cell;
    vertical-align: middle;
    font-size: 30px;
}

#speakers-list-page .bookmarked-speakers-view {
    padding: 10px 10px 10px 10px !important;
}

#speakers-filter-nav-box {
    padding: 4px 0 0 0;
    background: var(--succevo-3);
    height: 40px;
    position: absolute;
    width: 100%;
    text-align: center;
    top: 44px;
    z-index: 99;
}

#attendees-list-page .bookmarked-attendees-view {
    padding: 10px 10px 10px 10px !important;
}

#attendees-filter-nav-box {
    padding: 4px 0 0 0;
    background: var(--succevo-3);
    height: 40px;
    position: absolute;
    width: 100%;
    text-align: center;
    top: 44px;
    z-index: 99;
}

.attendees-filter-nav-box-ios {
    top: 60px !important;
}

#attendees-filter-nav-box .filter-nav {}

#attendees-filter-nav-box .filter-nav button .segment__button {
    border: 1px solid white !important;
    color: white;
}

:checked+.segment__button.attendees-filter {
    color: var(--succevo-3) !important;
    background-color: white;
}


/* LIST */

#attendees-list-page #attendees-list-container {
    padding: 50px 10px 10px 10px;
    background-image: none !important;
    /* margin-top: 40px; */
}

#attendees-list-page #attendees-list-container .attendee-item-divider {
    padding: 4px 6px;
    min-height: 28px;
    background-color: #ececec !important;
    border: 1px solid #ececec;
    color: black;
    line-height: 20px;
    font-size: 12px;
    border-radius: 6px;
    margin: 0 auto;
}

#attendees-list-page #attendees-list-container .attendee-item-divider div {
    padding: 0;
    min-height: 12px;
    background-image: none;
}

#attendees-list-page #attendees-list-container .attendee-item {
    border-radius: 6px;
    margin: 1px 0 2px 0;
    border: 1px solid #ececec;
    padding: 5px 0 5px 5px;
}

#attendees-list-page #attendees-list-container .attendee-item .left {
    background-image: none !important;
    padding: 0px 14px 0px 0;
    min-height: 60px;
}

#attendees-list-page #attendees-list-container .attendee-item .left img {
    width: 60px;
    height: 60px;
    max-width: 60px;
}

#attendees-list-page #attendees-list-container .attendee-item .center {
    display: block;
    background-image: none !important;
    padding: 0px 6px 0px 0;
}

#attendees-list-page #attendees-list-container .attendee-item .center h1 {
    white-space: normal;
    font-size: 14px;
    margin: 0 0 3px 0;
    padding-left: 1px;
    font-weight: bold;
}

#attendees-list-page #attendees-list-container .attendee-item .center div {
    white-space: normal;
    font-size: 12px;
    padding-left: 1px;
}

#attendees-list-page #attendees-list-container .attendee-item .right {
    background-image: none !important;
    padding: 0px 12px 0px 0;
}

#attendees-list-page #attendees-list-container .attendee-item .right i {
    color: var(--succevo-3);
}

#attendees-list-page #attendees-list-container .attendee-item .right.remove-bookmark i {
    color: red;
}


/* SEARCH FIELD */

.attendees-search-container {
    position: absolute;
    height: 44px;
    width: 100%;
    background: var(--succevo-3);
    z-index: 999;
    top: 44px;
}

.attendees-search-container input[type="search"] {
    height: 30px;
    /* padding: 0 24px 0 10px; */
    padding: 0 24px 0 42px;
}

.attendees-search-container ons-icon:before {
    font-size: 28px;
}

.attendees-search-container ons-list-item .center,
.attendees-search-container ons-list-item .right {
    background-image: none;
}

.attendees-search-container-ios {
    height: 50px;
    top: 60px;
}

.attendees-search-container-ios input[type="search"] {
    padding: 0 24px 0 42px;
}


/* ********** ATTENDEE DETAILS ********** */

#attendee-details-container {
    /* margin-top: 50px !important; */
    /* padding: 10px; */
    background: white;
}

#attendee-details-container .heading-box {
    text-align: center;
    background-color: var(--succevo-3);
    padding: 30px 10px 10px 10px;
}

#attendee-details-container .heading-box img {
    width: 110px;
    height: 110px;
    border-radius: 50%;
}

#attendee-details-container .heading-box h4 {
    color: white;
    white-space: normal;
    margin: 0 0 5px 0;
    font-size: 18px;
    line-height: 28px;
}

#attendee-details-container .heading-box .details-position,
#attendee-details-container .heading-box .details-company {
    color: white;
    white-space: normal;
    font-size: 12px;
}

#attendee-details-container .attendee-rest-info {
    padding: 10px;
}

#attendee-details-container .attendee-rest-info .details-divider {
    padding: 4px 6px;
    min-height: 18px;
    background-color: #ececec !important;
    border: 1px solid #ececec;
    color: black;
    line-height: 18px;
    font-size: 12px;
    border-radius: 6px;
    margin: 0 auto;
}

#attendee-details-container .attendee-rest-info .attendee-bio {
    text-align: left;
    color: #444;
    margin-top: 10px;
    font-size: 12px;
    padding: 0 5px;
}

#attendee-details-container .attendee-rest-info .card ons-row {
    text-align: center;
    display: flex;
    margin: 5px 0;
}

#attendee-details-container .attendee-rest-info .card ons-row ons-col {
    display: inline-block;
    margin: 0 auto;
    text-align: center;
}

#attendee-details-container .attendee-rest-info .card ons-row ons-col a {
    display: block;
}

#attendee-details-container .attendee-rest-info .card ons-row ons-col a i {
    font-size: 26px;
    color: var(--succevo-3);
}

#attendee-details-container .attendee-rest-info .card ons-row ons-col span {
    display: block;
    color: #444;
    font-size: 12px;
}

#attendee-details-container .attendee-rest-info .attendee-phone {
    border-bottom: 2px solid #ececec;
}

#attendee-details-container .attendee-rest-info .attendee-phone .left i,
#attendee-details-container .attendee-rest-info .attendee-email .left i {
    font-size: 22px;
    color: var(--succevo-3);
}

#attendee-details-container .attendee-rest-info .attendee-phone .center,
#attendee-details-container .attendee-rest-info .attendee-phone .center a,
#attendee-details-container .attendee-rest-info .attendee-email .center,
#attendee-details-container .attendee-rest-info .attendee-email .center a {
    background-image: none;
    text-decoration: none;
    color: #444;
}

#attendee-details-container .attendee-rest-info .attendee-footer {
    height: 55px;
    /* position: fixed; */
    bottom: 0;
    left: 0;
    width: 100%;
    display: flex;
    background: white;
    margin: 5px 0;
}

#attendee-details-container .attendee-rest-info .attendee-footer div {
    display: inline-block;
    margin: 0 auto;
    text-align: center;
    padding-top: 6px;
}

#attendee-details-container .attendee-rest-info .attendee-footer div i {
    font-size: 32px;
    color: var(--succevo-3);
}

#attendee-details-container .attendee-rest-info .attendee-footer div h6 {
    margin: 0;
    font-size: 12px;
    color: #444;
}


/* ********** END OF ATTENDEEES ********** */


/***************** START OF SCHEDULE ****************/


/* NOTES MODAL: */

.session-note-modal-list {
    margin: 10px 5px;
    background-image: none !important;
}

.session-note-modal-list ons-list-item {
    background-image: none !important;
    /* border-radius: 6px; */
    margin: 1px 0 2px 0;
    /* border: 1px solid #ececec; */
    padding: 5px;
}

.session-note-modal-list ons-list-item .right,
.session-note-modal-list ons-list-item .center {
    padding: 0;
    background-image: none !important;
}

.session-note-modal-list ons-list-item .center h3 {
    font-size: 14px;
    margin: 0 0 0px 0;
    width: 100%;
    white-space: normal;
    font-weight: bold;
}

.session-note-modal-list ons-list-item .center .note-date-created {
    font-size: 10px;
    margin: 0 0 0px 0;
    width: 100%;
    white-space: normal;
    /* font-weight: bold; */
    color: lightgray;
}

.session-note-modal-list ons-list-item .right i {
    color: var(--succevo-2);
    padding: 20px 20px;
    font-size: 20px;
}

#create-session-notes {
    padding: 10px;
}

#create-session-notes label {
    color: #444;
    font-size: 12px;
    line-height: 30px;
    margin-left: 5%;
}

#create-session-notes textarea {
    border-radius: 5px;
    background: white;
    display: block;
    width: 90%;
    margin: 0 auto;
    background: var(--background-color-5);
    border: none;
    padding: 10px;
}


/* SETTINGS MODAL: */

.session-filter-number {
    top: 8px;
    left: 29px;
    z-index: 99999;
    position: absolute;
    background: white;
    color: var(--succevo-2);
}

#schedule-more-settings .session-filter-number-icon {
    top: -3px;
    left: 24px;
    z-index: 99999;
    position: absolute;
    background: var(--succevo-2);
    color: white;
}

#schedule-more-settings .session-filter-fab-icon {
    overflow: visible !important;
}

#schedule-settings-modal-box ons-list-header {
    border-radius: 5px;
    background-image: none !important;
}

#schedule-settings-modal-box .list {
    background-image: none;
}

#schedule-settings-modal-box .list .list-item__center {
    padding: 0 0 0 10px !important;
}

#schedule-settings-modal-box .list .list-item__center,
#schedule-settings-modal-box .list .list-list-item__left {
    /* border-bottom: 1px solid gray !important; */
    line-height: 38px;
    min-height: 38px;
    height: 38px;
    background-image: none;
}

#schedule-settings-modal-box :checked+.checkbox__checkmark:before {
    background: var(--succevo-3) !important;
}

#schedule-settings-modal-box .schedule-filter-buttons {
    text-align: center;
    margin-top: 30px;
}

#schedule-settings-modal-box ons-button {
    width: 100px !important;
    border: 1px solid var(--succevo-3);
    padding: 0px 10px;
    color: white !important;
    background-color: var(--succevo-3) !important;
}

#schedule-settings-modal-box ons-button.button--outline {
    width: 100px !important;
    border: 1px solid var(--succevo-3);
    padding: 0px 10px;
    color: var(--succevo-2) !important;
    background-color: transparent !important;
}

.schedule-search-container {
    position: absolute;
    height: 44px;
    width: 100%;
    background: var(--succevo-3);
    z-index: 3;
    top: 44px;
}

.schedule-search-container input[type="search"] {
    height: 30px;
    /* padding: 0 24px 0 10px; */
    padding: 0 24px 0 42px;
}

.schedule-search-container ons-icon:before {
    font-size: 28px;
}

.schedule-search-container .center,
.schedule-search-container .right {
    background-image: none;
}

.search-top-margin {
    margin-top: 44px !important;
}

.search-top-margin-2 {
    margin-top: 44px !important;
}

.schedule-search-container-ios {
    height: 50px;
    top: 60px;
}

.schedule-search-container-ios input[type="search"] {
    padding: 0 24px 0 42px;
}

#schedule-list-container .schedule-days-container {
    text-align: center;
    text-transform: uppercase;
    border-bottom: 1px solid var(--succevo-3);
    padding: 0;
    color: #dcdcdc;
    height: 50px;
    background: var(--succevo-3);
    /* position: fixed;
    top: 44px;
    z-index: 1; */
}

#schedule-list-container .schedule-days-container .day-box {
    font-size: 10px;
}

#schedule-list-container .schedule-days-container .day-box.active {
    font-weight: 700;
    color: white;
}

#schedule-list-container .schedule-days-container .day-box span {
    display: block;
    font-size: 20px;
    margin-top: 0px;
}

#schedule-list-container #sessions-list-container {
    padding: 10px;
    background-image: none !important;
}

#schedule-list-container #sessions-list-container .session-item-divider {
    padding: 4px 6px;
    min-height: 28px;
    background-color: #ececec !important;
    border: 1px solid #ececec;
    color: black;
    line-height: 20px;
    font-size: 12px;
    border-radius: 6px;
    margin: 0 auto;
}

#schedule-list-container #sessions-list-container .session-item-divider div {
    padding: 0;
    min-height: 12px;
    background-image: none;
}

#schedule-list-container #sessions-list-container .session-item {
    border-radius: 6px;
    margin: 1px 0 2px 0;
    border: 1px solid #ececec;
}

#schedule-list-container #sessions-list-container .session-item .right {
    background-image: none !important;
}

#schedule-list-container #sessions-list-container .session-item .right i {
    color: var(--succevo-3);
}

#schedule-list-container #sessions-list-container .session-item .center {
    display: block;
    background-image: none !important;
}

#schedule-list-container #sessions-list-container .session-item .center h1 {
    white-space: normal;
    font-size: 14px;
    margin: 0 0 3px 0;
    padding-left: 1px;
    font-weight: bold;
}

#schedule-list-container #sessions-list-container .session-item .center div {
    white-space: normal;
    font-size: 12px;
    padding-left: 1px;
}

#schedule-list-container #sessions-list-container .session-item .center div span {}


/* SCHEDULE DETAILS STYLES */

#schedule-details-container {
    margin-bottom: 12px !important;
}

#schedule-details-container .details-header {
    background: var(--succevo-3);
}

#schedule-details-container .details-header h4 {
    text-align: center;
    margin: 0;
    padding: 26px 36px;
    color: white;
}

#schedule-details-container .details-header .details-info-line {
    background: rgba(0, 0, 0, 0.2);
    padding: 10px;
    margin-top: 20px;
    text-align: center;
    display: flex;
}

#schedule-details-container .details-header .details-info-line div {
    display: inline-block;
    color: white;
    margin: 0 auto;
    text-align: center;
    font-size: 12px;
}

#schedule-details-container .details-header .details-info-line div .box {
    vertical-align: middle;
}

#schedule-details-container .details-header .details-info-line div i {
    font-size: 18px;
    vertical-align: middle;
    display: block;
}

#schedule-details-container .no-desc-mess {
    text-align: center !important;
}

#schedule-details-container .no-desc-mess i {
    font-size: 40px;
    color: lightgray;
}

#schedule-details-container .no-desc-mess small {
    display: block;
    font-size: 12px;
    color: lightgray;
}

#schedule-details-container #desc {
    background-color: white;
    padding: 10px;
    margin: 0;
    text-align: left;
    color: #444;
    font-size: 14px;
}

#schedule-details-container #session-speakers-box .list {
    padding: 0 10px;
    background-image: none !important;
}

#schedule-details-container #session-speakers-box .speaker-item {
    border-radius: 6px;
    margin: 1px 0 2px 0;
    border: 1px solid #ececec;
    padding: 5px;
}

#schedule-details-container #session-speakers-box .speaker-item .left {
    padding: 0 10px 0 0;
    background-image: none !important;
}

#schedule-details-container #session-speakers-box .speaker-item .left img {
    width: 60px;
    height: 60px;
}

#schedule-details-container #session-speakers-box .speaker-item .center {
    display: block !important;
    padding: 0;
    background-image: none !important;
}

#schedule-details-container #session-speakers-box .speaker-item .center h3 {
    font-size: 14px;
    margin: 0 0 0px 0;
    width: 100%;
    white-space: normal;
    font-weight: bold;
}

#schedule-details-container #session-speakers-box .speaker-item .center div {
    color: #444;
    width: 100%;
    white-space: normal;
    font-size: 12px;
}

#schedule-details-container .feedback-box {
    padding: 10px;
    text-align: center;
    color: var(--succevo-3);
}

#schedule-details-container .feedback-box i {
    font-size: 34px;
    margin: 0 5px 0 5px;
}

.session-footer {
    height: 55px;
    /* position: fixed; */
    bottom: 0;
    left: 0;
    width: 100%;
    display: flex;
    background: white;
    margin-top: 10px;
    /* border-bottom: 1px solid gray;
    border-top: 1px solid gray; */
}

.session-footer div {
    display: inline-block;
    margin: 0 auto;
    text-align: center;
    padding-top: 6px;
}

.session-footer div h6 {
    margin: 0;
    font-size: 10px;
    color: #444;
}

.session-footer div i {
    font-size: 32px;
    color: var(--succevo-3);
}

#schedule-details-container .session-desc-notes-buttons {
    width: 100%;
    padding: 10px 10px 0 10px;
    margin: 12px 0 0 0;
}

#schedule-details-container .session-desc-notes-buttons .segment__button {
    border: 1px solid var(--background-color-5);
    color: gray;
    font-size: 12px;
}

#schedule-details-container :checked+.segment__button {
    background: var(--background-color-5);
    color: gray;
    border: 1px solid var(--background-color-5);
    font-size: 12px;
}

#schedule-details-container .session-btn-bar-container {
    padding: 10px;
}

#schedule-details-container .session-btn-bar-container.session-btn-bar-container-desc p {
    background-color: white;
    padding: 10px;
    margin: 0;
    text-align: left;
    color: #444;
    font-size: 14px;
}

#schedule-details-container .session-btn-bar-container.session-btn-bar-container-notes {}

#schedule-details-container .session-btn-bar-container.session-btn-bar-container-notes ons-list {
    background-image: none !important;
}

#schedule-details-container .session-btn-bar-container.session-btn-bar-container-notes ons-list .session-note-item {
    border-radius: 6px;
    margin: 1px 0 2px 0;
    border: 1px solid #ececec;
    padding: 5px;
}

#schedule-details-container .session-btn-bar-container.session-btn-bar-container-notes ons-list .session-note-item .right,
#schedule-details-container .session-btn-bar-container.session-btn-bar-container-notes ons-list .session-note-item .center {
    padding: 0;
    background-image: none !important;
}

#schedule-details-container .session-btn-bar-container.session-btn-bar-container-notes ons-list .session-note-item .right i {
    color: var(--succevo-2);
    padding: 16px 16px;
    font-size: 14px;
}

#schedule-details-container .session-btn-bar-container.session-btn-bar-container-notes ons-list .session-note-item h3 {
    font-size: 12px;
    margin: 0 0 0px 0;
    width: 100%;
    white-space: normal;
    font-weight: bold;
}

#schedule-details-container .session-btn-bar-container.session-btn-bar-container-notes ons-list .session-note-item .note-date-created {
    font-size: 10px;
    margin: 0 0 0px 0;
    width: 100%;
    white-space: normal;
    /* font-weight: bold; */
    color: lightgray;
}


/************** END OF SCHEDULE ****************/


/* ************* START OF MY SCHEDULE *************** */


/* NO SESSIONS MESSAGE */

.no-bookmarked-sessions {
    height: 80vh;
    width: 100%;
    display: table;
    text-align: center;
}

.no-bookmarked-sessions>div {
    display: table-cell;
    vertical-align: middle;
}

.no-bookmarked-sessions i {
    font-size: 30px;
}


/* ---------------------------------------- */

.myschedule-days-nav {
    text-align: center;
    text-transform: uppercase;
    border-bottom: 1px solid var(--succevo-3);
    padding: 0;
    color: #dcdcdc;
    height: 50px;
    background: var(--succevo-3);
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    /* box-sizing: border-box; */
}

.myschedule-days-nav .day-info-box {
    display: inline-block;
    margin: 0 auto;
    font-size: 10px;
    -webkit-align-self: center;
    -moz-align-self: center;
    -ms-flex-item-align: center;
    text-align: inherit;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.myschedule-days-nav .day-info-box.active {
    font-weight: 700;
    color: white;
}

.myschedule-days-nav .day-info-box span {
    display: block;
    font-size: 20px;
    margin-top: 0px;
}

.myschedule-tabbar .tabbar__badge.notification {
    background: var(--succevo-2);
}

.myschedule-tabbar .myschedule-tabs.active .tabbar__icon .ons-icon,
.myschedule-tabbar .myschedule-tabs.active .tabbar__label {
    color: var(--succevo-2);
}

.myschedule-tabbar .myschedule-tabs.active .tabbar__button {
    border-bottom: 4px solid var(--succevo-2);
}

.myschedule-list-main-box {
    padding: 10px;
    background-image: none !important;
}

.myschedule-list-main-box .session-item {
    border-radius: 6px;
    margin: 1px 0 2px 0;
    border: 1px solid #ececec;
}

.myschedule-list-main-box .session-item .right {
    background-image: none !important;
}

.myschedule-list-main-box .session-item .right i.remove-fav-session {
    color: red;
}

.myschedule-list-main-box .session-item .center {
    display: block;
    background-image: none !important;
}

.myschedule-list-main-box .session-item .center h1 {
    white-space: normal;
    font-size: 14px;
    margin: 0 0 3px 0;
    padding-left: 1px;
    font-weight: bold;
}

.myschedule-list-main-box .session-item .center div {
    white-space: normal;
    font-size: 12px;
    padding-left: 1px;
}


/* ************* END OF MY SCHEDULE *************** */


/* ************* START OF MY BOOKMARKS *************** */

.mybookmarks-tabbar :checked+.tabbar--top-border__button {
    background-color: transparent;
    border-bottom: 4px solid var(--succevo-2);
}

.mybookmarks-tabbar :checked+.tabbar__button {
    color: var(--succevo-2);
    background-color: transparent;
    box-shadow: none;
    border-top: none;
}

.mybookmarks-tabbar .notification {
    background-color: #9BA3A9;
    color: white;
    top: 2px;
}

.mybookmarks-tabbar .tabbar {
    background: var(--background-color-5);
}


/* SPEAKERS LISTING */

#fav-speakers-list-container .speaker-char-image {
    width: 60px;
    height: 60px;
    border: 1px solid var(--succevo-2);
    border-radius: 6px;
    text-align: center;
    vertical-align: middle;
    color: white;
}

#fav-speakers-list-container .speaker-char-image div {
    width: 100%;
    height: 100%;
    display: table;
}

#fav-speakers-list-container .speaker-char-image div span {
    display: table-cell;
    vertical-align: middle;
}

#fav-speakers-list-container {
    padding: 10px 10px 10px 10px;
    background-image: none !important;
    /* margin-top: 40px; */
}

#fav-speakers-list-container .speaker-item-divider {
    padding: 4px 6px;
    min-height: 28px;
    background-color: #ececec !important;
    border: 1px solid #ececec;
    color: black;
    line-height: 20px;
    font-size: 12px;
    border-radius: 6px;
    margin: 0 auto;
}

#fav-speakers-list-container .speaker-item-divider div {
    padding: 0;
    min-height: 12px;
    background-image: none;
}

#fav-speakers-list-container .speaker-item {
    border-radius: 6px;
    margin: 1px 0 2px 0;
    border: 1px solid #ececec;
    padding: 5px 0 5px 5px;
}

#fav-speakers-list-container .speaker-item .left {
    background-image: none !important;
    padding: 0px 14px 0px 0;
}

#fav-speakers-list-container .speaker-item .left img {
    width: 60px;
    height: 60px;
}

#fav-speakers-list-container .speaker-item .center {
    display: block;
    background-image: none !important;
    padding: 0px 6px 0px 0;
}

#fav-speakers-list-container .speaker-item .center h1 {
    white-space: normal;
    font-size: 14px;
    margin: 0 0 3px 0;
    padding-left: 1px;
    font-weight: bold;
}

#fav-speakers-list-container .speaker-item .center div {
    white-space: normal;
    font-size: 12px;
    padding-left: 1px;
}

#fav-speakers-list-container .speaker-item .right {
    background-image: none !important;
    padding: 0px 12px 0px 0;
}

#fav-speakers-list-container .speaker-item .right i {
    color: var(--succevo-3);
}

#fav-speakers-list-container .speaker-item .right.remove-bookmark i {
    color: red;
}


/* ATTENDEES LISTING */

#fav-attendees-list-container .attendees-char-image {
    width: 60px;
    height: 60px;
    border: 1px solid var(--succevo-2);
    border-radius: 6px;
    text-align: center;
    vertical-align: middle;
    color: white;
}

#fav-attendees-list-container .attendees-char-image div {
    width: 100%;
    height: 100%;
    display: table;
}

#fav-attendees-list-container .attendees-char-image div span {
    display: table-cell;
    vertical-align: middle;
}

#fav-attendees-list-container {
    padding: 10px 10px 10px 10px;
    background-image: none !important;
    /* margin-top: 40px; */
}

#fav-attendees-list-container .attendee-item-divider {
    padding: 4px 6px;
    min-height: 28px;
    background-color: #ececec !important;
    border: 1px solid #ececec;
    color: black;
    line-height: 20px;
    font-size: 12px;
    border-radius: 6px;
    margin: 0 auto;
}

#fav-attendees-list-container .attendee-item-divider div {
    padding: 0;
    min-height: 12px;
    background-image: none;
}

#fav-attendees-list-container .attendee-item {
    border-radius: 6px;
    margin: 1px 0 2px 0;
    border: 1px solid #ececec;
    padding: 5px 0 5px 5px;
}

#fav-attendees-list-container .attendee-item .left {
    background-image: none !important;
    padding: 0px 14px 0px 0;
}

#fav-attendees-list-container .attendee-item .left img {
    width: 60px;
    height: 60px;
}

#fav-attendees-list-container .attendee-item .center {
    display: block;
    background-image: none !important;
    padding: 0px 6px 0px 0;
}

#fav-attendees-list-container .attendee-item .center h1 {
    white-space: normal;
    font-size: 14px;
    margin: 0 0 3px 0;
    padding-left: 1px;
    font-weight: bold;
}

#fav-attendees-list-container .attendee-item .center div {
    white-space: normal;
    font-size: 12px;
    padding-left: 1px;
}

#fav-attendees-list-container .attendee-item .right {
    background-image: none !important;
    padding: 0px 12px 0px 0;
}

#fav-attendees-list-container .attendee-item .right i {
    color: var(--succevo-3);
}

#fav-attendees-list-container .attendee-item .right.remove-bookmark i {
    color: red;
}


/* SPONSORS LISTING */

#fav-sponsors-list-container .sponsor-char-image {
    width: 60px;
    height: 60px;
    border: 1px solid var(--succevo-2);
    border-radius: 6px;
    text-align: center;
    vertical-align: middle;
    color: white;
}

#fav-sponsors-list-container .sponsor-char-image div {
    width: 100%;
    height: 100%;
    display: table;
}

#fav-sponsors-list-container .sponsor-char-image div span {
    display: table-cell;
    vertical-align: middle;
}

#fav-sponsors-list-container {
    padding: 10px 10px 10px 10px;
    background-image: none !important;
    /* margin-top: 40px; */
}

#fav-sponsors-list-container .sponsor-item-divider {
    padding: 4px 6px;
    min-height: 28px;
    background-color: #ececec !important;
    border: 1px solid #ececec;
    color: black;
    line-height: 20px;
    font-size: 12px;
    border-radius: 6px;
    margin: 0 auto;
}

#fav-sponsors-list-container .sponsor-item-divider div {
    padding: 0;
    min-height: 12px;
    background-image: none;
    font-weight: bold;
    font-size: 12px;
}

#fav-sponsors-list-container .sponsor-item {
    border-radius: 6px;
    margin: 2px 0 2px 0;
    border: 1px solid #ececec;
    padding: 5px 0 5px 5px;
}

#fav-sponsors-list-container .sponsor-item .left {
    background-image: none !important;
    padding: 0px 14px 0px 0;
}

#fav-sponsors-list-container .sponsor-item .left img {
    width: 100px;
    height: auto;
}

#fav-sponsors-list-container .sponsor-item .center {
    /* display: block; */
    background-image: none !important;
    padding: 0px 6px 0px 0;
}

#fav-sponsors-list-container .sponsor-item .center h1 {
    white-space: normal;
    font-size: 14px;
    margin: 0 0 3px 0;
    padding-left: 1px;
    font-weight: bold;
    width: 100%;
}

#fav-sponsors-list-container .sponsor-item .center .booth-box {
    font-size: 14px;
    color: gray;
    font-weight: bold;
}

#fav-sponsors-list-container .sponsor-item .center .booth-box i {
    /* color: black; */
    /* font-weight: bold; */
    font-size: 14px;
}

#fav-sponsors-list-container .sponsor-item .right {
    background-image: none !important;
    padding: 0px 12px 0px 0;
}

#fav-sponsors-list-container .sponsor-item .right i {
    color: var(--succevo-3);
}

#fav-sponsors-list-container .sponsor-item .right.remove-bookmark i {
    color: red;
}


/* EXHIBITORS LISTING */

#fav-exhibitors-list-container .exhibitor-char-image {
    width: 60px;
    height: 60px;
    border: 1px solid var(--succevo-2);
    border-radius: 6px;
    text-align: center;
    vertical-align: middle;
    color: white;
}

#fav-exhibitors-list-container .exhibitor-char-image div {
    width: 100%;
    height: 100%;
    display: table;
}

#fav-exhibitors-list-container .exhibitor-char-image div span {
    display: table-cell;
    vertical-align: middle;
}

#fav-exhibitors-list-container {
    padding: 10px 10px 10px 10px;
    background-image: none !important;
    /* margin-top: 40px; */
}

#fav-exhibitors-list-container .exhibitor-item-divider {
    padding: 4px 6px;
    min-height: 28px;
    background-color: #ececec !important;
    border: 1px solid #ececec;
    color: black;
    line-height: 20px;
    font-size: 12px;
    border-radius: 6px;
    margin: 0 auto;
}

#fav-exhibitors-list-container .exhibitor-item-divider div {
    padding: 0;
    min-height: 12px;
    background-image: none;
}

#fav-exhibitors-list-container .exhibitor-item {
    border-radius: 6px;
    margin: 2px 0 2px 0;
    border: 1px solid #ececec;
    padding: 5px 0 5px 5px;
}

#fav-exhibitors-list-container .exhibitor-item .left {
    background-image: none !important;
    padding: 0px 14px 0px 0;
}

#fav-exhibitors-list-container .exhibitor-item .left img {
    width: 100px;
    height: auto;
}

#fav-exhibitors-list-container .exhibitor-item .center {
    /* display: block; */
    background-image: none !important;
    padding: 0px 6px 0px 0;
}

#fav-exhibitors-list-container .exhibitor-item .center h1 {
    white-space: normal;
    font-size: 14px;
    margin: 0 0 3px 0;
    padding-left: 1px;
    font-weight: bold;
    width: 100%;
}

#fav-exhibitors-list-container .exhibitor-item .center .booth-box {
    font-size: 14px;
    color: gray;
    font-weight: bold;
}

#fav-exhibitors-list-container .exhibitor-item .center .booth-box i {
    /* color: black; */
    /* font-weight: bold; */
    font-size: 14px;
}

#fav-exhibitors-list-container .exhibitor-item .right {
    background-image: none !important;
    padding: 0px 12px 0px 0;
}

#fav-exhibitors-list-container .exhibitor-item .right i {
    color: var(--succevo-3);
}

#fav-exhibitors-list-container .exhibitor-item .right.remove-bookmark i {
    color: red;
}


/* ************* END OF MY BOOKMARKS *************** */


/* ************ START OF MAP PAGE ********** */

#map-container {
    width: 100%;
    height: calc(100vh - 44px) !important;
}

#map-container #map {
    width: 100%;
    height: 100%;
}

#map-container .map-popup {
    font-weight: bold;
    color: gray;
}


/* ************ END OF MAP PAGE ********** */


/* ************ START OF FLOORPLAN PAGE ********** */

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

#floorplans-container {
    position: absolute;
    z-index: 1;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    width: 100%;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-text-size-adjust: none;
    -moz-text-size-adjust: none;
    -ms-text-size-adjust: none;
    -o-text-size-adjust: none;
    text-size-adjust: none;
}

#floorplans-container .imp-wrap {
    /* overflow-x: scroll;
    overflow-y: scroll; */
}


/* #floorplans-container .imp-wrap {
    transition: transform .7s ease-in-out;
} */

#floorplans-container .imp-shape-container .imp-shape-rect {
    border-radius: 0px !important;
}


/* ************ END OF FLOORPLAN PAGE ********** */


/* ************ START OF FORMS ************ */

.form-main-container {
    background: white !important;
    background-color: white !important;
    padding: 10px;
    font-family: "proxima-nova";
}

.form-main-container .form-group.row.field {
    margin: 20px 0;
}

.meetingbox-form-design {
    font-family: "proxima-nova";
}

.mbsc-cal-c .mbsc-cal .mbsc-cal-body .mbsc-selected .mbsc-cal-cell-txt {
    background: var(--succevo-2) !important;
    color: white;
}

.mbsc-material .mbsc-fr-btn {
    position: relative;
    height: 2.4em;
    line-height: 2.4em;
    padding: 0 1em;
    border-radius: 2px;
    font-weight: bold;
    color: var(--succevo-2);
    text-transform: uppercase;
}

.mbsc-material .mbsc-sc-whl-l {
    border-top: 2px solid var(--succevo-2);
    border-bottom: 2px solid var(--succevo-2);
}

.meetingbox-form-design .normLabel.labeled {
    font-size: 16px;
    color: var(--succevo-2);
    /* border-bottom: 1px solid gray; */
    padding-bottom: 2px;
    width: 100%;
    display: block;
    font-weight: 600;
    font-family: "proxima-nova";
    text-align: center;
}

.meetingbox-form-design label,
.meetingbox-form-design .custom-control-description {
    font-family: "proxima-nova";
}

.meetingbox-form-design .labeled.labeled_size,
.meetingbox-form-design .col-form-label {
    font-size: 16px;
    color: var(--succevo-2);
    /* border-bottom: 1px solid gray; */
    padding-bottom: 2px;
    width: 100%;
    display: block;
    font-weight: 600;
    font-family: "proxima-nova";
}

.meetingbox-form-design .text-input--material:focus {
    background-image: linear-gradient(var(--succevo-3), var(--succevo-2)), linear-gradient(to top, transparent 1px, #afafaf 1px);
    -webkit-animation: material-text-input-animate 0.3s forwards;
    animation: material-text-input-animate 0.3s forwards;
}

.meetingbox-form-design :checked+.checkbox--material__checkmark:before {
    border: 2px solid var(--succevo-2);
    background-color: var(--succevo-2);
    transition: background-color 0.1s linear, border-color 0.1s linear;
}

.meetingbox-form-design :checked+.radio-button--material__checkmark:before {
    background: transparent;
    border: 2px solid var(--succevo-2);
}

.meetingbox-form-design :checked+.radio-button--material__checkmark:after {
    opacity: 1;
    background: var(--succevo-2);
    -webkit-transform: scale(1);
    transform: scale(1);
}

.meetingbox-form-design .checkbox .custom-control-description {
    margin-left: 10px;
    font-family: "proxima-nova";
}

.meetingbox-form-design .meetingbox-radio {
    display: block;
    margin: 8px 0px;
}

.form-main-container .hidden_new {
    display: none;
}

.form-main-container input[type="button"] {
    border: 1px solid var(--succevo-3);
    margin: 20px auto;
    display: block;
    width: 60%;
    background-color: var(--succevo-2);
    font-family: "proxima-nova";
    -webkit-appearance: none !important;
}


/* ************ END OF FORMS ************ */


/* ************ START OF AUTH USER PAGES ************ */


/*signin*/

#auth-user #signin-form-container .btn-signin-spinner {
    padding: 5px 0;
}

#auth-user {
    width: 100%;
    height: calc(100vh - 44px);
    display: table;
    background: rgb(242, 242, 242);
    color: var(--text-6);
}

#auth-user a {
    color: var(--text-6);
    font-size: 12px;
}

#auth-user #signin-form-container {
    display: table-cell;
    vertical-align: middle;
}

#auth-user #signin-form-container #logo {
    text-align: center;
}

#auth-user #signin-form-container #logo svg circle {
    fill: var(--succevo-3) !important;
}

#auth-user #signin-form-container #signin-form {
    padding: 10px 20px;
    background-color: transparent;
}

#auth-user #signin-form-container #signin-form .form-label {
    color: var(--text-6);
    font-size: 12px;
    line-height: 12px;
    letter-spacing: 1px;
    font-weight: bold;
}

#auth-user #signin-form-container #signin-form .mbsc-control-w {
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .15);
    margin: 10px 0px;
}

#auth-user #signin-form-container #signin-form .mbsc-btn-group-block {
    padding: 0;
    background: transparent;
}

#auth-user .b-link-signup {
    /*float: left;*/
    font-size: 12px;
}

#auth-user .b-link-forget {
    float: left;
    font-size: 12px;
    line-height: 12px;
}

#auth-user .mbsc-ios .mbsc-control-w:before,
.mbsc-ios .mbsc-control-w:after {
    border-top: none;
    padding-top: 5px;
    line-height: 12px;
}

#auth-user .mbsc-ios .mbsc-input-ic {
    top: 1px;
}

#auth-user .mbsc-ios .mbsc-input input {
    height: 34px;
}

#auth-user .mbsc-ios .mbsc-err-msg {
    padding: 5px 0;
    font-size: 12px !important;
    line-height: 12px !important;
}

#auth-user .ui-mobile .ui-controlgroup-label {
    font-size: 12px;
    line-height: 12px;
}


/*forgetpassword*/

#auth-user #forgetpassword-form-container {
    display: table-cell !important;
    vertical-align: middle !important;
}

#auth-user #forgetpassword-form-container #logo {
    text-align: center !important;
}

#auth-user #forgetpassword-form-container #forgetpassword-form {
    padding: 10px 20px !important;
    background-color: transparent !important;
}

#auth-user #forgetpassword-form-container #forgetpassword-form .form-label {
    color: var(--text-6) !important;
    font-size: 12px !important;
    line-height: 12px !important;
    letter-spacing: 1px !important;
    font-weight: bold !important;
}

#auth-user #forgetpassword-form-container #forgetpassword-form .mbsc-control-w {
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .15) !important;
    margin: 10px 0px !important;
}

#auth-user #forgetpassword-form-container #forgetpassword-form .mbsc-btn-group-block {
    padding: 0 !important;
    background: transparent !important;
}

.mbsc-switch-track {
    z-index: 0 !important;
}

.mbsc-fr-popup {
    z-index: 9999 !important;
}

.ui-loader {
    display: none !important;
}

.event_oage {
    /* padding: 10px; */
}


/* ************ END OF AUTH USER PAGES ************ */


/* ************ START OF LIVE POLL ************ */

@media(max-width:992px) {
    .live-poll-main-container aside,
    .live-poll-main-container #main,
    .live-poll-main-container .container,
    .live-poll-main-container .poll-results-container {
        width: 100%;
        float: none;
        height: auto;
    }
    .live-poll-main-container .poll-results-container {
        /* padding-left: 15px; */
        /* padding-right: 15px; */
        text-align: center;
    }
}

.livepoll-main-box {
    height: 100%;
    width: 100%;
    display: table;
    background: var(--background-color-5);
}

.livepoll-main-box .livepoll-main-container {
    vertical-align: middle;
    display: table-cell;
    width: 100%;
}

.livepoll-main-box .livepoll-main-container .col-md-2.col-sm-12 span {
    width: 100%;
    display: inline-block;
    border-bottom: 3px solid var(--background-color-5);
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.livepoll-main-box .livepoll-main-container .card {
    margin: 8px 20px;
}

.livepoll-main-box .livepoll-main-container .form-group .custom-radio.radio-button.radio-button--material {
    display: block;
    margin: 5px 0;
    background-color: rgba(0, 0, 0, .03);
    padding: 5px 5px 5px 5px;
    border-radius: 10px;
    /* border: 1px solid red; */
}

.livepoll-main-box .livepoll-main-container .radio-button__checkmark.radio-button--material__checkmark {
    vertical-align: middle;
}

.livepoll-main-box .livepoll-main-container .custom-control-indicator,
.livepoll-main-box .livepoll-main-container .custom-control-description {
    vertical-align: middle;
}

.livepoll-main-box .livepoll-main-container :checked+.radio-button--material__checkmark:after {
    opacity: 1;
    background: var(--succevo-2) !important;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.livepoll-main-box .livepoll-main-container :checked+.radio-button--material__checkmark:before {
    background: transparent;
    border: 2px solid var(--succevo-2) !important;
}

.livepoll-main-box .livepoll-main-container .input_button {
    text-align: center;
    margin-top: 40px;
}

.livepoll-main-box .livepoll-main-container .input_button input[type='button'] {
    border-radius: 50px;
    text-transform: uppercase;
    padding: 10px 25px;
    background: var(--buttons-normal-1);
    color: white;
    border: none;
    -webkit-appearance: none !important;
}

.livepoll-main-box .livepoll-main-container .poll-results .single-answer-livepoll ons-progress-bar {
    display: inline-block;
    width: 80%;
    vertical-align: middle;
}

.livepoll-main-box .livepoll-main-container .poll-results .single-answer-livepoll ons-progress-bar .progress-bar {
    height: 12px !important;
    border-radius: 16px;
}

.livepoll-main-box .livepoll-main-container .poll-results .single-answer-livepoll ons-progress-bar .progress-bar .progress-bar__secondary {
    background-color: #ccc !important;
}

.livepoll-main-box .livepoll-main-container .poll-results .single-answer-livepoll ons-progress-bar .progress-bar .progress-bar__primary {
    background-color: var(--succevo-3) !important;
}

.livepoll-main-box .livepoll-main-container .poll-results .single-answer-livepoll .percentages-text {
    display: inline-block;
    width: 20%;
    text-align: center;
    vertical-align: middle;
    color: var(--succevo-2);
}

.livepoll-main-box .livepoll-main-container .poll-results .single-answer-livepoll .answer-name {
    font-size: 16px;
    color: gray;
    margin: 5px 0px;
}

.livepoll-main-box .livepoll-main-container .poll-results .question-name {
    padding-bottom: 8px;
    font-size: 18px;
    border-bottom: 1px solid rgb(204, 204, 204);
    margin: 0px;
}

.livepoll-main-box .livepoll-main-container .poll-results .number-votes {
    text-align: right;
    padding-right: 30px;
    color: rgba(0, 0, 0, .4);
}

.livepoll-main-box .livepoll-main-container .poll-results .card button {
    display: block;
    font-size: 12px;
    color: grey;
    text-transform: uppercase;
    margin: 0px auto;
    margin-top: 20px;
}


/* ************ END OF LIVE POLL ************ */

.imp-tooltip {
    display: none !important;
}


/* PRELOAD ANIMATION */

.preloader-image {
    width: 280px;
    height: var(--preloader-image-height);
    margin: auto;
}

.preloader-image::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 6px;
    -webkit-box-shadow: 0 10px 45px rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 45px rgba(0, 0, 0, 0.1);
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(211, 211, 211, 0)), color-stop(50%, rgba(211, 211, 211, 0.8)), to(rgba(211, 211, 211, 0))), var(--title-skeleton), var(--desc-line-skeleton), var(--desc-line-skeleton), var(--avatar-skeleton), var(--footer-skeleton), var(--preloader-image-skeleton);
    background-image: linear-gradient(90deg, rgba(211, 211, 211, 0) 0, rgba(211, 211, 211, 0.8) 50%, rgba(211, 211, 211, 0) 100%), var(--title-skeleton), var(--desc-line-skeleton), var(--desc-line-skeleton), var(--avatar-skeleton), var(--footer-skeleton), var(--preloader-image-skeleton);
    background-size: var(--blur-size), var(--title-width) var(--title-height), var(--desc-line-1-width) var(--desc-line-height), var(--desc-line-2-width) var(--desc-line-height), var(--avatar-size) var(--avatar-size), 100% var(--footer-height), 100% 100%;
    background-position: -150% 0, var(--title-position), var(--desc-line-1-position), var(--desc-line-2-position), var(--avatar-position), var(--footer-position), 0 0;
    background-repeat: no-repeat;
    -webkit-animation: loading 1.5s infinite;
    animation: loading 1.5s infinite;
}

@-webkit-keyframes loading {
    to {
        background-position: 100% 0, var(--title-position), var(--desc-line-1-position), var(--desc-line-2-position), var(--avatar-position), var(--footer-position), 0 0;
    }
}

@keyframes loading {
    to {
        background-position: 100% 0, var(--title-position), var(--desc-line-1-position), var(--desc-line-2-position), var(--avatar-position), var(--footer-position), 0 0;
    }
}

@media only screen and (max-width: 500px) {
    .preloader-image {
        width: 60px;
        height: 60px;
    }
    .preloader-image::after {
        content: "";
        display: block;
        width: 100%;
        height: 100%;
        border-radius: 3px;
        -webkit-box-shadow: 0 10px 45px rgba(0, 0, 0, 0.1);
        box-shadow: 0 10px 45px rgba(0, 0, 0, 0.1);
        background-image: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(211, 211, 211, 0)), color-stop(50%, rgba(211, 211, 211, 0.8)), to(rgba(211, 211, 211, 0))), linear-gradient(white 16px, transparent 0), linear-gradient(white 8px, transparent 0), linear-gradient(white 8px, transparent 0), radial-gradient(circle 8px at center, white 99%, transparent 0), linear-gradient(white 20px, transparent 0), linear-gradient(lightgrey 170px, transparent 0);
        background-image: linear-gradient(90deg, rgba(211, 211, 211, 0) 0, rgba(211, 211, 211, 0.8) 50%, rgba(211, 211, 211, 0) 100%), linear-gradient(white 16px, transparent 0), linear-gradient(white 8px, transparent 0), linear-gradient(white 8px, transparent 0), radial-gradient(circle 8px at center, white 99%, transparent 0), linear-gradient(white 20px, transparent 0), linear-gradient(lightgrey 170px, transparent 0);
        background-size: 100px 150px, 100px 16px, 115px 8px, 90px 8px, 16px 16px, 100% 20px, 100% 100%;
        background-position: -80% 0, 12px 90px, 12px 121px, 12px 133px, 12px 12px, 0 150px, 0 0;
        background-repeat: no-repeat;
        -webkit-animation: loading 1.5s infinite;
        animation: loading 1.5s infinite;
    }
    @-webkit-keyframes loading {
        to {
            background-position: 350% 0, 12px 90px, 12px 121px, 12px 133px, 12px 12px, 0 150px, 0 0;
        }
    }
    @keyframes loading {
        to {
            background-position: 350% 0, 12px 90px, 12px 121px, 12px 133px, 12px 12px, 0 150px, 0 0;
        }
    }
}

@media screen and (orientation:portrait) {}

@media screen and (orientation:landscape) {}


/* Floor Plan */

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

#floorplans-container {
    /* position: absolute; */
    /* z-index: 1; */
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    width: 100%;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-text-size-adjust: none;
    -moz-text-size-adjust: none;
    -ms-text-size-adjust: none;
    -o-text-size-adjust: none;
    text-size-adjust: none;
}