

:root{
    --color-blue--01: #2c3b66;
    --color-skyBlue: #DCE7FF;
    --color-blue--02: #021547;
    --color-grayC: #CFCFCF;
    --color-white: #FFFFFF;
    --color-background: #CFCFCF;
    --color-lightGray: #E4EBF3;
    --color-darkGray: #8E8E8E;
    --color-white: #FFFFFF;
    --color-gray50: #50545E;
    --color-green: #1DFE19;
}


#chat-bot-windowChat-register .title{
    font-size:20px;
    width:100%;
    text-align:center;
}


#chat-bot-windowChat-register label{
    width: 80%;
    margin-left:20px;
    color: #50545E;
    margin-bottom:4px;
    margin-top: 20px;
    font-weight: bold;
    display:inline-block;
    font-size: 14px;
}

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

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

#chat-bot-windowChat-register input[type=number]::-webkit-inner-spin-button { 
    -webkit-appearance: none;
    appearance: none; 
}

/* Firefox */
#chat-bot-windowChat-register input[type=number] {
    -moz-appearance: textfield;
}

#chat-bot-windowChat-register .inputForm{
    padding: 10px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 12px;
    padding-bottom: 12px;
    background-color:#FFD9BF40;
    border: none;
    border-radius: 16px;
    color: black;
    font-size: 14px;
    width: 95%;
    height: auto !important;
}

#chat-bot-windowChat-register select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: transparent;
    border-style: none;
}

#chat-bot-windowChat-register .buttonChat{
    width:calc(322px - 10%);
    padding:0%;
    background-color:#ED6E1E;
    color:white;
    font-weight:bold;
    border:1px solid #ED6E1E;
    border-radius:10px;
    transition: all 0.3s;
    display:inline-block;
    cursor:pointer;
    height: 56px;
}

#chat-bot-windowChat-register .buttonChat:hover{
    /*background-color:white;
    color:var(--color-blue--01);*/
}



#chat-bot-windowChat-register input:checked + .slider {
  background-color: #2196F3;
}

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

#chat-bot-windowChat-register input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}


/* XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX */

#chat-bot-barChatFloat{
    width: 70px;
    height: auto;
    padding: 10px;
    background: transparent;
    color: white;
    text-align: center;
    border-radius: 20px;
    position:fixed;
    bottom: 60px;
    left: 100px;
    z-index: 10;
    font-family: Arial, Helvetica, sans-serif;
    cursor: pointer;
    transition: all 0.3s;
}


#chat-bot-windowChat-register .inputChat{
    width: 90%;
    height: auto;
    padding: 3%;
    border: none;
    border-radius: 50px;
}



#chat-bot-windowChat-register .flex{
    display: flex;
}

#chat-bot-windowChat-register .flexV{
    flex-direction: column;
    display: flex;
}

#chat-bot-windowChat-register .flexH{
    flex-direction: row;
    display: flex;
}

#chat-bot-windowChat-register .flex1{
    flex: 1;
}

#chat-bot-windowChat-register .flex2{
    flex: 2;
}

#chat-bot-windowChat-register .flex3{
    flex: 3;
}

#chat-bot-windowChat-register .flex4{
    flex: 4;
}

#chat-bot-windowChat-register .flex5{
    flex: 5;
}

#chat-bot-windowChat-register .flex6{
    flex: 6;
}

#chat-bot-windowChat-register .flex8{
    flex: 100;
    text-align: center;
    align-items: center;
    justify-content: center;
}

#chat-bot-windowChat-register .flex9{
    flex: 9;
    text-align: center;
    align-items: center;
    justify-content: center;
}

#chat-bot-windowChat-register .flex11{
    flex:11;
    text-align: center;
    align-items: center;
    justify-content: center;
}


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

#formStartChat .select2 .select2-container .select2-container--default .select2-container--focus, #formStartChat .select2{
    width: 100% !important;
}

