﻿@import url(font.css?family=Source+Sans+Pro:300,400,600,700,300italic,400italic,600italic);

html,
body {
    min-height: 100%;
}


body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: 'Archivo', sans-serif, Verdana, arial;
    font-weight: 400;
    overflow-x: hidden;
    overflow-y: auto;
}

/* Content */
.content {
    min-height: 250px;
    padding: 15px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}
/* H1 - H6 font */
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: 'Source Sans Pro', sans-serif;
}
/* General Links */
a {
    color: #1fb141;
}

    a:hover,
    a:active,
    a:focus {
        outline: none;
        text-decoration: none;
        color: #1fb141;
    }


.Notification {
    text-align: center;
    font: 10px;
    font-weight: bold;
    padding-top: 5px;
    padding-bottom: 5px;
}

/*
 * Component: Box
 * --------------
 */
.clsAssignAgent, .lastcomment {
    color: #000;
}

.box {
    position: relative;
    border-radius: 3px;
    background: #ffffff;
    border-top: 3px solid #1fb141;
    margin-bottom: 5px;
    width: 100%;
    /*box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);*/
}

    .box.box-primary {
        border-top-color: #3c8dbc;
    }

    .box.box-info {
        border-top-color: #00c0ef;
    }

    .box.box-danger {
        border-top-color: #1fb141;
    }

    .box.box-warning {
        border-top-color: #f39c12;
    }

    .box.box-success {
        border-top-color: #00a65a;
    }

    .box.box-purple {
        border-top-color: #605ca8;
    }

    .box.box-default {
        border-top-color: #1fb141;
    }

    .box.collapsed-box .box-body,
    .box.collapsed-box .box-footer {
        display: none;
    }

    .box .nav-stacked > li {
        border-bottom: 1px solid #f4f4f4;
        margin: 0;
    }

        .box .nav-stacked > li:last-of-type {
            border-bottom: none;
        }

    .box.height-control .box-body {
        max-height: 300px;
        overflow: auto;
    }

    .box .border-right {
        border-right: 1px solid #f4f4f4;
    }

    .box .border-left {
        border-left: 1px solid #f4f4f4;
    }

    .box.box-solid {
        border-top: 0;
    }

        .box.box-solid > .box-header .btn.btn-default {
            background: transparent;
        }

        .box.box-solid > .box-header .btn:hover,
        .box.box-solid > .box-header a:hover {
            background: rgba(0, 0, 0, 0.1);
        }

        .box.box-solid.box-default {
            border: 1px solid #1fb141;
        }

            .box.box-solid.box-default > .box-header {
                color: #444444;
                background: #1fb141;
                background-color: #1fb141;
            }

                .box.box-solid.box-default > .box-header a,
                .box.box-solid.box-default > .box-header .btn {
                    color: #444444;
                }

        .box.box-solid.box-primary {
            border: 0px solid #ccc;
        }

            .box.box-solid.box-primary > .box-header {
                color: #ffffff;
                background: #1fb141;
                background-color: #1fb141;
            }

                .box.box-solid.box-primary > .box-header a,
                .box.box-solid.box-primary > .box-header .btn {
                    color: #ffffff;
                }

        .box.box-solid.box-info {
            border: 1px solid #00c0ef;
        }

            .box.box-solid.box-info > .box-header {
                color: #ffffff;
                background: #00c0ef;
                background-color: #00c0ef;
            }

                .box.box-solid.box-info > .box-header a,
                .box.box-solid.box-info > .box-header .btn {
                    color: #ffffff;
                }

        .box.box-solid.box-danger > .box-header {
            color: #ffffff;
            background-color: #1fb141;
        }

            .box.box-solid.box-danger > .box-header a,
            .box.box-solid.box-danger > .box-header .btn {
                color: #ffffff;
            }

        .box.box-solid.box-warning {
            border: 1px solid #f39c12;
        }

            .box.box-solid.box-warning > .box-header {
                color: #ffffff;
                background: #f39c12;
                background-color: #f39c12;
            }

                .box.box-solid.box-warning > .box-header a,
                .box.box-solid.box-warning > .box-header .btn {
                    color: #ffffff;
                }

        .box.box-solid.box-success {
            border: 1px solid #00a65a;
        }

            .box.box-solid.box-success > .box-header {
                color: #ffffff;
                background: #00a65a;
                background-color: #00a65a;
            }

                .box.box-solid.box-success > .box-header a,
                .box.box-solid.box-success > .box-header .btn {
                    color: #ffffff;
                }

        .box.box-solid > .box-header > .box-tools .btn {
            border: 0;
            box-shadow: none;
        }

        .box.box-solid[class*='bg'] > .box-header {
            color: #fff;
        }

    .box .box-group > .box {
        margin-bottom: 5px;
    }

    .box .knob-label {
        text-align: center;
        color: #333;
        font-weight: 100;
        font-size: 12px;
        margin-bottom: 0.3em;
    }

    .box > .overlay,
    .overlay-wrapper > .overlay,
    .box > .loading-img,
    .overlay-wrapper > .loading-img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    .box .overlay,
    .overlay-wrapper .overlay {
        z-index: 50;
        background: rgba(255, 255, 255, 0.7);
        border-radius: 3px;
    }

        .box .overlay > .fa,
        .overlay-wrapper .overlay > .fa {
            position: absolute;
            top: 50%;
            left: 50%;
            margin-left: -15px;
            margin-top: -15px;
            color: #000;
            font-size: 30px;
        }

        .box .overlay.dark,
        .overlay-wrapper .overlay.dark {
            background: rgba(0, 0, 0, 0.5);
        }

