﻿:root {
    --activeLinkColor: rgb(41, 113, 184);
    --favouriteStarColor: #1e2f97;
    --profilePicBorderColor: #e01318;
    --tileBorderColorLight: rgba(255, 255, 255, 0.5);
    --featuredRibbonColor: #1e9787;
    --topLinkActiveColor: white;
    --logoutLinkColor: white;
    --primaryButtonColor: #1e9787;
    --secondaryButtonColor: #1e9787;
    --tertiaryButtonColor: #b2b2b2;
    --tertiaryButtonHoverColor: #1e9787;
    --attendeeTileHeaderBackground: linear-gradient(45deg, #e01318, #9c1734);
    --exhibitorTileHeaderBackground: linear-gradient(45deg, #2d6aab, #253b75);
    --accountHomeTileBackground: linear-gradient(45deg, #e01318, #9c1734);
    --loadingColorOne: #f15e41;
    --loadingColorTwo: #bad375;
    --loadingColorThree: #26a9e0;
    --chatboxPrimaryColor: #1e2f97;
}

/*#region Fonts*/
@font-face {
    font-family: 'FontAwesomeRegular';
    src: url('../fonts/font-awesome/fa-regular.eot');
    src: url('../fonts/font-awesome/fa-regular.eot?#iefix') format('eot'), url('../fonts/font-awesome/fa-regular.woff') format('woff'), url('../fonts/font-awesome/fa-regular.woff2') format('woff2'), url('../fonts/font-awesome/fa-regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'FontAwesomeSolid';
    src: url('../fonts/font-awesome/fa-solid.eot');
    src: url('../fonts/font-awesome/fa-solid.eot?#iefix') format('eot'), url('../fonts/font-awesome/fa-solid.woff') format('woff'), url('../fonts/font-awesome/fa-solid.woff2') format('woff2'), url('../fonts/font-awesome/fa-solid.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}
/*#endregion Fonts*/

/*#region Chrome 83 Form Element Outline Fix*/
*, input, select, textarea, option, button {
    outline: none !important;
}
/*#endregion Chrome 83 Form Element Outline Fix*/

/*#region Micro Clearfix*/
.cf:before,
.cf:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.cf:after {
    clear: both;
}

.cf {
    *zoom: 1;
}
/*#endregion Micro Clearfix*/

/*#region Boostrap Overrides*/
label {
    font-weight: normal;
}

* {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

    *:before,
    *:after {
        -webkit-box-sizing: content-box;
        -moz-box-sizing: content-box;
        box-sizing: content-box;
    }

.modal {
    position: relative;
    display: inline-block;
}
/*#endregion Boostrap Overrides*/

/*#region Html Elements*/
body {
    background: #f8f8f8;
}

a:link,
a:visited {
    color: #1e2f97;
    text-decoration: none;
}

input[type=text],
input[type=password],
textarea {
    background-color: #ffffff !important;
    border: 1px solid #ddd;
    border-radius: 5px;
}

select {
    background-color: #ffffff !important;
    border: 1px solid #ddd;
    color: #000000 !important;
    border-radius: 5px;
}

:lang(ar) {
    text-align: right;
}

::placeholder {
    color: #ddd;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #ddd;
}

::-ms-input-placeholder {
    color: #ddd;
}

#header {
    margin-top: 45px;
}

.mobile-only {
    display: none !important;
}

.active a {
    color: #1e2f97 !important;
}

@media screen and (min-width: 660px) {
    /*body {
        background: #f8f8f8;
    }  */
}
/*#endregion Html Elements*/

/*#region Responsive Layout*/
.title-container h1,
.navigation-top,
#header .logo-1,
#menu,
.footer-cont,
.section {
    margin-right: auto;
    margin-left: auto;
    padding-right: 5px;
    padding-left: 5px;
}

@media (max-width: 767px) {
    .navigation-top .user > div > div > div > div > div.name {
        display: none !important;
    }

    .navigation-top .user {
        flex-basis: 85px !important;
        height: 54px;
    }

        .navigation-top .user > div {
            position: static !important;
        }

            .navigation-top .user > div > ul {
                left: auto !important;
                width: 210px !important;
                min-width: 0 !important;
                right: 0 !important;
            }

    .navigation-top #mobile-menu {
        right: auto !important;
        width: 210px !important;
        min-width: 0 !important;
    }
}

@media (min-width: 768px) {
    .title-container h1,
    #header .logo-1,
    #menu,
    .footer-cont,
    .section {
        width: 738px;
        padding-right: 15px;
        padding-left: 15px;
    }

    #mobile-menu-toggle {
        display: none;
    }
}

@media (min-width: 960px) {
    .title-container h1,
    #header .logo-1,
    #menu,
    .footer-cont,
    .section {
        width: 930px
    }
}

@media (min-width: 1260px) {
    .title-container h1,
    #header .logo-1,
    #menu,
    .footer-cont,
    .section {
        width: 1230px;
    }
}
/*#endregion Responsive Layout*/

/*#region Header*/
/*.header-cont #header {
    display: none;
}
@media screen and (min-width: 768px) {
    .header-cont #header {
        display: block;
    }
}*/
/*#endregion Header*/

/*#region Content Layout*/
.singleColumnLayout, .twoColumnLayout, .threeColumnLayout {
    display: grid;
    grid-template-columns: minmax(1px, 1fr);
    max-width: 1254px;
    margin: 0px auto;
}

@media screen and (min-width: 960px) {
    .singleColumnLayout, .twoColumnLayout, .threeColumnLayout {
        gap: 24px;
    }

    .twoColumnLayout {
        grid-template-columns: 302px minmax(1px, 1fr);
    }

    .threeColumnLayout {
        /*grid-template-columns: 302px minmax(1px, 1fr) 302px;*/
        grid-template-columns: 302px minmax(1px, 1fr);
    }
}

@media screen and (min-width: 1260px) {
    .threeColumnLayout {
        grid-template-columns: 302px minmax(1px, 1fr) 302px;
    }
}

@media screen and (max-width: 1259px) {
    .exhibitorDetailsWrapper {
        grid-template-columns: minmax(1px, 1fr) !important;
        gap: 24px !important;
    }

        .exhibitorDetailsWrapper .mobileContacts {
            display: block !important;
        }

        .exhibitorDetailsWrapper .desktopContacts {
            display: none;
        }
}

.singleColumnLayout .containerBox {
    /*margin-bottom: 25px;*/
}

.sticky {
    position: sticky;
    top: 75px !important;
}

.containerBox {
    background-color: white;
    border: 1px solid rgb(221, 221, 221);
    border-radius: 3px;
    padding: 15px;
    margin-bottom: 15px;
}

.navContainer {
    position: sticky;
    top: 0;
    margin-bottom: 15px;
}

.containerBox .navList li {
    list-style: none;
}

    .containerBox .navList li a {
        font-size: 18px;
    }

.containerBox .create-button-set-cont li {
    text-align: center;
    margin: -5px -5px -10px -5px;
}

.containerBox .create-button-set-cont a {
    display: inline-block;
    /*width: 210px;*/
    margin-bottom: 5px;
    font-size: 15px;
}

@media all and (min-width: 768px) {
    .containerBox .create-button-set-cont li {
        text-align: center;
        margin: 0;
    }

    .containerBox .create-button-set-cont a {
        width: 210px;
        margin-bottom: 10px;
    }
}

.containerBox .button-set-cont {
    float: none;
    margin: auto;
}

    .containerBox .button-set-cont .diaryAction {
        width: 100%;
    }

        .containerBox .button-set-cont .diaryAction .filterLabel {
            font-size: 16px;
        }

    .containerBox .button-set-cont li a, .containerBox .button-set-cont li a:hover {
        border: 1px solid rgb(221, 221, 221);
        box-shadow: none;
        border-radius: 5px;
    }

        .containerBox .button-set-cont li a.parent {
            width: 100%;
            background-color: transparent;
            background-image: none;
            padding: 7px;
            color: white;
            text-align: right;
        }

            .containerBox .button-set-cont li a.parent .outer {
                display: none;
            }

            .containerBox .button-set-cont li a.parent .IconCheckboxDownArrow, .containerBox .button-set-cont li a.parent .IconCheckboxDownArrow:hover {
                color: black !important;
            }

    .containerBox .button-set-cont li .sub {
        background: white !important;
        color: black !important;
        width: 100%;
        border: 1px solid rgb(221, 221, 221);
        border-radius: 3px;
        padding: 5px;
    }

    .containerBox .button-set-cont .sub ul {
        background: white;
        width: 100%;
    }

        .containerBox .button-set-cont .sub ul li {
            padding-top: 2px;
            padding-bottom: 2px;
        }

    .containerBox .button-set-cont li input[type=checkbox] {
        display: inline-block;
    }

.containerBox .sub ul li label {
    display: inline-block;
    padding: 0px 0 2px 8px;
    margin-bottom: -5px;
}

.containerBox .InnerCheckboxChecked {
    background-color: white !important;
}

.meetingBack {
    text-align: center;
}

    .meetingBack a {
        width: 210px;
        margin-top: 7px;
        margin-bottom: 7px;
    }

    .meetingBack .create-button-set-cont-bottom {
        display: none;
    }

@media all and (max-width: 1420px) {
    .meeting-form-container .threeColumnLayout {
        grid-template-columns: 302px minmax(1px, 1fr);
    }

    .actionsRight {
        display: none;
    }

    .meetingBack .create-button-set-cont-bottom {
        display: inline-block;
    }
}

@media all and (max-width: 1100px) {
    .meeting-form-container .threeColumnLayout {
        grid-template-columns: minmax(1px, 1fr);
    }
}
/*#endregion Content Layout*/

/*#region Main Menu*/
#menu {
    box-sizing: border-box;
}

    #menu a:hover {
        background-color: #1e2f97;
        color: white !important;
        transition: 0.3s ease-in-out;
    }

    #menu a.arbitrary {
        color: #1e2f97;
    }

#menu {
    box-sizing: border-box;
}

    #menu ul {
        margin-top: 16px;
        margin-bottom: 16px;
    }

    #menu li.dummy {
        display: none;
    }
/*#endregion Main Menu*/

/*#region Navigation Top*/
.navigation-top-container {
    position: fixed;
    z-index: 3;
    background: #000;
    color: #fff;
    height: 55px;
    width: 100%;
    display: flex;
    align-items: center;
    margin-top: -1px;
}

.navigation-top {
    display: flex;
    align-items: center;
    /*justify-content: flex-end;*/
    max-width: 1230px;
    width: 100%;
    padding-right: 5px;
    padding-left: 0px;
}

.navigation-left-icons {
    margin-right: auto;
}

.navigation-top a.button {
    font-size: 14px;
    margin-right: 5px;
    padding: 7px 9px !important;
}

@media screen and (min-width: 1260px) {
    .navigation-top a.button {
        margin-right: 0;
    }
}

.navigation-top .icons ul {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-evenly;
    list-style: none;
    margin: 0px;
    padding: 0px;
    height: 100%;
}

    .navigation-top .icons ul li {
        margin: 0px 10px;
        display: block;
        width: 44px;
        height: 53px;
        padding-top: 2px;
        border-bottom: 2px solid transparent;
        box-sizing: border-box;
        transition: border 200ms linear 0s;
        color: #fff !important;
    }

        .navigation-top .icons ul li:hover,
        .navigation-top .icons ul li:hover a,
        .navigation-top .icons ul li.active,
        .navigation-top .icons ul li.active a {
            color: #1e2f97 !important;
            border-bottom-color: #1e2f97 !important;
        }

        .navigation-top .icons ul li a {
            color: #fff !important;
            width: 100%;
            height: 100%;
            display: flex;
            -webkit-box-align: center;
            align-items: center;
            -webkit-box-pack: center;
            justify-content: center;
            cursor: pointer;
        }

            .navigation-top .icons ul li a span {
                font-size: 15px;
                line-height: 15px;
                transition: color 200ms linear 0s;
            }

.navigation-top .user {
    flex-basis: 210px;
    border-left: 1px solid #333;
    border-right: 1px solid #333;
}

    .navigation-top .user > div {
        width: 100%;
        position: relative;
        height: 100%;
    }

        .navigation-top .user > div > div {
            padding: 11px 16px;
            height: 100%;
            box-sizing: border-box;
            display: flex;
            cursor: pointer;
            flex-wrap: nowrap;
            -webkit-box-pack: justify;
            justify-content: space-between;
            -webkit-box-align: center;
            align-items: center;
        }

            .navigation-top .user > div > div > div {
                color: rgb(0, 0, 0);
                font-size: 15px;
                line-height: 15px;
                font-weight: 600;
                -webkit-box-flex: 1;
                flex-grow: 1;
            }

                .navigation-top .user > div > div > div > div {
                    display: flex !important;
                    align-items: center !important;
                }

                    .navigation-top .user > div > div > div > div > div.photo {
                        position: relative;
                    }

                        .navigation-top .user > div > div > div > div > div.photo > div {
                            height: 32px;
                            width: 32px;
                            min-width: 32px;
                            background-color: transparent;
                            font-size: 10px;
                            display: flex;
                            -webkit-box-pack: center;
                            justify-content: center;
                            -webkit-box-align: center;
                            align-items: center;
                            overflow: hidden;
                            color: #000;
                            letter-spacing: 1px;
                            text-transform: uppercase;
                            position: relative;
                        }

                            .navigation-top .user > div > div > div > div > div.photo > div > div {
                                width: 32px;
                                height: 32px;
                                border-radius: 50%;
                                background-size: cover;
                                background-position: center center;
                                margin: 0 auto;
                                text-align: center;
                            }

                                .navigation-top .user > div > div > div > div > div.photo > div > div .statusBadge {
                                    width: 6px;
                                    height: 6px;
                                    bottom: 1px;
                                    right: 2px;
                                }

                    .navigation-top .user > div > div > div > div > div.name {
                        margin-left: 16px;
                        line-height: 32px;
                        color: #fff;
                        white-space: nowrap;
                        overflow: hidden;
                        text-overflow: ellipsis;
                        width: 110px;
                    }

            .navigation-top .user > div > div > span {
                font-weight: 100;
                font-size: 13px;
            }

        .navigation-top .user > div > ul,
        .navigation-top #mobile-menu {
            padding: 0px;
            margin: -2px;
            background: #000;
            border: 1px solid #333;
            position: absolute;
            min-width: 100%;
            width: 100%;
            left: 1px;
            z-index: 10;
            list-style: none;
            visibility: hidden;
            opacity: 0;
            transition: all 200ms ease 0s;
            box-shadow: rgb(0 0 0 / 5%) -1px 1px 2px 0px;
            overflow: auto;
        }

            .navigation-top .user > div > ul.open,
            .navigation-left-icons ul.open {
                visibility: visible !important;
                opacity: 1 !important;
            }

            .navigation-top .user > div > ul > li > a,
            .navigation-top .user > div > ul > li > div,
            .navigation-top #mobile-menu a {
                display: block;
                white-space: nowrap;
                color: #fff;
                font-size: 14px;
                font-weight: 400;
                margin: 16px;
            }

                .navigation-top .user > div > ul > li > div select {
                    background-color: transparent !important;
                    color: #fff !important;
                    width: 100% !important;
                    margin: 0 0 0 3px !important;
                    padding: 0 !important;
                    font-size: 14px;
                    font-weight: 300;
                    border: none;
                    max-width: 101px !important;
                }

                    .navigation-top .user > div > ul > li > div select option {
                        margin: 40px;
                        background-color: #000 !important;
                        color: #fff;
                    }

            .navigation-top .user > div > ul > li.seperator {
                background-color: #333;
                width: 100%;
                height: 1px;
                margin: 0;
            }

            .navigation-top .user > div > ul > li > a.log-out {
                color: white !important;
            }
/*#endregion Navigation Top*/

/*#region Footer*/
#container {
    min-height: calc(100vh - 95px);
}

.footer-cont {
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    flex-direction: column;
    font-size: .75rem;
    line-height: 1.675;
    box-sizing: border-box;
    height: 95px;
    overflow: hidden;
}

    .footer-cont #footer {
        display: inline-grid;
    }

    .footer-cont a {
        text-decoration: none;
        border: none;
        font-weight: normal;
        color: #000;
    }

        .footer-cont a:visited {
            text-decoration: none;
            border: none;
        }

        .footer-cont a:active {
            text-decoration: none;
            border: none;
        }

        .footer-cont a:hover {
            text-decoration: none;
            border: none;
            color: #8d8f95;
        }

    .footer-cont .signage {
    }

    .footer-cont .copyright {
        float: left;
        padding-top: 10px;
        display: none;
    }

    .footer-cont .by {
        float: right;
        padding-top: 10px;
        display: none;
    }

    .footer-cont .footerBox {
        display: flex;
        flex-direction: column;
    }
/*#endregion Footer*/

/*#region Bottom Footer*/
#background-cont {
    position: relative;
    min-height: 100vh;
}

#footer-cont {
    /*position: absolute;*/
    bottom: 0;
    width: 100%;
    height: 95px;
}
/*#endregion Bottom Footer*/

/*#region Buttons*/
a.button {
    padding: 8px 10px;
    font-size: 14px;
    line-height: normal;
    cursor: pointer;
    -webkit-appearance: push-button;
    user-select: none;
    white-space: pre;
    align-items: flex-start;
    text-align: center;
    background-color: buttonface;
    box-sizing: border-box;
    border-width: 2px;
    border-style: outset;
    border-color: buttonface;
    border-image: initial;
    -webkit-rtl-ordering: logical;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    display: inline-block;
    -webkit-writing-mode: horizontal-tb !important;
    text-rendering: auto;
    color: black;
}

    a.button:hover {
        text-decoration: none;
        color: black;
    }

.PrimaryButtonStyle {
    background-color: #1e2f97 !important;
    color: #ffffff !important;
    background-image: none !important;
    border-radius: 5px !important;
    border: solid 1px transparent !important;
    padding: 8px 10px !important;
    -o-transition: background-color 300ms linear;
    -webkit-transition: background-color 300ms linear;
    -webkit-appearance: none !important;
    cursor: pointer;
    border-radius: 0;
}

    .PrimaryButtonStyle:hover {
        background-color: #ffffff !important;
        color: #1e2f97 !important;
        background-image: none !important;
        border: solid 1px #1e2f97 !important;
    }

    .PrimaryButtonStyle:focus {
        background-color: #ffffff !important;
        color: #1e2f97 !important;
        background-image: none !important;
        border: solid 1px #1e2f97 !important;
    }

.SecondaryButtonStyle {
    background-color: #ffffff !important;
    color: #1e2f97 !important;
    background-image: none !important;
    border-radius: 5px !important;
    border: solid 1px #1e2f97 !important;
    padding: 8px 10px !important;
    -o-transition: background-color 300ms linear;
    -webkit-transition: background-color 300ms linear;
    -webkit-appearance: none !important;
    cursor: pointer;
}

    .SecondaryButtonStyle:hover {
        background-color: #1e2f97 !important;
        color: #ffffff !important;
        background-image: none !important;
    }

    .SecondaryButtonStyle:focus {
        background-color: #1e2f97 !important;
        color: #ffffff !important;
        background-image: none !important;
    }

.TertiaryButtonStyle {
    background-color: #ffffff !important;
    color: #1e2f97 !important;
    background-image: none !important;
    border-radius: 5px !important;
    border: solid 1px #1e2f97 !important;
    padding: 8px 10px !important;
    -o-transition: background-color 300ms linear;
    -webkit-transition: background-color 300ms linear;
    -webkit-appearance: none !important;
    cursor: pointer;
}

    .TertiaryButtonStyle:hover {
        background-color: #1e2f97 !important;
        color: #ffffff !important;
        background-image: none !important;
    }

    .TertiaryButtonStyle:focus {
        background-color: #1e2f97 !important;
        color: #ffffff !important;
        background-image: none !important;
    }

.DisabledButtonStyle, .DisabledButtonStyle:hover, .DisabledButtonStyle:focus {
    background-color: grey !important;
    color: #ffffff !important;
    background-image: none !important;
    border-radius: 5px !important;
    border: solid 1px transparent !important;
    padding: 8px 10px !important;
    -o-transition: background-color 300ms linear;
    -webkit-transition: background-color 300ms linear;
    -webkit-appearance: none !important;
    cursor: not-allowed !important;
    border-radius: 0;
}

a.button.small {
    padding: 2px 6px !important;
    font-size: 12px;
    margin: 0 0 0 6px;
}
/*#endregion Buttons*/

/*#region Button Set*/
div.button-set-cont.centered {
    text-align: center;
}

ul.button-set-cont {
    padding: 0;
    margin: 1.5em 0;
    float: left;
    display: block;
    width: 100%;
}

    ul.button-set-cont li {
        padding: 0;
        margin: 0 0.25em 0 0;
        list-style-type: none;
        display: inline-block;
        position: relative;
    }

        ul.button-set-cont li a {
            background: #f4f4f4;
            border: solid 1px #ddd;
            border-radius: 2px;
            box-shadow: 1px 1px 2px #eee;
            line-height: 2.5em;
            padding: 0 1em;
            color: #444;
            font-weight: bold;
            text-decoration: none;
            display: inline-block;
            /*z-index: 40;*/
        }

            ul.button-set-cont li a:hover {
                background: #f0f0f0;
                box-shadow: 1px 1px 2px #ddd;
            }

            ul.button-set-cont li a:active {
                background: #e8e8e8;
                box-shadow: 1px 1px 2px #eee;
            }

            ul.button-set-cont li a:visited {
                background: #f4f4f4;
                box-shadow: 1px 1px 2px #eee;
            }

            ul.button-set-cont li a.parent {
                background-color: #f4f4f4;
                background-image: url('../images/icons/1334307505_bullet-arrow-down.png');
                padding: 0 22px 0 5px;
                background-repeat: no-repeat;
                background-repeat: no-repeat;
                background-position: 90% center;
            }

            ul.button-set-cont li a.default {
                background: DodgerBlue;
                color: #fff;
            }

                ul.button-set-cont li a.default:hover {
                    background: DodgerBlue;
                    color: #fff;
                }

                ul.button-set-cont li a.default:active {
                    background: DodgerBlue;
                    color: #fff;
                }

                ul.button-set-cont li a.default:visited {
                    background: DodgerBlue;
                    color: #fff;
                }

        ul.button-set-cont li .sub {
            position: absolute;
            top: 31px;
            left: 0;
            background: #f4f4f4;
            padding: 20px 20px 20px;
            float: left;
            z-index: 20;
            -moz-border-radius-bottomright: 2px;
            -khtml-border-radius-bottomright: 2px;
            -webkit-border-bottom-right-radius: 2px;
            border-bottom-right-radius: 2px;
            -moz-border-radius-bottomleft: 2px;
            -khtml-border-radius-bottomleft: 2px;
            -webkit-border-bottom-left-radius: 2px;
            border-bottom-left-radius: 2px;
            display: none;
            border-right: solid 1px #ddd;
            border-bottom: solid 1px #ddd;
            border-left: solid 1px #ddd;
            border-top: solid 1px #ddd;
        }

    ul.button-set-cont .sub ul {
        list-style: none;
        margin: 0;
        padding: 0;
        float: left;
        width: 145px;
    }

        ul.button-set-cont .sub ul li {
            width: 100%;
            pointer: cursor;
        }

    ul.button-set-cont .sub a {
        background: transparent;
        border: none;
        box-shadow: none !important;
        line-height: 2.0em;
        padding: 1% 5px;
        color: #444;
        font-weight: bold;
        font-weight: normal;
    }

        ul.button-set-cont .sub a:hover {
            box-shadow: none;
        }

    ul.button-set-cont .sub ul a:active {
        box-shadow: none;
    }

    ul.button-set-cont .sub ul a:visited {
        box-shadow: none;
    }

ul.small-button-set-cont {
    padding: 0;
    margin: 0.75em 0.75em;
    font-size: 0.9em;
    line-height: 0.9;
}

    ul.small-button-set-cont li {
    }

        ul.small-button-set-cont li a {
            line-height: 2.2em;
            padding: 0 9px;
            box-shadow: 1px 1px 2px #ddd;
        }

            ul.small-button-set-cont li a:hover {
                background: #f0f0f0;
                box-shadow: 1px 1px 2px #bbb;
            }

            ul.small-button-set-cont li a:active {
                background: #e8e8e8;
                box-shadow: 1px 1px 2px #aaa;
            }

            ul.small-button-set-cont li a:visited {
                background: #f4f4f4;
                box-shadow: 1px 1px 2px #aaa;
            }
/*#endregion Button Set*/

/*#region Link Set*/
div.link-set-cont {
    padding: 2% 0;
    margin: 0;
}

    div.link-set-cont a {
        padding: 0 2%;
        margin: 0;
        border-right: solid 1px #444;
        display: inline-block;
        vertical-align: middle;
    }

        div.link-set-cont a:first-child {
            padding-left: 0;
        }

        div.link-set-cont a:last-child {
            border-right: none;
        }

div.big-link-set-cont {
    font-weight: bold;
    font-size: 1.1em;
}

div.small-link-set-cont {
    padding: 1% 0;
    margin: 0;
    line-height: 0.90em;
    font-size: 0.90em;
}

    div.small-link-set-cont a {
        padding: 0 2% 0 1%;
        margin: 0;
        border-right: solid 1px #444;
        display: inline-block;
        vertical-align: middle;
        display: inline-block;
    }

        div.small-link-set-cont a:first-child {
            padding-left: 0;
        }

        div.small-link-set-cont a:last-child {
            border-right: none;
        }
/*#endregion Link Set*/

/*#region Icons*/
.IconCheckboxDownArrow::before {
    font-family: FontAwesomeSolid;
    content: "\00a0 \f0d7";
    font-weight: 400;
}

.IconBack::before {
    font-family: FontAwesomeRegular;
    content: "\f359 \00a0";
    font-weight: 400;
}

.IconExpired::before {
    font-family: FontAwesomeRegular;
    content: "\f253 \00a0";
    font-weight: 400;
}

.IconSave::before {
    font-family: FontAwesomeSolid;
    content: "\f0c7 \00a0";
    font-weight: 400;
}

.IconClone::before {
    font-family: FontAwesomeSolid;
    content: "\f0c7 \f24d";
    font-weight: 400;
}

.IconUndo::before {
    font-family: FontAwesomeSolid;
    content: "\f0e2 \00a0";
    font-weight: 400;
}

.IconEdit::before {
    font-family: FontAwesomeRegular;
    content: "\f044 \00a0";
    font-weight: 400;
}

.IconSwitch::before {
    font-family: FontAwesomeRegular;
    content: "\f074 \00a0";
    font-weight: 400;
}

.IconCancel::before {
    font-family: FontAwesomeSolid;
    content: "\f00d \00a0";
    font-weight: 400;
}

.IconOk::before {
    font-family: FontAwesomeRegular;
    content: "\f058 \00a0";
    font-weight: 400;
}

.IconPrint::before {
    font-family: FontAwesomeSolid;
    content: "\f02f \00a0";
    font-weight: 400;
}

.IconNewMeeting::before {
    font-family: FontAwesomeRegular;
    content: "\f271 \00a0";
    font-weight: 400;
}

.IconNewNote::before {
    font-family: FontAwesomeSolid;
    content: "\f249 \00a0";
    font-weight: 400;
}

.IconRefresh::before {
    font-family: FontAwesomeSolid;
    content: "\f021 \00a0";
    font-weight: 400;
}

.IconExport::before {
    font-family: FontAwesomeSolid;
    content: "\f56e \00a0";
    font-weight: 400;
}

.IconDelete::before {
    font-family: FontAwesomeSolid;
    content: "\f2ed \00a0";
    font-weight: 400;
}

.IconMeeting::before {
    font-family: FontAwesomeRegular;
    content: "\f133 \00a0";
    font-weight: 400;
}

.IconAcceptMeeting::before {
    font-family: FontAwesomeRegular;
    content: "\f274 \00a0";
    font-weight: 400;
}

.IconDeclineMeeting::before {
    font-family: FontAwesomeSolid;
    content: "\f273 \00a0";
    font-weight: 400;
}

.IconProposeNewTimeMeeting::before {
    font-family: FontAwesomeRegular;
    content: "\f017 \00a0";
    font-weight: 400;
}

.IconProposeNewTimeMeetingSolid::before {
    font-family: FontAwesomeSolid;
    content: "\f017 \00a0";
    font-weight: 400;
}

.IconReferColleagueMeeting::before {
    font-family: FontAwesomeRegular;
    content: "\f2b9 \00a0";
    font-weight: 400;
}

.IconFullMeeting::before {
    font-family: FontAwesomeRegular;
    content: "\f073 \00a0";
    font-weight: 400;
}

.IconLocation::before {
    font-family: FontAwesomeRegular;
    content: "\f279 \00a0";
    font-weight: 400;
}

.IconSearch::before {
    font-family: FontAwesomeSolid;
    content: "\f002 \00a0";
    font-weight: 400;
}

.IconViewProfile::before {
    font-family: FontAwesomeSolid;
    content: "\f2bb \00a0";
    font-weight: 400;
}

.IconEmptyStar::before {
    font-family: FontAwesomeRegular;
    content: "\f005 \00a0";
    font-weight: 400;
    cursor: pointer;
    font-size: 20px;
}

.IconFilledStar::before {
    font-family: FontAwesomeSolid;
    content: "\f005 \00a0";
    font-weight: 400;
    cursor: pointer;
    font-size: 20px;
}

.IconExternalLink::before {
    font-family: FontAwesomeSolid;
    content: "\f35d \00a0";
    font-weight: 400;
    color: var(--activeLinkColor) !important;
}

