/*----------------------------------------
  Chat App
------------------------------------------*/


/*----------------------------------------
  Available Layout type names
-----------------------------------------*/


/*
 1. vertical-modern-menu-template
 2. vertical-menu-nav-dark-template
 3. vertical-gradient-menu-template
 4. vertical-dark-menu-template
 5. horizontal-menu-template

/* Need to change Layout name as per your requirement on below mentioned line.*/


/*
1. @import "../themes/vertical-gradient-menu-template/variables";
2. @import "../themes/vertical-gradient-menu-template/theme-variables";
*/

.chat-application .chat-content-head {
    height: 65px;
    position: relative;
    top: 35px;
}

.chat-application .chat-content-head .header-details .app-header-icon {
    font-size: 2rem;
    vertical-align: bottom;
}

.chat-application .sidenav-trigger {
    display: none;
}

.chat-application .small-icons {
    font-size: 1.25rem;
    line-height: 1.65rem;
}

.chat-application .truncate {
    overflow: hidden;
    width: 175px;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.chat-application .app-chat .chat-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.chat-application .app-chat .chat-content .sidebar-left {
    border-right: 1px solid #eeeeee;
}

.chat-application .app-chat .chat-content .sidebar {
    width: 360px;
}

.chat-application .app-chat .chat-content .sidebar .sidebar-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 1rem;
    border-bottom: 1px solid #eeeeee;
}

.chat-application .app-chat .chat-content .sidebar .sidebar-header .option-icon i.material-icons {
    font-size: 1.85rem;
    color: #9e9e9e;
    cursor: pointer;
}

.chat-application .app-chat .chat-content .sidebar .info-text {
    overflow: hidden;
    width: 175px;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #616161;
    font-size: 1rem;
	font-weight:600;
}

.chat-application .app-chat .chat-content .sidebar .sidebar-search {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 1rem;
}

.chat-application .app-chat .chat-content .sidebar .sidebar-search .search-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: calc(100% - 4rem);
}

.chat-application .app-chat .chat-content .sidebar .sidebar-search .search-area .search-icon {
    color: #9e9e9e;
    background-color: #eceff1;
    border-radius: 2rem;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    padding: 0.75rem 0.25rem 0.35rem 0.75rem;
    height: 41px;
    margin-right: 0 !important;
    font-size: 1.45rem;
}

.chat-application .app-chat .chat-content .sidebar .sidebar-search .search-area .app-filter {
    color: #9e9e9e;
    border: none;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background-color: #eceff1;
    border: none;
    height: 35px;
    border-radius: 2rem;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    padding: 0.2rem;
    margin-bottom: 0;
}

.chat-application .app-chat .chat-content .sidebar .sidebar-search .search-area .app-filter:focus {
    border-bottom: none !important;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.chat-application .app-chat .chat-content .sidebar .sidebar-search .search-area .app-filter::-webkit-input-placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #9e9e9e;
    opacity: 1;
    /* Firefox */
}

.chat-application .app-chat .chat-content .sidebar .sidebar-search .search-area .app-filter:-ms-input-placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #9e9e9e;
    opacity: 1;
    /* Firefox */
}

.chat-application .app-chat .chat-content .sidebar .sidebar-search .search-area .app-filter::-ms-input-placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #9e9e9e;
    opacity: 1;
    /* Firefox */
}

.chat-application .app-chat .chat-content .sidebar .sidebar-search .search-area .app-filter::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #9e9e9e;
    opacity: 1;
    /* Firefox */
}

.chat-application .app-chat .chat-content .sidebar .sidebar-search .search-area .app-filter:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #9e9e9e;
}

.chat-application .app-chat .chat-content .sidebar .sidebar-search .search-area .app-filter::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #9e9e9e;
}

.chat-application .app-chat .chat-content .sidebar .sidebar-search .add-user i.add-user-icon {
    background: #212121;
    border-radius: 50%;
    padding: 0.6rem;
    color: #fff;
    font-size: 1.45rem;
}

.chat-application .app-chat .chat-content .sidebar .sidebar-chat {
    height: calc(100vh - 365px);
    overflow: hidden;
    position: relative;
}

