.chat-item.align-left {
    text-align: left;
}
.chat-item.align-right {
    text-align: right;
}
.page-name{
    background: white;
    text-align: center;
    color: black !important;
    text-transform: uppercase;
    font-weight: 600;
}
.chat-item.align-left .media {
    
}
.chat-item.align-right .media {
    
}
.chat-item .media {
    display: block;

}

.chsoen-custom-btn{
    border: 0;
    /* box-shadow: 0 0 15px #ccc; */
    margin-right: 5px;
    box-shadow: rgb(149 157 165 / 20%) 0px 8px 24px;
    background: white;
    margin-top: 3px;
}
.unread-chat-tr{
    background: #333333c9 !important;
    color: white;
}
.reminder-alert{
        background: red !important;
        color: white;
}
.filter-quality-icon{
        width: 20px;
}
.chat{
    font-size: 12px;
    text-align: right;
}
.right-wrong .filter{
        float: right;
        position: relative;
        bottom: 29px;
}
.right-wrong-dev{
    margin-top: -50px;
}
.chat-item .media .chat-list-header {
        display: flex;
    align-items: center;
    padding-bottom: 15px;
}
.chat-item .media .chat-list-header .avatar {
    display: inline-block;
}
.chat-item .media .chat-list-header .chat-user-name {
    display: inline-block;
    padding-left: 20px;
    font-size: 18px;
    font-weight: 600;
}

.view-detail-tabs {

}
.view-detail-tabs a {
    display: block;
    border: 2px solid #d6c8c8;
    border-radius: 8px;
    line-height: 23px;
    font-size: 16px;
    text-transform: uppercase;
}
.view-detail-tabs a.badge-active {
    background: #8b9af0;
    color: #fff;
    font-weight: 600;
    border-color: #8b9af0;
}

div#newRow {
    margin-top: 4px;
}
.fix-sidebar {
        position: fixed;
    top: 66px;
    width: 25.7%;
}
img.td-docsimg{
        width: 200px;
        height: 188px;
        object-fit: contain;
}
td.no-pading{
    padding: 0px 1px 0px 14px;
    cursor: pointer;
}
.card.card-success {
    border: 2px solid orange;
}
.td-margin-top-ledger-create{
    margin-top: 0;
}
.ledger-search-content {
    height: 99px;
    overflow-y: scroll;
}
.case-create-td .image-frame .case-image{
    padding: 10px;
}
.admin-main.active,
.admin-main.active .admin-header {
    padding-left: 200px;
}
.case-create-td .image-frame {
    /*position: fixed;*/
    top: 3%;
    width: 100%;
    height: 100vh;
    overflow: scroll;
}
.case-create-td .case-image ul {
    display: flex;
    list-style: none;
}
.case-create-td .case-image ul li a {
    border-radius: 0;
}
.case-create-td .case-image ul li{  
    padding: 5px;
}