.IconSignIn::before {
    font-family: FontAwesomeSolid;
    content: "\f2f6 \00a0";
    font-weight: 400;
}

.IconSignOut::before {
    font-family: FontAwesomeSolid;
    content: "\f2f5 \00a0";
    font-weight: 400;
}

.IconEmailSend::before {
    font-family: FontAwesomeRegular;
    content: "\f0e0 \00a0";
    font-weight: 400;
}

.IconChat::before {
    font-family: FontAwesomeRegular;
    content: "\f086 \00a0";
    font-weight: 400;
}

.IconYes::before {
    font-family: FontAwesomeSolid;
    content: "\f00c \00a0";
    font-weight: 400;
}

.IconJoinMeeting::before {
    font-family: FontAwesomeSolid;
    content: "\f03d \00a0";
    font-weight: 400;
}

.IconNavMenuAccount::before {
    font-family: FontAwesomeSolid;
    content: "\f00c \00a0";
    font-weight: 400;
}

.IconNavMenuPersonalDetails::before {
    font-family: FontAwesomeSolid;
    content: "\f00c \00a0";
    font-weight: 400;
}

.IconNavMenuYourTargets::before {
    font-family: FontAwesomeSolid;
    content: "\f00c \00a0";
    font-weight: 400;
}

.IconNavMenuAvailability::before {
    font-family: FontAwesomeSolid;
    content: "\f00c \00a0";
    font-weight: 400;
}

.IconNavMenuMatchingReport::before {
    font-family: FontAwesomeSolid;
    content: "\f00c \00a0";
    font-weight: 400;
}

.IconNavMenuCalendar::before {
    font-family: FontAwesomeSolid;
    content: "\f00c \00a0";
    font-weight: 400;
}

.IconNavMenuContactUs::before {
    font-family: FontAwesomeSolid;
    content: "\f00c \00a0";
    font-weight: 400;
}

.IconOffline::before {
    font-family: FontAwesomeRegular;
    content: "\f070 \00a0";
    font-weight: 400;
}

.IconInMeeting::before {
    font-family: FontAwesomeSolid;
    content: "\f017 \00a0";
    font-weight: 400;
}

.IconUser::before {
    font-family: FontAwesomeSolid;
    content: "\f2bd \00a0";
    font-weight: 400;
}

.IconUpload::before {
    font-family: FontAwesomeSolid;
    content: "\f093 \00a0";
    font-weight: 400;
}

.IconAdd::before {
    font-family: FontAwesomeSolid;
    content: "\f067 \00a0";
    font-weight: 400;
}

.IconPreview::before {
    font-family: FontAwesomeSolid;
    content: "\f06e \00a0";
    font-weight: 400;
}

.IconBan::before {
    font-family: FontAwesomeSolid;
    content: "\f05e \00a0";
    font-weight: 400;
}

.IconUnblock::before {
    font-family: FontAwesomeRegular;
    content: "\f06e \00a0";
    font-weight: 400;
}

.IconInfoCircle::before {
    font-family: FontAwesomeSolid;
    content: "\f05a \00a0";
    font-weight: 400;
}

.IconPhone::before {
    font-family: FontAwesomeSolid;
    content: "\f095 \00a0";
    font-weight: 400;
}

.IconDownload::before {
    font-family: FontAwesomeSolid;
    content: "\f019 \00a0";
    font-weight: 400;
}

.IconFilter::before {
    font-family: FontAwesomeSolid;
    content: "\f0b0 \00a0";
    font-weight: 400;
}

.IconBars::before {
    font-family: FontAwesomeSolid;
    content: "\f0c9 \00a0";
    font-weight: 400;
}

.IconUserFriends::before {
    font-family: FontAwesomeSolid;
    content: "\f500 \00a0";
    font-weight: 400;
}

.IconStar::before {
    font-family: FontAwesomeSolid;
    content: "\f005 \00a0";
    font-weight: 400;
}

.IconMousePointer::before {
    font-family: FontAwesomeSolid;
    content: "\f245 \00a0";
    font-weight: 400;
}

.IconBullsEye::before {
    font-family: FontAwesomeSolid;
    content: "\f140 \00a0";
    font-weight: 400;
}

.IconSearchMinus::before {
    font-family: FontAwesomeSolid;
    content: "\f010 \00a0";
    font-weight: 400;
}

.IconEmoji::before {
    font-family: FontAwesomeRegular;
    content: "\f118 \00a0";
    font-weight: 400;
}

.IconEllipsis::before {
    font-family: FontAwesomeSolid;
    content: "\f142 \00a0";
    font-weight: 400;
}

.IconMuteSound::before {
    font-family: FontAwesomeSolid;
    content: "\f6a9 \00a0";
    font-weight: 400;
}

.IconEnableSound::before {
    font-family: FontAwesomeSolid;
    content: "\f028 \00a0";
    font-weight: 400;
}
.IconNetwork::before {
    font-family: FontAwesomeSolid;
    content: "\f1eb \00a0";
    font-weight: 400;
}

/*#endregion Icons*/

/*#region Alerts*/
.info, .success, .warning, .error, .validation {
    margin: 1% 0;
    border-radius: 5px;
    box-shadow: 1px 2px 2px #c0c0c0;
    font-weight: bold;
    text-shadow: 1px 1px #ddd;
    color: #333;
    background-position: left center !important;
    background-repeat: no-repeat !important;
    padding: 12px 12px 12px 55px;
    display: block;
    line-height: 1.5em;
}

    .info a, .success a, .warning a, .error a, .validation a {
        text-decoration: underline;
    }

.success {
    background: #bdf589;
    background-image: url(../images/icons/check-duo-green-32.png);
    border-top: solid 1px #ebf0db;
    border-right: solid 1px #d4eab7;
    border-bottom: solid 1px #c0ea97;
    border-left: solid 1px #d4eab7;
}

.error {
    background: #eea2a2;
    background-image: url(../images/icons/1331738407_button_cancel.png);
    border-top: solid 1px #f7d1d0;
    border-right: solid 1px #e4b0af;
    border-bottom: solid 1px #ce7675;
    border-left: solid 1px #e4b0af;
}

.warning {
    background: #f1f17f;
    background-image: url(../images/icons/1331738585_messagebox_warning.png);
    border-right: solid 1px #f5f595;
    border-bottom: solid 1px #e9ec37;
    border-left: solid 1px #f5f595;
}

.info {
    background: #c5e0ee;
    background-image: url(../images/icons/1331738670_messagebox_info.png);
    border-top: solid 1px #f2f9ff;
    border-right: solid 1px #e1eff8;
    border-bottom: solid 1px #bfd8e5;
    border-left: solid 1px #e1eff8;
}

.warning p {
    line-height: 16px;
    padding: 0;
    margin-top: 5px;
    margin-bottom: 0;
}

.warning a {
    font-weight: 700;
}
/*#endregion Alerts*/

/*#region Loaders*/
.ajax-loader {
    background-image: url(../images/icons/loader.gif);
    background-repeat: no-repeat;
    background-position: center center;
}

.cm-spinner {
    height: 110px;
    width: 110px;
    border: 4px solid transparent;
    border-radius: 50%;
    border-top: 4px solid;
    border-top-color: var(--loadingColorOne);
    -webkit-animation: spin 4s linear infinite;
    animation: spin 4s linear infinite;
    position: relative;
    margin: auto;
}

    .cm-spinner::before,
    .cm-spinner::after {
        content: "";
        position: absolute;
        top: 6px;
        bottom: 6px;
        left: 6px;
        right: 6px;
        border-radius: 50%;
        border: 4px solid transparent;
    }

    .cm-spinner::before {
        border-top-color: var(--loadingColorTwo);
        -webkit-animation: 3s spin linear infinite;
        animation: 3s spin linear infinite;
    }

    .cm-spinner::after {
        border-top-color: var(--loadingColorThree);
        -webkit-animation: spin 1.5s linear infinite;
        animation: spin 1.5s linear infinite;
    }

@keyframes spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.spinner {
    text-align: center;
}

    .spinner > div {
        width: 20px;
        height: 20px;
        background-color: var(--loadingColorOne);
        border-radius: 100%;
        display: inline-block;
        -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
        animation: sk-bouncedelay 1.4s infinite ease-in-out both;
    }

    .spinner .bounce1 {
        -webkit-animation-delay: -0.50s;
        animation-delay: -0.50s;
        background-color: var(--loadingColorThree);
    }

    .spinner .bounce2 {
        -webkit-animation-delay: -0.16s;
        animation-delay: -0.16s;
        background-color: var(--loadingColorTwo);
    }

@-webkit-keyframes sk-bouncedelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0);
    }

    40% {
        -webkit-transform: scale(1.0);
    }
}

@keyframes sk-bouncedelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    40% {
        -webkit-transform: scale(1.0);
        transform: scale(1.0);
    }
}

@media (min-width: 768px) {
    .cm-spinner {
        height: 130px;
        width: 130px;
    }

        .cm-spinner,
        .cm-spinner::before,
        .cm-spinner::after {
            border-width: 5px;
        }
}

@media (min-width: 960px) {
    .cm-spinner {
        height: 150px;
        width: 150px;
    }

        .cm-spinner,
        .cm-spinner::before,
        .cm-spinner::after {
            border-width: 6px;
        }
}
/*#endregion Loaders*/

/*#region Default Form*/
.default-form {
    font-size: 15px;
    line-height: 1.4;
}

    .default-form .field {
        box-sizing: border-box;
        display: block;
        margin: 0;
        padding: 10px 0 5px 0;
        color: #000000;
        line-height: 1.4;
        font-weight: bold;
        vertical-align: top;
    }

        .default-form .field .fieldDescription {
            color: #999;
            font-size: 12px;
            font-weight: normal;
            line-height: normal;
        }

    .default-form .value {
        box-sizing: border-box;
        display: block;
        padding: 0 0 5px 0;
    }

    .default-form div.req,
    .default-form span.req {
        display: block;
        padding: 0;
        color: #cc0000;
    }

    .default-form div.req {
        margin-bottom: 5px;
    }

    .default-form input[type=text],
    .default-form input[type=password],
    .default-form textarea,
    .default-form select {
        width: 100% !important;
        box-sizing: border-box;
        border: 1px solid #ddd;
        border-radius: 5px;
    }
    /*.default-form input[type=text]:focus, 
.default-form input[type=password]:focus,
.default-form textarea:focus,
.default-form select:focus {
    border-bottom: 1px solid #000;
 }*/
    .default-form .value :disabled {
        color: #777 !important;
    }

    .default-form .address {
        margin-bottom: 5px;
    }

    .default-form .linkContainer input {
        border: none !important;
        width: 50px !important;
        display: inline-block;
    }

    .default-form .actions {
        text-align: center;
    }

    .default-form .value.actions {
        margin: 0;
        text-align: left;
    }

@media screen and (min-width: 660px) {
    .default-form .field {
        display: table-cell;
        border-top: dotted 1px gainsboro;
        width: 30%;
        padding: 15px 0;
    }

    .default-form .value {
        display: table-cell;
        border-top: dotted 1px gainsboro;
        width: 70%;
        padding: 5px 0 5px 20px;
    }
        /*.default-form tr:first-child .field,
    .default-form tr:first-child .value {
        border-top: none;
    }*/
        .default-form .value.actions {
            padding-top: 15px;
        }
    /*.default-form tr:first-child .field,
    .default-form tr:first-child .value {
        border-top: none;
    }*/
    .default-form input[type=text],
    .default-form input[type=password],
    .default-form textarea,
    .default-form select {
    }
    /*.default-form input[type=text]:focus, 
    .default-form input[type=password]:focus,
    .default-form textarea:focus,
    .default-form select:focus {
        border-bottom: 1px solid #ddd;
    }*/
    .singleColumnLayout .default-form .field {
        width: 33%;
        text-align: right;
    }

    .singleColumnLayout .default-form .value {
        width: 66%;
    }
}

@media screen and (min-width: 960px) {
    .default-form .field {
        padding-right: 15px;
        padding-left: 15px;
    }

    .default-form input[type=text],
    .default-form input[type=password],
    .default-form textarea,
    .default-form select {
        width: 390px !important;
    }

    .default-form .linkContainer input {
        width: auto !important;
    }
}
/*#endregion Default Form*/

/*#region Login Form*/
.login-form .field {
    border-top: none;
}

@media screen and (min-width: 660px) {
    .login-form {
        margin: 40px;
    }

        .login-form .field {
            text-align: right;
        }

        .login-form .value {
            border-top: none;
        }

        .login-form input[type=text],
        .login-form input[type=password],
        .login-form textarea,
        .login-form select {
            width: 320px !important;
        }
}
/*#endregion Login Form*/

/*#region Company Form*/
.company-form .h2:not(:first-child) {
    margin-top: 1.375rem;
}

.company-form .status {
    color: grey;
    font-style: italic;
}
/*#endregion Company Form*/

/*#region Note Form*/
.note-form .meetingFormContainer {
    width: 100%;
}
/*#endregion Note Form*/

/*#region Meeting Form*/
.meeting-form .meetingFormContainer {
    width: 100%;
}
/*#endregion Meeting Form*/

/*#region Meetings List*/
.meetings-list {
    padding: 0;
    margin: 0;
}

    .meetings-list li {
        padding: 0;
        margin: 0 0 15px 0;
        list-style-type: none;
    }
/*#endregion Meeting Form*/

/*#region Check List*/
ul.check-list-cont {
    padding: 5px 0;
    margin: 0;
    float: left;
    display: block;
}

    ul.check-list-cont li ul.check-list-cont,
    ul.check-list-cont li ul.check-list-cont li ul.check-list-cont {
        margin: 7.5px 0 0 20px;
    }

    ul.check-list-cont li {
        margin: 0 0 7.5px 0;
        padding: 0;
        float: left;
        display: block;
        width: 100%;
        box-sizing: border-box;
    }

        ul.check-list-cont li:last-child {
            margin-bottom: 0;
        }

        ul.check-list-cont li input[type=checkbox] {
            float: left;
            display: block;
            width: 22.5px;
            padding: 0;
            margin: 0;
        }

        ul.check-list-cont li label {
            float: left;
            display: block;
            width: calc(100% - 40px);
            padding: 0;
            margin: 0;
            line-height: 1;
            cursor: pointer;
        }

@media screen and (min-width: 660px) {
    ul.check-list-cont li ul.check-list-cont,
    ul.check-list-cont li ul.check-list-cont li ul.check-list-cont {
        padding: 0;
    }
}
/*#endregion Check List*/

/*#region Social Media Link*/
.linkContainer {
    box-sizing: border-box;
    background-color: #fff;
    border: none;
    border: 1px solid #ddd;
    border-radius: 3px;
    width: 100%;
    overflow: hidden;
}

    .linkContainer:focus-within {
    }

    .linkContainer td {
        white-space: nowrap;
        overflow: hidden;
    }

    .linkContainer .tdLinkIcon {
        width: 13px;
        padding-left: 7px;
    }

    .linkContainer .linkIcon {
        font-size: 17px;
    }

    .linkContainer .linkLabel {
        font-size: 14px;
        color: black;
    }

    .linkContainer .linkField {
        padding-left: 0 !important;
        padding-top: 4px !important;
        padding-bottom: 4px !important;
        margin-left: -4px;
    }

    .linkContainer .fa-facebook {
        color: #405498;
    }

    .linkContainer .fa-instagram {
        color: #8b2ab9;
    }

    .linkContainer .fa-twitter {
        color: #5da8ed;
    }

    .linkContainer .fa-youtube {
        color: #ca1e23;
    }

    .linkContainer .fa-linkedin {
        color: #1c73b5;
    }

    .linkContainer input {
        border: none !important;
        width: 65px !important;
        display: inline-block;
    }

@media screen and (min-width: 660px) {
    .linkContainer {
    }

        .linkContainer:focus-within {
        }

        .linkContainer input {
            width: auto !important;
        }
}

@media screen and (min-width: 960px) {
    .linkContainer {
        width: 390px;
    }
}

@media screen and (min-width: 1260px) {
    .linkContainer {
        width: 390px !important;
    }

        .linkContainer input {
            width: auto !important;
        }
}
/*#endregion Social Media Link*/

/*#region Document Uploader */
.document-uploader {
    width: 100%;
}

    .document-uploader td {
        display: block;
    }

    .document-uploader input[type=text] {
        margin-bottom: 5px;
    }

    .document-uploader .dxucBrowseButton {
        display: none;
    }
/*#endregion Document Uploader */

/*#region Image Uploader */
.image-uploader {
    display: block;
    margin-top: 5px;
}

    .image-uploader img {
        width: auto !important;
        max-width: 200px;
        max-height: 90px;
        cursor: pointer;
        margin: 0 auto 5px;
    }

    .image-uploader .dxucInputs {
        display: none;
    }

    .image-uploader .warning {
        margin: 0 !important;
        display: inline-block;
        text-align: left;
        padding-left: 50px !important;
        background-position-x: 0 !important;
    }

    .image-uploader .req {
        margin-right: -9ex;
    }

    .image-uploader .dxuc-root,
    .image-uploader .dxuc-root table {
        width: 90px !important;
        text-align: center !important;
        margin: 0 auto;
    }

    .image-uploader .dxucProgressBar {
        border: 1px solid darkgray !important;
        border-radius: 2px !important;
    }

        .image-uploader .dxucProgressBar td.dx {
            color: dimgray !important;
        }

@media screen and (min-width: 660px) {
    .image-uploader {
        display: inline-block;
        text-align: left;
    }
}
/*#endregion Image Uploader*/

/*#region Images Uploader*/
.images-uploader {
    display: block;
    margin-top: 5px;
}

    .images-uploader > table {
        width: 100%;
        border-spacing: 0;
        border-collapse: collapse;
    }

        .images-uploader > table td {
            padding: 0;
            margin: 0;
        }

    .images-uploader .dxucInputs {
        display: none;
    }

    .images-uploader .uploadedImages {
        white-space: normal;
        display: block;
    }

        .images-uploader .uploadedImages::-webkit-scrollbar {
            height: 10px;
        }

        .images-uploader .uploadedImages .imageWrapper {
            display: inline-block;
            position: relative;
            border: none;
            background: transparent;
        }

            .images-uploader .uploadedImages .imageWrapper .uploadedImg {
                border-width: 0px;
                max-height: 90px;
            }

    .images-uploader img {
        margin: 0 5px 5px 0;
    }

    .images-uploader .uploadedImages .imageWrapper .uploadedImg:hover {
        cursor: move;
        opacity: 0.5;
    }

    .images-uploader .uploadedImages .imageWrapper .removeImg {
        position: absolute;
        right: 0;
        width: 18px;
        padding-top: 4px;
        padding-right: 4px;
    }

        .images-uploader .uploadedImages .imageWrapper .removeImg:hover {
            cursor: pointer;
        }

    .images-uploader .browseUpload {
        width: auto !important;
        max-width: 200px;
        max-height: 90px;
        cursor: pointer;
    }

@media screen and (min-width: 660px) {
    .images-uploader {
        display: inline-block;
        text-align: left;
    }
}
/*#endregion Images Uploader*/

/*#region Number Spinner*/
.number-spinner {
    width: 125px;
    line-height: 34px;
    padding: 0;
    margin: 0;
    border-radius: 4px;
    overflow: hidden;
    position: relative;
    display: table;
}

    .number-spinner input {
        height: 36px;
        max-height: 36px;
        line-height: 36px;
        padding: 0 !important;
        margin: 0;
        border-top: solid 1px #ddd !important;
        border-bottom: solid 1px #ddd !important;
        position: relative;
        float: left;
        width: auto !important;
        text-align: center;
        border-radius: 0 !important;
    }

    .number-spinner .ns-btn {
        position: relative;
        font-size: 0;
        white-space: nowrap;
        vertical-align: middle;
        display: table-cell;
        cursor: pointer;
    }

        .number-spinner .ns-btn a {
            height: 36px;
            min-height: 34px;
            width: 32px;
            padding: 0;
            max-width: 40px;
            line-height: 34px;
            border-radius: 0;
            border: none;
            text-align: center;
            position: relative;
            background: #e2e2e2;
            color: #333;
            display: inline-block;
            vertical-align: middle;
            text-decoration: none;
        }

    .number-spinner .icon-minus:after {
        content: "\002212";
        font-size: 25px;
        line-height: 34px;
        font-weight: bold;
    }

    .number-spinner .icon-plus:after {
        content: "\00002B";
        font-size: 25px;
        line-height: 34px;
        font-weight: bold;
    }
/*#endregion Number Spinner*/

/*#region Icon Selector*/
.icon-selector {
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    background-color: #e9e8ee;
    border-radius: 5px;
    font-size: 35px;
    padding: 10px;
    margin: 0;
}

    .icon-selector li {
        list-style: none;
        padding: 0 5px;
        margin: 0;
        width: 45px;
        text-align: center;
        border: 1px solid transparent;
        cursor: pointer;
    }

        .icon-selector li:hover {
            color: var(--activeLinkColor) !important;
        }

        .icon-selector li.active {
            color: var(--activeLinkColor) !important;
            border: 1px solid var(--activeLinkColor);
            border-radius: 5px;
        }
/*#endregion Icon Selector*/

/*#region Search Filter*/
.search-filter input[type=text] {
    display: block;
    margin-bottom: 5px;
}
/*#endregion Search Filter*/

/*#region Documents*/
.documentsWrapper .value {
    padding-top: 10px;
    padding-bottom: 10px;
}

.documentsWrapper .documentsContainer .document {
    box-sizing: border-box;
    width: 100%;
    border: dotted 1px gainsboro;
    border-radius: 3px;
    margin-bottom: 5px;
}

    .documentsWrapper .documentsContainer .document .documentUploadContainer {
        width: 50px;
        padding: 10px 5px 10px 10px;
        color: black;
        text-align: center;
    }

        .documentsWrapper .documentsContainer .document .documentUploadContainer i {
            font-size: 40px !important;
        }

    .documentsWrapper .documentsContainer .document .documentInfoContainer {
        padding: 5px;
        vertical-align: middle;
    }

        .documentsWrapper .documentsContainer .document .documentInfoContainer a {
            color: #000000;
            /*font-size: 16px;*/
        }

        .documentsWrapper .documentsContainer .document .documentInfoContainer .description {
            font-size: 12px;
            padding: 0;
            margin: 0;
        }

    .documentsWrapper .documentsContainer .document .documentActionsContainer {
        float: right;
        margin-right: 15px;
    }

        .documentsWrapper .documentsContainer .document .documentActionsContainer td {
            padding: 2.5px;
        }

        .documentsWrapper .documentsContainer .document .documentActionsContainer a {
            color: #444;
            font-size: 14px;
        }

.documentsWrapper .NoDocumentsAvailable {
    display: block;
    padding-bottom: 5px;
}

.dxucBrowseButton {
    display: none;
}
/*#endregion Documents*/

/*#region Links*/
.linksWrapper .value {
    padding-top: 10px;
    padding-bottom: 10px;
}

.linksWrapper .linksContainer .link {
    box-sizing: border-box;
    width: 100%;
    border: dotted 1px gainsboro;
    border-radius: 3px;
    margin-bottom: 5px;
}

    .linksWrapper .linksContainer .link .linkadminarea {
        display: table-row;
    }

    .linksWrapper .linksContainer .link .linkclientarea {
        display: none;
    }

    .linksWrapper .linksContainer .link .linkUploadContainer {
        width: 50px;
        padding: 10px 5px 10px 10px;
        color: black;
        text-align: center;
    }

        .linksWrapper .linksContainer .link .linkUploadContainer i {
            font-size: 50px !important;
        }

    .linksWrapper .linksContainer .link .linkInfoContainer {
        padding: 5px;
        vertical-align: middle;
    }

        .linksWrapper .linksContainer .link .linkInfoContainer a {
            color: #000000;
        }

        .linksWrapper .linksContainer .link .linkInfoContainer .description {
            font-size: 12px;
            padding: 0;
            margin: 0;
        }

    .linksWrapper .linksContainer .link .linkActionsContainer {
        float: right;
        margin-right: 15px;
    }

        .linksWrapper .linksContainer .link .linkActionsContainer td {
            padding: 2.5px;
        }

        .linksWrapper .linksContainer .link .linkActionsContainer a {
            color: #444;
            font-size: 14px;
        }

.linksWrapper .NoLinksAvailable {
    display: block;
    padding-bottom: 5px;
}
/*#endregion Links*/

/*#region Products*/
.productsWrapper .value {
    padding-top: 10px;
    padding-bottom: 10px;
}

.productsWrapper .productsContainer .product {
    box-sizing: border-box;
    width: 100%;
    border: dotted 1px gainsboro;
    border-radius: 3px;
    margin-bottom: 5px;
}

    .productsWrapper .productsContainer .product .productadminarea {
        display: table-row;
    }

    .productsWrapper .productsContainer .product .productclientarea {
        display: none;
    }

    .productsWrapper .productsContainer .product .productImageContainer {
        width: 50px;
        padding: 10px 5px 10px 10px;
        color: black;
        text-align: center;
    }

        .productsWrapper .productsContainer .product .productImageContainer img {
            max-width: 50px;
        }

    .productsWrapper .productsContainer .product .productInfoContainer {
        padding: 5px;
        vertical-align: middle;
    }

        .productsWrapper .productsContainer .product .productInfoContainer a {
            color: #000000;
        }

        .productsWrapper .productsContainer .product .productInfoContainer .description {
            font-size: 12px;
            padding: 0;
            margin: 0;
        }

    .productsWrapper .productsContainer .product .productActionsContainer {
        float: right;
        margin-right: 15px;
    }

        .productsWrapper .productsContainer .product .productActionsContainer td {
            padding: 2.5px;
        }

        .productsWrapper .productsContainer .product .productActionsContainer a {
            color: #444;
            font-size: 14px;
        }

.productsWrapper .NoProductsAvailable {
    display: block;
    padding-bottom: 5px;
}
/*#endregion Products*/

/*#region Availability*/
.availability table {
    width: 100%;
    text-align: left;
}

.availability th {
    color: #000000;
    padding: 5px 7.5px;
    border-bottom: solid 1px gainsboro;
}

.availability td {
    font-size: 14px;
    padding: 5px 7.5px;
    border-top: dotted 1px gainsboro;
}

    .availability th:first-child,
    .availability td:first-child {
        padding-left: 0;
    }

    .availability th:last-child,
    .availability td:last-child {
        padding-right: 0;
    }

.availability .time-short {
    display: block !important;
}

.availability .time-long {
    display: none !important;
}

@media screen and (min-width: 660px) {
    .availability td {
        font-size: 15px;
    }

    .availability th,
    .availability td {
        padding-right: 7.5px;
        padding-left: 7.5px;
    }

    .availability .time-short {
        display: none !important;
    }

    .availability .time-long {
        display: block !important;
    }
}
/*#endregion Availability*/

/*#region Participant List*/
.participant-list {
    padding: 0;
    margin: 0;
}

    .participant-list li {
        padding: 0;
        margin: 0;
        list-style-type: none;
        margin-bottom: 10px;
    }

        .participant-list li:last-child {
            margin-bottom: 0;
        }

        .participant-list li .meetingAttendeeContent {
            display: flex;
        }

.participant-list-cont li.selected {
}

.participant-list li .meetingAttendeeContent .check {
    margin-right: 5px;
}

.participant-list li .meetingAttendeeContent .participant-summary .name {
    display: block;
    width: 100%;
}

.participant-list li .meetingAttendeeContent .participant-summary .company {
    display: block;
    width: 100%;
}

.participant-list li .meetingAttendeeContent .participant-summary .country {
    display: block;
    width: 100%;
    font-size: 12px;
    line-height: 1.6em;
}

.participant-list li .meetingAttendeeContent .participant-summary .status {
    display: block;
    width: 100%;
    font-style: italic;
    font-size: 12px;
    line-height: 1.6em;
}

.participant-list li a {
    display: inline-block;
}
/*#endregion Participant List*/

/*#region Material Switch*/
.material-switch > input[type="checkbox"] {
    display: none;
}

.material-switch > label {
    cursor: pointer;
    height: 0px;
    position: relative;
    width: 40px;
}

    .material-switch > label::before {
        background: rgb(0, 0, 0);
        box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.5);
        border-radius: 8px;
        content: '';
        height: 16px;
        margin-top: -8px;
        position: absolute;
        opacity: 0.3;
        transition: all 0.4s ease-in-out;
        width: 40px;
    }

    .material-switch > label::after {
        background: #6B6B6B;
        /*background: rgb(255, 255, 255);*/
        border-radius: 16px;
        box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
        content: '';
        height: 24px;
        left: -4px;
        margin-top: -8px;
        position: absolute;
        top: -4px;
        transition: all 0.3s ease-in-out;
        width: 24px;
    }

.material-switch > input[type="checkbox"]:checked + label::before {
    background: inherit;
    opacity: 0.5;
}

.material-switch > input[type="checkbox"]:checked + label::after {
    background: inherit;
    left: 20px;
}

.switch-success {
    background-color: #1e2f97;
}
/*#endregion Material Switch*/

/*#region Public Page */
.public-page h1 {
}

    .public-page h1 span {
        color: #000;
    }

.public-page .containerBox {
    padding: 0 15px 15px 15px;
}

@media screen and (min-width: 960px) {
    .public-page .containerBox {
        padding: 15px 25px;
    }
}
/*.public-page h1:first-of-type,
.public-page h2:first-of-type,
.public-page h3:first-of-type,
.public-page .h1:first-of-type,
.public-page .h2:first-of-type,
.public-page .h3:first-of-type,
.public-page p:first-of-type {
    margin-top: 5px;
}*/
.public-page .default-form .actions {
    margin-bottom: 15px;
}
/*#endregion Public Page*/

