Rev 5035 | AutorÃa | Ultima modificación | Ver Log |
.chatbox .panel {
background: $bg-color;
border: 1px solid $border-primary;
border-top-left-radius: $border-radius;
border-top-right-radius: $border-radius;
box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
margin: 0;
}
.chatbox .panel-heading {
background-color: $bg-color-secondary;
padding: 10px 15px;
border-bottom: 1px solid $border-primary;
}
.chatbox .panel-title {
margin-top: 0;
margin-bottom: 0;
font-size: 16px;
color: inherit;
position: relative;
}
.chatbox .panel-title-group {
margin-top: 0;
margin-bottom: 0;
font-size: 16px;
color: inherit;
position: relative;
height: 41px;
}
.chatbox-icon {
right: 230px;
bottom: 23px;
padding-top: 15px;
margin-bottom: 0;
z-index: 998;
cursor: pointer;
display: none;
position: fixed;
}
.contact-floating {
width: 54px;
height: 54px;
border-radius: 50%;
}
.contact-floating img {
width: 54px;
height: 54px;
box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.14), 0 1px 7px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -1px rgba(0, 0, 0, 0.2);
}
.red {
background-color: #f44336 !important;
}
.contact-floating .status.Online:after {
background-color: #6cd187;
}
.contact-floating .status.Offline:after {
background-color: #bdbdbd;
}
.contact-floating .status:after {
content: "";
position: absolute;
height: 9px;
width: 9px;
left: 43px;
top: 55px;
border: 1px solid #fff;
border-radius: 50%;
display: block;
}
.contact-floating .unread-msg {
content: "";
position: absolute;
height: 18px;
width: 18px;
left: 0px;
top: 12px;
border: 1px solid #fff;
border-radius: 50%;
display: block;
color: #fff;
text-align: center;
font-size: 11px;
font-weight: bold;
background-color: #f44336 !important;
}
.personal-chat .chat-image {
margin-right: 10px;
}
.personal-chat .header-elements {
padding-top: 5px;
line-height: 15px;
}
.personal-chat .header-elements a {
color: $font-color;
}
.chatbox .panel-heading small {
line-height: 23px;
font-size: 12px;
}
.personal-chat .header-elements .status b {
color: $subtitle-color;
}
.personal-chat .header-elements .status:after {
content: "";
position: absolute;
height: 10px;
width: 10px;
left: 24px;
top: 26px;
border: 2px solid #fff;
border-radius: 50%;
display: block;
}
.personal-chat .header-elements .status.Online:after {
background-color: $online-green;
}
.personal-chat .header-elements .status.Offline:after {
background-color: #bdbdbd;
}
.personal-chat .header-elements .status.Away:after {
background-color: #faf03a;
}
.personal-chat .header-elements .status.dnd:after {
background-color: #e80957;
}
.personal-chat .options {
position: absolute;
right: -5%;
top: 6%;
transform: translateY(-50%);
}
.chatbox .btn-group,
.chatbox .btn-group-vertical {
position: relative;
display: inline-block;
vertical-align: middle;
cursor: pointer;
}
.personal-chat .panel-heading span {
margin-top: 3px;
color: $subtitle-color;
}
.personal-chat .options .attachment {
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-ms-transform: rotate(45deg);
-o-transform: rotate(45deg);
transform: rotate(945deg);
display: inline-block;
font-size: 18px;
}
.personal-chat .options i {
padding: 5px;
}
.personal-chat .options .dropdown-menu {
min-width: 100px;
}
.dropdown-menu {
box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
z-index: 2300;
}
.dropdown-menu-right {
left: auto;
right: 0;
}
.dropdown-menu {
position: absolute;
top: 100%;
left: 0;
z-index: 1000;
display: none;
min-width: 160px;
padding: 5px 0;
margin: 2px 0 0;
list-style: none;
font-size: 14px;
text-align: left;
background-color: #fff;
border: 1px solid #ccc;
border: 1px solid rgba(0, 0, 0, 0.15);
border-radius: 4px;
box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
background-clip: padding-box;
}
.personal-chat .options .dropdown-menu li {
border-bottom: 1px solid #e5e5e5;
}
.dropdown-menu > li > a {
display: block;
padding: 3px 20px;
clear: both;
font-weight: normal;
line-height: 1.428571429;
color: #333333;
white-space: nowrap;
}
li.active a,
a:hover,
a {
text-decoration: none !important;
}
.personal-chat .options i {
padding: 5px;
}
.text-primary {
color: #6699cc;
}
.personal-chat .panel-body {
padding: 0;
}
.panel-body:before,
.panel-body:after {
content: " ";
display: table;
}
.panel-body:after {
clear: both;
}
.chat-conversation {
background-color: $bg-color;
}
.reverseChatBox {
display: flex;
flex-flow: column-reverse;
flex-wrap: nowrap;
overflow: auto;
padding: 1rem;
overflow-y: auto;
overflow-x: hidden;
height: 275px;
}
.conversation-list {
display: flex;
flex-direction: column;
.ctext-wrap {
display: inline-block;
padding: 5px 10px;
position: relative;
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
max-width: 65%;
p {
margin: 0;
padding-top: 3px;
color: $chat-color;
word-break: break-word;
}
i {
color: $subtitle-color;
display: block;
font-size: 11px;
font-style: normal;
position: relative;
}
label {
font-size: 0.8rem;
margin-left: 0.5rem;
color: $chat-color;
}
}
.conversation-text {
width: 100%;
align-items: center;
display: flex;
flex-direction: row;
font-size: 13px;
}
.odd .conversation-text {
width: 100%;
display: flex;
margin-right: 15px;
font-size: 13px;
flex-direction: row-reverse;
margin-left: 0;
align-items: center;
}
}
.conversation-list .conversation-text .la-ellipsis-v {
cursor: pointer;
height: 30px;
display: grid;
place-items: center;
width: 30px;
border-radius: 50px;
padding: 0;
transition: all 0.2s;
color: $chat-color;
}
.conversation_container {
display: flex;
flex-direction: column;
gap: 10px;
}
.conversation-list .conversers1 .ctext-wrap {
background: $chat-received;
border-radius: 10px 0 10px 10px;
}
.conversation-list .conversers1 .ctext-wrap ~ .display-reactions,
.conversation-list .conversers1 .ctext-wrap ~ .la-ellipsis-v:hover {
background: $chat-received;
}
.conversation-list .conversers2 .ctext-wrap {
background: $chat-send;
border-radius: 0 10px 10px 10px;
}
.conversation-list .conversers2 .ctext-wrap ~ .display-reactions,
.conversation-list .conversers2 .ctext-wrap ~ .la-ellipsis-v:hover {
background: $chat-send;
}
/*chat loader*/
.ctext-wrap .reply {
width: 98px;
color: #777;
}
.spinner {
padding-top: 6px;
}
.spinner > div {
width: 5px;
height: 5px;
background-color: #777;
margin-right: 2px;
border-radius: 50%;
display: inline-block;
-webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}
.spinner .bounce1 {
-webkit-animation-delay: -0.32s;
animation-delay: -0.32s;
}
.spinner .bounce2 {
-webkit-animation-delay: -0.16s;
animation-delay: -0.16s;
}
@keyframes sk-bouncedelay {
0%,
80%,
100% {
-webkit-transform: scale(0);
transform: translateY(-7px);
}
40% {
-webkit-transform: scale(1);
transform: translateY(0);
}
}
/*chat end*/
*::-webkit-scrollbar {
width: 6px !important;
height: 6px !important;
}
*::-webkit-scrollbar-thumb {
background-color: rgba(0, 0, 0, 0.2);
}
*::-webkit-scrollbar-track {
background: rgba(255, 255, 255, 0.08);
}
.wchat-wrapper-main::-webkit-scrollbar-track {
background-color: #dfdfdf;
}
*::-webkit-input-placeholder {
color: #ccc;
font-size: 15px;
}
*::-moz-placeholder {
color: #ccc;
font-size: 15px;
}
.font-24 {
font-size: 24px !important;
}
.wchat-chat-footer {
background-color: $bg-color-secondary;
-webkit-box-flex: 0;
width: 100%;
box-sizing: border-box;
/* padding-top: 10px; */
z-index: 1;
-webkit-box-ordinal-group: 4;
order: 3;
position: relative;
-webkit-transform: translateZ(0);
transform: translateZ(0);
}
.resp_messages-container {
padding: 10px;
height: 0;
}
.resp_messages-container.active {
height: auto;
}
.resp_messages-container p {
margin-left: 5px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.chatFrom {
background-color: $bg-color-secondary;
}
.block-wchat .input-container {
background-color: $bg-color-secondary;
}
.block-wchat {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-webkit-box-align: end;
-ms-flex-align: end;
align-items: flex-end;
padding: 10px 19px;
max-width: 100%;
box-sizing: border-box;
position: relative;
z-index: 2;
}
.block-wchat .btn-emoji {
margin-right: 20px;
margin-bottom: 7px;
}
.block-wchat .btn-attach {
/* margin-right: 20px; */
margin-bottom: 7px;
}
.block-wchat .send-container,
.block-wchat .ptt-container,
.block-wchat .btn-emoji {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
}
.block-wchat .input-container {
border-radius: 5px;
background-clip: padding-box;
width: inherit;
-webkit-box-flex: 1;
-ms-flex: 1 1 auto;
flex: 1 1 auto;
min-width: 0;
border-color: #fff;
border-width: 1px;
border-style: solid;
box-sizing: border-box;
padding-right: 16px;
}
.active_chats-list {
display: flex;
align-items: flex-end;
gap: 10px;
width: fit-content;
z-index: 100;
}
.input,
.block-wchat .input-container,
.input-line {
font-weight: 400;
}
.input-container {
-webkit-transition: height 0.18s ease-in-out;
transition: height 0.18s ease-in-out;
}
.input-emoji {
position: relative;
}
.block-wchat .input-placeholder {
top: 0;
margin-left: 2px;
}
.block-wchat .input-container .input,
.block-wchat .input-container .input-container {
word-wrap: break-word;
white-space: pre-wrap;
padding: 0 2px 0 0;
min-height: 20px;
max-height: 100px;
overflow-y: auto;
overflow-x: hidden;
background-color: $bg-color-secondary;
border-left: 0.1px solid transparent;
position: relative;
z-index: 1;
}
.input,
.block-wchat .input-container {
-webkit-user-select: text;
-moz-user-select: text;
-ms-user-select: text;
user-select: text;
line-height: 20px;
font-size: 15px;
min-height: 20px;
border: none;
padding: 8px 8px;
width: 100%;
outline: none;
}
.input-placeholder {
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
position: absolute;
top: 6px;
left: 0;
color: #999;
pointer-events: none;
-webkit-transition: opacity 0.08s linear;
transition: opacity 0.08s linear;
font-size: 15px;
line-height: 20px;
z-index: 0;
font-family: "Open Sans", sans-serif;
}
.block-wchat .send-container,
.block-wchat .ptt-container,
.block-wchat .btn-emoji {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
}
.block-wchat {
padding: 8px 8px !important;
}
.block-wchat .btn-emoji {
margin-right: 10px !important;
}
.chatbox {
width: 260px;
display: none;
z-index: 10;
}
/* Tooltip text */
.wchat-box-items-positioning-container {
position: absolute;
top: 0;
width: 100%;
}
.wchat-box-items-overlay-container {
position: absolute;
bottom: 0;
width: 100%;
box-sizing: border-box;
}
.customtab2 {
border-bottom: 1px solid #f7fafc;
border-top: 1px solid #f7fafc;
/* padding: 10px 0; */
background: #f9f9f9;
}
.menu-tabs {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.nav > li > a {
position: relative;
display: block;
padding: 10px 0px;
}
.menu-tabs-emoji {
position: relative;
height: 50px;
background-color: #fff;
-webkit-box-flex: 0;
-ms-flex: none;
flex: none;
}
.menu-tabs-emoji .menu-item {
height: 50px;
}
.menu-tabs-emoji .icon {
vertical-align: middle;
}
.menu-tabs-marker {
position: absolute;
bottom: 0;
left: 0;
-webkit-transition: -webkit-transform 0.3s cubic-bezier(0.1, 0.82, 0.25, 1);
transition: transform 0.3s cubic-bezier(0.1, 0.82, 0.25, 1);
height: 4px;
background-color: #009688;
}
.menu-tabs > .menu-item,
.menu-pills > .menu-item {
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
text-align: center;
}
.menu-item {
cursor: pointer;
}
.menu-tabs > .menu-item,
.menu-pills > .menu-item {
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
text-align: center;
}
.customtab2 li.active a,
.customtab2 li.active a:hover,
.customtab2 li.active a:focus {
background: #333333;
border: 1px solid #333333;
color: #ffffff;
}
.customtab2 li a {
color: #333333;
}
.customtab2 li:hover a {
color: #333333;
border-bottom: 1px solid #333;
}
#showhidechatlist {
display: flex;
flex-direction: column;
}
.subpanel_title {
background: $bg-color-secondary;
color: $subtitle-color;
cursor: pointer;
font-weight: bold;
padding: 0.5rem 1rem;
font-size: 1.1rem;
display: flex;
justify-content: space-between;
height: 30px;
}
.subpanel_title span.options {
width: 12px;
height: 12px;
display: none;
}
.subpanel_title-icons {
display: flex;
align-items: center;
gap: 0.5rem;
color: $subtitle-color;
}
.subpanel_title .minusicon:hover {
color: #060;
}
.subpanel_title span.min {
padding: 0;
}