
@charset "UTF-8";
/*
 * SPDX-FileCopyrightText: 2024-2025 John Livingston <https://www.john-livingston.fr/>
 *
 * SPDX-License-Identifier: AGPL-3.0-only
 */
/*
 * SPDX-FileCopyrightText: 2024-2025 John Livingston <https://www.john-livingston.fr/>
 *
 * SPDX-License-Identifier: AGPL-3.0-only
 */
/*
 Here we are getting some Peertube variables (see _variables.scss in Peertube source code):
 */
/*
 * SPDX-FileCopyrightText: 2024-2025 John Livingston <https://www.john-livingston.fr/>
 *
 * SPDX-License-Identifier: AGPL-3.0-only
 */
/*
 * SPDX-FileCopyrightText: 2024-2025 John Livingston <https://www.john-livingston.fr/>
 *
 * SPDX-License-Identifier: AGPL-3.0-only
 */
.peertube-plugin-livechat-experimental,
.peertube-plugin-livechat-warning {
  color: orange;
}

.peertube-plugin-livechat-error {
  color: red;
}

.peertube-plugin-livechat-error-message {
  /* display an error block (page not found, ...) */
  display: block;
  font-size: 20px;
  padding-top: 50px;
  text-align: center;
  width: 100%;
}

.peertube-plugin-livechat-container .peertube-plugin-livechat-error-message {
  max-width: 30vw;
}

/*
 * SPDX-FileCopyrightText: 2024-2025 John Livingston <https://www.john-livingston.fr/>
 *
 * SPDX-License-Identifier: AGPL-3.0-only
 */
/*
 * SPDX-FileCopyrightText: 2024-2025 John Livingston <https://www.john-livingston.fr/>
 *
 * SPDX-License-Identifier: AGPL-3.0-only
 */
/*
 * SPDX-FileCopyrightText: 2024 Mehdi Benadel <https://mehdibenadel.com>
 * SPDX-FileCopyrightText: 2024-2025 John Livingston <https://www.john-livingston.fr/>
 *
 * SPDX-License-Identifier: AGPL-3.0-only
 */
/* We are disabling stylelint-disable custom-property-pattern so we can use Peertube var without warnings. */
/* stylelint-disable custom-property-pattern */
/*
 * SPDX-FileCopyrightText: 2024-2025 John Livingston <https://www.john-livingston.fr/>
 *
 * SPDX-License-Identifier: AGPL-3.0-only
 */
/*
 * SPDX-FileCopyrightText: 2024 Mehdi Benadel <https://mehdibenadel.com>
 * SPDX-FileCopyrightText: 2024-2025 John Livingston <https://www.john-livingston.fr/>
 *
 * SPDX-License-Identifier: AGPL-3.0-only
 */
/* We are disabling stylelint-disable custom-property-pattern so we can use Peertube var without warnings. */
/* stylelint-disable custom-property-pattern */
/*
 * SPDX-FileCopyrightText: 2024 Mehdi Benadel <https://mehdibenadel.com>
 * SPDX-FileCopyrightText: 2024-2025 John Livingston <https://www.john-livingston.fr/>
 *
 * SPDX-License-Identifier: AGPL-3.0-only
 */
/* We are disabling stylelint-disable custom-property-pattern so we can use Peertube var without warnings. */
/* stylelint-disable custom-property-pattern */
livechat-dynamic-table-form {
  display: block;
  margin-bottom: 3rem;
}
livechat-dynamic-table-form table {
  table-layout: fixed;
  text-align: center;
}
livechat-dynamic-table-form table tr {
  border: 1px var(--bg-secondary-400, var(--greyBackgroundColor)) solid;
}
livechat-dynamic-table-form table td,
livechat-dynamic-table-form table th {
  word-wrap: break-word;
  vertical-align: top;
  padding: 5px 7px;
}
livechat-dynamic-table-form table td:last-child {
  vertical-align: middle;
  min-width: 28px;
}
livechat-dynamic-table-form table td:last-child > input:not([type=checkbox]),
livechat-dynamic-table-form table td:last-child textarea {
  min-width: 150px;
}
livechat-dynamic-table-form table tbody tr:nth-child(odd) {
  background-color: var(--bg-secondary-300, var(--greySecondaryBackgroundColor));
}
livechat-dynamic-table-form table .livechat-dynamic-table-form-description-header {
  font-size: small;
  font-weight: lighter;
}
livechat-dynamic-table-form .dynamic-table-add-row-cell {
  text-align: left;
}
livechat-dynamic-table-form .dynamic-table-add-row {
  line-height: 19px;
  padding: 4px;
  border: 0;
  font-weight: 600;
  border-radius: 3px !important;
  text-align: center;
  cursor: pointer;
  font-size: 15px;
  background-color: var(--bs-green);
}
livechat-dynamic-table-form .dynamic-table-add-row, livechat-dynamic-table-form .dynamic-table-add-row:active, livechat-dynamic-table-form .dynamic-table-add-row:focus {
  color: #fff;
  background-color: rgb(63.7604651163, 228.1953488372, 12.3046511628);
}
livechat-dynamic-table-form .dynamic-table-add-row:focus, livechat-dynamic-table-form .dynamic-table-add-row.focus-visible {
  box-shadow: 0 0 0 0.2rem rgb(113.1674418605, 245.1255813953, 71.8744186047);
}
livechat-dynamic-table-form .dynamic-table-add-row:hover {
  color: #fff;
  background-color: rgb(75.688372093, 242.5162790698, 23.4837209302);
}
livechat-dynamic-table-form .dynamic-table-add-row[disabled], livechat-dynamic-table-form .dynamic-table-add-row.disabled {
  cursor: default;
  color: #fff;
  background-color: var(--input-border-color, var(--inputBorderColor));
}
livechat-dynamic-table-form .dynamic-table-remove-row {
  line-height: 19px;
  padding: 4px;
  border: 0;
  font-weight: 600;
  border-radius: 3px !important;
  text-align: center;
  cursor: pointer;
  font-size: 15px;
  background-color: var(--bs-orange);
}
livechat-dynamic-table-form .dynamic-table-remove-row, livechat-dynamic-table-form .dynamic-table-remove-row:active, livechat-dynamic-table-form .dynamic-table-remove-row:focus {
  color: #fff;
  background-color: var(--primary, var(--mainColor));
}
livechat-dynamic-table-form .dynamic-table-remove-row:focus, livechat-dynamic-table-form .dynamic-table-remove-row.focus-visible {
  box-shadow: 0 0 0 0.2rem var(--mainHoverColor);
}
livechat-dynamic-table-form .dynamic-table-remove-row:hover {
  color: #fff;
  background-color: var(--fg-400, var(--mainHoverColor));
}
livechat-dynamic-table-form .dynamic-table-remove-row[disabled], livechat-dynamic-table-form .dynamic-table-remove-row.disabled {
  cursor: default;
  color: #fff;
  background-color: var(--input-border-color, var(--inputBorderColor));
}

/*
 * SPDX-FileCopyrightText: 2024-2025 John Livingston <https://www.john-livingston.fr/>
 *
 * SPDX-License-Identifier: AGPL-3.0-only
 */
/*
 * SPDX-FileCopyrightText: 2024-2025 John Livingston <https://www.john-livingston.fr/>
 *
 * SPDX-License-Identifier: AGPL-3.0-only
 */
livechat-error {
  color: red;
  display: block;
  padding: 50px;
  text-align: center;
}

/*
 * SPDX-FileCopyrightText: 2024-2025 John Livingston <https://www.john-livingston.fr/>
 *
 * SPDX-License-Identifier: AGPL-3.0-only
 */
livechat-help-button a {
  height: 18px !important;
  margin: 2px !important;
  padding: 1px !important;
  vertical-align: middle;
}
livechat-help-button svg {
  display: block;
  height: auto;
}

/*
 * SPDX-FileCopyrightText: 2024 Mehdi Benadel <https://mehdibenadel.com>
 * SPDX-FileCopyrightText: 2024-2025 John Livingston <https://www.john-livingston.fr/>
 *
 * SPDX-License-Identifier: AGPL-3.0-only
 */
/* stylelint-disable custom-property-pattern */
livechat-image-file-input img {
  cursor: pointer;
  max-height: 3em !important;
}

/*
 * SPDX-FileCopyrightText: 2024-2025 John Livingston <https://www.john-livingston.fr/>
 *
 * SPDX-License-Identifier: AGPL-3.0-only
 */
livechat-share-chat {
  display: block;
  text-align: start;
}
livechat-share-chat > * {
  margin-top: 10px;
}
livechat-share-chat .sub-menu-entry {
  cursor: pointer;
}
livechat-share-chat .livechat-shareurl-copy {
  display: flex;
  flex-wrap: wrap;
}
livechat-share-chat .livechat-shareurl-copy button {
  white-space: nowrap;
}
livechat-share-chat .livechat-shareurl-copy input {
  flex-grow: 2;
  width: auto !important;
}
livechat-share-chat .livechat-shareurl-block {
  height: 300px;
  overflow-y: scroll;
}
livechat-share-chat .livechat-shareurl-options input[type=checkbox],
livechat-share-chat .livechat-shareurl-options input[type=radio] {
  margin-right: 20px;
}
livechat-share-chat .livechat-shareurl-options label {
  display: block;
}
livechat-share-chat .livechat-shareurl-options .livechat-shareurl-suboptions {
  margin-left: 40px;
}
livechat-share-chat .livechat-shareurl-options .livechat-shareurl-suboptions > * {
  display: block;
}
livechat-share-chat .livechat-shareurl-options .livechat-shareurl-suboptions.livechat-shareurl-suboptions-disabled label {
  /* stylelint-disable-next-line custom-property-pattern */
  color: var(--fg-400, var(--greyForegroundColor));
}
livechat-share-chat .livechat-shareurl-protocol {
  display: flex;
  flex-flow: row wrap;
  column-gap: 30px;
}
livechat-share-chat .livechat-shareurl-protocol input[type=radio] {
  margin-right: 10px;
}
livechat-share-chat .livechat-shareurl-tips {
  margin-bottom: 1rem;
  margin-top: 1rem;
}

/*
 * SPDX-FileCopyrightText: 2024-2025 John Livingston <https://www.john-livingston.fr/>
 *
 * SPDX-License-Identifier: AGPL-3.0-only
 */