/*#region Account Home*/
.account-home .video-container {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    height: 0;
}

    .account-home .video-container iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

.account-home .buttons {
    margin-bottom: 10px;
}

    .account-home .buttons .button {
        background: var(--accountHomeTileBackground) !important;
        box-sizing: border-box;
        float: left;
        cursor: pointer;
        padding: 20px 10px 15px;
        color: #fff;
        text-align: center;
        position: relative;
        z-index: 0;
        transition: all 200ms ease 0s;
        display: flex;
        flex-direction: column;
        justify-content: center;
        -webkit-box-align: center;
        align-items: center;
        -webkit-box-pack: center;
        font-weight: 600;
        font-size: 18px;
        line-height: 1.4;
        border-radius: 3px;
        margin-bottom: 10px;
    }

    .account-home .buttons a:nth-of-type(1) div {
        width: calc(66.6% - 5px);
    }

    .account-home .buttons a:nth-of-type(2) div {
        width: calc(33.3% - 5px);
        margin-left: 10px;
    }

    .account-home .buttons a:nth-of-type(3) div {
        width: calc(50% - 5px);
    }

    .account-home .buttons a:nth-of-type(4) div {
        width: calc(50% - 5px);
        margin-left: 10px;
    }

    .account-home .buttons a:nth-of-type(5) div {
        width: calc(33.3% - 5px);
    }

    .account-home .buttons a:nth-of-type(6) div {
        width: calc(66.6% - 5px);
        margin-left: 10px;
    }

    .account-home .buttons a:nth-of-type(7) div {
        width: calc(50% - 5px);
    }

    .account-home .buttons a:nth-of-type(8) div {
        width: calc(50% - 5px);
        margin-left: 10px;
    }

    .account-home .buttons .button:hover {
        transform: scale(1.03);
    }

    .account-home .buttons .button:after {
        content: "";
        position: absolute;
        inset: 0px;
        z-index: -1;
        border-radius: 5px;
        transition: all 400ms ease 0s;
    }

    .account-home .buttons .button i {
        color: inherit;
        text-align: center;
        font-size: 30px;
        margin-bottom: 2px;
    }

    .account-home .buttons .my-event-button i:before {
        content: "\f5b8";
    }

    .account-home .buttons .attendees-list-button i:before {
        content: "\e068";
    }

    .account-home .buttons .exhibitors-list-button i:before {
        content: "\f2b9";
    }

    .account-home .buttons .products-list-button i:before {
        content: "\f466";
    }

    .account-home .buttons .floor-plans-button i:before {
        content: "\f5a0";
    }

    .account-home .buttons .meetings-list-button i:before {
        content: "\f4c6";
    }

    .account-home .buttons .sessions-list-button i:before {
        content: "\f03d";
    }

    .account-home .buttons .video-on-demand-list-button i:before {
        content: "\f1c8";
    }

    .account-home .buttons .speakers-list-button i:before {
        content: "\f130";
    }

    .account-home .buttons .videoondemand-list-button i:before {
        content: "\f87c";
    }

    .account-home .buttons .availability-button i:before {
        content: "\f4fd";
    }

    .account-home .buttons .shuttle-schedule-button i:before {
        content: "\f5b6";
    }

    .account-home .buttons .survey-button i:before {
        content: "\f681";
    }

.account-home .tiles {
    display: flex;
    flex-direction: column;
    gap: 15px 10px;
    padding-bottom: 15px;
    justify-content: space-evenly;
}

@media screen and (min-width: 520px) {
    .account-home .tiles {
        flex-direction: row;
    }

        .account-home .tiles .tile {
            width: 50%;
        }
}

@media screen and (min-width: 960px) {
    .account-home .tiles {
        flex-direction: column;
    }

        .account-home .tiles .tile {
            width: 100%;
        }

    .account-home .buttons .button {
        padding: 35px 0 30px 0;
    }
}
/*#endregion Account Home*/

/*#region Attendee Tile*/
.attendee-tile {
    position: relative;
    background-color: #fff;
    font-size: 15px;
    line-height: 18px;
    text-align: center;
    border: 1px solid rgb(221, 221, 221);
    border-radius: 3px;
    /*cursor: pointer;*/
    transition: all .1s ease-in-out;
}
    /*.attendee-tile:hover {
    -webkit-transform: scale(1.03);
    transform: scale(1.03);
    box-shadow: 0 0 11px rgba(33,33,33,.2);
}*/
    .attendee-tile .header {
        display: block;
        border: none;
        background: var(--attendeeTileHeaderBackground);
        color: #fff;
        min-height: 95px;
        text-align: center;
        vertical-align: top;
        text-transform: uppercase;
        font-size: 14px;
    }

        .attendee-tile .header .category {
            padding: 15px 0 0 0;
        }

    .attendee-tile .body {
        margin-top: -50px;
        padding: 0 15px;
    }

        .attendee-tile .body .profile-picture {
            border: solid 6px #ffffff88;
            border-radius: 50%;
            width: 94px;
            height: 94px;
            margin-right: auto;
            margin-bottom: 5px;
            margin-left: auto;
        }

            .attendee-tile .body .profile-picture > div {
                position: relative;
                width: 90px;
                height: 90px;
                background-color: #fff;
                background-size: cover;
                background-position: center center;
                border: solid 2px var(--profilePicBorderColor);
                border-radius: 50%;
                vertical-align: middle;
            }

                .attendee-tile .body .profile-picture > div .statusBadge {
                    bottom: 2px;
                }

        .attendee-tile .body .full-names {
            font-size: 16px;
            font-weight: 700;
            color: rgb(88, 89, 91);
            line-height: 23px;
        }

        .attendee-tile .body .designation,
        .attendee-tile .body .company-name {
            font-size: 13px;
            line-height: 19px;
            color: rgb(119, 119, 136);
        }

    .attendee-tile .footer {
        padding: 15px 0;
    }

        .attendee-tile .footer .button {
            line-height: 1;
            display: inline-block;
        }
/*#endregion Attendee Tile*/

/*#region Company Tile*/
.company-tile {
    position: relative;
    background-color: #fff;
    font-size: 15px;
    text-align: center;
    border: 1px solid rgb(221, 221, 221);
    border-radius: 3px;
    /*cursor: pointer;*/
    transition: all .1s ease-in-out;
}
    /*.company-tile:hover {
    -webkit-transform: scale(1.03);
    transform: scale(1.03);
    box-shadow: 0 0 11px rgba(33,33,33,.2);
}*/
    .company-tile .header {
        display: block;
        border: none;
        background: var(--exhibitorTileHeaderBackground);
        background-size: cover;
        background-position: top center;
        color: #fff;
        min-height: 95px;
        text-align: center;
        vertical-align: top;
    }

        .company-tile .header .category {
            padding: 10px 0 0 0;
            display: none;
        }

    .company-tile .body {
        z-index: 2;
        width: 100%;
        margin-top: -60px;
    }

        .company-tile .body .logo {
            border: solid 6px #ffffff88;
            width: 80%;
            height: 94px;
            margin-left: auto;
            margin-right: auto;
        }

            .company-tile .body .logo > div {
                height: 90px;
                background-color: #fff;
                background-size: contain;
                background-position: center center;
                background-repeat: no-repeat;
                border: solid 2px var(--profilePicBorderColor);
                vertical-align: middle;
            }

        .company-tile .body .company-name {
            font-size: 21px;
            line-height: 23px;
            padding: 5px 15px;
        }

        .company-tile .body .company-profile {
            font-size: 13px;
            line-height: 16px;
            padding: 4px 15px;
            max-height: 5.7rem;
            /*overflow: hidden;*/
            display: -webkit-box;
            -webkit-line-clamp: 6;
            -webkit-box-orient: vertical;
            overflow: hidden;
        }

    .company-tile .footer {
        padding: 15px 0;
    }

        .company-tile .footer .button {
            line-height: 1;
            display: inline-block;
        }
/*#endregion Company Tile*/

/*#region Attendee Profile Modal*/
.info-tip {
    width: 20px;
    height: 20px;
    background-image: url(../images/icons/1313666475_system-info-alt.png);
    background-position: top left;
    background-repeat: no-repeat;
    display: none;
    cursor: pointer;
}

.qtip-content {
    box-shadow: 4px 4px 4px #666;
}

.noLink {
    color: #454545;
}

.part-profile-cont {
    padding: 2% 1%;
}

    .part-profile-cont .profile-card {
    }

    .part-profile-cont .profile-card {
    }

h1.fn {
    line-height: 1.4em;
    padding: 0;
    margin: 0;
}

h3.desc {
    line-height: 1.6em;
    padding: 0;
    margin: 0;
}

.part-profile-cont .profile-card {
}

h4.ctry {
    line-height: 1.4em;
    padding: 0;
    margin: 0;
}

.part-profile-cont .profile-card .profile {
    max-height: 120px;
    overflow: auto;
}

.part-profile-cont .overview {
    background-color: whitesmoke;
    border-radius: 2px;
    padding: 15px;
}

    .part-profile-cont .overview h3.overview {
        line-height: 1.1em;
        padding: 0;
        margin: 0 0 1% 0;
    }

    .part-profile-cont .overview table {
        width: 100%;
    }

        .part-profile-cont .overview table td {
            padding: 0.25% 2%;
        }

        .part-profile-cont .overview table td {
            width: 62%;
        }

            .part-profile-cont .overview table td.caption {
                font-weight: bold;
                color: dimgray;
                width: 30%;
                text-align: right;
            }

img.profilePic, a.profilePic img {
    max-width: 200px;
    width: 200px;
}

.profileForm .profilePic img {
    max-width: 200px;
    width: 200px;
}
/*#endregion Attendee Profile Modal*/

/*#region Matching Report*/
@keyframes slide {
    100% {
        left: 0;
    }
}
.matching-report {
    font-size: 15px;
}
.matching-report .singleColumnLayout,
.matching-report .twoColumnLayout,
.matching-report .threeColumnLayout {
    grid-gap: 0 !important;
}
.matching-report .alert {
    margin-bottom: 30px !important;
}
.matching-report .results-cont a.button {
    display: inline-block;
    padding: 5px !important;
    text-align: center;
}
.matching-report .filters-cont {
    position: fixed;
    top: 0 !important;
    left: -280px;
    width: 280px;
    z-index: 200;
    border-radius: 0;
    box-sizing: border-box;
    display: none;
    height: 100%;
    overflow: auto;
    margin: 0;
    padding: 15px;
    border-top-width: 0;
    border-bottom-width: 0;
    border-left-width: 0;
    animation: slide 0.175s forwards;
}
.matching-report .filters-cont .header {
    padding: 15px 20px 15px 20px;
    margin: -15px -15px 15px -15px;
    line-height: 1;
    border-bottom: 1px solid rgb(221, 221, 221);
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
    font-size: 15px;
}
.matching-report .filters-cont .header div:first-child {
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
}
.matching-report .filters-cont .header a {
    float: right;
    font-size: 20px;
    color: darkgray;
}
.matching-report .filters-cont .filters .filter {
    margin-bottom: 7.5px;
}
.matching-report .filters-cont .filters .filter .filter-label {
    font-size: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}
.matching-report .filters-cont .filters .filter .filter-label .clear-filter {
    font-size: .9em;
}
.matching-report .filters-cont .filters .filter .filter-label .toggle {
    cursor: pointer !important;
}
.matching-report .filters-cont .filters .filter .filter-field input[type=text],
.matching-report .results-cont .items .header select,
.matching-report .results-cont .items .content input[type=text] {
    font-size: 13px;
    border-radius: 3px;
}
.matching-report .filters-cont .filters .filter .filter-field input[type=text] {
    line-height: 1;
    padding: 8px 10px;
    box-sizing: border-box;
    border-radius: 3px;
    width: 100%;
}
.matching-report .filters-cont .filters .filter .filter-field .select-filter .filter-options input {
    box-sizing: border-box;
    border: solid 1px #ddd;
    height: auto !important;
    min-height: 24px;
    padding: 0 20px 0 6px;
    margin: 0 0 4px 0;
    outline: 0;
    font-size: 13px;
    border: solid 1px #ddd;
    line-height: 1;
    box-shadow: none;
    width: 100%;
    background: #fff url(../images/icons/search-icon.jpg) no-repeat 99%;
    background-position-y: 1px;
}
.matching-report .filters-cont .filters .filter .filter-field .select-filter .options {
    padding: 5px 0;
    margin: 0;
    display: block;
    max-height: calc(11.6em + 20px);
    overflow: auto;
}
.matching-report .filters-cont .filters .filter .filter-field .select-filter .options div {
    margin: 0 0 4px 0;
    padding: 0;
    display: block;
    width: 100%;
    box-sizing: border-box;
}
.matching-report .filters-cont .filters .filter .filter-field .select-filter .options div:last-child {
}
.matching-report .filters-cont .filters .filter .filter-field .select-filter .options div input[type=checkbox],
.matching-report .filters-cont .filters .filter .filter-field .select-filter .options div input[type=radio] {
    float: left;
    display: block;
    width: 22.5px;
    padding: 0;
    margin: 0;
}
.matching-report .filters-cont .filters .filter .filter-field .select-filter .options div label {
    font-size: 13px;
    float: left;
    display: block;
    width: calc(100% - 30px);
    padding: 0;
    margin: 0;
    line-height: 1.16em;
    cursor: pointer;
    /*overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;*/
}
.matching-report .filters-cont .filters .actions {
    margin-top: 12.5px;
}
.filters-overlay {
    background: #000;
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0.45;
    z-index: 3;
}
.matching-report .results-cont {
    float: left;
    background: none;
}
.matching-report .results-cont .tabs {
    border-bottom: 1px solid rgb(221, 221, 221);
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    gap: 5px;
    padding: 0 0 5px 0;
    position: relative;
    align-content: center;
    align-items: center;
}
.matching-report .results-cont .tabs .tab {
    box-sizing: border-box;
    border: 1px solid rgb(221, 221, 221);
    border-radius: 3px;
    padding: 12.5px 5px;
    line-height: 1;
    color: #000000;
    background: #fff;
    flex: calc(50% - 10px);
    text-align: center;
}
.matching-report .results-cont .tabs .tab::before {
    margin-right: 2.5px;
}
.matching-report .results-cont .tabs .tab:hover {
    text-decoration: none;
    color: var(--activeLinkColor);
}
.matching-report .results-cont .tabs .tab.active {
    pointer-events: none;
}
.matching-report .results-cont .tabs .tab:hover,
.matching-report .results-cont .tabs .tab.active {
    color: var(--activeLinkColor);
}
.matching-report .results-cont .menu-target:hover {
    cursor: pointer;
}
.matching-report .results-cont .menu {
    background: #fff;
    border: solid 1px gainsboro;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    width: 220px;
    z-index: 3 !important;
    right: 0 !important;
    left: auto !important;
}
.matching-report .results-cont .group-header .menu {
    width: 210px;
    right: 0 !important;
    left: auto !important;
}
.matching-report .results-cont .menu a {
    display: block;
    color: #000;
    font-weight: normal;
    font-size: 13px;
    line-height: normal;
    padding: 8px 10px;
    border-bottom: solid 1px #eee;
}
.matching-report .results-cont .menu a:hover {
    text-decoration: none;
    background: #eaeaea;
    color: var(--activeLinkColor);
}
.matching-report .results-cont .menu a:last-child {
    border-bottom: none;
}
.matching-report .results-cont .menu hr {
    padding: 0;
    margin: 0;
    background: none;
    border: none;
    height: 1px;
    border-top: solid 1px gainsboro;
}
.matching-report .results-cont .items {
    margin-bottom: 10px;
    position: relative;
}
.matching-report .results-cont .items > .header {
    padding: 5px 0;
    margin-bottom: 5px;
    border-bottom: 1px solid rgb(221, 221, 221);
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
}
.matching-report .results-cont .items > .header > .header-left {
    width: 50%;
    align-content: center;
}
.matching-report .results-cont .items > .header > .header-right {
    width: 50%;
    text-align: right;
}
.matching-report .results-cont .items > .header i {
    margin-right: 2.5px;
}
.matching-report .results-cont .items > .header select {
    width: 149px;
}
.matching-report .results-cont .items .content {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    gap: 10px;
    padding-bottom: 5px;
}
.matching-report .results-cont .items .content .item {
    background-color: #ffffff;
    text-align: center;
    position: relative;
    border: 1px solid rgb(221, 221, 221);
    background-color: white;
    border-radius: 3px;
    overflow: hidden;
    cursor: pointer;
    transition: all .1s ease-in-out;
    flex: calc(100% - 20px);
    padding: 0;
    margin: 0;
}
.matching-report .results-cont .items .content .item:hover {
    -webkit-transform: scale(1.03);
    transform: scale(1.03);
    box-shadow: 0 0 11px rgba(33,33,33,.2);
}
.matching-report .results-cont .items .content .item .header {
    background: var(--attendeeTileHeaderBackground);
    border: none;
    color: #fff;
    position: relative;
    padding-top: 1px;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 35px;
    vertical-align: middle;
}
.matching-report .results-cont .items .content .item .header .favourite {
    float: right;
    width: 16px;
    height: 16px;
    color: #fff;
    position: absolute;
    top: 0;
    right: 10px;
}
.matching-report .results-cont .items .content .item .header .favourite::before {
    content: "\f005 \00a0";
    font-weight: 400;
    cursor: pointer;
    font-size: 16px;
}
.matching-report .results-cont .items .content .item .header .favourite.on::before {
    font-family: FontAwesomeSolid;
}
.matching-report .results-cont .items .content .item .header .favourite.off::before {
    font-family: FontAwesomeRegular;
}
.matching-report .results-cont .items .content .item .content {
    z-index: 2;
    display: flex;
    flex-flow: row wrap;
    justify-content: left;
    align-items: center;
    padding: 15px;
    gap: 10px;
}
.matching-report .results-cont .items .content .item .content .image-background {
    border-radius: 50%;
    width: 64px;
    height: 64px;
}
.matching-report .results-cont .items .content .item .content .image {
    border: solid 2px var(--profilePicBorderColor);
    background-color: #f8f8f8;
    vertical-align: middle;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    background-size: cover;
    background-position: center center;
    position: relative;
}
.matching-report .results-cont .items .content .item .content select {
    font-size: 13px;
    padding: 0;
    margin: 0;
    border: none;
}
.matching-report .results-cont .items .content .item .details-wrapper {
    text-align: left;
    margin-left: 5px;
    max-width: 165px;
}
.matching-report .results-cont .items .content .item .details-wrapper div {
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0 auto;
    box-sizing: border-box;
}
.matching-report .results-cont .items .content .item .details-wrapper div.name {
    font-size: 15px;
    font-weight: 700;
    color: rgb(88, 89, 91);
    line-height: 18px;
}
.matching-report .results-cont .items .content .item .details-wrapper div.designation,
.matching-report .results-cont .items .content .item .details-wrapper div.company {
    font-size: 12px;
    line-height: 16px;
    color: rgb(119, 119, 136);
}
.matching-report .results-cont .items .content .item .actions {
    flex-basis: 100%;
}
.matching-report .results-cont .items .content .item .footer {
    padding: 0 10px 15px;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    gap: 5px;
}
.matching-report .results-cont .items .content .item .footer .fa-info-circle {
    position: absolute;
    bottom: 7px;
    right: 10px;
}
.matching-report .results-cont .items .content .item.imageAdContainer img {
    margin: auto;
    max-width: 100%;
    max-height: 100%;
}
.matching-report .results-cont .items .group-header {
    padding: 9px 0;
    margin-bottom: 5px;
    border-bottom: 1px solid rgb(221, 221, 221);
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
    font-size: 15px;
}
.matching-report .results-cont .items .group-header .header-left {
    width: 50%;
    font-weight: bold;
}
.matching-report .results-cont .items .group-header .header-right {
    width: 50%;
    text-align: right;
}
.matching-report .results-cont .items .group-header .menu-target {
    font-size: 14px;
}

.matching-report .results-cont .items .content .item .content input[type=text].note {
    font-size: 13px;
    background: none;
    border: none;
    text-align: center;
    margin: 0;
    padding: 0 0 5px 0;
    display: block;
    width: 100%;
}
.matching-report .results-cont .items > .footer {
    border-top: solid 1px #eee;
}
.matching-report .results-cont .items .footer .pager span span,
.matching-report .results-cont .items .footer .pager span a {
    line-height: 1;
    padding: 5px 10px;
    margin-left: 4px;
    background: #ffffff;
    color: #000;
    font-weight: normal;
}
.matching-report .results-cont .items .footer .pager span span {
    background: var(--activeLinkColor);
    color: #fff;
}
.matching-report .results-cont .items .footer .pager span a:hover {
    background: gainsboro;
    text-decoration: none;
}
.matching-report .results-cont .items .footer .pager span .arrow {
    padding-right: 7.5px;
    padding-left: 7.5px;
}
.matching-report .results-cont .items .no-results {
    padding: 15px 15px 0 15px;
    text-align: center;
}

.matching-report .results-cont .items .no-group-members {
    padding: 15px 15px 0 15px;
    text-align: center;
    width: 100%;
}
.matching-report .material-switch {
    padding-bottom: 20px;
    display: block;
}
.matching-report .material-switch > label::before {
    margin-top: 4px;
}
.matching-report  .material-switch > label::after {
    margin-top: 4px;
    left: 0;
}

@media screen and (min-width: 375px) {
    .matching-report .results-cont .items .content .item .content {
        padding-left: 40px;
    }
}
@media screen and (min-width: 414px) {
    .matching-report .results-cont .items .content .item .content {
        padding-left: 60px;
    }
}
@media screen and (min-width: 540px) {
    .matching-report .results-cont .items .content .item {
        max-width: calc(50% - 7px);
    }
    .matching-report .results-cont .items .content .item .header {
        height: 88px;
        font-size: 14px;
        line-height: 29px;
        padding: 4px 0 0;
    }
    .matching-report .results-cont .items .content .item .header .favourite {
        top: 3px;
    }
    .matching-report .results-cont .items .content .item .content {
        position: absolute;
        top: 37px;
        width: 100%;
        padding: 0 10px;
        box-sizing: border-box;
        flex-flow: column wrap;
    }
    .matching-report .results-cont .items .content .item .content .image-wrapper {
        width: 100%;
    }
    .matching-report .results-cont .items .content .item .content .image-background {
        border: solid 6px rgba(255, 255, 255, 0.5);
        width: 94px;
        height: 94px;
        margin-left: auto;
        margin-right: auto;
    }
    .matching-report .results-cont .items .content .item .content .image {
        width: 90px;
        height: 90px;
    }
    .matching-report .results-cont .items .content .item .details-wrapper {
        margin-top: -9px;
        text-align: center;
        max-width: 200px;
    }
    .matching-report .results-cont .items .content .item .details-wrapper div {
        white-space: nowrap;
        line-height: 1.6em;
    }
    .matching-report .results-cont .items .content .item .details-wrapper div.name {
        font-size: 16px;
        line-height: 23px;
    }
    .matching-report .results-cont .items .content .item .details-wrapper div.designation,
    .matching-report .results-cont .items .content .item .details-wrapper div.company {
        font-size: 13px;
        line-height: 19px;
    }
    .matching-report .results-cont .items .content .item .footer {
        padding-top: 125px;
        padding-bottom: 17.5px;
    }
    .matching-report .results-cont .items .content .favourite-item .footer {
        padding-top: 182.5px;
    }
}

@media screen and (min-width: 768px) {
    .matching-report .results-cont .tabs .tab {
        flex: calc(25% - 5px);
    }
    .matching-report .results-cont .tabs .tab.menu-target {
        order: 3;
    }
    .matching-report .results-cont .items .content .item {
        max-width: calc(33% - 7px);
    }
}

@media screen and (min-width: 960px) {
    .matching-report .singleColumnLayout,
    .matching-report .twoColumnLayout,
    .matching-report .threeColumnLayout {
        grid-gap: 24px !important;
    }
    .matching-report .filters-cont {
        position: sticky;
        top: 75px !important;
        left: 0;
        z-index: initial;
        border-radius: 3px;
        height: auto;
        overflow: visible;
        width: auto;
        margin-bottom: 15px;
        display: block !important;
        padding: 15px;
        border-top-width: 1px;
        border-bottom-width: 1px;
        border-left-width: 1px;
        font-size: 14px;
    }
    .matching-report .filters-cont .header {
        display: none;
    }
    .matching-report .filters-overlay {
        display: none !important;
    }
    .matching-report .results-cont .tabs {
        padding-bottom: 0;
    }
    .matching-report .results-cont .tabs .tab {
        flex: calc(44% - 5px);
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
        border-bottom-color: #fff;
        border-bottom-width: 3px;
        padding: 15px 15px 12px 15px;
    }
    .matching-report .results-cont .tabs .tab:hover {
        background-color: #eaeaea;
    }

    .matching-report .results-cont .tabs .tab:hover,
    .matching-report .results-cont .tabs .tab.active {
        border-bottom-color: var(--activeLinkColor);
    }
    .matching-report .results-cont .tabs .tab.filter {
        display: none;
    }
    .matching-report .results-cont .tabs .tab.menu-target {
        order: 3;
        font-size: 0;
        flex: calc(0% - 5px);
        text-align: center;
        border: none;
        background: transparent;
        padding-right: 0;
        padding-left: 0;
    }
    .matching-report .results-cont .tabs .tab.menu-target::before {
        font-size: 16px;
        margin-left: 2.5px;
        margin-right: 0;
    }
    .matching-report .results-cont .items .content .item {
        max-width: calc(50% - 7px);
    }
}

@media screen and (min-width: 1260px) {
    .matching-report .results-cont .items .header {
        margin-bottom: 10px;
    }
    .matching-report .results-cont .items .content {
        gap: 10px;
        padding-bottom: 10px;
    }
    .matching-report .results-cont .items .content .item {
        max-width: calc(33.33% - 9px)
    }
    .matching-report .results-cont .items .content .item .details-wrapper {
        margin-top: -4px;
    }
}
/*#endregion Matching Report*/

