@charset "utf-8";

/* CSS Document */

/* ################################################################ */
/* ############################# ALEX ############################# */
/* ################################################################ */

#track-div {
    height: 55vh;
    /* margin: 2rem; */
    background-color: lightgray;
    margin-bottom: 1rem;
    border-radius: 5px;
}

#right-track {
    /* margin: 2rem; */
    border: 1px solid #668295;
    border-radius: 5px;
    height: 100%;
    background-color: white;
    padding: 1rem 2rem;
}

#right-track img {
    height: 1.3rem;
    width: 1.3rem;
}

#vipchat-div img {
    height: 1.3rem;
    width: 1.3rem;
}

#vipchat-right-track img {
    height: 1.3rem;
    width: 1.3rem;
}

#vipchat-right-track {
    border: 1px solid #668295;
    border-radius: 5px;
    height: 100%;
    background-color: white;
    padding: 1rem 2rem;
}

#vipchat-outside {
    outline-style: solid 1px black;
    background-color: black;
    height: 100%;
    padding: 1rem;
    border-radius: 5px;
}

#vipchat-div {
    background-color: white;
    border-radius: 5px;
    height: 100%;
    padding: 1rem;
}

#vipchat-title {
    font-weight: bold;
    color: white;
    /* margin-left: 1rem; */
}

#right-track p {
    float: right;
}

#track-outside {
    outline-style: solid 1px black;
    /* background-color: #668295; */
}

#track-div iframe {
    margin: 1rem;
    height: 100%;
    width: 100%;
}

#track-outside button {
    background-color: white;
    color: #668295;
    font-weight: bold;
    border-color: #668295;
}

#textarea-track {
    position: relative;
    top: 10px;
    display: flex;
    justify-content: flex-start;
    margin: 10px;
}

#textchat-track {
    border: 1px solid #ffffff;
    overflow: hidden;
    margin-left: 20px;
    display: flex;
}

/* .chat-entry::before {
    content:
} */

/* User profile */

.vl {
    border-left: 1px solid black;
    height: 77vh;
}

#contact_line {
    width: 57vw;
}

.item-company {
    margin: auto;
    grid-area: company;
    width: 30vh;
    height: 30vh;
}

.item-profile {
    grid-area: profile;
    margin: auto;
}

#profile2 {
    width: 30vh;
    height: 30vh;
    margin: auto;
}

.item-data {
    grid-area: data;
    line-height: 2.2;
}

.item-location {
    grid-area: location;
    display: flex;
}

.item-location p {
    margin-top: 30px;
}

.item-contact {
    grid-area: contact;
    line-height: 2.2;
}

.item-line {
    grid-area: line;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 20px;
}

.container1 {
    display: grid;
    grid-template-columns: 22vw 20px 21vw 21vw 21vw;
    grid-template-rows: auto;
    grid-template-areas: "profile line data location location" "profile line data location location" "company line contact contact contact" "company line contact contact contact";
    text-align: left;
    justify-content: stretch;
}

.vl2 {
    border-left: 1px solid black;
    height: 46vh;
    margin-right: 25px;
    margin-top: 4vh;
}

/* Profile CSS's */

/* ################################################################ */

/* ############################# LANA ############################# */

/* ################################################################ */

#banner {
    width: 100%;
    height: 100%;
    position: relative;
}

/*siedepanel*/

.sidepanel {
    height: 550px;
    /* Specify a height */
    border-left: 1px solid #2b2e65;
    border-top: 1px solid #2b2e65;
    border-bottom: 1px solid #2b2e65;
    border-right: none;
    border-radius: 5px;
    width: 0;
    /* 0 width - change this with JavaScript */
    position: fixed;
    /* Stay in place */
    z-index: 0;
    /* Stay on top */
    top: 0;
    right: 0;
    background-color: #ffffff;
    /* Black*/
    overflow-x: hidden;
    /* Disable horizontal scroll */
    padding-top: 0px;
    /* Place content 60px from the top */
    transition: 0.5s;
    /* 0.5 second transition effect to slide in the sidepanel */
}

/* The sidepanel links */