.box-header:before,
.box-body:before,
.box-footer:before,
.box-header:after,
.box-body:after,
.box-footer:after {
    content: " ";
    display: table;
}

.box-header:after,
.box-body:after,
.box-footer:after {
    clear: both;
}

.box-header {
    color: #444;
    display: block;
    padding: 10px;
    position: relative;
}

    .box-header.with-border {
        border-bottom: 1px solid #f4f4f4;
    }

.collapsed-box .box-header.with-border {
    border-bottom: none;
}

.box-header > .fa,
.box-header > .glyphicon,
.box-header > .ion,
.box-header .box-title {
    display: inline-block;
    font-size: 18px;
    margin: 0;
    line-height: 1;
    color: #f4f4f4;
    font-weight: bold;
}

.box-header > .fa,
.box-header > .glyphicon,
.box-header > .ion {
    margin-right: 5px;
}

.box-header > .box-tools {
    position: absolute;
    right: 10px;
    top: 5px;
}

    .box-header > .box-tools [data-toggle="tooltip"] {
        position: relative;
    }

    .box-header > .box-tools.pull-right .dropdown-menu {
        right: 0;
        left: auto;
    }

.btn-box-tool {
    padding: 5px;
    font-size: 12px;
    background: transparent;
    color: #97a0b3;
}

    .open .btn-box-tool,
    .btn-box-tool:hover {
        color: #606c84;
    }

    .btn-box-tool.btn:active {
        box-shadow: none;
    }

.box-body {
    /*border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;*/
    padding: 0px 10px;
}

.no-header .box-body {
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}

.box-body > .table {
    margin-bottom: 0;
}

.box-body .fc {
    margin-top: 5px;
}

.box-body .full-width-chart {
    margin: -19px;
}

.box-body.no-padding .full-width-chart {
    margin: -9px;
}

.box-body .box-pane {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 3px;
}

.box-body .box-pane-right {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 0;
}

.box-footer {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    /*border-top: 1px solid #f4f4f4;*/
    padding: 5px 10px 10px 10px;
    background-color: #ffffff;
}

.box-footer1 {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    /*border-top: 1px solid #f4f4f4;*/
    padding: 5px 0px 10px 0px;
    background-color: #ffffff;
}

.chart-legend {
    margin: 10px 0;
}

@media (max-width: 991px) {
    .chart-legend > li {
        float: left;
        margin-right: 10px;
    }
}

