﻿.Poptech-EMCCollab-Toolbar-Container {
    height: 32px;
    width: 600px;
    position: fixed;
    left: 230px;
    top: 5px;
    z-index: 9998;
}

.Poptech-EMCCollab-IncomingWorkItems-Container {
    height: 150px;
    width: 560px;
    position: fixed;
    left: 230px;
    top: 36px;
    z-index: 9999;
    border: solid 1px #c4c5d6;
    display: none;
}

.Poptech-EMCCollab-WorkingWorkItems-Container {
    height: 50px;
    width: 380px;
    position: fixed;
    left: 230px;
    top: 36px;
    z-index: 9997;
    border: solid 1px #c4c5d6;
    display: none;
}

.Poptech-EMCCollab-WebChatList-Container {
    height: calc(100vh - 44px);
    width: 460px;
    position: fixed;
    right: 0px;
    bottom: 0px;
    z-index: 9997;
    border: solid 1px #c4c5d6;
    display: none
}

.Poptech-EMCCollab-EmailWorkItem-Container {
    height: 520px;
    width: 50%;
    position: fixed;
    right: 0px;
    bottom: 0px;
    z-index: 9997;
    border: solid 1px #c4c5d6;
    display: none
}

.Poptech-EMCCollab-Popups-Container {
    height: 46%;
    width: 46%;
    position: fixed;
    left: 25%;
    top: 20%;
    z-index: 9999;
    border: solid 1px #c4c5d6;
    display: none
}

.Poptech-EMCCollab-Model-Backdrop {
    z-index: 9998;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #000;
    opacity: .6;
    transition: opacity .15s linear;
}