
/*Estilos login*/
#divLoading{
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(254,254,255, .65);
    z-index: 9999;
    display: none;
}
#divLoading img{
	width: 50px;
	height: 50px;
}

:root{
    --color-blue--01: #ED6E1E;
    --color-skyBlue: #ED6E1E;
    --color-blue--02: #021547;
    --color-grayC: #CFCFCF;
    --color-white: #FFFFFF;
    --color-background: #CFCFCF;
    --color-lightGray: #E4EBF3;
    --color-darkGray: #8E8E8E;
    --color-white: #FFFFFF;
    --color-gray50: white;
    --color-green: #299C27;

    --slide-transform: 0;
    --transition: transform 1s;
}

body{
    margin: 0px;
    /*padding: 8px;*/
    background-color: var(--color-background);
    font-family: 'Ubuntu';
}

#menuBar{
    background: #1E023B;
background: linear-gradient(0deg, rgba(30, 2, 59, 1) 22%, rgba(80, 5, 156, 1) 100%);
    color: var(--color-white);
}

.chat-bot-buttonMenu{
    width: calc(100% - 40px);
    height: auto;
    min-height: 20px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    background-color: var(--color-skyBlue);
    color: var(--color-gray50);
    transition: all 0.3s;
    font-weight: bold;
    font-size: 14px;
    border-radius: 16px;
    text-align: center;
    cursor: pointer;
}

.tableResult{
    width: 100%;
    height: auto;
    font-size: 14px;
}

.tableResult td{
    text-align: left;
    padding: 10px;
    border: solid gray 1px;
}

.tableResult tr:first-child td{
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}

.link{
    color: #2c3b66;
    text-decoration: underline;
    cursor: pointer;
}

#block{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,0.5);
    display: none;
}

#btn_resolver{
    width: 72px;
    font-size: 13px;
    font-weight:bold;
    text-align:center;
    padding-top:5px;
    padding-bottom:5px;
    display:none;
    justify-content: space-between;
    align-items: center;
    float:right;
    border-radius:20px;
    color: #021547;
    cursor:pointer
}

#btn_resolver:hover{
    background-color:white;
    color:var(--color-blue--01);
}

.chat-bot-buttonMenu:hover{
    color: var(--color-white);
    background-color: var(--color-blue--01);
}

#chatsBar{
    background-color: var(--color-white);
    display: flex;
    flex-direction: column;
}

.searchDiv{
    height: 5%;
    min-height: 40px;
    max-height: 40px;
    width: 100%;
    display: flex;
    flex-direction: row;
    border: 1px solid #cfcfcfe1;
    border-radius: 40px;
    font-size: clamp(12px, 1vw, 16px);
}

.casosColor{
    height: 10%;
    font-size: clamp(11px, 1vw, 12px);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 4%;
    color: #021547;
    font-weight: 500;
}

#infoBar{
    background-color: var(--color-white);
}

.btnInfoCliente{
    display: none;
    align-items: center;
    padding-left: 10px;
    height: 100%;
    width: 100%;
    font-size: 12px;
    border-radius: 15px;
    background-color: var(--color-blue--01);
    color: var(--color-white);
    cursor: pointer;
}

.divInfoCliente{
    height: 100%;
    width: 100%;
}

#btnCloseInfo{
    display: none;
}

.titleInfo{
    height: 5%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--color-blue--02);
    font-weight: bold;
    font-size: 18px;
}

.iconInfoCliente{
    height: 5%;
    width: 100%;
    padding: 0 5%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-evenly;
}

#boxInterTop{
    height:101px;
    border-radius:10px;
    padding:33px;
    background-color: var(--color-white);
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#boxInterBottom{
    height:calc(100% - 116px);
    border-radius:10px;
    margin-top:16px;
    padding:33px;
    background-color: var(--color-white);
}

#pointMenu, #pointChat{
    display: none !important;
    width: 15px;
    height: 15px;
    border-radius: 16px;
    border: solid 8px var(--color-background);
    background-color: var(--color-blue--01);
    position: absolute;
    display: inline-block;
    margin-left:-40px;
    margin-top: 100px;
    transition: all 0.3s;
    box-sizing: content-box;
}

#pointMenu{
    margin-left:-50px;
}



.title{
    font-size:20px;
    width:100%;
    text-align:center;
}

.blueTitle{
    font-size: clamp(13px, 1vw, 18px);
    color: var(--color-blue--02);
    font-weight: bold;
    display: inline-block;
}

.titleChat{
    font-weight: bold;
    color: var(--color-blue--02);
    font-size: clamp(12px, 1vw, 18px);
}

.blueSubTitle{
    font-size: 20px;
    color: var(--color-blue--02);
}

.graySubTitle{
    font-size: 14px;
    color: var(--color-background);
}

.itemMainMenu{
    cursor:pointer;
}

.itemMainMenu .title{
    text-align:left;
    width: calc(100% - 10px);
    margin-left:10px;
    font-size: 1rem;
}

.itemMainMenu img{
    float:right;
}

.toBottom{
    position: absolute;
    bottom: 50px;
    width: 15%;
}

.btnMenu{
    width:35px;
    display:inline-block;
    float:right;
    margin-top:5px;
}

#inputSearch{
    border:none;
    width: 100%;
    padding: 0 3%;
}

