.open-button {
    background-color: #fd7e14;
    color: white;
    border: none;
    cursor: pointer;
    position: fixed;
    padding: 20px;
    bottom: 23px;
    right: 28px;
    border-radius: 100px;
    outline: none;
}

.open-button:focus {
    outline: 0 !important;
}

/* The popup chat - hidden by default */
.login_form {
    display: none;
    position: fixed;
    bottom: 17px;
    right: 15px;
    z-index: 9;
}

.chat_form {
    display: none;
    position: fixed;
    bottom: 17px;
    right: 15px;
    z-index: 9;
}

.join_div {
    width: 380px;
    height: 480px;
    border-radius: 10px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    background-color: white;
    padding:  0 15px 15px 15px;
}

.chat_div {
    width: 350px;
    height: 480px;
    border-radius: 10px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    background-color: white;
    padding:  0 15px 15px 15px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.chat_body {
    padding: 0 20px 0 20px;
}

.chat_image {
    width: 90%;
    padding: 10%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.chat_close {
    padding-right: 10px;
    height: 50px;
    border-radius: 10px 10px 0 0;
    background: #fd7e14;
}

.close {
    padding-top: 5px;
    display:flex;
    justify-content: flex-end;
    color: white;
}

.h-custom {
    height: calc(100% - 73px);
}
@media (max-width: 450px) {
    .h-custom {
        height: 100%;
    }
}

.error_msg {
    color: red;
}

.empty_error{
    display: none;
}

.number_error{
    display: none;
}

.chat_input{
    padding: 10px 20px 5px 20px !important;
    box-shadow: 0 -5px 10px -5px rgba(115,115,115,0.75);
    display: none;
}

.input_msg{
    outline: none !important;
    border: none !important;
    width: 90%;
}

.input_msg:focus{
    outline: none !important;
    border: none !important;
}

.welcome{
    color: white;
}

.chat_name{
    color: white;
    padding-top: 10px;
}

.login_time{
    color: white;
    font-size: 13px;
}

.chat_area{
    height: 340px;
    max-height: 340px;
    overflow-y: scroll;
}

.chat_area::-webkit-scrollbar {
    display: none;
}

.chat_area {
    -ms-overflow-style: none;
}

.receive_message{
    width: 70%;
    background-color: #fd7e14;
    font-size: 13px;
    float: left;
    padding: 10px;
    color: white;
    border-radius: 0 10px 10px 10px;
    margin-bottom: 8px;
}

.error_receiver{
    width: 100%;
    background-color: #CFD8DC;
    font-size: 16px;
    padding: 10px;
    color: red;
    border-radius: 10px;
    text-align: center;
}

.send_message{
    width: 70%;
    background-color: #B0BEC5;
    font-size: 13px;
    float: right;
    padding: 10px;
    color: black;
    border-radius: 10px 10px 0 10px;
    margin-bottom: 8px;
}

.message_time{
    margin: 0 !important;
    padding: 0 !important;
    float: right;
}

.drop_item{
    margin-left: 5px;
}

/* new css for web_chat_auto ===================================*/

.select_your_language{
    width: 70%;
    background-color: #fd7e14;
    font-size: 13px;
    float: left;
    padding: 10px;
    color: white;
    border-radius: 0 10px 10px 10px;
    margin-bottom: 8px;
    display: none;
}

.lvl_one_question{
    
    font-size:11px !important;
    max-width: 100% !important;
    padding: 5px !important;
    margin-right: 2px !important;
    /* inline-size: 150px !important; */
    overflow-wrap: break-word !important;
    white-space: normal !important;
    font-weight: 700 !important;
    text-align: left !important;
     
}

.lvl_one_question:hover{

    color: #FFF !important;
}

.lvl_two_question{

    font-size:11px !important;
    max-width: 70% !important;
    padding: 5px !important;
    margin-right: 2px !important;
    /* inline-size: 150px !important; */
    overflow-wrap: break-word !important;
    white-space: normal !important;
    font-weight: 700 !important;
    text-align: left !important;

}

.lvl_two_question:hover{

    color: #FFF !important;
}

.for_btn_line_break{
    margin:0 !important;
}


.send_message_lvl_thr{
   
    height: auto;
    background-color: #333e5a;
    font-size: 13px;
    float: left;
    padding: 10px;
    border-radius: 10px 10px 0 10px;
    margin-bottom: 8px;
   
}

pre {
    width: 96% !important;
    width:fit-content;
    font-family: monospace;
    color: white !important;
    
  } 

  .after_hi_msg_btn{
    
    font-size:11px !important;
    padding:1px 6px 1px 6px !important;
    font-weight: 700 !important;

}

.end_chat_session{
    
    font-size:11px !important;
    padding:1px 6px 1px 6px !important;
    font-weight: 700 !important;
    float: right !important;
    margin-top:11px !important;
    margin-right:6px !important;

    
    /* display:none !important; */

}

.after_hi_div{
    background-color:#333E5A !important;
    height: 35px;
    margin-top: -30px;
}

 
.language_btn{
    font-size:11px !important;
    margin-right: 5px;
    padding:1px 6px 1px 6px !important;
    font-weight: 700 !important;
}

  

.clicked {
    background-color: rgb(238, 171, 144);
  }

  .select_complete_or_not_sin{
    width: 70%;
    background-color: #333e5a;
    font-size: 13px;
    float: left;
    padding: 10px;
    color: white;
    border-radius: 0 10px 10px 10px;
    margin-bottom: 8px;
    display: none;
  }

  .select_complete_or_not_tam{
    width: 70%;
    background-color: #333e5a;
    font-size: 13px;
    float: left;
    padding: 10px;
    color: white;
    border-radius: 0 10px 10px 10px;
    margin-bottom: 8px;
    display: none;
  }
  
  .select_complete_or_not_eng{
    width: 70%;
    background-color: #333e5a;
    font-size: 13px;
    float: left;
    padding: 10px;
    color: white;
    border-radius: 0 10px 10px 10px;
    margin-bottom: 8px;
    display: none;
  }

  .select_complete_btn{
    width: 70%;
    background-color: #333e5a;
    font-size: 13px;
    float: left;
    padding: 10px;
    color: white;
    border-radius: 0 10px 10px 10px;
    margin-bottom: 8px;
    display: none;
  }

  .further_assis_eng{
    width: 70%;
    background-color: #333e5a;
    font-size: 13px;
    float: left;
    padding: 10px;
    color: white;
    border-radius: 0 10px 10px 10px;
    margin-bottom: 8px;
    display: none;
  }

  .further_assis_tam{
    width: 70%;
    background-color: #333e5a;
    font-size: 13px;
    float: left;
    padding: 10px;
    color: white;
    border-radius: 0 10px 10px 10px;
    margin-bottom: 8px;
    display: none;
  }

  .further_assis_sin{
    width: 70%;
    background-color: #333e5a;
    font-size: 13px;
    float: left;
    padding: 10px;
    color: white;
    border-radius: 0 10px 10px 10px;
    margin-bottom: 8px;
    display: none;
  }



