.login-btn,
.signin-btn,
.send-btn {
    border-radius: 100px;
}

.text-red  {
    color: red;
}
.send-btn {
    background: linear-gradient(
        66deg,
        rgba(163, 191, 217, 0.36) 0%,
        rgba(163, 191, 217, 1) 100%
    );
}
.signin-btn {
    color: #354142;
}

.app-chat .app-chat-history {
    position: relative;
    height: 100vh;
    background-image: url('../../../img/backgrounds/background.png') !important;
    background-size: cover;
    transition: all 0.25s ease;
}

/* .bg-body {
    background-image: url('../../../img/backgrounds/background.png') !important;
    background-size: contain;
} */

.layout-navbar-hidden .app-chat .app-chat-history {
    /* height: calc(100vh - 7.5rem); */
}
@media (min-width: 1200px) {
    .layout-horizontal .app-chat .app-chat-history {
        /* height: calc(100vh - 11.5rem - 2.2rem); */
    }
}
.app-chat .app-chat-history .chat-history-header {
    padding: 0.3rem 1.25rem;
}
.app-chat .app-chat-history .chat-history-header .user-status {
    margin-bottom: 0.1rem;
}
.app-chat .app-chat-history .chat-history-body {
    height: calc(100vh - 8rem);
    padding: 2rem 1.5rem;
    overflow: hidden;
}

.dropdown-toggle::after {
    display: none;
}
/* .layout-navbar-hidden .app-chat .app-chat-history .chat-history-body {
  height: calc(100vh - 16.5rem);
}

@media (min-width: 1200px) {
  .layout-horizontal .app-chat .app-chat-history .chat-history-body {
    height: calc(100vh - 20.5rem - 2.2rem);
  }
} */
.app-chat .app-chat-history .chat-history-body .chat-history .chat-message {
    display: flex;

    justify-content: flex-start;
}
.app-chat
    .app-chat-history
    .chat-history-body
    .chat-history
    .chat-message
    .chat-message-text {
    border-radius: 0.375rem;
    padding: 0.75rem 1rem;
}
.app-chat
    .app-chat-history
    .chat-history-body
    .chat-history
    .chat-message:not(.chat-message-right)
    .chat-message-text {
    border-top-left-radius: 0;
    background-color: rgb(240, 240, 240);
}

.chat-message:not(.chat-message-right):not(#typing-indicator) {
    width: 60%;
}
.app-chat
    .app-chat-history
    .chat-history-body
    .chat-history
    .chat-message.chat-message-right {
    justify-content: flex-end;

}
.app-chat
    .app-chat-history
    .chat-history-body
    .chat-history
    .chat-message.chat-message-right
    .chat-message-text {
    border-top-right-radius: 0;
    color: #354142;
    background-color: #A3BFD9 !important;
}
.app-chat
    .app-chat-history
    .chat-history-body
    .chat-history
    .chat-message.chat-message-right
    .user-avatar {
    margin-right: 0rem;
    margin-left: 1rem;
}
.app-chat
    .app-chat-history
    .chat-history-body
    .chat-history
    .chat-message
    .thumbnail {
    cursor: zoom-in;
}
.app-chat
    .app-chat-history
    .chat-history-body
    .chat-history
    .chat-message:not(:last-child) {
    margin-bottom: 1rem;
}
.app-chat .app-chat-history .chat-history-footer {
    /* display: block !important; */
    padding: 0.4rem 0.5rem;
    /* margin: 0 1.5rem; */
    margin-bottom: 0.5rem;
    width: 75%;
    align-self: center !important;
    border-radius: 100px;
}

.chat-input {
    border-radius: 100px;
}

.app-chat .app-chat-sidebar-right {
    position: absolute;
    top: 0;
    right: calc(-21rem - 1rem);
    width: 21rem;
    height: calc(100vh - 11.5rem);
    opacity: 0;
    z-index: 5;
    transition: all 0.25s ease;
}
.layout-navbar-hidden .app-chat .app-chat-sidebar-right {
    height: calc(100vh - 7.5rem);
}
@media (min-width: 1200px) {
    .layout-horizontal .app-chat .app-chat-sidebar-right {
        height: calc(100vh - 11.5rem - 2.2rem);
    }
}
.app-chat .app-chat-sidebar-right.show {
    opacity: 1;
    right: 0;
}
.app-chat .app-chat-sidebar-right .sidebar-body {
    height: calc(calc(100vh - 11.5rem) - 11.75rem);
}
.layout-navbar-hidden .app-chat .app-chat-sidebar-right .sidebar-body {
    height: calc(calc(100vh - 7.5rem) - 11.75rem);
}
@media (min-width: 1200px) {
    .layout-horizontal .app-chat .app-chat-sidebar-right .sidebar-body {
        height: calc(calc(100vh - 11.5rem) - 11.1rem - 2.2rem);
    }
}

@media (max-width: 576px) {
    .app-chat .app-chat-sidebar-right.show,
    .app-chat .app-chat-sidebar-left.show,
    .app-chat .app-chat-contacts.show {
        width: 100%;
    }
}
.light-style .app-chat .app-chat-contacts,
.light-style .app-chat .app-chat-sidebar-left {
    background-color: #fff;
    box-shadow: 0 0 0 1px rgba(75, 70, 92, 0.075);
}
.light-style .app-chat .app-chat-contacts .chat-actions .chat-search-input,
.light-style .app-chat .app-chat-sidebar-left .chat-actions .chat-search-input {
    background-color: #f8f7fa;
}
.light-style
    .app-chat
    .app-chat-contacts
    .sidebar-body
    .chat-contact-list
    li.active,
