@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500&display=swap');

input[type="text"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="number"]:focus, input[type="tel"]:focus, input[type="range"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="time"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="color"]:focus, textarea:focus {
    outline: none !important;
    outline-offset: inherit !important;
}
.whizChat-sent-received ul
{
    position:fixed;
    margin: 0px;
}
.chatbox-inner-list {

}
.whizChat-sent-received ul li
{
    width: 50% !important;
}

.whizzChat-block-user-p.blocked-chat-p{
    line-height: 1.6em;
    font-size: 12px;
}
.chatbox-holder {
    position: fixed;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: flex-end;
    height: 0;
    z-index: 999;
    font-family: 'Roboto', sans-serif;
}
.chatbox-inner-holder
{
    display: contents;  
}
.chatbox {
    width: 350px;
    height: 500px;
    margin: 0 20px 0 0;
    position: relative;
    box-shadow: 1px 0px 20px rgba(0,0,0,0.05);
    display: flex;
    flex-flow: column;
    border-radius: 10px 10px 0 0;
    background: white;
    bottom: 0;
    transition: .3s ease-out;
    position:relative;
}

.chatbox.chatbox-list
{
    max-height: 550px !important;
}

.chatbox-top {
    min-height: 60px;
    position: relative;
    display: flex;
    background-color: #FFF;
    border-radius: 4px 4px 0 0;
    border-bottom:1px solid rgba(0, 0, 0, .05);
    box-shadow:0 9.5px 12.7px 0 rgba(0,0,0,.05);
    padding-left:20px;
}

.chatbox-icons {
    padding: 0 ;
    display: flex;
    position: relative;
    align-self:center; 
    margin-right:10px; 
}

.chatbox-icons .fa, .chatbox-icons .fas{
    color: #999;
    transition: 0.3s;
    padding: 20px 10px;
    font-size:12px;
}
.chatbox-icons .fa-angle-down, .chatbox-icons .fa-gear {
    margin:0;	
}


.chat-input-holder .message-send{
    color: #CCC;
    position: absolute;
    bottom: 0;
    right: 0;
    font-size: 20px;
    padding:0;
    text-shadow:none;
}
.chat-input-holder .message-send i {
    padding:18px;	
}
.chat-input-holder .emojionearea.emojionearea-inline>.emojionearea-button {
    top:15px;
    right:15px;	
}

.chatbox-icons .fa:hover {
    cursor: pointer;
}

.chatbox-icons a, .chatbox-icons a:link, .chatbox-icons a:visited {
    color: white;
}

.chat-partner-name, .chat-group-name {
    flex: 1;
    color: #000;
    transition: .1s ease-out;
    align-self: center;
}

.whizzchat-status {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    display: inline-block;
    background: #cacaca;
    margin: 0 5px 0 0;
}

.online {
    background: #7DCEA0;
}

.away {
    background: #ffae00;
}

.donot-disturb {
    background: #EC7063;
}
.chat-group-name .whizzChat-author-meta {
    display: inline-block;
    vertical-align: top;
}
.chat-group-name .whizzChat-ad-title {
    font-size: 15px;
}
.chat-group-name .whizzChat-ad-title a {
    color:#242424;
    font-weight:400;
    text-decoration:none;
}
.chat-group-name .whizzchatlist-bot-img {
    overflow: hidden;
    display: inline-block;
    background-color: #FFF;
    border-radius: 50%;
    position: relative;
    width: 60px;
    height:60px;
    box-shadow: 1px 0px 20px rgba(0,0,0,0.07);
    vertical-align:middle;
    padding:15px;
}
.whizzchatbot-section {
    position: absolute;
    bottom: 70px;
    right: 0;	
    display:block;
    width:100%;
}
.whizzchatbot-tooltip {
    background: #FFF;
    position: relative;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    margin-right: 30px;
    box-shadow: 1px 0px 20px rgba(0,0,0,0.07);
    padding: 10px 20px;
    width: 73%;
    display: inline-block;
    font-size: 12px;
}
.whizzchatbot-tooltip:before {
    content: "";
    position: absolute;
    left: 100%;
    bottom: 15%;
    width: 0;
    height: 0;
    border-bottom: 13px solid transparent;
    border-left: 15px solid #FFF;
    border-top: 13px solid transparent;
}
.chatbox-top.chatbox-unread-message a {
    color:#FFF;	
}
.chat-group-name .whizzChat-author-name
{
    color: #777;
    font-size: 12px;
    display: block;
    width: 100%;
    line-height:20px;
    text-transform:capitalize;
}