livechat-spinner,
.livechat-spinner {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
livechat-spinner div,
.livechat-spinner div {
  width: 48px;
  height: 48px;
  margin: 20px;
  /* stylelint-disable-next-line custom-property-pattern */
  border: 5px solid var(--bg-secondary-400, var(--greyBackgroundColor)) !important;
  /* stylelint-disable-next-line custom-property-pattern */
  border-bottom-color: var(--primary, var(--mainColor)) !important;
  border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;
  animation: livechatrotating 1s linear infinite;
}
@keyframes livechatrotating {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

/*
 * SPDX-FileCopyrightText: 2024 Mehdi Benadel <https://mehdibenadel.com>
 * SPDX-FileCopyrightText: 2024-2025 John Livingston <https://www.john-livingston.fr/>
 *
 * SPDX-License-Identifier: AGPL-3.0-only
 */
/* stylelint-disable custom-property-pattern */
livechat-tags-input {
  --tag-padding-vertical: 3px;
  --tag-padding-horizontal: 6px;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  max-width: 320px;
  /* stylelint-disable-next-line no-descending-specificity */
}
livechat-tags-input .livechat-tags-container {
  align-items: center;
  display: flex;
  flex-flow: row;
  justify-content: space-between;
}
livechat-tags-input input {
  flex: 1;
  border: none;
  padding: 0;
  color: inherit;
  background-color: inherit;
  width: 100%;
  /* stylelint-disable-next-line no-descending-specificity */
}
livechat-tags-input input:focus {
  outline: transparent;
}
livechat-tags-input .livechat-tags,
livechat-tags-input .livechat-tags-searched {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: var(--tag-padding-vertical) 0;
  max-height: 150px;
  overflow-y: auto;
  transition-property: height, margin;
  transition-duration: 0.3s;
}
@supports (scrollbar-width: auto) {
  livechat-tags-input .livechat-tags,
  livechat-tags-input .livechat-tags-searched {
    scrollbar-color: var(--fg-400, var(--greyForegroundColor)) transparent;
    scrollbar-width: thin;
  }
}
livechat-tags-input .livechat-tags-container,
livechat-tags-input .livechat-tags-searched {
  border-bottom: 1px dashed var(--fg-400, var(--greyForegroundColor));
}
livechat-tags-input .livechat-tags-container.livechat-empty,
livechat-tags-input .livechat-tags-searched.livechat-empty {
  height: 0;
  margin: 0;
  border: none;
}
livechat-tags-input .livechat-tags-searched::after {
  content: "🔍";
  flex-grow: 1;
  text-align: right;
}
livechat-tags-input .livechat-tags-searched.livechat-empty::after {
  display: none;
}
livechat-tags-input .livechat-tag,
livechat-tags-input .livechat-tag-searched {
  width: auto;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  padding: 0 var(--tag-padding-horizontal);
  font-size: 14px;
  list-style: none;
  border-radius: 3px;
  margin: 0 3px 3px 0;
  transition: 0.3s filter;
}
livechat-tags-input .livechat-tag .livechat-tag-close,
livechat-tags-input .livechat-tag-searched .livechat-tag-close {
  display: block;
  width: 12px;
  height: 12px;
  line-height: 12px;
  text-align: center;
  font-size: 10px;
  margin-left: var(--tag-padding-horizontal);
  color: var(--primary, var(--mainColor));
  border-radius: 50%;
  background: #fff;
  cursor: pointer;
}
livechat-tags-input .livechat-tag .livechat-tag-close::before,
livechat-tags-input .livechat-tag-searched .livechat-tag-close::before {
  content: "✕";
}
livechat-tags-input .livechat-tag, livechat-tags-input .livechat-tag:active, livechat-tags-input .livechat-tag:focus,
livechat-tags-input .livechat-tag-searched,
livechat-tags-input .livechat-tag-searched:active,
livechat-tags-input .livechat-tag-searched:focus {
  color: #fff;
  background-color: var(--primary, var(--mainColor));
}
livechat-tags-input .livechat-tag .livechat-tag-close, livechat-tags-input .livechat-tag:active .livechat-tag-close, livechat-tags-input .livechat-tag:focus .livechat-tag-close,
livechat-tags-input .livechat-tag-searched .livechat-tag-close,
livechat-tags-input .livechat-tag-searched:active .livechat-tag-close,
livechat-tags-input .livechat-tag-searched:focus .livechat-tag-close {
  color: var(--primary, var(--mainColor));
}
livechat-tags-input .livechat-tag:hover,
livechat-tags-input .livechat-tag-searched:hover {
  color: #fff;
  background-color: var(--fg-400, var(--mainHoverColor));
}
livechat-tags-input .livechat-tag:hover .livechat-tag-close,
livechat-tags-input .livechat-tag-searched:hover .livechat-tag-close {
  color: var(--fg-400, var(--mainHoverColor));
}
livechat-tags-input .livechat-tag[disabled], livechat-tags-input .livechat-tag.disabled,
livechat-tags-input .livechat-tag-searched[disabled],
livechat-tags-input .livechat-tag-searched.disabled {
  cursor: default;
  color: #fff;
  background-color: var(--input-border-color, var(--inputBorderColor));
}
livechat-tags-input .livechat-tag[disabled] .livechat-tag-close, livechat-tags-input .livechat-tag.disabled .livechat-tag-close,
livechat-tags-input .livechat-tag-searched[disabled] .livechat-tag-close,
livechat-tags-input .livechat-tag-searched.disabled .livechat-tag-close {
  color: var(--input-border-color, var(--inputBorderColor));
}
livechat-tags-input .livechat-tag .livechat-tag-name,
livechat-tags-input .livechat-tag-searched .livechat-tag-name {
  margin-top: 3px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  max-width: 250px;
}
livechat-tags-input .livechat-tags.livechat-unfocused .livechat-tag {
  filter: opacity(50%) grayscale(80%);
}

/*
 * SPDX-FileCopyrightText: 2024 Mehdi Benadel <https://mehdibenadel.com>
 * SPDX-FileCopyrightText: 2024-2025 John Livingston <https://www.john-livingston.fr/>
 *
 * SPDX-License-Identifier: AGPL-3.0-only
 */
/* We are disabling stylelint-disable custom-property-pattern so we can use Peertube var without warnings. */
/* stylelint-disable custom-property-pattern */
/*
 * SPDX-FileCopyrightText: 2024-2025 John Livingston <https://www.john-livingston.fr/>
 *
 * SPDX-License-Identifier: AGPL-3.0-only
 */
livechat-token-list table {
  width: 100%;
  table-layout: fixed;
  text-align: center;
}
livechat-token-list table tr {
  border: 1px var(--bg-secondary-400, var(--greyBackgroundColor)) solid;
}
livechat-token-list table td,
livechat-token-list table th {
  word-wrap: break-word;
  vertical-align: top;
  padding: 5px 7px;
}
livechat-token-list table td:last-child {
  vertical-align: middle;
  min-width: 28px;
}
livechat-token-list table td:last-child > input:not([type=checkbox]),
livechat-token-list table td:last-child textarea {
  min-width: 150px;
}
livechat-token-list table tbody tr:nth-child(odd) {
  background-color: var(--bg-secondary-300, var(--greySecondaryBackgroundColor));
}
livechat-token-list table tr th:first-child,
livechat-token-list table tr th:last-child {
  width: 50px;
}
livechat-token-list table label {
  font-weight: inherit;
}
livechat-token-list .livechat-create-token {
  line-height: 19px;
  padding: 4px;
  border: 0;
  font-weight: 600;
  border-radius: 3px !important;
  text-align: center;
  cursor: pointer;
  font-size: 15px;
  background-color: var(--bs-green);
}
livechat-token-list .livechat-create-token, livechat-token-list .livechat-create-token:active, livechat-token-list .livechat-create-token:focus {
  color: #fff;
  background-color: rgb(63.7604651163, 228.1953488372, 12.3046511628);
}
livechat-token-list .livechat-create-token:focus, livechat-token-list .livechat-create-token.focus-visible {
  box-shadow: 0 0 0 0.2rem rgb(113.1674418605, 245.1255813953, 71.8744186047);
}
livechat-token-list .livechat-create-token:hover {
  color: #fff;
  background-color: rgb(75.688372093, 242.5162790698, 23.4837209302);
}
livechat-token-list .livechat-create-token[disabled], livechat-token-list .livechat-create-token.disabled {
  cursor: default;
  color: #fff;
  background-color: var(--input-border-color, var(--inputBorderColor));
}
livechat-token-list .livechat-revoke-token {
  line-height: 19px;
  padding: 4px;
  border: 0;
  font-weight: 600;
  border-radius: 3px !important;
  text-align: center;
  cursor: pointer;
  font-size: 15px;
  background-color: var(--bs-orange);
}
livechat-token-list .livechat-revoke-token, livechat-token-list .livechat-revoke-token:active, livechat-token-list .livechat-revoke-token:focus {
  color: #fff;
  background-color: var(--primary, var(--mainColor));
}
livechat-token-list .livechat-revoke-token:focus, livechat-token-list .livechat-revoke-token.focus-visible {
  box-shadow: 0 0 0 0.2rem var(--mainHoverColor);
}
livechat-token-list .livechat-revoke-token:hover {
  color: #fff;
  background-color: var(--fg-400, var(--mainHoverColor));
}
livechat-token-list .livechat-revoke-token[disabled], livechat-token-list .livechat-revoke-token.disabled {
  cursor: default;
  color: #fff;
  background-color: var(--input-border-color, var(--inputBorderColor));
}

/*
 * SPDX-FileCopyrightText: 2024-2025 John Livingston <https://www.john-livingston.fr/>
 *
 * SPDX-License-Identifier: AGPL-3.0-only
 */
/*
 * SPDX-FileCopyrightText: 2024-2025 John Livingston <https://www.john-livingston.fr/>
 *
 * SPDX-License-Identifier: AGPL-3.0-only
 */
#peertube-plugin-livechat-container {
  display: flex;
  flex-direction: column;
  height: 100%;
}
#peertube-plugin-livechat-container .chatroom .box-flyout .chatroom-body .occupants {
  min-width: min(200px, 50%);
}

/* Note: livechat-viewer-mode-content (the form where anonymous users can
    choose nickname or log in with external account), can be something like
    ~180px height (at time of writing).
    We must ensure that the px height limit for converse-muc and converse-root is
    always higher than livechat-viewer-mode-content max size.
  Note: We also must ensure that when the user has choosen its nickname, and there is an
    ongoing poll, the user can see the chat when the poll is folded.
*/
#peertube-plugin-livechat-container converse-root {
  display: block;
  border: 1px solid black;
  min-height: max(30vh, 300px);
  height: 100%;
  min-width: min(400px, 25vw);
}
#peertube-plugin-livechat-container converse-root converse-muc {
  min-height: max(30vh, 300px);
}
@media screen and (orientation: portrait) and (width <= 767px) {
  #peertube-plugin-livechat-container converse-root {
    /* On small screen, and when portrait mode, we are giving the chat more vertical space.
        It should go under the video.
     */
    min-height: max(50vh, 300px);
  }
  #peertube-plugin-livechat-container converse-root converse-muc {
    min-height: max(50vh, 300px);
  }
}

/*
 * SPDX-FileCopyrightText: 2024-2025 John Livingston <https://www.john-livingston.fr/>
 *
 * SPDX-License-Identifier: AGPL-3.0-only
 */
.peertube-plugin-livechat-buttons,
.livechat-mini-muc-bar-buttons {
  align-items: center;
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-end;
  padding-right: 12px !important;
}

.peertube-plugin-livechat-button {
  align-items: center;
  display: flex;
  flex-direction: row;
  height: 36px !important;
  margin: 5px !important;
  padding: 2px !important;
}
.peertube-plugin-livechat-button svg {
  height: auto;
}

.peertube-plugin-livechat-buttons-open .peertube-plugin-livechat-button,
.livechat-mini-muc-bar-buttons .peertube-plugin-livechat-button {
  height: 18px !important;
  margin: 2px !important;
  padding: 1px !important;
}

.peertube-plugin-livechat-buttons-cloned {
  display: none;
}

[peertube-plugin-livechat-state=initializing] {
  display: none;
}

[peertube-plugin-livechat-state=open] .peertube-plugin-livechat-button-open {
  display: none;
}

[peertube-plugin-livechat-state=closed] .peertube-plugin-livechat-button-promote,
[peertube-plugin-livechat-state=closed] .peertube-plugin-livechat-button-close {
  display: none;
}