.sidepanel a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    color: #000;
    display: block;
    transition: 0.3s;
}

/* When you mouse over the navigation links, change their color */

.sidepanel a:hover {
    color: #f1f1f1;
}

/* Position and style the close button (top right corner) */

.sidepanel .closebtn {
    position: absolute;
    top: -5px;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

/* Style the button that is used to open the sidepanel */

.openbtn {
    width: 70px;
    height: 550px;
    font-size: 20px;
    cursor: pointer;
    background-color: #ffffff;
    color: black;
    padding: 10px 15px;
    border-left: 1px solid #000;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    border-right: none;
    border-radius: 5px;
    text-decoration: none;
}

#title1,
#title2 {
    margin-top: 0px;
    padding-top: 0px;
}

td {
    overflow: hidden;
    text-overflow: ellipsis;
}

/* .openbtn:hover {
  background-color: #5aaba7
} */

.menu_li {
    margin: 20px;
}

#nav-system-chat {
    list-style-type: none;
}

#nav-general-chat {
    margin-left: 5px;
    list-style-type: none;
    color: #58b6b2;
}

#nav-home-tab {
    border-right: 1px solid #000;
    border-radius: 5px;
}

#textarea {
    position: relative;
    top: 60px;
    /* bottom: -20px; */
    display: flex;
    justify-content: flex-start;
    margin: 0;
}

#chat_span {
    position: relative;
    display: inline;
    top: 65px;
    /* margin-left:10px;
    padding-left:10px;   */
    text-decoration: underline;
}

#sendbtn {
    position: relative;
    display: flex;
    bottom: -55px;
    margin: 0;
    justify-content: space-between;
}

#nav-profile-tab {
    color: #58b6b2;
}

/* #send_span{
  position:relative;
}  */

/* ####################### PROFILE SPEAKERS POPUP ################################ by Lana> */

.title {
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 15px;
    color: #2b2e65;
}

.info_speaker {
    font-size: 26px;
    font-weight: normal;
    color: #2b2e65;
}

.info_data {
    font-size: 22px;
    font-weight: normal;
    color: #2b2e65;
}

.icon_med {
    display: flex;
    justify-content: space-around;
    margin-top: 18px;
}

.icon_media {
    margin-right: 8px;
    color: #58b6b2;
}

.info {
    font-size: 26px;
    color: #58b6b2;
}

#info {
    font-size: 26px;
    color: #58b6b2;
    text-align: center;
}

.tekst {
    font-size: 20px;
    color: #2b2e65;
}

/* ################################################################ */

/* ############################# OTHER ############################# */

/* ################################################################ */

.image-notification-popup {
    height: 150px;
    width: 400px;
}

@media (min-width: 1001px) {
    .tip-list-popup {
        display: inline-block;
        font-size: 2em;
    }
}

@media (max-width: 1000px) {
    .tip-list-popup {
    }

    .image-notification-popup {
        height: 100px;
        width: 300px;
    }
}

.notification-information-window-outer-div {
    top: 105px;
    right: 20px;
    width: 317px;
    height: 78px;
    background: #FFBB00 0% 0% no-repeat padding-box;
    box-shadow: 1px 1px 6px #00000029;
    opacity: 1;
    position: fixed;
    z-index: 1020
}

.notification-information-window-inner-div, a.notification-information-window-inner-div:hover {
    width: 239px;
    height: 78px;
    position: absolute;
    text-align: center;
    vertical-align: bottom;
    color: #000000;
    text-decoration: none;
}

.notification-information-window-text1 {
    font-weight: bold;
    line-height: 21px;
    letter-spacing: 0px;
    color: #000000;
    opacity: 1;
    margin-top: 1rem;
    display: block;
}

.notification-information-window-text2 {
    font-size: 18px;
    line-height: 20px;
    letter-spacing: 0px;
    color: #000000;
    opacity: 1;
    display: inline-block;
}

.notification-information-window-close-div {
    width: 78px;
    height: 78px;
    background: #FFFFFF40 0% 0% no-repeat padding-box;
    opacity: 1;
    right: 0;
    position: absolute;
    border: 0;
}