/*#region Meetings Calendar*/
.meetings-calendar {
    font-size: 15px;
}

    .meetings-calendar .sticky {
        position: initial;
    }

    .meetings-calendar .actions {
        display: none;
        padding: 0;
        margin: 0;
    }

        .meetings-calendar .actions div a {
            margin-bottom: 5px;
        }

    .meetings-calendar .tabs {
        display: flex;
        flex-flow: row wrap;
        justify-content: center;
        gap: 5px;
        padding: 0 0 5px 0;
        position: relative;
    }

        .meetings-calendar .tabs .tab {
            box-sizing: border-box;
            border: 1px solid rgb(221, 221, 221);
            border-radius: 3px;
            padding: 12.5px 5px;
            line-height: 1;
            color: #000000;
            background: #fff;
            flex: calc(33% - 10px);
            text-align: center;
            cursor: pointer;
        }

            .meetings-calendar .tabs .tab::before {
                margin-right: 2.5px;
            }

            .meetings-calendar .tabs .tab:hover {
                text-decoration: none;
                color: var(--activeLinkColor);
            }

            .meetings-calendar .tabs .tab.active {
                pointer-events: none;
            }

            .meetings-calendar .tabs .tab:hover,
            .meetings-calendar .tabs .tab.active {
                color: var(--activeLinkColor);
            }

    .meetings-calendar .menu {
        background: #fff;
        border: solid 1px gainsboro;
        border-bottom-right-radius: 3px;
        border-bottom-left-radius: 3px;
        width: 220px;
        z-index: 3 !important;
        left: auto !important;
        right: 0 !important;
    }

        .meetings-calendar .menu a {
            display: block;
            color: #000 !important;
            font-weight: normal;
            font-size: 13px;
            line-height: normal;
            padding: 8px 10px !important;
            border: none !important;
            border-bottom: solid 1px #eee !important;
            text-align: left;
            border-radius: 0 !important;
            background-color: #fff !important;
        }

            .meetings-calendar .menu a::before {
                padding-right: 2.5px;
            }

            .meetings-calendar .menu a:hover {
                text-decoration: none;
                background: #eaeaea !important;
                color: var(--activeLinkColor) !important;
            }

            .meetings-calendar .menu a:last-child {
                border-bottom: none;
            }

    .meetings-calendar .twoColumnLayout {
        gap: 0;
    }

    .meetings-calendar .date-tabs {
        display: none;
        flex-flow: row wrap;
        justify-content: left;
        gap: 1px;
        border-bottom: 2px solid #b2b2b2;
    }

        .meetings-calendar .date-tabs div {
            border-top: 1px solid rgb(221, 221, 221);
            border-right: 1px solid rgb(221, 221, 221);
            border-left: 1px solid rgb(221, 221, 221);
            border-top-left-radius: 5px;
            border-top-right-radius: 5px;
            background: #ffffff !important;
            z-index: 1;
            margin-bottom: -2px;
            border-bottom: 2px solid #b2b2b2;
        }

            .meetings-calendar .date-tabs div a {
                color: #000;
                display: block;
                padding: 7.5px;
                font-size: 14.5px;
                line-height: 1;
                font-style: normal;
                font-weight: bold;
                border-top-left-radius: 5px;
                border-top-right-radius: 5px;
            }

                .meetings-calendar .date-tabs div a:hover {
                    background-color: #eaeaea;
                }

            .meetings-calendar .date-tabs div.active {
                border-bottom: solid 2px var(--activeLinkColor);
            }

                .meetings-calendar .date-tabs div.active a {
                    color: var(--activeLinkColor) !important;
                }

                    .meetings-calendar .date-tabs div.active a:hover {
                        color: var(--activeLinkColor) !important;
                        background-color: #fff !important;
                    }

    .meetings-calendar .filters-cont {
        position: fixed;
        top: 0 !important;
        left: -280px;
        width: 280px;
        z-index: 200;
        border-radius: 0;
        box-sizing: border-box;
        display: none;
        height: 100%;
        overflow: auto;
        margin: 0;
        padding: 15px;
        border-top-width: 0;
        border-bottom-width: 0;
        border-left-width: 0;
        animation: slide 0.175s forwards;
    }

        .meetings-calendar .filters-cont .header {
            padding: 15px 20px 15px 20px;
            margin: -15px -15px 15px -15px;
            line-height: 1;
            border-bottom: 1px solid rgb(221, 221, 221);
            display: flex;
            flex-flow: row wrap;
            justify-content: space-between;
            align-items: center;
            font-size: 15px;
        }

            .meetings-calendar .filters-cont .header div:first-child {
                font-weight: bold;
                text-transform: uppercase;
                text-align: center;
            }

            .meetings-calendar .filters-cont .header a {
                float: right;
                font-size: 20px;
                color: darkgray;
            }

        .meetings-calendar .filters-cont .multiselect {
            border: 1px solid rgb(221, 221, 221) !important;
            padding: 8px 10px !important;
        }

        .meetings-calendar .filters-cont .filters .toggle {
            cursor: pointer;
        }

        .meetings-calendar .filters-cont .filters .filter {
            margin-bottom: 7.5px;
        }

            .meetings-calendar .filters-cont .filters .filter .filter-label {
                font-size: 15px;
            }

            .meetings-calendar .filters-cont .filters .filter .input input[type=text],
            .meetings-calendar .filters-cont .filters .filter .input > select {
                width: 100%;
                box-sizing: border-box;
                font-size: 13px;
            }

            .meetings-calendar .filters-cont .filters .filter .input ul {
                padding: 0;
                margin: 0;
            }

                .meetings-calendar .filters-cont .filters .filter .input ul li {
                    padding: 0;
                    margin: 0;
                    list-style-type: none;
                    font-size: 13px;
                }

                    .meetings-calendar .filters-cont .filters .filter .input ul li label {
                        cursor: pointer;
                    }

        .meetings-calendar .filters-cont .button-set-cont {
            padding: 0;
            margin: 0;
            display: flex;
            flex-flow: row wrap;
            justify-content: start;
            gap: 5px;
        }

            .meetings-calendar .filters-cont .button-set-cont a {
                width: 100%;
            }

    .meetings-calendar .filters-overlay {
        background: #000;
        display: none;
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        opacity: 0.45;
        z-index: 3;
    }

    .meetings-calendar .programme-cont {
        background: #fff;
        border-radius: 3px;
        padding: 0;
        font-size: 13px;
        line-height: normal !important;
    }

        .meetings-calendar .programme-cont .day-cont {
            border: none;
            margin: 0;
        }

        .meetings-calendar .programme-cont .seperator {
            padding: 30px 10px;
        }

        .meetings-calendar .programme-cont .day-cont .title {
            font-size: 16.5px;
            line-height: 1.2;
            font-weight: bold;
            text-align: left;
            padding: 15px 15px 12.5px 15px;
        }

        .meetings-calendar .programme-cont .day-cont .events-cont .empty {
            text-align: left;
            font-weight: normal;
            padding: 0;
            margin: 0;
            height: auto;
            border: none;
            background-color: Transparent;
            padding: 5px 15px;
            vertical-align: top;
            background-color: #f2f2f2;
        }

        .meetings-calendar .programme-cont .day-cont .events-cont .heading-cont {
            display: none;
            font-weight: bold;
            color: #50555f !important;
        }

            .meetings-calendar .programme-cont .day-cont .events-cont .heading-cont table {
                width: 100%;
            }

        .meetings-calendar .programme-cont .day-cont .events-cont .item-cont {
            border: solid 1px transparent;
            padding: 10px 15px;
        }

            .meetings-calendar .programme-cont .day-cont .events-cont .item-cont.alt {
                background-color: whitesmoke;
            }

            .meetings-calendar .programme-cont .day-cont .events-cont .item-cont:hover {
                border: dashed 1px var(--tileBorderColorLight) !important;
                transition: 0.3s;
            }

            .meetings-calendar .programme-cont .day-cont .events-cont .item-cont table {
                width: 100%;
            }

            .meetings-calendar .programme-cont .day-cont .events-cont .item-cont td {
                box-sizing: border-box;
                vertical-align: middle;
                display: inline-block !important;
            }

                .meetings-calendar .programme-cont .day-cont .events-cont .item-cont td.time-col {
                    /*color: #50555f !important;
    font-size: 14.5px;*/
                }

                .meetings-calendar .programme-cont .day-cont .events-cont .item-cont td.avail-col {
                    padding-left: 10px;
                }

                    .meetings-calendar .programme-cont .day-cont .events-cont .item-cont td.avail-col label,
                    .meetings-calendar .programme-cont .day-cont .events-cont .item-cont td.avail-col input[type=checkbox] {
                        cursor: pointer;
                    }

                    .meetings-calendar .programme-cont .day-cont .events-cont .item-cont td.avail-col a {
                        vertical-align: middle;
                        text-align: center;
                        display: block;
                        font-weight: bold;
                        text-shadow: #fff 1px 1px;
                        cursor: pointer;
                        margin: 1px;
                    }

                        .meetings-calendar .programme-cont .day-cont .events-cont .item-cont td.avail-col a:hover {
                            text-decoration: none;
                        }

                    .meetings-calendar .programme-cont .day-cont .events-cont .item-cont td.avail-col div label {
                        display: inline-block;
                        font-weight: bold;
                    }

                    .meetings-calendar .programme-cont .day-cont .events-cont .item-cont td.avail-col div input {
                        padding-top: 4px;
                        font-weight: bold;
                    }

                    .meetings-calendar .programme-cont .day-cont .events-cont .item-cont td.avail-col a.available {
                        background-color: #ccffcc;
                        color: forestgreen;
                    }

                    .meetings-calendar .programme-cont .day-cont .events-cont .item-cont td.avail-col a.not-available {
                        background-color: whitesmoke;
                        color: #444;
                    }

                    .meetings-calendar .programme-cont .day-cont .events-cont .item-cont td.avail-col a.busy {
                        background-color: gainsboro;
                        color: #444;
                    }

                    .meetings-calendar .programme-cont .day-cont .events-cont .item-cont td.avail-col .processing {
                        background-image: url(../images/icons/ajax-loader.gif);
                        background-position: center center;
                        background-repeat: no-repeat;
                    }

                .meetings-calendar .programme-cont .day-cont .events-cont .item-cont td.event-col {
                    width: 100%;
                }

                    .meetings-calendar .programme-cont .day-cont .events-cont .item-cont td.event-col .event-cont {
                        margin: 10px 0;
                    }

                        .meetings-calendar .programme-cont .day-cont .events-cont .item-cont td.event-col .event-cont td.details-col {
                            box-sizing: border-box;
                            padding-left: 15px;
                            width: 100%;
                        }

                        .meetings-calendar .programme-cont .day-cont .events-cont .item-cont td.event-col .event-cont .main {
                            padding-top: 4px;
                            display: flex;
                            flex-flow: row nowrap;
                            justify-content: left;
                            gap: 5px;
                        }

                            .meetings-calendar .programme-cont .day-cont .events-cont .item-cont td.event-col .event-cont .main div:first-child {
                                padding-top: 1px;
                            }

                            .meetings-calendar .programme-cont .day-cont .events-cont .item-cont td.event-col .event-cont .main .check-event {
                                width: 14px;
                                display: inline-block;
                                vertical-align: middle;
                            }

                        .meetings-calendar .programme-cont .day-cont .events-cont .item-cont td.event-col .event-cont input[type=checkbox] {
                            padding: 0;
                            margin: 0;
                            cursor: pointer;
                        }

                        .meetings-calendar .programme-cont .day-cont .events-cont .item-cont td.event-col .event-cont .subject {
                            color: #444;
                            font-size: 14px;
                            line-height: 1.1em;
                            font-weight: bold;
                            padding-bottom: 2px;
                        }

                            .meetings-calendar .programme-cont .day-cont .events-cont .item-cont td.event-col .event-cont .subject:hover {
                                color: var(--activeLinkColor);
                            }

                        .meetings-calendar .programme-cont .day-cont .events-cont .item-cont td.event-col .event-cont .summary {
                            font-size: 13px;
                            line-height: normal;
                        }

                            .meetings-calendar .programme-cont .day-cont .events-cont .item-cont td.event-col .event-cont .summary .no-show {
                                font-size: 12px;
                                font-style: italic;
                            }

                                .meetings-calendar .programme-cont .day-cont .events-cont .item-cont td.event-col .event-cont .summary .no-show .check label {
                                    margin-left: 4px;
                                }


                            .meetings-calendar .programme-cont .day-cont .events-cont .item-cont td.event-col .event-cont .summary div {
                                margin-bottom: 5px;
                            }

                                .meetings-calendar .programme-cont .day-cont .events-cont .item-cont td.event-col .event-cont .summary div:first-child {
                                    margin-top: 5px;
                                }

                            .meetings-calendar .programme-cont .day-cont .events-cont .item-cont td.event-col .event-cont .summary a {
                                cursor: pointer;
                                display: inline-block;
                            }

                                .meetings-calendar .programme-cont .day-cont .events-cont .item-cont td.event-col .event-cont .summary a:before {
                                    font-size: 16px;
                                }

                    .meetings-calendar .programme-cont .day-cont .events-cont .item-cont td.event-col .notresponded-invite {
                        background-color: #bfdfff;
                    }

                    .meetings-calendar .programme-cont .day-cont .events-cont .item-cont td.event-col .confirmed-meeting {
                        background: linear-gradient(to left, transparent 99%, #c9ffe4 1%);
                    }

                    .meetings-calendar .programme-cont .day-cont .events-cont .item-cont td.event-col .accepted-invite {
                        background: linear-gradient(to left, transparent 99%, #c9ffe4 1%);
                    }

                    .meetings-calendar .programme-cont .day-cont .events-cont .item-cont td.event-col .pending-meeting {
                        background: linear-gradient(to left, transparent calc(100% - 3px), #bfdfff 3px);
                    }

                    .meetings-calendar .programme-cont .day-cont .events-cont .item-cont td.event-col .declined-meeting {
                        background: linear-gradient(to left, transparent calc(100% - 3px), #ffdebe 3px);
                    }

                    .meetings-calendar .programme-cont .day-cont .events-cont .item-cont td.event-col .declined-invite {
                        background: linear-gradient(to left, transparent calc(100% - 3px), #ffdebe 3px);
                    }

                    .meetings-calendar .programme-cont .day-cont .events-cont .item-cont td.event-col .cancelled-meeting {
                        background: linear-gradient(to left, transparent calc(100% - 3px), gainsboro 3px);
                    }

                    .meetings-calendar .programme-cont .day-cont .events-cont .item-cont td.event-col .cancelled-invite {
                        background: linear-gradient(to left, transparent calc(100% - 3px), gainsboro 3px);
                    }

                    .meetings-calendar .programme-cont .day-cont .events-cont .item-cont td.event-col .expired-invite {
                        background: linear-gradient(to left, transparent calc(100% - 3px), #ffffb5 3px);
                    }

                    .meetings-calendar .programme-cont .day-cont .events-cont .item-cont td.event-col .expired-meeting {
                        background: linear-gradient(to left, transparent calc(100% - 3px), #ffffb5 3px);
                    }

                    .meetings-calendar .programme-cont .day-cont .events-cont .item-cont td.event-col .notresponded-invite {
                        background: linear-gradient(to left, transparent calc(100% - 3px), #bfdfff 3px);
                    }

                    .meetings-calendar .programme-cont .day-cont .events-cont .item-cont td.event-col .nomatchingtimeslotsfound-invite {
                        background: linear-gradient(to left, transparent calc(100% - 3px), whitesmoke 3px);
                        padding-left: 10px;
                    }

                    .meetings-calendar .programme-cont .day-cont .events-cont .item-cont td.event-col .nomatchingtimeslotsfound-meeting {
                        background: linear-gradient(to left, transparent calc(100% - 3px), whitesmoke 3px);
                        padding-left: 10px;
                    }

                    .meetings-calendar .programme-cont .day-cont .events-cont .item-cont td.event-col .note {
                        background: linear-gradient(to left, transparent calc(100% - 3px), #dbc9ff 3px);
                    }

                    .meetings-calendar .programme-cont .day-cont .events-cont .item-cont td.event-col .session {
                        background: linear-gradient(to left, transparent calc(100% - 3px), palevioletred 3px);
                    }

                    .meetings-calendar .programme-cont .day-cont .events-cont .item-cont td.event-col .event-cont ul.button-set-cont li {
                        padding: 0 !important;
                        margin: 0;
                        text-align: left;
                    }

                        .meetings-calendar .programme-cont .day-cont .events-cont .item-cont td.event-col .event-cont ul.button-set-cont li a {
                            margin: 2.5px 0;
                        }

                            .meetings-calendar .programme-cont .day-cont .events-cont .item-cont td.event-col .event-cont ul.button-set-cont li a.toggle {
                                background-image: url('../images/icons/up.gif');
                                background-repeat: no-repeat;
                                background-position: center center;
                                cursor: pointer;
                            }

                    .meetings-calendar .programme-cont .day-cont .events-cont .item-cont td.event-col .event-cont .ratingTable {
                        background: #ddedee;
                        margin-top: 5px;
                        padding: 5px 10px 0 10px;
                        width: calc(100% - 20px) !important;
                        border-radius: 5px;
                        font-size: 14px;
                    }

                        .meetings-calendar .programme-cont .day-cont .events-cont .item-cont td.event-col .event-cont .ratingTable td {
                            width: 100%;
                            font-weight: bold;
                            padding-bottom: 5px;
                            display: inline-block !important;
                        }

                            .meetings-calendar .programme-cont .day-cont .events-cont .item-cont td.event-col .event-cont .ratingTable td textarea,
                            .meetings-calendar .programme-cont .day-cont .events-cont .item-cont td.event-col .event-cont .ratingTable td select {
                                box-sizing: border-box;
                                width: 100%;
                                padding: 5px;
                                font-size: 14px;
                            }

    .meetings-calendar .show {
    }

    .meetings-calendar .hide {
        display: none;
    }

    .meetings-calendar .programme-cont .day-cont .events-cont .item-cont td.event-col .event-cont .ratingTable ul.button-set-cont li a {
        margin-top: 0;
    }

    .meetings-calendar .programme-cont .day-cont .add-cont {
        margin: 5px 0;
    }

    .meetings-calendar .proposals table,
    .meetings-calendar .proposals table td {
        width: 100%;
    }

    .meetings-calendar .proposals .proposal {
        box-sizing: border-box;
        background: yellow;
        margin-top: 5px;
        padding: 8px 10px;
        border-radius: 5px;
        font-size: 13px;
        width: 100%;
    }

        .meetings-calendar .proposals .proposal .button-set-cont {
            margin-top: 5px;
        }

        .meetings-calendar .proposals .proposal div {
        }

@media screen and (min-width: 540px) {
    .meetings-calendar .programme-cont {
        padding: 15px;
    }

        .meetings-calendar .programme-cont .day-cont .title {
            padding: 0 0 10px 0;
        }

        .meetings-calendar .programme-cont .day-cont {
            margin-bottom: 15px;
        }

            .meetings-calendar .programme-cont .day-cont .events-cont .heading-cont {
                display: block;
            }

                .meetings-calendar .programme-cont .day-cont .events-cont .heading-cont .time-col {
                    padding: 10px;
                }

                .meetings-calendar .programme-cont .day-cont .events-cont .heading-cont .avail-col {
                    padding: 10px 20px;
                }

                .meetings-calendar .programme-cont .day-cont .events-cont .heading-cont .event-col {
                    padding: 10px 0;
                }

            .meetings-calendar .programme-cont .day-cont .events-cont .item-cont td {
                display: table-cell !important;
            }

            .meetings-calendar .programme-cont .day-cont .events-cont .time-col {
                box-sizing: border-box !important;
                width: 15% !important;
            }

            .meetings-calendar .programme-cont .day-cont .events-cont .avail-col {
                box-sizing: border-box !important;
                width: 20% !important;
            }

            .meetings-calendar .programme-cont .day-cont .events-cont .event-col {
                box-sizing: border-box !important;
                width: 65% !important;
            }

            .meetings-calendar .programme-cont .day-cont .events-cont .item-cont td.event-col .event-cont {
                margin: 5px 0;
            }

            .meetings-calendar .programme-cont .day-cont .add-cont {
                margin: 0;
            }
}

@media screen and (min-width: 768px) {
    .meetings-calendar .tabs .tab {
        flex: calc(25% - 5px);
    }

    .meetings-calendar .programme-cont .day-cont .events-cont .time-col {
        width: 11% !important;
    }

    .meetings-calendar .programme-cont .day-cont .events-cont .avail-col {
        width: 17% !important;
    }

    .meetings-calendar .programme-cont .day-cont .events-cont .event-col {
        width: 72% !important;
    }

    .meetings-calendar .programme-cont .day-cont .events-cont .item-cont td.event-col .event-cont .ratingTable td {
        width: auto;
        display: table-cell !important;
    }

        .meetings-calendar .programme-cont .day-cont .events-cont .item-cont td.event-col .event-cont .ratingTable td:first-child {
            width: 200px;
            padding-right: 10px;
        }
}

@media screen and (min-width: 960px) {
    .meetings-calendar .actions {
        display: block;
    }

    .meetings-calendar .sticky {
        position: sticky;
    }

    .meetings-calendar .tabs {
        display: none;
    }

    .meetings-calendar .date-tabs {
        display: flex;
    }

    .meetings-calendar .singleColumnLayout {
        margin-bottom: 15px;
    }

    .meetings-calendar .twoColumnLayout {
        gap: 15px
    }

    .meetings-calendar .filters-cont {
        position: sticky;
        top: 75px !important;
        left: 0;
        z-index: initial;
        border-radius: 3px;
        height: auto;
        overflow: visible;
        width: auto;
        margin-bottom: 15px;
        display: block !important;
        padding: 10px 15px;
        border-top-width: 1px;
        border-bottom-width: 1px;
        border-left-width: 1px;
        font-size: 14px;
    }

        .meetings-calendar .filters-cont .header,
        .meetings-calendar .filters-cont .date-filter,
        .meetings-calendar .filters-cont .footer {
            display: none;
        }

        .meetings-calendar .filters-cont .type-filter .filter-label span,
        .meetings-calendar .filters-cont .type-select .filter-label span {
            display: none;
        }

        .meetings-calendar .filters-cont .type-filter .filter-label:after {
            content: 'Filter';
        }

        .meetings-calendar .filters-cont .type-select .filter-label:after {
            content: 'Select';
        }

    .meetings-calendar .filters-overlay {
        display: none !important;
    }

    .meetings-calendar .programme-cont .day-cont .events-cont .time-col {
        width: 18% !important;
    }

    .meetings-calendar .programme-cont .day-cont .events-cont .avail-col {
        width: 15% !important;
    }

    .meetings-calendar .programme-cont .day-cont .events-cont .event-col {
        width: 67% !important;
    }

    .meetings-calendar .programme-cont .day-cont .events-cont .item-cont td.event-col .event-cont .ratingTable td {
        width: 100%;
        font-weight: bold;
        padding-bottom: 5px;
        display: inline-block !important;
    }
}

@media screen and (min-width: 1024px) {
    .meetings-calendar .programme-cont .day-cont .events-cont .time-col {
        width: 14% !important;
    }

    .meetings-calendar .programme-cont .day-cont .events-cont .avail-col {
        width: 21% !important;
    }

    .meetings-calendar .programme-cont .day-cont .events-cont .event-col {
        width: 65% !important;
    }
}

@media screen and (min-width: 1260px) {
    .meetings-calendar .date-tabs {
        gap: 4px;
    }

    .meetings-calendar .programme-cont .day-cont .events-cont .time-col {
        width: 16% !important;
    }

    .meetings-calendar .programme-cont .day-cont .events-cont .avail-col {
        width: 13% !important;
    }

    .meetings-calendar .programme-cont .day-cont .events-cont .event-col {
        width: 71% !important;
    }

    .meetings-calendar .programme-cont .day-cont .events-cont .item-cont td.event-col .event-cont .ratingTable td {
        width: auto;
        display: table-cell !important;
    }

        .meetings-calendar .programme-cont .day-cont .events-cont .item-cont td.event-col .event-cont .ratingTable td:first-child {
            width: 200px;
            padding-right: 10px;
        }
}
/*#endregion Meetings Calendar*/

/*#region Video Meeting*/
#meeting-wrapper {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: #302F2F;
    z-index: 99;
    display: flex;
}

#meeting-menu-close-container {
    position: relative;
    display: none;
}

#meeting-menu-close {
    position: absolute;
    top: 5px;
    right: 5px;
    color: #555;
    font-size: 18pt;
    cursor: pointer;
}

#meeting-menu {
    background-color: #201f1f;
    position: absolute;
    left: 0;
    top: 0;
    width: 366px;
    height: 60px;
    display: flex;
}

    #meeting-menu .meeting-menu-item a {
        display: block;
        padding: 12px 3px 10px 3px;
        text-decoration: none;
        color: #ccc;
        font-size: 8pt;
        overflow: hidden;
        white-space: nowrap;
        text-align: center;
        cursor: pointer;
        width: 60px;
        height: 60px;
        box-sizing: border-box;
    }

        #meeting-menu .meeting-menu-item a .fas {
            display: block;
            font-size: 20px;
        }

        #meeting-menu .meeting-menu-item a[name="back"] {
            background-color: #dd3849;
            color: #fff;
        }

            #meeting-menu .meeting-menu-item a[name="back"]:hover {
                background-color: #f25363;
                color: #fff;
            }

        #meeting-menu .meeting-menu-item a svg {
            width: 54px;
            height: 19px;
            display: block;
        }

        #meeting-menu .meeting-menu-item a:hover {
            background-color: #222;
            color: #ddd;
        }

    #meeting-menu .meeting-menu-item .active,
    #meeting-menu .meeting-menu-item .active:hover {
        background-color: #333;
        color: #ccc;
    }

#meeting-left-container {
    background-color: #fff;
    width: 366px;
    display: flex;
    flex-direction: column;
    overflow-y: auto;
    opacity: 0.9;
    margin-top: 60px;
}

#meeting-menu-content {
    padding: 15px;
    position: relative;
}

    #meeting-menu-content h2 {
        margin-top: 0px;
        font-size: 13pt;
    }

#divAd {
    margin-top: auto;
}

#meeting-container {
    height: 100vh;
    flex-grow: 1;
}

#meetingInfo {
    font-size: 10pt;
    line-height: normal;
    text-align: left;
    margin: 0 15px;
    padding: 20px 0px;
    border-bottom: 1px solid #ccc;
}

    #meetingInfo h2 {
        font-size: 15pt;
        font-weight: normal;
        margin: 0;
    }

.meeting-participant {
    clear: both;
    margin: 5px 0px;
    overflow: hidden;
    display: flex;
    cursor: pointer;
}

    .meeting-participant .image {
        border: solid 2px var(--profilePicBorderColor) !important;
        background-color: #f8f8f8;
        vertical-align: middle;
        border-radius: 50%;
        width: 60px;
        height: 60px;
        background-size: cover;
        background-position: center center;
    }

    .meeting-participant .image-background {
        width: 64px;
        position: relative;
    }

    .meeting-participant .participant-status {
        height: 14px;
        width: 14px;
        border-radius: 50%;
        background-color: #aaa;
        border: 2px solid white;
        position: absolute;
        top: 46px;
        right: 0px;
    }

    .meeting-participant .participant-online {
        background-color: #3ba55c;
    }

    .meeting-participant .participant-vcard {
        font-size: 20pt;
        margin-left: auto;
        padding-left: 5px;
    }

    .meeting-participant .participant-info {
        line-height: 22px;
        font-size: 12pt;
        padding-left: 15px;
    }

        .meeting-participant .participant-info .sub {
            font-size: 10pt;
            color: #555;
        }

@media (min-width: 1001px) {
    #meeting-left-container {
        display: flex !important;
    }
}

@media (max-width: 1000px) {
    #meeting-left-container {
        position: fixed;
        top: 0;
        bottom: 0;
        display: none;
        box-shadow: 5px 0px 7px 0px rgba(0,0,0,0.3);
        z-index: 100;
    }

    #meeting-menu-close-container {
        display: block;
    }

    #meeting-menu {
        width: 100%;
    }

    #meeting-container {
        margin-top: 60px;
        height: calc(100vh - 60px);
    }
}

@media (max-width: 420px) {
    #meeting-left-container {
        width: 100%;
    }
}
/*#endregion Video Meeting*/

/*#region Speed Networking*/
.speed-networking .session-details {
    margin-bottom: 25px;
    padding-top: 0;
    padding-bottom: 0;
}

    .speed-networking .session-details .header {
        margin-bottom: 20px;
        display: flex;
        flex-flow: column wrap;
        justify-content: center;
        align-content: center;
        align-items: center;
        padding-bottom: 5px;
        text-align: center;
        line-height: normal;
    }

        .speed-networking .session-details .header img {
            margin: 20px 20px 0 0;
            min-width: 90px;
            max-height: 90px;
            object-fit: contain;
            align-self: center;
        }

        .speed-networking .session-details .header > div {
            flex: 1 1 auto;
        }

.speed-networking .attendee-search {
    font-size: 15px;
    min-height: 100vh;
}

    .speed-networking .attendee-search .filters .list .filter .input {
        margin-bottom: 5px;
    }

    .speed-networking .attendee-search .filters .list .filter:last-child .input {
        margin-bottom: 15px;
    }

    .speed-networking .attendee-search .filters .list .filter .input > input {
        font-size: 13px;
        line-height: 1.4em;
        font-weight: 300 !important;
        width: calc(100% - 18px) !important;
    }

    .speed-networking .attendee-search .filters .list .filter .input > select,
    .speed-networking .attendee-search .filters .list .filter .input > .ms-parent {
        width: 99% !important;
    }

    .speed-networking .attendee-search .filters .actions a.button {
        padding: 8px 10px !important;
        line-height: normal;
    }

    .speed-networking .attendee-search .attendees .loading {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 75px;
        background-image: url(../images/infinite-loader.gif);
        background-repeat: no-repeat;
        background-position: center center;
        background-size: 75px;
    }

        .speed-networking .attendee-search .attendees .loading img {
            width: 75px;
        }

    .speed-networking .attendee-search .attendees .list > .header {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding-bottom: 10px;
        margin-bottom: 15px;
        border-bottom: 1px solid rgb(221, 221, 221);
        line-height: 1em;
    }

    .speed-networking .attendee-search .attendees .list .header .right {
        margin-left: auto;
        text-align: right;
    }

        .speed-networking .attendee-search .attendees .list .header .right select {
            width: auto !important;
            padding: 5px;
            font-size: 13px;
        }

    .speed-networking .attendee-search .attendees .list > .body {
        /*margin-right: -16px;
    display: flex;
    flex-wrap: wrap;
    justify-content: left;*/
        display: flex;
        flex-flow: row wrap;
        justify-content: flex-start;
        gap: 10px;
        padding-bottom: 5px;
    }

.speed-networking .attendee {
    margin-right: 15px;
    margin-bottom: 15px;
    flex: 1 1 293px;
    min-height: 290px;
    background-color: #ffffff;
    text-align: center;
    position: relative;
    border: 1px solid rgb(221, 221, 221);
    border-radius: 3px;
    overflow: hidden;
    cursor: pointer;
    transition: all .1s ease-in-out;
}

.speed-networking .attendee-search .attendees .list > .body .attendee {
    margin: 0;
    flex: calc(100% - 20px);
    max-width: 100%;
}

.speed-networking .attendee:hover {
    -webkit-transform: scale(1.03);
    transform: scale(1.03);
    box-shadow: 0 0 11px rgba(33,33,33,.2);
}

.speed-networking .attendee .header {
    display: block;
    border: none;
    color: #fff;
    text-align: center;
    vertical-align: top;
    height: 88px;
    font-size: 14px;
    line-height: 29px;
    padding: 4px 0 0;
    text-transform: uppercase;
}

    .speed-networking .attendee .header .category {
    }

    .speed-networking .attendee .header i {
        float: right;
        color: #fff;
        position: absolute;
        top: 10px;
        right: 10px;
        font-size: 16px;
    }

.speed-networking .attendee .body {
    position: absolute;
    top: 37px;
    z-index: 2;
    width: 100%;
}

    .speed-networking .attendee .body .image-wrapper {
        margin-bottom: 7.5px;
    }

    .speed-networking .attendee .body .image-background {
        border: solid 6px rgba(255, 255, 255, 0.5);
        border-radius: 50%;
        width: 94px;
        height: 94px;
        margin-left: auto;
        margin-right: auto;
        background-color: #fff;
    }

    .speed-networking .attendee .body .image {
        border: solid 2px #edbb37 !important;
        vertical-align: middle;
        border-radius: 50%;
        width: 90px;
        height: 90px;
        background-size: cover;
        background-position: center center;
    }

    .speed-networking .attendee .body .name {
        font-size: 16px;
        font-weight: 700;
        color: rgb(88, 89, 91);
        line-height: 23px;
    }

    .speed-networking .attendee .body .designation,
    .speed-networking .attendee .body .company {
        font-size: 13px;
        line-height: 19px;
        color: rgb(119, 119, 136);
    }