.width80{
    width:80%;
    margin-left:10%;
}

.itemChatUser{
    width: 100%;
    padding:10px;
    border: solid 2px var(--color-lightGray);
    border-radius: 20px;
    cursor:pointer;
}

.carouselChatsUser{
    height: 90%;
    width:100%;
    overflow-x: auto;
    white-space: nowrap;
}

.carouselDiv{
    height: 100%;
    width: 100%;
    display: inline-block;
}

#containerChatsUser{
    height: 100%;
    width:100%;
    gap: 10px;
    overflow: auto;
    display: flex;
    flex-direction: column;
}

.itemChatUserSelected{
    width:100%;
    border: solid 2px #cfcfcfde;
    cursor:pointer;
    background-color: #DCE7FF;
}

.text{
    font-size: clamp(10px, 1vw, 14px);
}

.lineDate{
    width: 80%;
    margin-left:10%;
    display: block;
    font-size: 14px;
    color: var(--color-background);
    text-align:center;
}

.lineDate .line{
    width:30%;
    margin: 0px;
    display:inline-block;
    margin-bottom: 4px;
}

#textBar{
    width: calc(100% - 20px);
    min-height: 40px;
    padding:10px;
    background-color: #FFD9BF40;
    border-radius: 40px;
    box-sizing: content-box;
    display: flex;
    align-items: center;
    justify-content: center;
}
/*
.emojionearea-editor{
    width: 90% !important;
    height: 75px !important;
    min-height: 75px !important;
    overflow-y: auto !important;
    overflow-x: hidden !important;
}
*/
#textBar img{
    width:25px;
}

#inputText, .inputText{
    width:70%;
    height:25px;
    display: inline-block;
    background-color: transparent;
    border: none;
}

#containerChat{
    width: 100%;
    height: calc(100% - 75px);
    overflow-y: auto;
}

.itemMessage{
    width: fit-content;
    height: auto;
    padding: 10px;
    background-color: #FFD9BF40;
    color: var(--color-blue--02);
    text-align: left;
    border-radius: 20px;
    border-top-left-radius: 5px;
    font-size: clamp(12px, 1vw, 14px);
}

.imageUserMessage{
    height: auto;
    width: 32px;
    display:inline-block;
    margin-top: 3px;
}

.itemChatUserDash, .itemChatClientDash{
    width: 100%;
    margin-bottom:10px;
    display:flex;
    flex-direction: row;
}

.itemChatClientDash .itemMessage{
    border-radius: 20px;
    border-bottom-right-radius: 5px;
    background: #B608D2;
background: linear-gradient(270deg, rgba(182, 8, 210, 1) 100%, rgba(144, 8, 179, 0) 100%);
    color: var(--color-white);
    display: inline-block;
}

.itemChatClientDash .flex6{
    justify-content: end;
}

.timeMessage{
    width: 100%;
    display: block;
    font-size: 12px;
    color: var(--color-background);
    margin-top: 10px;
}

.itemChatClientDash .imageUserMessage{
    display: inline-block;
}

.imgInChat{
    max-width: 80%;
    height: auto;
}

.itemChatClientDash .timeMessage{
    text-align: right;
}

.bannerSkyBlue{
    height: 24px;
    width: 51px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #FCEBFF;
    border-radius: 8px;
    gap: 5px;
}

.bannerSkyBlue span{
    font-size: 14px;
}

.bannerSkyBlue img{
    height: 14px;
    width: 14px;
}

#chat-bot-areaMessages form{
    width: 100%;
    margin-left: 0px;
    text-align: center;
}

#chat-bot-areaMessages form label{
    text-align: left;
}

#chat-bot-areaMessages form div{
    width: 100%;
}

.buttonChat{
    width:100%;
    padding:5%;
    background-color:var(--color-blue--01);
    color:white;
    font-weight:bold;
    border:1px solid var(--color-blue--01);
    border-radius:10px;
    transition: all 0.3s;
    display:inline-block;
    cursor:pointer;
}

.buttonChat:hover{
    background-color:white;
    color:var(--color-blue--01);
}

.centerMiddle{
    justify-content: center;
    align-items:center;
}

.squareLine{
    border:solid 1px var(--color-lightGray);
    border-radius:10px;
    padding:20px;
}

#blockBlack{
    width:100%;
    height:100%;
    display:none;
    position:fixed;
    background-color:rgba(0,0,0,0.7);
    top: 0;
    left: 0;
    z-index: 99999;
}

#windowAlert{
    width:250px;
    height:auto;
    padding:20px;
    background-color:white;
    border-radius:10px;
    margin-left: calc(50% - 125px);
    margin-top:30%;
}






/* XXXXXXXXXXXXXXXXXX SWITCH XXXXXXXXXXXXXXXXXXXX */

.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

.switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #2196F3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

/* XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX */

.chat-bot-line{
    width: 100%;
    height: 2px;
    background-color: var(--color-lightGray);
}

.partBottomBlue1{
    position: absolute;
    background-color: var(--color-blue--01);
    bottom: -38px;
    height: 32px;
    width: 24px;
    border-top-right-radius: 79px;
    left: -8px;
}

.partBottomBlue2{
    position: absolute;
    background-color: var(--color-background);
    bottom: -31px;
    height: 30px;
    width: 15px;
    left: 1px;
}

