/* custom css */

body{
    font-family: Poppins;
}

.form-group{
  margin-bottom: 3px;
}

.error{
  font-size: small;
  color: red;
  font-style: italic;
}

.livestamp{
  font-size: small;
  color: goldenrod;  
  font-style: italic;
}

.modal-header{
  border-bottom: none;
}
.modal-footer{
  border-top: none;
}

#particles-js{
  width: 100%;
  height: 100%;
  
  background-image: url('');
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  position: fixed;
  z-index: -10;
  
}

.input-inline{
  margin-left: -20px;
}

/* Allow text copy in tables */
table, 
table * {
  user-select: text !important;
  -webkit-user-select: text !important;
  -moz-user-select: text !important;
}
