﻿.header-fixed {
    display: flex;
}

.ex-booth-cont {
    margin: 8vh 0 0;
    position: relative;
    height: 92vh;
    border-radius: 5px;
    background-color: #fff;
    border-top: 1px solid #fff;
}

.ex-booth-button-wrap {
    background-color: #7ec242;
    height: 35px;
}

.ex-booth-header {
    background-color: #7ec242;
    display: flex;
    align-items: center;
    height: 100%
}

.ex-booth-logo-cont {
    width: 80%;
    text-align: center;
}

.ex-booth-logo {
    width: 100%;
    height: auto;
    max-width: 300px;
}



.ex-booth-button-cont {
    width: 100%;
    text-align: center;
    z-index: 1;
    display: flex;
    align-content: stretch;
    height: 100%;
    border-bottom: 1px solid rgb(255 255 255 / 75%);
}

.mobile-chat-toggle {
    display: none;
}

.ex-booth-button-mobile-menu{
    display: none;
}


.btn-booth-header {
    border: none;
    background: none;
    color: #fffffff2;
    font-size: 1rem;
    outline: none !important;
    width: 100%;
    background-color: #6c757d;
    border-right: 1px solid rgb(255 255 255 / 75%);
}

    .btn-booth-header:hover {
        text-decoration: none;
        background-color: #5a6268;
    }

.ex-booth-home-cont {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow-y: auto;
    overflow-x: hidden;
    align-items: safe center;
    justify-content: safe center;
}

.schedule-cont {
    max-height: 130px;
}

.schedule-header {
    margin-top: 20px;
}

.ex-booth-desc {
    width: 100%;
    display: inline-block;
    font-size: 1rem;
    margin-top: 10px;
    text-align: left;
    max-height: 50vh;
    overflow-y: auto;
    padding: 0 20px;
}

.ex-booth-content-cont {
    position: absolute;
    left: 0;
    right: 350px;
    bottom: 0;
    top: 0;
}

.ex-control-booth-content-cont {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 35px;
}

.ex-booth-video-cont {
    width: 100%;
    height: 100%;
}

.ex-booth-video-thumb-cont {
    position: absolute;
    bottom: 0;
    max-width: 100%;
    overflow-x: auto;
    height: 150px;
    justify-content: start;
    padding: 10px 0;
    border-top: 1px solid #7ec242;
    overflow-y: hidden;
    width: 100%;
    margin: 0;
    background-color: #fff;
    display: flex;
}

.iframe-ex-booth-video {
    width: 100%;
    height: calc(100% - 150px);
    position: absolute;
    border: none;
}

.ex-booth-video {
    width: auto;
    border: 1px solid #7ec242;
    padding: 3px;
    border-radius: 5px;
    margin: 0 10px;
    cursor: pointer;
    height: 100%;
    background-color: white;
}


.iframe-ex-booth-meet {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    border: none;
    z-index: 5;
}

.ex-booth-chat-cont {
    position: absolute;
    top: -1px;
    right: 0;
    bottom: 0;
    width: 350px;
    background-color: #fff;
    border-left: 1px solid #7ec242;
    z-index: 1;
}

.chat-mustlogin {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(8, 0, 0, 0.26);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    padding: 20px;
    font-size: 1.5rem;
}

.meet-btn-cont {
    position: absolute;
    top: 50px;
    right: 0;
    left: 0;
    height: 60px;
    padding: 10px;
}

.presenters-cont {
    position: absolute;
    top: 0;
    z-index: 2;
    line-height: 1.1;
    height: 50px;
    overflow-y: auto;
    width: 100%;
    font-size: 8pt;
    text-align: center;
    background-color: #ddf7c6;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #7ec242;
}

.presenter-label {
    margin-bottom: 4px;
    background-color: #7ec242;
    color: #fff;
    padding: 3px;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
}

.btn-sm {
    padding: 2px !important;
    font-size: 9pt !important;
}

.host-invite-cont {
    padding: 10px;
    font-size: 10pt;
    width: 100%;
    position: absolute;
    bottom: 110px;
}
    .host-invite-cont input {
        width: 100%;
    }

.chats-cont {
    position: relative;
    top: 110px;
    right: 0;
    left: 0;
    height: calc(100% - 235px);
    overflow-y: auto;
    padding: 10px;
    line-height: 1;
    border-bottom: 1px solid #fff;
}
.chats-cont-invite-host {
    height: calc(100% - 270px) !important;
}

