.body {
  background-color: #f3f2ef;
}

.row {
  display: flex;
  justify-content: space-between;
}

.card {
  margin-right: -20px;
}

.col-md-12 {
  min-height: 200px;
  overflow: hidden;
}

.mediatext {
  margin-left: 5px;
}

#leftPanel,
#leftPanel2 {
  margin-left: -15px;
}

button {
  color: white;
  padding: 12px 24px;
  font-size: 10px;
  border: none;

  cursor: pointer;
  text-align: start;
  transition: background-color 0.3s ease, transform 0.2s ease;

  background-color: #fcfcfc;
  transform: scale(1.05);

  outline: none;
}

.image {
  margin-right: 50px;
}

.menutext {
  font-size: 0.75rem;
  font-family: Arial, Helvetica, sans-serif;
  color: gray;
  margin-top: 3px;
  font-weight: lighter;
}

.navbar-nav,
.nav-item,
.nav-link {
  text-align: center;
  padding: 0;
}

.menutext:hover {
  color: black;
}

i {
  color: gray;
  margin-top: 5px;
}

i:hover {
  color: black;
}

li {
  font-size: 10px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-weight: bold;
}

button.mediatext {
  color: #5f5f5f;
}

button.mediatext:hover {
  color: #5f5f5f;
}

.mediatext {
  font-size: 15px;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
  color: #5f5f5f;
}

div.card {
  border-radius: 10px;
}

.header {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: bolder;
}

.navbarbg {
  height: 55px;
  background-color: white;
}

input.content {
  border-radius: 40px;
  height: 45px;
}

.view {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen,
    Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-size: 12px;
  font-weight: bold;
  color: #5f5f5f;
}

.categories {
  font-size: 13px;
  font-weight: bold;
  color: #0a66c2;
}

li {
  font-size: 14px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen,
    Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-weight: bold;
}

.link {
  font-size: 12px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen,
    Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  color: #5f5f5f;
}

button.ref {
  color: white;
}

button.ref:hover {
  color: #5f5f5f;
}

.postphoto {
  border-radius: 50%;
  width: 50px;
  height: 50px;
}

.posttext {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen,
    Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-weight: bold;
  font-size: 14px;
  margin-left: 8px;
}

.navbar {
  background-color: #ffffff;
  border-bottom: 1px solid #ddd;
  height: 60px;
}

.navbar-brand i {
  color: #0a66c2;
  font-size: 2.4rem;
  margin-left: 80px;
}

.form-inline {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.form-control {
  width: 250px;
}

@media (max-width: 768px) {
  .navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  form {
    display: flex;

    padding-right: 18rem;

    max-width: 40px;
  }

  .navbar-brand {
    margin-left: -3rem;
  }
}