.chat-application .app-chat .chat-content .sidebar .sidebar-chat .chat-list .chat-user {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 1rem;
    margin-bottom: 1px;
    cursor: pointer;
    border-right: 3px solid transparent;
}

.chat-application .app-chat .chat-content .sidebar .sidebar-chat .chat-list .chat-user.active {
    background-color: #eceff1;
    border-right: 3px solid #212121;
}

.chat-application .app-chat .chat-content .sidebar .sidebar-chat .chat-list .chat-user:hover {
    background-color: #fafafa;
}

.chat-application .app-chat .chat-content .sidebar .sidebar-chat .chat-list .chat-user .info-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.chat-application .app-chat .chat-content .sidebar .sidebar-chat .chat-list .chat-user .info-section .star-timing {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100px;
}

.chat-application .app-chat .chat-content .sidebar .sidebar-chat .chat-list .chat-user .info-section .star-timing .favorite {
    line-height: 0;
    margin-right: 0.35rem;
}

.chat-application .app-chat .chat-content .sidebar .sidebar-chat .chat-list .chat-user .info-section .star-timing .time {
    font-size: 0.75rem;
    color: #616161;
}

.chat-application .app-chat .chat-content .sidebar .sidebar-chat .chat-list .chat-user .info-section .badge {
    width: 20px;
    margin-top: 0.25rem;
    font-size: 0.75rem;
}

.chat-application .app-chat .chat-content .media-image.online,
.chat-application .app-chat .chat-content .media-image.away,
.chat-application .app-chat .chat-content .media-image.offline {
    display: block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.chat-application .app-chat .chat-content .media-image.online:after,
.chat-application .app-chat .chat-content .media-image.away:after,
.chat-application .app-chat .chat-content .media-image.offline:after {
    height: 12px;
    width: 12px;
    border-radius: 50%;
    content: '';
    margin-top: -10px;
    -webkit-box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255, 0.8);
    box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255, 0.8);
}

.chat-application .app-chat .chat-content .media-image.online.online:after,
.chat-application .app-chat .chat-content .media-image.away.online:after,
.chat-application .app-chat .chat-content .media-image.offline.online:after {
    background-color: #4CAF50;
}

.chat-application .app-chat .chat-content .media-image.online.away:after,
.chat-application .app-chat .chat-content .media-image.away.away:after,
.chat-application .app-chat .chat-content .media-image.offline.away:after {
    background-color: #ff9800;
}

.chat-application .app-chat .chat-content .media-image.online.offline:after,
.chat-application .app-chat .chat-content .media-image.away.offline:after,
.chat-application .app-chat .chat-content .media-image.offline.offline:after {
    background-color: #F44336;
}

.chat-application .app-chat .chat-content .chat-content-area {
    width: 100%;
    overflow: hidden;
}

.chat-application .app-chat .chat-content .chat-content-area .chat-header {
    /* display: -webkit-box !important; */
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #eeeeee;
}

.chat-application .app-chat .chat-content .chat-content-area .chat-header .media-image img {
    max-width: 49px;
}

.chat-application .app-chat .chat-content .chat-content-area .chat-header .chat-text {
    color: #616161;
    font-size: 1rem;
	font-weight:600;
}