.partTopBlue1{
    position: absolute;
    background-color: var(--color-blue--01);
    top: -38px;
    height: 32px;
    width: 24px;
    border-bottom-right-radius: 79px;
    left: -8px;
}

.partTopBlue2{
    position: absolute;
    background-color: var(--color-background);
    top: -31px;
    height: 30px;
    width: 15px;
    left: 1px;
}


#rootWindow{
    width:100%;
    height:calc(100vh - 16px);
}

#background{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

#chat-bot-barChatFloat{
    width: 200px;
    height: auto;
    padding: 10px;
    background: rgb(2,52,171);
    background: linear-gradient(90deg, rgba(2,52,171,1) 0%, rgba(34,87,255,1) 0%, rgba(2,52,171,1) 100%);
    color: white;
    text-align: center;
    border-radius: 20px;
    position:fixed;
    bottom: 20px;
    left: 10%;
    z-index: 10;
    font-family: Arial, Helvetica, sans-serif;
    cursor: pointer;
    transition: all 0.3s;
}

#windowChat{
    width: 80%;
    max-width: 1000px;
    height: auto;
    margin-top: 0px;
    padding: 10px;
    background: white;
    border-radius: 10px;
    transition: all 0.3s;
    z-index: 10;
    padding-bottom: 10px;
    -webkit-box-shadow: 10px 10px 20px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 10px 10px 20px 0px rgba(0,0,0,0.25);
    box-shadow: 10px 10px 20px 0px rgba(0,0,0,0.25);
}

.boxItemsRoot{
    border-radius:10px;
    margin: 0px 8px 0px 8px;
    padding:10px;
    overflow: hidden;
}

.barTitle{
    width: 100%;
    height: auto;
    font-weight: bold;
    text-align: center;
    cursor: pointer;
    padding-top: 10px;
    color: white;
    text-transform: uppercase;
    font-weight: bold;
    vertical-align: middle;
}

.barStatus{
    width: 90%;
    height: auto;
    margin-left: 5%;
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: left;
    color: rgb(148, 148, 148);
}

#areaMessages{
    width: 90%;
    display: inline-block;
    padding-left: 5%;
    padding-right: 5%;
    padding-top: 5px;
    padding-bottom: 20px;
    background-color: white;
    border-radius: 10px;
    overflow: auto;
}

.barInteractive{
    width: 80%;
    height: auto;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 7px;
}


#sendMessageChat{
    width: 20px;
    height: auto;
    float: right;
    padding-bottom: 7px;
    padding-top: 2px;
    margin-left: 5px;
    cursor: pointer;
    margin-right: 6px;
}

.messageBot{
    width: auto;
    max-width: 80%;
    height: auto;
    padding: 5%;
    background-color: #253355;
    color: white;
    text-align: left;
    margin: 1%;
    margin-right: 2%;
    border-radius: 20px;
    float: left;
    display: block;
}

.messageBot a{
    text-decoration:underline !important;
    color: inherit !important;
    font-weight: bold;
}

.triangulo-equilatero-bottom-left {
    width: 0;
    height: 0;
    border-right: 10px solid rgb(138, 200, 255);
    border-top: 10px solid transparent;
    border-left: 10px solid transparent;
    border-bottom: 10px solid rgb(138, 200, 255);
    position: absolute;
    margin-left: -30px;
    margin-top: -9px;
}

.triangulo-equilatero-bottom-right {
    width: 0;
    height: 0;
    border-right: 10px solid transparent;
    border-top: 10px solid transparent;
    border-left: 10px solid rgb(255, 212, 138);
    border-bottom: 10px solid rgb(255, 212, 138);
    float: right;
    position: absolute;
    margin-left: 179px;
    margin-top: -9px;
}

.messageUser{
    width: auto;
    min-width: 20%;
    max-width: 70%;
    height: auto;
    padding: 3%;
    background: rgb(2,52,171);
    background: linear-gradient(90deg, rgba(2,52,171,1) 0%, rgba(34,87,255,1) 0%, rgba(2,52,171,1) 100%);
    color: white;
    text-align: left;
    margin: 5px;
    margin-left: 30%;
    border-radius: 20px;
    float: right;
    display: block;
}

.tableChat{
    border-spacing: 0px;
    border-radius: 20px;
    overflow: hidden;
    border: solid gray 1px;
}
.tableChat td{
    border: 1px gray solid;
    column-span: 0;
    padding: 5px;
    padding-top: 7px;
    padding-bottom: 7px;
    color: #253355;
}

.tableChat tr{
    background-color: #eaf1f9;
}

.tableChat tr:nth-child(even){
    background-color: #f5faff;
}

.tableChat tr:first-child td{
    min-width: 65px;
    background-color:  #253355;
    color: white;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    border:none;
    padding: 10px;
    padding-top: 15px;
}

#closeButton{
    width: 20px;
    height: auto;
    display: inline-block;
    float: right;
    margin-right: 20px;
}

.inputChat{
    width: 90%;
    height: auto;
    padding: 3%;
    border: none;
    border-radius: 50px;
}

.textareaChat{
    width: 90%;
    height: 100px;
    padding: 5%;
    border: none;
    border-radius: 10px;
    resize: none;
}