.chatbox-avatar {
    width: 80px;
    height: 80px;
    overflow: hidden;
    border-radius: 50%;
    background: white;
    padding: 3px;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, .2);
    position: absolute;
    transition: .1s ease-out;
    bottom: 0;
    left: 6px;
}

.chatbox-avatar img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.chat-messages {
    padding: 20px;
    overflow-y: auto;
    height: 100%;
}
.message-box-holder {
    width: 100%;
    margin: 0 0 15px;
    display: flex;
    flex-flow: column;
    align-items: flex-end;
}

.message-sender {
    font-size: 12px;
    margin: 0 0 15px;
    color: #30649c;
    align-self: flex-start;
}

.message-sender a, .message-sender a:link, .message-sender a:visited, .chat-partner-name a, .chat-partner-name a:link, .chat-partner-name a:visited {
    color: #30649c;
    text-decoration: none;
}

.message-box {
    max-width: 90%;  
    padding: 12px 18px;
    border-radius: 4px;
    position: relative;
    background: #ebf0fe;
    color: #3C3C3C;
    font-size: 12px;
}
.message-box a {
    display:block;
    margin-bottom:10px;	
    color: #777;
    font-size: 14px;
    border-radius: 4px;
    background-color:#FFF;
    padding: 5px;
}
.message-box a:last-child {
    margin-bottom:0;	
}

.message-box p {
    line-height: 1.6em;
    font-size: 14px;
    margin-bottom: 0px;
    color: #777;
    word-break: break-word;
}
.message-box.message-sender-box p {
    text-align: right;
}

.message-box p span.name {
    color:#242424;
    font-weight:400;
    margin-right:10px;	
}
.message-box p span.time {
    color:#999;	
    font-size:12px;
}

.message-partner {
    background: #e8f9f8;
    align-self: flex-start;
    border-radius: 4px;
    margin-bottom: 10px;
}

.chat-input-holder {
    position:relative;
}

.chat-input {
    resize: none;
    padding: 10px;
    height: 50px;
    font-size: 14px;
    color: #999999;
    flex: 1;
    border: none;
    border-top: 1px solid rgba(0, 0, 0, .05);
    width:100%;
}

.chat-input:focus, .message-send:focus {
    outline: none;
}

.message-send::-moz-focus-inner {
    border:0;
    padding:0;
}

.message-send {
    color: white;
    font-size: 12px;
    padding: 0 15px;
    border: none;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.3);
}

.attachment-panel {
    text-align: left;
    background-color:#f5f5f5;
}
.attachment-panel .fa-map-marker {
    margin:0;
    padding:15px;	
}
.attachment-panel a, .attachment-panel a:link, .attachment-panel a:visited {
    margin: 0 0 0 7px;
    text-decoration: none;
    color: #bbb;
    font-size:16px;
}
.attachment-panel .ibenic_file_upload i {
    color:#bbb;	
    font-size:16px;
}

.chatbox-min {
    margin-bottom: -120%;
}

.chatbox-min .chatbox-avatar {
    width: 60px;
    height: 60px;
}
.chatbox-list.chatlist-min {
    margin-bottom: -440px;	
}


.settings-popup {
    background: white;
    font-size: 14px;
    opacity: 0;
    position: absolute;
    right: 0;
    text-align: left;
    top: 60px;
    transition: .15s;
    transform: scale(1, 0);
    transform-origin: 50% 0;
    width: 200px;
    z-index: 9999;
    box-shadow:1px 0px 20px rgba(0,0,0,0.05);
}
.settings-popup ul {
    margin:0;
    list-style:none;
    padding: 10px;	
}
.settings-popup ul li {
    margin:0;
}

.settings-popup:after, .settings-popup:before {
    border: 10px solid transparent;
    border-bottom: 10px solid white;
    border-top: none;   
    content: "";
    position: absolute;
    right: 65px;
    top: -10px;
    border-top: 0px solid rgba(0, 0, 0, .2);
}

.settings-popup:before {
    border-bottom: 10px solid rgba(0, 0, 0, .25);
    top: -11px;
}

.settings-popup:after {
    border-top-color: transparent;
}
.chatbox-list .settings-popup::after, .settings-popup::before {
    right: 65px;	
}