.chat-application .app-chat .chat-content .chat-content-area .chat-header .option-icon {
    width: 125px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.chat-application .app-chat .chat-content .chat-content-area .chat-header .option-icon i {
    color: #9e9e9e;
    cursor: pointer;
}

.chat-application .app-chat .chat-content .chat-content-area .chat-area {
    background: url("/assets/frontend/img/chat-bg.jpg") no-repeat center center;
    padding: 1rem;
    height: calc(100vh - 380px);
    overflow: hidden;
    position: relative;
}

.chat-application .app-chat .chat-content .chat-content-area .chat-area .chats {
    padding: 0;
}

.chat-application .app-chat .chat-content .chat-content-area .chat-area .chats .chat {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin: 0.5rem 1rem;
}

.chat-application .app-chat .chat-content .chat-content-area .chat-area .chats .chat.chat-right {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.chat-application .app-chat .chat-content .chat-content-area .chat-area .chats .chat.chat-right .chat-avatar {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}

.chat-application .app-chat .chat-content .chat-content-area .chat-area .chats .chat.chat-right .chat-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.chat-application .app-chat .chat-content .chat-content-area .chat-area .chats .chat.chat-right .chat-body .chat-content {
    text-align: right;
}

.chat-application .app-chat .chat-content .chat-content-area .chat-area .chats .chat.chat-right .chat-body .chat-text {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.chat-application .app-chat .chat-content .chat-content-area .chat-area .chats .chat.chat-right .chat-body .chat-text p {
    background-color: #3f51b5;
    color: #fff;
}

.chat-application .app-chat .chat-content .chat-content-area .chat-area .chats .chat.chat-right .chat-body .chat-text:first-child:before {
    border-right-color: #3f51b5 !important;
    border-top-color: #3f51b5 !important;
    border-left-color: transparent;
    border-bottom-color: transparent;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-box-shadow: 2px -2px 4px -3px rgba(0, 0, 0, 0.4);
    box-shadow: 2px -2px 4px -3px rgba(0, 0, 0, 0.4);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transform-origin: 3px -5px;
    transform-origin: 3px -5px;
}

.chat-application .app-chat .chat-content .chat-content-area .chat-area .chats .chat.chat-right .chat-body .chat-text:not(:first-child) {
    margin-right: 2rem;
}

.chat-application .app-chat .chat-content .chat-content-area .chat-area .chats .chat .chat-avatar .avatar img {
    width: 40px;
}

.chat-application .app-chat .chat-content .chat-content-area .chat-area .chats .chat .chat-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.chat-application .app-chat .chat-content .chat-content-area .chat-area .chats .chat .chat-body .chat-text {
    margin: 0 1rem 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.chat-application .app-chat .chat-content .chat-content-area .chat-area .chats .chat .chat-body .chat-text p {
    padding: 0.5rem 1rem;
    background-color: #fff;
    border-radius: 5px;
    -webkit-box-shadow: 1px 1px 10px 0 rgba(0, 0, 0, 0.14);
    box-shadow: 1px 1px 10px 0 rgba(0, 0, 0, 0.14);
    color: #757575;
    max-width: 400px;
	font-weight:600;
}

.chat-application .app-chat .chat-content .chat-content-area .chat-area .chats .chat .chat-body .chat-text:first-child:before {
    width: 0;
    height: 0;
    content: '';
    border: 7px solid transparent;
    border-left-color: #fff;
    border-bottom-color: #fff;
    margin-top: 10px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-box-shadow: -2px 3px 4px -3px rgba(0, 0, 0, 0.4);
    box-shadow: -2px 3px 4px -3px rgba(0, 0, 0, 0.4);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transform-origin: 12px 18px;
    transform-origin: 12px 18px;
}

.chat-application .app-chat .chat-content .chat-content-area .chat-area .chats .chat .chat-body .chat-text:not(:first-child) {
    margin-left: 2rem;
}

.chat-application .app-chat .chat-content .chat-content-area .chat-footer {
    margin: 1rem;
}

.chat-application .app-chat .chat-content .chat-content-area .chat-footer .chat-input {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.chat-application .app-chat .chat-content .chat-content-area .chat-footer .chat-input i {
    line-height: 2;
}

.chat-application .app-chat .chat-content .chat-content-area .chat-footer .chat-input .message {
    background-color: #eceff1;
    border-radius: 5px;
    border-bottom: 0;
    margin-right: 1.5rem;
    padding: 0 1.5rem;
    color: #9e9e9e;
}

.chat-application .app-chat .chat-content .chat-content-area .chat-footer .chat-input .message:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-bottom: 0;
}

.chat-application .app-chat .chat-content .chat-content-area .chat-footer .chat-input .message::-webkit-input-placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #9e9e9e;
    opacity: 1;
    /* Firefox */
}

.chat-application .app-chat .chat-content .chat-content-area .chat-footer .chat-input .message:-ms-input-placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #9e9e9e;
    opacity: 1;
    /* Firefox */
}

.chat-application .app-chat .chat-content .chat-content-area .chat-footer .chat-input .message::-ms-input-placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #9e9e9e;
    opacity: 1;
    /* Firefox */
}

.chat-application .app-chat .chat-content .chat-content-area .chat-footer .chat-input .message::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #9e9e9e;
    opacity: 1;
    /* Firefox */
}