.speed-networking .attendee .footer {
    padding: 137.5px 0 0 0;
}

    .speed-networking .attendee .footer.invite {
        padding-bottom: 15px;
    }

.speed-networking .attendee a.button {
    padding: 5px 7.5px !important;
    line-height: normal;
    width: 100px;
    margin-bottom: 5px;
}

.speed-networking .attendee .button-offline,
.speed-networking .attendee .button-meet,
.speed-networking .attendee .button-in-meeting,
.speed-networking .attendee .button-unblock {
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    transition: opacity 0.1s ease-in-out;
    display: none;
    color: #fff;
}

.speed-networking .attendee .button-offline,
.speed-networking .attendee .button-unblock {
    background-color: gainsboro !important;
    color: white !important;
}

    .speed-networking .attendee .button-offline:hover,
    .speed-networking .attendee .button-unblock:hover,
    .speed-networking .attendee .button-offline:focus,
    .speed-networking .attendee .button-unblock:focus {
        border-color: gainsboro !important;
    }

.speed-networking .attendee .button-meet {
    background-color: #edbb37;
    color: white !important;
}

.speed-networking .attendee .button-in-meeting:hover {
    background-color: #edbb37;
    color: white;
}

.speed-networking .attendee .header,
.speed-networking .attendee a,
.speed-networking .attendee .body .image {
    transition: all 0.1s ease-in-out;
}

.speed-networking .attendee[data-activity-status="Offline"] .header,
.speed-networking .attendee[data-activity-status="Blocked"] .header,
.speed-networking .attendee[data-activity-status="BlockedBy"] .header {
    background-color: gainsboro !important;
    color: white !important;
}

.speed-networking .attendee[data-activity-status="Offline"] .body .image,
.speed-networking .attendee[data-activity-status="Blocked"] .body .image,
.speed-networking .attendee[data-activity-status="BlockedBy"] .body .image {
    border-color: lightgray !important;
    opacity: 0.6;
}

.speed-networking .attendee[data-activity-status="Offline"] a,
.speed-networking .attendee[data-activity-status="Blocked"] a,
.speed-networking .attendee[data-activity-status="BlockedBy"] a {
    color: lightgray;
}

.speed-networking .attendee[data-activity-status="Online"] .header,
.speed-networking .attendee[data-activity-status="InMeeting"] .header {
    background: var(--attendeeTileHeaderBackground) !important;
}

.speed-networking .attendee[data-activity-status="Online"] .body .image,
.speed-networking .attendee[data-activity-status="InMeeting"] .body .image {
    border-color: var(--profilePicBorderColor) !important;
}

.speed-networking .attendee[data-activity-status="InMeeting"] .header {
    background-color: #edbb37;
    color: white !important;
}

.speed-networking .attendee[data-activity-status="Offline"] .button-offline {
    display: inline-block !important;
}

.speed-networking .attendee[data-activity-status="Offline"] .button-meet,
.speed-networking .attendee[data-activity-status="Offline"] .button-in-meeting,
.speed-networking .attendee[data-activity-status="Offline"] .button-unblock {
    display: none !important;
}

.speed-networking .attendee[data-activity-status="Online"] .button-meet {
    display: inline-block;
}

.speed-networking .attendee[data-activity-status="Online"] .button-offline,
.speed-networking .attendee[data-activity-status="Online"] .button-in-meeting,
.speed-networking .attendee[data-activity-status="Online"] .button-unblock {
    display: none !important;
}

.speed-networking .attendee[data-activity-status="InMeeting"] .button-in-meeting {
    display: inline-block !important;
}

.speed-networking .attendee[data-activity-status="InMeeting"] .button-offline,
.speed-networking .attendee[data-activity-status="InMeeting"] .button-meet,
.speed-networking .attendee[data-activity-status="InMeeting"] .button-unblock {
    display: none !important;
}

.speed-networking .attendee[data-activity-status="Blocked"] .button-unblock {
    display: inline-block !important;
}

.speed-networking .attendee[data-activity-status="Blocked"] .button-meet,
.speed-networking .attendee[data-activity-status="Blocked"] .button-in-meeting,
.speed-networking .attendee[data-activity-status="Blocked"] .button-offline {
    display: none !important;
}

.speed-networking .attendee[data-activity-status="BlockedBy"] .button-offline {
    display: inline-block !important;
}

.speed-networking .attendee[data-activity-status="BlockedBy"] .button-meet,
.speed-networking .attendee[data-activity-status="BlockedBy"] .button-in-meeting,
.speed-networking .attendee[data-activity-status="BlockedBy"] .button-unblock {
    display: none !important;
}

.speed-networking .attendee-search .attendees .list > .footer {
    padding: 15px 0;
    border-top: 1px solid rgb(221, 221, 221);
}

.speed-networking .attendee-search .attendees .list .footer .pager {
    display: flex;
    justify-content: center;
}

    .speed-networking .attendee-search .attendees .list .footer .pager span,
    .speed-networking .attendee-search .attendees .list .footer .pager a {
        display: inline-block;
        line-height: 1;
        padding: 10px 15px;
        margin: 5px;
        background: #ffffff;
        color: #000;
        font-weight: normal;
    }

        .speed-networking .attendee-search .attendees .list .footer .pager a:hover {
            background: gainsboro;
            text-decoration: none;
            cursor: pointer;
        }

.speed-networking .attendee-search .attendees .list-empty {
    text-align: center;
    padding: 55px 15px;
    font-size: 18px;
}

.speed-networking .popup_window {
    font-size: 15px;
    width: auto !important;
    border-radius: 3px;
}

    .speed-networking .popup_window .box .content {
        width: auto !important;
        height: auto !important;
        text-align: center;
        padding: 15px 20px !important;
        box-sizing: border-box;
        min-width: 300px;
        max-width: 340px;
    }

        .speed-networking .popup_window .box .content .alert,
        .speed-networking .popup_window .box .content .count-down {
            font-weight: 700;
            line-height: 1.3em;
            margin: 0 0 10px 0;
            padding: 0;
        }

        .speed-networking .popup_window .box .content .attendee {
            margin: 0;
        }

.speed-networking .hub-alert {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    margin-left: auto;
    margin-right: auto;
    width: 100px;
    text-align: center;
    color: #fff;
    z-index: 101;
    font-size: 12px;
    line-height: 21px;
}

.conference {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 4;
    background: #000;
}

    .conference .conference-container {
        position: fixed;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        background-color: #302F2F;
        display: flex;
    }

        .conference .conference-container .conference-menu {
            background-color: #201f1f;
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 60px;
            display: flex;
        }

            .conference .conference-container .conference-menu a {
                display: block;
                padding: 12px 3px 10px 3px;
                text-decoration: none;
                color: #ccc;
                font-size: 8pt;
                overflow: hidden;
                white-space: nowrap;
                text-align: center;
                cursor: pointer;
                width: 60px;
                height: 60px;
                box-sizing: border-box;
            }

                .conference .conference-container .conference-menu a .fas {
                    display: block;
                    font-size: 20px;
                }

                .conference .conference-container .conference-menu a:hover {
                    background-color: #222;
                    color: #ddd;
                }

            .conference .conference-container .conference-menu .active,
            .conference .conference-container .conference-menu .active:hover {
                background-color: #333;
                color: #ccc;
            }

            .conference .conference-container .conference-menu a[name="back"] {
                background-color: #dd3849;
                color: #fff;
            }

                .conference .conference-container .conference-menu a[name="back"]:hover {
                    background-color: #f25363;
                    color: #fff;
                }

            .conference .conference-container .conference-menu a svg {
                width: 54px;
                height: 19px;
                display: block;
            }

        .conference .conference-container .conference-details {
            background-color: #fff;
            width: 100%;
            flex-direction: column;
            overflow-y: auto;
            opacity: 0.9;
            margin-top: 60px;
            position: fixed;
            top: 0;
            bottom: 0;
            display: none;
            z-index: 1;
        }

            .conference .conference-container .conference-details .conference-details-container .close {
                position: relative;
            }

                .conference .conference-container .conference-details .conference-details-container .close .close-container {
                    position: absolute;
                    top: 5px;
                    right: 5px;
                    color: #555;
                    font-size: 18pt;
                    cursor: pointer;
                }

            .conference .conference-container .conference-details .conference-details-container .header {
                font-size: 10pt;
                line-height: normal;
                text-align: left;
                margin: 0 15px;
                padding: 20px 0px;
                border-bottom: 1px solid #ccc;
            }

                .conference .conference-container .conference-details .conference-details-container .header h2 {
                    font-size: 15pt;
                    font-weight: normal;
                    margin: 0;
                }

            .conference .conference-container .conference-details .conference-details-container .body {
                padding: 15px;
                position: relative;
            }

                .conference .conference-container .conference-details .conference-details-container .body h2 {
                    margin-top: 0px;
                    font-size: 13pt;
                }

                .conference .conference-container .conference-details .conference-details-container .body .conference-attendees .conference-attendee {
                    clear: both;
                    margin: 5px 0 1em;
                    overflow: hidden;
                    display: flex;
                    cursor: pointer;
                }

                    .conference .conference-container .conference-details .conference-details-container .body .conference-attendees .conference-attendee .image {
                        width: 64px;
                        position: relative;
                    }

                        .conference .conference-container .conference-details .conference-details-container .body .conference-attendees .conference-attendee .image .image-container {
                            border: solid 2px var(--profilePicBorderColor) !important;
                            background-color: #f8f8f8;
                            vertical-align: middle;
                            border-radius: 50%;
                            width: 60px;
                            height: 60px;
                            background-size: cover;
                            background-position: center center;
                        }

                    .conference .conference-container .conference-details .conference-details-container .body .conference-attendees .conference-attendee .details {
                        padding-left: 15px;
                        line-height: 22px;
                    }

                        .conference .conference-container .conference-details .conference-details-container .body .conference-attendees .conference-attendee .details .name {
                            font-size: 16px;
                            line-height: 23px;
                            font-weight: 700;
                            color: rgb(88, 89, 91);
                        }

                            .conference .conference-container .conference-details .conference-details-container .body .conference-attendees .conference-attendee .details .name span {
                                display: inline;
                                color: #999;
                                font-weight: normal;
                                font-size: 13px;
                                line-height: 19px;
                            }

                        .conference .conference-container .conference-details .conference-details-container .body .conference-attendees .conference-attendee .details .designation,
                        .conference .conference-container .conference-details .conference-details-container .body .conference-attendees .conference-attendee .details .company {
                            font-size: 13px;
                            line-height: 19px;
                            color: #555;
                        }

                    .conference .conference-container .conference-details .conference-details-container .body .conference-attendees .conference-attendee .vcard {
                        font-size: 20pt;
                        margin-left: auto;
                        padding-left: 5px;
                    }

            .conference .conference-container .conference-details .ads {
                margin-top: auto;
                padding: 15px;
            }

                .conference .conference-container .conference-details .ads .adContainer {
                    display: flex;
                    justify-content: center;
                    margin-top: 15px;
                }

        .conference .conference-container .jitsi {
            margin-top: 60px;
            height: calc(100vh - 60px);
            flex-grow: 1;
        }

            .conference .conference-container .jitsi .jitsi-container {
                width: 100%;
                height: 100%;
            }

            .conference .conference-container .jitsi .count-down {
                position: absolute;
                top: 60px;
                right: 0;
                left: 0;
                margin-left: auto;
                margin-right: auto;
                background: #111;
                background-color: #302F2F;
                text-align: center;
                color: #fff;
                font-size: 13px;
                vertical-align: middle;
                line-height: 1.8em;
                width: 140px;
                padding: 15px 0;
                border-radius: 3px;
                z-index: 0;
            }

                .conference .conference-container .jitsi .count-down.one-minute-remaining {
                    color: red;
                    font-weight: bold
                }

@media screen and (min-width: 366px) {
    .conference .conference-container .conference-details {
        width: 366px;
    }
}

@media screen and (min-width: 1000px) {
    .conference .conference-container .conference-menu {
        width: 366px;
        position: relative;
    }

    .conference .conference-container .conference-details {
        display: flex !important;
    }

        .conference .conference-container .conference-details .conference-details-container .close {
            display: none;
        }

    .conference .conference-container .jitsi {
        margin-top: 0;
        width: calc(100% - 365px);
        height: 100vh;
    }

        .conference .conference-container .jitsi .count-down {
            top: 0;
            left: 366px;
        }
}

@media screen and (min-width: 540px) {
    .speed-networking .attendee-search .attendees .list > .body .attendee {
        max-width: calc(50% - 7px);
    }
}

@media screen and (min-width: 768px) {
    .speed-networking .attendee-search .attendees .list > .body .attendee {
        max-width: calc(33% - 7px);
    }
}

@media screen and (min-width: 960px) {
    .speed-networking .session-details .header {
        flex-flow: row wrap;
        text-align: left;
    }

    .speed-networking .attendee-search .attendees .list > .body .attendee {
        max-width: calc(50% - 7px);
    }
}

@media screen and (min-width: 1260px) {
    .speed-networking .attendee-search .attendees .list > .body .attendee {
        max-width: calc(33.33% - 9px)
    }
}
/*#endregion Speed Networking*/

.sessionLiveNamespace .SessonLiveContainer {
}

.sessionLiveNamespace .sessionexhibitorDirectoryContainer {
    width: 100%;
    display: flex;
    border-bottom: solid 1px grey;
    padding: 20px 0px;
}

    .sessionLiveNamespace .sessionexhibitorDirectoryContainer:last-of-type {
        margin-bottom: 20px !important;
        border-bottom: solid 1px transparent !important;
    }

.sessionLiveNamespace .sessioncompanyLogo {
    border-width: 0px;
    background-size: contain;
    background-position: center center;
    width: 150px;
    margin-right: 20px;
}

.sessionCompanyName {
    font-weight: bold;
    color: var(--primaryButtonColor);
}

.LiveCenterRowExhibitor:hover .sessionCompanyName {
    color: #000000 !important;
}

/*#region Countdown Timer */
.SessonComingUpContainer {
    padding: 20px;
}

.sessionLiveNamespace .countdownTimer {
    background-color: #000000;
    /*width: 588px;*/
    height: 390px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

    .sessionLiveNamespace .countdownTimer div {
        display: inline-block;
        line-height: 1;
        padding: 20px;
        font-size: 22px;
    }

    .sessionLiveNamespace .countdownTimer #timer {
        padding: 0;
        text-align: center;
    }

    .sessionLiveNamespace .countdownTimer span {
        display: block;
        font-size: 25px;
        color: #edbb37;
    }

    .sessionLiveNamespace .countdownTimer #days {
        font-size: 25px;
        color: #ffffff;
    }

    .sessionLiveNamespace .countdownTimer #hours {
        font-size: 25px;
        color: #ffffff;
    }

    .sessionLiveNamespace .countdownTimer #minutes {
        font-size: 25px;
        color: #ffffff;
    }

    .sessionLiveNamespace .countdownTimer #seconds {
        font-size: 22px;
        color: #ffffff;
    }
/*#endregion Countdown Timer*/

/*#region Translate Dialog*/
.translate-dialog {
    width: 240px !important;
    height: 100px !important;
}

    .translate-dialog .ui-dialog-content {
        padding: 1.5em 0 !important;
        text-align: center;
    }

        .translate-dialog .ui-dialog-content a {
            font-weight: normal !important;
            text-decoration: none !important;
        }
/*#endregion Translate Dialog*/

/*#region Actions List*/
.actions-list {
    display: flex;
    flex-flow: column wrap;
    justify-content: center;
    gap: 15px;
    padding: 0;
}

    .actions-list li:first-child {
        margin-top: 10px;
    }

    .actions-list li {
        list-style-type: none;
    }

        .actions-list li a {
            list-style-type: none;
            white-space: normal;
            width: 100%;
            box-sizing: border-box;
        }

@media screen and (min-width: 660px) {
    .actions-list {
        flex-flow: row wrap;
        align-items: center;
    }

        .actions-list li:first-child {
            margin-top: 0
        }

        .actions-list li {
            flex: calc(50% - 20px);
        }

            .actions-list li a {
                list-style-type: none;
                white-space: normal;
                width: 100%;
                box-sizing: border-box;
            }
}
/*#endregion Actions List*/

/*#region Exhibitor Directory Listings */
.exhibitorListings .expandFilters {
    cursor: pointer;
    display: none;
}

    .exhibitorListings .expandFilters .filterContainer {
        margin-bottom: -7px;
        text-align: center;
    }

        .exhibitorListings .expandFilters .filterContainer:hover {
            border-bottom: 3px solid var(--activeLinkColor) !important;
            background-color: #eaeaea;
            margin-bottom: -9px;
        }

.exhibitorListings .filtersDetailsContainer {
    display: block;
}

.exhibitorListings .filterWrapper {
    margin-bottom: 200px;
}

.mainFilterWrapper {
    background-color: white;
    border: 1px solid rgb(221, 221, 221);
    padding: 10px;
    width: 100%;
    border-radius: 3px;
    height: auto;
    overflow: auto;
    transition: max-height 0.3s ease;
}

.exhibitorListings .filterContainer {
    background-color: white;
    /*    border: 1px solid rgb(221, 221, 221);
    padding: 10px;*/
    width: 100%;
    border-radius: 3px;
    position: sticky;
    top: 75px;
}

    .exhibitorListings .filterContainer ::-webkit-scrollbar {
        width: 10px;
        height: 900px;
    }

.exhibitorListings .filtersDetailsContainer .filterContainer td {
    padding-bottom: 8px;
}

.exhibitorListings .filterContainer input[type=text],
.exhibitorListings .filterContainer select {
    width: 100%;
    box-sizing: border-box;
    border: 1px solid rgb(221, 221, 221) !important;
    margin-left: 4px;
}

.exhibitorListings .filterContainer .ms-drop,
.exhibitorListings .filterContainer .ms-choice {
    width: 100%;
    box-sizing: border-box;
}

.exhibitorListings .tileContainer {
    padding-left: 5px;
}

.exhibitorListings .tile {
    width: 280px;
    max-height: 337px;
    border: 1px solid rgb(221, 221, 221);
    background-color: white;
    border-radius: 3px;
    display: inline-block;
    margin-left: 15px;
    margin-bottom: 15px;
    overflow: hidden;
    cursor: pointer;
    transition: all .1s ease-in-out;
}

    .exhibitorListings .tile:hover {
        -webkit-transform: scale(1.03);
        transform: scale(1.03);
        box-shadow: 0 0 11px rgba(33,33,33,.2);
    }

    .exhibitorListings .tile .tileHeader {
        height: 112px;
        position: relative;
    }

        .exhibitorListings .tile .tileHeader .ribbon {
            width: 150px;
            height: 150px;
            overflow: hidden;
            position: absolute;
            display: none;
        }

            .exhibitorListings .tile .tileHeader .ribbon::before,
            .exhibitorListings .ribbon::after {
                position: absolute;
                z-index: -1;
                content: '';
                display: block;
                border: 5px solid #2980b9;
            }

            .exhibitorListings .tile .tileHeader .ribbon span {
                position: absolute;
                display: block;
                width: 105px;
                padding: 7px 0;
                box-shadow: 0 5px 10px rgba(0,0,0,.1);
                color: #fff;
                font: 700 18px/1 'Lato', sans-serif;
                font-size: 12px;
                text-shadow: 0 1px 1px rgba(0,0,0,.2);
                text-transform: uppercase;
                text-align: center;
            }

        .exhibitorListings .tile .tileHeader .ribbon-top-left {
            top: -10px;
            left: -10px;
        }

            .exhibitorListings .tile .tileHeader .ribbon-top-left::before,
            .exhibitorListings .ribbon-top-left::after {
                border-top-color: transparent;
                border-left-color: transparent;
            }

            .exhibitorListings .tile .tileHeader .ribbon-top-left::before {
                top: 0;
                right: 0;
            }

            .exhibitorListings .tile .tileHeader .ribbon-top-left::after {
                bottom: 0;
                left: 0;
            }

            .exhibitorListings .tile .tileHeader .ribbon-top-left span {
                right: 61px;
                top: 24px;
                transform: rotate(-45deg);
            }

        .exhibitorListings .tile .tileHeader .tag {
            text-align: center;
            height: 112px;
            display: none;
            position: relative;
        }

            .exhibitorListings .tile .tileHeader .tag img {
                width: 55px;
                padding-top: 11px;
            }

    .exhibitorListings .tile .companyNameContainer .hallStand {
        color: rgb(119, 119, 136);
        font-size: 15px;
        padding-top: 5px;
        display: inline-block;
    }

    .exhibitorListings .tile .tileHeader .favourite {
        float: right;
        width: 16px;
        height: 16px;
        color: #fff;
        position: absolute;
        top: 1px;
        right: 13px;
        font-size: 18px;
        z-index: 2;
    }

    .exhibitorListings .tile .tileHeader .regular {
        font-family: FontAwesomeRegular;
    }

    .exhibitorListings .tile .tileHeader .solid {
        font-family: FontAwesomeSolid;
    }

    .exhibitorListings .tile .tileHeader .tileHeaderContainer {
        max-height: 112px;
        overflow: hidden;
    }

    .exhibitorListings .tile .tileHeader .tileHeaderCategoryContainer {
        display: none;
    }

    .exhibitorListings .tile .tileHeader .banner {
        width: 100%;
        height: 112px;
    }

    .exhibitorListings .tile .tileContent {
        height: auto;
        padding-bottom: 15px;
    }

@media all and (min-width: 395px) {
    .exhibitorListings .tile .tileContent {
        height: 205px;
        padding-bottom: 0;
    }
}

.exhibitorListings .tile .tileContent > table {
    width: 100%;
    margin-top: -70px;
}

.exhibitorListings .tile .tileContent table td {
    text-align: center !important;
}

.exhibitorListings .tile .companyLogoWrapper {
    border-top: 7px solid #8b95d2;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    position: relative;
}

    .exhibitorListings .tile .companyLogoWrapper .borderLeft {
        border-left: 7px solid #8b95d2;
        position: absolute;
        top: 0;
        bottom: 40%;
        left: 0;
    }

    .exhibitorListings .tile .companyLogoWrapper .borderRight {
        border-right: 7px solid #8b95d2;
        position: absolute;
        top: 0;
        bottom: 40%;
        right: 0;
    }

    .exhibitorListings .tile .companyLogoWrapper .companyLogoContainer {
        background-color: white;
        border: 2px solid #1e2f97;
        border-radius: 3px;
        width: 92%;
        margin-left: auto;
        margin-right: auto;
        height: 95px;
        display: flex;
    }

        .exhibitorListings .tile .companyLogoWrapper .companyLogoContainer .companyLogo {
            margin: auto;
            max-width: 100%;
            max-height: 100%;
        }

.exhibitorListings .tile .companyContentWrapper {
    max-height: 158px;
    overflow: hidden;
}

.exhibitorListings .tile .companyNameContainer {
    color: #1e2f97;
    font-size: 21px;
    line-height: 21px;
    padding-top: 8px;
    padding-left: 12px;
    padding-right: 12px;
    padding-bottom: 8px;
}

.exhibitorListings .tile .companySubTitleContainer {
    font-size: 14px;
    display: none;
    padding-top: 7px;
}

.exhibitorListings .tile .companyProfileContainer {
    font-size: 13px;
    line-height: 16px;
    padding-left: 12px;
    padding-right: 12px;
}

    .exhibitorListings .tile .companyProfileContainer div {
        height: 70px;
        overflow: auto;
    }

.exhibitorListings .tile .companyTagsContainer {
    font-size: 13px;
    line-height: 16px;
}

    .exhibitorListings .tile .companyTagsContainer div {
        height: 45px;
        overflow: auto;
        text-overflow: ellipsis;
    }

.exhibitorListings .exhibitorTemplate,
.exhibitorListings .adTemplate {
    display: none;
}

.exhibitorListings .loadMoreContainer {
    text-align: center;
}

    .exhibitorListings .loadMoreContainer img {
        width: 75px;
    }

.exhibitorListings .noResultsContainer {
    display: none;
    text-align: center;
    padding: 15px;
    font-size: 22px;
}

.exhibitorListings .tile .box--fixed {
    width: 251px;
}

.exhibitorListings .tile .ellip {
    display: block;
    height: 100%;
}

.exhibitorListings .tile .ellip-line {
    display: inline-block;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
}

.exhibitorListings .tile .ellip,
.exhibitorListings .ellip-line {
    position: relative;
    overflow: hidden;
    max-width: 100%;
}

.exhibitorListings .tabsContainer {
    padding-left: 20px;
}

    .exhibitorListings .tabsContainer .tab {
        width: 47%;
        float: left;
        text-align: center;
        padding: 9px;
        border: 1px solid rgb(221, 221, 221);
        background-color: white;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
        margin-bottom: 15px;
        cursor: pointer;
    }

        .exhibitorListings .tabsContainer .tab:hover {
            background-color: #eaeaea;
            padding-bottom: 7px;
        }

    .exhibitorListings .tabsContainer .tabActive {
        cursor: default;
        background-color: white !important;
        padding-bottom: 7px;
    }

.exhibitorListings .clearFilters {
    font-size: 15px;
    width: 100%;
    padding-top: 3px !important;
    padding-bottom: 3px !important;
    text-align: center;
    margin-top: 2.5px;
    display: inline-block;
    line-height: 1.875;
    box-sizing: border-box;
}
/*#endregion*/