.chkSettings {
    display: none;
}

.chkSettings:checked + .settings-popup {
    opacity: 1;
    transform: scale(1, 1);
}

#chkSettings {
    display: none;
}

#chkSettings:checked + .settings-popup {
    opacity: 1;
    transform: scale(1, 1);
}

.settings-popup ul li a, .settings-popup ul li a:link, .settings-popup ul li a:visited {
    color: #999;
    text-decoration: none;
    display: block;
    padding:10px;
}

.settings-popup ul li a:hover {
    background: rgba(0, 0, 0, .05);
}
/*
-------------------------------------------------------------
*/
.whizz-chat-list {
    background: #ffffff;
    width: 100%;
    margin: 0 auto;
    height: 100%;
    display: flex;
    flex-direction: column;
}
.whizz-chat-list header {
    background: #bd6982;
    padding: 10px 15px;
    color: #ffffff;
    font-size: 14px;
    cursor: move;
}
.whizz-chat-list header:before,
.whizz-chat-list header:after {
    display: block;
    content: '';
    clear: both;
}
.whizz-chat-list header h2,
.whizz-chat-list .chat-body ul li .content h3 {
    margin: 0;
    padding: 0;
    font-size: 14px;
    font-weight:normal;
}
.whizz-chat-list header h2 a {
    color: #ffffff;
    text-decoration: none;
}
.whizz-chat-list header .tools {
    list-style: none;
    margin: 0;
    padding: 0;
    float: right;
}
.whizz-chat-list header .tools li {
    display: inline-block;
    margin-right: 6px;
}
.whizz-chat-list header .tools li:last-child {
    margin: 0;
}
.whizz-chat-list header .tools li a {
    color: #ffffff;
    text-decoration: none;
    -webkit-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
}
.whizz-chat-list .chat-body .search {
    width: 100%;
}
.whizz-chat-list .chat-body .search.opened {
    display: block;
}
.whizz-chat-list .chat-body .search input {
    width: 100%;
    margin: 0;
    padding: 10px 15px;
    border: none;
    -webkti-box-size: border-box;
    -moz-box-size: border-box;
    box-size: border-box;
    background-color: #f4f4f4;
    border-radius: 4px;
    height:50px;
}
.whizz-chat-list .chat-body .search input:focus {
    border-color:none;
    outline: none;	
    box-shadow: none;
}
.whizz-chat-list .chat-body ul {
    list-style: none;
    padding: 0;
    margin:15px 0;
}
.whizz-chat-list .chat-body ul li {
    position: relative;
    background: #ffffff;
    display: block;
    width: 100%;
    margin:0;
    margin-bottom: 20px;
    border-radius: 4px;
}
.whizz-chat-list .chat-body ul li:last-child {
    margin-bottom: 0;
}
.whizz-chat-list .chat-body ul li:before,
.whizz-chat-list .chat-body ul li:after {
    display: block;
    content: '';
    clear: both;
}

.whizz-chat-list .chat-body ul li .thumbnail {
    color: #ffffff;
    min-height: 60px;
    text-align: center;
    text-decoration: none;
    -webkit-transition: background 0.3s linear 0s;
    -moz-transition: background 0.3s linear 0s;
    -ms-transition: background 0.3s linear 0s;
    -o-transition: background 0.3s linear 0s;
    transition: background 0.3s linear 0s;
    width: 70px;
    float:left;
}
.whizz-chat-list .chat-body ul li .thumbnail img {
    width: 100%;
}

.chat-input-holder .emojionearea
{
    border-top: 1px solid !important;
    border: 0px !important;
    box-shadow:none;
}
.chat-input-holder .emojionearea .emojionearea-editor:focus, .chat-input-holder .emojionearea .emojionearea-editor{
    border-top:1px solid #eeeeee;
}
.chat-input-holder .emojionearea.focused {
    box-shadow:none !important;	
}
.chat-input-holder .emojionearea.emojionearea-inline>.emojionearea-editor {
    height: 50px;
    line-height: 40px;
    font-size: 16px;
    color:#777;
    right:24px;
}
.chat-input-holder .emojionearea.emojionearea-inline {
    height:50px;
    box-shadow:none;	
}


