.chat-container .chat-box li .chat-text-menu.chat-text:before {
    content: none
}

.whatsapp-chat.chat-menu {
    overflow-y: auto;
}

.chat-menu-container.chat-container {
    overflow-y: auto;
}

.py-0375 {
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
}

.table-responsive.table-no-quantity-dropdown {
    margin-top: 0.6rem;
}

.users .person {
    padding: 5px 1rem;
}

.media-modal-row {
    height: 400px;
    overflow-y: scroll;
}

.chat-search-box .input-group .input-group-btn .btn.equal-radius {
    border-radius: 2px;
}

.lh-075 {
    line-height: 0.75;
}

.scoll-down-buttons {
    border-top: 1px solid #c4c9da;
    border-bottom: 1px solid #c4c9da;
}

.border-input {
    border: 1px solid #ced4da;
}

.media-body.prompts-body {
    /* border-left: 3px solid #e1e5f1; */
    border-left: none;
}

.media.comments .media-body p.prompts-paragraph {
    border-left: none;
}

.media.comments .comments-footer.prompts-footer {
    margin: 10px 0 10px 10px;
}

.white-space-pre {
    white-space: pre;
}

.loading-three-dots {
    display: inline-block;
    clip-path: inset(0 3ch 0 0);
    animation: 1 1s steps(4) infinite;
}

@keyframes l {
    to {
        clip-path: inset(0 -1ch 0 0);
    }
}

.min-150 {
    min-width: 150px;
}

.btn-link {
    color: #000000;
}

.btn-link:hover {
    color: #0056b3;
}

.delete-branding-material-form {
    position: absolute;
    top: 5px;
    right: 5px;
}

a.disabled-link:not([href]):not([tabindex]) {
    text-decoration: none;
    color: #ffffff;
    background-color: #1a8e5f;
    border-color: #1a8e5f;
    opacity: 0.65;
}

.chat-container .chat-box li.chat-left > .chat-text::before {
    left: -7px;
    top: 1px;
    border-color: transparent #ffe8e8 transparent transparent;
}

.dropdown-menu.reports-menu {
    width: 13rem;
}

.js-validation-error {
    display: none;
}

.register.invalid-feedback,
.tel-error.invalid-feedback,
.js-validation-error.invalid-feedback {
    display: block;
}

.error-p,
.error-icon {
    color: red;
}

.table-container .t-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
}

.green-icon,
.green-text {
    color: #1a8e5f;
}

label.required-field:after {
    content: " *";
    color: red;
}

h6.info {
    margin-bottom: 0.3rem;
    font-size: 0.8rem;
    font-weight: 600;
}

.invalid-feedback.session-error,
.invalid-feedback.vue-error {
    display: block;
}

.login-screen.email-verification-screen {
    min-width: initial;
    max-width: initial;
}

.account-settings .user-profile .user-avatar img {
    object-fit: contain;
}

.iti.iti--allow-dropdown {
    display: block;
}

.chat-container .chat-box li.chat-right > .chat-text {
    background: #e5fdf3;
}

.whatsapp-chat {
    overflow-y: scroll;
    overflow-x: hidden;
    height: 400px;
}

.chat-container .chat-box li.chat-right > .chat-text {
    text-align: left;
}

.whatsapp-footer {
    margin-top: 0.5rem !important;
    font-size: 0.7rem;
}

.whatsapp-buttons {
    font-family: Helvetica;
    color: rgb(38, 156, 254);
    font-size: 14px;
    font-weight: 600;
    height: 34px;
    line-height: 20px;
    padding: 0px 16px;
    white-space: pre-wrap;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    background-color: rgb(255, 255, 255);
    border-radius: 7px;
    box-sizing: border-box;
    -webkit-box-flex: 1;
    flex-grow: 1;
    min-width: calc(50% - 2px);
}

.font-weight-100 {
    font-weight: 100;
}

.chat-text.whatsapp-chat-text {
    min-width: 270px;
}

.chat-container .chat-box li img.whatsapp-image {
    width: 100%;
    height: auto;
}

table.dataTable td a.underline,
.underline {
    text-decoration: underline;
}

.table-container .t-header .button-group {
    display: flex;
    align-items: center;
    flex-direction: row;
}

.chat-container .chat-box li .chat-hour > span.whatsapp-icon-read {
    color: #2596be;
}

.chat-form .form-group .btn {
    width: auto;
}

.users .person p.name-time {
    font-weight: normal;
}

.users .person p.name-time.unread {
    font-weight: 600;
}

.chat-container .chat-box li .chat-hour > span.error-icon {
    color: red;
}

.p-multiselect {
    width: 100%;
}

.p-placeholder {
    font-size: 0.825rem;
    color: #495057;
}

.p-multiselect-item {
    font-size: 0.825rem;
    color: #495057;
}

