html {
  font-size: 14px;

}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

 
html {
  position: relative;
  min-height: 100%;
}

body {
  font-family: 'Roboto', sans-serif;
}

.main 
{
  min-height: 80vh; 
}

.marginbottom10
{
  margin-bottom: 10px;
}

.content 
{
  width: 100% ;
  margin: 5px;
}

.me 
{
  border-color: #77b457;  border-width: thin ;
  background-color: #77b457;

  color:white ;
  border-style:solid;
  border-radius: 5px;
  padding: 10px;
   
  margin-left: 35%;
  margin-bottom: 10px;
}

.assistant
{  
  color:white;
  border-color: #0d6efd;
  background-color: #0d6efd;
  border-width: thin ;
  border-radius: 5px;
  border-style:solid;
  padding:10px;
  text-align: left;
  
  margin-right: 35%;
  margin-bottom: 5px;
}


/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

/* a {
  color: #0077cc;
}

.btn-primary {
  color: #fff;
  background-color: #FFC0CB;
  border-color: #FFC0CB;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #FFC0CB;
  border-color: #FFC0CB;
} */

.border-top {
  border-top: 1px solid #e5e5e5;
}
.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
  font-size: 1rem;
  line-height: inherit;
}

.footer {
  /* position: absolute; */
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 35px;
}

.bubble
{
  font-size: x-small;
  background-color: white;
  border: thin solid gray;
  border-radius: 5px;;
  margin: 2px;
  padding: 10px;
  display: inline-block;
  }


.bot 
{
    margin: 5px;
    padding: 10px;
    background-color: whitesmoke;
}