#formStartChat .select2-container--default .select2-selection--single .select2-selection__arrow b{
    border-color: transparent !important;
    margin-top: 4px !important;
    margin-left: -33px !important;
}

#formStartChat  .select2-container--default .select2-selection--single{
    padding: 5px !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
    padding-top: 6px !important;
    padding-bottom: 6px !important;
    background-color: var(--color-skyBlue) !important;
    border: none !important;
    border-radius: 16px !important;
    color: var(--color-darkGray) !important;
}


#chat-bot-windowChat-register .line{
    width: 80%;
    height: 1px;
    margin-left: 10%;
    margin-top: 10px;
    background-color: var(--color-lightGray);
}



#chat-bot-windowChat-register #chat-bot-windowChat{
    width: calc(100% - 60px);
    max-width: 440px;
    height: calc(100% - 60px);
    display:inline-flex !important;
    padding: 15px 30px 30px 30px;
    background: white;
    border-radius: 30px;
    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;
}

#chat-bot-windowChat-register #chat-bot-topBar{
    background-size: 100% 100%;
    background-position: top;
    background-repeat: no-repeat;
    width:100%;
    height:97px;
    display:block;
    text-align:center;
}

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

  #chat-bot-windowChat-register .chat-bot-line{
    width: 100%;
    height: 2px;
    background-color: #E4EBF3;
    display: block;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
}

#chat-bot-windowChat-register #chat-bot-overflow{
    width: 100%;
    height: calc(100% - 156px);
    overflow-y: auto;
    overflow-x: hidden;
}

#chat-bot-windowChat-register #chat-bot-introMessage{
    font-family: 'Ubuntu';
    font-size: 14px;
    color: #50545E;
    padding-bottom: 20px;
}

#chat-bot-windowChat-register .chat-bot-date{
    font-family: 'Ubuntu';
    font-size: 12px;
    color: #50545E;
    background-color: white;
    padding-left: 10px;
    padding-right: 10px;
    display: inline-block;
    margin-top: -9px;
    position: absolute;
    margin-left: -50px;
    width: 100px;
}

#chat-bot-windowChat-register{
    width: calc(100% - 60px);
    height: calc(100% - 60px);
    display:inline-block !important;
    background: white;
    border-radius: 30px;
    transition: all 0.3s;
    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;
    left: 0px;
    overflow: hidden;
}


#chat-bot-windowChat-register .chat-bot-borderBox{
    width:100%;
    font-size: 14px;
    height: 503px;
    padding-right: 39.5px;
    padding-left: 39.5px;
    display: block;
}



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

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

#chat-bot-windowChat-register .chat-bot-flex1{
    flex:1;
}

#chat-bot-windowChat-register .chat-bot-flex2{
    flex:2;
}

#chat-bot-windowChat-register .chat-bot-flex3{
    flex:3;
}

#chat-bot-windowChat-register .chat-bot-flex4{
    flex:4;
}

#chat-bot-windowChat-register .chat-bot-flex5{
    flex:5;
}

#chat-bot-windowChat-register .chat-bot-flex6{
    flex:6;
}

#chat-bot-windowChat-register .chat-bot-flex7{
    flex:7;
}

#chat-bot-windowChat-register .chat-bot-flex8{
    flex:8;
}

#chat-bot-windowChat-register .chat-bot-flex9{
    flex:9;
}

#chat-bot-windowChat-register .chat-bot-flex10{
    flex:10;
}

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





/* XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX */







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

    #chat-bot-windowChat-register .chat-bot-coontainerNameChat{
        margin-top: 30px !important;
    }

    #chat-bot-windowChat-register .flex8{
        flex: 8;
        text-align: center;
        align-items: center;
        justify-content: center;
    }



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

    #chat-bot-windowChat-register{
        width: 100%;
        height: 600px;
        left: 0px;
    }

@media only screen and (min-width: 482px) {
    #chat-bot-windowChat-register{
        width: 482px;
    }
}

@media only screen and (min-width: 769px) {
    #chat-bot-windowChat-register{
        left: 50px;
    }
}