.whizz-chat-list .chat-body ul li .content {
    margin-left: 10px;
    line-height: 20px;
    width: calc(100% - 80px);
    float: left;
}
.whizz-chat-list .chat-body ul li .content h3 {
    display: block;
    width: 100%;
}
.whizz-chat-list .chat-body ul li .content h3 a {
    color:#242424;
    text-decoration:none;	
}
.whizz-chat-list .chat-body ul li .content h3 a:hover {
    color:#cd2653;	
}
.whizz-chat-list .chat-body ul li .content .preview {
    display: block;
    width: 100%;
    max-width: 200px;
    margin-bottom: 1px;
    color: #AAA;
    font-size: 14px;
}
.whizz-chat-list .chat-body ul li .content .meta {
    color: #AAA;
    font-size: 12px;
}
.whizz-chat-list a.thumbnail
{
    padding: 0;
    margin-bottom: 0;
    border-radius: 4px;
    position: relative;
    overflow:hidden;
}
.whizz-chat-list .chat-body ul li .content .meta a {
    color: #999999;
    text-decoration: none;
}
.whizz-chat-list .chat-body ul li .content .meta a:hover {
    text-decoration: underline;
}
.whizz-chat-list .chat-body ul li .message {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    height: 100%;
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
}
.whizz-chat-list footer a {
    background: #bd6982;
    display: block;
    width: 100%;
    padding: 10px 15px;
    color: #ffffff;
    font-size: 14px;
    text-align: center;
    text-decoration: none;
    box-sizing: border-box;
}
.whizz-chat-list footer a:hover {
    background: #cd8ca0;
    -webkit-transition: background 0.3s linear 0s;
    -moz-transition: background 0.3s linear 0s;
    -ms-transition: background 0.3s linear 0s;
    -o-transition: background 0.3s linear 0s;
    transition: background 0.3s linear 0s;
}
.whizz-chat-text-nowrap {
    overflow: hidden;
}
.whizzChat-Menu .dropdown-submenu {
    position: relative;
}
.whizzChat-Menu .dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}
.whizzChat-Menu .dropdown-submenu:hover>.dropdown-menu {
    display: block;
}
.whizzChat-Menu .dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}
.whizzChat-Menu .dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.whizzChat-Menu .dropdown-submenu.pull-left {
    float: none;
}

.whizzChat-Menu .dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

.whizzChat-box-attachment-panel {
    cursor: pointer;
}

.whizzChat-box-attachment-panel .upload-btn-wrapper {
    position: relative;
}

.whizzChat-box-attachment-panel .btn-profile {
    border: 1px solid gray;
    background-color: white;
    padding: 8px 20px;
    border-radius: 8px;
    font-size: 14px;
}

.whizzChat-box-attachment-panel .upload-btn-wrapper input[type="file"] {
    font-size: 100px;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    cursor: pointer;
    width: 100%;
    height: 100%;
}

.span6 {
    float: left;
    width: 48%;
    padding: 1%;
}
.chat-input-holder .emojionearea-editor:not(.inline) {
    min-height: 4em;
    max-height:5em;
    padding:15px 80px 15px 15px;
    word-break: break-word;
    overflow:hidden;
}
.ibenic_upload_form {
    display: inline-block;
    padding: 10px; 
}
.whizzChat-chatbox-images { 
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 5px;
    justify-items: center;
}

.whizzChat-chatbox-images.whizz-less-images 
{ 
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 5px;
    justify-items: left;
}

.whizzChat-chatbox-images a {
    max-width: 100px;
    display:none;
    position: relative;
    padding: 10px;
    background-color: #FFF;
    border-radius: 4px;
    min-width: 100px;
}

.whizzChat-chatbox-images a:nth-child(-n+4){ display:block; }

.whizzChat-chatbox-images a:nth-child(4)::before  {
    position: absolute;
    background-color: rgba(0,0,0,0.6);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
}

.whizzChat-chatbox-images .centered{
    position: absolute;
    top: 74%;
    left: 74%;
    transform: translate(-50%, -50%);
    font-size: 14px;
    color: #ffffff;
    font-weight: 600;
}

/*WhizzChat Custom Loading Overlay*/
.whizzChat-custom .spanner{
    position:absolute;
    top: 50%;
    left: 0;
    background: rgba(0,0,0,0.5);
    width: 100%;
    display:block;
    text-align:center;
    height: 160px;
    color: #FFF;
    transform: translateY(-50%);
    z-index: 1000;
    visibility: hidden;
}

.whizzChat-custom .overlay{
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    visibility: hidden;
}