.labelInputChat{
    font-weight: bold;
    padding-bottom: 7px;
    padding-top: 12px;
    display: inline-block;
}

.invisible{
    display: none !important;
}

.flex{
    display: flex;
}

.flexV{
    flex-direction: column;
    display: flex;
}

.flexH{
    display: flex;
    flex-direction: row;
}

.flex1{
    flex: 1;
}

.flex2{
    flex: 2;
}

.flex3{
    flex: 3;
}

.flex4{
    flex: 4;
}

.flex5{
    flex: 5;
}

.flex6{
    flex: 6;
}

.flex8{
    flex: 100;
    text-align: center;
    align-items: center;
    justify-content: center;
}

.flex9{
    flex: 9;
    text-align: center;
    align-items: center;
    justify-content: center;
}

.flex11{
    flex:11;
    text-align: center;
    align-items: center;
    justify-content: center;
}

.chat-bot-textOnline{
    color: var(--color-green);
    font-size: 14px;
}

.buttom{
    width: auto;
    min-width: 100px;
    height: auto;
    padding: 3%;
    background-color: black;
    border:1px solid black;
    color:white;
    font-weight: bold;
    border-radius: 10px;
    display: inline-block;
    cursor: pointer;
    transition: all 0.3s;
    float: right;
}

.buttom:hover{
    /*background-color:white;
    color:rgb(2,52,171);*/
}


.button{
    width: 90%;
    height: auto;
    display: block;
    padding: 10px;
    margin: 1%;
    margin-left: 0%;
    margin-right: 0%;
    cursor: pointer;
    background: white;
    color: var(--color-blue--01);
    font-weight: bold;
    transition: all 0.3s;
    border: none;
    border-radius: 50px;
    display: inline-block;
    transition: all 0.3s;
}

.button:hover{
    background: var(--color-blue--01);
    color:white;
}

.containerMenu{
    width: 100%;
    height: auto;
    text-align: center;
}

.square{
    width: 100%;
    height: 100%;
    background-color: #eaf1f9;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.bgWhite{
    width: 95%;
    background-color: white;
    display: inline-block;
    margin-top: 5px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.bgWhite2{
    width: 95%;
    background-color: white;
    display: inline-block;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

.lds-ellipsis {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 10px;
}
.lds-ellipsis div {
    position: absolute;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: #fff;
    animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.lds-ellipsis div:nth-child(1) {
    left: 8px;
    animation: lds-ellipsis1 0.6s infinite;
}
.lds-ellipsis div:nth-child(2) {
    left: 8px;
    animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(3) {
    left: 32px;
    animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(4) {
    left: 56px;
    animation: lds-ellipsis3 0.6s infinite;
}
@keyframes lds-ellipsis1 {
    0% {
        transform: scale(0);
    }
    100% {
        transform: scale(1);
    }
}
@keyframes lds-ellipsis3 {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(0);
    }
}
@keyframes lds-ellipsis2 {
    0% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(24px, 0);
    }
}

/* Customize the label (the container) */
.container {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
.container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
}

/* On mouse-over, add a grey background color */
.container:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.container input:checked ~ .checkmark {
    background-color: #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.container input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.container .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.select2-container--default .select2-selection--single{
    width: 100%;
    height: auto;
    border: none;
    text-align: left !important;
}

.select2 .select2-container .select2-container--default .select2-container--focus, .select2{
    width: 290px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b{
    border-color: var(--color-blue--01) transparent transparent transparent !important;
    margin-top: 4px;
    margin-left: -10px;
}

.select2-container--default .select2-selection--single{
    padding: 5px;
    padding-left: 15px;
    padding-right: 15px;
    background-color: var(--color-skyBlue);
    border: none;
    border-radius: 10px;
    color: var(--color-darkGray);
}

#messageOpc1, #messageOpc2{
    display: none;
}

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

.line hr{
    height: 2px;
    border: none;
    width: 100%;
    background-color: #E4EBF3;
}

.containerInfoInputCliente{
    padding-top: 10px;
    height: 80%;
    width: 100%;
    overflow-y:auto; 
    overflow-x:hidden; 
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
}

.containerInfoInputCliente div{
    width: 85%;
}

.labelInfoCliente{
    width: 100%;
    color: #021547;
    font-weight: bold;
    display:inline-block;
    font-size: clamp(12px, 1vw, 14px);
}

.inputForm{
    height: 34px;
    width: 100%;
    padding: 10px;
    background-color: #FFD9BF40;
    border: none;
    border-radius: 10px;
    color: #50545E;
    font-size: clamp(10px, 1vw, 12px);
}

.verticalLine{
    width: 1px;
    height: 24px;
    background-color: var(--color-lightGray);
    display: inline-block;
}

#containerAttach{
    height: 5%;
    min-height: 45px;
    width: 100%;
    padding: 0 5%;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    gap: 1.5%;
}

.boxImage{
    height: 90%;
    width: 25%;
    display: flex;
    align-items: center;
    justify-content: center;
}

#containerAttach img{
    height: 100%;
    width: 100%;
}

.image03{
    height: 90%;
    width: 25%;
    overflow:hidden;
    background-repeat: no-repeat; 
    background-size: cover;
    background-position: center;
}

.hoverBlack{
    background-color: rgba(0,0,0,0.6);
    position: relative;
    z-index: 99;
    height: 100% !important;
    width: 100% !important;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-weight:bold;

}






/* XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX */

#chat-bot-frame{
    width:90%;
    height:90%;
    display: inline-flex;
    padding:5%;
    position: fixed;
    top: 0;
    left:0;
    font-family: 'Ubuntu', sans-serif;
}

