/* chat/static/style.css */
#chat-container {
    width: 300px;
    height: 400px;
    border: 1px solid black;
    overflow: auto;
    margin-bottom: 10px;
}

#message-input {
    width: 240px;
}

.text-secondary {
  color:black !important;
}

.card-profile .card-image:after {
  background:rgba(0,0,0,0.2) !important;
}
/*
.card-profile .card-image-calc:after {
  border-top-right-radius:50px !important;
  border-top-left-radius:50px !important;
}*/
@media (max-width:767px) {
  .rating-picture-div {
    height:auto !important;
    max-height:500px !important;
  }
}
html, body, .overflow-wrapper {
    position:relative;
    overflow-x: hidden !important;
    max-width:100% !important;
}

.progress-bar {
  transition: width 14s;
}

.error-location {
  z-index:100000000000000;
}
.alert-with-icon {
  z-index:100000000000000;
}