.meet-btn {
    width: 100%;
    border-radius: 5px;
    border: 1px solid #466d24;
    height: 100%;
    background-color: #7ec242;
    color: white;
    font-size: 1.3rem;
}

.meet-btn-half{
    width: 49%;
}

.meet-btn-end {
    width: 100%;
    border-radius: 5px;
    border: 1px solid #710511;
    height: 100%;
    background-color: #f30923;
    color: white;
    font-size: 1.3rem;
}

.chat-txtbx-cont {
    position: absolute;
    height: 125px;
    right: 0;
    left: 0;
    bottom: 0;
    padding: 10px;
}

.chat-txtbx {
    width: 100%;
    height: 100%;
    border-radius: 5px;
    border: 1px solid #7ec242;
    outline: none;
    padding: 10px;
}

    .chat-txtbx:focus {
        outline: none;
    }

.chat-no-chat {
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    z-index: 1000;
    position: absolute;
    color: white;
    padding: 20px;
    font-weight: bold;
}

.message-cont {
    margin: 3px;
}

.message-cont-right {
    text-align: right;
}

.message-cont-left {
    text-align: left;
}

.message-cont-center {
    text-align: center;
}

.message {
    background-color: white;
    text-align: left;
    padding: 10px;
    border: 1px solid darkgray;
    border-radius: 10px;
    display: inline-block;
    max-width: 80%;
    overflow-wrap: break-word;
}

    .message::after {
        content: "\A";
        white-space: pre
    }


.message-name {
    display: block;
    font-size: 10pt;
    color: #bfbfbf;
    padding-bottom: 5px;
}

.message-admin {
    background-color: #1e64bb !important;
    color: white !important;
}
.message-admin a {
    color: white !important;
    text-decoration: underline !important;
}
.message-booth {
    background-color: #7ec242 !important;
    color: white !important;
}
.message-client {
    background-color: #d71e1e !important;
    color: white !important;
}
.message-system {
    background-color: white !important;
    width: 400px;
    height: 30px;
    font-size: small;
    text-align: center !important;
    padding: 2px 0px 0px 0px !important;
    border: unset !important;
    max-width: 100% !important;
}

.btn-send-chat {
    display: none;
}

.promopulse-cont-wrap {
    max-height: 100%;
    overflow-y: auto;
    padding-top: 20px;
}


.promopulse-cont {
    width: 30%;
    margin: 1%;
    border: 1px solid lightgray;
    padding: 5px;
    border-radius: 5px;
}

.promopulse-icon-cont {
    width: 30px;
}


.promopulse-social-icon {
    width: 30px;
    height: 30px;
    border-radius: 30px;
}

.promopulse-company-cont {
    font-size: 10pt;
    font-weight: bold;
}

.promopulse-platform {
    font-size: 9pt;
}

.promopulse-desc {
    font-size: 10pt;
    text-decoration: none;
    line-height: .8;
    color: #666;
}

.promopulse-img {
    width: 100%;
}


/*DC Product Search*/


.dc-cat-list-cont {
    width: 350px;
    height: 100%;
    position: absolute;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 0 10px;
    background-color: #f3f3f3;
}

.dc-iframe-cont {
    background-color: White;
    z-index: 3;
}

.dc-product-iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    border: none;
    background-color:#fff;
    z-index: 3;
}

.close {
    margin-right: 30px;
    margin-top: 10px;
    height: 50px;
    width: 50px;
    border-radius: 50px;
    background-color: #7dc242;
    color: white;
    font-size: 2rem;
    z-index: 5;
    position: relative;
    opacity: 1;
}

.dc-search-cont {
    position: sticky;
    top: 0;
    z-index: 2;
    background-color: #f3f3f3;
    padding: 10px 0 0;
}

#content_cb_usa_made {
    margin-right: 3px;
}

.dc-results-cont {
    position: absolute;
    width: calc(100% - 350px);
    left: 350px;
    height: 100%;
    background-color: #f3f3f3;
    overflow-x: hidden;
}

.dc-hide {
    display: none;
}

.dc-flex {
    display: flex;
}