/*#region Exhibitor Directory Details */
.exhibitorDetailsWrapper {
    table-layout: fixed;
    grid-template-columns: minmax(1px, 1fr) 882px 302px;
}

    .exhibitorDetailsWrapper .adsWrapper {
        padding-right: 25px;
    }

    .exhibitorDetailsWrapper .detailsWrapper .detailsContainer {
        width: 100%;
        background-color: white;
        border: 1px solid rgb(221, 221, 221);
        border-radius: 3px;
    }

    .exhibitorDetailsWrapper .detailsWrapper .bannerVideoWrapper {
        position: relative;
        padding-bottom: 56.25%; /* 16:9 */
        height: 0;
    }

        .exhibitorDetailsWrapper .detailsWrapper .bannerVideoWrapper iframe {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
        }

    .exhibitorDetailsWrapper .detailsWrapper .imgBanner {
        width: 100%;
    }

    .exhibitorDetailsWrapper .detailsWrapper .contentHeader {
        padding: 0 15px 0 15px;
    }

        .exhibitorDetailsWrapper .detailsWrapper .contentHeader .companyLogoContainer {
            display: flex;
            width: 180px;
            height: 140px;
            background-color: white;
            border: 2px solid rgb(238, 238, 238);
            border-radius: 3px;
            margin-top: -20px;
            position: relative;
        }

            .exhibitorDetailsWrapper .detailsWrapper .contentHeader .companyLogoContainer img {
                margin: auto;
                max-width: 100%;
                max-height: 100%;
            }

        .exhibitorDetailsWrapper .detailsWrapper .contentHeader .companyNameContainer {
            padding-top: 12px;
            padding-left: 15px;
        }

            .exhibitorDetailsWrapper .detailsWrapper .contentHeader .companyNameContainer .companyName {
                font-size: 20px;
                font-weight: 700;
                color: rgb(88, 89, 91);
                display: block;
                line-height: 21px;
            }

            .exhibitorDetailsWrapper .detailsWrapper .contentHeader .companyNameContainer .category {
                font-size: 14px;
                line-height: 21px;
            }

            .exhibitorDetailsWrapper .detailsWrapper .contentHeader .companyNameContainer .meetNow {
                display: block;
                background-color: #1e2f97;
                width: 110px;
                color: white;
                text-align: center;
                border-radius: 3px;
                font-size: 14px;
                margin-top: 8px;
                padding: 3px 0 2px 0;
                cursor: pointer;
            }

                .exhibitorDetailsWrapper .detailsWrapper .contentHeader .companyNameContainer .meetNow:hover {
                    display: block;
                    background-color: white;
                    width: 110px;
                    color: #1e2f97;
                    text-align: center;
                    border-radius: 3px;
                    font-size: 14px;
                    margin-top: 8px;
                    padding: 3px 0 2px 0;
                    cursor: pointer;
                    border: 1px solid #1e2f97;
                }

        .exhibitorDetailsWrapper .detailsWrapper .contentHeader .favouriteContainer {
            padding-top: 5px;
            text-align: right;
        }

            .exhibitorDetailsWrapper .detailsWrapper .contentHeader .favouriteContainer .favourite {
                color: black;
                font-size: 27px;
            }

                .exhibitorDetailsWrapper .detailsWrapper .contentHeader .favouriteContainer .favourite:hover {
                    color: #1e2f97;
                }

            .exhibitorDetailsWrapper .detailsWrapper .contentHeader .favouriteContainer .regular {
                font-family: FontAwesomeRegular;
            }

            .exhibitorDetailsWrapper .detailsWrapper .contentHeader .favouriteContainer .solid {
                font-family: FontAwesomeSolid;
                color: #1e2f97;
            }

    .exhibitorDetailsWrapper .detailsWrapper .contentProfile {
        padding: 15px;
        padding-bottom: 0;
        padding-left: 20px;
        padding-right: 20px;
        font-size: 14px;
        line-height: 1.36;
    }

        .exhibitorDetailsWrapper .detailsWrapper .contentProfile p {
            padding-top: 5px;
            padding-bottom: 10px;
            margin: 0;
        }

    .exhibitorDetailsWrapper .detailsWrapper .contentHeading {
        color: rgb(86, 86, 116);
        font-size: 20px;
        line-height: 27px;
        font-weight: bold;
    }

    .exhibitorDetailsWrapper .detailsWrapper .contentDetails {
        padding: 15px;
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 4px;
        font-size: 14px;
        line-height: 1.36;
    }

        .exhibitorDetailsWrapper .detailsWrapper .contentDetails .detailsLabel {
            color: rgb(86, 86, 116);
            font-weight: 600;
            width: 120px;
        }

        .exhibitorDetailsWrapper .detailsWrapper .contentDetails .tag {
            background: rgba(88, 89, 91, 0.1);
            color: rgb(88, 89, 91);
            margin: 0px 3px 7px 0;
            padding: 6px 8px;
            line-height: 1;
            border-radius: 3px;
            font-size: 12px;
            display: inline-block;
        }

    .exhibitorDetailsWrapper .detailsWrapper .websiteLinkWrapper {
        padding: 7px;
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 0;
    }

        .exhibitorDetailsWrapper .detailsWrapper .websiteLinkWrapper .websiteLinkContainer {
            padding-top: 5px;
            padding-bottom: 10px;
            font-size: 14px;
        }

            .exhibitorDetailsWrapper .detailsWrapper .websiteLinkWrapper .websiteLinkContainer a {
                color: #000;
            }

                .exhibitorDetailsWrapper .detailsWrapper .websiteLinkWrapper .websiteLinkContainer a:hover {
                    color: #edbb37;
                }

    .exhibitorDetailsWrapper .detailsWrapper .contentSocialLinks {
        padding: 15px;
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 0;
    }

        .exhibitorDetailsWrapper .detailsWrapper .contentSocialLinks .socialMediaLinks {
            padding-left: 5px;
            min-height: 56px;
        }

            .exhibitorDetailsWrapper .detailsWrapper .contentSocialLinks .socialMediaLinks a {
                font-size: 30px;
                margin-right: 5px;
            }

            .exhibitorDetailsWrapper .detailsWrapper .contentSocialLinks .socialMediaLinks .fa-square-facebook {
                color: #3d4c9a;
            }

            .exhibitorDetailsWrapper .detailsWrapper .contentSocialLinks .socialMediaLinks .fa-square-instagram {
                color: #c4007d;
            }

            .exhibitorDetailsWrapper .detailsWrapper .contentSocialLinks .socialMediaLinks .fa-square-x-twitter {
                color: #000;
            }

            .exhibitorDetailsWrapper .detailsWrapper .contentSocialLinks .socialMediaLinks .fa-square-youtube {
                color: #f41211;
            }

            .exhibitorDetailsWrapper .detailsWrapper .contentSocialLinks .socialMediaLinks .fa-linkedin {
                color: #1b6fb1;
            }

    .exhibitorDetailsWrapper .contactsWrapper .contactsContainer {
        background-color: white;
        width: 100%;
        position: -webkit-sticky; /* safari */
        position: sticky;
        top: 75px;
        border: 1px solid rgb(221, 221, 221);
        border-radius: 3px;
    }

        .exhibitorDetailsWrapper .contactsWrapper .contactsContainer .contactsHeading {
            color: rgb(86, 86, 116);
            font-size: 18px;
            line-height: 27px;
            font-weight: bold;
            padding-top: 10px;
            padding-left: 15px;
        }

        .exhibitorDetailsWrapper .contactsWrapper .contactsContainer .contactsContent {
            padding-bottom: 10px;
        }

            .exhibitorDetailsWrapper .contactsWrapper .contactsContainer .contactsContent table {
                width: 100%;
            }

            .exhibitorDetailsWrapper .contactsWrapper .contactsContainer .contactsContent .profileImageWrapper {
                padding-left: 10px;
                width: 60px;
            }

                .exhibitorDetailsWrapper .contactsWrapper .contactsContainer .contactsContent .profileImageWrapper .profileImageContainer {
                    position: relative;
                    border-radius: 50%;
                    width: 60px;
                    height: 60px;
                    background-size: cover;
                    background-position: center center;
                    vertical-align: middle;
                }

                    .exhibitorDetailsWrapper .contactsWrapper .contactsContainer .contactsContent .profileImageWrapper .profileImageContainer .statusBadge {
                        width: 10px;
                        height: 10px;
                    }

            .exhibitorDetailsWrapper .contactsWrapper .contactsContainer .contactsContent .contactDetails {
                padding: 15px;
            }

                .exhibitorDetailsWrapper .contactsWrapper .contactsContainer .contactsContent .contactDetails .contactName {
                    font-size: 16px;
                    font-weight: 700;
                    color: rgb(88, 89, 91);
                    line-height: 17px;
                    display: block;
                }

                .exhibitorDetailsWrapper .contactsWrapper .contactsContainer .contactsContent .contactDetails .contactDesignation {
                    font-size: 11px;
                    color: rgb(119, 119, 136);
                }

            .exhibitorDetailsWrapper .contactsWrapper .contactsContainer .contactsContent .actionsContainer {
                width: 45px;
                text-align: center;
                position: relative;
            }

                .exhibitorDetailsWrapper .contactsWrapper .contactsContainer .contactsContent .actionsContainer a {
                    color: black;
                    font-size: 20px;
                }

                    .exhibitorDetailsWrapper .contactsWrapper .contactsContainer .contactsContent .actionsContainer a:hover {
                        color: #1e2f97;
                    }

                .exhibitorDetailsWrapper .contactsWrapper .contactsContainer .contactsContent .actionsContainer .actionsList {
                    display: block;
                    position: absolute;
                    width: auto;
                    white-space: nowrap;
                    top: 63px;
                    right: -45px;
                    background-color: white;
                    border-radius: 5px;
                    z-index: 1;
                }

                    .exhibitorDetailsWrapper .contactsWrapper .contactsContainer .contactsContent .actionsContainer .actionsList ul {
                        padding: 0;
                        margin: 0;
                        box-shadow: 0 0 10px rgb(0 0 0 / 8%), 0rem 1rem 0rem -1rem rgb(0 0 0 / 10%);
                    }

                        .exhibitorDetailsWrapper .contactsWrapper .contactsContainer .contactsContent .actionsContainer .actionsList ul li {
                            list-style: none;
                            padding: 5px 14px;
                            cursor: pointer;
                            text-align: left;
                        }

                            .exhibitorDetailsWrapper .contactsWrapper .contactsContainer .contactsContent .actionsContainer .actionsList ul li a {
                                font-size: 14px;
                                color: #000;
                            }

    .exhibitorDetailsWrapper .linksWrapper, .exhibitorDetailsWrapper .documentsWrapper,
    .exhibitorDetailsWrapper .productsWrapper,
    .exhibitorDetailsWrapper .sessionsWrapper {
        width: 100%;
        background-color: white;
        border: 1px solid rgb(221, 221, 221);
        margin-top: 20px;
        padding-bottom: 10px;
        border-radius: 3px;
    }

        .exhibitorDetailsWrapper .linksWrapper .contentHeading,
        .exhibitorDetailsWrapper .documentsWrapper .contentHeading,
        .exhibitorDetailsWrapper .productsWrapper .contentHeading,
        .sessionsWrapper .contentHeading {
            padding: 15px 20px;
        }

        .exhibitorDetailsWrapper .documentsWrapper .documentContainer {
            padding: 0 8px;
            padding-top: 0;
        }

        .exhibitorDetailsWrapper .productsWrapper .productContainer {
            padding: 0 12px;
            padding-top: 0;
        }

        .exhibitorDetailsWrapper .sessionsWrapper .sessionContainer {
            padding: 0 7px;
            padding-top: 0;
        }

        .exhibitorDetailsWrapper .documentsWrapper .documentUpload {
            padding: 5px 10px;
        }

            .exhibitorDetailsWrapper .documentsWrapper .documentUpload i {
                font-size: 47px;
            }

    .exhibitorDetailsWrapper .documentContainer a,
    .exhibitorDetailsWrapper .productContainer a,
    .exhibitorDetailsWrapper .sessionContainer a {
        color: black;
    }

    .exhibitorDetailsWrapper .productsWrapper .productImage img {
        width: 165px;
    }

    .exhibitorDetailsWrapper .documentsWrapper {
        padding-bottom: 11px;
    }

        .exhibitorDetailsWrapper .documentsWrapper .documentDetails,
        .exhibitorDetailsWrapper .productsWrapper .productDetails {
            padding-left: 15px;
        }

        .exhibitorDetailsWrapper .documentsWrapper .documentDetailsContainer,
        .exhibitorDetailsWrapper .productsWrapper .productDetailsContainer {
            margin-top: -7px;
            overflow: hidden;
        }

        .exhibitorDetailsWrapper .documentsWrapper .documentDetails .documentTitle,
        .exhibitorDetailsWrapper .productsWrapper .productDetails .productTitle,
        .exhibitorDetailsWrapper .sessionsWrapper .sessionDetails .sessionTitle {
            font-size: 18px;
            line-height: normal;
            display: block;
            margin-bottom: 5px;
        }

        .exhibitorDetailsWrapper .documentsWrapper .documentDescription,
        .exhibitorDetailsWrapper .sessionsWrapper .sessionDetails .sessionType {
            font-size: 13px;
            text-align: justify;
            padding-bottom: 10px;
            margin: 0px;
            line-height: normal;
        }

    .exhibitorDetailsWrapper .productDescription {
        font-size: 13px;
        line-height: 18px;
        margin-top: 0;
        /*margin-bottom: -8px;*/
        text-align: justify;
        padding-bottom: 10px;
    }

.productDescriptionTags {
    background-color: #f0f0f0;
    padding: 5px;
    margin: 5px 10px 0px 0px !important;
    border-radius: 4px;
    font-size: 12px;
    line-height: 19px;
    white-space: nowrap;
    display: inline-block;
}

.exhibitorDetailsWrapper .readMoreRow {
    cursor: pointer;
}

.exhibitorDetailsWrapper .backLinkContainer {
    padding-bottom: 10px;
}

    .exhibitorDetailsWrapper .backLinkContainer .returnToList {
        color: #000;
    }

        .exhibitorDetailsWrapper .backLinkContainer .returnToList:hover {
            color: #1e2f97;
        }

.exhibitorDetailsWrapper .documentWithLink .productWithLink {
    border: 2px solid white;
    padding: 4px;
    display: block;
}

    .exhibitorDetailsWrapper .documentWithLink .productWithLink:hover {
        cursor: pointer;
        border: 2px solid #1e2f97;
    }

.exhibitorDetailsWrapper .productContainer .productWithLink,
.exhibitorDetailsWrapper .productContainer .productNoLink {
    border: 2px solid white;
    padding: 4px;
    display: block;
}

    .exhibitorDetailsWrapper .productContainer .productWithLink:hover {
        cursor: pointer;
        border: 2px solid #1e2f97;
    }

.exhibitorDetailsWrapper .documentWithLink,
.exhibitorDetailsWrapper .sessionWithLink {
    border: 2px solid white;
    cursor: pointer;
}

.exhibitorDetailsWrapper .documentRow .box--fixed,
.exhibitorDetailsWrapper .productRow .box--fixed {
    width: 550px;
}

.exhibitorDetailsWrapper .documentRow .ellip,
.exhibitorDetailsWrapper .productRow .ellip {
    display: block;
    height: 100%;
}

.exhibitorDetailsWrapper .documentRow .ellip-line,
.exhibitorDetailsWrapper .productRow .ellip-line {
    display: inline-block;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
}

.exhibitorDetailsWrapper .documentRow .ellip,
.exhibitorDetailsWrapper .productRow .ellip,
.exhibitorDetailsWrapper .ellip-line {
    position: relative;
    overflow: hidden;
    max-width: 100%;
}

.exhibitorDetailsWrapper .linksWrapper {
    padding-bottom: 10px;
}

    .exhibitorDetailsWrapper .linksWrapper .linksContainer {
        padding: 0 9px;
    }

    .exhibitorDetailsWrapper .linksWrapper .linkInfoContainer {
        padding-top: 4px;
        padding-left: 20px;
        font-size: 16px;
        line-height: 20px;
        margin-top: -7px;
    }

        .exhibitorDetailsWrapper .linksWrapper .linkInfoContainer .linkLabel {
            font-size: 18px;
            color: black;
        }

        .exhibitorDetailsWrapper .linksWrapper .linkInfoContainer .linksUrl {
            font-size: 13px;
            color: black;
        }

    .exhibitorDetailsWrapper .linksWrapper .linkBorderContainer {
        border: 2px solid white;
        padding: 1px 8px 1px 8px;
    }

.exhibitorDetailsWrapper .sessionsWrapper .sessionDateTimes {
    font-size: 13px;
    font-weight: 600;
    color: rgb(86, 86, 116);
    line-height: 24px;
    padding-left: 8px;
}

.exhibitorDetailsWrapper .sessionsWrapper .sessionDetails {
    line-height: 0;
    padding-left: 10px;
}

    .exhibitorDetailsWrapper .sessionsWrapper .sessionDetails i {
        font-size: 11px;
        margin-right: 2px;
    }

    .exhibitorDetailsWrapper .sessionsWrapper .sessionDetails .sessionTitle {
        margin-top: -4px;
    }

.exhibitorDetailsWrapper .sessionWithLink {
    padding-top: 5px;
    padding-bottom: 15px;
}

.exhibitorDetailsWrapper .exhibitorNavigationButton,
.exhibitorDetailsWrapper .productNavigationButton {
    border-radius: 50%;
    width: 50px;
    background: yellow;
    border: 1px solid lightgray;
    position: fixed;
    top: 50%;
    padding-top: 14px;
    padding-bottom: 14px;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.5);
    cursor: pointer;
}

    .exhibitorDetailsWrapper .exhibitorNavigationButton.prev,
    .exhibitorDetailsWrapper .productNavigationButton.prev {
        left: 14.5%;
    }

    .exhibitorDetailsWrapper .exhibitorNavigationButton.next,
    .exhibitorDetailsWrapper .productNavigationButton.next {
        right: 13%;
    }

    .exhibitorDetailsWrapper .exhibitorNavigationButton i,
    .exhibitorDetailsWrapper .productNavigationButton i {
        font-size: 22px;
        color: #414a4c;
    }
/*#endregion*/

/*#region Exhibitor Directory Product Details */
.productDetailsGalleryContainer {
    width: 30%;
}

.productDetailsContainer {
    width: 100%;
}

.gallery-container {
    padding: 20px 20px 10px 20px;
    position: relative;
}

    .gallery-container .swiper {
        width: 320px;
        height: 320px;
        margin-bottom: 15px;
        border: 1px solid rgb(221, 221, 221);
        border-radius: 3px;
        position: relative;
        overflow: hidden;
        white-space: nowrap;
    }

        .gallery-container .swiper .images {
            min-width: 320px;
        }

            .gallery-container .swiper .images a {
                width: 320px;
                height: 320px;
                position: relative;
                display: inline-block;
            }

                .gallery-container .swiper .images a img {
                    max-width: 320px;
                    max-height: 320px;
                    display: inline-block;
                    border: none;
                    position: absolute;
                    top: 0;
                    right: 0;
                    bottom: 0;
                    left: 0;
                    margin: auto;
                }

    .gallery-container i {
        position: absolute;
        top: 40px;
        right: 40px;
        font-size: 20px;
        color: darkgrey;
        z-index: auto;
        cursor: pointer;
    }

    .gallery-container .previews {
        margin-left: -10px;
    }

        .gallery-container .previews a {
            width: 71px;
            height: 71px;
            display: inline-block;
            margin: 0 0 10px 10px;
            border: 1px solid rgb(221, 221, 221);
            border-radius: 3px;
            position: relative;
        }

            .gallery-container .previews a:hover,
            .gallery-container .previews a.active {
                border: 1px solid var(--activeLinkColor);
            }

            .gallery-container .previews a img {
                max-width: 71px;
                max-height: 71px;
                display: inline-block;
                border: none;
                position: absolute;
                top: 0;
                right: 0;
                bottom: 0;
                left: 0;
                margin: auto;
            }
/*#endregion*/

/*#region Exhibitor Directory Search*/

.ExhibitorDirectoryFilterSubContainer {
    max-height: 300px;
    overflow: auto;
}

.ExhibitorDirectoryCheckList {
    display: flex;
    flex-direction: column;
    padding-left: 2px;
}

    .ExhibitorDirectoryCheckList input[type="checkbox"] {
        margin-right: 8px;
        /*vertical-align: middle;
        display: inline;*/
    }

    .ExhibitorDirectoryCheckList label {
        /*display: inline;*/
        cursor: pointer;
        margin: 0;
        word-wrap: break-word;
        white-space: normal;
    }

    .ExhibitorDirectoryCheckList span {
        display: inline-block;
        width: 100%;
    }

    .ExhibitorDirectoryCheckList .checkbox-item {
        font-size: 13px;
        display: flex;
    }

    .ExhibitorDirectoryCheckList .hidden {
        display: none !important;
    }

.ExhibitorDirectoryLabel {
    padding-left: 4px;
}

.ExhibitorDirectoryHeader {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    cursor: pointer;
}

    .ExhibitorDirectoryHeader .icon {
        cursor: pointer;
        padding-right: 2px;
    }
/*#endregion*/

/*#region Exhibitor Directory Mobilization */
@media all and (max-width: 10000px) {
    .exhibitorListings .filterContainer .ms-parent {
        width: 100% !important;
    }
}

@media all and (max-width: 1198px) {
    .exhibitorListings .filterWrapper {
        width: 96%;
        position: relative;
        top: 0px;
        left: 0;
        padding: 0;
        z-index: 10;
        padding-bottom: 20px;
    }
}

@media all and (max-width: 960px) {
    /* .exhibitorListings .filterContainer input[type=text], 
    .exhibitorListings .filterContainer select {
        width: 95% !important;
    }*/
    /* .exhibitorListings .filterContainer .ms-drop {
        width: 100% !important;
        left: 0 !important;
    }*/
    .exhibitorListings .filterWrapper {
        margin-bottom: 0 !important;
    }
}

@media all and (max-width: 955px) {
    .exhibitorListings .tabsContainer .tab {
        width: 45%;
    }
}

/*@media all and (max-width: 1005px) {
    .section {
        max-width: 750px;
    }

    body {
        overflow-x: hidden;
    }
}*/

@media all and (max-width: 18300px) {
    .exhibitorDetailsWrapper .exhibitorNavigationButton.prev,
    .exhibitorDetailsWrapper .productNavigationButton.prev {
        left: 10%;
    }

    .exhibitorDetailsWrapper .exhibitorNavigationButton.next, .exhibitorDetailsWrapper .productNavigationButton.next {
        right: 10%;
    }
}

@media all and (max-width: 17000px) {
    .exhibitorDetailsWrapper .exhibitorNavigationButton.next,
    .exhibitorDetailsWrapper .productNavigationButton.next {
        right: 7%;
    }
}

@media all and (max-width: 16200px) {
    .exhibitorDetailsWrapper .exhibitorNavigationButton.prev,
    .exhibitorDetailsWrapper .productNavigationButton.prev {
        left: 6%;
    }
}

@media all and (max-width: 15800px) {
    .exhibitorDetailsWrapper .exhibitorNavigationButton.next,
    .exhibitorDetailsWrapper .productNavigationButton.next {
        right: 4%;
    }
}

@media all and (max-width: 15000px) {
    .exhibitorDetailsWrapper .exhibitorNavigationButton.prev,
    .exhibitorDetailsWrapper .productNavigationButton.prev {
        left: 4%;
    }
}

@media all and (max-width: 14800px) {
    .exhibitorDetailsWrapper .exhibitorNavigationButton.next,
    .exhibitorDetailsWrapper .productNavigationButton.next {
        right: 2%;
    }
}

@media all and (max-width: 1410px) {
    .exhibitorDetailsWrapper .exhibitorNavigationButton.prev,
    .exhibitorDetailsWrapper .productNavigationButton.prev {
        display: none !important;
    }

    .exhibitorDetailsWrapper .exhibitorNavigationButton.next,
    .exhibitorDetailsWrapper .productNavigationButton.next {
        display: none !important;
    }

    .exhibitorDetailsWrapper .exhibitorNavigationButton2.prev2,
    .exhibitorDetailsWrapper .productNavigationButton2.prev2 {
        display: inline-block !important;
    }

    .exhibitorDetailsWrapper .exhibitorNavigationButton2.next2,
    .exhibitorDetailsWrapper .productNavigationButton2.next2 {
        display: inline-block !important;
    }

    .exhibitorDetailsWrapper .exhibitorNavigationButtonSpacer,
    .exhibitorDetailsWrapper .productNavigationButtonSpacer {
        display: inline-block !important;
    }
}

@media all and (max-width: 1265px) {
    .exhibitorListings .tabsContainer .tab {
        width: 46%;
    }
}

@media screen and (max-width: 1255px) {
    .exhibitorListings .tabsContainer .tab {
        width: 45.8%;
    }
}

@media all and (max-width: 1005px) {
    .exhibitorListings .tile, .exhibitorDirectoryContainer .adWrapper {
        width: 45% !important;
    }

        .exhibitorListings .tile .tileContent > table,
        .exhibitorListings .tile .tileContent > table table {
            table-layout: fixed;
            width: 100%;
        }

        .exhibitorListings .tile .box--fixed {
            width: 100%;
        }

    .exhibitorListings .expandFilters {
        display: block;
        z-index: 0;
    }

    .exhibitorListings .filtersDetailsContainer {
        display: none;
    }

        .exhibitorListings .filtersDetailsContainer .filterContainer {
            border-top: none;
        }

    .exhibitorListings {
        grid-template-columns: minmax(1px, 1fr);
    }

        .exhibitorListings .tabsContainer .tab {
            width: 44.1%;
        }

        .exhibitorListings .filterWrapper {
            margin-top: 0;
            margin-bottom: 0;
            margin-left: 20px;
            width: 89.2%;
        }

            .exhibitorListings .filterWrapper .filterContainer {
                padding: 6px 9px;
            }

        .exhibitorListings .filterContainer {
            top: 0;
        }

        .exhibitorListings .filtersHeading {
            display: block !important;
            padding: 10px 15px;
            border-bottom: 1px solid rgb(221, 221, 221);
            font-size: 15px;
            font-weight: bold;
            /*font-family: 'Open Sans';*/
        }

        .exhibitorListings .closeFilters {
            float: right;
            font-size: 20px;
            color: darkgray;
            padding-top: 3px;
        }
}

@media all and (max-width: 1000px) {
    .exhibitorListings {
        gap: 0 !important;
    }
}

@media all and (max-width: 1005px) {
    .exhibitorListings .filtersDetailsContainer {
        width: 60%;
        height: 100%;
        max-width: 350px;
        position: absolute;
        margin-left: 0;
        background-color: white;
        border: 1px solid rgb(221, 221, 221);
    }

        .exhibitorListings .filtersDetailsContainer .filterContainer {
            border: none;
            width: 90%;
            font-size: 14px;
        }
}

@media all and (max-width: 700px) {
    .exhibitorListings .tabsContainer .tab {
        width: 44%;
    }

    .exhibitorListings .filterWrapper {
        width: 89.1%;
    }

    .mainFilterWrapper {
        padding: 0px;
        max-height: 80vh;
        border: none;
    }
}

@media all and (max-width: 600px) {

    .exhibitorDetailsWrapper .detailsWrapper .contentProfile {
        padding-top: 20px;
    }

    .exhibitorListings .tabsContainer .tab {
        width: 43.9%;
    }

    .productDetailsGalleryContainer .gallery-container .swiper {
        width: 100%;
    }

        .productDetailsGalleryContainer .gallery-container .swiper .images {
            min-width: 100%;
        }

            .productDetailsGalleryContainer .gallery-container .swiper .images a {
                width: 100%;
            }
}

@media all and (max-width: 535px) {
    .exhibitorListings .tabsContainer .tab {
        width: 43.8%;
    }
}

@media all and (max-width: 515px) {
    .exhibitorListings .tabsContainer .tab {
        width: 43.7%;
    }
}

@media all and (max-width: 465px) {
    .exhibitorListings .tabsContainer .tab {
        width: 43.6%;
    }

    .exhibitorListings .filterWrapper {
        width: 89%;
    }
}

@media all and (max-width: 440px) {
    .exhibitorListings .tabsContainer .tab {
        width: 43.5%;
    }
}

@media screen and (max-width: 400px) {
    .exhibitorListings .tile, .exhibitorDirectoryContainer .adWrapper {
        width: 90% !important;
    }

    .exhibitorListings .tabsContainer .tab {
        width: 88.5%;
    }

    .exhibitorListings .filterWrapper {
        width: 83.6%;
    }
}

@media screen and (max-width: 360px) {
    .exhibitorListings .filterWrapper {
        width: 83.3%;
    }
}

@media screen and (max-width: 330px) {
    .exhibitorListings .filterWrapper {
        width: 83%;
    }
}

@media screen and (max-width: 315px) {
    .exhibitorListings .filterWrapper {
        width: 82.3%;
    }
}

@media screen and (max-width: 290px) {
    .exhibitorListings .tabsContainer .tab {
        width: 88.3%;
    }

    .exhibitorListings .filterWrapper {
        width: 81.2%;
    }
}

@media screen and (max-width: 270px) {
    .exhibitorListings .filterWrapper {
        width: 80.3%;
    }
}
/*#endregion*/

/*#region My Event*/
.calendar-tabs {
    border-bottom: 2px solid #b2b2b2;
    margin-bottom: 15px;
    display: block;
}

    .calendar-tabs .tab-item {
        display: inline-block;
        background-color: #ffffff;
        min-width: 65px;
        text-align: center;
        font-weight: bold;
        color: #000000;
        cursor: pointer;
        border-top-left-radius: 5px !important;
        border-top-right-radius: 5px !important;
        padding: 7.5px !important;
        font-size: 14.5px !important;
        line-height: 1 !important;
        margin-right: 5px !important;
        border-top: 1px solid rgb(221, 221, 221) !important;
        border-right: 1px solid rgb(221, 221, 221) !important;
        border-left: 1px solid rgb(221, 221, 221) !important;
        margin-bottom: -2px !important;
        border-bottom: 2px solid #b2b2b2 !important;
    }

.myEventContainer .calendar-tabs .tab-item {
}

.calendar-tabs .tab-item:hover {
    color: #000 !important;
    background-color: #eaeaea !important;
}

.calendar-tabs .tab-item.selected-tab {
    color: var(--activeLinkColor) !important;
    border-bottom: solid 2px var(--activeLinkColor) !important;
}


.myEventContainer .calendar-tabs .disabledTab,
.myEventContainer .calendar-tabs .disabledTab:hover {
    min-width: 15px;
    color: gray !important;
    cursor: default;
    font-weight: normal;
    background-color: #eee !important;
}

.myEventContainer .calendar-dropdown {
    display: none;
}

.myEventContainer select {
    padding: 7px 8px;
    border: solid 1px #ddd;
    width: 93%;
}

.myEventContainer .filtersContainer {
    margin-bottom: 15px;
    padding: 7px 15px 14px 15px;
}

.myEventContainer .searchBox {
    width: 93%;
}

.myEventContainer #dowloadContacts,
.myEventContainer #dowloadCompanies {
    font-size: 15px;
    width: 100%;
    padding-top: 7px !important;
    padding-bottom: 7px !important;
    text-align: center;
    margin-top: 2px;
}

.navMenuContainer {
    padding: 0;
    margin-bottom: 15px;
}

    .navMenuContainer .navList {
        width: 100%;
        font-size: 15.5px;
    }

        .navMenuContainer .navList td {
            height: 40px;
        }

        .navMenuContainer .navList a {
            color: #000;
        }

        .navMenuContainer .navList .linkLayout {
            width: 100%;
            margin-left: -3px;
            margin-top: -3px;
        }

            .navMenuContainer .navList .linkLayout td {
                padding-top: 3px;
            }

            .navMenuContainer .navList .linkLayout .icon {
                width: 42px;
                text-align: center;
                padding-left: 3px;
            }

            .navMenuContainer .navList .linkLayout .arrow {
                width: 20px;
                text-align: center;
            }

        .navMenuContainer .navList .selected {
            color: #1e2f97;
        }

            .navMenuContainer .navList .selected .linkLayout {
                border-left: 3px solid #1e2f97;
            }

        .navMenuContainer .navList .liveRow {
            display: none;
        }

            .navMenuContainer .navList .liveRow a {
                color: red;
                font-weight: bold;
            }

                .navMenuContainer .navList .liveRow a td:not(.arrow) {
                    -webkit-animation: glow .85s infinite alternate;
                }

            .navMenuContainer .navList .liveRow .selected {
                color: red;
            }

                .navMenuContainer .navList .liveRow .selected .linkLayout {
                    border-left: 3px solid red;
                }