.chat-bot-containerInput{
    width: calc(100% - 20px);
    height:28px;
    font-size: 14px;
    padding: 10px;
    background-color: #FFD9BF40;
    color: #50545E;
    border-radius: 50px;
    border: none;
    margin-top: 10px;
}

.chat-bot-containerInput img{
    width: 23px;
    margin-left: 5px;
    cursor: pointer;
    opacity: 0.7;
    margin-top: -3px;
    transition: all 0.3s;
}

.chat-bot-containerInput img:hover{
    opacity: 1;
}

.chat-bot-containerInput input{
    width: calc(100% - 125px);
    border:none;
    background-color:transparent;
    color:var(--color-blue--02);
    float: left;
    margin-top:5px;
}

.chat-bot-containerInput input:focus{
    outline: none !important;
    border:none !important;
}

#chat-bot-windowChat{
    width: 100%;
    max-width: 482px;
    height: 100%;
    max-height: 929px;
    display:inline-flex !important;
    background: white;
    transition: all 0.3s;
    background-size: 100% auto;
    background-position: top;
    background-repeat: no-repeat;
    z-index: 1000;
    -webkit-box-shadow: 10px 10px 20px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 10px 10px 20px 0px rgba(0,0,0,0.25);
    box-shadow: 10px 10px 20px 0px rgba(0,0,0,0.25);
    position: fixed;
    left: 0;
    top: 0;
    border-radius: 30px;
    overflow: hidden;
}

#chat-bot-windowChat-register{
    width: calc(100% - 60px);
    max-width: 440px;
    height: calc(100% - 60px);
    display:inline-flex !important;
    padding: 30px;
    background: white;
    border-radius: 20px;
    transition: all 0.3s;
    background-image: url('../images/website/backgroundChatModal.png');
    background-size: 100% auto;
    background-position: top;
    background-repeat: no-repeat;
    z-index: 1000;
    -webkit-box-shadow: 10px 10px 20px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 10px 10px 20px 0px rgba(0,0,0,0.25);
    box-shadow: 10px 10px 20px 0px rgba(0,0,0,0.25);
    position: fixed;
    bottom: -1650px;
}

#chatbot-areaMessages{
    width: 100%;
    display: inline-block;
    overflow: auto;
}

#chat-bot-scrollingMessages{
    width:100%;
    display:block;
    overflow: auto;
}

#chat-bot-inputMessages{
    width:calc(100% - 64px);
    padding-left: 32px;
    padding-right: 32px;
    height:122px;
    display:block;
}

.chat-bot-messageUser{
    width: 100%;
    text-align: left;
    flex-direction: row;
    display: flex;
    margin-bottom: 20px;
}

.chat-bot-messageUser .chat-bot-textMessage{
    width: fit-content;
    height: auto;
    padding: 10px;
    background: #5E5E5E;
    color: white;
    text-align: left;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
    display: inline-block;
    font-size: 14px;
}

#chat-bot-icon-close-micro{
    float: right;
    margin-top: 12px;
    margin-right: 12px;
    cursor: pointer;
}

#chat-bot-image-micro{
    margin-top: 40px;
    margin-left: 38px;
}

.chat-bot-bluePart img{
    margin-top: 22px;
    cursor: pointer;
}

#chat-bot-delete-micro{
    float: left;
    margin-left: 27px;
}

#chat-bot-send-micro{
    float: right;
    margin-right: 27px;
    margin-top: 18px;
}

#chat-bot-text-micro{
    width: 100%;
    box-sizing: border-box;
    display: block;
    margin-top: 45px;
    padding-left: 35px;
    padding-right: 35px;
    font-size: 16px;
    color: #50545E;
}

#chat-bot-scrollingContainer::-webkit-scrollbar {
    background-color: transparent;
  }
  
  #chat-bot-scrollingContainer::-webkit-scrollbar-thumb {
    background-color: #CFCFCF;
    border-radius: 10px;
  }
  
  #chat-bot-scrollingContainer::-webkit-scrollbar {
    width: 5px;
  }

.chat-bot-messageBot{
    width: 100%;
    text-align: left;
    flex-direction: row;
    display: flex;
    margin-bottom: 20px;
}

.chat-bot-messageBot .chat-bot-textMessage{
    width: fit-content;
    height: auto;
    padding: 10px;
    background-color: #FFD9BF40;
    color: #50545E;
    text-align: left;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    display: inline-block;
}

.chat-bot-datemessage{
    font-size: 12px;
    color: #50545E;
    margin-left: 10px;
    margin-top: 5px;
}

.chat-bot-borderGreen{
    border: 2px var(--color-green) solid;
    border-radius: 50%;
}

.chat-bot-iconUser{
    width: 32px;
    height: 32px;
}

.chat-bot-messageBot a{
    text-decoration:underline !important;
    color: inherit !important;
    font-weight: bold;
}

.chat-bot-infoBarMessage{
    margin-top:11px;
    color:var(--color-grayC);
    width: fit-content;
}