.chat-application .app-chat .chat-content .chat-content-area .chat-footer .chat-input .message:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #9e9e9e;
}

.chat-application .app-chat .chat-content .chat-content-area .chat-footer .chat-input .message::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #9e9e9e;
}

.chat-application .app-chat .chat-content .chat-content-area .chat-footer .chat-input .send {
    padding: 0.3rem 3rem 0.3rem 2.5rem;
    border-radius: 0.25rem;
}

.chat-application .app-chat .sidenav-trigger {
    position: absolute;
    top: 102px;
    display: none;
}

.chat-application .no-data-found {
    display: none;
}

.chat-application .no-data-found.show {
    display: block;
}

.page-header-dark .chat-application .chat-content-head .header-details .sidebar-title {
    color: #fff;
}

.page-header-dark .chat-application .chat-content-head .header-details .sidebar-title .app-header-icon {
    color: #fff;
}

.page-header-dark .chat-application .app-chat .sidenav-trigger i {
    color: #fff;
}

.header-details .sidebar-title>.fa-bars,
.close-mobile-chat-sidebar {
    display: none;
}

@media screen and (max-width: 899px) {
    .horizontal-layout .app-chat .sidebar .sidebar-content .sidebar-menu#sidebar-list {
        height: auto;
    }
}

@media (min-width: 900px) {
    .chat-application .app-sidebar {
        -webkit-transform: none !important;
        transform: none !important;
    }
}

@media (max-width: 900px) {
    .sidenav-overlay {
        z-index: 995;
    }
    .chat-application .app-sidebar {
        -webkit-transform: translateX(-105%);
        transform: translateX(-105%);
        width: 320px;
    }
    .chat-application .chat-content-head .header-details {
        margin-left: 3rem;
    }
    .chat-application .app-chat .sidenav-trigger {
        display: block !important;
    }
    .chat-application .app-chat .chat-content {
        display: block;
    }
    .chat-application .app-chat .chat-content .sidebar .sidebar-chat {
        height: calc(100vh - 225px);
    }
    .chat-application .app-chat .chat-content .sidebar #sidebar-list.sidebar-show {
        z-index: 996;
    }
    /* .custom-border {
        min-width: 350px !important;
        max-width: 350px !important;
        max-height: 550px !important;
        border: 2px solid bisque;
    } */
     .custom-border {
        margin-top: -30px;
    }
}