.whizzChat-custom .loader,
.whizzChat-custom .loader:before,
.whizzChat-custom .loader:after {
    border-radius: 50%;
    width: 2.5em;
    height: 2.5em;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation: load7 1.8s infinite ease-in-out;
    animation: load7 1.8s infinite ease-in-out;
}
.whizzChat-custom .loader {
    color: #ffffff;
    font-size: 10px;
    margin: 80px auto;
    position: relative;
    text-indent: -9999em;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}
.whizzChat-custom .loader:before,
.whizzChat-custom .loader:after {
    content: '';
    position: absolute;
    top: 0;
}
.whizzChat-custom .loader:before {
    left: -3.5em;
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}
.whizzChat-custom .loader:after {
    left: 3.5em;
}
@-webkit-keyframes load7 {
    0%,
    80%,
    100% { box-shadow: 0 2.5em 0 -1.3em; }
    40% { box-shadow: 0 2.5em 0 0; }
}
@keyframes load7 {
    0%,
    80%,
    100% { box-shadow: 0 2.5em 0 -1.3em; }
    40% { box-shadow: 0 2.5em 0 0; }
}

.whizzChat-custom .show{
    visibility: visible;
}

.whizzChat-custom .spanner,.whizzChat-custom .overlay{
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.whizzChat-custom {
    position: absolute;
    width: 100%;
}
.whizzChat-custom .spanner.show,.whizzChat-custom .overlay.show {
    opacity: 1;
    position: relative;
}

.message-box .leaflet-container{height: 200px !important; width: 190px !important;}
.message-box .leaflet-container .leaflet-control-attribution, 
.message-box .leaflet-container .leaflet-control-scale
{
    font-size: 8px !important;
}

/* width */
::-webkit-scrollbar { width: 10px; }
/* Track */
::-webkit-scrollbar-track { background: #f1f1f1; }
/* Handle */
::-webkit-scrollbar-thumb { background: #888; }
/* Handle on hover */
::-webkit-scrollbar-thumb:hover { background: #555; }


.whizzChat-more-boxes
{
    position: relative;
    color: #FFF;
    font-size: 20px;
    font-weight: 600;
}
.whizzChat-pophover {
    position:relative;
}
.whizzChat-pophover a.whizzChat-more-boxes {
    text-decoration: none;
    padding:15px 22px;
    display:flex;
    box-shadow:1px 0px 20px rgba(0,0,0,0.05);
    background-color:#cd2653;
    border-radius:4px 0 0 0;
}
.whizzChat-pophover a.whizzChat-more-boxes i {
    color:#FFF;	
}

.whizzChat-pophover .popover__title {
    font-size: 24px;
    line-height: 36px;
    text-decoration: none;
    color: rgb(228, 68, 68);
    text-align: center;
    padding: 2px 0;
}

.whizzChat-pophover .popover__wrapper {
    position: relative;
}
.whizzChat-pophover .popover__content {
    position: absolute;
    right: 20px;
    background-color: #FFF;
    box-shadow: 1px 0px 20px rgba(0,0,0,0.05);
    bottom: 50px;
    border-radius:4px;
    overflow:hidden;
    width: 400px;
    height: 500px;
    transition: .3s ease-out;
    z-index: -1;
}
.whizzChat-pophover .popover__content .chat-messages {
    padding:0;
    overflow-y: auto;	
}
.whizzChat-pophover .popover__content .chat-messages ul {
    margin:0;
    padding:15px;
}
.whizzChat-pophover .whizz-chat-list .chat-body ul li:nth-child(2n) {
    background-color:#FFF;	
}
.whizzChat-pophover .whizz-chat-list .chat-body ul li:first-child {
    padding-top:0;	
}
.whizzChat-pophover .whizz-chat-list .chat-body ul li:last-child {
    border-bottom:none;	
    padding-bottom:0;
}
.whizzChat-pophover .whizz-chat-list .chat-body ul li img {
    width:70px;
}
.whizzChat-pophover .whizz-chat-list .chat-body ul li a {
    float:left;	
    position:relative;
    overflow:hidden;
    margin-right:10px;	
    border-radius:4px;	
}
.whizzChat-pophover .whizz-chat-list .chat-body ul li .content {
    text-align:left;
    margin-left:0;	
}
.whizzChat-pophover .whizz-chat-text-nowrap a {
    padding:0;	
}
.whizzChat-pophover .whizz-chat-text-nowrap h3 {
    margin-bottom:0;
    padding:10px 0;	
}
.pophover-min {
    margin-bottom:-600px;
    transition: .3s ease-out;	
}

.emojionearea .emojionearea-editor:empty::before {
    content: none !important;
}

.chatbox-top.chatbox-unread-message{
    animation: blinkingBackground 2s infinite;
}
@keyframes blinkingBackground{
    0%    { background-color: #4267B2;}
    25%   { background-color: #6489D4;}
    50%   { background-color: #4267B2;}
    75%   { background-color: #6489D4;}
    100%  { background-color: #4267B2;}
}
.chatbox-top.chatbox-unread-message .whizzChat-ad-title, .chatbox-top.chatbox-unread-message .whizzChat-author-name, .chatbox-top.chatbox-unread-message .chatbox-icons i, .chatbox-top.chatbox-unread-message .chatbox-icons .fas.fa-tachometer-alt
{
    color: #ffffff;
}
.whizzChat-date-sort
{
    font-size: 10px;
    text-align: center;
    display: flex;
    flex-flow: row wrap;
    align-content: flex-start;
    flex: 1;
    margin-bottom:5px;
}
.whizzChat-chat-messages-last
{
    font-size: 10px;
    text-align: right;
    float: right;
    flex-flow: row wrap;
    align-content: flex-start;
    flex: 1;

}
/*display: none;*/
.whizzChat-span-loading{
    display: none;
    color: black;
    font-size: 4em;
    text-align: center;
    position: absolute;
    top: 25px;
    left: 40%;  
}
.whizzChat-loading:after {
    content: ' .';
    animation: dots 1s steps(5, end) infinite;
}
.whizz-chat-list .nochat {
    justify-content: center;
    display: flex;
    align-items: center;
    height: 100%;
    flex-direction: column;
}
.whizz-chat-list .nochat {
    margin-bottom:0;	
}
.whizz-chat-list .nochat span {
    margin-top:15px;	
}
.whizz-chat-list .nochat img {
    width:100px;
    height:100px;	
}
@keyframes dots {
    0%, 20% {
        color: rgba(0,0,0,0);
        text-shadow:
            .25em 0 0 rgba(0,0,0,0),
            .5em 0 0 rgba(0,0,0,0);}
    40% {
        color: black;
        text-shadow:
            .25em 0 0 rgba(0,0,0,0),
            .5em 0 0 rgba(0,0,0,0);}
    60% {
        text-shadow:
            .25em 0 0 black,
            .5em 0 0 rgba(0,0,0,0);}
    80%, 100% {
        text-shadow:
            .25em 0 0 black,
            .5em 0 0 black;}
}
.individual-chat-box .panel-body {
    display:flex;
    align-items:center;
    justify-content: center;
    height: 100%;
    padding:20px;
}
.individual-chat-box .initate-chat {
    display:flex;
    flex-direction:column;
    width: 100%;	
}
.individual-chat-box .initate-chat .whizz-chat-desc p {
    font-size:12px;	
}
.individual-chat-box .initate-chat .form-group {
    margin-bottom:20px;
    position:relative;
}
.individual-chat-box .initate-chat .form-group i {
    position: absolute;
    top: 35%;
    left: 15px;
    color: #888;
    font-size: 15px;	
}
.individual-chat-box .initate-chat .form-control {
    width: 100%;
    margin: 0;
    padding: 10px 40px;
    border: none;
    -webkti-box-size: border-box;
    -moz-box-size: border-box;
    box-size: border-box;
    background-color: #f4f4f4;
    border-radius: 4px;
    height: 50px;
    font-size:16px;
}
.individual-chat-box .initate-chat .form-control:focus {
    box-shadow:none;	
}
.individual-chat-box .initate-chat .initate-chat-button {
    line-height:30px;
    text-transform:capitalize;
    font-weight:normal;
    letter-spacing:normal;
    padding:10px 15px;
    height:50px;
    border-radius:4px;
    font-size:16px;
    text-align:center;
}
.individual-chat-box .initate-chat .initate-chat-button:hover, .individual-chat-box .initate-chat .initate-chat-button:focus {
    text-decoration:none;	
}
.whizz-chat-error {
    font-size:12px;
    color:red;	
}

.chkSettings {
    display:none !important;	
}
.whizzChat_head {
    position: fixed;
    bottom: 50px;
    right: 50px;
    border-radius: 50%;
    cursor: pointer;
    transform-origin: center center 0px;
    min-width: 250px;
    max-width: 400px;
    text-align: right;
    font-family: 'Roboto', sans-serif;
}
.whizzChat_head img {
    width: 100%;
    transition: transform 0.16s linear 0s, opacity 0.08s linear 0s;
    width:35px;
    height:35px;
    margin-left:15px;
    margin-top: 10px;
}
.whizzChat_head .whizzChat_head-img {
    overflow: hidden;
    display: inline-block;
    background-color: #FFF;
    border-radius: 50%;
    position: relative;
    width: 60px;
    height: 60px;
    box-shadow: 1px 0px 20px rgba(0,0,0,0.07);
    vertical-align: bottom;
    text-align:center;
}
.whizzChat_head-tooltip::before {
    content: "";
    position: absolute;
    left: 100%;
    bottom: 10%;
    width: 0;
    height: 0;
    border-bottom: 13px solid transparent;
    border-left: 15px solid #FFF;
    border-top: 13px solid transparent;
}
.whizzChat_head-tooltip {
    background: #FFF;
    position: relative;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    margin-right: 30px;
    box-shadow: 1px 0px 20px rgba(0,0,0,0.07);
    padding: 15px;
    max-width: 75%;
    display: inline-block;
    font-size: 12px;
    text-align: left;
    color: #777;
}
.chat-input-holder .emojionearea .emojionearea-button {
    right: 12%;
    top: auto;
    bottom: 15px;	
}
@media (min-width: 1024px) and (max-width: 1600px) {
    .whizzChat-chatbox-images {
        width:200px;	
    }
    .whizzChat-chatbox-images a {
        min-width:90px;	
    }
    .chat-input-holder .message-send {
        font-size:18px;	
    }
    .attachment-panel .fa-map-marker {
        padding:5px;
        font-size: 14px;	
    }
    .attachment-panel .ibenic_file_upload i {
        font-size:14px;	
    }
    .ibenic_upload_form {
        padding: 5px 10px;
    }
    .whizzchatbot-tooltip {
        width: 68%;	
    }
    .chatbox {
        width: 300px;
        height: 380px;	
    }
    .chat-group-name .whizzChat-ad-title {
        font-size:14px;	
    }
    .chatbox-top {
        height:40px;	
    }
    .chatbox-min {
        margin-bottom: -100%;
    }
    .individual-chat-box .initate-chat .form-control {
        height:40px;	
    }
    .chatbox-list.chatlist-min {
        margin-bottom: -325px;
    }
    .whizz-typing {
        bottom: 90px;
    }
}
@media (min-width: 768px) and (max-width: 1023px) {
    .chatbox {
        width: 280px;
        height: 350px;
    }
    .chat-input-holder .emojionearea.emojionearea-inline {
        height: 40px;
    }
    .chat-input-holder .emojionearea.emojionearea-inline>.emojionearea-editor {
        height:40px;	
    }
    .chat-input-holder .emojionearea.emojionearea-inline>.emojionearea-button {
        top:10px;	
    }
    .attachment-panel .fa-map-marker {
        padding:5px;
        font-size: 14px;	
    }
    .attachment-panel .ibenic_file_upload i {
        font-size:14px;	
    }
    .ibenic_upload_form {
        padding: 5px 10px;
    }
    .chatbox-min {
        margin-bottom: -390px;
    }
    .chatbox-min {
        margin-bottom: -100%;
    }
    .individual-chat-box .initate-chat .form-control {
        height:40px;	
    }
    .whizz-typing {
        bottom: 90px;
    }
}
@media (min-width: 320px) and (max-width: 767px) {

    .chatbox-list.chatlist-min {
        margin-bottom: -290px;
    }
    
    .whizz-chat-list .chat-body ul li .content {
        width:65%;	
    }	
    .chatbox {
        width:330px;
        margin-right:0;	
    }
    .individual-chat-box {
        position:absolute;
        right:0;
        z-index:999;	
    }
    .chatbox {
        width: 280px;
        height: 350px;
    }
    .chatbox-min {
        margin-bottom: -100%;
    }
    .individual-chat-box .initate-chat .form-control {
        height:40px;	
    }
    .whizz-typing {
        bottom: 90px;
    }
}

/*chat waving style*/
.whizz-typing {
    position: absolute;
    bottom: 110px;
    display: block;
    left: 10px;
    color: #CCC;
    font-size: 12px;
}
div.whizz-chat-wave {
    position: relative;
    display: inline-block;
}
div.whizz-chat-wave .dot {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #ccc;
    margin-left: 5px;
    animation: wave 1.3s linear infinite;
}
div.whizz-chat-wave .dot:nth-child(2) {
    animation-delay: -1.1s;
}
div.whizz-chat-wave .dot:nth-child(3) {
    animation-delay: -0.9s;
}

@keyframes wave {
    0%, 60%, 100% {
        transform: initial;
    }
    30% {
        transform: translateY(-10px);
    }
}
.whizzchat-bot-wrap p {
    font-size: 16px;
    line-height: 20px;
    word-wrap: break-word;
    white-space: pre-wrap;
    max-width: 100%;
    padding: 15px 17px;
    background: #FFF;
    align-self: flex-start;
    border-radius: 2px 15px 15px 15px;
    margin-bottom: 10px;
    max-width: 85%;
}
.whizzchat-bot-wrap ul {
    padding-top:10px;
    text-align:center;	
}
.whizzchat-bot-wrap ul li {
    position:relative;
    overflow:hidden;
    display:inline-block;	
}
.whizzchat-bot-wrap ul li a {
    padding:10px 20px;
    background-color: #FFF;
    color: #006CFF;
    margin-bottom: 10px;
    margin-right: 10px;
    border-radius: 4px;
    font-size: 14px;
    display: inline-block;
    border-bottom: 1px solid #0056cc;
    text-transform: capitalize;
    box-shadow: 1px 0px 20px rgba(0,0,0,0.07);
    font-weight: 600;
}
.login-first {
    display:flex;
    flex-direction:column;
    justify-content:center;	
    height: 100%;
    align-content: center;
    align-items: center;
}
.login-first h3 {
    margin-bottom:20px;
    margin-top:0;
    color:#999;	
}
.login-first a {
    background-color:#FFF;
    color:#999;
    border:1px solid #999;
    padding:12px 32px;
    text-transform:capitalize;
    border-radius:4px;	
}
.login-first a:hover {
    color:#999;	
}
.emojionearea .emojionearea-picker.emojionearea-picker-position-top {
    z-index: 9999;
}
.chat-badge-count {
    position: absolute;
    top: 27px;
    right: 10px;
    background: #1f6bff;
    color: #fff;
    font-weight: 700;
    font-size: 12px;
    padding: 0 6px;
    min-width: 20px;
    height: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-border-radius: 30px;
    border-radius: 30px;
}
.whizzchatlist-bot-img img {
    width:35px;
    height: 35px;
}
.whizz-chat-bot .chatbox-top .whizzchat-bot-img img {
    width: 45px !important;
}


/*shahbaz css start here*/

.whizz-chat-list .chat-body .whizz-search{
    width: 100%;
    position: relative;
    display: flex;
}
.whizz-chat-list .chat-body .whizz-search .chat-search{
    width: 95%;
    height: 30px;
    padding: 5px 10px;
    border-radius: 0.25rem !important;
    border: 1px solid #ced4da;
    background: none;
    box-sizing: initial;
}
.chatbox .chat-messages .message-box audio{
    width: 100%;
}
.whizzChat-chatbox-images a{
    display: none;
    clear: both;
    width: 100%;
}
.whizzChat-chatbox-images a img{
    width: 100%;
}
i.fas.fa-tachometer-alt {
    transition: 0.3s !important;
    padding: 20px 10px !important;
    font-size: 12px !important;
}

.chatbox-top .chatbox-icons .fas.fa-tachometer-alt {
    transition: 0.3s;
    padding: 20px 10px;
    font-size: 12px;
}
.whizz-chat-list .chat-body .search {
    width: 100%;
    position: relative;
    display: flex;
}
.whizz-chat-list .chat-body .whizz-search .whizz-search-loader{
    left:auto;
    right: 20px;
    top: 10px;
    position: absolute;
    font-size: 14px;
}
.no_chat{
    display: none;
}

.whizchat_widget_shortcode {   
    position: fixed;
    bottom: 100px;
    right: 20px;
    padding: 5px;
    opacity: 1;
    border-radius: 3px;
    z-index: 999;
}
.whizchat_widget_shortcode img {
    border-radius: 50%;
    width: 60px;
    box-shadow: 0 0 30px 0 rgba(0,0,0,.08);
}