.dc-main {
    position: relative;
    z-index: 1;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.dc-sub-cont {
    padding: 5px;
    background-color: #fff;
    border: 1px solid #7dc242;
    padding-top: 20px;
    top: -20px;
    margin-bottom: -20px;
    position: relative;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.dc-sub {
    margin-top: 5px;
    margin-bottom: 5px;
    max-width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.btn-light {
    background-color: #e7e8e8;
}

.promosource-wrapper {
    width: 250px;
    text-align: center;
    margin: 10px 10px 10px;
    position: relative;
}

.promosource-image-wrapper {
    height: 250px;
    overflow: hidden;
    width: 250px;
    position: relative;
    display: flex;
    display: -moz-box;
    align-items: center;
    justify-content: center;
    background-color: white;
    border-top-left-radius: .3rem;
    border-top-right-radius: .3rem;
    border-top: .05rem solid lightgray;
    border-left: .05rem solid lightgray;
    border-right: .05rem solid lightgray;
}

.promosource-img {
    width: 98%;
    position: absolute;
    padding: 3px;
    cursor: pointer;
    outline: none !important;
}

.promo-source-name-wrap {
    background-color: #e4e6e8;
    height: 60px;
    padding: 8px;
    vertical-align: middle;
    line-height: 1.3rem;
    position: relative;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom: 1px solid lightgray;
    border-left: 1px solid lightgray;
    border-right: 1px solid lightgray;
}

.promo-source-name {
    max-height: 1.5rem;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    color: #080808;
    font-weight: bold;
    font-size: .9rem;
}

.promosource-quantity {
    font-size: .9rem;
    bottom: 1.3rem;
    width: 100%;
}


@media (max-width: 1530px) {

    .btn-booth-header {
        margin: 0 1px;
        font-size: .9rem;
    }

}

@media (max-width: 1342px) {

    .btn-booth-header {
        margin: 0 0;
        padding: 2px;
    }
}
@media (max-width: 1246px) {

    .btn-booth-header {
        font-size: .8rem;
    }
}


@media (max-width: 1159px) {
    .btn-booth-header {
        font-size: .7rem;
    }

    .promopulse-cont {
        width: 47%;
    }
}

    @media (max-width: 1100px) {

        .dc-cat-list-cont {
            width: 200px;
        }

        .dc-main {
            font-size: .8rem !important;
            text-overflow: ellipsis;
        }

        .dc-results-cont {
            width: calc(100% - 200px);
            left: 200px;
        }
    }


    @media (max-width: 1070px) {

        .ex-booth-header {
            display: block;
        }

        .ex-booth-button-mobile-menu {
            display: block;
            font-size: 1.2rem;
            color: #fff;
            font-weight: bold;
            line-height: 35px;
            cursor: pointer;
        }
        .ex-booth-button-cont {
            display: none;
        }

        .ex-booth-button-cont-flex {
            display: flex;
            flex-direction: column;
            position: absolute;
            z-index: 6;
        }

        .btn-booth-header {
            font-size: 1.2rem;
            background-color: #7ec242;
            padding: 3px 0;
            border-bottom: 1px solid #fff;
        }

            .btn-booth-header:first-child {
                border-top: 1px solid #fff;
            }

            .btn-booth-header:hover {
                background-color: #aad683;
                text-decoration: none;
            }
}




    /*@media (max-width: 900px) {
        .btn-booth-header {
            font-size: .8rem;
            margin: 0 5px;
        }
    }*/

    @media (max-width: 767px) {

        .ex-booth-home-cont {
            height: auto;
        }
        
        .mobile-chat-toggle {
            display: inline-block;
        }

        .ex-booth-logo-cont {
            width: 100%;
            padding: 10px;
        }

        .ex-booth-content-cont {
            width: 100%;
            /*display: none;*/
        }

        .nodisplay-mobile {
            flex: 0 0 auto;
        }

        .ex-booth-chat-cont {
            width: 100%;
            border-left: none;
            top: 35px;
        }

        .message {
            font-size: .8rem;
        }

        .chat-txtbx-cont {
            display: flex;
        }

        .btn-send-chat {
            height: 100%;
            border-radius: 5px;
            border: 1px solid darkgray;
            outline: none;
            padding: 10px;
            width: 22%;
            background-color: #7ec242;
            color: white;
            display: inline;
            margin-left: 5px;
        }

        .chat-txtbx {
            width: 75%;
            display: inline-block;
        }

        .promopulse-cont-wrap {
            margin-top: 7px;
        }

        .promopulse-cont {
            width: 90%;
        }
    }

    @media (max-height: 700px) {

        .chats-cont {
            height: calc(100% - 170px);
        }
        .chats-cont-invite-host {
            height: calc(100% - 205px) !important;
        }

        .host-invite-cont {
            bottom: 45px;
        }

        .chat-txtbx-cont {
            height: 60px;
        }

        .chat-txtbx {
            padding: 7px;
        }

        .btn-send-chat {
            padding: 7px;
        }
    }