@media (max-width: 600px) {
    /* .avatar img {
        width: 35px !important;
        height: 35px !important;
    } */
    .close-mobile-chat-sidebar {
        display: block !important;
    }
	.custom_header {
  		height: 98px !important;
  		top: 0px !important;
	}
    .mobile_headre_default {
        margin-top: 6px !important;
        height: 90vh;
    }
    .chat-application .app-chat .chat-content .sidebar .sidebar-chat {
        height: calc(100vh - 265px);
    }
    .sidebar .sidebar-content .sidebar-header {
        left: 0px !important;
    }
    .sidebar .sidebar-content .sidebar-header {
        top: 0px !important;
    }
    .sidebar .sidebar-content .sidebar-header p {
        top: 0px !important;
        display: block !important;
    }
    .sidebar .sidebar-content .sidebar-menu#sidebar-list {
        position: absolute !important;
        left: -110% !important;
        top: -80px !important;
        height: 100vh !important;
    }
    .sidebar .sidebar-content .sidebar-menu#sidebar-list {
        height: 100vh !important;
    }
    .sidebar .sidebar-content .sidenav {
        top: 56px !important;
    }
    .chat-application .app-chat .sidenav-trigger {
        top: 93px;
    }
    .fa-comments {
        display: none;
    }
    .header-details {
        margin: 0px !important;
    }
    .ti-menu {
        display: block !important;
    }
    .custom_header {
        height: 0px;
        position: relative;
        top: 0px;
    }
    .chat-application .app-sidebar {
        -webkit-transform: translateX(5%);
        transform: translateX(5%);
        width: 375px;
        padding-left: 40px;
    }
    .header-details .sidebar-title {
        font-size: 20px !important;
        bottom: 10px;
        position: relative;
    }
    .header-details .sidebar-title>fa-bars {
        font-size: 35px;
    }
    .header-details .sidebar-title>.fa-bars {
        display: block;
    }
    .chat-application .chat-content-head {
        top: 24px;
    }
    .chat-application .app-chat .chat-content .chat-content-area .chat-header .option-icon {
        width: 90px;
    }
    .chat-application .app-chat .chat-content .chat-content-area .chat-area {
        padding: 5px;
    }
    .chat-application .app-chat .chat-content .chat-content-area .chat-area .chats .chat {
        margin: 5px;
    }
    .chat-application .app-chat .chat-content .chat-content-area .chat-area .chats .chat .chat-body .chat-text {
        margin: 0 0.2rem 0.2rem;
    }
    .chat-application .app-chat .chat-content .chat-content-area .chat-area .chats .chat.chat-right .chat-body .chat-text p {
        font-size: 10px;
    }
    .adminmonitor p {
        font-size: 10px;
    }
    .chat-application .app-chat .chat-content .chat-content-area .chat-footer {
        margin: 1rem 0;
    }
    .chat-application .app-chat .chat-content .chat-content-area .chat-footer .chat-input .send {
        padding: 0rem 2.5rem 0rem 2rem !important;
        border-radius: 0.25rem;
        font-size: 12px;
    }
    .doted_menu {
        width: 18px;
    }
    .chat-application .app-chat .chat-content .chat-content-area .chat-footer .chat-input .message {
        margin-right: 0.5rem;
    }
    /* .custom-border {
        min-width: 356px !important;
        max-height: 550px !important;
        border: 2px solid bisque;
    } */
     .chat-form {
        min-width: 315px;
        width: 100%;
        box-sizing: border-box;
    }
    .bton-form {
        margin-left: -25px;
    }

}

@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) {
    .chat-application .app-chat .chat-content .sidebar {
        width: 300px;
    }
}

@media screen and (max-width: 540px) {
    .chat-application .app-chat .chat-content .chat-content-area .chat-footer .chat-input .send {
        padding-left: 1.8rem;
    }
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
    .chat-application .app-chat .chat-content .chat-content-area .chat-area .chats .chat .chat-body :first-child.chat-text::before {
        content: none;
    }
    .chat-application .app-chat .chat-content .chat-content-area .chat-area .chats .chat .chat-body :not(:first-child).chat-text {
        margin-left: 1rem;
    }
    .chat-application .app-chat .chat-content .chat-content-area .chat-area .chats .chat-right.chat .chat-body :not(:first-child).chat-text {
        margin-right: 1rem;
    }
}


/*# sourceMappingURL=app-chat.css.map */

.custom_app_chat {
    margin: 20px 15px;
    box-shadow: 0px 0px 8px -2px grey;
    border-radius: 10px;
}

.sidebar .sidebar-content .sidebar-menu#sidebar-list {
    height: 70vh;
    width: 100%;
    margin: 0px;
    padding: 0px;
}

.custom_header {
    height: 70px !important;
    top: 0px !important;
}

.custom_header .valign-wrapper {
    display: flex;
    align-items: center;
}

.chat-user .user-section .valign-wrapper .media-image img {
    width: 30px;
    height: 30px;
}

.red {
    background: red;
    color: white;
    border-radius: 50%;
    font-weight: 700;
}

.custom_search {
    border-radius: 30px;
    background: #eceff1;
    padding: 5px 0px 0px 10px;
}

.custom_user_add {
    background: black;
    padding: 8px;
    border-radius: 50%;
}

.custom_user_add a i {
    color: white;
    font-size: 17px !important;
}

.chat-footer input {
    width: 100%;
    border: none;
}

.header-details .sidebar-title {
    font-size: 30px;
}

.header-details .sidebar-title .fa-comments {
    font-size: 35px;
    margin-right: 10px;
	position:relative;
	left:5px;
}