[peertube-plugin-livechat-state]:not([peertube-plugin-livechat-state=open]) .peertube-plugin-livechat-multi-button-main {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  margin-right: 0 !important;
}
[peertube-plugin-livechat-state]:not([peertube-plugin-livechat-state=open]) .peertube-plugin-livechat-multi-button-secondary {
  border-radius: 0 !important;
  margin-right: 0 !important;
  margin-left: 0 !important;
  border-left: 1px solid currentcolor;
}
[peertube-plugin-livechat-state]:not([peertube-plugin-livechat-state=open]) .peertube-plugin-livechat-multi-button-last-secondary {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  margin-left: 0 !important;
  border-left: 1px solid currentcolor;
}

/*
 * SPDX-FileCopyrightText: 2024-2025 John Livingston <https://www.john-livingston.fr/>
 *
 * SPDX-License-Identifier: AGPL-3.0-only
 */
/* stylelint-disable custom-property-pattern */
/*
 * SPDX-FileCopyrightText: 2024-2025 John Livingston <https://www.john-livingston.fr/>
 *
 * SPDX-License-Identifier: AGPL-3.0-only
 */
/*
 * SPDX-FileCopyrightText: 2024-2025 John Livingston <https://www.john-livingston.fr/>
 *
 * SPDX-License-Identifier: AGPL-3.0-only
 */
/*
 * SPDX-FileCopyrightText: 2024-2025 John Livingston <https://www.john-livingston.fr/>
 *
 * SPDX-License-Identifier: AGPL-3.0-only
 */
livechat-channel-tabs {
  display: block;
  /* See Peertube sub-menu-h1 mixin */
  margin-bottom: 30px;
}

/*
 * SPDX-FileCopyrightText: 2024-2025 John Livingston <https://www.john-livingston.fr/>
 *
 * SPDX-License-Identifier: AGPL-3.0-only
 */
/* stylelint-disable custom-property-pattern */
livechat-configuration-section-header {
  margin-top: 3rem;
}

/*
 * SPDX-FileCopyrightText: 2024-2025 John Livingston <https://www.john-livingston.fr/>
 *
 * SPDX-License-Identifier: AGPL-3.0-only
 */
/*
  These are styles to apply for the channel configuration pages.
*/
.peertube-plugin-livechat-configuration {
  /* Channel configuration page */
  /* Channel selection page */
}
.peertube-plugin-livechat-configuration h1 {
  padding-top: 40px;
  /* See Peertube sub-menu-h1 mixin */
  font-size: 1.3rem;
  border-bottom: 2px solid var(--bg-secondary-400, var(--greyBackgroundColor));
  padding-bottom: 15px;
}
.peertube-plugin-livechat-configuration.peertube-plugin-livechat-configuration-channel .peertube-plugin-livechat-configuration-channel-info {
  /* stylelint-disable-next-line value-keyword-case */
  color: var(--fg, var(--mainForegroundColor));
}
.peertube-plugin-livechat-configuration.peertube-plugin-livechat-configuration-channel .peertube-plugin-livechat-configuration-channel-info span:first-child {
  /* See Peertube .video-channel-display-name */
  font-weight: 600;
  font-size: 18px;
}
.peertube-plugin-livechat-configuration.peertube-plugin-livechat-configuration-channel .peertube-plugin-livechat-configuration-channel-info span:not(:first-child) {
  /* See Peertube .video-channel-name */
  margin-left: 5px;
  font-size: 14px;
  color: #777272;
}
.peertube-plugin-livechat-configuration.peertube-plugin-livechat-configuration-channel h2 {
  text-transform: uppercase;
  color: var(--primary, var(--mainColor));
  font-weight: 700;
  font-size: 1rem;
  margin-bottom: 10px;
}
.peertube-plugin-livechat-configuration.peertube-plugin-livechat-configuration-channel input[type=submit],
.peertube-plugin-livechat-configuration.peertube-plugin-livechat-configuration-channel input[type=reset],
.peertube-plugin-livechat-configuration.peertube-plugin-livechat-configuration-channel button[type=submit],
.peertube-plugin-livechat-configuration.peertube-plugin-livechat-configuration-channel button[type=reset],
.peertube-plugin-livechat-configuration.peertube-plugin-livechat-configuration-channel .peertube-plugin-livechat-configuration-actions button,
.peertube-plugin-livechat-configuration.peertube-plugin-livechat-configuration-channel .peertube-plugin-livechat-tags-input-copy {
  line-height: 19px;
  padding: 4px 13px;
  border: 0;
  font-weight: 600;
  border-radius: 3px !important;
  text-align: center;
  cursor: pointer;
  font-size: 15px;
}
.peertube-plugin-livechat-configuration.peertube-plugin-livechat-configuration-channel input[type=submit], .peertube-plugin-livechat-configuration.peertube-plugin-livechat-configuration-channel input[type=submit]:active, .peertube-plugin-livechat-configuration.peertube-plugin-livechat-configuration-channel input[type=submit]:focus,
.peertube-plugin-livechat-configuration.peertube-plugin-livechat-configuration-channel button[type=submit],
.peertube-plugin-livechat-configuration.peertube-plugin-livechat-configuration-channel button[type=submit]:active,
.peertube-plugin-livechat-configuration.peertube-plugin-livechat-configuration-channel button[type=submit]:focus,
.peertube-plugin-livechat-configuration.peertube-plugin-livechat-configuration-channel .peertube-plugin-livechat-configuration-actions button,
.peertube-plugin-livechat-configuration.peertube-plugin-livechat-configuration-channel .peertube-plugin-livechat-configuration-actions button:active,
.peertube-plugin-livechat-configuration.peertube-plugin-livechat-configuration-channel .peertube-plugin-livechat-configuration-actions button:focus,
.peertube-plugin-livechat-configuration.peertube-plugin-livechat-configuration-channel .peertube-plugin-livechat-tags-input-copy,
.peertube-plugin-livechat-configuration.peertube-plugin-livechat-configuration-channel .peertube-plugin-livechat-tags-input-copy:active,
.peertube-plugin-livechat-configuration.peertube-plugin-livechat-configuration-channel .peertube-plugin-livechat-tags-input-copy:focus {
  color: #fff;
  background-color: var(--primary, var(--mainColor));
}
.peertube-plugin-livechat-configuration.peertube-plugin-livechat-configuration-channel input[type=submit]:hover,
.peertube-plugin-livechat-configuration.peertube-plugin-livechat-configuration-channel button[type=submit]:hover,
.peertube-plugin-livechat-configuration.peertube-plugin-livechat-configuration-channel .peertube-plugin-livechat-configuration-actions button:hover,
.peertube-plugin-livechat-configuration.peertube-plugin-livechat-configuration-channel .peertube-plugin-livechat-tags-input-copy:hover {
  color: #fff;
  background-color: var(--fg-400, var(--mainHoverColor));
}
.peertube-plugin-livechat-configuration.peertube-plugin-livechat-configuration-channel input[type=submit][disabled], .peertube-plugin-livechat-configuration.peertube-plugin-livechat-configuration-channel input[type=submit].disabled,
.peertube-plugin-livechat-configuration.peertube-plugin-livechat-configuration-channel button[type=submit][disabled],
.peertube-plugin-livechat-configuration.peertube-plugin-livechat-configuration-channel button[type=submit].disabled,
.peertube-plugin-livechat-configuration.peertube-plugin-livechat-configuration-channel .peertube-plugin-livechat-configuration-actions button[disabled],
.peertube-plugin-livechat-configuration.peertube-plugin-livechat-configuration-channel .peertube-plugin-livechat-configuration-actions button.disabled,
.peertube-plugin-livechat-configuration.peertube-plugin-livechat-configuration-channel .peertube-plugin-livechat-tags-input-copy[disabled],
.peertube-plugin-livechat-configuration.peertube-plugin-livechat-configuration-channel .peertube-plugin-livechat-tags-input-copy.disabled {
  cursor: default;
  color: #fff;
  background-color: var(--input-border-color, var(--inputBorderColor));
}
.peertube-plugin-livechat-configuration.peertube-plugin-livechat-configuration-channel input[type=reset],
.peertube-plugin-livechat-configuration.peertube-plugin-livechat-configuration-channel button[type=reset] {
  background-color: var(--bg-secondary-400, var(--greyBackgroundColor));
  color: var(--fg-400, var(--greyForegroundColor));
}
.peertube-plugin-livechat-configuration.peertube-plugin-livechat-configuration-channel input[type=reset]:hover, .peertube-plugin-livechat-configuration.peertube-plugin-livechat-configuration-channel input[type=reset]:active, .peertube-plugin-livechat-configuration.peertube-plugin-livechat-configuration-channel input[type=reset]:focus, .peertube-plugin-livechat-configuration.peertube-plugin-livechat-configuration-channel input[type=reset][disabled], .peertube-plugin-livechat-configuration.peertube-plugin-livechat-configuration-channel input[type=reset].disabled,
.peertube-plugin-livechat-configuration.peertube-plugin-livechat-configuration-channel button[type=reset]:hover,
.peertube-plugin-livechat-configuration.peertube-plugin-livechat-configuration-channel button[type=reset]:active,
.peertube-plugin-livechat-configuration.peertube-plugin-livechat-configuration-channel button[type=reset]:focus,
.peertube-plugin-livechat-configuration.peertube-plugin-livechat-configuration-channel button[type=reset][disabled],
.peertube-plugin-livechat-configuration.peertube-plugin-livechat-configuration-channel button[type=reset].disabled {
  color: var(--fg-400, var(--greyForegroundColor));
  background-color: var(--bg-secondary-300, var(--greySecondaryBackgroundColor));
}
.peertube-plugin-livechat-configuration.peertube-plugin-livechat-configuration-channel input[type=reset][disabled], .peertube-plugin-livechat-configuration.peertube-plugin-livechat-configuration-channel input[type=reset].disabled,
.peertube-plugin-livechat-configuration.peertube-plugin-livechat-configuration-channel button[type=reset][disabled],
.peertube-plugin-livechat-configuration.peertube-plugin-livechat-configuration-channel button[type=reset].disabled {
  cursor: default;
}
.peertube-plugin-livechat-configuration.peertube-plugin-livechat-configuration-home ul.peertube-plugin-livechat-configuration-home-channels {
  list-style-type: none;
}
.peertube-plugin-livechat-configuration.peertube-plugin-livechat-configuration-home ul.peertube-plugin-livechat-configuration-home-channels li {
  align-items: center;
  gap: 15px;
  /* See Peertube row-blocks mixin, used in video-channel */
  display: flex;
  min-height: 130px;
  padding-bottom: 20px;
  margin-bottom: 20px;
  /* stylelint-disable-next-line value-keyword-case */
  border-bottom: 1px solid var(--inputBorderColor);
}
@media screen and (max-width: 800px) {
  .peertube-plugin-livechat-configuration.peertube-plugin-livechat-configuration-home ul.peertube-plugin-livechat-configuration-home-channels li {
    flex-direction: column;
    height: auto;
    align-items: center;
  }
}
.peertube-plugin-livechat-configuration.peertube-plugin-livechat-configuration-home ul.peertube-plugin-livechat-configuration-home-channels li .avatar {
  /* See Peertube CSS, class avatar and avatar-80 */
  width: 80px;
  height: 80px;
  min-width: 80px;
  min-height: 80px;
}
.peertube-plugin-livechat-configuration.peertube-plugin-livechat-configuration-home ul.peertube-plugin-livechat-configuration-home-channels li .avatar.channel {
  border-radius: 5px;
}
.peertube-plugin-livechat-configuration.peertube-plugin-livechat-configuration-home ul.peertube-plugin-livechat-configuration-home-channels li .avatar.initial {
  /* See Peertube actor-avatar.component.scss */
  background-color: #3c2109;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: var(--initialFontSize);
}
.peertube-plugin-livechat-configuration.peertube-plugin-livechat-configuration-home ul.peertube-plugin-livechat-configuration-home-channels li .avatar.initial.gray {
  background-color: #939393;
}
.peertube-plugin-livechat-configuration.peertube-plugin-livechat-configuration-home ul.peertube-plugin-livechat-configuration-home-channels li .peertube-plugin-livechat-configuration-home-info {
  flex-grow: 1;
}
.peertube-plugin-livechat-configuration.peertube-plugin-livechat-configuration-home ul.peertube-plugin-livechat-configuration-home-channels li .peertube-plugin-livechat-configuration-home-info a {
  /* See Peertube .video-channel-names */
  width: fit-content;
  display: flex;
  align-items: baseline;
  /* stylelint-disable-next-line value-keyword-case */
  color: var(--fg, var(--mainForegroundColor));
}
.peertube-plugin-livechat-configuration.peertube-plugin-livechat-configuration-home ul.peertube-plugin-livechat-configuration-home-channels li .peertube-plugin-livechat-configuration-home-info a:hover, .peertube-plugin-livechat-configuration.peertube-plugin-livechat-configuration-home ul.peertube-plugin-livechat-configuration-home-channels li .peertube-plugin-livechat-configuration-home-info a:focus, .peertube-plugin-livechat-configuration.peertube-plugin-livechat-configuration-home ul.peertube-plugin-livechat-configuration-home-channels li .peertube-plugin-livechat-configuration-home-info a:active {
  text-decoration: none !important;
}
.peertube-plugin-livechat-configuration.peertube-plugin-livechat-configuration-home ul.peertube-plugin-livechat-configuration-home-channels li .peertube-plugin-livechat-configuration-home-info a:focus:not(.focus-visible) {
  outline: none !important;
}
.peertube-plugin-livechat-configuration.peertube-plugin-livechat-configuration-home ul.peertube-plugin-livechat-configuration-home-channels li .peertube-plugin-livechat-configuration-home-info a div:first-child {
  /* See Peertube .video-channel-display-name */
  font-weight: 600;
  font-size: 18px;
}
.peertube-plugin-livechat-configuration.peertube-plugin-livechat-configuration-home ul.peertube-plugin-livechat-configuration-home-channels li .peertube-plugin-livechat-configuration-home-info a div:not(:first-child) {
  /* See Peertube .video-channel-name */
  margin-left: 5px;
  font-size: 14px;
  color: #777272;
}
.peertube-plugin-livechat-configuration .peertube-livechat-emojis-col-sn {
  width: 30%;
}
.peertube-plugin-livechat-configuration .peertube-livechat-emojis-col-file {
  width: 65%;
}
.peertube-plugin-livechat-configuration .peertube-plugin-livechat-configuration-actions {
  margin-bottom: 1rem;
  text-align: right;
}