.myEventContainer .results, .divSessionCalendar {
    padding: 15px 20px 15px 20px;
}

    .myEventContainer .results .dateHeadingTemplate {
        display: none;
    }

    .myEventContainer .results .dateHeading, .titleBlock {
        font-size: 16px;
        font-weight: bold;
        margin-bottom: 10px !important;
        line-height: 21px !important;
    }

        .myEventContainer .results .dateHeading .timezone {
            margin-left: 5px;
        }

    .myEventContainer .results .rowTemplate {
        display: none;
    }

    .myEventContainer .results .row, .SessionContainer, .SessionContainerSpeaker {
        margin-top: -3px;
        margin-bottom: 10px;
        width: 100%;
        border: 2px solid white;
        border-left: 0;
    }

        .myEventContainer .results .row .timesContainer {
            font-size: 14px;
            width: 145px;
            padding-top: 4px;
        }

        .myEventContainer .results .row .thumbnailContainer, .sessionThumbnailContainer {
            width: 285px;
            padding-top: 4px;
            padding-right: 17px;
            text-align: center;
            position: relative;
        }

            .myEventContainer .results .row .thumbnailContainer .thumbnail, .imgSessionBanner {
                display: block;
                height: auto;
                max-width: 240px;
                margin: 0 auto;
                border: 4px solid white !important;
            }

            .myEventContainer .results .row .thumbnailContainer .roundedAvatar {
                border-radius: 50%;
                max-width: 180px;
            }

        .myEventContainer .results .row .detailsContainer {
            padding-top: 5px;
        }

        .myEventContainer .results .row:not(:last-child) .detailsContainer, .sessionDetailsListContainer {
            padding-bottom: 20px;
            border-bottom: 1px solid rgb(221, 221, 221);
        }

.sessionDetailsListContainer {
    padding-top: 5px;
    padding-right: 7px;
}

.myEventContainer .results .row .timesContainer .endTime {
    margin-top: -4px;
}

.myEventContainer .results .row .title {
    font-size: 16px;
    font-weight: bold;
    line-height: 21px;
    margin-right: 4px;
}

    .myEventContainer .results .row .title:hover {
        color: black !important;
        cursor: default !important;
    }

.myEventContainer .results .row .liveTag, .sessionListLiveTag {
    font-size: 12px;
    font-weight: bold;
    background-color: #fb1214;
    color: white;
    padding: 2px 10px 2px 10px;
    font-family: Arial;
    border-radius: 2px;
    letter-spacing: 0.5px;
    display: none;
}

.myEventContainer .results .row .startingSoonTag {
    font-size: 12px;
    font-weight: bold;
    background-color: #edbb38;
    color: white;
    padding: 2px 10px 2px 10px;
    font-family: Arial;
    border-radius: 2px;
    letter-spacing: 0.5px;
    display: none;
}

.myEventContainer .results .row .description {
    font-size: 14px;
    padding-top: 2px;
    padding-bottom: 5px;
    max-height: 225px;
    overflow: hidden;
    transition: max-height 0.15s ease-out;
}

    .myEventContainer .results .row .description.expand {
        max-height: 5000px !important;
        transition: max-height 0.35s ease-in-out;
    }

.myEventContainer .results .row .readMoreContainer {
    position: relative;
    width: 100%;
    height: 25px;
    text-align: center;
    background-image: linear-gradient(to bottom, transparent, white);
    margin-top: -74px;
    padding-top: 63px;
    display: none;
}

    .myEventContainer .results .row .readMoreContainer.expand {
        display: none !important;
    }

    .myEventContainer .results .row .readMoreContainer .readMoreLink {
        color: #000;
        font-weight: bold;
        font-size: 16px;
    }

.myEventContainer .results .row .time,
.myEventContainer .results .row .type,
.myEventContainer .results .row .venue,
.myEventContainer .results .row .date,
.SessionIconBlock {
    font-size: 14px;
    padding-top: 5px;
    line-height: 10px;
    margin-bottom: 15px;
}

.SessionIconBlock {
    line-height: 15px;
}

.myEventContainer .results .row .time:before {
    font-family: FontAwesomeSolid;
    content: "\f017 \00a0";
    padding-right: 4px;
}

.myEventContainer .results .row .date:before {
    font-family: FontAwesomeRegular;
    content: "\f073 \00a0";
    padding-right: 4px;
}

.myEventContainer .results .row .venue:before,
.myEventContainer .results .row .type:before {
    font-family: FontAwesomeSolid;
    content: "\f279";
    padding-right: 4px;
}

.myEventContainer .results .row .Broadcast:before {
    font-family: FontAwesomeSolid;
    content: "\f0a1";
    padding-right: 4px;
}

.myEventContainer .results .row .External:before {
    font-family: FontAwesomeSolid;
    content: "\f0c1";
    padding-right: 4px;
}

.myEventContainer .results .row .Session:before {
    font-family: FontAwesomeSolid;
    content: "\f1b3";
    padding-right: 4px;
}

.myEventContainer .results .row .VirtualMeeting:before {
    font-family: FontAwesomeSolid;
    content: "\f2b5";
    padding-right: 4px;
}

.myEventContainer .results .row .DropinExhibitorMeeting:before,
.myEventContainer .results .row .Exhibit:before {
    font-family: FontAwesomeSolid;
    content: "\f542";
    padding-right: 4px;
}

.myEventContainer .results .row .Session {
    padding-bottom: 0;
}

.myEventContainer .results .row .VirtualSession:before,
.myEventContainer .results .row .VirtualSpeedNetworking:before,
.myEventContainer .results .row .Virtual:before {
    font-family: FontAwesomeSolid;
    content: "\f1eb";
    padding-right: 4px;
}

.myEventContainer .results .row .contributorContainer {
    font-size: 14px;
}

    .myEventContainer .results .row .contributorContainer .contributerTemplate {
        display: none;
    }

    .myEventContainer .results .row .contributorContainer .contributor {
        margin-top: -4px;
    }

        .myEventContainer .results .row .contributorContainer .contributor i {
            padding-right: 4px;
        }

.myEventContainer .results .row .topicTemplate, .myEventContainer .results .contactRow .typeTemplate, .myEventContainer .results .companyRow .typeTemplate {
    display: none;
}

.myEventContainer .results .row .topic, .topicsContainer {
    float: left;
    padding: 5px 5px;
    margin-right: 10px;
    font-size: 14px;
    margin-bottom: 5px;
    cursor: pointer;
}

.topicsContainer {
    width: 100%;
}

.myEventContainer .results .contactRow .type, .myEventContainer .results .companyRow .type {
    margin-top: 8px;
    background-color: #f1f1f1;
    float: left;
    padding: 4px 8px;
    margin-right: 10px;
    font-size: 12px;
    line-height: 19px;
    border-radius: 3px;
}

.myEventContainer .results .row .attendeeTemplate {
    display: none;
}

.myEventContainer .results .row .attendee {
    font-size: 15px;
    margin-top: -4px;
}

    .myEventContainer .results .row .attendee i {
        padding-right: 4px;
    }

.myEventContainer .results .row .actionsContainer {
    font-size: 14px;
    padding-top: 10px;
}

.myEventContainer .results .row:not(:last-child) .actionsContainer {
    border-bottom: 1px solid rgb(221, 221, 221);
}

.myEventContainer .results .row .actionsContainer a, .SessionListViewDetailsButton {
    color: #000;
    border: 1px solid #000;
    border-radius: 3px;
    padding: 5px 14px 5px 14px;
    display: none;
    margin-left: 7px;
    font-size: 14px;
    line-height: 26px;
}

.SessionListViewDetailsButton {
    display: inline;
}

.myEventContainer .results .row .actionsContainer a:hover {
    color: #1e2f97;
    border: 1px solid #1e2f97;
}

.myEventContainer .results .row .unbookSession {
    font-size: 24px;
}

    .myEventContainer .results .row .unbookSession i {
        margin-right: 1px;
    }

.myEventContainer .results .row .actionsContainer .liveButton {
    background-color: #fb1214;
    color: white;
    border: 1px solid #fb1214;
    border-radius: 3px;
    padding: 8px 10px;
    /*-webkit-animation: glow .85s infinite alternate;*/
    -webkit-animation: glowing 1500ms infinite;
    -moz-animation: glowing 1500ms infinite;
    -o-animation: glowing 1500ms infinite;
    animation: glowing 1500ms infinite;
}

    .myEventContainer .results .row .actionsContainer .liveButton:hover {
        color: white;
        border: 1px solid #fb1214;
    }

.liveButton {
    background-color: #fb1214;
    color: white !important;
    border: 1px solid #fb1214;
    border-radius: 3px;
    padding: 5px 10px 5px 10px;
    /*-webkit-animation: glow .85s infinite alternate;*/
    -webkit-animation: glowing 1500ms infinite;
    -moz-animation: glowing 1500ms infinite;
    -o-animation: glowing 1500ms infinite;
    animation: glowing 1500ms infinite;
}

    .liveButton:hover {
        color: white;
        border: 1px solid #fb1214;
    }

.myEventContainer .results .loadingContainer {
    width: 100%;
    height: 100%;
}

    .myEventContainer .results .loadingContainer td {
        text-align: center;
    }

        .myEventContainer .results .loadingContainer td img {
            width: 100px;
        }

.myEventContainer .results .noResultsContainer {
    width: 100%;
    height: 100%;
    font-size: 19px;
    display: none;
}

    .myEventContainer .results .noResultsContainer td {
        text-align: center;
    }

.myEventContainer .calendar-tabs, .myEventContainer .calendar-tabs .tabTemplate {
    display: none;
}

.myEventContainer .results .companyRowTemplate {
    display: none;
}

.myEventContainer .results .companyRow {
    width: 88%;
    margin-top: 15px;
    margin-bottom: 15px;
    margin-left: 20px;
}

    .myEventContainer .results .companyRow .companyLogoWrapper {
        width: 205px;
    }

        .myEventContainer .results .companyRow .companyLogoWrapper .companyLogoContainer {
            background-color: white;
            border: 1px solid rgb(221, 221, 221);
            border-radius: 3px;
            width: 205px;
            height: 105px;
            display: flex;
        }

            .myEventContainer .results .companyRow .companyLogoWrapper .companyLogoContainer .companyLogo {
                margin: auto;
                max-width: 100%;
                max-height: 100%;
            }

    .myEventContainer .results .companyRow .detailsContainer {
        padding: 0 10px 0 27px;
    }

        .myEventContainer .results .companyRow .detailsContainer .companyName {
            font-size: 19px;
            font-weight: bold;
            margin-bottom: 5px;
            cursor: pointer;
            line-height: 21px;
        }

            .myEventContainer .results .companyRow .detailsContainer .companyName:hover {
                color: black !important;
                cursor: default;
            }

        .myEventContainer .results .companyRow .detailsContainer .companyProfile {
            font-size: 13px;
            line-height: 16px;
            overflow: hidden;
            max-height: 80px;
        }

            .myEventContainer .results .companyRow .detailsContainer .companyProfile .ellip {
                position: relative;
                overflow: hidden;
                max-width: 100%;
                display: block;
                height: 100%;
            }

            .myEventContainer .results .companyRow .detailsContainer .companyProfile .ellip-line {
                display: inline-block;
                text-overflow: ellipsis;
                white-space: nowrap;
                word-wrap: normal;
                position: relative;
                overflow: hidden;
                max-width: 100%;
            }

        .myEventContainer .results .companyRow .detailsContainer .box--fixed {
            width: 495px;
        }

    .myEventContainer .results .companyRow .actionsWrapper {
        padding-top: 11px;
        clear: both;
    }

        .myEventContainer .results .companyRow .actionsWrapper .actionsContainer {
            font-size: 14px;
        }

            .myEventContainer .results .companyRow .actionsWrapper .actionsContainer .removeLink, .myEventContainer .results .companyRow .actionsWrapper .actionsContainer .viewDetails, .myEventContainer .results .companyRow .actionsWrapper .actionsContainer .notes {
                color: #000;
                border: 1px solid #000;
                border-radius: 3px;
                padding: 4px 10px 4px 10px;
                display: inline;
                width: 115px;
                margin-right: 5px;
                margin-bottom: 6px;
            }

                .myEventContainer .results .companyRow .actionsWrapper .actionsContainer .removeLink:hover, .myEventContainer .results .companyRow .actionsWrapper .actionsContainer .viewDetails:hover, .myEventContainer .results .companyRow .actionsWrapper .actionsContainer .notes:hover {
                    color: var(--primaryButtonColor);
                    border: 1px solid var(--primaryButtonColor);
                }

.myEventContainer .results .productRowTemplate {
    display: none;
}

.myEventContainer .results .productRow {
    width: 88%;
    margin-top: 15px;
    margin-bottom: 15px;
    margin-left: 20px;
}

    .myEventContainer .results .productRow .productLogoWrapper {
        width: 205px;
    }

        .myEventContainer .results .productRow .productLogoWrapper .productLogoContainer {
            background-color: white;
            border: 1px solid rgb(221, 221, 221);
            border-radius: 3px;
            width: 205px;
            height: 105px;
            display: flex;
        }

            .myEventContainer .results .productRow .productLogoWrapper .productLogoContainer .productImage {
                margin: auto;
                max-width: 100%;
                max-height: 100%;
            }

    .myEventContainer .results .productRow .detailsContainer {
        padding: 0 10px 0 27px;
    }

        .myEventContainer .results .productRow .detailsContainer .productName {
            font-size: 19px;
            font-weight: bold;
            margin-bottom: 2px;
            cursor: pointer;
        }

            .myEventContainer .results .productRow .detailsContainer .productName:hover {
                color: black !important;
                cursor: default !important;
            }

        .myEventContainer .results .productRow .detailsContainer .productDescription {
            font-size: 13px;
            line-height: 16px;
            overflow: hidden;
            max-height: 80px;
        }

            .myEventContainer .results .productRow .detailsContainer .productDescription .ellip {
                position: relative;
                overflow: hidden;
                max-width: 100%;
                display: block;
                height: 100%;
            }

            .myEventContainer .results .productRow .detailsContainer .productDescription .ellip-line {
                display: inline-block;
                text-overflow: ellipsis;
                white-space: nowrap;
                word-wrap: normal;
                position: relative;
                overflow: hidden;
                max-width: 100%;
            }

        .myEventContainer .results .productRow .detailsContainer .box--fixed {
            width: 495px;
        }

    .myEventContainer .results .productRow .actionsWrapper {
        width: 100px;
    }

        .myEventContainer .results .productRow .actionsWrapper .actionsContainer {
            font-size: 14px;
            width: 100px;
        }

            .myEventContainer .results .productRow .actionsWrapper .actionsContainer .removeLink, .myEventContainer .results .productRow .actionsWrapper .actionsContainer .viewDetails {
                color: #000;
                border: 1px solid #000;
                border-radius: 3px;
                padding: 0px 10px 0px 10px;
                display: block;
                width: 98px;
                margin-bottom: 6px;
            }

                .myEventContainer .results .productRow .actionsWrapper .actionsContainer .removeLink:hover, .myEventContainer .results .productRow .actionsWrapper .actionsContainer .viewDetails:hover {
                    color: #edbb38;
                    border: 1px solid #edbb38;
                }

.myEventContainer .results .contactRowTemplate {
    display: none;
}

.myEventContainer .results .focusRow {
    color: var(--activeLinkColor);
}

.myEventContainer .results .contactRow {
    margin-top: 15px;
    margin-bottom: 15px;
    margin-left: 20px;
    width: 100%;
}

    .myEventContainer .results .contactRow .profileImageWrapper {
        width: 94px;
    }

        .myEventContainer .results .contactRow .profileImageWrapper .profileImageContainer {
            position: relative;
            border-radius: 50%;
            width: 90px;
            height: 90px;
            background-size: cover;
            background-position: center center;
            vertical-align: middle;
            border: solid 2px #edbb37 !important;
        }

    .myEventContainer .results .contactRow .detailsContainer {
        padding-left: 27px;
        padding-top: 3px;
    }

        .myEventContainer .results .contactRow .detailsContainer .contactName {
            font-size: 20px;
            margin-bottom: 4px;
            line-height: 1;
        }

        .myEventContainer .results .contactRow .detailsContainer .subTitle {
            font-size: 13px;
            line-height: 15px;
        }

        .myEventContainer .results .contactRow .detailsContainer .profile {
            font-size: 13px;
            line-height: 16px;
            margin-top: 11px;
        }

    .myEventContainer .results .contactRow .actionsContainer {
        clear: both;
        padding-top: 13px;
    }

        .myEventContainer .results .contactRow .actionsContainer a {
            font-size: 14px;
            color: #000;
            border: 1px solid #000;
            border-radius: 3px;
            padding: 4px 10px 4px 10px;
            margin-right: 5px;
            margin-bottom: 6px;
            width: 115px;
        }

            .myEventContainer .results .contactRow .actionsContainer a:hover {
                font-size: 14px;
                color: #edbb37;
                border: 1px solid #edbb37;
                border-radius: 3px;
                padding: 4px 10px 4px 10px;
            }

.myEventContainer .results .row .thumbnailContainer .thumbnail {
    background-size: cover;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-position: center;
}

.myEventContainer .results .row .thumbnailContainer .thumbnailTemplate {
    width: 100%;
    height: 130px;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 0;
}

.myEventContainer .results .row .thumbnailContainer .oneProfile {
    height: 120px;
    width: 120px;
}

.myEventContainer .results .row .thumbnailContainer .multiProfile {
    position: relative;
    width: 90px;
    height: 90px;
}

@media screen and (max-width: 1050px) {
    .myEventContainer .results .row .thumbnailContainer, .sessionThumbnailContainer {
        width: 45%;
    }
}

@media screen and (max-width: 955px) {
    .myEventContainer .results {
        margin-top: 12px;
    }
}

@media screen and (max-width: 600px) {
    .myEventContainer .results .row .thumbnailContainer, .sessionThumbnailContainer {
        display: block;
        width: 80%;
    }

        .myEventContainer .results .row .thumbnailContainer .thumbnail, .imgSessionBanner {
            max-width: 100%;
            max-height: 100%;
        }

    .myEventContainer .results .row .detailsContainer {
        display: block;
    }

    .myEventContainer .results .contactRow .profileImageWrapper {
        display: block;
        width: 100%;
    }

    .myEventContainer .results .contactRow .detailsContainer {
        display: block;
        padding-left: 0;
        padding-top: 10px;
    }

    .myEventContainer .results .contactRow .actionsContainer {
        display: block;
        text-align: center;
        padding-left: 0;
        padding-top: 17px;
        width: 100%;
    }

    .myEventContainer .results .contactRow {
        width: 90%;
    }

    .myEventContainer .results .companyRow .companyLogoWrapper {
        display: block;
        width: 100%;
    }

        .myEventContainer .results .companyRow .companyLogoWrapper .companyLogoContainer {
            width: 100%;
        }

    .myEventContainer .results .companyRow .detailsContainer {
        display: block;
        padding: 12px 5px !important;
    }

    .myEventContainer .results .companyRow .actionsWrapper {
        display: block;
        width: 100%;
    }

        .myEventContainer .results .companyRow .actionsWrapper .actionsContainer {
            margin: 0 auto;
        }

    .myEventContainer .results .productRow .productLogoWrapper {
        display: block;
        width: 100%;
    }

        .myEventContainer .results .productRow .productLogoWrapper .productLogoContainer {
            width: 100%;
        }

    .myEventContainer .results .productRow .detailsContainer {
        display: block;
        padding: 12px 5px !important;
    }

    .myEventContainer .results .productRow .actionsWrapper {
        display: block;
        width: 100%;
    }

        .myEventContainer .results .productRow .actionsWrapper .actionsContainer {
            margin: 0 auto;
        }

    .myEventContainer .calendar-tabs {
        display: none !important;
    }

    .myEventContainer .calendar-dropdown {
        display: block;
    }

    .myEventContainer .results .companyRow .detailsContainer .companyName {
        text-align: center;
    }

    .myEventContainer .results .productRow .detailsContainer .productName {
        text-align: center;
    }

    .myEventContainer .results .contactRow .profileImageWrapper .profileImageContainer {
        margin: 0 auto;
    }

    .myEventContainer .results .contactRow .detailsContainer .contactName {
        text-align: center;
    }

        .myEventContainer .results .contactRow .detailsContainer .contactName:hover {
            color: black !important;
            cursor: default !important;
        }

    .exhibitorDetailsWrapper .detailsWrapper .contentHeader > table > tbody > tr > td {
        display: block;
        width: 100% !important;
    }

    .exhibitorDetailsWrapper .detailsWrapper .contentHeader .companyNameContainer {
        padding-left: 3px;
    }

    .exhibitorDetailsWrapper .detailsWrapper .contentHeader > table > tbody > tr > td:last-child {
        margin-top: -60px;
    }

    .exhibitorDetailsWrapper .detailsWrapper .contentHeader .companyLogoContainer {
        width: 100%;
    }

    .exhibitorDetailsWrapper .backLinkContainer {
        padding-bottom: 20px;
    }

    .exhibitorDetailsWrapper .singleColumnLayout, .exhibitorDetailsWrapper .twoColumnLayout, .exhibitorDetailsWrapper .threeColumnLayout {
        grid-gap: 24px;
    }

    .productDetailsGalleryContainer, .productDetailsContainer {
        display: block;
        width: 100%;
    }

    .myEventContainer .results .row:not(:last-child) .actionsContainer {
        text-align: center !important;
    }
}

@media screen and (max-width: 325px) {
    .myEventContainer .results .row .actionsContainer a, .myEventContainer .results .row .actionsContainer .liveButton {
        padding: 5px;
        font-size: 13px;
        white-space: nowrap;
    }
}

@-webkit-keyframes glow {
    to {
        text-shadow: 0 0 4px #ff3232;
    }
}

@-webkit-keyframes glowing {
    0% {
        background-color: #fb1214;
        -webkit-box-shadow: 0 0 3px #fb1214;
    }

    50% {
        background-color: #fb1214;
        -webkit-box-shadow: 0 0 6px #fb1214;
    }

    100% {
        background-color: #fb1214;
        -webkit-box-shadow: 0 0 1px #fb1214;
    }
}

@-moz-keyframes glowing {
    0% {
        background-color: #fb1214;
        -moz-box-shadow: 0 0 3px #fb1214;
    }

    50% {
        background-color: #fb1214;
        -moz-box-shadow: 0 0 6px #fb1214;
    }

    100% {
        background-color: #fb1214;
        -moz-box-shadow: 0 0 1px #fb1214;
    }
}

@-o-keyframes glowing {
    0% {
        background-color: #fb1214;
        box-shadow: 0 0 3px #fb1214;
    }

    50% {
        background-color: #fb1214;
        box-shadow: 0 0 6px #fb1214;
    }

    100% {
        background-color: #fb1214;
        box-shadow: 0 0 1px #fb1214;
    }
}

@keyframes glowing {
    0% {
        background-color: #fb1214;
        box-shadow: 0 0 3px #fb1214;
    }

    50% {
        background-color: #fb1214;
        box-shadow: 0 0 6px #fb1214;
    }

    100% {
        background-color: #fb1214;
        box-shadow: 0 0 1px #fb1214;
    }
}

.notesWrapper .button {
    white-space: normal;
}

.notesWrapper .noteForm input[type=text], .notesWrapper .noteForm textarea {
    width: 100%;
}

.notesWrapper .noteForm textarea {
    height: 265px;
}

.notesWrapper .noteForm .saveNote {
    margin-right: -20px;
}

.notesWrapper .notesListwrapper {
    width: 220px;
}

.notesWrapper .notesListContainer {
    height: 350px;
    width: 100%;
    border: solid 1px #ddd;
    border-radius: 5px;
    margin-bottom: 10px;
    overflow-y: scroll;
}

    .notesWrapper .notesListContainer .notesSearchContainer {
        overflow: hidden;
        position: sticky;
        top: 0;
    }

        .notesWrapper .notesListContainer .notesSearchContainer input {
            width: 94%;
            padding: 8px;
        }

    .notesWrapper .notesListContainer .noteRow {
        padding: 5px 10px 5px 10px;
        color: #454545;
        cursor: pointer;
    }

        .notesWrapper .notesListContainer .noteRow:hover {
            background: #cdcdcd !important;
        }

    .notesWrapper .notesListContainer .noteActiveRow {
        border-left: 3px solid var(--activeLinkColor);
    }

    .notesWrapper .notesListContainer .noteRow:nth-child(even) {
        background: #f1f1f1;
    }

    .notesWrapper .notesListContainer .noteRow .title {
        display: block;
        line-height: 21px;
        font-size: 15px;
    }

    .notesWrapper .notesListContainer .noteRow .modified {
        display: block;
        font-size: 10px;
    }

.notesWrapper .notesListwrapper .btnAddNote {
    width: 100%;
}

.notesWrapper .noteFormWrapper {
    padding-left: 20px;
    width: 350px;
}

    .notesWrapper .noteFormWrapper > table {
        width: 100%;
    }

.notesWrapper .notesListContainer .noResultsContainer {
    text-align: center;
    padding: 10px;
    color: #bebebe;
    font-size: 14px;
}

.notesWrapper .noteRowTemplate {
    display: none;
}
/*#endregion My Event*/

/*#region qTip*/
.qtip-borderTop,
.qtip-borderBottom {
    height: 0 !important;
}
/*#endregion qTip*/

/*#region Filter Counter*/
.filterCounter {
    position: relative !important;
    font-size: 2em !important;
    line-height: 1em;
    color: grey !important;
    cursor: pointer !important;
    display: none;
}

    .filterCounter .fa-comment {
        position: absolute;
        font-size: 20px;
        top: 0;
        color: red;
        right: -15px;
    }

    .filterCounter .num {
        position: absolute;
        font-size: 10px;
        top: -5px;
        color: #fff;
        right: -8px;
    }
/*#endregion Filter Counter*/

/*#region Messe Frankfurt*/
.messe-frankfurt {
    display: none;
}

    .messe-frankfurt .logo {
        display: flex;
        height: 60px;
        width: 60px;
        padding: 15px;
        box-sizing: border-box;
        background: #fff;
    }

        .messe-frankfurt .logo .img {
            background: url('../images/messe-frankfurt/messefrankfurt-small.svg') no-repeat center center #fff;
            width: 30px;
            height: 30px;
        }

    .messe-frankfurt .wordmark {
        background: url('../images/messe-frankfurt/MF_Wortmarke_150x74_ohneRand.svg') no-repeat center center;
        align-items: center;
        display: none;
        margin-left: 10px;
        height: 60px;
        width: 150px;
    }

@media screen and (min-width: 768px) {
    .messe-frankfurt .wordmark {
        display: flex;
    }
}
/*#endregion*/

/*#region Chatbox*/
.chatbox {
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.25);
    bottom: 0;
    position: fixed;
    right: 1em;
    transition: all 300ms ease;
    width: 380px;
    bottom: -600px;
    border-top-left-radius: 1em;
    border-top-right-radius: 1em;
    z-index: 2;
}

    .chatbox .chatContainer {
        position: relative;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        width: 380px;
        height: 570px;
        z-index: 2;
        box-sizing: border-box;
        background: white;
        box-shadow: 0 0 8rem 0 rgba(black, 0.1), 0rem 2rem 4rem -3rem rgba(black, 0.5);
        border-top-left-radius: 1em;
        border-top-right-radius: 1em;
    }

        .chatbox .chatContainer .chatboxHeader {
            flex-basis: 3.5rem;
            flex-shrink: 0;
            margin: 7px;
            box-sizing: border-box;
            position: relative;
            padding-left: 72px;
            height: 4.5rem;
            display: flex;
            flex-direction: column;
            justify-content: center;
        }

            .chatbox .chatContainer .chatboxHeader .profilePic {
                width: 55px;
                height: 55px;
                background-size: cover;
                background-position: center;
                border-radius: 50%;
                position: absolute;
                top: 0;
                left: 5px;
                border: solid 2px var(--profilePicBorderColor);
            }

            .chatbox .chatContainer .chatboxHeader .name {
                font-weight: 500;
                font-size: 18px;
                line-height: 19px;
                margin-top: -3px;
                max-width: 200px;
                overflow: hidden;
                white-space: nowrap;
            }

            .chatbox .chatContainer .chatboxHeader .status {
                font-size: 14px;
                color: #999;
                line-height: 23px;
            }

        .chatbox .chatContainer .userBlockedRibbon {
            position: absolute;
            width: 100%;
            top: 70px;
            background-color: red;
            color: white;
            text-align: center;
            font-size: 13px;
            padding-top: 1px;
        }

        .chatbox .chatContainer .messages {
            padding: 1rem;
            background: #F7F7F7;
            flex-shrink: 2;
            overflow-y: auto;
            box-shadow: inset 0 2rem 2rem -2rem rgb(0 0 0 / 5%), inset 0 -2rem 2rem -2rem rgb(0 0 0 / 5%);
            min-height: 411px;
        }

            .chatbox .chatContainer .messages .template {
                display: none;
            }

            .chatbox .chatContainer .messages > .timestamp {
                font-size: 12px;
                background: #EEE;
                padding: 4px 16px;
                border-radius: 2rem;
                color: #666;
                width: fit-content;
                margin: 0 auto;
            }

            .chatbox .chatContainer .messages .message {
                margin: 11px 0 11px 0;
            }

                .chatbox .chatContainer .messages .message .messageLayout {
                    width: 100%;
                }

                    .chatbox .chatContainer .messages .message .messageLayout td:first-child {
                        width: 40px;
                        padding-right: 10px;
                    }

                    .chatbox .chatContainer .messages .message .messageLayout .profilePic {
                        border: solid 2px var(--profilePicBorderColor);
                        background-color: #f8f8f8;
                        vertical-align: middle;
                        border-radius: 50%;
                        width: 35px;
                        height: 35px;
                        background-size: cover;
                        background-position: center center;
                        display: inline-block;
                    }

                .chatbox .chatContainer .messages .message.sent .messageLayout .profilePic {
                    display: none;
                }

                .chatbox .chatContainer .messages .message .messageLayout .body {
                    box-sizing: border-box;
                    padding: 8px 14px;
                    background: #FFF;
                    border-radius: 11px 11px 11px 0;
                    min-height: 2.25rem;
                    width: fit-content;
                    max-width: 66%;
                    box-shadow: 0 0 10px rgb(0 0 0 / 8%), 0rem 1rem 0rem -1rem rgb(0 0 0 / 10%);
                    line-height: 19px;
                    font-size: 15px;
                    color: #999;
                    display: inline-block;
                    word-wrap: break-word;
                    max-width: 225px;
                }

                    .chatbox .chatContainer .messages .message .messageLayout .body a {
                        color: #999;
                        text-decoration: underline;
                    }

                .chatbox .chatContainer .messages .message.sent .messageLayout .body {
                    margin: 0 0 0 auto;
                    border-radius: 11px 11px 0 11px;
                    background: var(--chatboxPrimaryColor);
                    color: white;
                    display: block;
                }

                    .chatbox .chatContainer .messages .message.sent .messageLayout .body a {
                        color: white;
                        text-decoration: underline;
                    }

                .chatbox .chatContainer .messages .message .messageLayout .timestamp {
                    color: #999;
                    font-size: 11px;
                    margin: 3px 0 0;
                }

                .chatbox .chatContainer .messages .message.sent .messageLayout .timestamp {
                    text-align: right;
                }

        .chatbox .chatContainer .footer {
            box-sizing: border-box;
            flex-basis: 55px;
            flex-shrink: 0;
            display: flex;
            align-items: center;
            padding: 0 0px 0 12px;
        }

            .chatbox .chatContainer .footer .newMsgContainer {
                position: relative;
            }

                .chatbox .chatContainer .footer .newMsgContainer .newMessageBox {
                    border: none;
                    background-image: none;
                    background-color: #f2f2f2 !important;
                    padding: 7px 16px;
                    margin-right: 1rem;
                    border-radius: 1.125rem;
                    flex-grow: 2;
                    font-family: Red hat Display, sans-serif;
                    font-weight: 400;
                    letter-spacing: 0.025em;
                    width: 253px;
                    min-height: 28px;
                    padding-right: 45px;
                }

                    .chatbox .chatContainer .footer .newMsgContainer .newMessageBox:disabled {
                        background-color: #f7f7f7 !important;
                        cursor: not-allowed !important;
                    }

                    .chatbox .chatContainer .footer .newMsgContainer .newMessageBox::placeholder {
                        color: #999;
                    }

                    .chatbox .chatContainer .footer .newMsgContainer .newMessageBox:focus {
                        box-shadow: none;
                    }

                .chatbox .chatContainer .footer .newMsgContainer .newMessageBoxRequired {
                    box-shadow: 0 0 5px red;
                }

                .chatbox .chatContainer .footer .newMsgContainer .IconEmoji {
                    position: absolute;
                    top: 2px;
                    right: 23px;
                    cursor: pointer;
                    font-size: 21px;
                    color: #777;
                }

                    .chatbox .chatContainer .footer .newMsgContainer .IconEmoji:hover {
                        color: var(--chatboxPrimaryColor);
                    }

            .chatbox .chatContainer .footer .sendMessage {
                font-size: 1.5rem;
                margin-right: 1rem;
                color: #666;
                cursor: pointer;
                transition: color 200ms;
            }

                .chatbox .chatContainer .footer .sendMessage:hover {
                    color: var(--chatboxPrimaryColor);
                }

