#chat-room {
  height: 90%;
  position: relative;
}

#chat-room .reply-form {
  display: none;
}

.highlighed {
  background-color: var(--secondary-color);
  color: color-contrast(var(--secondary-color) vs white, black);
}

.show-reply-input {
  display: flex !important;
  align-items: stretch;
}

#nextGame-modal-popup .chat-header .top {
  flex-flow: wrap;
  justify-content: center;
}

#chat-input {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  line-height: normal;
  height: 40px;
  overflow: hidden;
  font-weight: bold;
  font-family: "Bebas Neue Bold" !important;
}

.comment_reply {
  padding: 0 15px;
}

.chat-header .top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.chat-header .top p {
  margin: 0;
  padding: 0;
  line-height: normal;
  font-size: 16px !important;
}

#comments #send-message {
  background-color: transparent !important;
  color: var(--primary-color) !important;
  border: none !important;
  outline: none;
}

#send-message sgv {
  fill: var(--secondary-color);
}

.comment-label {
  font-size: 15px;
  margin: 0;
}

#chat-room select:focus,
.chat-header .comment-filters {
  outline: none;
}

.comment-filters {
  font-size: 15px !important;
  font-family: "Bebas Neue Bold";
  font-weight: bold;
  padding: 0 15px !important;
  line-height: normal;
}

.message-count {
  display: inline-block;
  font-size: inherit;
  margin-left: 2px;
}

#game-chats-listbox {
  font-size: 16px !important;
}
#game-chats-listbox:focus-visible {
  outline: none;
}

#chat-room .controls {
  position: absolute;
  width: 100%;
  bottom: 45px;
}

#comments .controls {
  margin-bottom: 10px;
}

#chat-messages {
  text-align: left;
  padding-bottom: 35px;
  overflow-y: visible;
}

#chat-messages .message {
  font-size: 16px;
  margin: 0;
  width: 100%;
  padding-left: 27px;
}

#chat-messages .in-reply-to {
  padding-left: 30px;
}

#chat-messages .in-reply-to .comment-btns {
  margin-top: 0;
}

#chat-messages .username {
  font-weight: 900;
  font-family: "Bebas Neue Bold" !important;
  margin-top: 5px;
  margin-bottom: 3px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#chat-messages .username .inline-block {
  font-size: 15px !important;
}

#chat-messages .avatar {
  height: 20px;
  width: 20px;
  object-fit: contain;
  border-radius: 3px;
  vertical-align: middle;
  margin-right: 5px;
}

#chat-messages .time {
  margin-left: 10px;
  display: inline-block;
  font-weight: 400;
  color: #211f1f;
  font-size: 16px;
  
}

#chat-messages .comment {
  width: 100%;
}

#chat-messages .comment > div {
  width: 100%;
  justify-content: space-between;
}

.in-reply-to > div {
  justify-content: space-between;
  align-items: center;
}

#chat-messages .comment {
  color: var(--primary-color);
}

#chat-messages {
  text-align: left;
  overflow-y: auto;
  overflow-x: hidden;
}

.inline-flex {
  display: inline-flex;
}

.message_replies {
  padding-left: 5px;
  margin-left: 7px;
  position: relative;
}

.message_replies .text {
  margin-top: 5px;
}

#chat-messages .comment-btns div[class*="-btn"] {
  cursor: pointer;
  font-size: 16px;
  font-weight: bold !important;
  display: flex;
  align-items: center;
}

#chat-messages .reply-username,
#chat-messages .username .inline-block {
  font-weight: bold;
}

.reply-form input[type="text"] {
  padding: 0 10px;
  height: 30px;
}

.reply-form input::placeholder,
.reply-form ::-webkit-input-placeholder {
  font-family: "Bebas Neue Bold" !important;
  padding-left: 15px;
  font-size: 12px !important;
  font-weight: bold;
}

.message_replies:after {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
}

.message_replies .hyphen {
  width: 12px;
  margin-right: 5px;
  display: none;
}

#chat-messages .comment iframe {
  height: 218px;
  border-radius: 10px;
  width: 100%;
}

#chat-messages .reply-input {
  display: none;
}

.chat-header > .flex {
  width: 100%;
  justify-content: space-between;
  align-items: center;
}

.line-height-normal {
  line-height: normal !important;
}

#chat-messages .reply-icon,
#chat-messages .icon {
  height: 16px;
  width: 15px;
  fill: none;
  margin-right: 5px;
  vertical-align: middle;
  position: relative;
  top: -3px;
}

#chat-messages .reply-username {
  font-size: 16px;
}

#chat-messages .reply-username .inline-flex {
  line-height: normal;
}

.gap-10px {
  gap: 10px;
}

.gap-30px {
  gap: 30px;
}

