.icon.icon-logo {
  background: url("/plugins/blurt-media/1.0.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);
  }
}