/*
 * SPDX-FileCopyrightText: 2024-2025 John Livingston <https://www.john-livingston.fr/>
 *
 * SPDX-License-Identifier: AGPL-3.0-only
 */
/*
 * SPDX-FileCopyrightText: 2024-2025 John Livingston <https://www.john-livingston.fr/>
 *
 * SPDX-License-Identifier: AGPL-3.0-only
 */
/* stylelint-disable custom-property-pattern */
.peertube-plugin-livechat-admin-firewall h1 {
  padding-top: 40px;
  /* See Peertube sub-menu-h1 mixin */
  font-size: 1.3rem;
  border-bottom: 2px solid var(--bg-secondary-400, var(--greyBackgroundColor));
  padding-bottom: 15px;
}
.peertube-plugin-livechat-admin-firewall textarea[name^=_content_] {
  min-height: 10rem;
}
.peertube-plugin-livechat-admin-firewall input[type=submit],
.peertube-plugin-livechat-admin-firewall input[type=reset],
.peertube-plugin-livechat-admin-firewall button[type=submit],
.peertube-plugin-livechat-admin-firewall button[type=reset] {
  line-height: 19px;
  padding: 4px 13px;
  border: 0;
  font-weight: 600;
  border-radius: 3px !important;
  text-align: center;
  cursor: pointer;
  font-size: 15px;
}
.peertube-plugin-livechat-admin-firewall input[type=submit], .peertube-plugin-livechat-admin-firewall input[type=submit]:active, .peertube-plugin-livechat-admin-firewall input[type=submit].active, .peertube-plugin-livechat-admin-firewall input[type=submit]:focus,
.peertube-plugin-livechat-admin-firewall button[type=submit],
.peertube-plugin-livechat-admin-firewall button[type=submit]:active,
.peertube-plugin-livechat-admin-firewall button[type=submit].active,
.peertube-plugin-livechat-admin-firewall button[type=submit]:focus {
  color: var(--on-primary, #fff);
  background-color: var(--primary, var(--mainColor));
  border: 1px solid var(--primary, var(--mainColor));
}
.peertube-plugin-livechat-admin-firewall input[type=submit]:hover,
.peertube-plugin-livechat-admin-firewall button[type=submit]:hover {
  color: var(--on-primary, #fff);
  background-color: var(--primary-400, var(--mainHoverColor));
}
.peertube-plugin-livechat-admin-firewall input[type=submit][disabled],
.peertube-plugin-livechat-admin-firewall button[type=submit][disabled] {
  pointer-events: none;
  opacity: 0.6;
}
.peertube-plugin-livechat-admin-firewall input[type=reset],
.peertube-plugin-livechat-admin-firewall button[type=reset] {
  color: var(--fg, var(--mainForegroundColor));
  background-color: transparent;
  border: 1px solid var(--bg-secondary-500, var(--inputBorderColor)) !important;
}
.peertube-plugin-livechat-admin-firewall input[type=reset]:active, .peertube-plugin-livechat-admin-firewall input[type=reset].active, .peertube-plugin-livechat-admin-firewall input[type=reset]:focus, .peertube-plugin-livechat-admin-firewall input[type=reset]:focus-visible,
.peertube-plugin-livechat-admin-firewall button[type=reset]:active,
.peertube-plugin-livechat-admin-firewall button[type=reset].active,
.peertube-plugin-livechat-admin-firewall button[type=reset]:focus,
.peertube-plugin-livechat-admin-firewall button[type=reset]:focus-visible {
  color: var(--fg, var(--mainForegroundColor));
  background-color: var(--bg-secondary-500, var(--inputBorderColor));
  border-color: var(--bg-secondary-500, var(--inputBorderColor));
}
.peertube-plugin-livechat-admin-firewall input[type=reset]:hover,
.peertube-plugin-livechat-admin-firewall button[type=reset]:hover {
  color: var(--fg, var(--mainForegroundColor));
  background-color: var(--bg-secondary-450, var(--inputBorderColor));
}
.peertube-plugin-livechat-admin-firewall input[type=reset][disabled],
.peertube-plugin-livechat-admin-firewall button[type=reset][disabled] {
  pointer-events: none;
  opacity: 0.8;
}
.peertube-plugin-livechat-admin-firewall .peertube-livechat-admin-firewall-col-name {
  width: 25%;
}
.peertube-plugin-livechat-admin-firewall .peertube-livechat-admin-firewall-col-content {
  width: 65%;
}

/*
 * SPDX-FileCopyrightText: 2024-2025 John Livingston <https://www.john-livingston.fr/>
 *
 * SPDX-License-Identifier: AGPL-3.0-only
 */
table.peertube-plugin-livechat-prosody-list-rooms {
  border: 1px solid black;
  margin: 5px 0;
}

table.peertube-plugin-livechat-prosody-list-rooms tr:nth-child(odd) {
  background-color: #eee;
}

table.peertube-plugin-livechat-prosody-list-rooms tr:nth-child(even) {
  background-color: #fff;
}

table.peertube-plugin-livechat-prosody-list-rooms th {
  /* stylelint-disable-next-line custom-property-pattern */
  background-color: var(--fg-400, var(--mainHoverColor));
  border: 1px solid black;
  /* stylelint-disable-next-line custom-property-pattern */
  color: var(--mainBackgroundColor);
  padding: 4px 5px;
}

table.peertube-plugin-livechat-prosody-list-rooms td {
  border: 1px solid #555;
  color: black;
  padding: 4px 5px;
}

/*# sourceMappingURL=style.css.map */
.root-header .publish-button {
  display: none;
}

.show-publish-button .root-header .publish-button {
  display: inline-block;
}
.video-edit .live-settings {
  display: none;
}
.icon.icon-logo {
  background: url("/plugins/peerflix-net/1.1.1/static/images/logo.svg")
    no-repeat;
  background-size: 150px !important;
  margin-top: 16px;
  height: 50px !important;
  width: 200px !important;
}

@media (max-width: 480px) {
  .icon.icon-logo {
    width: 120px !important;
    background-size: 100% !important;
    height: 40px !important;
    margin-left: -6px;
  }
}

:root {
  --colorDark: #b18f07;
  --colorLighter: #f1cd40;
  --colorBright: #fee272;

  --hiveThemeToolsColor: #aaaaaa; /* customize native colors of hive tube plugin */
  --hiveThemeHoverColor: var(
    --colorBright
  ); /* customize native colors of hive tube plugin */
}

#custom-css .peertube-title > .instance-name {
  color: var(--colorDark);
}

body#custom-css {
  --mainColor: var(
    --colorDark
  ); /* PeerTube colors overwrite - Please don't remove any of them */
  --mainHoverColor: #cc9432;
  --mainForegroundColor: #ffffff;
  --mainBackgroundColor: #181818;
  --submenuBackgroundColor: #111111;
  --channelBackgroundColor: #202020;
  --greyForegroundColor: #ffffff;
  --hiveDefaultColor: #aaaaaa;
  --actionButtonColor: #ffffff;
  --hiveLighterColor: #aaaaaa;
  --inputBackgroundColor: #181818;
  --inputForegroundColor: #ffffff;
  --inputPlaceholderColor: #aaaaaa;
  --textareaForegroundColor: #ffffff;
  --textareaBackgroundColor: #202020;
  --markdownTextareaBackgroundColor: #202020; /* PeerTube colors overwrite - Please don't remove any of them */

  --colorBrightGrey: #eeeeee;
  --colorLightGrey: #cccccc;
  --colorGrey: #808080;
  --colorMediumBrightGrey: #777777;
  --colorMediumLightGrey: #555555;
  --colorMediumGrey: #444444;
  --colorMediumDarkGrey: #383838;
  --colorDarkGrey: #222222;
  --colorDarkerGrey: #212121;
  --colorBlack: #000000;

  --accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23aaaaaa'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e") !important;
  --accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e") !important;
}

html {
  scrollbar-color: var(--colorMediumBrightGrey) var(--colorMediumGrey);
}

::-webkit-scrollbar {
  background: var(--colorMediumGrey);
  width: 0.75rem;
}
::-webkit-scrollbar-button {
  background: var(--colorMediumGrey);
}
::-webkit-scrollbar-track {
  background: var(--colorMediumGrey);
}
::-webkit-scrollbar-corner {
  background: var(--colorMediumGrey);
}
::-webkit-scrollbar-thumb {
  background: var(--colorMediumBrightGrey);
  -webkit-border-radius: 1ex;
}

#custom-css .alert-info {
  background-color: var(--channelBackgroundColor);
  color: var(--colorBrightGrey);
}
#custom-css .header {
  background-color: var(--colorBlack);
}
#custom-css .icon.icon-menu {
  background-color: var(--mainForegroundColor);
}
#custom-css .looking-for-account a {
  color: var(--mainHoverColor);
  font-weight: 700;
}
#custom-css .looking-for-account a:hover {
  color: var(--mainColor);
  text-decoration: none;
}