.mt-10{
    margin-top: 10px;
}
.mt-25{
    margin-top: 25px;
}
.td-leger-button-border-color-got{
        border: 3px solid #1c2237;
}
.show {
    display: block !important;
}
.hide {
    display: none !important;
}
.card-tabs>.card {
    display: none;
}
.card-tabs>.card.show {
    display: block !important;
}
.new-case-intimation .card{
    margin-top: 13px;
}
.new-case-intimation .btn-primary{
    margin-top: 13px;
}
.td-leger-button-border-color-give{
        border: 3px solid #1c2237;
}
.if-gst-select{
    display: none;
}
.card-header.ledger-view-filter {
    position: absolute;
    left: 30%;
    top: 0;
    z-index: 9;
}
.td-flex{
    display: flex;
}
.td-flex a{
    margin-right: 4px;
}
.card-header.ledger-view-filter .header-filter-col {
    width:33%;
    float: left;
    display: flex;
    padding-right: 10px;
    vertical-align: middle;
}
.card-header.ledger-view-filter .header-filter-col input {
    height: 28px;
    font-size: 14px;
    display: inline-flex;
}
.card-header.ledger-view-filter .header-filter-col label {
    font-size: 14px;
    font-weight: 600;
    margin: 0;
    display: inline-flex;
    padding-right: 5px;
    line-height: 28px;
}
.card-header.ledger-view-filter .header-filter-col button {
    height: 28px;
    font-size: 15px;
    padding: 0 10px;
    line-height: 28px;
}
.card-body.ledger-view-body {
    position: relative;
}
.chosen-container-single .chosen-default {
    height: 36px !important;
    padding: 0 15px !important;
    line-height: 36px !important;
    font-size: 15px !important;
    border-color: #ccc;
    background: transparent;
    border-radius: 4px;
    box-shadow: unset;
}
.chosen-container,
.chosen-container.chosen-container-multi {
    width: 100% !important;
}
.timeline .active {
    color: #e43939
}
.timeline .active .status{
    border-color: #e43939
}
.timeline .active .status:before {
    background-color: #e43939;
}
.td-loading {
    display: none;
}
.admin-content {
    padding-bottom: 50px;
}
.form-group {
    position: relative;
}
.ledger-searched-user-container {
    display: none;
    width: 100%;
    background: #fff;
    z-index: 9;
    border-radius: 5px;
    margin: 0;
    box-shadow: 0 0px 1px 0px rgba(0,0,0,.4);
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    padding: 10px;
    max-height: 210px;
    overflow: auto;
}
.ledger-searched-user-container ul {
    margin: 0;
    padding: 0;
    display: block;
}
.ledger-searched-user-container ul>li {
    display: block;
    border-bottom: 1px solid #f3f3f3;
}
.ledger-searched-user-container ul>li:last-child {
    border: 0;
}
.ledger-searched-user-container ul>li>a {
    display: block;
    padding: 7px 10px;
    cursor: pointer;
}
.ledger-searched-user-container ul>li>a.selected {
    background-color: #bef5be;
}
.ledger-searched-user-container ul>li>a>span:first-child {
    padding-right: 15px;
}
.ledger-searched-user-container ul>li>a>span {
    display: inline-flex;
}
.ledger-searched-user-container ul>li>a.no-item {

}
.table.table-padding tr th,
.table.table-padding tr td {
    padding: 4px 8px;
}


.dashboard-quote-card {
    display: block;
    width: 100%;
    float: left;
    padding: 0;
    margin: 0;
    padding-left: 10px;
    margin-bottom: 20px;
}
.dashboard-quote-card li {
    display: inline-block;
    width: 14.28%;
    float: left;
    padding-right: 10px;
}
.dashboard-quote-card li .card {
    display: block;
    background-color: #fff;
    padding: 10px;
    border-radius: 10px;
    text-align: center;
}
.dashboard-quote-card li .title {
    display: block;
    font-weight: 600;
}
.dashboard-quote-card li .number {
    display: block;
    margin-top: 10px;
}


.card-header .redeem-action {
    display: block;
}
.card-header .redeem-action a {
    display: inline-block;
    padding: 5px 15px;
    background: #bdb4b4;
    border-radius: 8px;
    color: #fff;
}
.card-header .redeem-action a.active {
    background: #6666d8;
}

.dashboard-card.card {
    border-radius: 28px;
    margin-bottom: 30px;
}

.dashboard-card.card:hover .icon i{
    background-color: #856bd3;
    color: #fff !important;
    transition: .6s;
}

.dashboard-card.card a {
    display: block;
}

.dashboard-card.card .card-body {
    text-align: center;
    padding: 30px 20px;
}
.dashboard-card.card .card-body .icon {
    
    display: block;
}
.dashboard-card.card .card-body .icon i{
    border: 3px solid #856bd3;
    border-radius: 50%;
    height: 60px;
    width: 62px;
    line-height: 56px;
    display: inline-block;
    color: #4d4d55;
    font-size: 28px;
}
.dashboard-card.card .card-body .text {
    font-size: 16px;
    display: block;
    text-transform: uppercase;
    word-spacing: 4px;
    color: #333;
    margin-top: 15px;
}









