@import url(docs.md-iconic-font.min.css);

:root {
    --main-bg-color: #221F20;
    /* Background color for the chat area and body tag */
    --conversation-bg-color: #FFFFFF;
    /* Background color for the 'Write your message here' field */
    --conversation-input-bg-color: #FFF;
    /* Background color for the 'Write your message here' area */
    --message-conversation-area: #FFFFFF;
    /* Background color for the header */
    --header-bg-color: #221F20;
    /* Background color for the send icon */
    --color-btn-send: #C3002F;
    /* Background color for the submit icon on hover */
    --color-btn-send-hover: #FFFFFF;
    /* Background color for the confirmation button when closing the session */
    --button-confirm-close-bg-color: #C3002F;
    /* Background color for the cancel button when logging out */
    --button-cancel-close-bg-color: #FFFFFF;
    /* Background color for user message in chat */
    --message-user-bg-color: #FFFFFF;
    /* Font color for user message in chat */
    --message-user-font-color: #221F20;
    /* Background color for the bot message in the chat */
    --message-bot-bg-color: #FFFFFF;
    /* Font color for bot message in chat */
    --message-bot-font-color: #221F20;
}
 
body {
    background: var(--conversation-bg-color);
    margin: 0;
}

ul li {
    list-style: none;
}

.fixed-top {
    position: fixed !important;
    min-height: 0px !important;
    padding: 0px !important;
}

.fabs {
    bottom: -5px;
    position: fixed;
    margin: 1em;
    right: 10px;
    z-index: 998;
}

.fab {
    display: block;
    height: auto;
    text-align: center;
    margin: 25px auto 0;
    cursor: pointer;
    -webkit-transition: all .1s ease-out;
    transition: all .1s ease-out;
    position: relative;
    z-index: 998;
    overflow: hidden;
}