.box-comments {
    background: #fff;
}

    .box-comments .box-comment {
        /*padding: 8px 0;*/
        /*border-bottom: 1px solid #eee;*/
    }

        .box-comments .box-comment:before,
        .box-comments .box-comment:after {
            content: " ";
            display: table;
        }

        .box-comments .box-comment:after {
            clear: both;
        }

        .box-comments .box-comment:last-of-type {
            /*border-bottom: 0;*/
        }

        .box-comments .box-comment:first-of-type {
            /*padding-top: 0;*/
        }

        .box-comments .box-comment img {
            /*float: left;*/
        }

    .box-comments .comment-text {
        /*margin-left: 40px;*/
        color: #555;
    }

    .box-comments .username {
        color: #444;
        display: block;
        /*font-weight: 600;*/
    }

        .box-comments .username .user {
            cursor: pointer;
        }

            .box-comments .username .user span {
                color: #000 !important;
            }

    .box-comments .text-muted {
        font-weight: 400;
        font-size: 12px;
    }

/*
 * Component: Direct Chat
 * ----------------------
 */
.direct-chat .box-body {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    position: relative;
    overflow-x: hidden;
    padding: 0;
}

.direct-chat.chat-pane-open .direct-chat-contacts {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}

.direct-chat-messages {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    padding: 10px;
    height: 340px;
    overflow: auto;
}

.direct-chat-msg,
.direct-chat-text {
    display: block;
}

.direct-chat-msg {
    margin-bottom: 10px;
}

    .direct-chat-msg:before,
    .direct-chat-msg:after {
        content: " ";
        display: table;
    }

    .direct-chat-msg:after {
        clear: both;
    }

.direct-chat-messages,
.direct-chat-contacts {
    -webkit-transition: -webkit-transform 0.5s ease-in-out;
    -moz-transition: -moz-transform 0.5s ease-in-out;
    -o-transition: -o-transform 0.5s ease-in-out;
    transition: transform 0.5s ease-in-out;
}

.direct-chat-text {
    border-radius: 5px;
    position: relative;
    padding: 5px 10px;
    /*background: #EEE;
  border: 1px solid #EEE;
  margin: 5px 0 0 50px;
  color: #444444;
  font-size:15px;
  font-weight:normal;


}


.direct-chat-text:after,
.direct-chat-text:before {
  position: absolute;
  right: 100%;
  top: 15px;
  border: solid transparent;
  border-right-color: #EEE;
  content: ' ';
  height: 0;
  width: 0;
  pointer-events: none;
}
.direct-chat-text:after {
  border-width: 5px;
  margin-top: -5px;
}
.direct-chat-text:before {
  border-width: 6px;
  margin-top: -6px;
}
.right .direct-chat-text {
  margin-right: 50px;
  margin-left: 0;
}
.right .direct-chat-text:after,
.right .direct-chat-text:before {
  right: auto;
  left: 100%;
  border-right-color: transparent;
  border-left-color: #EEE;
}
.direct-chat-img {
  border-radius: 50%;
  float: left;
  width: 25px;
  height: 25px;
}
.right .direct-chat-img {
  float: right;
}
.direct-chat-info {
  display: block;
  margin-bottom: 2px;
  font-size: 12px;
}
.direct-chat-name {
  font-weight: 600;
}
.direct-chat-timestamp {
  color: #999;
}
.direct-chat-contacts-open .direct-chat-contacts {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.direct-chat-contacts {
  -webkit-transform: translate(101%, 0);
  -ms-transform: translate(101%, 0);
  -o-transform: translate(101%, 0);
  transform: translate(101%, 0);
  position: absolute;
  top: 0;
  bottom: 0;
  height: 250px;
  width: 100%;
  background: #222d32;
  color: #fff;
  overflow: auto;
}
.contacts-list > li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding: 10px;
  margin: 0;
}
.contacts-list > li:before,
.contacts-list > li:after {
  content: " ";
  display: table;
}
.contacts-list > li:after {
  clear: both;
}
.contacts-list > li:last-of-type {
  border-bottom: none;
}
.contacts-list-img {
  border-radius: 50%;
  width: 40px;
  float: left;
}
.contacts-list-info {
  margin-left: 45px;
  color: #fff;
}
.contacts-list-name,
.contacts-list-status {
  display: block;
}
.contacts-list-name {
  font-weight: 600;
}
.contacts-list-status {
  font-size: 12px;
}
.contacts-list-date {
  color: #aaa;
  font-weight: normal;
}
.contacts-list-msg {
  color: #999;
}
.direct-chat-danger .right > .direct-chat-text {
  background: #EEE;
  border-color: #EEE;
  /*color: #ffffff;*/
}

