123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528 |
- /*Custom Chat Styles*/
- .chatapp .header {
- border-bottom: solid 1px #eee !important;
- background: #f6f6f6;
- }
-
- .chatapp .nav-tabs > .nav-item {
- padding: 0px 0.2rem;
- position: relative;
- }
-
- .chatapp .nav-tabs > .nav-item > .nav-link {
- padding: .5rem 0.2rem;
- }
-
- /*.chatapp .nav-tabs > .nav-item > .nav-link.link-icon-top.active {
- color: #00B0FF;
- border-bottom: 3px solid #00B0FF !important;
- }*/
-
- .chatapp .nav-tabs.nav-light .nav-item.show .nav-link {
- color: #00B0FF;
- border-color: #00B0FF;
- }
-
- .chatapp .chatapp-body {
- padding: 10px 10px 10px 5px;
- }
-
- .chatapp .dropdown-menu .dropdown-icon {
- color: #00B0FF;
- }
-
- .chatapp-body .div-chat-search {
- display: flex;
- justify-content: space-between;
- align-items: center;
- position: sticky;
- top: -1px;
- z-index: 999;
- background-color: #fff;
- padding: 5px 0px;
- }
-
- .chatapp-search-div .chatAppSearch {
- position: absolute;
- left: 0;
- height: 34px;
- width: 92%;
- }
-
- .userlist .online-status-icon {
- width: 12px !important;
- height: 12px !important;
- position: absolute !important;
- bottom: 4px;
- right: 5px;
- }
-
- .chatapp-body .list-group-item:hover {
- background-color: #F6F5F5;
- }
-
- /* .chatapp-body .list-group-item:hover .chat-call-options i {
- color: #00B0FF !important;
- }*/
-
- /*.userlist .first-letter-heading {
- background-color: #FBFBFB;
- }*/
-
- .chatapp .chat-footer {
- position: absolute;
- bottom: 0;
- left: 0;
- width: 100%;
- background-color: #fff;
- z-index: 999;
- }
-
- .chat-footer .text_div {
- border-top: 1px solid #DADDE1;
- }
-
- .chat-footer .msg-option-container {
- display: flex;
- align-items: center
- }
-
- .chat-footer .msg-option {
- padding-left: 5px;
- padding-right: 5px;
- background-color: transparent;
- }
-
- .chat-footer .msg-option i {
- color: #646A71;
- }
-
- .chat-footer .msg-option:hover i {
- color: #00B0FF !important;
- }
-
- .chat-footer .input-msg-send:focus {
- box-shadow: none;
- }
-
- /*.chatapp .chat-call-options a {
- display: none;*/
- /* color: #646A71 !important;*/
- /*}*/
-
- /*.chatapp .userlist .list-group-item:hover .chat-call-options a {
- display: inline-block;
- }*/
-
- .chatapp .txt_SearchChat:focus, .chatapp .txt_chatGroupName:focus {
- outline: none;
- box-shadow: none;
- }
-
- .chatapp-right .chatheader {
- position: sticky;
- top: 0px;
- z-index: 999;
- }
-
- .chatapp .chat-group-top-header {
- padding: 5px 0px;
- background-color: #fff;
- position: sticky;
- top: -1px;
- z-index: 999;
- }
-
- .chatapp .txt_chatGroupName {
- border: 2px solid #646a7185 !important;
- margin-right: 5px;
- border-radius: 25px;
- }
-
- .chat-call-options .custom-checkbox .custom-control-label::before {
- border-radius: .5rem;
- background-color: transparent;
- border: 2px solid #dee2e6fc;
- }
-
- .chatapp .chat-group-footer {
- display: inline-block;
- text-align: center;
- background-color: #F3F6F9;
- width: 100%;
- position: absolute;
- bottom: -50px;
- left: 0;
- padding: 3px 10px;
- z-index: 999;
- transition: transform 0.3s ease-in-out;
- }
-
- .chatapp .chat-group-footer:not(.hidden) {
- transform: translateY(-50px);
- }
-
- .chatapp-right .chatheader {
- width: 105%;
- margin-left: -5px;
- }
-
- /*.chatapp-right .chat-body{
- height:80vh;
- }*/
-
- /*.chatapp i[data-icon="l"]:hover {
- color: #00B0FF !important;
- }*/
-
-
- /* Chat Message Box Styles*/
-
- .messageslist .message-div {
- max-width: 85%;
- font-size: 12px;
- margin: 0px 10px;
- word-break: break-all;
- }
-
- .messageslist .message-body, .messageslist .messagemedia-body {
- margin-bottom: 25px;
- }
-
- .messageslist .recived-messages {
- display: flex;
- align-items: center;
- }
-
- .messageslist .message-wrapper {
- display: flex;
- align-items: center;
- }
-
- .messageslist .recived-messages .message-wrapper {
- background-color: #fff;
- padding: 10px;
- border-radius: 10px;
- color: #000;
- box-shadow: 0 4px 5px rgb(0 0 0 / 10%);
- }
-
- .messageslist .recived-messages .single-message {
- display: flex;
- align-items: center;
- }
-
- .messageslist .sent-messages .single-message {
- display: flex;
- flex-direction: row-reverse;
- align-items: center
- }
-
- .messageslist .sent-messages {
- display: flex;
- flex-direction: row-reverse;
- align-items: center;
- }
-
- .messageslist .sent-messages .message-wrapper {
- background-color: #DEF7F9;
- color: #2C343E;
- padding: 10px;
- border-radius: 10px;
- box-shadow: 0 4px 5px rgb(0 0 0 / 10%);
- }
-
- .messageslist .message-span {
- color: #1F2327;
- }
-
- .messageslist .message-div .time {
- color: #000;
- margin-top: 3px;
- font-size: 10px;
- }
-
- .messageslist .recived-messages .time {
- text-align: left;
- margin-left: 10px;
- }
-
- .messageslist .sent-messages .time {
- text-align: right;
- margin-right: 10px;
- }
-
- .messageslist .date {
- position: relative;
- font-size: 12px;
- z-index: 1;
- overflow: hidden;
- text-align: center;
- color: #000000;
- margin-bottom: 10px;
- }
-
- .messageslist .date:before, .messageslist .date:after {
- position: absolute;
- top: 51%;
- overflow: hidden;
- height: 2px;
- content: '\a0';
- background-color: #EEEEEE;
- }
-
- .messageslist .date:before {
- margin-left: -39%;
- text-align: right;
- width: 35%;
- }
-
- .messageslist .date:after {
- margin-left: 3%;
- width: 35%;
- }
-
- .messageslist .dropdown-menu .dropdown-item {
- font-size: 13px;
- padding-left: 5px;
- }
-
- /*.messageslist .dropdown-menu .dropdown-item:hover:not(.active):not(.disabled) {
- background-color: #00B0FF;
- color: #fff;
- }*/
-
- .messageslist .chatoptions-icon {
- color: #32b0bb;
- }
-
- .messageslist .chatoptions:hover .chatoptions-icon {
- color: #00B0FF;
- }
-
- .chat-group-top-header .txt_SearchChat, .chat-group-top-header .input-group-text {
- background-color: #F3F6F9;
- }
-
- .messageslist .admindetails {
- display: block;
- text-align: center;
- }
-
- .admindetails .admin-msg {
- margin-bottom: 15px;
- color: #5b676d;
- font-weight: 500;
- font-size: 11px;
- }
-
- .message-div .single-message {
- color: #444447;
- }
-
- .message-wrapper .msg-status {
- color: #00B0FF;
- margin-left: 5px;
- align-self: flex-end;
- }
-
- .message-wrapper .delete-msg {
- color: #f83f37;
- }
-
- .message-wrapper .delete-msg .del-icon {
- background-color: #ffd1d1;
- height: 20px;
- width: 20px;
- margin-left: 5px;
- border-radius: 50%;
- color: #FF0000;
- }
-
- .message-wrapper .edit-icon {
- background-color: #f4e4c6;
- height: 20px;
- width: 20px;
- margin-left: 5px;
- border-radius: 50%;
- color: #a27f48;
- }
-
- .message-wrapper .quotemessage .normalmessage {
- background-color: #fff;
- padding: 5px 10px;
- border-radius: 10px;
- color: #1F2327;
- margin-top: 5px;
- }
-
- .message-wrapper .message-download {
- margin-left: 10px;
- border-left: 1px solid #29E1B3;
- }
-
- .message-wrapper .thumb_file {
- width: 40px;
- height: 40px;
- }
-
- .message-wrapper .thumb_file.audio-thumb-img {
- width: 100%;
- height: 30px;
- }
-
- /*Profile Styles*/
- .profiledetails .Profile_name {
- text-transform: capitalize;
- margin-right: 5px;
- color: #1F2327;
- font-weight: 500;
- font-size: 15px;
- }
-
- .profiledetails .btn_AddChatParticipants i {
- font-size: 17px;
- color: #1F2327;
- margin-left: 5px;
- }
-
- .user-profile-details-list {
- display: flex;
- justify-content: space-between;
- box-shadow: 0 4px 5px rgb(0 0 0 / 10%);
- position: sticky;
- top: 0;
- }
-
- .user-profile-details-list .nav-item .nav-link {
- position: relative;
- }
-
- .user-profile-details-list .nav-link .count-span {
- position: absolute;
- top: 6px;
- right: -12px;
- padding: 3px;
- }
-
- .user-profile-details-list li .nav-link {
- color: #000;
- }
-
- .participants-header, .groups-header, .add-participants-header {
- display: flex;
- justify-content: space-between;
- align-items: center;
- padding: 10px;
- }
-
- .div-Chat-Participants .dropdown-menu .dropdown-item {
- font-size: 13px;
- padding-left: 5px;
- }
-
- /*.div-Chat-Participants .dropdown-menu .dropdown-item:hover:not(.active):not(.disabled) {
- background-color: #00B0FF;
- color: #fff;
- }*/
-
- .User-Profile-Details .list-group-item:first-child {
- border-top: 0;
- }
-
- .msg-option-container .msg-send-btn {
- border-radius: 5px;
- background-color: #00A389;
- }
-
- .msg-option-container .msg-send-btn i {
- transform: rotate(319deg);
- font-size: 18px !important;
- color: #fff;
- }
-
- .User-Profile-Details .group-count-span {
- font-size: 10px;
- padding: 5px;
- margin-left: 5px;
- }
-
- .div_selected_files .thumb-span {
- display: inline-block;
- height: 40px;
- width: 40px;
- position: relative;
- margin-right: 10px;
- border-radius: 10px;
- }
-
- .div_selected_files .remove-btn {
- width: 15px;
- height: 15px;
- position: absolute;
- top: -8px;
- right: -7px;
- border-radius: 50%;
- }
- .header .nav.nav-line > .nav-item > .nav-link:hover
- {
- border:none ;
- }
- .list-chat-contacts .list-group-item.border-0 {
- border-bottom: 1px solid rgba(0,0,0,.125) !important;
- }
- span.badge.badge-success.unread_messages.rounded-circle {
- font-size: 8px;
- padding: 5px;
- align-items: center;
- text-align: center;
- line-height: 0.9;
- }
-
- .chatapp-search-div .chatAppSearch:focus {
- color: #495057;
- background-color: #fff;
- border-color: #80bdff;
- outline: 0;
- box-shadow: none !important;
- }
- @media (max-width: 575.98px) {
- .biz-wrapper .biz-settings-panel .settings-panel-wrap {
- padding: 0px !important;
- }
- .simple-scroll-bar.chatapp-body {
- height:86vh !important;
- }
- #settings-panel-body .chatapp-wrap {
- height:90vh !important;
- }
- }
- .simplebar-track.simplebar-horizontal
- {
- visibility:hidden;
- display:none !important;
- }
- #settings-panel-body .biz-detail-avatar{
- width:40px !important;
- height:40px !important;
- }
- #search_chatmsg:active {
- background-color: #F4F5F6 !important;
- }
-
- .up-arrow i:hover, .up-arrow i:active,
- .down-arrow i:hover, .down-arrow i:active {
- background: #e8e8e8;
- border-radius: 50%;
- }
-
- @media (min-width: 992px) {
- .chatapp .chat-group-footer:not(.hidden) {
- transform: translateY(0);
- }
- .chatapp .chat-footer {
- bottom: -20px;
- }
- }
- /* End of Custom Chat Styles*/
|