.fab>i {
    font-size: 2em;
    line-height: 55px;
    -webkit-transition: all .2s ease-out;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.fab:not(:last-child) {
    width: 0;
    height: 0;
    margin: 20px auto 0;
    opacity: 0;
    visibility: hidden;
    line-height: 40px;
}

.fab:not(:last-child)>i {
    font-size: 1.4em;
    line-height: 40px;
}

.fab:not(:last-child).is-visible {
    width: 40px;
    height: 40px;
    margin: 15px auto 10;
    opacity: 1;
    visibility: visible;
    margin-top: 3px;
}

.fab:nth-last-child(1) {
    -webkit-transition-delay: 25ms;
    transition-delay: 25ms;
}

.fab:not(:last-child):nth-last-child(2) {
    -webkit-transition-delay: 20ms;
    transition-delay: 20ms;
}

.fab:not(:last-child):nth-last-child(3) {
    -webkit-transition-delay: 40ms;
    transition-delay: 40ms;
}

.fab:not(:last-child):nth-last-child(4) {
    -webkit-transition-delay: 60ms;
    transition-delay: 60ms;
}

.fab:not(:last-child):nth-last-child(5) {
    -webkit-transition-delay: 80ms;
    transition-delay: 80ms;
}


/*Chatbox*/
.container {
    background-color: var(--conversation-bg-color) !important;
}

.brdcstr_chat {
    position: fixed;
    /* right: 20px;
    bottom: 15px; */
    width: 100%;
    max-height: 98%;
    height: 100%;
    min-height: 98%;
    font-size: 12px;
    line-height: 22px;
    font-family: 'Roboto';
    font-weight: 500;
    -webkit-font-smoothing: antialiased;
    opacity: 1;
    box-shadow: 1px 1px 100px 2px rgba(0, 0, 0, 0.22);
    border-radius: 10px;
    -webkit-transition: all .2s ease-out;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.brdcstr_chat_fullscreen {
    position: fixed;
    right: 0px;
    bottom: 0px;
    top: 0px;
    background-color: var(--conversation-bg-color);
    margin: 0;
    padding: 0 0 50px 0;
    margin-top: 60px;
    margin-bottom: 10px;
}

.brdcstr_chat_header {
    /* margin: 10px; */
    font-size: 13px;
    font-family: 'Roboto';
    font-weight: 500;
    color: #f3f3f3;
    background: var(--header-bg-color);
    padding-top: 2px;
    text-align: center;
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    width: 100%;
    height: 30px;
    z-index: 100;
    -webkit-touch-callout: none;
}

.brdcstr_chat_header2 {
    /* margin: 10px; */
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

.brdcstr_chat_header .span {
    float: right;
}

.brdcstr_chat_fullscreen_close {
    display: none;
    float: right;
    cursor: pointer;
    /* margin: 10px; */
    font-size: 20px;
    opacity: 1;
    /* padding: 20px; */
    margin: 0px 10px;
    margin-top: 0px;
    display: none;
}

/* .brdcstr_chat.is-visible {
    opacity: 1;
    -webkit-animation: zoomIn .2s cubic-bezier(.42, 0, .58, 1);
    animation: zoomIn .2s cubic-bezier(.42, 0, .58, 1);
} */

.is-hide {
    opacity: 0
}

.brdcstr_chat_option {
    float: left;
    font-size: 18px;
    font-weight: bold;
    list-style: none;
    position: relative;
    height: 100%;
    width: 100%;
    /* text-align: relative; */
    margin-right: 10px;
    letter-spacing: 0.5px;
    font-weight: 400
}


.brdcstr_chat_option img {
    border-radius: 50%;
    width: 55px;
    float: left;
    margin: -30px 20px 10px 20px;
    border: 4px solid rgba(0, 0, 0, 0.21);
}

.change_img img {
    width: 35px;
    margin: 0px 20px 0px 20px;
}

.brdcstr_chat_option .agent {
    font-size: 12px;
    font-weight: 300;
}

.brdcstr_chat_option .online {
    opacity: 0.4;
    font-size: 11px;
    font-weight: 300;
}

.chat_color {
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    margin: 10px;
    float: left;
}


.brdcstr_chat_body {
    background: #fff;
    width: 100%;

    display: inline-block;
    text-align: center;
    /* overflow-y: auto; */

}

#brdcstr_chat_body {
    height: 450px;
}

.brdcstr_chat_login p,
.brdcstr_chat_body li,
p,
a {
    -webkit-animation: zoomIn .5s cubic-bezier(.42, 0, .58, 1);
    animation: zoomIn .5s cubic-bezier(.42, 0, .58, 1);
}

.brdcstr_chat_body p {
    padding: 20px;
    color: #888
}

.brdcstr_chat_body a {
    width: 10%;
    text-align: center;
    border: none;
    box-shadow: none;
    line-height: 40px;
    font-size: 15px;
}



.brdcstr_chat_field {
    position: relative;
    margin: 5px 0 5px 0;
    width: 80%;
    font-family: 'Roboto';
    font-size: 14px;
    line-height: 30px;
    font-weight: 500;
    color: #4b4b4b;
    -webkit-font-smoothing: antialiased;
    border: none;
    outline: none;
    display: inline-block;
}

.brdcstr_chat_field.brdcstr_chat_message {
    height: 35px;
    resize: none;
    /* font-size: 14px; */
    font-family: sans-serif;
    font-size: 14px;
    background: var(--conversation-input-bg-color);
}

.brdcstr_chat_category {
    text-align: left;
}

.brdcstr_chat_category {
    margin: 20px;
    background: rgba(0, 0, 0, 0.03);
    padding: 10px;
}

.brdcstr_chat_category ul li {
    width: 80%;
    height: 30px;
    background: #fff;
    padding: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    margin-bottom: 10px;
    border-radius: 3px;
    border: 1px solid #e0e0e0;
    font-size: 13px;
    cursor: pointer;
    line-height: 30px;
    color: #888;
    text-align: center;
}

.brdcstr_chat_category li:hover {
    background: #83c76d;
    color: #fff;
}

.brdcstr_chat_category li.active {
    background: #83c76d;
    color: #fff;
}

.tags {
    margin: 20px;
    bottom: 0px;
    display: block;
    width: 120%
}

.tags li {
    padding: 5px 10px;
    border-radius: 40px;
    border: 1px solid rgb(3, 117, 208);
    margin: 5px;
    display: inline-block;
    color: rgb(3, 117, 208);
    cursor: pointer;

}

.fab_field {
    width: 100%;
    display: inline-block;
    text-align: center;
    background: var(--message-conversation-area);
    border-top: 1px solid #eee;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;

}

.fab_field2 {
    bottom: 0px;
    position: absolute;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    z-index: 999;
}

.fab_field a {
    display: inline-block;
    text-align: center;
}

#fab_camera {
    float: left;
    background: rgba(0, 0, 0, 0);
}

#fab_send {
    float: right;
    background: rgba(0, 0, 0, 0);
}