.direct-chat-danger .right > .direct-chat-text:after,
.direct-chat-danger .right > .direct-chat-text:before {
    /*border-left-color: #1fb141;*/
}

.direct-chat-primary .right > .direct-chat-text {
    background: #3c8dbc;
    border-color: #3c8dbc;
    color: #ffffff;
}

    .direct-chat-primary .right > .direct-chat-text:after,
    .direct-chat-primary .right > .direct-chat-text:before {
        border-left-color: #3c8dbc;
    }

.direct-chat-warning .right > .direct-chat-text {
    background: #f39c12;
    border-color: #f39c12;
    color: #ffffff;
}

    .direct-chat-warning .right > .direct-chat-text:after,
    .direct-chat-warning .right > .direct-chat-text:before {
        border-left-color: #f39c12;
    }

.direct-chat-info .right > .direct-chat-text {
    background: #00c0ef;
    border-color: #00c0ef;
    color: #ffffff;
}

    .direct-chat-info .right > .direct-chat-text:after,
    .direct-chat-info .right > .direct-chat-text:before {
        border-left-color: #00c0ef;
    }

.direct-chat-success .right > .direct-chat-text {
    background: #00a65a;
    border-color: #00a65a;
    color: #ffffff;
}

    .direct-chat-success .right > .direct-chat-text:after,
    .direct-chat-success .right > .direct-chat-text:before {
        border-left-color: #00a65a;
    }


/*
 * Component: Users List
 * ---------------------
 */
.users-list > li {
    width: 25%;
    float: left;
    padding: 10px;
    text-align: center;
}

    .users-list > li img {
        border-radius: 50%;
        max-width: 100%;
        height: auto;
    }

    .users-list > li > a:hover,
    .users-list > li > a:hover .users-list-name {
        color: #999;
    }

.users-list-name,
.users-list-date {
    display: block;
}

.users-list-name {
    font-weight: 600;
    color: #444;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.users-list-date {
    color: #fff;
    font-size: 12px;
}

.img-sm,
.img-md,
.img-lg,
.box-comments .box-comment img,
.user-block.user-block-sm img {
    /*float: left;*/
}

.img-sm,
.box-comments .box-comment img,
.user-block.user-block-sm img {
    width: 25px !important;
    height: 25px !important;
}

    .img-sm + .img-push {
        margin-left: 40px;
    }

.img-md {
    width: 60px;
    height: 60px;
}

    .img-md + .img-push {
        margin-left: 70px;
    }

.img-lg {
    width: 100px;
    height: 100px;
}

    .img-lg + .img-push {
        margin-left: 110px;
    }

.img-bordered {
    border: 3px solid #1fb141;
    padding: 3px;
}

.img-bordered-sm {
    border: 2px solid #1fb141;
    padding: 2px;
}
/*
 * Component: Timeline
 * -------------------
 */
.timeline {
    position: relative;
    margin: 0 0 30px 0;
    padding: 0;
    list-style: none;
}

    .timeline:before {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        width: 4px;
        background: #ddd;
        left: 31px;
        margin: 0;
        border-radius: 2px;
    }

    .timeline > li {
        position: relative;
        margin-right: 10px;
        margin-bottom: 15px;
    }

        .timeline > li:before,
        .timeline > li:after {
            content: " ";
            display: table;
        }

        .timeline > li:after {
            clear: both;
        }

        .timeline > li > .timeline-item {
            -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
            box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
            border-radius: 3px;
            margin-top: 0;
            background: #fff;
            color: #444;
            margin-left: 60px;
            margin-right: 15px;
            padding: 0;
            position: relative;
        }

            .timeline > li > .timeline-item > .time {
                color: #999;
                float: right;
                padding: 10px;
                font-size: 12px;
            }

            .timeline > li > .timeline-item > .timeline-header {
                margin: 0;
                color: #555;
                border-bottom: 1px solid #f4f4f4;
                padding: 10px;
                font-size: 16px;
                line-height: 1.1;
            }

                .timeline > li > .timeline-item > .timeline-header > a {
                    font-weight: 600;
                }

            .timeline > li > .timeline-item > .timeline-body,
            .timeline > li > .timeline-item > .timeline-footer {
                padding: 10px;
            }

        .timeline > li > .fa,
        .timeline > li > .glyphicon,
        .timeline > li > .ion {
            width: 30px;
            height: 30px;
            font-size: 15px;
            line-height: 30px;
            position: absolute;
            color: #666;
            background: #1fb141;
            border-radius: 50%;
            text-align: center;
            left: 18px;
            top: 0;
        }

    .timeline > .time-label > span {
        font-weight: 600;
        padding: 5px;
        display: inline-block;
        background-color: #fff;
        border-radius: 4px;
    }

