Built files from Bizgaze WebServer
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

chat.css 10KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528
  1. /*Custom Chat Styles*/
  2. .chatapp .header {
  3. border-bottom: solid 1px #eee !important;
  4. background: #f6f6f6;
  5. }
  6. .chatapp .nav-tabs > .nav-item {
  7. padding: 0px 0.2rem;
  8. position: relative;
  9. }
  10. .chatapp .nav-tabs > .nav-item > .nav-link {
  11. padding: .5rem 0.2rem;
  12. }
  13. /*.chatapp .nav-tabs > .nav-item > .nav-link.link-icon-top.active {
  14. color: #00B0FF;
  15. border-bottom: 3px solid #00B0FF !important;
  16. }*/
  17. .chatapp .nav-tabs.nav-light .nav-item.show .nav-link {
  18. color: #00B0FF;
  19. border-color: #00B0FF;
  20. }
  21. .chatapp .chatapp-body {
  22. padding: 10px 10px 10px 5px;
  23. }
  24. .chatapp .dropdown-menu .dropdown-icon {
  25. color: #00B0FF;
  26. }
  27. .chatapp-body .div-chat-search {
  28. display: flex;
  29. justify-content: space-between;
  30. align-items: center;
  31. position: sticky;
  32. top: -1px;
  33. z-index: 999;
  34. background-color: #fff;
  35. padding: 5px 0px;
  36. }
  37. .chatapp-search-div .chatAppSearch {
  38. position: absolute;
  39. left: 0;
  40. height: 34px;
  41. width: 92%;
  42. }
  43. .userlist .online-status-icon {
  44. width: 12px !important;
  45. height: 12px !important;
  46. position: absolute !important;
  47. bottom: 4px;
  48. right: 5px;
  49. }
  50. .chatapp-body .list-group-item:hover {
  51. background-color: #F6F5F5;
  52. }
  53. /* .chatapp-body .list-group-item:hover .chat-call-options i {
  54. color: #00B0FF !important;
  55. }*/
  56. /*.userlist .first-letter-heading {
  57. background-color: #FBFBFB;
  58. }*/
  59. .chatapp .chat-footer {
  60. position: absolute;
  61. bottom: 0;
  62. left: 0;
  63. width: 100%;
  64. background-color: #fff;
  65. z-index: 999;
  66. }
  67. .chat-footer .text_div {
  68. border-top: 1px solid #DADDE1;
  69. }
  70. .chat-footer .msg-option-container {
  71. display: flex;
  72. align-items: center
  73. }
  74. .chat-footer .msg-option {
  75. padding-left: 5px;
  76. padding-right: 5px;
  77. background-color: transparent;
  78. }
  79. .chat-footer .msg-option i {
  80. color: #646A71;
  81. }
  82. .chat-footer .msg-option:hover i {
  83. color: #00B0FF !important;
  84. }
  85. .chat-footer .input-msg-send:focus {
  86. box-shadow: none;
  87. }
  88. /*.chatapp .chat-call-options a {
  89. display: none;*/
  90. /* color: #646A71 !important;*/
  91. /*}*/
  92. /*.chatapp .userlist .list-group-item:hover .chat-call-options a {
  93. display: inline-block;
  94. }*/
  95. .chatapp .txt_SearchChat:focus, .chatapp .txt_chatGroupName:focus {
  96. outline: none;
  97. box-shadow: none;
  98. }
  99. .chatapp-right .chatheader {
  100. position: sticky;
  101. top: 0px;
  102. z-index: 999;
  103. }
  104. .chatapp .chat-group-top-header {
  105. padding: 5px 0px;
  106. background-color: #fff;
  107. position: sticky;
  108. top: -1px;
  109. z-index: 999;
  110. }
  111. .chatapp .txt_chatGroupName {
  112. border: 2px solid #646a7185 !important;
  113. margin-right: 5px;
  114. border-radius: 25px;
  115. }
  116. .chat-call-options .custom-checkbox .custom-control-label::before {
  117. border-radius: .5rem;
  118. background-color: transparent;
  119. border: 2px solid #dee2e6fc;
  120. }
  121. .chatapp .chat-group-footer {
  122. display: inline-block;
  123. text-align: center;
  124. background-color: #F3F6F9;
  125. width: 100%;
  126. position: absolute;
  127. bottom: -50px;
  128. left: 0;
  129. padding: 3px 10px;
  130. z-index: 999;
  131. transition: transform 0.3s ease-in-out;
  132. }
  133. .chatapp .chat-group-footer:not(.hidden) {
  134. transform: translateY(-50px);
  135. }
  136. .chatapp-right .chatheader {
  137. width: 105%;
  138. margin-left: -5px;
  139. }
  140. /*.chatapp-right .chat-body{
  141. height:80vh;
  142. }*/
  143. /*.chatapp i[data-icon="l"]:hover {
  144. color: #00B0FF !important;
  145. }*/
  146. /* Chat Message Box Styles*/
  147. .messageslist .message-div {
  148. max-width: 85%;
  149. font-size: 12px;
  150. margin: 0px 10px;
  151. word-break: break-all;
  152. }
  153. .messageslist .message-body, .messageslist .messagemedia-body {
  154. margin-bottom: 25px;
  155. }
  156. .messageslist .recived-messages {
  157. display: flex;
  158. align-items: center;
  159. }
  160. .messageslist .message-wrapper {
  161. display: flex;
  162. align-items: center;
  163. }
  164. .messageslist .recived-messages .message-wrapper {
  165. background-color: #fff;
  166. padding: 10px;
  167. border-radius: 10px;
  168. color: #000;
  169. box-shadow: 0 4px 5px rgb(0 0 0 / 10%);
  170. }
  171. .messageslist .recived-messages .single-message {
  172. display: flex;
  173. align-items: center;
  174. }
  175. .messageslist .sent-messages .single-message {
  176. display: flex;
  177. flex-direction: row-reverse;
  178. align-items: center
  179. }
  180. .messageslist .sent-messages {
  181. display: flex;
  182. flex-direction: row-reverse;
  183. align-items: center;
  184. }
  185. .messageslist .sent-messages .message-wrapper {
  186. background-color: #DEF7F9;
  187. color: #2C343E;
  188. padding: 10px;
  189. border-radius: 10px;
  190. box-shadow: 0 4px 5px rgb(0 0 0 / 10%);
  191. }
  192. .messageslist .message-span {
  193. color: #1F2327;
  194. }
  195. .messageslist .message-div .time {
  196. color: #000;
  197. margin-top: 3px;
  198. font-size: 10px;
  199. }
  200. .messageslist .recived-messages .time {
  201. text-align: left;
  202. margin-left: 10px;
  203. }
  204. .messageslist .sent-messages .time {
  205. text-align: right;
  206. margin-right: 10px;
  207. }
  208. .messageslist .date {
  209. position: relative;
  210. font-size: 12px;
  211. z-index: 1;
  212. overflow: hidden;
  213. text-align: center;
  214. color: #000000;
  215. margin-bottom: 10px;
  216. }
  217. .messageslist .date:before, .messageslist .date:after {
  218. position: absolute;
  219. top: 51%;
  220. overflow: hidden;
  221. height: 2px;
  222. content: '\a0';
  223. background-color: #EEEEEE;
  224. }
  225. .messageslist .date:before {
  226. margin-left: -39%;
  227. text-align: right;
  228. width: 35%;
  229. }
  230. .messageslist .date:after {
  231. margin-left: 3%;
  232. width: 35%;
  233. }
  234. .messageslist .dropdown-menu .dropdown-item {
  235. font-size: 13px;
  236. padding-left: 5px;
  237. }
  238. /*.messageslist .dropdown-menu .dropdown-item:hover:not(.active):not(.disabled) {
  239. background-color: #00B0FF;
  240. color: #fff;
  241. }*/
  242. .messageslist .chatoptions-icon {
  243. color: #32b0bb;
  244. }
  245. .messageslist .chatoptions:hover .chatoptions-icon {
  246. color: #00B0FF;
  247. }
  248. .chat-group-top-header .txt_SearchChat, .chat-group-top-header .input-group-text {
  249. background-color: #F3F6F9;
  250. }
  251. .messageslist .admindetails {
  252. display: block;
  253. text-align: center;
  254. }
  255. .admindetails .admin-msg {
  256. margin-bottom: 15px;
  257. color: #5b676d;
  258. font-weight: 500;
  259. font-size: 11px;
  260. }
  261. .message-div .single-message {
  262. color: #444447;
  263. }
  264. .message-wrapper .msg-status {
  265. color: #00B0FF;
  266. margin-left: 5px;
  267. align-self: flex-end;
  268. }
  269. .message-wrapper .delete-msg {
  270. color: #f83f37;
  271. }
  272. .message-wrapper .delete-msg .del-icon {
  273. background-color: #ffd1d1;
  274. height: 20px;
  275. width: 20px;
  276. margin-left: 5px;
  277. border-radius: 50%;
  278. color: #FF0000;
  279. }
  280. .message-wrapper .edit-icon {
  281. background-color: #f4e4c6;
  282. height: 20px;
  283. width: 20px;
  284. margin-left: 5px;
  285. border-radius: 50%;
  286. color: #a27f48;
  287. }
  288. .message-wrapper .quotemessage .normalmessage {
  289. background-color: #fff;
  290. padding: 5px 10px;
  291. border-radius: 10px;
  292. color: #1F2327;
  293. margin-top: 5px;
  294. }
  295. .message-wrapper .message-download {
  296. margin-left: 10px;
  297. border-left: 1px solid #29E1B3;
  298. }
  299. .message-wrapper .thumb_file {
  300. width: 40px;
  301. height: 40px;
  302. }
  303. .message-wrapper .thumb_file.audio-thumb-img {
  304. width: 100%;
  305. height: 30px;
  306. }
  307. /*Profile Styles*/
  308. .profiledetails .Profile_name {
  309. text-transform: capitalize;
  310. margin-right: 5px;
  311. color: #1F2327;
  312. font-weight: 500;
  313. font-size: 15px;
  314. }
  315. .profiledetails .btn_AddChatParticipants i {
  316. font-size: 17px;
  317. color: #1F2327;
  318. margin-left: 5px;
  319. }
  320. .user-profile-details-list {
  321. display: flex;
  322. justify-content: space-between;
  323. box-shadow: 0 4px 5px rgb(0 0 0 / 10%);
  324. position: sticky;
  325. top: 0;
  326. }
  327. .user-profile-details-list .nav-item .nav-link {
  328. position: relative;
  329. }
  330. .user-profile-details-list .nav-link .count-span {
  331. position: absolute;
  332. top: 6px;
  333. right: -12px;
  334. padding: 3px;
  335. }
  336. .user-profile-details-list li .nav-link {
  337. color: #000;
  338. }
  339. .participants-header, .groups-header, .add-participants-header {
  340. display: flex;
  341. justify-content: space-between;
  342. align-items: center;
  343. padding: 10px;
  344. }
  345. .div-Chat-Participants .dropdown-menu .dropdown-item {
  346. font-size: 13px;
  347. padding-left: 5px;
  348. }
  349. /*.div-Chat-Participants .dropdown-menu .dropdown-item:hover:not(.active):not(.disabled) {
  350. background-color: #00B0FF;
  351. color: #fff;
  352. }*/
  353. .User-Profile-Details .list-group-item:first-child {
  354. border-top: 0;
  355. }
  356. .msg-option-container .msg-send-btn {
  357. border-radius: 5px;
  358. background-color: #00A389;
  359. }
  360. .msg-option-container .msg-send-btn i {
  361. transform: rotate(319deg);
  362. font-size: 18px !important;
  363. color: #fff;
  364. }
  365. .User-Profile-Details .group-count-span {
  366. font-size: 10px;
  367. padding: 5px;
  368. margin-left: 5px;
  369. }
  370. .div_selected_files .thumb-span {
  371. display: inline-block;
  372. height: 40px;
  373. width: 40px;
  374. position: relative;
  375. margin-right: 10px;
  376. border-radius: 10px;
  377. }
  378. .div_selected_files .remove-btn {
  379. width: 15px;
  380. height: 15px;
  381. position: absolute;
  382. top: -8px;
  383. right: -7px;
  384. border-radius: 50%;
  385. }
  386. .header .nav.nav-line > .nav-item > .nav-link:hover
  387. {
  388. border:none ;
  389. }
  390. .list-chat-contacts .list-group-item.border-0 {
  391. border-bottom: 1px solid rgba(0,0,0,.125) !important;
  392. }
  393. span.badge.badge-success.unread_messages.rounded-circle {
  394. font-size: 8px;
  395. padding: 5px;
  396. align-items: center;
  397. text-align: center;
  398. line-height: 0.9;
  399. }
  400. .chatapp-search-div .chatAppSearch:focus {
  401. color: #495057;
  402. background-color: #fff;
  403. border-color: #80bdff;
  404. outline: 0;
  405. box-shadow: none !important;
  406. }
  407. @media (max-width: 575.98px) {
  408. .biz-wrapper .biz-settings-panel .settings-panel-wrap {
  409. padding: 0px !important;
  410. }
  411. .simple-scroll-bar.chatapp-body {
  412. height:86vh !important;
  413. }
  414. #settings-panel-body .chatapp-wrap {
  415. height:90vh !important;
  416. }
  417. }
  418. .simplebar-track.simplebar-horizontal
  419. {
  420. visibility:hidden;
  421. display:none !important;
  422. }
  423. #settings-panel-body .biz-detail-avatar{
  424. width:40px !important;
  425. height:40px !important;
  426. }
  427. #search_chatmsg:active {
  428. background-color: #F4F5F6 !important;
  429. }
  430. .up-arrow i:hover, .up-arrow i:active,
  431. .down-arrow i:hover, .down-arrow i:active {
  432. background: #e8e8e8;
  433. border-radius: 50%;
  434. }
  435. @media (min-width: 992px) {
  436. .chatapp .chat-group-footer:not(.hidden) {
  437. transform: translateY(0);
  438. }
  439. .chatapp .chat-footer {
  440. bottom: -20px;
  441. }
  442. }
  443. /* End of Custom Chat Styles*/