.fab_field .fab {
    width: 35px;
    height: 35px;
    box-shadow: none;
    margin: 0px;
}

.fab_field .fab>i {
    font-size: 1.6em;
    line-height: 35px;
    color: var(--color-btn-send);
    ;
}

.fab_field .fab>i:hover {
    color: var(--color-btn-send-hover);
}


.brdcstr_chat_list {
    opacity: 0;
    visibility: hidden;
    height: 0;
}

.brdcstr_chat_list .chat_list_item {
    opacity: 0;
    visibility: hidden;
}



.status {
    margin: 45px -50px 0 0;
    float: right;
    font-size: 11px;
    opacity: 0.3;
}

.status2 {
    margin: -10px 20px 0 0;
    float: right;
    display: block;
    font-size: 11px;
    opacity: 0.3;
}

.brdcstr_chat_converse .brdcstr_chat_msg_item .brdcstr_chat_avatar {
    position: absolute;
    top: 0;
}

.brdcstr_chat_converse .brdcstr_chat_msg_item.brdcstr_chat_msg_item_admin .brdcstr_chat_avatar {
    left: -52px;
    background: rgba(0, 0, 0, 0.03);
}

.brdcstr_chat_converse .brdcstr_chat_msg_item.brdcstr_chat_msg_item_user .brdcstr_chat_avatar {
    right: -52px;
    background: rgba(0, 0, 0, 0.6);
}

.brdcstr_chat_converse .brdcstr_chat_msg_item .brdcstr_chat_avatar,
.brdcstr_chat_avatar img {
    width: 35px;
    height: 35px;
    text-align: center;
    border-radius: 50%;
}

.brdcstr_chat_avatar_2 {
    width: 35px;
    height: 35px;
    text-align: center;
    border-radius: 50%;
}

.brdcstr_chat_converse .brdcstr_chat_msg_item.brdcstr_chat_msg_item_admin {
    margin-left: 60px;
    float: left;
    background: var(--message-bot-bg-color);
    color: var(--message-bot-font-color);
}

.brdcstr_chat_converse .brdcstr_chat_msg_item.brdcstr_chat_msg_item_user {
    margin-right: 20px;
    float: right;
    background: var(--message-user-bg-color);
    color: var(--message-user-font-color);
}

.brdcstr_chat_converse .brdcstr_chat_msg_item.brdcstr_chat_msg_item_admin:before {
    content: '';
    position: absolute;
    top: 15px;
    left: -12px;
    z-index: 998;
    border: 6px solid transparent;
    border-right-color: rgba(255, 255, 255, .4);
}

.brdcstr_chat_form .get-notified label {
    color: #077ad6;
    font-weight: 600;
    font-size: 11px;
}

input {
    position: relative;
    width: 90%;
    font-family: 'Roboto';
    font-size: 12px;
    line-height: 20px;
    font-weight: 500;
    color: #4b4b4b;
    -webkit-font-smoothing: antialiased;
    outline: none;
    background: #fff;
    display: inline-block;
    resize: none;
    padding: 5px;
    border-radius: 3px;
}

.brdcstr_chat_form .get-notified input {
    margin: 2px 0 0 0;
    border: 1px solid #83c76d;
}

