﻿.b-b {
    border-bottom: 1px solid rgba(135, 150, 165, 0.1);
}

.flex-nowrap {
    flex-wrap: nowrap !important;
}
h1, h2, h3, h4, h5, h6, p, input, span, a, label, div {
    font-family: 'Segoe UI', sans-serif !important;
}
.new-date {
    color: #6E6E6E;
    margin-bottom: 0px;
    justify-content: end;
    font-size: 12px;
    bottom: 0;
    margin-top: 10px;
}
.f-17{
    font-size: 17px !important;
}

.navbar {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 0.5rem 1rem;
}

.navbar {
    min-height: 3.75rem;
    padding: 0.75rem 1rem;
    display: -ms-flexbox;
    display: flex;
}

.hmax-48 {
    max-height: 48px;
}

.aside {
    opacity: 1 !important;
    display: -ms-flexbox !important;
    display: flex !important;
    position: relative;
    z-index: 9;
}

.ml-6 {
    margin-left: 60px !important;
}

.hmax-40 {
    max-height: 40px !important;
}

.flex-column {
    flex-direction: column !important;
}

.list-item.active {
    background-color: #63afbf6b;
    color: #000;
}

.block {
    background: #fff;
    border-width: 0;
    border-radius: 0px;
    box-shadow: 0 1px 3px rgb(0 0 0 / 5%), 0 -1px 0px rgb(0 0 0 / 2%);
    margin-bottom: 1.5rem;
}

.flex {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.d-md-flex {
    display: flex !important;
}

.b-r {
    border-right: 1px solid #0000004f;
}

.w-xl {
    width: 320px;
}

.aside > .modal-dialog {
    margin: 0;
    max-width: inherit;
    pointer-events: inherit;
}

.scrollable.hover {
    overflow-y: hidden;
}

.scrollable {
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

    .scrollable.hover > * {
        margin-top: -1px;
    }

.chat-item {
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 1.5rem;
}

.w-40 {
    width: 40px;
    height: 40px !important;
}

.chat-item > * {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
}

.avatar {
    position: relative;
    line-height: 1;
    border-radius: 500px;
    white-space: nowrap;
    font-weight: bold;
    border-radius: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    border-radius: 500px;
    width: 48px;
    height: 48px;
}

.chat-body {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: start;
    align-items: flex-start;
}

.chat-content {
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding: 1rem 1rem;
    color: white;
    background-color: #39A0DC !important;
    margin-bottom: 0.25rem;
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
}
/*
.rounded {
    border-radius: 0.25rem !important;
}*/

.chat-date {
    opacity: 0.5;
    font-size: 0.8em;
    display: block;
}

.avatar img {
    border-radius: 50%;
    width: 100%;
}
.row-rev {
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

[data-class="alt"].chat-item, .chat-item.alt {
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

    [data-class="alt"].chat-item .chat-body, .chat-item.alt .chat-body {
        -ms-flex-align: end;
        align-items: flex-end;
    }

    [data-class="alt"].chat-item .chat-content, .chat-item.alt .chat-content {
        color: white;
        background-color: #229a66e0 !important;
        border-top-right-radius: 0px !important;
        border-top-left-radius: 0px !important;
        border-bottom-left-radius: 0px !important;
        border-bottom-right-radius: 0px !important;
    }

.list-item.active {
    background-color: #39A0DC;
    color: #fff;
}

.list-row .list-item, .list-bordered .list-item {
    border-top: 1px solid rgba(135, 150, 165, 0.075);
    margin-top: -1px;
}

.list-row .list-item {
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: center;
    align-items: center;
    padding: 0.75rem 0.625rem;
}
.msg-right{
    border-radius: 18px 18px 0px 18px !important;
}
.msg-left {
    border-radius: 0px 18px 18px 18px !important;
    background-color: #39a0dcad !important;
}
.border-rounded{
    border-radius: 30px ;
}
.list-item {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
}

.list-row .list-item > * {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
}

.avatar-status.away {
    background-color: #ffd14d;
}

.avatar-status {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    border-width: 2px;
    border-style: solid;
    border-radius: 0px;
    border-color: #fff;
    background-color: #fff;
}

.bg-info-lt {
    color: #4725ff !important;
    background-color: #e8e4ff !important;
}

@media (max-width: 767.98px) {
    .aside-sm > * {
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        max-width: 280px !important;
        transform: translate3d(-100%, 0, 0);
    }

    .aside-sm {
        display: none;
        opacity: 0;
        background: transparent !important;
        position: fixed !important;
        z-index: 1050 !important;
    }
}

.aside > * {
    transition: transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.aside.show > * {
    left: 0;
    transform: translate3d(0, 0, 0);
}

.aside.show {
    width: 100% !important;
    top: 0;
    bottom: 0;
}

.modal-open {
    overflow: hidden;
}

.chat-item .card {
    border-radius: 0px;
}

    .chat-item .card .card-header {
        border-top-left-radius: 0px;
        border-top-right-radius: 0px;
    }

.card.card-purple {
    border-color: #9A2282 !important;
}

    .card.card-purple .card-header {
        background-color: #9A2282 !important;
        color: white;
    }

.chat-item .card .card-header {
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.card.card-blue {
    border-color: #1162B2 !important;
}

    .card.card-blue .card-header {
        background-color: #1162B2 !important;
        color: white !important;
    }

.card.card-green {
    border-color: #198E82 !important;
}

    .card.card-green .card-header {
        background-color: #198E82 !important;
        color: white;
    }

.chat-item .card .card-header a {
    color: white;
}

#chat-list {
    min-height: 500px;
    border-bottom: 1px solid #0000004f;
    border-right: 1px solid #0000004f;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.small-modal {
    max-width: 450px !important;
}

.container-newradio {
    font-size: 15px !important;
    margin-bottom: 0px;
}

    .container-newradio .checkmark {
        top: 0px !important
    }

.bg-b {
    background-color: black;
}

.chat-border {
    border-top-right-radius: 10px !important;
    border: 1px solid #0000004f;
    border-left: 0px;
}

.border-chat-list {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    border: 1px solid #0000004f;
}

.b-radius {
    border-top-left-radius: 10px;
}

#chat-form .form-control {
    border-radius: 30px !important;
    background-color: #229a661c;
    color: black;
    border: 0px;
    padding-left: 15px;
}

    #chat-form .form-control::placeholder {
        color: black !important;
    }

#chat-form .input-group > .form-control:not(:last-child), #chat-form .input-group > #chat-form .custom-select:not(:last-child) {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

#chat-form .input-group-append {
    margin-left: 3px;
    border: 0px;
}

#chat-form .input-group-prepend {
    margin-right: 3px;
    border: 0px;
}

#chat-form .input-group-text {
    border: 0px;
}

#chat-list.chat-b {
    border-bottom: 0px solid #0000004f;
    border-right: 0px solid #0000004f;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

.chat-border.chat-b {
    border-bottom: 1px solid #0000004f;
    border-right: 0px solid #0000004f;
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px;
}

.b-l {
    border-left: 1px solid #0000004f;
}

.border-b, .b-b {
    border-bottom: 1px solid #0000004f;
}

.b-t {
    border-top: 1px solid #0000004f;
}