my-login div > div.alert a {
  color: var(--colorLighter);
  font-weight: 700;
}
my-login div > div.alert a:hover {
  color: var(--colorBright);
  text-decoration: none;
}

#custom-css .video-info-description-html a {
  color: var(--colorLighter);
  font-weight: 700;
}
#custom-css .video-info-description-html a:hover {
  color: var(--colorBright);
  font-weight: 700;
}
#custom-css .instance-information a {
  color: var(--colorLighter);
  font-weight: 700;
}
#custom-css .instance-information a:hover {
  color: var(--colorBright);
  text-decoration: none;
}

a.forgot-password-button {
  color: var(--mainHoverColor) !important;
}
a.forgot-password-button:hover {
  color: var(--mainColor) !important;
  text-decoration: none;
}

.channel-description a {
  color: var(--mainHoverColor) !important;
}
.channel-description a:hover {
  color: var(--mainColor) !important;
  text-decoration: none;
}

#custom-css .inner-form-title {
  color: var(--colorLighter);
}
#custom-css input[type="submit"] {
  background-color: var(--colorDark);
  box-shadow: none !important;
}
#custom-css .upload-button {
  background-color: var(--colorDark);
}
#custom-css .login-button {
  background-color: var(--colorDark);
}
#custom-css div.looking-for-account.alert.alert-info.ng-star-inserted {
  color: #a0701f;
}
#custom-css div.looking-for-account.alert.alert-info.ng-star-inserted {
  background-color: #faf3e7;
}
#custom-css div.looking-for-account.alert.alert-info.ng-star-inserted {
  border-color: #f0ddbc;
}
#custom-css .alert-link {
  color: var(--colorDark);
}
#custom-css .unread-notifications {
  background-color: var(--colorDark);
}
#custom-css input:checked.label {
  background: var(--colorDark);
}
#custom-css .quick-settings-title {
  color: var(--colorDark);
}
#custom-css .middle-title {
  color: var(--colorLighter);
}
#custom-css .middle-title:hover {
  color: var(--colorBright);
}
#custom-css my-about-follows a {
  color: var(--colorLighter);
}
#custom-css my-about-follows a:hover {
  color: var(--colorBright);
}
#custom-css .badge.category {
  background-color: var(--colorDark);
}
#custom-css .title-page.active {
  border-bottom: 2px solid var(--colorDark);
}
#custom-css .nav-link.active {
  border-bottom: 2px solid var(--colorLighter);
}
#custom-css .button-file {
  background-color: var(--colorDark);
}
#custom-css .video-add-nav {
  border-bottom: 0px solid var(--mainForegroundColor);
}

.channels-setup-message my-global-icon svg {
  fill: var(--colorBrightGrey) !important;
}

div.channels-setup-message {
  border-color: var(--colorMediumGrey) !important;
}

.top-menu a[href="/my-library/video-playlists"] {
  display: none;
}

.top-menu a[href="/videos/local"] {
  display: none;
}

.top-menu a[href="/home"] {
  display: none;
}

my-videos-list .videos-header {
  display: none !important;
}

my-videos-list my-video-filters-header {
  display: none !important;
}

my-video-channel-videos my-videos-list .videos-header {
  display: grid !important;
}

my-video-channel-videos my-videos-list my-video-filters-header {
  display: grid !important;
}

my-videos-list .videos-header h1 {
  display: none !important;
}

my-menu .footer-bottom {
  display: none !important;
}

my-videos-list .margin-content {
  padding-top: 15px;
}

select {
  color: var(--inputPlaceholderColor) !important;
}

select:focus {
  color: var(--inputPlaceholderColor) !important;
  background-color: var(--inputBackgroundColor) !important;
}

my-select-channel .ng-select-container {
  color: var(--inputPlaceholderColor) !important;
  background-color: var(--inputBackgroundColor) !important;
  border-color: var(--colorMediumGrey) !important;
}

my-select-channel .ng-dropdown-panel-items .ng-option {
  color: var(--inputPlaceholderColor) !important;
  background-color: var(--inputBackgroundColor) !important;
  border-color: var(--colorMediumGrey) !important;
}

my-select-options .ng-select-container {
  color: var(--inputPlaceholderColor) !important;
  background-color: var(--inputBackgroundColor) !important;
  border-color: var(--colorMediumGrey) !important;
}

.peertube-select-container option {
  color: var(--inputPlaceholderColor) !important;
  background-color: var(--inputBackgroundColor) !important;
}

.peertube-select-container option:hover {
  background-color: var(--colorMediumLightGrey) !important;
  color: var(--inputPlaceholderColor) !important;
  box-shadow: 0 0 10px 100px var(--colorMediumLightGrey) inset !important;
}

.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-selected,
.ng-dropdown-panel
  .ng-dropdown-panel-items
  .ng-option.ng-option-selected.ng-option-marked {
  color: var(--inputPlaceholderColor) !important;
  background-color: var(--inputBackgroundColor) !important;
}

.ng-select.ng-select-multiple
  .ng-select-container
  .ng-value-container
  .ng-value {
  background-color: var(--colorMediumLightGrey) !important;
  color: var(--inputPlaceholderColor) !important;
}

.ng-dropdown-panel .ng-dropdown-panel-items .ng-optgroup.ng-option-selected,
.ng-dropdown-panel
  .ng-dropdown-panel-items
  .ng-optgroup.ng-option-selected.ng-option-marked {
  color: var(--inputPlaceholderColor) !important;
  background-color: var(--inputBackgroundColor) !important;
}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-optgroup.ng-option-marked {
  background-color: var(--colorMediumLightGrey) !important;
  color: var(--inputPlaceholderColor) !important;
}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-marked {
  background-color: var(--colorMediumLightGrey) !important;
  color: var(--inputPlaceholderColor) !important;
}

.ng-dropdown-panel .ng-dropdown-panel-items .ng-optgroup {
  background-color: var(--colorMediumLightGrey) !important;
  color: var(--inputPlaceholderColor) !important;
}

.ng-select.ng-select-opened > .ng-select-container {
  background: var(--inputBackgroundColor) !important;
}

my-select-options .ng-dropdown-panel-items .ng-option {
  color: var(--inputPlaceholderColor) !important;
  background-color: var(--inputBackgroundColor) !important;
  border-color: var(--colorMediumGrey) !important;
}

.top-menu {
  background-color: var(--colorDarkerGrey) !important;
}

my-menu .footer {
  background-color: var(--colorDarkerGrey) !important;
}

.peertube-title .instance-name {
  display: none !important;
}

.video-miniature .video-miniature-created-at-views {
  color: var(--hiveDefaultColor) !important;
}

.video-miniature .video-miniature-channel {
  color: var(--hiveDefaultColor) !important;
}

.video-info-description {
  color: var(--mainForegroundColor) !important;
}

.hc-comment-html {
  color: var(--hiveLightColor) !important;
}

span.hc-comment-account-name {
  color: var(--mainBackgroundColor) !important;
}

span.hc-comment-account-name.hive-reputation {
  color: var(--mainBackgroundColor) !important;
}

#bethefirst {
  color: var(--colorLighter) !important;
}
#bethefirst:hover {
  color: var(--colorBright) !important;
}

#bethefirst:hover b {
  color: var(--colorBright) !important;
}

#bethefirst b {
  color: var(--colorLighter) !important;
}
#bethefirst b:hover {
  color: var(--colorBright) !important;
}

.grid-divider {
  grid-column: 1/-1;
  padding-bottom: 20px;
  text-align: left;
}

.video-actions my-global-icon.icon-download {
  color: var(--hiveThemeToolsColor) !important;
}

.video-actions my-global-icon.icon-download:hover {
  opacity: 0.9;
}

my-video-watch div.video-actions > span:hover {
  background-color: transparent !important;
}

my-video-watch div.video-actions > span:focus {
  background-color: transparent !important;
}

.svg-fill-default path {
  fill: var(--mainForegroundColor) !important;
}

.dynamic-html {
  grid-column: 1/-1;
  padding-bottom: 10px;
}

@media (max-width: 480px) {
  .dynamic-html {
    grid-column: 1/-1;
    padding-left: 5px;
    padding-right: 5px;
  }
}

.hc-overlay {
  background: var(--mainBackgroundColor) !important;
}

.hc-input-dashboard {
  background-color: var(--mainBackgroundColor) !important;
}

.svg-fill-onion path:first-of-type {
  fill-opacity: 0 !important;
}

.svg-fill-onion path:nth-of-type(2) {
  fill: var(--mainForegroundColor) !important;
}

.login-form-and-externals {
  color: var(--menuForegroundColor);
}
my-login div > div.alert {
  color: var(--menuForegroundColor);
}

.grey-button {
  background-color: var(--colorMediumLightGrey) !important;
}

button.delete-history {
  background-color: var(--colorMediumLightGrey) !important;
}

.login-form-and-externals label {
  color: var(--menuForegroundColor);
}
my-login div > div.alert label {
  color: var(--menuForegroundColor);
}

.user-quota .progress:not(.progress-bar) {
  background-color: var(--colorMediumGrey) !important;
}

input:not([type="submit"]) {
  border-color: var(--colorMediumGrey) !important;
  box-shadow: none !important;
}

.form-control:focus {
  box-shadow: none !important;
}

textarea {
  border-color: var(--colorMediumGrey) !important;
  box-shadow: none !important;
}

.tab-content {
  border-color: var(--colorMediumGrey) !important;
  box-shadow: none !important;
}

.logged-in-block {
  background-color: #303030 !important;
}

form div#hivekeychainLogin {
  background-color: var(--colorMediumDarkGrey) !important;
}

form div#hivesignerLogin {
  background-color: var(--colorMediumDarkGrey) !important;
}

form.hiveLoginForm
  > div.external-login-blocks.ng-star-inserted
  > div
  > div:nth-child(5)
  > div {
  background-color: var(--colorMediumDarkGrey) !important;
}

form.hiveLoginForm > div:nth-child(6) > div {
  background-color: var(--colorMediumDarkGrey) !important;
}

div.login-form-and-externals > div.looking-for-account {
  background-color: var(--colorMediumDarkGrey) !important;
  border: none;
  color: var(--menuForegroundColor) !important;
}
my-login div > div.alert {
  background-color: var(--colorMediumDarkGrey) !important;
  border: none !important;
  color: var(--menuForegroundColor) !important;
}

my-instance-about-accordion button {
  background-color: var(--colorMediumDarkGrey) !important;
  color: var(--inputPlaceholderColor) !important;
}

a.channels-settings-link {
  background-color: var(--colorMediumDarkGrey) !important;
}

#hivekeychainLogin svg > g > path {
  fill: var(--menuForegroundColor) !important;
}

#hivesignerLogin svg > g > path:nth-of-type(2) {
  fill: var(--menuForegroundColor) !important;
}

a#nousernameref {
  color: var(--menuForegroundColor) !important;
}

my-instance-statistics .card {
  border-color: var(--colorMediumGrey) !important;
}

my-instance-features-table table th,
tr,
td {
  border-color: var(--colorMediumGrey) !important;
}

.btn-group-subscribe.unsubscribe-button .btn {
  color: var(--inputPlaceholderColor) !important;
  background-color: var(--colorMediumDarkGrey) !important;
}

my-subscribe-button .dropdown-menu {
  color: var(--inputPlaceholderColor) !important;
  background-color: var(--colorMediumDarkGrey) !important;
}