.timeline-inverse > li > .timeline-item {
    background: #f0f0f0;
    border: 1px solid #ddd;
    -webkit-box-shadow: none;
    box-shadow: none;
}

    .timeline-inverse > li > .timeline-item > .timeline-header {
        border-bottom-color: #ddd;
    }

input[type=button] {
    background-color: #1fb141;
    border-color: #1fb141;
}

    input[type=button]:hover, input[type=button]:active, input[type=button]:focus {
        background-color: #1fb141;
        border-color: #1fb141;
    }

.fa-2x {
    font-size: 18px !important;
}


.activeagenticon {
    width: 12px;
    height: 12px;
}


.activeAgent {
    /*width: 120px;*/
    width: 70%;
    display: inline-block;
    color: #000 !important;
    text-transform: capitalize;
}

#MsgCountP {
    font-size: 14px;
    font-weight: bold;
    color: red;
    animation: animate1 5s linear infinite;
    float: right;
}

.spnDate {
    color: #000 !important;
}

@keyframes animate1 {
    0% {
        opacity: 0;
    }

    15% {
        opacity: 1;
    }

    25% {
        opacity: 1;
    }

    50% {
        opacity: 1;
    }

    75% {
        opacity: 1;
    }

    90% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.UsertText {
    display: inline-block !important;
    padding: 0px 15px 0px !important;
    border-radius: 20px !important;
    margin-bottom: 5px !important;
    float: right !important;
    clear: both;
    max-width: 65%;
    word-wrap: break-word;
    background: #1fb141;
    color: #fff;
    /*border-top-right-radius: 0 0 !important;*/
}

.AgentText {
    display: inline-block !important;
    padding: 0px 15px 0px !important;
    border-radius: 20px !important;
    margin-bottom: 5px !important;
    float: left !important;
    clear: both;
    max-width: 65%;
    word-wrap: break-word;
    background: #efefef !important;
    color: #6f6f6f !important;
    float: left !important;
    /*border-top-left-radius: 0 !important;*/
}


.UsertTextboxText {
    max-width: 100%;
    width: 100%;
    word-wrap: break-word;
    background: #1fb141;
    color: #fff;
    border: 0px;
    min-height: 20px;
    padding: 8px;
    resize: none;
    overflow: hidden; /* Ensure no scrollbar appears */
    box-sizing: border-box;
    word-wrap: break-word;
    width: auto; /* Let the width be dynamic */
    font-size :16px;
}

.AgentTextboxText {
    max-width: 100%;
    width: 100%;
    word-wrap: break-word;
    background: #efefef !important;
    color: #6f6f6f !important;
    border: 0px;
    min-height: 20px;
    padding: 8px;
    resize: none;
    overflow: hidden; /* Ensure no scrollbar appears */
    box-sizing: border-box;
    word-wrap: break-word;
    width: auto; /* Let the width be dynamic */
     font-size :16px;
}


.AgentNameText {
    display: inline-block !important;
    margin-bottom: 5px !important;
    clear: both;
    max-width: 65%;
    word-wrap: break-word;
    color: #1fb141 !important;
    float: left !important;
    /*border-top-left-radius: 0 !important;*/
}

#divMessage {
    padding-left: 15px;
    padding-right: 15px;
}

