#chatRoomList {
    height: 58vh;
    overflow-y: scroll;
}

#chatRoomList.list-group-item {
    padding-left: 0;
    padding-right: 0;
}

#chatMessagesArea {
    height: 58vh;
    overflow-y: scroll;
    background-color:#DDEDFD;
}

.chat-title-text {
    font-size: 24px;
    font-weight: bold;
}

.chat-message-border {
    border-color: #FFF;
}

.chat-frm-btn {
    border-radius: 6px !important;
    width: 80px !important;
    margin-left: 6px !important;
}

.chat-margin-bottom-30 {
    margin-bottom: 30px;
}

.chat-margin-bottom-20 {
    margin-bottom: 20px;
}

.chat-margin-bottom-10 {
    margin-bottom: 10px;
}

#collapseNewMessage .div-file-upload {
    width: fit-content !important;
}

#collapseNewMessage .js-delete-file {
    float: none !important;
    margin-left: 5px;
    margin-right: 15px;
}

#chatMessagesArea .div-file-upload {
    width: 100% !important;
}

#collapseEdit .div-file-upload {
    width: fit-content !important;
}

#collapseEdit .js-delete-file-edit {
    margin-left: 15px;
}

#chatRoomList .list-group-item.active {
    background-color: #343a40  !important;
    border-color: #343a40  !important;
}

.chat-image-file-w {
    width: auto;
    max-width: 150px;
    max-height: 150px;
}

#chatRoomList .rounded-pill {
    color: #fff;
}

#chatRoomList .chat-room-font-bold {
    font-weight: bold;
}

.div-file-upload a.fancybox {
    text-decoration: none !important;
}

#loadingIconDiv {
    position: fixed;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(255,255,255,0.8);
    z-index: 9999;
}

#loadingIcon {
    position: relative;
    left: 0%;
    right: 0%;
    top: 50%;
    bottom: 50%;
    text-align: center;
}

#loadingIcon div {
    margin-bottom: 50px;
}

#loadingIcon i {
    font-size: 80px;
}

#loadingIcon span {
    font-size: 12px;
    text-shadow: 1px 1px white;
}

#chatMessageLoadingIcon {
    text-align: center;
    position: relative;
    z-index: 99;
    padding-top: 10px;
    padding-bottom: 20px;
    display: none;
}

#chatMessagesArea .div-file-upload i {
    font-size: 20px;
}

#chatMessagesArea .text-right button i {
    font-size: 20px;
}

#filesViewChatEdit .div-file-upload a i {
    font-size: 20px;
}

/*.fancybox-skin { 
    width: fit-content !important;
}

.fancybox-image { 
    width: 80vw !important;
}

.fancybox-inner { 
    width: unset !important; height: unset !important;
}

.fancybox-wrap { 
    width: unset !important;
}*/

.fancybox-wrap { 
    max-width: 96%;
}

.fancybox-skin { 
    max-width: 100%;
}

.fancybox-inner { 
    max-width: 100%;
}

#jsChatMessage i {
    color: #f45963 !important;
}

#chatRoomList .badge {
    background-color: #f45963 !important;
}