my-subscribe-button .dropdown-menu .dropdown-item {
  color: var(--inputPlaceholderColor) !important;
}

my-subscribe-button .dropdown-menu .dropdown-item:hover {
  background-color: var(--colorMediumLightGrey) !important;
  color: var(--inputPlaceholderColor) !important;
}

.logged-in-menu {
  border-top: 1px solid var(--colorMediumGrey) !important;
}

#hive-stats .hc-stat .glyphicon svg path {
  fill: var(--mainForegroundColor) !important;
}
my-video-watch div.video-actions > button > my-global-icon > svg line {
  color: var(--hiveDefaultColor) !important;
}

my-video-watch div.video-actions > button > my-global-icon > svg circle {
  color: var(--hiveDefaultColor) !important;
}

.hive-tooltip-content {
  background-color: var(--colorBlack) !important;
  color: var(--mainForegroundColor) !important;
}

.upload-video-container {
  border-color: var(--colorMediumGrey) !important;
}

.video-add-nav a.nav-link.active {
  border-top: 2px solid var(--colorMediumGrey) !important;
  border-left: 2px solid var(--colorMediumGrey) !important;
  border-right: 2px solid var(--colorMediumGrey) !important;
}

.hc-row:hover {
  background: #333333 !important;
}

.main-row .row h1 {
  border-color: var(--colorMediumGrey) !important;
}

.video-playlists .video-playlist {
  border-color: var(--colorMediumGrey) !important;
}

my-my-account .header a {
  background-color: var(--colorMediumLightGrey) !important;
}

my-my-account .header button {
  background-color: var(--colorMediumLightGrey) !important;
}

my-my-account select {
  color: var(--mainForegroundColor) !important;
  background-color: var(--colorMediumLightGrey) !important;
}

my-my-account select option {
  color: var(--colorBrightGrey) !important;
}

.hc-import-scripts-box {
  background: #333333 !important;
}

.hc-input-hive:focus {
  background-color: var(--colorDarkGrey) !important;
  color: var(--mainForegroundColor) !important;
}

.hc-tor-fields {
  background-color: var(--colorDarkGrey) !important;
}

.p-paginator-rpp-options {
  background-color: var(--colorDarkGrey) !important;
  color: var(--mainForegroundColor) !important;
}

.p-paginator-rpp-options .p-dropdown-trigger {
  background-color: var(--colorDarkGrey) !important;
  color: var(--mainForegroundColor) !important;
}

p-table p-paginator .p-paginator-pages .p-paginator-page:hover {
  background-color: var(--colorDarkGrey) !important;
}

p-table p-paginator .p-paginator-next:hover {
  background-color: var(--colorDarkGrey) !important;
}

p-table p-paginator .p-paginator-last:hover {
  background-color: var(--colorDarkGrey) !important;
}

p-table p-paginator .p-paginator-prev:hover {
  background-color: var(--colorDarkGrey) !important;
}

p-table p-paginator .p-paginator-first:hover {
  background-color: var(--colorDarkGrey) !important;
}

.p-checkbox-box.p-component {
  background-color: var(--colorDarkGrey) !important;
}

.p-checkbox .p-checkbox-box {
  background-color: var(--colorDarkGrey) !important;
}

.p-checkbox-box .p-component .p-highlight {
  background-color: var(--mainColor) !important;
}

my-user-list .progress:not(.progress-bar) {
  background-color: var(--colorMediumGrey) !important;
}

button.grey {
  background-color: var(--colorMediumLightGrey) !important;
}

.dropdown .dropdown-menu .dropdown-item {
  color: var(--colorBrightGrey) !important;
  background-color: var(--colorMediumDarkGrey) !important;
}

.dropdown .dropdown-menu .dropdown-item:hover {
  color: var(--colorBrightGrey) !important;
  background-color: var(--colorMediumLightGrey) !important;
}

.dropdown .dropdown-menu .dropdown-header {
  color: var(--colorLightGrey) !important;
  background-color: var(--colorMediumDarkGrey) !important;
}

.dropup .dropdown-menu .dropdown-item {
  color: var(--colorBrightGrey) !important;
  background-color: var(--colorMediumDarkGrey) !important;
}

.dropup .dropdown-menu .dropdown-item:hover {
  color: var(--colorBrightGrey) !important;
  background-color: var(--colorMediumLightGrey) !important;
}

.dropup .dropdown-menu .dropdown-header {
  color: var(--colorLightGrey) !important;
  background-color: var(--colorMediumDarkGrey) !important;
}

.dropdown-menu {
  background-color: var(--colorMediumDarkGrey) !important;
}

.p-dropdown-panel .p-dropdown-items .p-dropdown-item:not(.p-highlight) {
  color: var(--inputPlaceholderColor) !important;
  background-color: var(--colorMediumDarkGrey) !important;
}

.hc-drop-button {
  color: var(--inputPlaceholderColor) !important;
  background-color: var(--colorMediumDarkGrey) !important;
}

.dropdown-menu .hc-currency:hover {
  color: var(--colorBrightGrey) !important;
  background-color: var(--colorMediumLightGrey) !important;
}

.dropdown-menu .hc-currency {
  color: var(--inputPlaceholderColor) !important;
  background-color: var(--colorMediumDarkGrey) !important;
}

.hc-overlay .well {
  background-color: var(--colorMediumDarkGrey) !important;
  border-color: var(--colorMediumLightGrey) !important;
}

.hc-overlay .well > div {
  background-color: var(--colorMediumDarkGrey) !important;
  color: var(--colorLightGrey) !important;
}

.hc-overlay .hc-ov-buttons .cancel-button {
  background-color: var(--colorMediumLightGrey) !important;
  color: var(--inputPlaceholderColor) !important;
}

my-video-watch my-video-attributes {
  display: none !important;
}

.form-group a:not(.nav-link) {
  color: var(--colorLighter) !important;
}

.form-group a:hover:not(.nav-link) {
  color: var(--colorBright) !important;
  text-decoration: none !important;
}

my-about-peertube a {
  color: var(--mainHoverColor) !important;
}

my-about-peertube a:hover {
  color: var(--mainColor) !important;
  text-decoration: none;
}

textarea a {
  color: var(--mainColor) !important;
}

textarea a:hover {
  color: var(--mainColor) !important;
}

my-about-instance
  a:not(.nav-link):not(.contact-admin):not(a[href="/about/contact"]) {
  color: var(--colorLighter) !important;
}
my-about-instance
  a:not(.nav-link):not(.contact-admin):not(a[href="/about/contact"]):hover {
  color: var(--colorBright) !important;
  text-decoration: none;
}

.broadcast-message a {
  color: var(--mainHoverColor) !important;
}

.broadcast-message a:hover {
  color: var(--mainColor) !important;
  text-decoration: none;
}

#custom-css .hc-comment-threads a {
  color: var(--colorLighter) !important;
}
#custom-css .hc-comment-threads a:hover {
  color: var(--colorBright) !important;
  text-decoration: none !important;
}

.view-account.short:hover {
  background-color: var(--mainHoverColor) !important;
  color: var(--mainForegroundColor) !important;
  border: 2px solid var(--mainHoverColor) !important;
}

.hc-reply-button {
  color: var(--mainForegroundColor) !important;
  background-color: var(--mainColor) !important;
}

.hc-reply-button:hover {
  color: var(--mainForegroundColor) !important;
  background-color: var(--mainHoverColor) !important;
}

.hc-avatar-and-textarea .svg-fill-avatar path:nth-child(2) {
  fill: #6c757d !important;
}

.hc-textarea-comment::-webkit-scrollbar {
  background: var(--colorMediumGrey);
}

.hc-textarea-comment::-webkit-scrollbar-button {
  background: var(--colorMediumGrey);
}
.hc-textarea-comment::-webkit-scrollbar-track {
  background: var(--colorMediumGrey);
}

.hc-textarea-comment::-webkit-scrollbar-corner {
  background: var(--colorMediumGrey);
}

.hc-textarea-comment::-webkit-scrollbar-thumb {
  background: var(--colorMediumBrightGrey);
}

span.hc-comment-account-name {
  background-color: var(--mainColor) !important;
  color: var(--mainForegroundColor) !important;
}

span.hc-comment-account-name.hive-reputation {
  background-color: var(--mainColor) !important;
  color: var(--mainForegroundColor) !important;
}

.video-info-channel.border-top {
  border-top: 1px solid var(--colorMediumGrey) !important;
}

.my-video-comments.border-top {
  border-top: 1px solid var(--colorMediumGrey) !important;
}

my-video-description .video-info-description {
  color: var(--inputPlaceholderColor) !important;
}

.video-info-description .video-info-description-more {
  color: var(--inputPlaceholderColor) !important;
}

.broadcast-message {
  border-color: var(--colorMediumGrey) !important;
}

my-video-alert div.alert {
  background-color: var(--colorMediumDarkGrey) !important;
  border: none !important;
}

.playlist-info {
  background-color: var(--menuBackgroundColor) !important;
}

.form-control:focus {
  color: var(--inputForegroundColor) !important;
  background-color: var(--inputBackgroundColor) !important;
}

.peertube-select-container.peertube-select-button {
  background-color: var(--inputBackgroundColor) !important;
}

.login-form-and-externals > div > h5 {
  color: var(--menuForegroundColor) !important;
}

.description-html a {
  color: var(--colorLighter) !important;
}

.description-html a:hover {
  color: var(--colorBright) !important;
}

.button-link,
.grey-button-link {
  background-color: var(--colorMediumLightGrey) !important;
}

.instance-badges .badge-primary {
  color: var(--mainForegroundColor) !important;
}

.hc-grey-button {
  background-color: var(--colorMediumLightGrey) !important;
}

.action-button-cancel-selection {
  background-color: var(--colorMediumLightGrey) !important;
}

a[routerlink="/admin/plugins/search"]:not(.active) {
  background-color: var(--colorMediumLightGrey) !important;
}

a[routerlink="/admin/plugins/list-installed"]:not(.active) {
  background-color: var(--colorMediumLightGrey) !important;
}

a[href="/admin/plugins/list-installed?pluginType=2"]:not(.active) {
  background-color: var(--colorMediumLightGrey) !important;
}

a[href="/admin/plugins/list-installed?pluginType=1"]:not(.active) {
  background-color: var(--colorMediumLightGrey) !important;
}

a[href="/admin/plugins/search?pluginType=1"]:not(.active) {
  background-color: var(--colorMediumLightGrey) !important;
}

a[href="/admin/plugins/search?pluginType=2"]:not(.active) {
  background-color: var(--colorMediumLightGrey) !important;
}

.svg-fill-hover-custom:hover path[fill="#fff"] {
  fill: var(--colorBright) !important;
}

.svg-fill-hover-footer:hover path {
  fill: var(--colorBright) !important;
}

.svg-fill-hover:hover path {
  fill: var(--colorBright) !important;
}

.svg-fill-hover:hover .svg-size-and-hover {
  background-color: #ffffff1a;
}

.svg-fill-hover-custom:hover .svg-size-and-hover {
  background-color: #ffffff1a;
}

.svg-fill-hover-footer:hover .svg-size-and-hover {
  background-color: #ffffff1a;
}

.svg-size-and-hover {
  width: 26px;
  padding: 3px;
}
.svg-size-and-hover:hover {
  border-radius: 9999px;
}

.hc-cursor {
  cursor: pointer;
}

.dark-tooltip-parent {
  position: relative;
}

