@charset "UTF-8";
/* CSS Document */

.form-control-borderless {
    border: none;
}

.form-control-borderless:hover, .form-control-borderless:active, .form-control-borderless:focus {
    border: none;
    outline: none;
    box-shadow: none;
}
.helpButton{
	position: fixed;right: 50px;top: 10px;
	
}
#helper_loader{
	position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
   height: 100%;
    background: rgba(1, 1, 1, 0.4);
	display: none;
}
#helper_feed{  
}
.mebubble

{

   position: relative;
float: right;
   width: 80%;

   height: auto;

   padding: 10px;

   background: #4d8dcd;

   -webkit-border-radius: 10px;

   -moz-border-radius: 10px;

   border-radius: 10px;
	
	color:white;

}



.mebubble:after

{

    content: '';

    position: absolute;

    border-style: solid;

    border-width: 9px 0 9px 21px;

    border-color: transparent #4d8dcd;

    display: block;

    width: 0;

    z-index: 1;
	right: -12px;
    bottom: 0px;

}

.gptbubble

{

   position: relative;

   width: 80%;

   height: auto;

  padding: 10px;

   background: #c2c2c2;

   -webkit-border-radius: 10px;

   -moz-border-radius: 10px;

   border-radius: 10px;

}



.gptbubble:after

{

    content: '';

    position: absolute;

    border-style: solid;

    border-width: 9px 21px 9px 0;

    border-color: transparent #c2c2c2;

    display: block;

    width: 0;

    z-index: 1;

  left: -12px;
    bottom: 0px;

}
.chat_row{
	overflow: hidden;
	    padding: 5px 15px;
}