html {
  font-size: 14px;
}

@media (min-width: 768px) {
    .container {
        max-width: 1200px;
    }
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

.chatbar {
    border: 5px solid #373b3e;
    height: 550px;
    overflow-y: auto;
    border-radius: 15px;
}

#showChat {
    width: fit-content;
    position: absolute;
}

.messageItem {
    word-break: break-word;
    text-align: left;
}

.discussion {
    padding: 0;
    margin: 0;
}

#discussion {
    list-style: none;
}

#chatBar {
    background-color: white;
}

.nav-item:hover {
    color: white;
}

/*User Profile CSS starts here*/

.profile {
    float: left;
    width: 65%;
    border: 1px solid black;
}

#profileimg {
    width: 200px;
    float: left;
    margin: 20px;
}

.profileimg {
    width: 200px;

}

.editimg {
    width: 200px;
}

.info {
    margin: 20px;
}

.profilecontainer {
    float: right;
    width: 30%;
}

.profilebio {
    border: 1px solid black;
    margin-bottom: 10px;
}

.calendar, .profile, .profilebio {
    background-color: lightblue;
}

/*User Profile CSS ends here*/