.dark-tooltip-content {
  position: absolute;
  font-weight: 400;
  line-height: 1.5;
  font-size: 0.875rem;
  top: -120%;
  left: 42%;
  transform: translateX(-50%);
  padding: 5px;
  border-radius: 4px;
  background: #333333;
  color: var(--mainForegroundColor);
  z-index: 1070;
  visibility: hidden;
  cursor: none;
  overflow: hidden;
}

.dark-tooltip-parent:hover .dark-tooltip-content {
  visibility: visible !important;
}

.menu-wrapper menu::-webkit-scrollbar {
  background: var(--colorMediumGrey);
}

.menu-wrapper menu::-webkit-scrollbar-button {
  background: var(--colorMediumGrey);
}
.menu-wrapper menu::-webkit-scrollbar-track {
  background: var(--colorMediumGrey);
}

.menu-wrapper menu::-webkit-scrollbar-corner {
  background: var(--colorMediumGrey);
}

.menu-wrapper menu::-webkit-scrollbar-thumb {
  background: var(--colorMediumBrightGrey);
}

.svg-filter polygon {
  color: var(--mainForegroundColor) !important;
}

.in-my-library > .block-title {
  display: none;
}

.in-my-library a[href="/my-library/video-channels"] {
  display: none;
}

.hc-href {
  color: var(--colorLighter) !important;
}

.hc-href-small {
  color: var(--colorLighter) !important;
}

.hc-href:hover {
  color: var(--colorBright) !important;
}

.hc-href-small:hover {
  color: var(--colorBright) !important;
}

#custom-css div.logged-in-display-name {
  color: var(--colorLighter) !important;
}
#custom-css div.logged-in-display-name:hover {
  color: var(--colorBright) !important;
}

#custom-css a.logged-in-display-name {
  color: var(--colorLighter) !important;
}

#custom-css a.logged-in-display-name:hover {
  color: var(--colorBright) !important;
}

div.alert.pt-alert-primary {
  background-color: var(--channelBackgroundColor) !important;
  border-color: var(--colorMediumGrey) !important;
}

my-video-import-torrent input[type="button"][disabled] {
  background-color: var(--colorDarkGrey) !important;
}

my-video-import-url input[type="button"][disabled] {
  background-color: var(--colorDarkGrey) !important;
}

my-video-go-live input[type="button"][disabled] {
  background-color: var(--colorDarkGrey) !important;
}

my-video-upload div.orange-button.disabled {
  background-color: var(--colorDarkGrey) !important;
}

my-video-watch my-video-alert .alert-warning {
  color: var(--mainForegroundColor) !important;
}

.login-form-and-externals input:autofill {
  color: var(--inputForegroundColor);
  background: var(--inputBackgroundColor); /* Firefox 94 and newer */
}

.login-form-and-externals input {
  filter: none; /* Firefox 67 - 93 */
}

.channel-info .support-button.orange-button-inverted:hover {
  color: var(--mainForegroundColor) !important;
  background-color: var(--mainColor) !important;
}

my-search-filters .reset-button {
  color: var(--mainForegroundColor) !important;
  background-color: var(--colorMediumLightGrey) !important;
}

my-video-edit .reset-button {
  color: var(--mainForegroundColor) !important;
  background-color: var(--colorMediumLightGrey) !important;
}

my-search-filters
  .peertube-radio-container
  [type="radio"]:checked
  + label:before,
.peertube-radio-container [type="radio"]:not(:checked) + label:before {
  background: var(--mainBackgroundColor) !important;
}

my-search-filters .ng-select .ng-select-container {
  border-color: var(--colorMediumGrey) !important;
}

my-search-filters .peertube-select-container select {
  border-color: var(--colorMediumGrey) !important;
}

my-search-filters
  .peertube-radio-container
  [type="radio"]:checked
  + label:after,
.peertube-radio-container [type="radio"]:not(:checked) + label:after {
  background: var(--colorBright) !important;
}

my-search-filters .peertube-select-container::after {
  border-top-color: var(--colorMediumGrey) !important;
}

.playlist-buttons .action-button.share-button {
  background-color: var(--colorMediumLightGrey) !important;
}

#hive-post-buttons .ht-disabled {
  background-color: var(--colorMediumLightGrey) !important;
}

#custom-css .notifications a {
  color: var(--colorLighter) !important;
}

#custom-css .notifications a:hover {
  color: var(--colorBright) !important;
}

my-user-update .breadcrumb .breadcrumb-item a {
  color: var(--colorLighter) !important;
}

my-user-update .breadcrumb .breadcrumb-item a:hover {
  color: var(--colorBright) !important;
}

my-user-update .actor-info .actor-info-display-name {
  color: var(--colorLighter) !important;
}

my-timestamp-input input.p-inputtext {
  background-color: var(--colorMediumGrey) !important;
}

my-user-list .progress span {
  color: var(--mainForegroundColor) !important;
}

my-user-quota .progress span {
  color: var(--mainForegroundColor) !important;
}

.hive-tube-theme-bullet {
  color: var(--mainForegroundColor);
  font-size: 10px;
  margin-left: 4px;
  margin-right: 7px;
}

a.video-miniature-channel:hover,
a.video-miniature-account:hover {
  color: var(--hiveDefaultColor) !important;
}

.popover-notifications.popover .popover-body .notifications-header a {
  color: var(--mainForegroundColor) !important;
}

.popover-notifications.popover
  .popover-body
  .notifications-header
  my-global-icon[iconName="tick"] {
  color: var(--mainForegroundColor) !important;
}

.popover-notifications.popover
  .popover-body
  .notifications-header
  button.glyphicon-ok {
  color: var(--mainForegroundColor) !important;
}

.popover-notifications.popover .popover-body .notifications-header > div {
  color: var(--mainForegroundColor) !important;
}

a.hc-all-notifications {
  color: var(--mainForegroundColor) !important;
}

.notif-message a {
  color: var(--colorLighter) !important;
}

.notif-message a:hover {
  color: var(--colorBright) !important;
}

my-about-instance a[href="/about/contact"] {
  color: var(--mainForegroundColor) !important;
}
my-about-instance a[href="/about/contact"]:hover {
  color: var(--mainForegroundColor) !important;
}

my-about-instance span.pt-badge.badge-primary {
  color: var(--mainForegroundColor) !important;
}

my-feed my-global-icon.icon-syndication {
  color: var(--mainForegroundColor) !important;
}

.hc-menu-link {
  min-height: 40px;
  padding-inline-start: 26px;
  display: flex;
  align-items: center;
  color: var(--menuForegroundColor);
  cursor: pointer;
  font-size: 16px;
  white-space: normal;
  word-break: break-word;
  transition: background-color 0.1s ease-in-out;
  line-height: 1.2;
  text-decoration: none;
}

.hc-menu-link:hover {
  background-color: #ffffff1a;
  text-decoration: none;
  color: var(--menuForegroundColor);
}

.hc-menu-link my-global-icon {
  margin-inline-end: 18px;
}

.hc-menu-link my-global-icon .feather {
  color: var(--colorGrey);
}

.hc-channels-cls {
  padding: 4px 10px;
  border-radius: 5px;
  margin-bottom: 0px !important;
}

.hc-channels-cls:hover {
  background: var(--colorDarkGrey);
  cursor: pointer;
}
@media screen and (max-width: 500px) {
  .added-footer {
    padding: 0 28px;
    position: static;
  }
}

@media (min-width: 501px) {
  .added-footer {
    padding: 8px 20px 10px 30px;
    background-color: var(--colorDarkerGrey) !important;
    position: absolute;
    bottom: 0px;
  }
}

#plugin-selector-about-menu-peertube,
my-about-peertube {
  display: none !important;
}

my-user-moderation-dropdown button.dropdown-toggle.action-button,
my-video-actions-dropdown button.dropdown-toggle.action-button {
  background-color: var(--mainBackgroundColor) !important;
}

my-video-filters-header .ng-select .ng-arrow {
  border-color: var(--mainForegroundColor) transparent transparent !important;
}

my-video-filters-header .ng-select.ng-select-opened .ng-arrow {
  border-color: var(--mainForegroundColor) transparent !important;
}

my-video-filters-header .ng-select .ng-select-container {
  border: 1px solid var(--colorMediumGrey) !important;
}

my-video-filters-header .ng-dropdown-panel {
  border: 1px solid var(--colorMediumGrey) !important;
}

my-video-filters-header .ng-dropdown-panel.ng-select-top {
  border-bottom-color: var(--colorMediumGrey) !important;
}

my-video-filters-header .ng-dropdown-panel.ng-select-bottom {
  border-top-color: var(--colorMediumGrey) !important;
}

my-account-applications h1 {
  border-bottom: 2px solid var(--colorMediumGrey) !important;
}

my-menu menu {
  scrollbar-color: var(--colorDarkGrey) var(--colorMediumGrey) !important;
  scrollbar-width: thin !important;
}

my-user-video-settings select {
  border: 1px solid var(--colorMediumGrey) !important;
}

my-user-video-settings .ng-select .ng-select-container {
  border: 1px solid var(--colorMediumGrey) !important;
}

my-user-video-settings .ng-select .ng-arrow {
  border-color: var(--mainForegroundColor) transparent transparent !important;
}

my-user-video-settings .ng-select.ng-select-opened .ng-arrow {
  border-color: var(--mainForegroundColor) transparent !important;
}

my-user-interface-settings select {
  border: 1px solid var(--colorMediumGrey) !important;
}

div.main-row ng-component.ng-star-inserted h1 {
  border-bottom: 2px solid var(--colorMediumGrey) !important;
}

div.video-channel.ng-star-inserted {
  border-bottom: 1px solid var(--colorMediumGrey) !important;
}

.hc-overlay .hc-ov-title {
  border-bottom: 1px solid var(--colorMediumGrey) !important;
}

my-edit-custom-config .nav-tabs {
  border-bottom: var(--bs-nav-tabs-border-width) solid var(--colorMediumGrey) !important;
}

my-advanced-input-filter .dropdown-toggle {
  border: 1px solid var(--colorMediumGrey) !important;
}

#posting-key-wrapper my-input-text button.btn,
#twitter-ct0-wrapper my-input-text button.btn,
#twitter-auth_token-wrapper my-input-text button.btn,
my-user-password div.input-group button.btn,
my-account-change-password my-input-text button.btn,
my-account-change-email my-input-text button.btn {
  background-color: var(--mainBackgroundColor) !important;
  border-color: var(--colorMediumGrey) !important;
}

.orange-button:focus,
.orange-button.focus-visible,
.orange-button-link:focus,
.orange-button-link:active {
  box-shadow: none !important;
}

.peertube-create-button:focus,
.peertube-create-button.focus-visible {
  box-shadow: none !important;
}

p-table
  p-paginator
  .p-paginator-bottom
  .p-paginator-pages
  .p-paginator-page.p-highlight:active,
p-table
  p-paginator
  .p-paginator-bottom
  .p-paginator-pages
  .p-paginator-page.p-highlight:focus {
  box-shadow: none !important;
}

p-table p-paginator .p-paginator-bottom p-dropdown .p-dropdown {
  box-shadow: none !important;
}

my-subscribe-button .subscribe-button button:active,
my-subscribe-button .subscribe-button button:focus {
  box-shadow: none !important;
}

.video-actions-rates {
  height: fit-content !important;
}

my-select-options .ng-select .ng-arrow {
  border-color: var(--mainForegroundColor) transparent transparent !important;
}
my-select-options .ng-select.ng-select-opened .ng-arrow {
  border-color: transparent transparent var(--mainForegroundColor) !important;
}

.nav-tabs a.nav-link.active span {
  border-bottom-color: transparent !important;
}