.brdcstr_chat_form .get-notified i {
    background: #83c76d;
    width: 30px;
    height: 32px;
    font-size: 18px;
    color: #fff;
    line-height: 30px;
    font-weight: 600;
    text-align: center;
    margin: 2px 0 0 -30px;
    position: absolute;
    border-radius: 3px;
}

.brdcstr_chat_form .message_form {
    margin: 10px 0 0 0;
}

.brdcstr_chat_form .message_form input {
    margin: 5px 0 5px 0;
    border: 1px solid #e0e0e0;
}

.brdcstr_chat_form .message_form textarea {
    margin: 5px 0 5px 0;
    border: 1px solid #e0e0e0;
    position: relative;
    width: 90%;
    font-family: 'Roboto';
    font-size: 12px;
    line-height: 20px;
    font-weight: 500;
    color: #4b4b4b;
    -webkit-font-smoothing: antialiased;
    outline: none;
    background: #fff;
    display: inline-block;
    resize: none;
    padding: 5px;
    border-radius: 3px;
}

.brdcstr_chat_form .message_form button {
    margin: 5px 0 5px 0;
    border: 1px solid #e0e0e0;
    position: relative;
    width: 95%;
    font-family: 'Roboto';
    font-size: 12px;
    line-height: 20px;
    font-weight: 500;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    outline: none;
    background: #fff;
    display: inline-block;
    resize: none;
    padding: 5px;
    border-radius: 3px;
    background: #83c76d;
    cursor: pointer;
}

strong.chat_time {
    padding: 0 1px 1px 0;
    font-weight: 500;
    font-size: 8px;
    display: block;
}

/*Chatbox scrollbar*/

::-webkit-scrollbar {
    width: 6px;
}

::-webkit-scrollbar-track {
    border-radius: 0;
}

::-webkit-scrollbar-thumb {
    margin: 2px;
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.2);
}

/*Element state*/

.is-active {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}

.is-float {
    box-shadow: 0 0 6px rgba(0, 0, 0, .16), 0 6px 12px rgba(0, 0, 0, .32);
}

.is-loading {
    display: block;
    -webkit-animation: load 1s cubic-bezier(0, .99, 1, 0.6) infinite;
    animation: load 1s cubic-bezier(0, .99, 1, 0.6) infinite;
}

/*Animation*/

@-webkit-keyframes zoomIn {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 0.0;
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
}

@keyframes zoomIn {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 0.0;
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
}

@-webkit-keyframes load {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 0.0;
    }

    50% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}

@keyframes load {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 0.0;
    }

    50% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}

/* SMARTPHONES PORTRAIT */

@media only screen and (min-width: 300px) {
    .brdcstr_chat {
        width: 100%;
    }
}

/* SMARTPHONES LANDSCAPE */

@media only screen and (min-width: 480px) {
    .brdcstr_chat {
        width: 100%;
    }

    .brdcstr_chat_field {
        width: 90%;
    }
}

/* TABLETS PORTRAIT */

@media only screen and (min-width: 768px) {
    .brdcstr_chat {
        width: 100%;
    }

    .brdcstr_chat_field {
        width: 90%;
    }
}

/* TABLET LANDSCAPE / DESKTOP */

@media only screen and (min-width: 1024px) {
    .brdcstr_chat {
        width: 100%;
    }

    .brdcstr_chat_field {
        width: 90%;
    }
}

/*Color Options*/

.blue .fab {
    background: var(--main-bg-color);
    color: #fff;
}


.blue .brdcstr_chat {
    background: var(--main-bg-color);
    color: #999;
}


/* Ripple */

.ink {
    display: block;
    position: absolute;
    background: rgba(38, 50, 56, 0.4);
    border-radius: 100%;
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -webkit-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);
}

/*animation effect*/

.ink.animate {
    -webkit-animation: ripple 0.5s ease-in-out;
    animation: ripple 0.5s ease-in-out;
}