.chat-bot-messageUser .chat-bot-infoBarMessage{
    float:right;
}

.chat-bot-infoBarMessage img{
    max-width:20px;
    margin-right:5px;
}

.chat-bot-borderBox{
    width:100%;
    font-size: 14px;
}

.chat-bot-title{
    font-size:18px;
    font-weight:bold;
}

.chat-bot-colorBlue{
    color: var(--color-blue--01);
}

.chat-bot-alignTop{
    align-items: flex-start !important;
}

.chat-bot-marginTop20 > div{
    margin-top: -10px;
}

.chat-bot-flexH{
    display:flex;
    align-items: center;
    justify-content: center;
}

.chat-bot-flexV{
    display:flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.chat-bot-flex1{
    flex:1;
}

.chat-bot-flex2{
    flex:2;
}

.chat-bot-flex3{
    flex:3;
}

.chat-bot-flex4{
    flex:4;
}

.chat-bot-flex5{
    flex:5;
}

.chat-bot-flex6{
    flex:6;
}

.chat-bot-flex7{
    flex:7;
}

.chat-bot-flex8{
    flex:8;
}

.chat-bot-flex9{
    flex:9;
}

.chat-bot-flex10{
    flex:10;
}

.chat-bot-iconChat{
        float: left;
    position: absolute;
    margin-left: -55px;
    margin-top: -15px;
}

/* Roles */
.permission__roles{
    height: 90%;
    width: 65%;
    background-color: var(--color-white);
    position:absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: block;
}

.tittle__roles{
    display: flex;
    justify-content: space-between;
}

.modal{
    display: none;
}


/* MODAL */
.background__modaldefault{
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.699);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.modal__default{
    min-height: 50%;
    min-width: 40%;
    max-height: 80%;
    max-width: 65%;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: var(--color-white);
    display: flex;
    flex-direction: column;
}

.title__boxdefault{
    height: 10%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 1;
    border: 1px solid red;
}

.close__modal{
    position: absolute;
    right: 1%;    
}

.container__boxdefault{
    height: 80%;    
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 8;
    border: 1px solid black;
}

.btn__boxdefault{
    height: 10%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 1;
    border: 1px solid blue;
    gap: 10px;
}

.btn__modal{
    height: 30px;
    width: auto;
    padding: 0 10px;
    border-radius: 10px;
    color: var(--color-white);
    background-color: var(--color-blue);
}

/* Emojis */
.container__emojis{
    width: 100%;
    height: 145px;
    background-color: var(--color-white);
    position: relative;
    display: none;
    overflow: auto;
    grid-template-columns: repeat(8, 1fr);
    gap: 2%;
    border-radius: 6px;
    padding: 10px;
    box-shadow: 0 4px 5px 2px rgb(0 0 0 / 20%), 0 7px 10px 1px rgb(0 0 0 / 14%), 0 2px 10px 1px rgb(0 0 0 / 12%);
    bottom: 195px;
}

.open__container__emojis{
    display: grid;
}

#emoji{
    cursor: pointer;
}

/* Archivos */

.box__files{
    width: 100%;
    height: calc(100% - 45px);
    top: 0;
    left: 0;
    display: none;
    background-color: #ffffffb7;
    flex-direction: column;
    align-items: center;
}

.btnCloseDrop{
    height: 10%;
    width: 100%;
    display: flex;
    justify-content: end;
    padding: 2% 0;
}

.drop-area{
    border: 5px dashed var(--color-background);
    height: 100%;
    width: 100%;
    min-height: 200px;
    min-width: 250px;
    max-height: 300px;
    max-width: 300px;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    flex-direction: column;
}

.drop-area.active
{
    background-color: var(--color-darkGray);
    border: 5px dashed var(--color-background);
}

.drop-area h2{
    font-size: 25px;
    font-weight: 500;
    color: black;
}

.drop-area span{
    font-size: 20px;
    font-weight: 500;
    color: black;
}

.drop-area button{
    padding: 10px 25px;
    font-size: 20px;
    background-color: var(--color-blue--02);
    color: var(--color-white);
    border-radius: 5px;
    cursor: pointer;
    margin: 20px 0;
}

.file-container{
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px;
    border: solid 1px var(--color-background);
}

#preview{
    height: 45%;
    width: 300px;
    margin-top: 10px;
    overflow: auto;
}

.display__none{
    display: none;
}

.display__flex{
    display: flex;
}

/* Quitar */

/* .filterBlue{
    height:50%;
    filter: invert(22%) sepia(88%) saturate(20000%) hue-rotate(212deg) brightness(88%) contrast(113%);
    display:inline-block;
} */

/* Carrousel */
.box__carrousel{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(207, 207, 207, 0.8);
    z-index: 100;
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 1001;
}

.FormPrueba{
    width: 100%;
    height: 50px;
    border: 1px solid red;
}

.box2__carrousel{
    height: auto;
    width: 414px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: var(--color-white);
}