my-markdown-textarea .nav-link.active {
  background-color: var(--colorGrey) !important;
  border-bottom: none !important;
}

my-select-checkbox .ng-select .ng-arrow {
  border-color: var(--mainForegroundColor) transparent transparent !important;
}
my-select-checkbox .ng-select.ng-select-opened .ng-arrow {
  border-color: transparent transparent var(--mainForegroundColor) !important;
}

my-select-channel .ng-select .ng-arrow {
  border-color: var(--mainForegroundColor) transparent transparent !important;
}
my-select-channel .ng-select.ng-select-opened .ng-arrow {
  border-color: transparent transparent var(--mainForegroundColor) !important;
}

my-video-upload .orange-button.disabled {
  background-color: var(--colorGrey) !important;
}

my-user-list .p-checkbox .p-checkbox-box.p-highlight {
  color: var(--mainForegroundColor) !important;
}

my-select-tags .ng-select .ng-select-container {
  border-color: var(--colorMediumGrey) !important;
}

.ng-select.ng-select-focused:not(.ng-select-opened) > .ng-select-container {
  border-color: var(--colorMediumGrey) !important;
  box-shadow: none !important;
}

my-select-tags
  .ng-select.ng-select-multiple
  .ng-select-container
  .ng-value-container
  .ng-placeholder {
  top: 2px !important;
}

.p-datepicker .p-datepicker-title > button {
  color: var(--colorBlack) !important;
}

p-calendar .p-inputtext {
  color: var(--mainForegroundColor) !important;
}

my-video-redundancies-list
  .admin-sub-header
  .select-filter-block
  .peertube-select-container
  select {
  border-color: var(--colorMediumGrey) !important;
}

my-markdown-textarea .nav-preview {
  border-left-color: var(--colorMediumGrey) !important;
  border-right-color: var(--colorMediumGrey) !important;
}

my-edit-custom-config ng-select .ng-select-container,
my-edit-custom-config select {
  border-color: var(--colorMediumGrey) !important;
}

my-peertube-checkbox label input:focus + span {
  box-shadow: none !important;
}

my-peertube-checkbox label input + span::after {
  border-right-color: var(--mainForegroundColor) !important;
  border-bottom-color: var(--mainForegroundColor) !important;
  transition: all 0.2s ease !important;
}

my-edit-live-configuration .callout {
  border-color: var(--colorMediumGrey) !important;
}

my-edit-vod-transcoding .callout.callout-orange,
my-edit-custom-config .callout {
  border-color: var(--colorMediumGrey);
}

my-jobs
  .admin-sub-header
  .select-filter-block
  .peertube-select-container
  select,
my-jobs .admin-sub-header ng-select .ng-select-container {
  border-color: var(--colorMediumGrey) !important;
}

my-jobs .admin-sub-header .ng-select .ng-arrow {
  border-color: var(--mainForegroundColor) transparent transparent !important;
}

my-jobs .admin-sub-header .ng-select.ng-select-opened .ng-arrow {
  border-color: transparent transparent var(--mainForegroundColor) !important;
}

my-jobs p-paginator .p-dropdown-label:hover {
  color: var(--colorGrey) !important;
}

.header .peertube-select-container select,
.header ng-select .ng-select-container {
  border-color: var(--colorMediumGrey) !important;
}

.header .ng-select .ng-arrow {
  border-color: var(--mainForegroundColor) transparent transparent !important;
}
.header .ng-select.ng-select-opened .ng-arrow {
  border-color: transparent transparent var(--mainForegroundColor) !important;
}

code {
  background-color: inherit !important;
}

my-search-filters input:-webkit-autofill,
my-search-filters input:-webkit-autofill:hover,
my-search-filters input:-webkit-autofill:focus,
my-search-filters input:-webkit-autofill:active {
  transition: background-color 5000s ease-in-out 0s;
  -webkit-text-fill-color: var(--mainForegroundColor) !important;
}

my-search .results-header {
  border-bottom-color: var(--colorMediumGrey) !important;
}

my-videos-selection .video {
  border-bottom-color: var(--colorMediumGrey) !important;
}

my-user-update .peertube-select-container select {
  border-color: var(--colorMediumGrey) !important;
}

my-my-account .account-title {
  color: var(--colorLighter) !important;
}

my-account-applications .applications-title {
  color: var(--colorLighter) !important;
}

my-account-applications my-input-text .btn-outline-secondary {
  border-color: var(--colorMediumGrey) !important;
}

my-account-applications my-input-text .btn-outline-secondary:focus-within,
my-account-applications my-input-text .btn-outline-secondary:focus,
my-account-applications my-input-text .btn-outline-secondary:hover {
  background-color: transparent !important;
}

my-search-typeahead .small-title {
  color: var(--colorLighter) !important;
}

my-edit-instance-information ng-select .checkbox-wrapper input + span::after {
  border-right-color: var(--mainForegroundColor) !important;
  border-bottom-color: var(--mainForegroundColor) !important;
  transition: all 0.2s ease !important;
}

my-login .accordion-item {
  box-shadow: none !important;
  border-color: var(--colorMediumGrey) !important;
}

my-login .accordion-item .accordion-button {
  box-shadow: none !important;
}
my-login my-input-text .btn-outline-secondary {
  border-color: var(--colorMediumGrey) !important;
}

my-login my-input-text .btn-outline-secondary:focus-within,
my-login my-input-text .btn-outline-secondary:focus,
my-login my-input-text .btn-outline-secondary:hover {
  background-color: transparent !important;
}

my-login input:-webkit-autofill,
my-login input:-webkit-autofill:hover,
my-login input:-webkit-autofill:focus,
my-login input:-webkit-autofill:active {
  transition: background-color 5000s ease-in-out 0s;
  -webkit-text-fill-color: var(--mainForegroundColor) !important;
}

.modal-dialog my-input-text .btn-outline-secondary {
  border-color: var(--colorMediumGrey) !important;
}

.modal-dialog my-input-text .btn-outline-secondary:focus-within,
.modal-dialog my-input-text .btn-outline-secondary:focus,
.modal-dialog my-input-text .btn-outline-secondary:hover {
  background-color: transparent !important;
}

my-video-channel-update select#sourcelang {
  border-color: var(--colorMediumGrey) !important;
}

my-user-create my-input-text .btn-outline-secondary {
  border-color: var(--colorMediumGrey) !important;
}

my-user-create my-input-text .btn-outline-secondary:focus-within,
my-user-create my-input-text .btn-outline-secondary:focus,
my-user-create my-input-text .btn-outline-secondary:hover {
  background-color: transparent !important;
}

my-user-create .peertube-select-container select {
  border-color: var(--colorMediumGrey) !important;
}

my-user-create .breadcrumb-item a,
my-user-create .account-title {
  color: var(--colorLighter) !important;
}

my-video-description p {
  color: var(--colorLightGrey) !important;
}

.sub-menu .sub-menu-entry.active {
  border-bottom-color: var(--colorLighter) !important;
}

.hc-form-group-checkbox input:focus + span {
  box-shadow: none !important;
}
.hc-form-group-checkbox input:checked + span:after {
  transition: all 0.2s ease !important;
}

body .p-checkbox .p-checkbox-box {
  transition: all 0.2s ease !important;
}
body .p-checkbox .p-checkbox-box:not(.p-disabled):hover {
  border-color: #a6a6a6 !important;
}
p-tablecheckbox:hover div .p-checkbox-box {
  box-shadow: none !important;
}

my-video-channel-update .video-channel-title {
  color: var(--colorLighter) !important;
}

.modal-footer.inputs .peertube-button.d-none {
  background-color: var(--colorMediumGrey) !important;
}

my-instance-about-accordion .accordion-button::after {
  background-image: var(--accordion-btn-icon) !important;
}
my-instance-about-accordion .accordion-button:not(.collapsed)::after {
  background-image: var(--accordion-btn-active-icon) !important;
}
my-instance-about-accordion .accordion-button:not(.collapsed) my-global-icon {
  color: var(--mainForegroundColor) !important;
}

.btn-group.select-button :not(.active) {
  background-color: var(--colorMediumLightGrey) !important;
}

my-video-edit button.caption-entry-delete {
  background-color: var(--colorMediumLightGrey) !important;
}

my-video-edit my-select-tags .ng-value-label {
  color: var(--mainForegroundColor) !important;
}
my-video-edit my-select-tags .ng-value-icon.left {
  color: var(--mainForegroundColor) !important;
}
my-video-edit my-select-tags .ng-value-icon.left:hover {
  background-color: var(--colorDark) !important;
}

my-user-video-settings my-select-checkbox .ng-value-label,
my-user-video-settings my-select-checkbox .ng-value-icon.left,
my-video-filters-header my-select-languages .ng-value-label,
my-video-filters-header my-select-languages .ng-value-icon.left,
my-video-filters-header my-select-categories .ng-value-label,
my-video-filters-header my-select-categories .ng-value-icon.left,
my-edit-instance-information my-select-checkbox .ng-value-label,
my-edit-instance-information my-select-checkbox .ng-value-icon.left,
my-search my-select-tags .ng-value-label,
my-search my-select-tags .ng-value-icon.left {
  color: var(--mainForegroundColor) !important;
}
my-user-video-settings my-select-checkbox .ng-value-icon.left:hover,
my-video-filters-header my-select-languages .ng-value-icon.left:hover,
my-video-filters-header my-select-categories .ng-value-icon.left:hover,
my-edit-instance-information my-select-checkbox .ng-value-icon.left:hover,
my-search my-select-tags .ng-value-icon.left:hover {
  background-color: var(--colorDark) !important;
}

my-video-studio-edit .orange-button.disabled {
  background-color: var(--colorMediumLightGrey) !important;
}
my-video-studio-edit .section h2 {
  color: var(--colorLighter) !important;
}
my-video-studio-edit my-reactive-file .reset-button {
  background-color: var(--colorMediumLightGrey) !important;
}

.advanced-filters
  .peertube-radio-container
  [type="radio"]:checked
  + label:before,
.advanced-filters
  .peertube-radio-container
  [type="radio"]:not(:checked)
  + label:before,
my-video-filters-header
  .peertube-radio-container
  [type="radio"]:checked
  + label:before,
my-video-filters-header
  .peertube-radio-container
  [type="radio"]:not(:checked)
  + label:before {
  background: var(--mainBackgroundColor) !important;
}

.advanced-filters
  .peertube-radio-container
  [type="radio"]:checked
  + label:after,
.advanced-filters
  .peertube-radio-container
  [type="radio"]:not(:checked)
  + label:after,
my-video-filters-header
  .peertube-radio-container
  [type="radio"]:checked
  + label:after,
my-video-filters-header
  .peertube-radio-container
  [type="radio"]:not(:checked)
  + label:after {
  background: var(--colorBright) !important;
}

.account-info .account-avatar-row .section-label {
  color: var(--colorLighter) !important;
}

.channel-info .channel-avatar-row .section-label,
.owner-card .owner-block .section-label {
  color: var(--colorLighter) !important;
}

.btn-remote-follow[disabled] {
  background-color: var(--colorMediumGrey) !important;
}

.hc-vertical-border {
  background-color: var(--colorMediumDarkGrey) !important;
}

my-video-channel-videos svg.feather.feather-rss {
  color: var(--mainForegroundColor);
  animation: pulse 4s ease-in-out infinite;
}

@keyframes pulse {
  0% {
    transform: scale(1);
  }
  75% {
    transform: scale(1);
  }
  85% {
    transform: scale(1.3);
  }
  100% {
    transform: scale(1);
  }
}