@-webkit-keyframes ripple {
    /*scale the element to 250% to safely cover the entire link and fade it out*/

    100% {
        opacity: 0;
        -moz-transform: scale(5);
        -ms-transform: scale(5);
        webkit-transform: scale(5);
        -webkit-transform: scale(5);
        transform: scale(5);
    }
}

@keyframes ripple {
    /*scale the element to 250% to safely cover the entire link and fade it out*/

    100% {
        opacity: 0;
        -moz-transform: scale(5);
        -ms-transform: scale(5);
        webkit-transform: scale(5);
        -webkit-transform: scale(5);
        transform: scale(5);
    }
}

::-webkit-input-placeholder {
    /* Chrome */
    color: #bbb;
}

:-ms-input-placeholder {
    /* IE 10+ */
    color: #bbb;
}

::-moz-placeholder {
    /* Firefox 19+ */
    color: #bbb;
}

:-moz-placeholder {
    /* Firefox 4 - 18 */
    color: #bbb;
}


.myButton {
    background-color: #44c767;
    border-radius: 5px;
    border: 1px solid #18ab29;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    font-family: Arial;
    font-size: 12px;
    padding: 6px 15px;
    text-decoration: none;
    text-shadow: 0px 1px 0px #2f6627;
}

.myButton:hover {
    background-color: #5cbf2a;
}

.myButton:active {
    position: relative;
    top: 1px;
}

.img-chat {
    width: 100%;
}

.fondo-header {
    background-color: var(--main-bg-color);
}

.brdcstr_btn_chat:hover {
    color: #ffffff !important;
}

.audio-chat {
    max-height: 100%;
    max-width: 100%;
    margin: auto;
    object-fit: contain;
}

.video-chat {
    max-height: 100%;
    max-width: 100%;
    margin: auto;
    object-fit: contain;
}

#brdcstr_chat_head {
    margin-left: 25px;
}

.brdcstr_chat_close {
    position: absolute;
    top: 40%;
    left: 56%;
    width: 250px;
    margin-left: -150px;
    background: #fff;
    padding: 25px;
    border: 1px solid var(--main-bg-color);
    text-align: center;
    z-index: 2147483647;
    border-radius: 5px;
    box-shadow: 0px 1px 7px rgba(0, 0, 0, 0.5);
}

#brdcstr_chat_close .brdcstr-btn.brdcstr-confirm {
    background-color: var(--button-confirm-close-bg-color);
    color: #fff;
    border-color: var(--button-confirm-close-bg-color);
}

#brdcstr_chat_close .brdcstr-btn {
    display: inline-block;
    padding: 8px 7px;
    border-radius: 3px;
    text-align: center;
    text-decoration: none;
    width: 80px;
    border: 1px solid #ccc;
    background-color: var(--button-cancel-close-bg-color);
    color: #47505c;
    margin: 0 3px;
}

.img-btn-chat {
    width: 85%;
}

b,
strong {
    font-weight: bold !important;
}

.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
}

.fixed-bottom {
    position: fixed;
    bottom: 0px;
    left: 0px;
    right: 0px;
    width: 100%;
    height: 50px;
    z-index: 99;
    background: #fafafa;
    border: none;
    outline: none;
    /* padding-left: 55px; */
    /* padding-right: 55px; */
    color: #666;
    font-weight: 400;
}

/*Nuevo*/

.brdcstr_user_container {
    text-align: justify;
}

.brdcstr_chat_msg_item_user {
    background: var(--message-user-bg-color);
    color: var(--message-user-font-color);
    padding: 5px;
    border-radius: 3px;
    clear: both;
    word-wrap: break-word;
}

.brdcstr_chat_msg_item_admin {
    padding: 8px 10px;
    word-wrap: break-word;
    border-radius: 3px;
    clear: both;
    background: var(--message-bot-bg-color);
    color: var(--message-bot-font-color);
}

.brdcstr_flex {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    align-items: center;
    margin-right: 1.5rem !important;
}

.brdcstr_flex_user {
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: nowrap;
    align-items: center;
    margin-left: 2.35rem !important;
}