.light-style
    .app-chat
    .app-chat-sidebar-left
    .sidebar-body
    .chat-contact-list
    li.active {
    color: #fff;
}
.light-style
    .app-chat
    .app-chat-contacts
    .sidebar-body
    .chat-contact-list
    li.active
    h6,
.light-style
    .app-chat
    .app-chat-contacts
    .sidebar-body
    .chat-contact-list
    li.active
    .text-muted,
.light-style
    .app-chat
    .app-chat-sidebar-left
    .sidebar-body
    .chat-contact-list
    li.active
    h6,
.light-style
    .app-chat
    .app-chat-sidebar-left
    .sidebar-body
    .chat-contact-list
    li.active
    .text-muted {
    color: #fff !important;
}
.light-style
    .app-chat
    .app-chat-contacts
    .sidebar-body
    .chat-contact-list
    li.active
    .avatar,
.light-style
    .app-chat
    .app-chat-sidebar-left
    .sidebar-body
    .chat-contact-list
    li.active
    .avatar {
    border-color: #fff;
}
.light-style .app-chat .app-chat-history .chat-history-header,
.light-style .app-chat .app-chat-history .chat-history-footer {
    background-color: #fff;
}
.light-style
    .app-chat
    .app-chat-history
    .chat-history-body
    .chat-history
    .chat-message
    .chat-message-text {
    background-color: #fff;
    box-shadow: 0 0.125rem 0.25rem rgba(165, 163, 174, 0.3);
}
.light-style
    .app-chat
    .app-chat-history
    .chat-history-body
    .chat-history
    .chat-message.chat-message-right {
    justify-content: flex-end;
}
.light-style
    .app-chat
    .app-chat-history
    .chat-history-body
    .chat-history
    .chat-message.chat-message-right
    .chat-message-text {
    color: #fff;
}
.light-style .app-chat .app-chat-sidebar-right {
    background-color: #fff;
    box-shadow: 16px 1px 45px 3px rgba(75, 70, 92, 0.5);
}
@media (max-width: 992px) {
    .light-style .app-chat .app-chat-contacts .chat-actions .chat-search-input {
        background-color: #fff;
    }
}

.dark-style .app-chat .app-chat-contacts,
.dark-style .app-chat .app-chat-sidebar-left {
    background-color: #2f3349;
}
.dark-style .app-chat .app-chat-contacts .chat-actions .chat-search-input,
.dark-style .app-chat .app-chat-sidebar-left .chat-actions .chat-search-input {
    background-color: #25293c;
}
.dark-style
    .app-chat
    .app-chat-contacts
    .sidebar-body
    .chat-contact-list
    li.active,
.dark-style
    .app-chat
    .app-chat-sidebar-left
    .sidebar-body
    .chat-contact-list
    li.active {
    color: #fff;
}
.dark-style
    .app-chat
    .app-chat-contacts
    .sidebar-body
    .chat-contact-list
    li.active
    h6,
.dark-style
    .app-chat
    .app-chat-contacts
    .sidebar-body
    .chat-contact-list
    li.active
    .text-muted,
.dark-style
    .app-chat
    .app-chat-sidebar-left
    .sidebar-body
    .chat-contact-list
    li.active
    h6,
.dark-style
    .app-chat
    .app-chat-sidebar-left
    .sidebar-body
    .chat-contact-list
    li.active
    .text-muted {
    color: #fff !important;
}
.dark-style
    .app-chat
    .app-chat-contacts
    .sidebar-body
    .chat-contact-list
    li.active
    .avatar,
.dark-style
    .app-chat
    .app-chat-sidebar-left
    .sidebar-body
    .chat-contact-list
    li.active
    .avatar {
    border-color: #2f3349;
}
.dark-style .app-chat .app-chat-history .chat-history-header,
.dark-style .app-chat .app-chat-history .chat-history-footer {
    background-color: #2f3349;
}
.dark-style
    .app-chat
    .app-chat-history
    .chat-history-body
    .chat-history
    .chat-message
    .chat-message-text {
    background-color: #2f3349;
    box-shadow: 0 0.125rem 0.25rem rgba(15, 20, 34, 0.4);
}
.dark-style
    .app-chat
    .app-chat-history
    .chat-history-body
    .chat-history
    .chat-message.chat-message-right {
    justify-content: flex-end;
}
.dark-style
    .app-chat
    .app-chat-history
    .chat-history-body
    .chat-history
    .chat-message.chat-message-right
    .chat-message-text {
    color: #fff;
}
.dark-style .app-chat .app-chat-sidebar-right {
    background-color: #2f3349;
}

[dir="rtl"] .app-chat .app-chat-sidebar-left,
[dir="rtl"] .app-chat .app-chat-contacts {
    right: calc(-21rem - 1rem);
    left: auto;
}
[dir="rtl"] .app-chat .app-chat-sidebar-left.show,
[dir="rtl"] .app-chat .app-chat-contacts.show {
    left: auto;
    right: 0;
}
[dir="rtl"] .app-chat .app-chat-sidebar-right {
    left: calc(-21rem - 1rem);
    right: auto;
}
[dir="rtl"] .app-chat .app-chat-sidebar-right.show {
    left: 0;
    right: auto;
}
[dir="rtl"]
    .app-chat
    .app-chat-history
    .chat-history-body
    .chat-history
    .chat
    .user-avatar {
    margin-left: 1rem;
    margin-right: 0;
}
[dir="rtl"]
    .app-chat
    .app-chat-history
    .chat-message:not(.chat-message-right)
    .chat-message-text {
    border-top-right-radius: 0;
    border-top-left-radius: 0.375rem !important;
}
[dir="rtl"]
    .app-chat
    .app-chat-history
    .chat-message.chat-message-right
    .chat-message-text {
    border-top-left-radius: 0;
    border-top-right-radius: 0.375rem !important;
}