.chatboxVisible {
    bottom: 0;
}

.moreOptions {
    position: absolute;
    right: 45px;
    font-size: 21px;
    top: 7px;
    cursor: pointer;
    color: gray;
}

.moreOptionsContainer {
    position: absolute;
    top: 70px;
    right: 5px;
    background-color: white;
    border-radius: 5px;
    z-index: 1;
}

    .moreOptionsContainer .arrowUp {
        width: 0;
        height: 0;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-bottom: 10px solid white;
        position: absolute;
        top: -10px;
        left: 58%;
        transform: translateX(-50%);
        opacity: 0.95;
    }

    .moreOptionsContainer ul {
        padding: 0;
        margin: 0;
        box-shadow: 0 0 10px rgb(0 0 0 / 8%), 0rem 1rem 0rem -1rem rgb(0 0 0 / 10%);
    }

        .moreOptionsContainer ul li {
            list-style: none;
            padding: 5px 14px;
            cursor: pointer;
        }

            .moreOptionsContainer ul li:hover {
                background-color: #f8f8f8;
            }

            .moreOptionsContainer ul li a {
                font-size: 16px;
                color: #000;
            }

.closeChat {
    position: absolute;
    right: 16px;
    font-size: 20px;
    top: 16px;
    cursor: pointer;
    color: gray;
}

    .closeChat a {
        color: darkgray;
    }

.disabledLink {
    color: #9999 !important;
    cursor: not-allowed !important;
}
/*#endregion Chatbox*/

/*#region ChatMessages*/
.chatMesssagesLink {
    position: relative;
}

.chatMessagesContainer {
    position: relative;
}

    .chatMessagesContainer .arrowUp {
        width: 0;
        height: 0;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-bottom: 10px solid black;
        position: absolute;
        top: 5px;
        left: 50%;
        transform: translateX(-50%);
        opacity: 0.95;
    }

    .chatMessagesContainer .chatMessageList {
        background-color: black;
        box-shadow: 0px 0px 10px -1px rgba(0,0,0,0.40);
        opacity: 0.95;
        border-radius: 6px;
        position: absolute;
        top: 15px;
        left: 50%;
        transform: translateX(-50%);
        width: 330px;
        overflow-y: auto;
        max-height: 500px;
    }

        .chatMessagesContainer .chatMessageList .chatMessageFilter {
            padding: 8px;
            text-align: center;
        }

            .chatMessagesContainer .chatMessageList .chatMessageFilter .searchChats {
                width: 296px;
                border-radius: 14px;
                height: 23px;
                background-color: rgba(153,153,153,.5) !important;
                border: none;
                color: white;
            }

        .chatMessagesContainer .chatMessageList .ChatMessageClose {
            position: absolute;
            right: 0px;
            top: 0px;
            cursor: pointer;
            color: white;
            z-index: 1000;
            padding: 10px 15px;
        }

            .chatMessagesContainer .chatMessageList .ChatMessageClose:hover {
                color: var(--activeLinkColor);
            }

        .chatMessagesContainer .chatMessageList .chatMessageResults .template {
            display: none;
        }

        .chatMessagesContainer .chatMessageList .chatMessageResults .chatMessageEntry {
            border-bottom: 1px solid #333;
            cursor: pointer;
        }

            .chatMessagesContainer .chatMessageList .chatMessageResults .chatMessageEntry:last-child {
                border-bottom: none;
            }

            .chatMessagesContainer .chatMessageList .chatMessageResults .chatMessageEntry .profilePicContainer {
                width: 95px;
            }

                .chatMessagesContainer .chatMessageList .chatMessageResults .chatMessageEntry .profilePicContainer .profilePic {
                    position: relative;
                    border: solid 2px var(--profilePicBorderColor);
                    background-color: #f8f8f8;
                    vertical-align: middle;
                    border-radius: 50%;
                    width: 59px;
                    height: 59px;
                    background-size: cover;
                    background-position: center center;
                    margin-left: auto;
                    margin-right: auto;
                }

                    .chatMessagesContainer .chatMessageList .chatMessageResults .chatMessageEntry .profilePicContainer .profilePic .statusBadge {
                        width: 10px;
                        height: 10px;
                    }

            .chatMessagesContainer .chatMessageList .chatMessageResults .chatMessageEntry .title {
                padding: 12px 15px 0px 0;
                font-size: 17px;
                line-height: 24px;
                position: relative;
                color: white;
                white-space: nowrap;
                width: 155px;
                overflow: hidden;
            }

            .chatMessagesContainer .chatMessageList .chatMessageResults .chatMessageEntry .body {
                position: relative;
                padding: 0 15px 0 0;
                color: #aaa;
                line-height: 16px;
                font-size: 11pt;
                min-height: 22px;
            }

                .chatMessagesContainer .chatMessageList .chatMessageResults .chatMessageEntry .body .msg {
                    max-width: 175px;
                    overflow: hidden;
                }

            .chatMessagesContainer .chatMessageList .chatMessageResults .chatMessageEntry .timestamp {
                color: #aaa;
                font-size: 9pt;
                padding-right: 15px;
                padding-bottom: 7px;
                text-align: right;
            }

            .chatMessagesContainer .chatMessageList .chatMessageResults .chatMessageEntry:hover {
                background-color: #333;
            }

            .chatMessagesContainer .chatMessageList .chatMessageResults .chatMessageEntry.unread {
                border-left: 5px solid #edbb37;
            }

            .chatMessagesContainer .chatMessageList .chatMessageResults .chatMessageEntry.noMessages {
                padding: 12px 15px 0px 15px;
            }

                .chatMessagesContainer .chatMessageList .chatMessageResults .chatMessageEntry.noMessages .msg {
                    min-height: 28px;
                }

.allMsgCount {
    display: none;
    position: absolute;
    top: 8px;
    right: 0px;
    border-radius: 10px;
    color: white;
    width: 14px;
    height: 14px;
    line-height: 14px !important;
    text-align: center;
    font-size: 7.5pt !important;
    font-weight: bold;
    background-color: red;
}

.senderMsgCount {
    display: none;
    position: absolute;
    top: -2px;
    right: 14px;
    border-radius: 10px;
    color: white;
    width: 18px;
    height: 18px;
    line-height: 19px !important;
    text-align: center;
    font-size: 12px !important;
    font-weight: bold;
    background-color: red;
}

.statusBadge {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: #a1a1a1;
    border: 2px solid white;
    bottom: 0;
    right: 8px;
    position: absolute;
    display: none;
}

    .statusBadge.userOnline {
        background-color: #2ab930;
    }

    .statusBadge.userAway {
        background-image: url(../images/icons/away-icon.png);
        background-size: cover;
        background-position: center center;
        background-color: white;
    }

    .statusBadge.withRoundedAvatar {
        right: 74px;
        bottom: 22px;
    }

.popupContainer.light {
    z-index: 2;
}
/*#endregion ChatMessages*/

/*#region Session List & Session Live*/
.flex-grid {
    display: flex;
}

.colOuter {
    flex: 1;
}

.colInner {
    flex: 3;
}

.table {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.leftAlign {
    flex: 1;
    text-align: left;
    vertical-align: top;
    padding: 10px;
}

.centerAlign {
    flex: 4;
    text-align: left;
    vertical-align: top;
}

.rightAlign {
    flex: 1;
    text-align: right;
    vertical-align: top;
    padding: 0px 0px 10px 10px;
}

.topicBlock {
    background-color: #f1f1f1;
    float: left;
    padding: 5px 10px;
    margin-right: 10px;
    font-size: 14px;
    margin-bottom: 5px;
    cursor: pointer;
}

.IconAcceptMeeting {
    cursor: pointer;
}

.IconNewMeeting {
    cursor: pointer;
}

.imgLogo {
    border-width: 0px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 70px;
    /*    padding-right: 15px;
    float: left;*/
}

.sessionLiveNamespace .SessionLiveVideoContainer {
    align-items: center;
    justify-content: center;
}

.sessionLiveNamespace .LiveSessionContainer {
}

.sessionLiveNamespace .LiveCenterRow {
    margin: 5px 0px;
    width: 100%;
    display: inline-block;
}

.sessionLiveNamespace .LiveCenterRowContributor {
    width: 100%;
    display: flex;
    border-bottom: solid 1px grey;
    padding: 20px 0px;
}

    .sessionLiveNamespace .LiveCenterRowContributor:last-of-type {
        margin-bottom: 20px !important;
        border-bottom: solid 1px transparent !important;
    }

.topicBlockLive {
    cursor: default;
}

.LiveAcceptMeeting {
    cursor: default;
}

.sessionLiveNamespace .effectboxouter {
    display: none;
    margin-bottom: 20px;
}

.SessionContainerLink {
    color: black !important;
    display: contents;
}

.morecontent span {
    display: none;
}

.morelink {
    display: block;
}

a.morelink {
    text-decoration: none;
    outline: none;
}

.morecontent span {
    display: none;
}

.sessionDocumentContainer {
    display: flex;
    align-items: center;
}

.sessionDocumentContainerImage {
    float: left;
}

.SessionListBookingButton {
    font-size: 24px;
}

.SessionListViewDetailsButton:hover {
    color: var(--activeLinkColor) !important;
    border-color: var(--activeLinkColor);
}

.liveVirtualSessionButton {
    background-color: #fb1214;
    color: white !important;
    border: 1px solid #fb1214;
    border-radius: 3px;
    padding: 8px 10px;
    /*-webkit-animation: glow .85s infinite alternate;*/
    -webkit-animation: glowing 1500ms infinite;
    -moz-animation: glowing 1500ms infinite;
    -o-animation: glowing 1500ms infinite;
    animation: glowing 1500ms infinite;
}

    .liveVirtualSessionButton:hover {
        color: white !important;
        border-color: #fb1214;
    }

.LiveCenterRowExhibitor {
    cursor: pointer;
}

.readMoreLink:hover {
    cursor: pointer;
}

.session-filter-header {
    display: none;
}

.session-filter-header {
    display: none;
    line-height: 1;
    border-bottom: 1px solid rgb(221, 221, 221);
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
    font-size: 15px;
    margin-left: -15px;
    margin-right: -15px;
    padding: 0px 20px 15px 20px;
}

.sessionLiveNamespace .SessionLiveGeneralBlock {
    padding: 20px;
    margin-bottom: 20px;
    background-color: #ffffff;
    border: 1px solid #CDCDCD;
    border-radius: 5px;
}

.sessionLiveNamespace .LiveComingUpContainer {
    background-color: #ffffff;
    border: 1px solid #CDCDCD;
    height: auto;
    border-radius: 5px;
}

.sessionLiveNamespace .LiveSessionSuggestionsContainer {
    background-color: #ffffff;
    border: 1px solid #CDCDCD;
    height: auto;
    border-radius: 5px;
}

.LiveChatContainer {
    background-color: #ffffff;
    border: 1px solid #CDCDCD;
    height: 80vh;
    border-radius: 5px;
}

.SessionLiveIcons {
    font-size: 47px;
    color: black;
    padding-right: 25px;
    min-width: 48px;
}

.filterContainerSessionsMenuButton {
    display: none;
}

.filterContainerSessions {
    background-color: white;
    border: 1px solid rgb(221, 221, 221);
    border-radius: 3px;
    margin-bottom: -360px;
    display: block;
}

    .filterContainerSessions .filter-text {
        border: 1px solid rgb(221, 221, 221) !important;
        width: 95%;
    }

.SessionsListAdContainer {
    top: 0;
    align-self: flex-start;
    display: flex;
    flex-direction: column;
    /*position: sticky;*/
    margin-top: 340px;
    padding-top: 40px;
    align-items: center;
    justify-content: center;
}

#divSessionDate {
    display: none;
}

.divSessionCalendarTabsContainer {
    display: block;
    min-height: 47.5px;
}

#divSessionFilter {
    padding-top: 15px;
}

.description {
    font-size: 14px;
    padding-top: 2px;
    overflow: hidden;
    transition: max-height 0.15s ease-out;
    overflow-wrap: anywhere;
}

    .description.expand {
        max-height: 5000px !important;
        transition: max-height 0.35s ease-in-out;
    }

.readMoreLink {
    color: var(--activeLinkColor);
    font-weight: bold;
    font-size: 16px;
}

.readMoreContainer {
    position: relative;
    width: 100%;
    height: 25px;
    text-align: center;
    background-image: linear-gradient(to bottom, transparent, white);
    margin-top: -74px;
    padding-top: 63px;
}

    .readMoreContainer.expand {
        display: none !important;
    }

    .readMoreContainer .readMoreLink {
        color: #000;
        font-weight: bold;
        font-size: 16px;
    }

.filters-overlay {
    background: #000;
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0.45;
}

.js-session-filter-close {
    float: right;
    font-size: 20px;
    color: darkgray !important;
}

.SessionFilterSubContainer {
    max-height: 300px;
    overflow: auto;
}

@media (max-width: 956px) {
    .filterContainerSessions {
        position: relative !important;
        top: 0px;
        z-index: 0;
    }
}

@media (max-width: 600px) {
    .SessionFilterText {
        grid-gap: 0px;
    }

    .SessionsListAdContainer {
        padding-top: 5px;
        margin-top: 0;
    }

    .divSessionButtton {
        text-align: center !important;
    }

    .table {
        flex-direction: column;
    }

    #divSessionDate {
        display: block !important;
    }

    #divSessionCalendarTabsContainer {
        display: none !important;
    }

    #divSessionFilter {
        padding-top: 0px;
    }

    .filterContainerSessions {
        position: fixed !important;
        top: 0px !important;
        left: -280px;
        width: 280px;
        z-index: 200;
        border-radius: 0;
        box-sizing: border-box;
        display: none;
        height: 100%;
        overflow: auto;
        margin: 0;
        padding: 15px;
        border-top-width: 0;
        border-bottom-width: 0;
        border-left-width: 0;
        font-size: 13px;
        animation: slide 0.175s forwards;
    }

    .filterContainerSessionsMenuButton {
        display: block !important;
        background-color: white;
        color: black;
        border: 1px solid rgb(221, 221, 221);
        border-radius: 3px;
        top: 0;
        position: relative;
        padding: 20px;
    }

    .session-filter-header {
        display: flex !important
    }

    .filterTop {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    .filterMiddle {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    .filterBottom {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
}

.cursorPointer {
    cursor: pointer;
}

#divSessionCalendar {
    background-color: white;
    border: 1px solid rgb(221, 221, 221);
}

.pager {
    padding-left: 0;
    margin: 20px 0;
    text-align: center;
    list-style: none;
}
/*#endregion Session List & Session Live*/

/*#region Countdown Timer*/
.sessionLiveNamespace .countdownTimer div {
    display: inline-block;
    line-height: 1;
    padding: 20px;
    font-size: 25px;
}

.sessionLiveNamespace .countdownTimer #timer {
    padding: 0;
}

.sessionLiveNamespace .countdownTimer span {
    display: block;
    font-size: 25px;
    color: var(--activeLinkColor);
}

.sessionLiveNamespace .countdownTimer #days {
    font-size: 25px;
    color: #ffffff;
}

.sessionLiveNamespace .countdownTimer #hours {
    font-size: 25px;
    color: #ffffff;
}

.sessionLiveNamespace .countdownTimer #minutes {
    font-size: 25px;
    color: #ffffff;
}

.sessionLiveNamespace .countdownTimer #seconds {
    font-size: 25px;
    color: var(--activeLinkColor);
}

/*#endregion Countdown Timer*/

/*#region Password Strength */
.pwdsContainer {
    display: none;
    margin-bottom: 10px;
}

    .pwdsContainer .passwordMessage {
    }

    .pwdsContainer .negativeBar {
        background-color: #E8E8E8;
    }

    .pwdsContainer .pwdBlankBar .positiveBar {
        width: 0%;
    }

    .pwdsContainer .pwdBlankBar .negativeBar {
        width: 100%;
    }

    .pwdsContainer .pwdWeakBar .positiveBar {
        background-color: Red;
        width: 30%;
    }

    .pwdsContainer .pwdWeakBar .negativeBar {
        width: 70%;
    }

    .pwdsContainer .pwdFairBar .positiveBar {
        background-color: #FFCC33;
        width: 65%;
    }

    .pwdsContainer .pwdFairBar .negativeBar {
        width: 35%;
    }

    .pwdsContainer .pwdStrengthBar .positiveBar {
        background-color: Green;
        width: 100%;
    }

    .pwdsContainer .pwdStrengthBar .negativeBar {
        width: 0%;
    }
/*#endregion */

/*#region Print */
@media print {
    .header-cont,
    .footer-cont,
    .chatbox {
        display: none;
    }
}
/*#endregion */

/*#region Scrollbar Start */
::-webkit-scrollbar {
    width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: var(--activeLinkColor);
}

    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
        background: var(--activeLinkColor);
    }

/*#endregion Scrollbar End */

.sessionListLive.imgContributor {
    background-size: contain;
    background-position: center center;
    width: 150px;
    height: 150px;
    margin-right: 20px;
    border-radius: 50%;
}

.sessionListLive.contributor-info {
    text-align: left;
    font-size: 15px;
    line-height: 24px;
    text-align: left;
}

    .sessionListLive.contributor-info .name {
        font-weight: 700;
        color: rgb(88, 89, 91);
        font-size: 14px;
        line-height: 20px;
    }

    .sessionListLive.contributor-info .designation {
        color: rgb(119, 119, 136);
        font-size: 14px;
        line-height: 15px;
    }


.sessionLiveNamespace .LiveCenterRowContributor .speakerNameContainer {
    font-weight: bold;
}

.sessionLiveNamespace .LiveCenterRowContributor .contributerAbout, .sessionLiveNamespace .sessionexhibitorDirectoryContainer #companyProfile {
    font-size: 15px;
}

@media screen and (max-width: 400px) {
    .sessionListLive.imgContributor {
        display: block;
        text-align: center;
        margin: auto;
    }

    .sessionLiveNamespace .LiveCenterRowContributor .speakerNameContainer {
        text-align: center;
    }
}

/*#region Speaker List Start */
.speakerDirectoryNamespace.speakerListDiv {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 9px;
    justify-content: flex-start;
}

.speakerDirectoryNamespace .speakerDirectoryContainer {
    flex: 1 1 calc(25% - 9px);
    box-sizing: border-box;
    border-radius: 3px;
    overflow: hidden;
    border: 1px solid #e0e0e0;
    text-align: center;
    background-color: #ffffff;
    max-width: 294px;
}

    .speakerDirectoryNamespace .speakerDirectoryContainer:hover {
        -webkit-transform: scale(1.03);
        transform: scale(1.03);
        box-shadow: 0 0 11px rgba(33,33,33,.2);
        hover: hand;
    }

.speakerDirectoryNamespace .header {
    color: #fff;
    font-size: 14px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 20px;
    position: relative;
}

    .speakerDirectoryNamespace .header .category {
        text-transform: uppercase;
        font-size: 14px;
        line-height: 29px;
        text-align: center;
        margin-bottom: auto;
        margin-right: auto;
        margin-left: auto;
        padding-top: 10px;
    }

.speakerDirectoryNamespace .favourite-container {
    margin-right: 10px;
}

    .speakerDirectoryNamespace .favourite-container .favourite {
        font-size: 16px;
        color: #fff;
    }

.speakerDirectoryNamespace .content {
    width: 100%;
    padding: 0 10px;
    box-sizing: border-box;
    flex-flow: column wrap;
    position: relative;
}

.speakerDirectoryNamespace .image-wrapper {
    position: relative;
    margin-bottom: 15px;
}

.speakerDirectoryNamespace .image-background {
    border-radius: 50%;
    margin: 0 auto;
    border: solid 6px rgba(255, 255, 255, 0.5);
    width: 150px;
    height: 150px;
    margin-left: auto;
    margin-right: auto;
}

.speakerDirectoryNamespace .image {
    width: 150px;
    height: 150px;
    background-size: cover;
    background-position: center;
    background-color: #f8f8f8;
    border-radius: 50%;
}

.speakerDirectoryNamespace .statusBadge {
    position: absolute;
    bottom: 5px;
    right: 5px;
    background-color: #fff;
    border-radius: 50%;
    width: 20px;
    height: 20px;
}

.speakerDirectoryNamespace .details-wrapper .name {
    font-size: 16px;
    line-height: 23px;
    font-weight: 700;
    color: rgb(88, 89, 91);
    margin-top: 10px;
}

.speakerDirectoryNamespace .details-wrapper .designation {
    font-size: 13px;
    line-height: 19px;
    color: rgb(119, 119, 136);
}

.speakerDirectoryNamespace .details-wrapper .company {
    font-size: 14px;
    color: var(--activeLinkColor);
}

.speakerDirectoryNamespace .footer {
    padding: 10px;
}

    .speakerDirectoryNamespace .footer .meeting-button {
        display: inline-block;
        padding: 8px 16px;
        background-color: #FFC107;
        color: #fff;
        font-weight: bold;
        font-size: 14px;
        border-radius: 5px;
        text-transform: uppercase;
        text-decoration: none;
        margin-top: 10px;
    }

.speakerDirectoryNamespace .speakerDirectoryContainer .imageAdSpeaker {
    height: 320px;
    display: block !important;
}

.speakerDirectoryNamespace .speakerDirectoryContainer .footer {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    gap: 5px;
    font-size: 14px;
    line-height: normal;
    position: relative;
}

.SpeakerSearchCount {
    padding: 10px 0px;
}

@media (max-width: 1200px) {
    .speakerDirectoryNamespace .speakerDirectoryContainer {
        flex: 1 1 calc(33.33% - 20px);
    }
}

@media (max-width: 900px) {
    .speakerDirectoryNamespace .speakerDirectoryContainer {
        flex: 1 1 calc(50% - 20px);
    }
}

@media (max-width: 600px) {
    .speakerDirectoryNamespace .speakerDirectoryContainer {
        flex: 1 1 100%;
    }
}



@media (max-width: 540px) {
    .speakerDirectoryNamespace .speakerDirectoryContainer {
        text-align: center;
        position: relative;
        border: 1px solid rgb(221, 221, 221);
        background-color: white;
        border-radius: 3px;
        overflow: hidden;
        cursor: pointer;
        transition: all .1s ease-in-out;
        flex: calc(100% - 20px);
        max-width: 100%;
    }

    .speakerDirectoryNamespace .header {
        height: auto;
    }

        .speakerDirectoryNamespace .header .category {
            padding-top: 0px;
        }

    .speakerDirectoryNamespace .content {
        top: 0px;
        display: flex;
        flex-flow: row wrap;
        justify-content: left;
        align-items: center;
        align-items: center;
        justify-content: center;
    }


    .speakerDirectoryNamespace .speakerDirectoryContainer .imageAdSpeaker {
        margin: auto;
    }
}
/*#endregion Speaker List End */

/*#region Speaker Details Start */
.speakerDetailsWrapper .backLinkContainer .returnToList:hover {
    color: var(--activeLinkColor) !important;
}

.speakerDetailsWrapper .detailsWrapper .detailsContainer {
    width: 100%;
    background-color: white;
    border: 1px solid rgb(221, 221, 221);
    border-radius: 3px;
}

    .speakerDetailsWrapper .detailsWrapper .detailsContainer .contentHeader {
        display: flex;
        flex-direction: row;
        padding: 15px 20px;
        font-size: 14px;
        line-height: 1.36;
    }

        .speakerDetailsWrapper .detailsWrapper .detailsContainer .contentHeader .speakerLogoContainer {
            text-align: center;
            margin-right: 40px;
            max-width: 200px;
        }

            .speakerDetailsWrapper .detailsWrapper .detailsContainer .contentHeader .speakerLogoContainer .speakerName {
            }

        .speakerDetailsWrapper .detailsWrapper .detailsContainer .contentHeader .speakerCompany {
            color: var(--activeLinkColor);
        }

        .speakerDetailsWrapper .detailsWrapper .detailsContainer .contentHeader .speakerNameContainer .speakerName {
            font-size: 21px;
            line-height: 21px;
        }

    .speakerDetailsWrapper .detailsWrapper .detailsContainer .contentProfile {
        padding: 0px 20px;
        font-size: 14px;
        line-height: 1.36;
    }


.speakerDetailsWrapper .imgContributor {
    background-size: contain;
    background-position: center center;
    width: 150px;
    height: 150px;
    border-radius: 50%;
}

.SessionContainerSpeaker {
    width: 100%;
    border: 1px solid rgb(221, 221, 221)
}

.divSessionCalendarPast {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 10px;
}

.divSessionCalendarComingUp {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 10px;
}

.SessionContainerSpeaker.SessionContainerContentBlock {
    flex: 1 1 48%;
    max-width: 48%;
    box-sizing: border-box;
}

@media (max-width: 600px) {
    .speakerDetailsWrapper .detailsWrapper .detailsContainer .contentHeader {
        flex-direction: column;
    }

        .speakerDetailsWrapper .detailsWrapper .detailsContainer .contentHeader .speakerLogoContainer {
            margin-right: 0px;
            max-width: 100%;
        }

    .SessionContainerSpeaker.SessionContainerContentBlock {
        flex: 1 1 100%;
        max-width: 100%;
    }
}

/*#endregion Speaker Details End */

@media screen and (max-width: 400px) {
    .LiveCenterRowContributor {
        flex-direction: column;
    }

    .sessionLiveNamespace .sessionexhibitorDirectoryContainer {
        flex-direction: column;
    }

    .sessionLiveNamespace .sessionexhibitorDirectoryContainerImage {
        text-align: center;
    }

    .sessionLiveNamespace .sessionCompanyName {
        text-align: center;
        width: 100%;
        display: block;
    }
}

/*#region FAQ Page*/
.faq-section {
    margin-bottom: 20px;
    border: 1px solid #ddd;
    border-radius: 5px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.faq-header {
    background-color: #f4f4f4;
    padding: 10px 15px;
    cursor: pointer;
    font-weight: bold;
    border-bottom: 1px solid #ddd;
}

.faq-content {
    padding: 15px;
}

    .faq-content p {
        margin: 0 0 10px;
    }
/*#endregion FAQ Page*/

/*#region Adverts*/
  .adContainer.ExhibitorDirectoryBannerTop {
        margin: 0 20px 30px 20px;
    }

@media (min-width: 960px) {
    .adContainer.ExhibitorDirectoryBannerTop {
        margin-left: 0;
        margin-right: 9px;
    }
}
/*#endregion Adverts*/