.bg-theme {
    background-color: #016bff !important;
}

.light-blue-bg {
    background: #f5f6f8;
}

.nav>li.active {
    border-left: 4px solid #016bff;
    background: #016bff;
}

.navbar-default .nav>li>a:hover,
.navbar-default .nav>li>a:focus {
    background: #016bff52;
    color: white;
}

body.mini-navbar .nav-header {
    padding: 0;
    background-color: #016bff;
}

.btn-theme {
    color: #fff;
    background-color: #016bff;
    border-color: #016bff;
}

.btn-theme:hover,
.btn-theme:focus,
.btn-theme.focus {
    background-color: #0056cc;
    border-color: #0056cc;
    color: #ffffff !important;
}

.text-theme {
    color: #016bff;
}

.nav-header {
    background-color: #343a40;
    background-image: none;
    padding: 33px 25px;
}

.navbar-default {
    background-color: #343a40;
    border-color: #343a40;
}

.chat-message .message {
    width: fit-content;
}

.chat-message.right .message {
    float: right;
    margin-right: 0 !important;
}

.chat-message .typing-dots {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    height: 25px;
    gap: 5px;
}

.dot {
    width: 10px;
    height: 10px;
    background-color: #166263;
    border-radius: 50%;
    animation: bounce 1.2s infinite ease-in-out;
}

.dot:nth-child(1) {
    animation-delay: 0s;
}

.dot:nth-child(2) {
    animation-delay: 0.15s;
}

.dot:nth-child(3) {
    animation-delay: 0.3s;
}

@keyframes bounce {

    0%,
    100% {
        transform: translateY(0);
    }

    10% {
        transform: translateY(-10px);
    }

    20%,
    100% {
        transform: translateY(0);
    }
}

.chat-message-form .form-control {
    height: calc(2em + .75rem + 2px);
}

.footer {
    display: flex;
    align-items: center;
}

.footer .footer-label {
    padding-top: 10px;
}

[ng-cloak],
[data-ng-cloak],
[x-ng-cloak],
.ng-cloak,
.x-ng-cloak,
.data-ng-cloak {
    display: none !important;
}

