.ajax_load {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
}

.ajax_load_box {
    display: block;
    margin: auto;
    text-align: center;
    color: #fff;
    font-weight: 500;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .5)
}

.ajax_load_box_circle {
    border: 16px solid #e3e3e3;
    border-top: 16px solid #00A887;
    border-radius: 50%;
    margin: auto;
    width: 80px;
    height: 80px;
    -webkit-animation: spin 1.2s linear infinite;
    animation: spin 1.2s linear infinite
}

.ajax_load_box_title {
    margin-top: 15px;
    font-weight: 600
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(360deg)
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg)
    }
    100% {
        transform: rotate(360deg)
    }
}

.ajax_response {
    position: fixed;
    padding: 20px 20px 0 0;
    top: 0;
    right: 0;
    width: 300px;
    max-width: 100%;
    z-index: 999999 !important;
}

.ajax_response .message {
    background: #333333;
    font-size: 1em;
    font-weight: 400;
    border-radius: 4px;
    color: #ffffff !important;
    overflow: hidden;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 15px 15px 20px 15px;
    margin-bottom: 15px;
    position: relative;
    cursor: pointer;
}

.ajax_response .message:before {
    flex-basis: 0%;
    margin: -5px 15px 0 0 !important;
    font-size: 2.4em;
    color: rgba(0, 0, 0, 0.5);
}

.ajax_response .message.success {
    background: #36BA9B;
}

.ajax_response .message.info {
    background: #39AED9;
}

.ajax_response .message.warning {
    background: #F5B946;
}

.ajax_response .message.error {
    background: #D94352;
}

.ajax_response .message_time {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 4%;
    height: 5px;
    background: rgba(0, 0, 0, 0.5);
}

.message_info_desconected_atendent {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 999999 !important;
    background: rgba(255, 255, 255, 0.8);
}

.wi-fi {
    width: 30%;
    margin-bottom: 20px;
}

.message_info_desconected_atendent_text {
    display: block;
    border-radius: 5%;
    width: 500px;
    margin: auto;
    height: 50vh;
    text-align: center;
    color: #fff;
    font-weight: 500;
    background: #fff;
    box-shadow: 3px 3px 3px 1px rgba(0, 0, 0, 0.2);
    margin-top: 25vh;
    padding: 5% 5%;
}

.message_info_desconected_atendent_text h1 {
    font-size: 1.3em;
}

.div_batery {
    width: 100%;
    background-color: #FFD3CA;
    padding: 8px;
    margin-top: 8px;
}

.div_batery_p {
    font-size: 1em;
    margin-top: 5px
}

.div_connection {
    width: 100%;
    background-color: #FFF0C4;
    padding: 8px;
    margin-top: 8px;
}

.div_connection_p {
    font-size: 1em;
    margin-top: 5px
}

.bg-img img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
}

.conversation {
    cursor: pointer;
}

.conversation:hover {
    background: #EFF7FE;
}

.bg-profile_picture {
    width: 50px;
    max-width: 50px;
    border-radius: 50%;
}

.text_ellipsis {
    white-space: nowrap;
    width: 60%;
    overflow: hidden;
    text-overflow: ellipsis;
}

.users-list {
    background-color: #fff;
    list-style-type: none;
    margin: 0;
    max-height: 300px;
    overflow-y: auto;
    padding: 10px;
}

.users-list li img {
    border-radius: 50%;
    object-fit: cover;
    height: 50px;
    width: 50px;
    margin-right: 25px;
}

.users-list li {
    margin-bottom: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
    display: flex;
    justify-content: space-between;
}

.users-list li:not(:last-of-type) {
    border-bottom: 1px solid #eee;
    padding: 10px;
}

.users-sector {
    background-color: #fff;
    list-style-type: none;
    margin: 0;
    max-height: 300px;
    overflow-y: auto;
    padding: 10px;
}

.users-sector li {
    margin-bottom: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
    display: flex;
    justify-content: space-between;
}

.users-sector li:not(:last-of-type) {
    border-bottom: 1px solid #eee;
}

.user-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-left: 10px;
    margin-right: 10px;
}

.connection_div {
    display: none;
    width: 100%;
    background: #FED859;
    padding: 10px;
    border-radius: 5px;
}

.connection_div h5 {
    margin-bottom: 5px;
}

.connection_div p {
    padding: 0;
    margin: 0;
}

.automatic_responses {
    display: none;
    z-index: 99;
    bottom: 83px;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    width: 620px;
    background: #fff;
    height: 380px;
    position: absolute;
    border-radius: 10px;
    overflow-y: scroll;
}

.automatic_responses_header {
    border-bottom: 1px solid #ccc;
    padding: 15px;
    text-align: center;
}

.automatic_responses_header h1 {
    font-size: 1.1em;
}

.automatic_responses_content {
    display: block !important;
    padding: 15px;
}

.li_content_response {
    padding: 10px;
    background-color: #f5f5f5;
    border-radius: 5px;
    cursor: pointer;
    margin-bottom: 5px;
}

.li_content_response_team {
    padding: 10px;
    background-color: #9CE3FE;
    border-radius: 5px;
    cursor: pointer;
    margin-bottom: 5px;
}

.automatic_response_list {
    display: none;
    background-color: #fff;
    opacity: 0.9;
    width: 100%;
    position: absolute;
    height: 300px;
    z-index: 99;
    bottom: 0;
    overflow-y: scroll;
    padding: 15px;
}

.li_content_response_team_message {
    background: #9CE3FE;
    padding: 15px;
    margin-bottom: 5px;
    border-radius: 5px;
    cursor: pointer;
}

.li_content_response_message {
    background: #f5f5f5;
    padding: 15px;
    margin-bottom: 5px;
    border-radius: 5px;
    cursor: pointer;
}