.blue-grey-text {
    font-size: 16px;
    font-weight: 600;
}

.custom_send_button {
    color: white;
    font-size: 18px;
    font-weight: 600;
}

.ti-menu {
    display: none;
}

.custom_height {
    height: calc(100vh - 394px) !important;
}

.ti-menu {
    display: none;
}

.custom_height {
    height: calc(100vh - 394px) !important;
}

.button-region {
  max-height: 180px;
  overflow-y: auto;
  padding: 8px;
  position: relative;
}

.h-reply-wrapper .h-reply-button .h-img-button, .actions-button-dropdown .h-img-button {
  border-color: #2E3345 !important;
}

.preview-container .h-reply-button .h-button-area button, .h-reply-wrapper .h-reply-button .h-img-button, .actions-button-dropdown .h-img-button {
  border-color: #2E3345 !important;
}
.reply-options .reply-option-button, .h-reply-wrapper .h-reply-button .h-img-button, .actions-button-dropdown .h-img-button {
  border: 1px solid #2E3345;
    border-top-color: rgb(46, 51, 69);
    border-right-color: rgb(46, 51, 69);
    border-bottom-color: rgb(46, 51, 69);
    border-left-color: rgb(46, 51, 69);
}
.h-img-button {
  background-color: #fff;
  border: 1px solid;
  border-radius: 8px;
  box-shadow: 0 2px 3px 1px rgba(27,19,19,.1);
  cursor: pointer;
  font-size: .875rem;
  font-weight: 500;
  margin: 5px;
  min-height: 32px;
  min-width: 64px;
  padding: 8px 16px;
  vertical-align: middle;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.h-img-button:hover {
	background-color: #464c66;
	color: white;
	font-weight:600;
}

.h-img-button .btn-content {
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-weight:700;
}

.btn-content span {
background: transparent;
border: 0;
font-size: 100%;
margin: 0;
outline: 0;
padding: 0;
vertical-align: baseline;
}

.info-cont p {
    text-decoration: none !important;
}

.custom_app_chat {
    /* margin: 20px 15px; */
    box-shadow: 0px 0px 8px -2px deeppink;
    border-radius: 10px;
}

#response_chatbot_data {
  max-height: 100px; /* Adjust height as needed */
  overflow-y: auto;
  overflow-x: hidden;
  padding-right: 8px; /* Optional: for spacing from scrollbar */
  scroll-behavior: smooth;
}

#response_chatbot_data::-webkit-scrollbar {
  width: 6px;
}

#response_chatbot_data::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 4px;
}

#response_chatbot_data::-webkit-scrollbar-track {
  background: transparent;
}

.dropdown-wrapper {
  position: relative;
  display: inline-block;
}

.menu-icon {
  font-size: 18px;
  transition: background-color 0.3s ease;
  padding: 4px;
  border-radius: 4px;
}

.menu-icon:hover {
  background-color: rgba(0, 0, 0, 0.05);
}

/* If like to open it right */

/* .dropdown-menu {
  position: absolute;
  right: 0;
  top: 130%;
  background: white;
  border-radius: 8px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
  width: 160px;
  z-index: 1000;
  display: none;
  padding: 6px 0;
} */

/* If like to open it left */

/* .dropdown-menu {
  position: absolute;
  left: auto;
  right: 100%;
  top: 420%;
  transform: translateY(-50%);
  background: white;
  border-radius: 8px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
  width: 160px;
  z-index: 1000;
  display: none;
  padding: 6px 0;
  white-space: nowrap;
  cursor: pointer;
} */


.dropdown-item {
  padding: 10px 16px;
  font-size: 14px;
  color: #888;
  cursor: not-allowed;
  opacity: 0.6;
  cursor: pointer;
}

.dropdown-item:hover {
  background-color: transparent;
  cursor: pointer;
}

.dropdown-menu.show {
  display: block;
}

/* .custom-border {
    min-width: 1150px;
    max-width: 1150px;
    min-height: 550px;
    border: 2px solid bisque;
}

.chat-form {
    min-width: 315px;
    border: 1px solid #dee2e6;
    max-width: 100%;
  } */

  .icon-offset {
    position: relative;
    top: 5px;
}



