Server : Apache System : Linux 145.162.205.92.host.secureserver.net 5.14.0-611.45.1.el9_7.x86_64 #1 SMP PREEMPT_DYNAMIC Wed Apr 1 05:56:53 EDT 2026 x86_64 User : tradze ( 1001) PHP Version : 8.1.34 Disable Function : NONE Directory : /home/tradze/public_html/public/themes/frontend_new/assets/css/ |
.chats {
margin: 0;
padding: 15px;
margin-top: -15px;
background: #e9eff3;
}
.chats li {
list-style: none;
padding: 5px 0;
margin: 10px auto;
font-size: 12px;
}
.chats li .body {
display: block;
}
.chats li .avatar {
height: 45px;
width: 45px;
-webkit-border-radius: 50% !important;
-moz-border-radius: 50% !important;
border-radius: 50% !important;
}
.chats li.in .avatar {
float: left;
margin-right: 10px;
}
.chats li.out .avatar {
float: right;
margin-left: 10px;
}
.chats li .name {
color: #3590c1;
font-size: 13px;
font-weight: 400;
}
.chats li .datetime {
color: #333;
font-size: 13px;
font-weight: 400;
}
.chats li .message {
display: block;
padding: 5px;
position: relative;
}
.chats li.in .message {
text-align: left;
border-left: 2px solid #1BBC9B;
margin-left: 65px;
background: #c2dcf3;
}
.chats li.in .message .arrow {
display: block;
position: absolute;
top: 5px;
left: -8px;
width: 0;
height: 0;
border-top: 8px solid transparent;
border-bottom: 8px solid transparent;
border-right: 8px solid #1BBC9B;
}
.chats li.out .message {
border-right: 2px solid #1BBC9B;
margin-right: 65px;
background: #84E9D4;
text-align: right;
}
.chats li.out .message .arrow {
display: block;
position: absolute;
top: 5px;
right: -8px;
border-top: 8px solid transparent;
border-bottom: 8px solid transparent;
border-left: 8px solid #1BBC9B;
}
.chats li.out .name,
.chats li.out .datetime {
text-align: right;
}
.chat-form {
margin-top: 15px;
padding: 10px;
background-color: #e9eff3;
overflow: hidden;
clear: both;
}
.chat-form .input-cont {
margin-right: 40px;
}
.chat-form .input-cont .form-control {
border: 1px solid #ddd;
width: 100% !important;
margin-top: 0;
background-color: #fff !important;
}
.chat-form .input-cont .form-control:focus {
border: 1px solid #4b8df9 !important;
}
.chat-form .btn-cont {
margin-top: -42px;
position: relative;
float: right;
width: 44px;
}
.chat-form .btn-cont .arrow {
position: absolute;
top: 17px;
right: 43px;
border-top: 8px solid transparent;
border-bottom: 8px solid transparent;
border-right: 8px solid #4d90fe;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.chat-form .btn-cont .btn {
margin-top: 8px;
}
.chat-form .btn-cont:hover .arrow {
border-right-color: #0362fd;
}
.chat-form .btn-cont:hover .btn {
background-color: #0362fd;
}
/* Button */
.blue.btn {
color: #FFFFFF;
background-color: #3598dc;
}
.blue.btn:hover, .blue.btn:focus, .blue.btn:active, .blue.btn.active {
color: #FFFFFF;
background-color: #2386ca;
}
.open .blue.btn.dropdown-toggle {
color: #FFFFFF;
background-color: #2386ca;
}
.blue.btn:active, .blue.btn.active {
background-image: none;
background-color: #1f78b5;
}
.blue.btn:active:hover, .blue.btn.active:hover {
background-color: #217ebd;
}
.open .blue.btn.dropdown-toggle {
background-image: none;
}
.blue.btn.disabled, .blue.btn.disabled:hover, .blue.btn.disabled:focus, .blue.btn.disabled:active, .blue.btn.disabled.active, .blue.btn[disabled], .blue.btn[disabled]:hover, .blue.btn[disabled]:focus, .blue.btn[disabled]:active, .blue.btn[disabled].active, fieldset[disabled] .blue.btn, fieldset[disabled] .blue.btn:hover, fieldset[disabled] .blue.btn:focus, fieldset[disabled] .blue.btn:active, fieldset[disabled] .blue.btn.active {
background-color: #3598dc;
}
.blue.btn .badge {
color: #3598dc;
background-color: #FFFFFF;
}
/* Portlet */
.portlet > .portlet-body.blue,
.portlet.blue {
background-color: #3598dc;
}
.portlet.solid.blue > .portlet-title,
.portlet.solid.blue > .portlet-body {
border: 0;
color: #FFFFFF;
}
.portlet.solid.blue > .portlet-title > .caption {
font-weight: 400;
}
.portlet.solid.blue > .portlet-title > .caption > i {
color: #FFFFFF;
}
.portlet.solid.blue > .portlet-title > .tools > a.remove {
background-image: url(../img/portlet-remove-icon-white.png);
}
.portlet.solid.blue > .portlet-title > .tools > a.config {
background-image: url(../img/portlet-config-icon-white.png);
}
.portlet.solid.blue > .portlet-title > .tools > a.reload {
background-image: url(../img/portlet-reload-icon-white.png);
}
.portlet.solid.blue > .portlet-title > .tools > a.expand {
background-image: url(../img/portlet-expand-icon-white.png);
}
.portlet.solid.blue > .portlet-title > .tools > a.collapse {
background-image: url(../img/portlet-collapse-icon-white.png);
}
.portlet.solid.blue > .portlet-title > .tools > a.fullscreen {
color: #fdfdfd;
}
.portlet.box.blue {
border: 1px solid #60aee4;
border-top: 0;
}
.portlet.box.blue > .portlet-title {
background-color: #3598dc;
}
.portlet.box.blue > .portlet-title > .caption {
color: #FFFFFF;
}
.portlet.box.blue > .portlet-title > .caption > i {
color: #FFFFFF;
}
.portlet.box.blue > .portlet-title > .actions .btn-default {
background: transparent !important;
background-color: transparent !important;
border: 1px solid #95c9ed;
color: #aad4f0;
}
.portlet.box.blue > .portlet-title > .actions .btn-default > i {
color: #b7daf3;
}
.portlet.box.blue > .portlet-title > .actions .btn-default:hover, .portlet.box.blue > .portlet-title > .actions .btn-default:focus, .portlet.box.blue > .portlet-title > .actions .btn-default:active, .portlet.box.blue > .portlet-title > .actions .btn-default.active {
border: 1px solid #c0dff4;
color: #d6eaf8;
}
.scroller{
overflow-y:auto;
}