#mySidebar {
    display: none !important;
    width: 1px !important;
}

#slide-panel {
    margin: 0 !important;
    z-index: 7;
}

#pcr__participants_list {
    overflow-x: hidden;
    overflow-y: hidden;
}

#menu_more {
    position: absolute;
    bottom: 45px;
    right: 5%;
}

#menu_more ul {
    background: #fff;
    margin: 0;
    padding: 10px 20px 20px 8px;
    list-style: none;
    border: 1px solid #fff;
    border-radius: 10px 10px 0 0;
    color: #000;
}

#menu_more ul li {
    margin: 5px 0;
    cursor: pointer;
}

#menu_more svg {
    width: 20px;
    height: 20px;
}

.controls_ul svg .stroked,
#menu_more svg .stroked {
    stroke: var(--line-icon-color);
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10;
}

.controls_ul svg .filled,
#menu_more svg .filled {
    fill: var(--line-icon-color);
}

#controls-toolbar-mobile {
    z-index: 5;
    position: fixed;
    bottom: 5%;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    left: 50%;
}

.green-bg {
    background: #28a745;
    color: #fff !important;
    padding: 0 15px !important;
    font-size: 16px !important;
    border-radius: 5px;
}

header .navigation-wrap .navbar .text-logo {
    color: #fff;
    border-left: none;
}

.chat-messages {
    height: calc(100vh - 232px);
    height: calc(100svh - 232px);
    height: calc(100dvh - 232px);
}

@media only screen and (min-device-width: 480px) and (max-device-width: 812px) and (orientation: landscape) {
    #slide-panel {
        margin-left: 0;
        top: 0px;
        width: 0;
        position: fixed;
        height: 100%;
        bottom: 0;
        z-index: 9999;
    }

    #list_lobby,
    #list_participants,
    #setting-ul,
    #share-details {
        margin-left: 0;
        top: 0px;
        width: 100%;
        position: fixed;
        height: 100%;
        bottom: 0;
    }

    #list_chat {
        margin-left: 0;
        top: 0px;
        width: 100%;
        position: fixed;
        height: 100%;
        bottom: 0;
    }

    #slide-panel .submenu li.list-group-item .messages {
        height: calc(100vh - 300px) !important;
        height: calc(100dvh - 300px) !important;
        height: calc(100svh - 300px) !important;
    }
}

@media (orientation: portrait) {
    .chat-messages {
        height: calc(100vh - 185px);
        height: calc(100svh - 185px);
        height: calc(100dvh - 185px);
    }

    #slide-panel {
        margin-left: 0;
        top: 0px;
        width: 0;
        position: fixed;
        height: 100%;
        bottom: 0;
        z-index: 9999;
    }

    #list_lobby,
    #list_participants,
    #setting-ul,
    #share-details {
        margin-left: 0;
        top: 0px;
        width: 100%;
        position: fixed;
        height: 100%;
        bottom: 0;
    }

    #list_chat {
        margin-left: 0;
        top: 0px;
        width: 100%;
        position: fixed;
        height: 100%;
        bottom: 0;
    }
}

svg.enxSVG * {
    fill: #000000 !important;
    stroke: #000000 !important;
}

input#changeEraserWidth {
    width: 40px !important;
}

input#changeDW {
    width: 40px !important;
}

#dialOutPopup.message-popup {
    width: 400px;
    background: #fff;
    color: #000;
    text-align: left;
    position: relative;
    padding-bottom: 40px;
}

#cobrowsing.message-popup {
    width: 400px;
    position: relative;
    padding-bottom: 40px;
}

#cobrowsing.message-popup .button-container {
    text-align: center;
}

#dialOutPopup.message-popup .custom-wrapper-dialout {
    margin-bottom: 10px;
}

#dialOutPopup.message-popup p.dial_status {
    margin: 0;
    position: absolute;
    bottom: 10px;
    right: 20px;
}

#dialOutPopup.message-popup .button-container {
    text-align: center;
}