.text-ellipsis {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.fit-content {
    width: fit-content;
}

.subscription-badge {
    border: 1px solid #1c84c6 !important;
    background: none !important;
    color: #1c84c6 !important;
}

.inmodal .modal-header {
    padding: 15px 15px !important;
}

.inmodal .modal-title {
    font-size: 20px !important;
}

.w-80 {
    width: 80px;
}

.w-100-percent {
    width: 100% !important;
}

.bg-gray {
    background: #eee;
}

.ai-conversations img {
    width: 100%;
}

.ai-conversations .inbox_people {
    background: #ffffff none repeat scroll 0 0;
    float: left;
    overflow: hidden;
    width: 40%;
    border-right: 1px solid #e7eaec;
}

.ai-conversations .inbox_msg {
    border: 1px solid #e7eaec;
    clear: both;
    overflow: hidden;
}

.ai-conversations .top_spac {
    margin: 20px 0 0;
}


.ai-conversations .recent_heading {
    float: left;
    width: 40%;
}

.ai-conversations .srch_bar {
    display: inline-block;
    text-align: right;
    width: 60%;
}

.ai-conversations .headind_srch {
    padding: 10px 29px 10px 20px;
    overflow: hidden;
    border-bottom: 1px solid #e7eaec;
}

.ai-conversations .recent_heading h4 {
    color: #05728f;
    font-size: 21px;
    margin: auto;
}

.ai-conversations .srch_bar input {
    border: 1px solid #cdcdcd;
    border-width: 0 0 1px 0;
    width: 80%;
    padding: 2px 0 4px 6px;
    background: none;
}

.ai-conversations .srch_bar .input-group-addon button {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    padding: 0;
    color: #707070;
    font-size: 18px;
}

.ai-conversations .srch_bar .input-group-addon {
    margin: 0 0 0 -27px;
}

.ai-conversations .chat_ib h5 {
    font-size: 15px;
    color: #464646;
    margin: 0 0 8px 0;
}

.ai-conversations .chat_ib h5 span.chat_date {
    font-size: 13px;
    float: right;
}

.ai-conversations .chat_ib p {
    font-size: 14px;
    color: #989898;
    margin: auto
}

.ai-conversations .chat_img {
    float: left;
    width: 11%;
}

.ai-conversations .chat_ib {
    float: left;
    padding: 0 0 0 15px;
    width: 88%;
}

.ai-conversations .chat_people {
    overflow: hidden;
    clear: both;
}

.ai-conversations .chat_list {
    border-bottom: 1px solid #e7eaec;
    margin: 0;
    padding: 18px 16px 0px 10px
}

.ai-conversations .inbox_chat {
    height: 650px;
    overflow-y: scroll;
}

.ai-conversations .active_chat {
    background: #e2eeff;
    border: 1px solid #016bff;
}

.ai-conversations .incoming_msg_img {
    display: inline-block;
    width: 6%;
}

.ai-conversations .received_msg {
    display: inline-block;
    padding: 0 0 0 10px;
    vertical-align: top;
    width: 92%;
}

.ai-conversations .received_withd_msg p.msg-container {
    background: #f4f4f4 none repeat scroll 0 0;
    border-radius: 18px;
    color: #000000;
    font-size: 14px;
    margin: 0;
    padding: 12px;
    width: 100%;
}

.ai-conversations .received_withd_msg p.msg-container.remarks {
    background: #ffe1e1;
    white-space: pre-line;
}

.ai-conversations .time_date {
    color: #747474;
    display: block;
    font-size: 12px;
    margin: 8px 0 0;
}

.ai-conversations .received_withd_msg {
    width: 57%;
}

.ai-conversations .mesgs {
    float: left;
    padding: 30px 15px 0 25px;
    width: 60%;
}

.ai-conversations .sent_msg p.msg-container {
    background: #05728f none repeat scroll 0 0;
    border-radius: 18px;
    border-bottom-right-radius: 2px;
    font-size: 14px;
    margin: 0;
    color: #fff;
    padding: 12px;
    width: 100%;
}

.ai-conversations .outgoing_msg {
    overflow: hidden;
    margin: 26px 0 26px;
}

.ai-conversations .sent_msg {
    float: right;
    width: 46%;
}

.ai-conversations .msg_send_btn {
    background: #05728f none repeat scroll 0 0;
    border: medium none;
    border-radius: 50%;
    color: #fff;
    cursor: pointer;
    font-size: 17px;
    height: 33px;
    position: absolute;
    right: 0;
    top: 11px;
    width: 33px;
}

.ai-conversations .msg_history {
    height: 620px;
    overflow-y: auto;
}

.center-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.ai-conversations a {
    word-wrap: break-word;
    text-decoration: underline;
    color: #000000;
}

.ai-conversations h1,
.ai-conversations h2,
.ai-conversations h3,
.ai-conversations h4,
.ai-conversations h5,
.ai-conversations h6 {
    font-size: 16px;
}

.show-on-mobile {
    display: none;
}

.show-on-desktop {
    display: block;
}

.font-size-10 {
    font-size: 10px;
}

.font-size-25 {
    font-size: 25px;
}

.font-size-30 {
    font-size: 30px;
}

.font-size-35 {
    font-size: 35px;
}

.font-size-40 {
    font-size: 40px;
}

.font-size-45 {
    font-size: 45px;
}

.font-size-50 {
    font-size: 50px;
}

.cursor {
    cursor: pointer;
}

.text-green {
    color: #28a745 !important;
}

.border-theme {
    border-color: #016bff !important;
}

.label-theme-1 {
    background-color: #6f42c1;
    color: #FFFFFF;
}

.label-theme-2 {
    background-color: #808000;
    color: #FFFFFF;
}

.label-theme-3 {
    background-color: #800020;
    color: #FFFFFF;
}

.label-theme-4 {
    background-color: #d4af37;
    color: #FFFFFF;
}

.label-theme-5 {
    background-color: #228B22;
    color: #FFFFFF;
}

.label-theme-6 {
    background-color: #4b0082;
    color: #FFFFFF;
}

.label-theme-7 {
    background-color: #8B4513;
    color: #FFFFFF;
}

.label-theme-8 {
    background-color: #dc143c;
    color: #FFFFFF;
}

.label-theme-9 {
    background-color: #b7410e;
    color: #FFFFFF;
}

.label-theme-10 {
    background-color: #191970;
    color: #FFFFFF;
}

.label-theme-11 {
    background-color: #9dc183;
    color: #FFFFFF;
}

.label-theme-12 {
    background-color: #70193d;
    color: #FFFFFF;
}

.label-theme-13 {
    background-color: #65000b;
    color: #FFFFFF;
}

.label-theme-14 {
    background-color: #ffb300;
    color: #FFFFFF;
}

.label-theme-15 {
    background-color: #ff69b4;
    color: #FFFFFF;
}

.label-theme-16 {
    background-color: #b68d40;
    color: #FFFFFF;
}

.crawling-website-loader {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgb(0 0 0 / 50%);
    z-index: 999999999999999;
    display: flex;
    justify-content: center;
    align-items: center;
}

.br-1 {
    border-radius: 5px;
}

.br-2 {
    border-radius: 10px;
}

.br-3 {
    border-radius: 15px;
}

.br-4 {
    border-radius: 20px;
}

.br-5 {
    border-radius: 25px;
}

.full-height-center {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.login-container {
    width: 400px;
    margin: 0 10px;
}

.login-form-control {
    font-size: 16px;
    padding: 20px 10px;
}

.login-button {
    font-size: 16px;
    padding: 20px 10px;
    line-height: 0;
}

.label-platform {
    background: #ffffff;
    border: 1px solid #eee;
}

.platform-logo-facebook {
    color: #0167ff;
}

.platform-logo-instagram {
    color: #ff0167;
}

.platform-logo-whatsapp {
    color: #41c452;
}

.label-action {
    z-index: 1000;
    position: relative;
}

.ai-analytics .chat-discussion {
    height: 700px;
}

@media (max-width: 480px) {

    .show-on-mobile {
        display: block;
    }

    .show-on-desktop {
        display: none;
    }

    .ai-conversations .received_withd_msg {
        width: 90%;
    }

    .ai-conversations .sent_msg {
        float: right;
        width: 90%;
    }

    .ai-conversations .chat_img {
        width: 30%;
    }

    .ai-conversations .chat_ib {
        width: 70%;
    }

    .ai-conversations .chat_date {
        font-size: 11px;
        position: absolute;
        bottom: 10px;
        right: 25px;
    }

    .ai-conversations .chat_list {
        position: relative;
    }

    .buttons-login-as {
        width: 100% !important;
        margin-right: 0 !important;
        margin-top: 5px;
    }

    .chat-platform-logo {
        position: absolute;
        right: 10px;
        bottom: 8px;
    }

}