.chat-sidebar {
    max-width: 240px;
    background-color: #212841;
}
.chat-sidebar .chat-sidebar-header {
    height: 60px;
}
.chat-sidebar .chat-sidebar-item {
    display: block;
    padding: 10px 15px;
    opacity: 0.7;
}
.chat-sidebar .chat-sidebar-item.active,
.chat-sidebar .chat-sidebar-item:active,
.chat-sidebar .chat-sidebar-item:focus,
.chat-sidebar .chat-sidebar-item:hover {
    opacity: 1;
}
.chat-window {
    display: flex;
    flex-direction: column;
}
.chat-window .chat-window-header {
    height: 65px;
    padding-right: 15px;
    padding-left: 15px;
    border-bottom: 1px solid #d3e0e9;
    box-shadow: 0 2px 4px rgba(126, 142, 177, 0.12);
    flex: 0 0 auto;
    align-items: center;
}
.chat-window .chat-window-footer {
    min-height: 65px;
    padding: 10px 15px;
}
.chat-window .chat-window-footer .input-group.input-group-flush > .input-group-prepend .input-group-text {
    background-color: #a3a3dc;
    color: #fff;
}
.chat-window .chat-window-body {
        overflow-y: auto;
    padding-right: 15px;
    padding-left: 15px;
    flex: 1 1 auto;
    padding: 25px 15px;
}
.chat-list-header.header-right {
    order: 2;
    display: none;
}
.chat-list-header.header-left {
    order: unset;
    text-align: left;
}
.chat-window .chat-window-body .chat-item {
    padding: 15px 15px;
    transition: all ease 0.2s;
    box-shadow: 0 0px 9px -3px rgb(183 175 175 / 72%);
    margin-bottom: 20px;
    border-radius: 10px;
    border: 0;
}
.chat-window .chat-window-body .chat-item .media-body {

}
.chat-window .chat-window-body .chat-item .media-body .text-muted {
        font-size: 17px;
    margin-bottom: 10px;
}
.chat-window .chat-window-body .chat-item .media-body .document {

}
.chat-window .chat-window-body .chat-item.align-right .media-body .document,
.chat-window .chat-window-body .chat-item.align-right .media-body .image {
    text-align: right;
}
.chat-window .chat-window-body .chat-item .media-body .document,
.chat-window .chat-window-body .chat-item .media-body .image {
    display: block;
}
.chat-window .chat-window-body .chat-item .media-body .image {
    
    display: inline-block;
}
.chat-window .chat-window-body .chat-item .media-body .image img {
    border-radius: 10px;
    max-width: 300px;
}
.chat-window .chat-window-body .chat-item .media-body .document a {
    display: inline-block;
    font-size: 18px;
    border: 1px solid #ccc;
    padding: 6px 10px;
    border-radius: 5px;
    background: #9c9ce2;
    color: #fff;
}

.chat-window .chat-window-body .chat-item:hover {
    background-color: #f9fbfd;
}

.chat-window .chat-window-body .chat-item .chat-footer {
    text-align: left;
    display: block;
    padding-top: 8px;
}
.chat-window .chat-window-body .chat-item.align-right .chat-footer {
    text-align: right;
}
.chat-window .chat-window-body .chat-item .chat-footer .time{
    display: inline-block;
}