.comment-btns {
  font-family: "Helvetica";
  margin-left: 15px;
  justify-content: space-between;
}

.comment-btns .share-btn {
  position: relative;
  cursor: pointer;
}

.shared-comment-link {
  display: none;
  background-color: #fff;
  position: absolute;
  top: 100%;
  font-size: 12px;
  padding: 5px 6px;
  box-shadow: 1px 1px 5px 2px #ccc;
}

.comment-btns .social-share {
  display: flex;
  gap: 10px;
  align-items: center;
}

.shared-comment-link svg {
  width: 15px;
}

.shared-comment-link {
  z-index: 100;
}

.comment-btns .social-share a {
  color: var(--primary-color);
  font-size: 14px;
}

.parent_comment_reply > .comment-btns {
  margin-top: 3px;
}

.message-reply .comment-btns {
  margin-top: 7px;
  justify-content: space-between;
}

.comment-btns span.shared-comment-link {
  font-size: 14px;
}

.comment-btns .shared-comment-link svg {
  width: 20px;
  vertical-align: middle;
  margin-top: -2px;
}

.emoji-dropdown-container {
  display: inline-block;
}
.emoji-dropdown-toggle {
  font-size: 24px;
  padding: 10px;
  background: none;
  border: none;
  cursor: pointer;
  height: 100%;
  background-color: transparent !important;
}
.emoji-dropdown-list {
  display: none;
  position: absolute;
  background-color: #fff;
  border: 1px solid #ccc;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
  padding: 10px;
  max-height: 200px;
  overflow-y: auto;
  z-index: 1;
  width: 100%;
  left: 0;
  top: -200px;
}
.emoji-category {
  margin-bottom: 10px;
}
.emoji-category h4 {
  font-size: 14px;
  margin: 5px 0;
}
.emoji {
  display: inline-block;
  font-size: 20px;
  padding: 5px;
  cursor: pointer;
}
.emoji:hover {
  background-color: #eee;
  border-radius: 5px;
}

.full-width {
  width: 100%;
  position: relative;
}

#nextGame-modal-popup #chat-messages {
  height: 556px;
}

.imgdropdown {
  position: relative;
  display: inline-block;
  background-color: #fff;
  color: var(--primary-color);
  white-space: nowrap;
}

.dropdown-button li {
  list-style: none;
  display: flex;
  align-items: center;
}

.imgdropdown ul {
  list-style: none;
}

.imgdropdown .dropdown-options {
  overflow-y: auto;
  height: 250px;
}

.dropdown-button {
  background-color: #fff !important;
  border: 0;
  padding: 0 10px;
  cursor: pointer;
  color: var(--primary-color);
  font-family: "Bebas Neue Bold";
  font-weight: bold;
  font-size: 16px;
  margin-top: 1px;
  display: flex;
  align-items: center;
  outline: none;
}

.dropdown-options {
  display: none;
  position: absolute;
  background-color: #fff;
  border: 1px solid #ccc;
  list-style: none;
  margin: 0;
  padding: 0;
  width: max-content;
  z-index: 10000;
}

.dropdown-options li {
  padding: 0 10px;
  cursor: pointer;
  display: flex;
  align-items: center;
  font-family: "Bebas Neue Bold";
  font-weight: bold;
}

.game-schedule-dropdown span.icon {
  width: 100%;
  height: 100%;
  display: inline-flex;
  padding: 3px;
  margin-top: -3px;
  align-items: center;
}

.game-schedule-dropdown li {
  font-size: 16px;
  font-weight:bold ;
}

.game-schedule-dropdown .score-txt {
  width: 27px;
  margin-left: 10px;
  text-align: center;
}

.team-score .dropdown-options li {
  font-size: 16px;
}

.game-schedule-dropdown span.vs {
  margin: 0 10px;
}

.game-schedule-dropdown .date-txt {
  display: inline-block;
  margin-right: 15px;
  position: relative;
  font-family: "Bebas Neue Bold" !important;
  line-height: 17px;
}

.dropdown-button:focus-visible {
  outline: none;
}

.dropdown-options li img,
.dropdown-button img {
  width: 42px;
  height: 42px;
  vertical-align: middle;
  object-fit: fill;
}

.dropdown-options li:hover {
  background-color: #f0f0f0;
}

.imgdropdown .dropdown-button:after {
font-family: "Font Awesome 6 Free" !important;
    content: "\f078";
    font-size: 14px;
    padding-left: 5px;
    font-weight: 700;
    color: var(--primary-color);
    margin-top: -5px;
}

.chat-header .top {
  flex-flow: wrap;
}

@media only screen and (max-width: 600px) {
  #chat-messages .comment > div {
    flex-wrap: wrap;
  }
}
