* {
  margin: 0;
  padding: 0;
  outline: none;
  font-family: 'Recursive', sans-serif;
  box-sizing: border-box;
}
img {
  -webkit-user-drag: none;
  -khtml-user-drag: none;
  -moz-user-drag: none;
  -o-user-drag: none;
  user-drag: none;
  max-width: 100%;
}
body,
html {
  width: 100%;
  height: 100%;
  
}
.logo {
  height: 32px;
}
.nameLogeed {
  margin-bottom: -9px;
}

body {
  display: none;
}
body.loaded {
  display: block;
}
.collapse-2-lines {
  line-height: 1.5em;
  height: 3em;     
  overflow: hidden;
}
.img-left-card {
  height: 180px;
  width: 180px;
  background-size: cover;
  background-position: center;
  border-radius: 10px;
  margin-right: 15px;
}
.badge-progress {
  width: 212px;
  background: white;
  border: 1px solid rgba(0,0,0,.125);
  border-radius: 8px;
  padding: 5px;
  position: absolute;
  margin-top: -26px;
}
#player {
  width: 100%;
  height: 440px;
}
.bd-gray {
  background-color: rgba(0,0,0,0.1) !important;
}
.alert-title {
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
.card-cleint {
  cursor: pointer;
}
.card-cleint:hover {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
.bg-light-primary {
  background-color: #eef4fc;
}
.bg-light-warning {
  background-color: #fdfaf1;
}
.bg-light-success {
  background-color: #f5fffa;
}
.bg-light-danger {
  background-color: #fff5f5;
}
.bg-light-info {
  background-color: #ebfbff;
}
.cursor-pointer {
  cursor: pointer;
}
#chat-content {
  overflow: auto;
}