@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&display=swap');

body{
    font-family: 'Open Sans', sans-serif;
}

.sideMenu{
    display: none;
}

.showcase_bottom_Menu{
    display: none;
}

.chat_field{
    position: fixed;
    display: flex;
    flex-flow: column;
    width: 100vw;
    height: calc(100vh - 45px);
    height: calc((var(--vh, 1vh) * 100) - 45px);
    right: 0px;
    top: 0px;
    background-color: #142886;
    z-index: 4002;
    transition: 0.4s ease-in-out;
}

.chat_field_HIDDEN{
    transform: translateY(150%);
}

.chat_field_title{
    max-width: calc(100% - 90px);
}

.vcard_field{
    position: fixed;
    display: flex;
    flex-flow: column;
    width: 100vw;
    height: calc(100vh - 45px);
    height: calc((var(--vh, 1vh) * 100) - 45px);
    right: 0px;
    top: 0px;
    background-color: #142886;
    z-index: 4002;
    transition: 0.4s ease-in-out;
}

.vcard_field_HIDDEN{
    transform: translateY(150%);
}

.preqrcode{
    display: none;
}

.qrcode{
    display: none;
}

.showcase_menu{
    /* position: fixed;
    top: 40%;
    left: 50%; */
    transform: translate(-50%, -50%) scale(0.7);
    /* width: 80vw;
    height: 380px;
    transition: 0.4s ease-in-out; */
}

.showcase_menu_HIDDEN{
    transform: translate(-50%, -250%) scale(0.7);
}

.shwocase_menu_column{
    display: none;
}

/* .showcase_menu_closeButton{
    position: absolute;
    top: 3vh;
    right: -12vw;
    width: 100px;
    height: 100px;
    cursor: pointer;
} */

/* .showcase_menu_CompanyImage{
    position: absolute;
    top: 50px;
    left: 50%;
    width: 90%;
    max-width: 300px;
    transform: translate(-50%, 0);
} */

/* .showcase_menu_CompanyImage img{
    width: 100%;
} */

/* .showcase_menu_decorations_top{
    position: absolute;
    width: 120%;
    max-width: 460px;
    top: 50px;
    left: 50%;
    transform: translate(-50%, 0);
} */

/* .showcase_menu_decorations_top img{
    width: 90%;
    max-width: 300px;
} */

/* .showcase_menu_decorations_lines{
    position: absolute;
    top: 20px;
    left: 50%;
    width: 110%;
    max-width: 400px;
    height: 60%;
    transform: translate(-50%, 0);
    border: rgba(255,255,255, 0.4) solid 1px;
}

.showcase_menu_decorations_lines img{
    width: 120%;
    height: 120%;
    opacity: 0;
} */

.sc_cal_text{
    position: absolute;
    display: inline-flex;
    right: 0;
    margin-top: 40px;
    font-size: 7pt;
}

.sc_cal_icon{
    display: none;
}

.sc_cal_icon_mobile{
    display: inline;
}

.UIButton_Chat{
    display: none;
}

.mobile_bottom_menu{
    z-index: 6001;
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100vw;
    height: 45px;
    background-color: #142886;
}

.mobile_bottom_menu_button{
    height: 100%;
    width: 25%;
    display: inline-block;
}

.mobile_bottom_menu_button_OPACITY{
    opacity: 0.6;
    pointer-events: none;
}

.mobile_bottom_menu_button_INACTIVE{
    opacity: 0;
    pointer-events: none;
}



.mobile_bottom_menu_button img{
    height: 45%;
    position: relative;
    top: 8px;
    left: 50%;
    transform: translateX(-50%);
}

.mobile_bottom_menu_button_title{
    position: relative;
    font-size: 7pt;
    font-weight: 300;
    bottom: -5px;
    left: 50%;
    transform: translateX(-50%);
    width: fit-content;
}

.mobile_bottom_menu_button_ACTIVE{
    background: linear-gradient( #F4C611 40%, #F99E01);
}

.sc_screen{
    width: 100vw;
    height: calc(100vh - 60px);
    height: calc((var(--vh, 1vh) * 100) - 60px);
    margin: 0;
    padding: 0;
    z-index: 5001;
}

.sc_holder{
    z-index: 5002;
    position: fixed;
    width: 100vw;
    height: calc(100vh - 45px);
    height: calc((var(--vh, 1vh) * 100) - 45px);
    left: 0;
    top: 0;
    transform: translate(0, 0);
    background: #142886;
    color: white;
    font-size: 12px;
    line-height: 12px;
}

.NameOfRoom img{
    display: none;
}

.NameOfRoomMobile{
    width: 100vw;
    height: 60px;
    background-color: #122478;
}

.NameOfRoom span{
    position: absolute;
    left: 20px;
    top: 17px;
    font-size: 20px;
}

.showcase_presentation_video{
    width: 100%;
    height: calc(100vh - 45px);
    height: calc((var(--vh, 1vh) * 100) - 45px);
    position: fixed;
    top: 0;
    left: 0;
    background-color: #142886;
    transform: translate(0, 0);
    transition: 0.4s ease-in-out;
}

.showcase_presentation_video_HIDDEN{
    transform: translateY(150%);
}

.showcase_presentation_video_head{
    position: absolute;
    top: 0;
    width: 100%;
    height: 60px;
    background-color: #122478;
}

.showcase_presentation_video_head_title{
    margin-top: 20px;
}

.showcase_presentation_video_body{
    top: 60px;
    width: 100%;
    /* height: calc(100vh - 60px); */
    height: calc(100% - 60px);
}

.showcase_presentation{
    position: fixed;
    width: 100vw;
    height: calc(100vh - 45px);
    height: calc((var(--vh, 1vh) * 100) - 45px);
    top: 0;
    left: 0;
    transform: translate(0, 0);
    background-color: #142886;
    transition: 0.4s ease-in-out;
}

.showcase_presentation_HIDDEN{
    transform: translate(0 , 100%);
}

.showcase_presentation_head{
    background-color: #122478;
    position: absolute;
    width: 100%;
    height: 60px;
}

.showcase_presentation_head_title{
    margin-left: 30px;
    margin-top: 20px;
    font-weight: bold;
}

.showcase_presentation_body{
    position: absolute;
    left: 0;
    top: 20%;
    width: 100%;
    height: 40%;
    transform: translateX(0);
}

.showcase_presentation_column{
    position: absolute;
    height: 100%;
    width: 75px;
}

.showcase_presentation_bot{
    color: #f7ae08;
}

#photo_presentation_id{
    position: relative;
    top: 0;
    left: 50%;
    transform: translateX(-50%); 
    width: 100%;
    max-width: 500px;
    transition: 0.2s;
}

.showcase_presentation_navButton{
    position: relative;
    height: 50px;
    width: 50px;
    top: 80%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: rgba(255, 255, 255, 0.2) solid 1px;
    padding: 5px;
}