col-content {
  overflow-y: unset;
  overflow-x: unset;
  height: 100vh;
}

#context-menu {
  color: #f23f42;
  visibility: hidden;
  background-color: #060415;
  width: 188px;
  min-height: 240px;
  padding: .8em .6em;
  font-family: Microsoft YaHei New, 微软雅黑, Microsoft Yahei, Microsoft JhengHei, 宋体, Noto Sans, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 1.3rem;
  position: fixed;
  box-shadow: 0 0 20px #25282a38;
}

.item {
  box-sizing: border-box;
  cursor: pointer;
  border-radius: 2px;
  margin: 2px 0;
  padding: .3em 1.2em;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
}

.item:hover {
  color: #fff;
  background-color: #f23f42;
}

.msg_option_recall {
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
}

.simple-time {
  color: #61666d;
  font-size: 12px;
}

#nav-searchform {
  z-index: 1;
  opacity: .9;
  background-color: #000;
  border: 1px solid #000;
  border-radius: 4px;
  align-items: center;
  padding: 0 4px 0 32px;
  transition: background-color .3s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.nav-search-content {
  border: 2px solid #0000;
  border-radius: 6px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 32px;
  padding: 0 8px 0 0;
  display: flex;
  position: relative;
}

.nav-search-content .nav-search-input {
  box-shadow: none;
  color: #61666d;
  background-color: #0000;
  border: none;
  flex: 1;
  padding-right: 8px;
  font-size: 14px;
  line-height: 20px;
  overflow: hidden;
}

.nav-search-content .nav-search-input:focus {
  color: #61666d;
  outline: none;
}

.nav-search-btn {
  color: #8a8a8a;
  cursor: pointer;
  border: none;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  margin: 0;
  padding: 0;
  line-height: 32px;
  transition: background-color .3s;
  display: flex;
  position: absolute;
  top: 1px;
  left: 4px;
}

.nav-title {
  align-items: center;
  margin-right: 10px;
  display: flex;
}

.nav-find-new-friend-btn {
  color: #6495ed;
  background-color: #000;
  border: none;
  margin-left: 10px;
  padding: .15rem .5rem;
  font-size: 18px;
}

.nav-find-new-friend-btn:hover {
  color: #ff6464;
}

.room-msg-header {
  display: none;
}

@media (width >= 1400px) {
  .room-msg-header {
    color: #757a81;
    border-bottom: 1px solid #efeff01c;
    height: 48px;
    padding: 1rem;
    font-size: 14px;
    font-weight: 500;
    display: block;
  }

  .room-msg-container {
    height: calc(100% - 166px);
  }
}

@media (width >= 768px) and (width <= 1399.98px) {
  .event-date {
    padding-top: 1rem;
    padding-left: 1rem;
  }

  .content-wrapper {
    height: calc(100% - 56px);
  }
}

@media (width <= 576px) {
  col-content header {
    height: 72px;
  }

  .content-wrapper {
    height: calc(100% - 72px);
  }

  .room-msg-container {
    height: calc(100% - 222px);
  }

  .chat-input-wrapper {
    height: 222px;
    position: relative;
  }

  .event-date {
    padding-top: 1rem;
    padding-left: 1rem;
  }
}

.modal-content {
  background-color: #fff;
}

.content-wrapper {
  scrollbar-width: none;
  overflow: auto;
}

.content-wrapper::-webkit-scrollbar {
  display: none;
}

.invit-outer button, .invit-outer button:hover {
  color: #fff9;
  background-color: #0000;
  border: none;
  outline: none;
}

.invit-outer i {
  font-size: 24px;
}

#inviteModal .modal-content {
  color: #61666d;
  word-spacing: .5px;
  background-color: #1a1a1a;
  border-radius: 10px;
  max-height: 500px;
  box-shadow: 0 0 10px #6d757a;
}

#inviteModal .modal-header {
  border-color: #2f2f2f;
}

#inviteModal .modal-footer {
  background-color: #4e50584d;
  border: none;
}

#inviteModal .btn-close {
  color: #fff;
  box-shadow: none;
  --bs-btn-close-bg: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20fill%3D%22%23fff%22%20class%3D%22bi%20bi-x-circle%22%20viewBox%3D%220%200%2016%2016%22%3E%3Cpath%20d%3D%22M8%2015A7%207%200%201%201%208%201a7%207%200%200%201%200%2014m0%201A8%208%200%201%200%208%200a8%208%200%200%200%200%2016%22%2F%3E%3Cpath%20d%3D%22M4.646%204.646a.5.5%200%200%201%20.708%200L8%207.293l2.646-2.647a.5.5%200%200%201%20.708.708L8.707%208l2.647%202.646a.5.5%200%200%201-.708.708L8%208.707l-2.646%202.647a.5.5%200%200%201-.708-.708L7.293%208%204.646%205.354a.5.5%200%200%201%200-.708%22%2F%3E%3C%2Fsvg%3E");
  background-color: #343434;
  border: none;
  border-radius: 50%;
  outline: none;
  width: 32px;
  height: 32px;
  padding: 0;
}

#inviteModal .list-group {
  --bs-list-group-bg: transparent;
  --bs-list-group-color: #b5bac1;
  --bs-list-group-border-color: transparent;
}

#inviteModal .list-group .list-group-item {
  background-color: #2e2e2e9d;
  border-radius: 5px;
  margin-bottom: 4px;
}

#inviteModal .list-group .list-group-item:hover {
  background-color: #343434;
}

#inviteModal .form-check-input:checked {
  background-color: #248045;
  border-color: #248045;
}

#inviteModal .form-check-input {
  outline: unset;
  box-shadow: none;
  background-color: #0000;
  border-width: 3px;
}

.friend-avatar-tiny-container {
  align-items: center;
  width: 32px;
  height: 32px;
  padding: 0;
  display: flex;
}

.friend-avatar-wrapper, .friend-avatar-tiny {
  border-radius: 2px;
  width: 32px;
  height: 32px;
  position: relative;
}

.friend-avatar-tiny {
  object-fit: cover;
}

.nav-link .link-title {
  font-size: 14px;
  font-weight: 400;
}