.credits-div {
    color: #ffffff;
    font-weight: 600;
}

.margin-03 {
    margin-top: 0.3rem;
}

.custom-control-label {
    font-weight: normal;
}

.media-div-chat {
    max-width: 100%;
}

.chat-container .chat-box li img.media-div-chat {
    width: auto;
    height: auto;
    border-radius: 0;
}

.image-upload > input {
    display: none;
}

.image-upload > label {
    background: #2e323c;
    width: 60px;
    height: 45px;
    margin-left: 0.3rem;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.image-upload > label > i {
    font-size: 1.5rem;
    color: #ffffff;
}

.pointer {
    cursor: pointer;
}

.chat-form {
    margin: 1rem 0 0 0;
}

.chat-container .chat-box li.chat-center {
    display: flex;
    flex: 1;
    flex-direction: row;
    margin-bottom: 40px;
}

.chat-center {
    justify-content: center;
}

.customer-info {
    display: flex;
    align-items: center;
}

.customer-info img.avatar {
    margin: 0 10px 0 0;
    width: 40px;
    height: 40px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 0;
}

.h-100vh {
    height: 100vh;
}

.h-10px {
    height: 10px;
}

.chat-container .chat-box li .chat-text.context {
    background: #ffe8e8;
}

.chat-container .chat-box li {
    cursor: pointer;
}

.chat-container .chat-box li .chat-text.bg-white::before {
    content: none;
}

.nav-tabs .nav-item .nav-link.chat-tab {
    padding: 0.6rem 1rem;
}

.chat-tab-content,
.ul-scroll {
    overflow-y: scroll;
}

.pt-1-45 {
    padding-top: 1.45rem !important;
}

.users-container.api-titles-container {
    height: calc(100vh - 350px);
}

.api-titles-list {
    height: 100%;
}

.users {
    /* overflow-y: scroll; */
    height: 100%;
}

.api-reference {
    padding-left: 1rem;
}

.users .person p.name-time .api-title {
    font-size: 0.75rem;
}

.api-document-container {
    padding: 1rem;
}

.chat-container.api-document-container {
    height: calc(100vh - 300px);
    overflow-y: scroll;
}

.font-75rem {
    font-size: 0.75rem;
}

.active.api-title {
    color: #0056b3;
}

.p-dropdown {
    width: 100%;
}

.form-group .p-dropdown .p-dropdown-label.p-placeholder,
.p-dropdown-items {
    color: #495057;
}

.form-group .p-inputtext,
.p-dropdown-items {
    font-size: 0.825rem;
}

.chat-box.whatsapp-chat {
    height: 100%;
}

.chat-box.chat-box-scroll {
    overflow-y: scroll;
}

.wishes-container.chat-container {
    height: auto;
}

.users-div-hide {
    display: none;
}

.chatting-div.chatting-div-show,
.chatting-div {
    height: 100vh;
    display: flex;
    flex-direction: column;
}

.active-user-button,
.active-user-button a {
    font-size: 3rem;
    font-weight: bold;
    color: #1a8e5f;
}

.active-user-button {
    display: none;
}

.pre-formatted {
    white-space: break-spaces;
}

.aside-link.active {
    font-weight: bold;
}

.chat-container {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    height: 100%;
    overflow-y: scroll;
}

@media (max-width: 576px) {
    .header-actions > li:last-child {
        display: block;
    }
}

@media (max-width: 576px) {
    .table-container .t-header.t-header-responsive {
        flex-direction: column;
        align-items: flex-start;
    }

    .card-header-content {
        flex-direction: column;
        align-items: flex-start;
    }

    .range-form {
        margin-top: 1rem;
    }
}

@media (min-width: 576px) {
    .card-header-content {
        align-items: center;
    }
}

@media (max-width: 767px) {
    .users .person p.name-time {
        display: initial;
    }

    .page-header {
        max-height: none;
        flex-direction: column;
        align-items: flex-start;
        padding-bottom: 1rem;
    }

    .chat-col {
        display: flex;
        flex-direction: column;
        height: 100%;
    }

    .chat-form {
        display: block;
    }

    .active-user-info {
        margin-bottom: 1rem;
    }

    .active-user-button {
        display: block;
    }

    .chatting-div {
        display: none;
    }

    .users .person p.name-time.name-time-responsive {
        display: block;
    }

    .chat-div {
        margin-top: 1.5rem;
    }

    .chat-container {
        height: 100%;
    }

    .chat-container .chat-box li .chat-text {
        max-width: none;
    }

    .header-parameter-div {
        padding-left: 0;
        padding-right: 0;
    }
}

@media (min-width: 767px) {
}

@media (min-width: 992px) {
}

@media (min-width: 1200px) {
}

@media (min-width: 1400px) {
}