.chatfooterText {
    font-size: 14px;
    font-weight: 600;
    text-align: center;
}

/*Added By Appmix  kalpesh on 2-2-2022 for the Chat panel Css*/

.StageCaption {
    border-bottom: 1px solid #ccc;
    text-align: center;
    padding-bottom: 11px;
    margin-bottom: 10px;
}

.box.box-solid.box-danger {
    border: 0px solid #ccc;
}


.UsertText {
    float: left !important;
    border-top-left-radius: 0 !important;
}

    .UsertText a {
        color: #fff;
        text-decoration: underline;
        
    }

.AgentText {
    float: right !important;
    border-top-right-radius: 0 0 !important;
}

    .AgentText a {
     
        text-decoration: underline;
            color: #6f6f6f !important;
    }

.navbar-shadow {
    box-shadow: inset 0 -0px 0 0 hsla(0,0%,80%,.96) !important;
}

.navbar-default {
    background-color: #fff;
    border-color: #fff;
}

.chat_list {
    /*border: 1px solid #1fb141;*/
    border: 1px solid #efefef;
    border-radius: 5px;
    margin: 0;
    padding: 10px;
    margin-bottom: 5px;
    background-color: #fff;
    color: #fff !important;
}

.Assignchat_list {
    /*border: 1px solid #1fb141;*/
    border: 1px solid #0f346c;
    border-radius: 5px;
    margin: 0;
    padding: 10px;
    margin-bottom: 5px;
    background-color: #fff;
    color: #fff !important;
}


.chat_people {
    overflow: hidden;
    clear: both;
}

.chat_img {
    float: left;
    width: 18%;
}

.chat_ib h5 {
    font-size: 15px;
    color: #464646;
    margin: 0 0 8px 0;
}

    .chat_ib h5 span {
        font-size: 13px;
        float: right;
    }

.chat_ib p {
    font-size: 12px;
    color: #989898;
    margin: auto;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.circle-outer {
    background-color: #999999;
    border-radius: 50%;
    color: rgb(255, 255, 255);
    display: inline-block;
    font-size: 22px;
    height: 45px;
    position: relative;
    vertical-align: middle;
    width: 45px;
    text-transform: uppercase;
}

.circle-inner {
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
}

.RepcommonHeight {
    height: 100%;
    flex: none !important;
    margin: 0 auto;
}

#chat {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    width: 100%;
    margin-left: 0px;
}

.flex-Online {
    padding: 0px 10px;
    width: 25% !important;
    height: auto;
}

.flex-chat {
    padding: 0px 10px;
    width: 75% !important;
    height: auto;
}

.flex-User {
    padding: 0px 10px;
    width: 25% !important;
    height: auto;
}



.UserDeatilLabel {
    font-size: 14px;
    color: #999999;
    font-weight: bold;
    width: 45%;
    text-align: right;
}

.UserDeatilLabelvalue {
    font-size: 14px;
    color: #000;
}

.table tr, .table tbody tr td {
    border: 0px !important;
}

@media (max-width: 767px) {
    #chat {
        display: block !important;
        width: 100%;
        margin-left: 0px;
    }

    .flex-chat, .flex-Online, .flex-User {
        width: 100% !important;
    }

    .flex-Online {
        width: 100% !important;
    }

    .flex-User {
        width: 100% !important;
    }
}

.box-footer1
{
    overflow-y:hidden;
    overflow-x:hidden;
}
.box-footer1:hover
{
    overflow-y:auto;
}

  .image-preview-wrapper {
            position: relative;
            display: inline-block;
            margin: 5px 0;
        }

        .image-preview-wrapper img {
            max-width: 200px;
            border: 1px solid #ccc;
            border-radius: 4px;
            width: 100px;
            height: 100px;
        }

        .image-preview-wrapper .close-btn {
            position: absolute;
            top: -8px;
            right: -8px;
            background: #f44336;
            color: white;
            border: none;
            border-radius: 50%;
            font-size: 14px;
            width: 20px;
            height: 20px;
            cursor: pointer;
            line-height: 17px;
            text-align: center;
        }