@media (max-width: 992px) {
    .chat-sidebar {
        position: fixed;
        z-index: 1;
    }
}
.mail-sidebar {
    max-width: 240px;
    background-color: #212841;
}
.mail-sidebar .mail-sidebar-header {
    height: 60px;
}
.mail-sidebar .mail-sidebar-item {
    display: block;
    padding: 10px 15px;
    opacity: 0.7;
}
.mail-sidebar .mail-sidebar-item.active,
.mail-sidebar .mail-sidebar-item:active,
.mail-sidebar .mail-sidebar-item:focus,
.mail-sidebar .mail-sidebar-item:hover {
    opacity: 1;
}
.mail-window {
    display: flex;
    flex-direction: column;
}
.mail-window .mail-window-header {
    height: 65px;
    padding-right: 15px;
    padding-left: 15px;
    border-bottom: 1px solid #d3e0e9;
    box-shadow: 0 2px 4px rgba(126, 142, 177, 0.12);
    flex: 0 0 auto;
    align-items: center;
}
.mail-window .mail-window-footer {
    min-height: 65px;
    padding: 10px 15px;
}
.mail-window .mail-window-body {
    overflow-y: auto;
    padding-right: 15px;
    padding-left: 15px;
    flex: 1 1 auto;
}
.mail-window .mail-window-body .mail-item {
    padding: 15px 0;
    cursor: pointer;
    transition: all ease 0.2s;
}
.mail-window .mail-window-body .mail-item:hover {
    background-color: #f9fbfd;
}
.mail-window .mail-window-body .mail-item.active {
    background-color: #edf2f9;
}
.mail-window .mail-window-body .mailbox-options {
    width: 80px;
}
.mail-window .mail-window-body .mailbox-name {
    width: 180px;
}
.mail-window .mail-window-body .mailbox-sender {
    margin-left: 0.5rem;
}
.compose-wrapper {
    position: fixed;
    z-index: 999;
    right: 40px;
    bottom: 0;
}
.compose-wrapper .compose-header {
    padding: 0 15px;
}
.compose-wrapper .compose-header .compose-toolbar {
    padding: 5px 0;
}
.compose-wrapper .compose-dialog {
    width: 35vw;
    max-width: 400px;
    height: 450px;
    background-color: #fff;
    box-shadow: 0 18px 35px rgba(50, 50, 93, 0.1), -1px 0 15px rgba(0, 0, 0, 0.07);
}
.compose-wrapper .compose-body {
    overflow: hidden;
    flex: 1 1 auto;
}
.compose-wrapper .compose-footer {
    padding: 8px 15px;
    border-top: 1px solid #d3e0e9;
}
.compose-container {
    display: none;
}
.show-compose-window .compose-container {
    display: block;
}
.kanban-workspace .kanban-list {
    width: 300px;
    min-width: 300px;
    padding: 10px;
}
.kanban-workspace .kanban-list .kanban-list-container {
    padding: 10px;
    border-radius: 0.25rem;
    background-color: #d2ddec;
}
.kanban-workspace .kanban-list .kanban-list-container .kanban-list-wrapper {
    padding: 10px 0;
}
.kanban-board-title {
    margin: 0;
    padding: 5px;
    transition: all ease 0.2s;
    border-radius: 0.25rem;
}
.kanban-board-title:focus,
.kanban-board-title:hover {
    outline: 0;
    background-color: rgba(0, 0, 0, 0.15);
}
.kanban-item {
    margin-bottom: 10px;
    transiton: all ease 0.2s;
}
.kanban-ribbion {
    position: absolute;
    right: 0;
    left: 0;
    height: 4px;
    border-radius: 0.25rem;
}
.tilt {
    transform: rotate(3deg);
    box-shadow: 0 18px 35px rgba(50, 50, 93, 0.1), -1px 0 15px rgba(0, 0, 0, 0.07);
}
.guide-item {
    min-height: 335px;
}
.guide-item:after {
    content: "";
    transition: all ease 0.2s;
    opacity: 1;
}
.guide-item:active:after,
.guide-item:focus:after,
.guide-item:hover:after {
    position: absolute;
    top: 0;
    right: 0;
    content: "";
    opacity: 1;
    border-width: 35px 0 0 35px;
    border-style: solid;
    border-color: #fff #dcdcdc;
}
.bg-soft-primary {
    color: #687ae8 !important;
    background-color: #e1e4fa !important;
}
.bg-soft-primary[href]:focus,
.bg-soft-primary[href]:hover {
    text-decoration: none;
    color: #687ae8 !important;
    background-color: #cbd0f6 !important;
}
.bg-soft-secondary {
    color: #95aac9 !important;
    background-color: #eaeef4 !important;
}
.bg-soft-secondary[href]:focus,
.bg-soft-secondary[href]:hover {
    text-decoration: none;
    color: #95aac9 !important;
    background-color: #d9e0eb !important;
}
.bg-soft-success {
    color: #0c9 !important;
    background-color: #ccf5eb !important;
}
.bg-soft-success[href]:focus,
.bg-soft-success[href]:hover {
    text-decoration: none;
    color: #0c9 !important;
    background-color: #b7f1e3 !important;
}
.bg-soft-info {
    color: #19b5fe !important;
    background-color: #d1f0ff !important;
}
.bg-soft-info[href]:focus,
.bg-soft-info[href]:hover {
    text-decoration: none;
    color: #19b5fe !important;
    background-color: #b8e8ff !important;
}
.bg-soft-warning {
    color: #f7bc06 !important;
    background-color: #fdf2cd !important;
}
.bg-soft-warning[href]:focus,
.bg-soft-warning[href]:hover {
    text-decoration: none;
    color: #f7bc06 !important;
    background-color: #fcecb4 !important;
}
.bg-soft-danger {
    color: #f2545b !important;
    background-color: #fcddde !important;
}
.bg-soft-danger[href]:focus,
.bg-soft-danger[href]:hover {
    text-decoration: none;
    color: #f2545b !important;
    background-color: #fac6c7 !important;
}
.bg-soft-light {
    color: #f9fbfd !important;
    background-color: #fefeff !important;
}
.bg-soft-light[href]:focus,
.bg-soft-light[href]:hover {
    text-decoration: none;
    color: #f9fbfd !important;
    background-color: #e5e5ff !important;
}
.bg-soft-dark {
    color: #28304e !important;
    background-color: #d4d6dc !important;
}
.bg-soft-dark[href]:focus,
.bg-soft-dark[href]:hover {
    text-decoration: none;
    color: #28304e !important;
    background-color: #c6c9d1 !important;
}
.bg-gray-100 {
    background-color: #f9fbfd;
}
.bg-gray-200 {
    background-color: #edf2f9;
}
.bg-gray-300 {
    background-color: #e3ebf6;
}
.bg-gray-400 {
    background-color: #d2ddec;
}
.bg-gray-500 {
    background-color: #b1c2d9;
}
.bg-gray-600 {
    background-color: #95aac9;
}
.bg-gray-700 {
    background-color: #28304e;
}
.bg-gray-800 {
    background-color: #262e4b;
}
.bg-gray-900 {
    background-color: #212841;
}
.bg-white-translucent {
    background-color: rgba(255, 255, 255, 0.15);
}
.bg-black-translucent {
    background-color: rgba(0, 0, 0, 0.15);
}
.overlay-gradient-top {
    width: 100%;
    background: linear-gradient(to top, rgba(20, 16, 17, 0.4) 0, rgba(20, 16, 17, 0.28) 59%, rgba(20, 16, 17, 0.09) 84%, rgba(20, 16, 17, 0.01) 99%, rgba(255, 255, 255, 0) 100%);
}
.overlay-gradient-bottom {
    width: 100%;
    background: linear-gradient(to bottom, rgba(20, 16, 17, 0.4) 0, rgba(20, 16, 17, 0.28) 59%, rgba(20, 16, 17, 0.09) 84%, rgba(20, 16, 17, 0.01) 99%, rgba(255, 255, 255, 0) 100%);
}
.bg-white {
    background-color: #fff !important;
}
.bg-transparent {
    background-color: transparent !important;
}
.bg-cover {
    background-position: center;
    background-size: cover;
}
.bg-overlay {
    background-color: rgba(0, 0, 0, 0.35);
}
.bg-overlay-light {
    background-color: rgba(255, 255, 255, 0.35);
}
.bg-dots {
    background-image: url(https://d33wubrfki0l68.cloudfront.net/12ea8ea715cbddede10c96a6604d1d2b50c85118/51170/default/assets/img/patterns/dot.svg);
    background-size: 20px;
}
.bg-pattern {
    background-image: url(https://d33wubrfki0l68.cloudfront.net/754d5b9bcabbae58126432b33633612196badab3/191e8/default/assets/img/patterns/bg.svg);
    background-position: center;
    background-size: cover;
}
.gradient-01 {
    background-image: linear-gradient(to top right, #5540bf, #a697f2);
}
.visible-xlg {
    display: none;
}
@media (min-width: 1800px) {
    .visible-xlg {
        display: block !important;
    }
    .hidden-xlg {
        display: none !important;
    }
    .col-xlg-1,
    .col-xlg-10,
    .col-xlg-11,
    .col-xlg-2,
    .col-xlg-3,
    .col-xlg-4,
    .col-xlg-5,
    .col-xlg-6,
    .col-xlg-7,
    .col-xlg-8,
    .col-xlg-9 {
        position: relative;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px;
    }
    .col-xlg-12 {
        position: relative;
        max-width: 100%;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px;
        flex: 0 0 100%;
    }
    .col-xlg-11 {
        max-width: 91.6667%;
        flex: 0 0 91.6667%;
    }
    .col-xlg-10 {
        width: 83.3333%;
        max-width: 83.3333%;
        flex: 0 0 83.3333%;
    }
    .col-xlg-9 {
        max-width: 75%;
        flex: 0 0 75%;
    }
    .col-xlg-8 {
        max-width: 66.6667%;
        flex: 0 0 66.6667%;
    }
    .col-xlg-7 {
        max-width: 58.3333%;
        flex: 0 0 58.3333%;
    }
    .col-xlg-6 {
        max-width: 50%;
        flex: 0 0 50%;
    }
  
    .col-xlg-5 {
        max-width: 41.6667%;
        flex: 0 0 41.6667%;
    }
    .col-xlg-4 {
        max-width: 33.3333%;
        flex: 0 0 33.3333%;
    }
    .col-xlg-3 {
        max-width: 25%;
        flex: 0 0 25%;
    }
    .col-xlg-2 {
        max-width: 16.6667%;
        flex: 0 0 16.6667%;
    }
    .col-xlg-1 {
        max-width: 8.33333%;
        flex: 0 0 8.33333%;
    }
}
body.jumbo-page .admin-main {
    padding: 0;
}
img {
    max-width: 100%;
}
.opacity-1 {
    opacity: 1;
}
.opacity-75 {
    opacity: 0.75;
}
.opacity-50 {
    opacity: 0.5;
}
.opacity-25 {
    opacity: 0.25;
}
.opacity-0 {
    opacity: 0;
}
.overflow-auto {
    overflow: auto;
}
.overflow-hidden {
    overflow: hidden;
}
.icon--name {
    width: 100px;
}
.icon--item {
    transition: all linear 0.2s;
    opacity: 0.9;
    border-radius: 0.25rem;
}
.icon--item.active,
.icon--item:hover {
    opacity: 1;
    background-color: #f6f9fc;
    box-shadow: 0 0 0 3px #3e4676;
}
.icon--wrapper {
    display: inline-block;
    max-width: 135px;
    height: 100px;
    margin: 0 5px;
}
.iconbar {
    position: fixed;
    z-index: 999;
    right: 0;
    bottom: 20px;
    left: 0;
    text-align: center;
}
.iconbar--wrapper {
    display: inline-block;
    padding: 0 15px 15px 15px;
    transition: all ease 0.3s;
    color: #fff;
    border-radius: 0.25rem;
    box-shadow: 0 7px 14px rgba(50, 50, 93, 0.1), 0 3px 6px rgba(0, 0, 0, 0.08);
}
#iconbar-preview {
    font-size: 23px;
    vertical-align: sub;
}
.td-padding {
       padding: 55px;
}
.login-card {
    max-width: 500px;
    display: inline-block;
        background-color: rgb(255 255 255 / 76%);
    padding: 25px;
    border-radius: 8px;
        box-shadow: 0 0 20px 10px rgb(0 0 0 / 85%);
}

.message-card .card-header {
    background: #1d1c1c;
    padding-left: 0;
}
.message-card .card-header .message-header {
        display: flex;
    vertical-align: middle;
    align-items: center;
}
.message-card .card-body {
    padding-top: 0;
}
.message-card .card-header .message-header .message-user-icon {
        display: flex;
    vertical-align: middle;
    align-items: center;
    padding-right: 15px;
}
.message-card .card-header .message-header .message-user-icon a {
font-size: 40px;
    color: #fff;
    padding-right: 0px;
    line-height: 40px;
}
.message-card .card-header .message-header .message-user-icon span {
    display: inline-block;
    width: 40px;
    height: 40px;
    font-size: 30px;
    background: #fff;
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
}
.message-card .card-header .message-header .message-user-info {
    color: #fff;
}
.message-card .card-header .message-header .message-user-info .name {
    font-size: 20px;
    line-height: 24px;
}
.message-card .card-header .message-header .message-user-info .mobile {
    font-size: 12px;
    color: #ccc;
}

.message-card .card-header h5 {
    color: #fff;
    margin: 0;
}
.message-card .card-body {
    padding-right: 0;
}
.messages--list {
        list-style: none;
    padding: 0;
    margin: 0;
    max-height: 450px;
    min-height: 450px;
    overflow: hidden;
    overflow-y: auto;
    padding-top: 10px;
}
.messages--list .list--view.left {
    text-align: left;
}
.messages--list .list--view {
    display: block;
    width: 100%;
    margin-bottom: 55px;
}
.messages--list .list--view .list--message {
    display: inline-flex;
    width: 80%;
    position: relative;
}
.messages--list .list--view .list--message .message--icon{
    display: inline-block;
        margin-right: 15px;
}
.messages--list .list--view .list--message .message--icon span {
    display: inline-block;
    width: 45px;
    height: 45px;
    font-size: 32px;
    background: #ccc;
    border-radius: 50%;
    text-align: center;
    line-height: 43px;
}
.messages--list .list--view .list--message .message--text {
    display: inline-block;
    padding: 10px 15px;
    border-radius: 10px;
    box-shadow: 0 0 5px 0px rgb(125 113 113 / 40%);
    background: #f3f3f3;
}
.messages--list .list--view .list--message .message--text .message--date {
    position: absolute;
    bottom: -25px;
    font-size: 12px;
    width: 100%;
    
}
.messages--list .list--view.right .list--message .message--text .message--date {
    right: 0px;
}
.messages--list .list--view.left .list--message .message--text .message--date {
    left: 0;
}
.messages--list .list--view .list--message .message--text .message {

}
.messages--list .list--view .list--message .message--text .message--file {
    display: block;
        padding-bottom: 5px;
}
.messages--list .list--view .list--message .message--text .message--file img{
    max-width: 100%;
        border-radius: 6px;
            background: #fff;
    border: 1px solid #ffffff;
}
.messages--list .list--view .list--message .message--text .message--file span {
        display: flex;
    font-size: 18px;
    align-items: center;
    vertical-align: middle;
}
.messages--list .list--view .list--message .message--text .message--file span>a {
    font-size: 18px;
    margin-left: 15px;
    background: #0084bd;
    color: #fff;
    line-height: 17px;
    border-radius: 8px;
    padding: 3px 8px;
}
.messages--list .list--view.right {
    text-align: right;
    padding-right: 15px;
}

.messages--list .list--view.right .list--message {
        justify-content: end;
}

.messages--list .list--view.right .list--message .message--icon {
    margin-right: 0;
    margin-left: 15px;
}

.message--form {
    display: block;
    position: absolute;
    bottom: -39px;
    width: 100%;
    left: 0;
    background: #fff;
    border: 0;
    padding-bottom: 5px;
        box-shadow: 0 -2px 8px 0 rgb(170 155 155 / 40%);
    padding-top: 5px;
}
.message--form .message--form-inner {
    display: flex;
}
.message--form .message--form-inner .message--button,
.message--form .message--form-inner .message--file {
        width: 40px;
    height: 40px;
}
.message--form .message--form-inner .message--button button,
.message--form .message--form-inner .message--file span {
    display: block;
    text-align: center;
    font-size: 23px;
    background: #ccc;
    border-radius: 6px;
    width: 40px;
    height: 40px;
    cursor: pointer;
    line-height: 40px;
    border: 0;
}
.message--form .message--form-inner .message--file span i {
    
}
.message--form .message--form-inner .message--field {
    width: 100%;
    padding-left: 10px;
    padding-right: 5px;
}
.message--form .message--form-inner .message--field input {
    border-radius: 6px;
    height: 40px;
}
.message--form .message--form-inner .message--file {
    padding-left: 5px;
}
.message--form .message--form-inner .message--button button:focus,
.message--form .message--form-inner .message--button button:active {
    border: 0;
    box-shadow: unset;
    outline: unset;
}
.message--form .message--form-inner .message--button {
    margin-right: 5px;
}
.message--form .message--file-preview {
        position: absolute;
    top: -200px;
    width: 100%;
    height: 200px;
    display: block;
    text-align: center;
    background: #fff;
    z-index: 9999;
    box-shadow: 0 -2px 3px 0 rgb(133 121 121 / 40%);
    padding: 5px;
}
.message--file-preview-close {
        position: absolute;
    right: 0;
    top: 0;
    background: #333;
    color: #fff;
    width: 25px;
    height: 25px;
    line-height: 25px;
    cursor: pointer;
}
.message--form .message--file-preview img {
    height: 200px;
        height: 190px;
    border-radius: 8px;
    width: auto;
}

table tbody td.operation {

}
table tbody td.operation a {
    display: inline-block;
    margin-bottom: 5px;
    font-size: 12px;
    padding: 3px 4px;
    position: relative;
}
table tbody td.operation a>span.count {
    position: absolute;
    background: #333;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    font-size: 10px;
    line-height: 14px;
    top: -3px;
    right: -6px;
}






