#divmain {
    width: 100%;
    height: 100%;
    max-height: 100%;
    position: fixed;
    z-index: 1;
}
#divdummy {
    float: left;
    width: 100%;
    height: 100%;
    max-height: 100%;
    position: fixed;
    z-index: 2;
}

#diviframe {
    float: left;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 3;
}

#labelunlock {
    bottom: 10px;
    margin-left: 50%;
    color: yellow;
    display: block;
    height: 15px;
    font-size: 12px;
    position: absolute;
    z-index: 5000;
}
#labelrecog{
    bottom: 10px;
    margin-left: 55%;
    color: yellow;
    display: block;
    height: 15px;
    font-size: 12px;
    position: absolute;
    z-index: 5000;
}

#divbody {
    float: right;
    width: 400px;
    bottom: 0px;
    right: 0;
    position: fixed;
    z-index: 5;
    max-height: 75%;
    background-color: black;
}

#divchat {
    width: inherit;
    right: 0;
    padding-right: auto;
    position: fixed;
    z-index: 1000;
    overflow-y: scroll;
    overflow-x: hidden;
    max-height: inherit;
}

#divavchat {
    bottom: 111px;
    right: 0;
    position: fixed;
    z-index: 1000;
}

/* Chat message containers of this user */
.container {
    border: 0.5px solid #706666;
    background-color: black;
    border-radius: 3px;
    width: auto;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 1px;
    padding-bottom: 1px;
    margin: 1px 0;
}

/* Chat message containers of other user */
.darker{
    background-color: rgb(71, 71, 71);
}

/* Clear floats */
.container::after {
content: "";
    clear: both;
    display: table;
}

/* Style images */
.container img {
    float: left;
    max-width: 60px;
    width: 100%;
    margin-right: 20px;
    border-radius: 10%;
}

/* Style the right image */
.container img.right {
    float: right;
    margin-left: 20px;
    margin-right: 0;
}

/* Style time text */
.time-right {
    float: right;
    color: #aaa;
    font-size: 8pt;
}

/* Style time text */
.time-left {
    float: left;
    color: #999;
    font-size: 8pt;
}

.seen-symbol {
    float: left;
    color: red;
    font-size: 8pt;
}

/* Style msg text */
.msg-right {
    float: right;
    padding-left: 25px;
    padding-bottom: 5px;
    color: white;
}

/* Style msg text */
.msg-left {
    float: left;
    padding-right: 25px;
    padding-bottom: 5px;
    color: rgb(248, 248, 196);
}

#divinputarea {
    width: inherit;
    right: 0;
    bottom: 0;
    position: fixed;
    z-index: 1000;
    background-color: black;
    visibility: hidden;
}

#divstickerpanel {
    width: inherit;
    right: 0;
    border-color: darkgrey;
    text-align: center;
    bottom: 80px;
    max-height: 250px;
    height: 225px;
    position: fixed;
    z-index: 3002;
    background-color: black;
    visibility: hidden;
    overflow-x: hidden;
    overflow-y: scroll;
}

    #divstickerpanel::-webkit-scrollbar { 
        display: 1px; 
    }

    #divstickerpanel img{
        float: left;
        max-width: 75px;
        max-height: 75px;
        width: 80px;
        height: 80px;
        margin: 0.5px;
        border-radius: 5%;
    }

#divstickerview {
    width: inherit;
    text-align: center;
    bottom: 150px;
    max-height: 300px;
    height: 300px;
    position: fixed;
    z-index: 3002;
    background-color: transparent;
    transition: ease-in-out;
    visibility: hidden;
}

    #divstickerview img{
        float: center;
        vertical-align: middle;
        max-width: 300px;
        max-height: 300px;
        width: auto;
        margin-right: 2px;
        border-radius: 5%;
    }

#divimageview {
    width: inherit;
    text-align: center;
    bottom: 100px;
    max-height: 380px;
    height: 380px;
    position: fixed;
    z-index: 3002;
    background-color: transparent;
    transition: ease-in-out;
    visibility: hidden;
}

    #divimageview img{
        float: center;
        vertical-align: middle;
        max-width: 380px;
        max-height: 380px;
        width: auto;
        margin-right: 2px;
        border-radius: 5%;
    }

#divemojipanel {
    position: relative;
    width: 300px;
    left: 50px;
    border-color: darkgrey;
    text-align: center;
    bottom: 80px;
    max-height: 60px;
    height: 60px;
    z-index: 3002;
    background-color: black;
    display: none;
    overflow-x: hidden;
    overflow-y: hidden;
}

.inputtextarea {
    width: inherit;
    resize: none;
    background-color: honeydew;
}

#labelInput{
    float:left;
    color: yellow;
    display: block;
    font-size: 12px;
    background-color: black;
    position: relative;
}

#labelPad{
    float:left;
    display: block;
    font-size: 12px;
    background-color: black;
    position: relative;
}

#divrectbottom{
    bottom: auto;
    width: auto;
    height: 2px;
    background-color: black;
    z-index: 2001;
}

#divmedia {
    position: relative;
    float:left;
    bottom: auto;
    left: 5px;
    width: 20px;
    height: 15px;
    background-color: black;
    z-index: 1000;
    position: relative;
}

#divtypingcontainer {
    position: relative;
    float:left;
    bottom: auto;
    width: 15px;
    height: 15px;
    background-color: black;
    z-index: 1000;
}

    #divtyping {
        position: relative;
        float:left;
        top: 2px;
        left: 2px;
        width: 11px;
        height: 11px;
        background-color: black;
        border-radius: 5%;
        z-index: 1000;
    }

#divvc {
    float:left;
    bottom: auto;
    width: 40px;
    height: 15px;
    background-color: black;
    z-index: 1000;
}
        
    #labelVC{
        position: relative;
        float:right;
        color: yellow;
        display: block;
        font-size: 12px;
        visibility: hidden;
    }

#divalert {
    float: left;
    bottom: auto;
    width: 55px;
    height: 15px;
    background-color: black;
    z-index: 1000;
}

    #labelAlert{
        position: relative;
        float:right;
        color: yellow;
        display: block;
        font-size: 12px;
    }

#divrecog {
    float:left;
    bottom: auto;
    width: 55px;
    height: 15px;
    background-color: black;
    z-index: 1000;
}

    #labelrecog1{
        float:right;
        color: yellow;
        display: block;
        font-size: 12px;
        background-color: black;
    }

#divsticker {
    float:left;
    bottom: auto;
    width: 55px;
    height: 15px;
    background-color: black;
    z-index: 1000;
}

    #labelsticker{
        float:right;
        color: yellow;
        display: block;
        font-size: 12px;
        background-color: black;
        position: relative;
    }

#divlastseen {
    float: right;
    bottom: auto;
    width: auto;
    height: 15px;
    background-color: black;
    z-index: 1000;
}

    .away-since {
        float: right;
        color: white;
        font-size: 8pt;
        margin-left: 10px;
        text-align:center;
    }

#divstatuscontainer {
    float:right;
    bottom: auto;
    width: 20px;
    height: 15px;
    background-color: black;
    z-index: 1000;
}

    #divstatus {
        position: relative;
        top: 2px;
        left: 5px;
        width: 10px;
        height: 11px;
        background-color: black;
        border-radius: 50%;
        z-index: 1000;
    }