.box__tittle__carrousel{
    height: 100px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.tittle__carrousel{
    padding: 0 45px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: start;
}

.tittle__carrousel h2{
    font-size: 1rem;
}

.box__image__docs{
    height: 40px;
    width: 323px;
    background-color: #DDDDDD;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

.box__image__docs div{
    height: 30px;
    width: 45%;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 5px;
    font-size: 0.78rem;
}

.cursor{
    cursor: pointer;
}

.btn__active{
    background-color: rgba(255, 255, 255, 0.5);
    color: var(--color-blue--01);
}

.btn__active svg path{
    fill: var(--color-blue--01) !important;
}

.box3__carrousel{
    height: 330px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.carrousel__left__right{
    height: 100%;
    width: 40px;
    /* display: flex; */
    justify-content: center;
    align-items: center;
}

.carrousel__left__right img{
    width: 10px;
}

.carrousel{
    width: 300px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
}

.grande{
    display: flex;
    transform: translateX(var(--slide-transform));
    transition: var(--transition);
}

.grande .divImg{
    min-width: 100%;
    height: 300px;
}

.divImg .img{
    width: 100%;
    height: 100%;
}


.dowFile{
    position: relative;
    bottom: 40px;
    left: 60%;
}

.textFile{
    position: relative;
    bottom: 90px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.dowDoc{
    position: relative;
    bottom: 80px;
    left: 60%;
}

.stateChatUser{
    width: 10px;
    height: 10px;
    border-radius: 50%;
    display: inline-block;
}

.dateTimeItemChatUser{
    font-size: clamp(7px, 1vw, 10px);
    color: gray;
    margin-top: 5px;
}

.boxDocs{
    display: flex; 
    align-items: center; 
    background-color: #e5e5ea; 
    padding: 10px; 
    margin: 5px; 
    border-radius: 10px;
}

.boxDocs p{
    margin: 0;  
    font-size: 16px;
}

.imgDoc{
    width: 40px; 
    height: 40px; 
    margin-right: 10px;
}

.DesDocBox {
    margin-left: 10px;
    width: 20px; 
    height: 20px;
}

/* XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX */


@media only screen and (max-width: 375px) {
    #chat-bot-topBar {
        width: calc(100% - 100px) !important;
    }
}


@media only screen and (min-width: 769px) {
    #body{
        font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
        font-size: 14px;
        line-height: 16px;
        width: 100%;
        height: 100%;
        display: flex;
        overflow: hidden;
        background-color: black;
    }

    #chat-bot-areaMessages form{
        width: 320px;
        margin-left: 50px;
    }
    
    #chat-bot-areaMessages form div{
        width: 300px;
    }
    
    .chat-bot-marginTop20 > div{
        margin-top: 20px;
    }

    .flex8{
        flex: 8;
        text-align: center;
        align-items: center;
        justify-content: center;
    }

    .messageUser{
        width: auto;
        min-width: 20%;
        max-width: 70%;
        height: auto;
        padding: 3%;
        background: rgb(2,52,171);
        background: linear-gradient(90deg, rgba(2,52,171,1) 0%, rgba(34,87,255,1) 0%, rgba(2,52,171,1) 100%);
        color: white;
        text-align: left;
        margin: 5px;
        margin-left: 30%;
        border-radius: 20px;
        float: right;
        display: block;
    }

    .messageBot{
        width: auto;
        max-width: 80%;
        height: auto;
        padding: 3%;
        background-color: #253355;
        color: white;
        text-align: left;
        margin: 5px;
        margin-right: 20%;
        border-radius: 20px;
        float: left;
        display: block;
    }

    .button{
        width: 250px;
        height: auto;
        display: block;
        padding: 10px;
        margin: 5px;
        margin-left: 30px;
        margin-right: 30px;
        cursor: pointer;
        font-weight: bold;
        transition: all 0.3s;
        border: none;
        border-radius: 50px;
        display: inline-block;
        transition: all 0.3s;
    }

    .containerMenu{
        width: 340px;
        height: auto;
        text-align: center;
    }

    #sendMessageChat{
        width: 40px;
        height: auto;
        float: right;
        padding-bottom: 7px;
        padding-top: -4px;
        margin-left: 5px;
        cursor: pointer;
        margin-right: 50px;
    }

    .bgWhite{
        width: 90%;
        background-color: white;
        display: inline-block;
        margin-top: 20px;
        border-top-left-radius: 20px;
        border-top-right-radius: 20px;
    }
    
    .bgWhite2{
        width: 90%;
        background-color: white;
        display: inline-block;
        border-bottom-left-radius: 20px;
        border-bottom-right-radius: 20px;
    }

    #areaMessages{
        width: 90%;
        display: inline-block;
        padding-left: 5%;
        padding-right: 5%;
        padding-top: 20px;
        padding-bottom: 20px;
        background-color: white;
        border-radius: 10px;
        overflow: auto;
    }

    .tableChat tr:first-child td{
        min-width: 100px;
        background-color:  #253355;
        color: white;
        font-weight: bold;
        text-align: center;
        text-transform: uppercase;
        border:none;
        padding: 10px;
        padding-top: 15px;
    }

    #chat-bot-windowChat{
        width: calc(100% - 60px);
        max-width: 482px;
        height: calc(100% - 60px);
        max-height: 929px;
        transition: all 0.3s;
        position: unset;
    }

    #chat-bot-windowChat-register{
        height: 600px;
        left: 50px;
    }
    
    .inputForm{
        width: 100%;
    }
    
    .select2 .select2-container .select2-container--default .select2-container--focus, .select2{
        width: 300px !important;
    }
    
    .labelCheck{
        width: auto;
        margin-left: auto;
        color: black;
        margin-bottom: auto;
        margin-top: auto; 
        font-weight: normal;
        display: inline;
    }
}



/* XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX */

.emojionearea {
    border: none;
    background-color: transparent;
    border-color: transparent;
    box-shadow: none;
}

.emojionearea.focused{
    border-color: transparent !important;
    box-shadow: none !important;
}

.emojionearea .emojionearea-button>div, .emojionearea .emojionearea-picker .emojionearea-wrapper:after, .emojionearea .emojionearea-button>div, .emojionearea .emojionearea-picker .emojionearea-wrapper:after {
    background-image: url('../images/website/icon-emoticon.svg') !important;
    background-repeat: no-repeat !important;
    background-size: 100% auto !important;
    background-position: center center !important;
}
.emojionearea.emojionearea-inline {
   
    background-color:transparent;
    padding-top: -20px;
    border:none !important;
    outline:none !important;
    box-shadow: none !important;
  }
.message-footer{
    display:flex;
    background-color: transparent;
    padding:0px;
    justify-content:space-between;
    align-items: center;
    border:none !important;
    outline:none !important;
    z-index:999;
    text-align: left;
    width: 100%;
    gap: 5px;
}

.message-footer-center{
    justify-content: center;
}
/*
.message-footer-center textarea, .message-footer-center div{
    height: 30px;
}
*/
.message-footer-center{
    background-color: transparent !important;
    flex:1;
}
.message-footer-center input{
    width:90%;
    outline:none;
    flex:1;
    border-radius:20px;
    border:none;
}
.message-footer-right{
 margin-left:10px;
 cursor:pointer;
}

#AIGlobe{
    position: absolute;
    background-color: white;
    border-radius: 8px;
    box-sizing: border-box;
    padding: 14px;
    display: none;
    background: radial-gradient(circle at 100% 100%, #ffffff 0, #ffffff 6px, transparent 6px) 0% 0%/8px 8px no-repeat,
            radial-gradient(circle at 0 100%, #ffffff 0, #ffffff 6px, transparent 6px) 100% 0%/8px 8px no-repeat,
            radial-gradient(circle at 100% 0, #ffffff 0, #ffffff 6px, transparent 6px) 0% 100%/8px 8px no-repeat,
            radial-gradient(circle at 0 0, #ffffff 0, #ffffff 6px, transparent 6px) 100% 100%/8px 8px no-repeat,
            linear-gradient(#ffffff, #ffffff) 50% 50%/calc(100% - 4px) calc(100% - 16px) no-repeat,
            linear-gradient(#ffffff, #ffffff) 50% 50%/calc(100% - 16px) calc(100% - 4px) no-repeat,
            linear-gradient(90deg, #d108b1 0%, #9108b4 100%);
box-sizing: border-box;
}

.textMiniChatBot{
    color: #5E5E5E;
    font-size: 12px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.AITitle{
    color: #412982;
    font-size: 18px;
    font-weight: 500;
}

#AIAnswer{
    font-size: 14px;
    cursor: pointer;
    margin-top: 12px;
    color: #50545E;
}

#AIClose{
    cursor: pointer;
    float: right;
}

@media (max-width: 700px){
    body{
        padding: 0px;
        display: flex;
        flex-direction: column;
        background-color: var(--color-white);
    }

    .boxItemsRoot{
        margin: 0px;
    }

    #chatsBar{
        height: 20%;
        width: 100%;
        order: 1;
        flex: unset;
    }

    #infoBar{
        height: 10%;
        width: 100%;
        order: 2;
        flex: unset;
    }

    .btnInfoCliente{
        display: flex;
    }

    .divInfoCliente{
        display: none;
    }

    #btnCloseInfo{
        display: block;
        position: absolute;
        right: 6px;
        top: 6px;
        cursor: pointer;
    }

    .itemChatUser{
        width: auto;
        min-width: 164px;
    }

    .casosColor{
        height: 30%;
    }

    .carouselChatsUser{
        height: 70%;
    }

    .carouselDiv{
        width: auto;
    }

    #chatBar{
        height: 60%;
        width: 100%;
        order: 3;
        border-radius: 0px;
    }

    #boxInterTop{
        height: 15%;
        border-radius: 0px;
    }

    #boxInterBottom{
        height: 85%;
        margin-top: 0px;
        border-radius: 0px;
        padding: 18px;
    }

    #containerChat{
        height: calc(100% - 35px);
    }

    #textBar{
        height: 35px;
        width: 100%;
        padding: 0px;
    }

    .message-footer{
        width: 100%;
    }

    .message-footer-center textarea, .message-footer-center div{
        height: 32px;
    }

    .emojionearea .emojionearea-editor{
        font-size: 11px;
        padding: 9px 24px 9px 0px;
    }

    .emojionearea .emojionearea-picker.emojionearea-picker-position-top{
        right: -40px;
    }

    #textBar img{
        height: 20px;
        width: 20px;
    }
    
    #menuBar{
        height: 10%;
        width: 100%;
        max-width: none;
        order: 4;
    }

    #containerChatsUser{
        display: flex;
        flex-direction: row;
        width: auto;
    }
}