.notification-popup-title {
    font-weight: bold;
    font-size: 1.5em;
    color: #333333;
    letter-spacing: 0;
    line-height: 27px;
}

.notification-popup-subtitle {
    font-weight: bold;
    color: #333333;
    letter-spacing: 0.1em;
    line-height: 20px;
}

.notification-popup-body {
    color: #333333;
    letter-spacing: 0.1em;
    line-height: 20px;
}

.notification-popup-button {
    width: 35%;
    border-radius: 0;
    font-weight: bold;
    font-size: 1.5em;
    letter-spacing: 0;
    line-height: 27px;
}

.notification-popup-button-disallow {
    background-color: #333333;
    color: white;
}

@media (max-width: 991.98px) {
    .offcanvas-collapse {
        position: fixed;
        top: 78px; /* Height of navbar */
        bottom: 0;
        right: 0;
        transform: translateX(100%);
        width: 80%;
        padding-right: 0;
        padding-left: 0;
        overflow-y: auto;
        visibility: hidden;
        background-color: #fff;
        transition: transform 0.3s ease;
        box-shadow: 0 0 1em rgba(0, 0, 0, 0.3);
        background: #153139;
    }

    .offcanvas-collapse.show {
        transform: translateX(0);
        visibility: visible;
    }

    .offcanvas-collapse .nav-link {
        color: #fff !important;
        font-weight: bold;
        padding: 1em 1.5em;
        border-bottom: 1px rgba(255, 255, 255, 0.05) solid;
    }

    .offcanvas-collapse .nav-link:hover {
        background: rgba(0, 0, 0, 0.15)
    }

    .offcanvas-collapse .dropdown-menu {
        /*display: block !important;*/
        background: rgba(0, 0, 0, 0.1);
        border: 0;
        border-radius: 0;
        padding: 0;
    }

    .offcanvas-collapse .dropdown-menu .dropdown-item {
        padding: 0.75em 2.5em;
        color: rgba(255, 255, 255, 0.75);
        font-size: 0.9em;
    }

    .offcanvas-collapse .dropdown-menu .dropdown-item:hover {
        background: rgba(255, 255, 255, 0.1);
    }
}

@media all and (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: none;
    }

    .navbar .nav-item:hover .nav-link {
    }

    .navbar .nav-item:hover .dropdown-menu {
        display: block;
    }

    .navbar .nav-item .dropdown-menu {
        margin-top: 0;
        padding-top: 1em;
    }

    #top-bar.transparent-header.navbar .nav-item .dropdown-menu a {
        color: #343a40 !important;
    }
}

#polls-tab ul {
    list-style-type: none;
    padding: 0;
}

.primary-tab {
    border-bottom-width: 3px !important;
}

.primary-tab:active {
    border-bottom-color: inherit !important;
}

.agenda-on-conference-page h2 {
    padding-top: 0.1em;
}

.agenda-on-conference-page h2:after {
    display: none !important;
}

.agenda-on-conferences-table {
    min-width: 930px;
}

.agenda-on-conferences-table td:first-child {
    white-space: nowrap;
}

.invert-chat-inside-me .card.chat {
    background: linear-gradient(45deg, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.5));
}

.invert-chat-inside-me .card.chat .single-message .message-body {
    color: #fff;
}

.invert-chat-inside-me img[src="/assets/Profile.svg"] {
    filter: invert(1);
}

.invert-chat-inside-me .card.chat .chat-messages::-webkit-scrollbar {
    width: 8px; /* width of the entire scrollbar */
}

.invert-chat-inside-me .card.chat .chat-messages::-webkit-scrollbar-track {
    background: transparent; /* color of the tracking area */
}

.invert-chat-inside-me .card.chat .chat-messages::-webkit-scrollbar-thumb {
    background-color: #58B6B2; /* color of the scroll thumb */
    border-radius: 20px; /* roundness of the scroll thumb */
    border: 3px solid transparent; /* creates padding around scroll thumb */
}

/*body.home #speakers p,
body.home #speakers h2 + div,
body.home #exhibitors p,
body.home #exhibitors h2 + div {
    font-size: 0 !important;
}*/
