.help_class {
    text-align: right;
}

.chatContainerWebcam {
    /* background: #2b2b2b no-repeat url(https://www.espoirvoyance.com/chat/img/webcam.svg); */
    background-position: center;
    background-size: 100% 90%;
    border-radius: 6px;
    overflow: hidden;
    position: relative;
}

.chatContainerWebcam #myWebcam {
    width: 100%;
    object-fit: fill;
    height: 265px;
}

#myAudio {
    position: absolute;
    right: 5px;
    top: 5px;
    color: #fff;
    cursor: pointer;
    font-size: 20px;
    text-shadow: 1px 1px 1px #000;
    display: none;
}

#myAudio input {
    display: none;
}

.chatContainerMyBtns {
    padding: 11px 0px;
}

div.chatContainerTop,
.chatContainerMyBtns .btn,
.chatContainer .btn,
.chatContainer button {
    color: black;
    background-color: #D6ADFF;
}


.spinner-border {
    width: 1rem !important;
    height: 1rem !important;
}

.chatContainerMyBtns .btn,
.chatContainer .btn,
.chatContainer button {
    background: #2b2b2b;
    color: #e9e9e9;
    border: none;
    border-radius: 6px;
    /* padding: 8px 6px; */
    font-weight: bold;
    display: block;
}

.toggle.btn {
    min-width: 59px;
    min-height: 34px;
}

.btn {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.toggle {
    position: relative;
    overflow: hidden;
}


.toggle.off .toggle-group {
    left: -100%;
}

.toggle-group {
    position: absolute;
    width: 200%;
    top: 0;
    bottom: 0;
    left: 0;
}

.checkbox,
.radio {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
}

.chatContainerMyBtns label {
    display: block;
    padding-left: 0;
}

.checkbox label,
.radio label {
    min-height: 20px;
    margin-bottom: 0;
    font-weight: 400;
    cursor: pointer;
}

.chatContainerMyBtns input[value="offline"]+.btn {
    background: #d9534f;
    border: #d43f3a;
}

.chatContainerMyBtns label input:checked+span {
    opacity: 1;
    cursor: default;
}

.chatContainerMyBtns label span:before {
    display: inline-block;
    font-size: 20px;
    font-family: FontAwesome;
    vertical-align: bottom;
    line-height: 21px;
    font-weight: normal;
}

.chatContainerMyBtns label input:checked+span {
    opacity: 1;
    cursor: default;
}

.chatContainerMyBtns input[value="free"]+.btn {
    background: #5cb85c;
    border: #4cae4c;
}

div.chatContainerTop,
.chatContainerMyBtns .btn,
.chatContainer .btn,
.chatContainer button {
    color: black;
    background-color: #D6ADFF;
}

div.chatContainerTop,
.chatContainerMyBtns .btn,
.chatContainer .btn,
.chatContainer button {
    color: black;
    background-color: #D6ADFF;
}

.chatContainerUsers {
    margin-bottom: 15px;
}

.chatContainerHisCam {
    width: 30%;
    position: relative;
}

.pull-left {
    float: left !important;
}

#chatContainerHisWebcam {
    height: 170px;
}

.chatContainerHisCam #hisWebcam {
    width: 100%;
    height: 170px;
}

.chatContainerHisCamStatus {
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    color: #2a90d1;
}

.chatContainerUsersList {
    width: 65%;
}

.pull-right {
    float: right !important;
}

.chatContainerUsersListTitle {
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 5px;
}

.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background-color: #777;
    border-radius: 10px;
}

.chatContainerUsersListTable {
    height: 140px;
    overflow-x: auto;
    background: #fff;
    border-radius: 6px;
}

.chatContainerUsersListTableRow:first-child {
    background: linear-gradient(to bottom, rgba(226, 226, 226, 1) 0%, rgba(219, 219, 219, 1) 50%, rgba(209, 209, 209, 1) 51%, rgba(254, 254, 254, 1) 100%);
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    border-top: 1px solid #dad8d8;
}

.chatContainerUsersListTableRow {
    border: 1px solid #dad8d8;
    cursor: pointer;
}

.chatContainerUsersListTableRow>div:nth-child(1) {
    width: 40%;
}

.chatContainerUsersListTableRow>div {
    float: left;
    padding: 4px 8px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.chatContainerUsersListTableRow>div:nth-child(2),
.chatContainerUsersListTableRow>div:nth-child(3),
.chatContainerUsersListTableRow>div:nth-child(4) {
    width: 20%;
    border-left: 1px solid #dad8d8;
}

.chatContainerUsersListTableRow:last-child {
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}

.chatContainerUsersListTableRow {
    border: 1px solid #dad8d8;
    border-top: none;
    background: #fff;
    cursor: pointer;
}

.msg-history,
.active-chat-list {
    height: 300px;
}

.chat-info {
    min-width: 143px;
}