.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);
  }
}
body {
  --hiveDefaultColor: #585858;
  --hiveLightColor: #757575;
  --hiveLighterColor: #888888;
  --hiveToolsColor: var(--actionButtonColor);
  --hiveHoverColor: var(--mainColor);
  --hiveMediumDarkGrey: #383838;
}
html {
  scroll-padding-top: 50px;  
}

#custom-css .video-actions .action-button-like {
  display: none;
}

#custom-css .video-actions .action-button span {
  display: none;
}

#custom-css .video-actions .action-button-dislike {
  display: none;
}


#custom-css my-video-comments {
  display: none;
}

#custom-css .video-info-likes-dislikes-bar-outer-container {
  display: none;
}

#custom-css .likes-dislikes-bar-outer-container {
  display: none;
}

#custom-css .likes-dislikes-bar {
  display: none;
}

#custom-css .looking-for-account a {
  color: var(--mainColor);
  font-weight: 700;
}

#custom-css .hc-comment-threads a {
  color: var(--mainColor);
  font-weight: 700;
}

#custom-css .notifications a {
  color: var(--mainColor);
  font-weight: 700;
}

#custom-css a.logged-in-display-name {
  color: var(--mainColor);
  font-weight: 700;
  text-decoration: none;
}
#custom-css div.logged-in-display-name {
  color: var(--mainColor);
  font-weight: 700;
  text-decoration: none;
}

#custom-css .video-thumbnail-duration-overlay {
  background-color: rgba(0,0,0,.5);
  text-align: right;
}

@media screen and (max-width: 1200px) {
  .hc-children {
      margin-left: -10px;
  }
}
@media screen and (max-width: 600px) {
  .hc-children {
      margin-left: -20px;
  }
}

@media screen and (max-width: 480px) {
  .hc-hide-portrait {
      display: none !important;
  }
}

.count-ico {
  height:8px;
  margin-left:1px;
  margin-right:0.5px;
  margin-bottom: 2px;
}

.mediatype-ico {
  height: 12px;
  margin-left: 3.5px;
  margin-right: 0.5px;
  margin-bottom: 3px;
}

.hive-hover:hover {
  color: var(--hiveHoverColor) !important;  
}

.hive-hover:hover path {
  fill: var(--hiveHoverColor) !important;
}

.svg-fill-hive-tools path {
  fill: var(--hiveToolsColor) !important;
}

.svg-fill-input-placeholder path {
  fill: var(--inputPlaceholderColor) !important;
}

.svg-fill-white path {
  fill: #fff !important;
}

.svg-fill-default path {
  fill: var(--hiveLightColor) !important;
}

.svg-fill-mark path {
  fill: #e31337 !important;
}
.svg-fill-mark polygon {
  fill: #e31337 !important;
}

.svg-fill-mark-green path {
  fill: green !important;
}
.svg-fill-mark-green polygon {
  fill: green !important;
}

.svg-fill-avatar path:nth-child(2) {
  fill: var(--hiveLightColor) !important;
}

.svg-fill-selected path {
  fill: var(--hiveHoverColor) !important;
}
.svg-hive-logo path {
  fill: #E31337 !important;  
}

.hc-form {
  margin-bottom: 30px;
  display: block;
  margin-top: 0em;
}
.hc-avatar-and-textarea {
    display: flex;
    margin-bottom: 10px;
}
.hc-avatar-and-textarea img {
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    min-width: 25px;
    min-height: 25px;
    vertical-align: top;
    margin-right: 10px;
}
.hc-avatar-svg {
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    min-width: 25px;
    min-height: 25px;
    vertical-align: top;
    margin-right: 10px;
}

.hc-avatar-and-textarea .form-group {
    flex-grow: 1;
    margin: 0;
    position: static !important;
}
.hc-avatar-and-textarea textarea {
    display: inline-block;
    overflow: hidden;    
    height: 32px;
    width: 100%;
    border: 1px solid #c6c6c6;
    border-radius: 3px;
    color: var(--textareaForegroundColor);
    background-color: var(--textareaBackgroundColor);
    padding: 5px 15px;
    font-size: 15px;
    min-height: calc(60px - 15px * 2);
    padding-right: 45px!important;
}
.hc-avatar-and-textarea textarea:focus {
  box-shadow: 0 0 0 .2rem var(--mainColorLightest);
}

.hc-comment-actions {
    margin-bottom: 20px;
    display: flex;
}

.hc-comment-buttons {
    display: flex;
    justify-content: flex-end;
}

.hc-comment-buttons button {
    border: none;
    font-weight: 600;
    font-size: 15px;
    height: 30px;
    line-height: 30px;
    border-radius: 3px;
    text-align: center;
    padding: 0 17px 0 13px;
    cursor: pointer;  
}

.hc-comment-buttons button:not(:last-child) {
    margin-right: .5rem;
}

.hc-reply-button {
    color: var(--mainBackgroundColor);
    background-color: var(--mainColor);
}

.hc-cancel-button {
    color: var(--hiveDefaultColor);
    background-color: transparent;
    font-weight: 600;
    display: inline-block;
    padding: 0 10px;
    white-space: nowrap;
    background: transparent;
}
.hc-comment-action-retry {
  color: red;
  cursor: pointer;
  margin-right: 0px;
  font-weight: 700;
}
.hc-comment-action-discard {
  color: black;
  cursor: pointer;
  margin-right: 0px;
  font-weight: 500;
}

.hc-comment-action-reply {
  color: var(--hiveToolsColor);
  cursor: pointer;
  margin-right: 5px; 
}
.hc-comment-action-reply-no-pointer {
  color: var(--hiveToolsColor);
  cursor: default;
  margin-right: 5px; 
}



.hc-keychainify-checked {
  color: var(--mainColor);
  font-weight: 700; 
}
.hc-keychainify-checked, .hc-keychainify-checked:visited,.hc-keychainify-checked:hover,.hc-keychainify-checked:active {
   text-decoration:none;
   color: var(--mainColor);
   
 }
 
.hc-comment-threads {
  margin-bottom: 20px;  
} 

.hc-comment-html {
  word-break: break-word;
  word-wrap: break-word;
  overflow-wrap: break-word;
  -webkit-hyphens: auto;
  hyphens: auto;
  /*padding-bottom: 6px; removed june 24*/
  margin-bottom: 6px;
  font-size:16px;
  /* removed june 24 border-bottom: 2px solid rgba(0,0,0,.05);  */
}
.hc-comment-html p {
  margin-bottom: 0px;
}

.hc-comment-wrapper:hover {
  background-color: #262626;
}

.hc-comment-wrapper-no-theme:hover {
  background-color: #F4F6F6;
}


.hc-comment-html img {
  /* max width and max height to 33% of the viewport (images into user comments) */
  max-width: 33vw;
  max-height: 33vh;
}

.hc-comment {
  flex-grow: 1;
  min-width: 1px;
}

.hc-comment-account-date {
  display: flex;
  margin-bottom: 4px;
}

.hc-comment-account {
  word-break: break-all;
  font-weight: 600;
  font-size: 90%;  
}
.hc-comment-peertube-name {
  color: var(--mainForegroundColor);
  font-weight: 600;
  margin-right: 5px;
}
.hc-comment-peertube-name-fid {
  color: var(--mainForegroundColor);
  opacity: .6;
  margin-left: 2px !important;
  font-weight: 500;
  margin-right: 2px;
}

.hc-hive-comment-reputation {
  height: 16px;
  border-style:solid;
  border-radius: 12px;
  border-color: var(--hiveToolsColor);
  border-width: 1px;
  margin-bottom: 2px;
  max-width: 100%;
  box-sizing: border-box;
  flex-direction: row;
  align-items: center;
  display: inline-flex;
  padding-right: 6px;
  padding-left: 6px;
  color: var(--mainForegroundColor); 
  font-weight: 400;
  margin-right: 2px;  
}

.hc-comment-account-name {
  height: 20px;
  background-color: var(--hiveToolsColor);
  border-radius: 12px;
  margin-bottom: 2px;
  max-width: 100%;
  box-sizing: border-box;
  flex-direction: row;
  align-items: center;
  display: inline-flex;
  padding-right: 6px;
  padding-left: 6px;
  color: #fff!important;  
}

.hc-comment-date {
  font-size: 90%;
  color: var(--hiveToolsColor);
  margin-left: 7px;
  text-decoration: none;
}

.hc-comment-avatar {
  object-fit: cover;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  min-width: 36px;
  min-height: 36px;  
}


.hc-title-page {
  margin-right: 0;
  opacity: 1;
  font-size: 125%;
  margin-top: 30px;
  margin-bottom: 25px;
  color: var(--mainForegroundColor);
  display: inline-block;
  font-weight: 600;
}

.hc-root-comment {
  font-size: 15px;
  display: flex;
}

.hc-left {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-right: 10px;
}

.hc-right {
  width: 100%;  
}

.hc-vertical-border {
  width: 2px;
  height: 100%;
  background-color: rgba(0,0,0,.05);
  margin: 10px calc(1rem + 1px);
}


.hive-tooltip {
  position:relative;
}

.hive-tooltip-content-above {
  top:-200% !important;
  margin-top:0px !important;
}

.hive-tooltip-content {
  position:absolute;
  font-weight:400;
  line-height:1.5;
  font-size:.875rem;
  
  top:100%;
  margin-top:5px;
  
  left:50%;
  transform:translateX(-50%);
  
  
  padding:7px;
  border-radius:5px;
  background:var(--mainForegroundColor);
  color: var(--mainBackgroundColor);
  
  z-index: 1070;
  visibility: hidden;
  cursor: none;
  overflow: hidden;
}

.hive-tooltip:hover .hive-tooltip-content {
  visibility: visible !important;
}

#chain-heart .hive-tooltip-content {
  position:absolute;
  font-weight:400;
  line-height:1.5;
  font-size:.875rem;
  
  top:100%;
  margin-top:5px;
  
  transform:translateX(-50%);
  
  
  padding:7px;
  border-radius:5px;
  background:var(--mainForegroundColor);
  color: var(--mainBackgroundColor);
  
  z-index: 1070;
  visibility: hidden;
  cursor: none;
  overflow: hidden;
}
@media (min-width: 768px) {
  #chain-heart .hive-tooltip-content {
    left:50%;
  }  
}
@media (max-width: 767px) {
  #chain-heart .hive-tooltip-content {
    left:70%;
  }  
}

.hive-tooltip-small {
  position:relative;
}

.hive-tooltip-content-small {
  position:absolute;
  font-weight:400;
  line-height:1.2;
  font-size:.75rem;
  
  top:100%;
  margin-top:5px;
  
  left:0%;
  transform:translateX(-10px);
  
  
  padding:4px;
  border-radius:5px;
  background:var(--mainForegroundColor);
  color: var(--mainBackgroundColor);
  
  z-index: 1070;
  visibility: hidden;
  cursor: none;
}

.hive-tooltip-small:hover .hive-tooltip-content-small  {
  visibility: visible;
}
.hive-tooltip-small-right {
  position:relative;
}

.hive-tooltip-content-small-right {
  position:absolute;
  font-weight:400;
  line-height:1.2;
  font-size:.75rem;
  
  top:100%;  
  left:0%;
  transform:translate(1px, -12px);
  
  
  padding:4px;
  border-radius:5px;
  background:var(--mainForegroundColor);
  color: var(--mainBackgroundColor);
  
  z-index: 1070;
  visibility: hidden;
  cursor: none;
}

.hive-tooltip-small-right:hover .hive-tooltip-content-small-right  {
  visibility: visible;
}
.hive-error-message-left {
  position:absolute;
  font-weight:400;
  line-height:1.5;
  font-size:.875rem;
  min-width:100px;
  text-align: center;
  
  top:-2px;  
  left:-2px;
  transform:translateY(-100%);
  
  
  padding:7px;
  border-radius:5px;
  border: 1px solid var(--mainForegroundColor);
  color:var(--mainForegroundColor);
  background: var(--mainBackgroundColor);
  
  z-index: 1070;
  visibility: hidden;
}
.hive-error-message-left a {
  color: var(--mainColor);
  font-weight: 700;  
}

.hive-info-message-main {
  position:absolute;
  font-weight:400;
  line-height:1.5;
  font-size:.875rem;
  min-width:100px;
  text-align: center;
  
  padding:7px;
  border-radius:5px;
  border: 1px solid var(--mainForegroundColor);
  color:var(--mainForegroundColor);
  background: var(--mainBackgroundColor);
  
  z-index: 1070;
  visibility: hidden;
}
.hive-info-message-main a {
  color: var(--mainColor);
  font-weight: 700;  
}

.hive-info-message {
  position:absolute;
  font-weight:400;
  line-height:1.5;
  font-size:.875rem;
  min-width:100px;
  text-align: center;
  
  top:-5px;
  
  left:50%;
  transform:translate(-32%, -100%);
  
  
  padding:7px;
  border-radius:5px;
  border: 1px solid var(--mainForegroundColor);
  color:var(--mainForegroundColor);
  background: var(--mainBackgroundColor);
  
  z-index: 1070;
  visibility: hidden;
}
.hive-info-message a {
  color: var(--mainColor);
  font-weight: 700;  
}

.hive-error-message {
  position:absolute;
  font-weight:400;
  line-height:1.5;
  font-size:.875rem;
  min-width:100px;
  text-align: center;
  
  top:-5px;
  
  left:50%;
  transform:translate(-50%, -100%);
  
  
  padding:7px;
  border-radius:5px;
  border: 1px solid var(--mainForegroundColor);
  color:var(--mainForegroundColor);
  background: var(--mainBackgroundColor);
  
  z-index: 1070;
  visibility: hidden;
}
.hive-error-message a {
  color: var(--mainColor);
  font-weight: 700;  
}
.hive-fade-out {
  opacity: 0;
  transition: opacity 0.5s ease-in;  
}
.hive-fade-in {
  opacity: 1;
  transition: opacity 0.5s ease-out;  
}
.hive-fade-out-demo {
  opacity: 0;
  transition: opacity 1s ease-in;  
}
.hive-fade-in-demo {
  opacity: 1;
  transition: opacity 1s ease-out;  
}

.hc-reply-link {
  font-size:14px;
  line-height:21px;
  margin-left:3px;
}

@keyframes hcspinkey0-every30s {
  0% {transform:rotate(0deg);}
  3.33% {transform:rotate(360deg);}
  100% {transform:rotate(360deg);}
}
@keyframes hcspinkey1-every30s {
  0% {transform:rotate(0deg);}
  3% {transform:rotate(0deg);}
  6.33% {transform:rotate(360deg);}
  100% {transform:rotate(360deg);}
}
@keyframes hcspinkey2-every30s {
  0% {transform:rotate(0deg);}
  6% {transform:rotate(0deg);}
  9.33% {transform:rotate(360deg);}
  100% {transform:rotate(360deg);}
}
@keyframes hcspinkey3-every30s {
  0% {transform:rotate(0deg);}
  9% {transform:rotate(0deg);}
  12.33% {transform:rotate(360deg);}
  100% {transform:rotate(360deg);}
}
@keyframes hcspinkey4-every30s {
  0% {transform:rotate(0deg);}
  12% {transform:rotate(0deg);}
  15.33% {transform:rotate(360deg);}
  100% {transform:rotate(360deg);}
}
@keyframes hcspinkey5-every30s {
  0% {transform:rotate(0deg);}
  15% {transform:rotate(0deg);}
  18.33% {transform:rotate(360deg);}
  100% {transform:rotate(360deg);}
}

@keyframes hcspinkey0-every1m {
  0% {transform:rotate(0deg);}
  1.66% {transform:rotate(360deg);}
  100% {transform:rotate(360deg);}
}
@keyframes hcspinkey1-every1m {
  0% {transform:rotate(0deg);}
  1.5% {transform:rotate(0deg);}
  3.16% {transform:rotate(360deg);}
  100% {transform:rotate(360deg);}
}
@keyframes hcspinkey2-every1m {
  0% {transform:rotate(0deg);}
  3% {transform:rotate(0deg);}
  4.66% {transform:rotate(360deg);}
  100% {transform:rotate(360deg);}
}
@keyframes hcspinkey3-every1m {
  0% {transform:rotate(0deg);}
  4.5% {transform:rotate(0deg);}
  6.16% {transform:rotate(360deg);}
  100% {transform:rotate(360deg);}
}
@keyframes hcspinkey4-every1m {
  0% {transform:rotate(0deg);}
  6% {transform:rotate(0deg);}
  7.66% {transform:rotate(360deg);}
  100% {transform:rotate(360deg);}
}
@keyframes hcspinkey5-every1m {
  0% {transform:rotate(0deg);}
  7.5% {transform:rotate(0deg);}
  9.16% {transform:rotate(360deg);}
  100% {transform:rotate(360deg);}
}

@keyframes hcspinkey0-every2m {
  0% {transform:rotate(0deg);}
  0.83% {transform:rotate(360deg);}
  100% {transform:rotate(360deg);}
}
@keyframes hcspinkey1-every2m {
  0% {transform:rotate(0deg);}
  0.75% {transform:rotate(0deg);}
  1.58% {transform:rotate(360deg);}
  100% {transform:rotate(360deg);}
}
@keyframes hcspinkey2-every2m {
  0% {transform:rotate(0deg);}
  1.5% {transform:rotate(0deg);}
  2.33% {transform:rotate(360deg);}
  100% {transform:rotate(360deg);}
}
@keyframes hcspinkey3-every2m {
  0% {transform:rotate(0deg);}
  2.25% {transform:rotate(0deg);}
  3.08% {transform:rotate(360deg);}
  100% {transform:rotate(360deg);}
}
@keyframes hcspinkey4-every2m {
  0% {transform:rotate(0deg);}
  3% {transform:rotate(0deg);}
  3.83% {transform:rotate(360deg);}
  100% {transform:rotate(360deg);}
}
@keyframes hcspinkey5-every2m {
  0% {transform:rotate(0deg);}
  3.75% {transform:rotate(0deg);}
  4.58% {transform:rotate(360deg);}
  100% {transform:rotate(360deg);}
}

.hc-spin-0 { animation: hcspinkey0-every30s 30s 6, hcspinkey0-every1m 60s 9 180s, hcspinkey0-every2m 120s infinite 720s }
.hc-spin-1 { animation: hcspinkey1-every30s 30s 6, hcspinkey1-every1m 60s 9 180s, hcspinkey1-every2m 120s infinite 720s }
.hc-spin-2 { animation: hcspinkey2-every30s 30s 6, hcspinkey2-every1m 60s 9 180s, hcspinkey2-every2m 120s infinite 720s }
.hc-spin-3 { animation: hcspinkey3-every30s 30s 6, hcspinkey3-every1m 60s 9 180s, hcspinkey3-every2m 120s infinite 720s }
.hc-spin-4 { animation: hcspinkey4-every30s 30s 6, hcspinkey4-every1m 60s 9 180s, hcspinkey4-every2m 120s infinite 720s }
.hc-spin-5 { animation: hcspinkey5-every30s 30s 6, hcspinkey5-every1m 60s 9 180s, hcspinkey5-every2m 120s infinite 720s }



.hc-gift-color {
  cursor: pointer;  
}

.hc-gift-color path {
  fill: var(--hiveToolsColor) !important;
}


.hc-gift-gifted {
  cursor: pointer;  
}
.hc-gift-gifted path {
  fill: var(--hiveHoverColor) !important;
}

@keyframes hcblink {
  0%, 100% { opacity: 1; }
  50% { opacity: 0; }
}

/*
.hc-new-messages {
  animation: hcblink 0.5s 1;
  cursor: pointer;  
}
*/

@keyframes hcblinkdemo {
  0%, 100% { opacity: 1; }
  50% { opacity: 0; }
}

/*
.hc-new-messages-demo {
  animation: hcblinkdemo 1s 1;
  cursor: pointer;  
}
*/

.hc-hidden {
  display: none;
}
.hc-greyed {
  color: var(--inputPlaceholderColor);
}

.hc-margin-top {
  margin-top:20px;
}
@media (max-width: 767px) {
  .video-actions-rates .video-actions {
    white-space: nowrap;
  }
  .video-info-first-row-bottom my-action-buttons {
    display:none !important;
  }
}

@media (min-width: 768px) {
  .hc-flex {
    display: flex !important;
    width: 100%;
  }
  .video-actions-rates {
    min-width: 250px;
  }
  .video-actions-rates .video-actions {
    white-space: nowrap;
    transform: scale(1) !important;
    margin-top: -4px;
  }  
  .d-md-block .video-info-name {
    margin-right: 5px !important;
    flex-shrink: 50;
  }  
}
.hc-download {
  width: auto !important;
  padding: 0px !important;
  margin-left: 10px !important;
  line-height: 30px !important;
  outline:0 !important;  
}
#custom-css .video-actions-rates .dropdown-item {
  width: auto !important;
  padding: 0px !important;
  margin-left: 10px !important;
  line-height: 30px !important;
  outline:0 !important;  
}
.hc-overlay-bckg {
  background: rgba(24,32,40,.94);
  z-index: 20000;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
}
.hc-overlay {
  transform: translate(-50%,-50%);
  box-sizing: border-box;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 95%;
  max-width: 640px;
  max-height: 100vh;
  overflow-y: auto;
  border-radius: 2px;
}
@media (min-width: 768px) {
  .hc-overlay {
    width: 80%;
  }
}

.hc-ov-action {
  position: absolute;
  top: 12px;
  right: 12px;
}
.hc-ov-action-close {
    display: inline-block;
    cursor: pointer;
    text-align: center;
    width: 30px;
    height: 30px;
    line-height: 42px;
    border-radius: 50%;
  
}
.hc-ov-action-close:hover {
  background-color: var(--mainColor) !important;
}
.svg-close-hover:hover path{
  fill: #fff !important;
}

.hc-ov-title {
  height: 64px;
  line-height: 64px;
  border-bottom: 1px solid #eaeaea;
  padding-left: 32px;
  padding-right: 64px;
  font-weight: 500;
  font-size: 22px;    
}


.hc-ov-title-long {
  min-height: 48px;
  border-bottom: 1px solid #eaeaea;
  padding-left: 32px;
  padding-right: 64px;
  font-weight: 500;
  font-size: 22px;    
}  

.hc-ov-content {
  display: flex;
  align-items: center;
  padding-left: 32px;
  padding-right: 32px;
  padding-top: 24px;
  padding-bottom: 24px;
  line-height: 1.5;
  font-size: 15px;
}
.hc-input-group {
  position: relative;
  display: table;
  border-collapse: separate;
  margin-top:10px;
}
.hc-form-control {
  display: table-cell;
  padding-left: 0px !important;
  padding-right: 0;
  border-width: 1px 0;
  border-bottom-color: #ddd;
  border-radius: 0;
  height: 38px;
  padding: 8px 16px;
  background-color: transparent;
  background-image: none;
  border: 1px solid #ddd;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  padding-right: 2px;
}

.hc-input-group .hc-form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 95%;  
  margin-bottom: 0px;
}
.hc-input {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    border-top-color: transparent;
    border-right-color: transparent;
    border-left-color: transparent;
    box-shadow: none;    
}
.hc-drop-button {
  font-weight: 500;
  text-transform: uppercase;
  border-width: 0;
  padding: 5px 14px;
  color: #333;
  background-color: #f5f5f5;
  border-color: transparent;
  border: 1px solid transparent;
  width: 80px;  
  
}
.hc-caret {
  font-style: normal;
  font-weight: 400;
  border: 0;
  margin: 0;
  width: auto;
  height: auto;
  text-align: center;
  margin-top: -1px;
}

.hc-dropdown {
  width: 5%;
  display: table-cell;
  vertical-align: bottom;
}
.hc-input:focus {
  position: relative;
  display: table;
  border-collapse: separate;
  border-bottom-color: var(--mainColor);
  border-bottom-width: 1.5px;  
  
}

.hc-text-group {
  position: relative;
  border-collapse: separate;
  margin-top:10px;
}
.hc-text-control {
  padding-left: 0px !important;
  padding-right: 0;
  border-width: 1px 0;
  border-bottom-color: #ddd;
  border-radius: 0;
  height: 38px;
  padding: 8px 16px;
  background-color: transparent;
  background-image: none;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  padding-right: 2px;
}

.hc-text-group .hc-text-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;  
  margin-bottom: 0px;
}
.hc-currency {
  padding: 8px 16px;
  cursor: pointer;  


}
.hc-currency:hover {
  background-color: #EEEEEE;
}
.text-semibold {
  font-weight: 600;
}
.text-size-small {
  font-size: 13px;
}
.hc-pull-right {
  float: right!important;
}
.well {
  min-height: 20px;
  padding: 19px;
  background-color: #fdfdfd;
  border: 1px solid #ddd;
  border-radius: 3px;
}
.hc-ov-buttons {
  border-top: 1px solid #eaeaea;
  margin-top: 20px;
  padding: 10px 0px;
}
.hc-button {
  color: #fff !important;
  background-color: var(--mainColor) !important;
  border-color: var(--mainColor) !important;
  font-size: 15px;
}
.hc-red {
  color: red;
}

.hc-section-title {
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 5px;
  align-items: center;
  color: var(--mainForegroundColor);    
}

.hc-block {
    margin-bottom: 75px;
    font-size: 15px;
}

.heart-shrink-comments:active:hover {
  width: 14px !important;
  margin-right: 6px !important;
}

.heart-shrink-main:active:hover {
  height: 18px !important;
}

.heart-shrink-list:active:hover {
  width: 14px !important;
  margin-right: 1.04px! important;
}

.hc-grey-button {
  border: 0;
  font-weight: 600;
  font-size: 15px;
  height: 30px;
  line-height: 30px;
  border-radius: 3px!important;
  text-align: center;
  padding: 0 14px;
  background-color: #e5e5e5;
  color: var(--hiveDefaultColor);
  margin-right: 10px;
  white-space: nowrap;
}

.hc-notification {
  font-size: inherit;
  padding: 15px 5px 15px 10px;
  border-bottom: 1px solid rgba(0,0,0,.1);
  word-break: break-word;
  display: flex;
  align-items: center;  
}
.hc-notification-unread {
  background-color: rgba(0,0,0,.05);
}

.notif-icon {
  width: 24px;
  margin-right: 11px;
  margin-left: 3px;  
}

.notif-message {
  flex-grow: 1;
}

.notif-date {
  font-size: .85em;
  color: var(--hiveDefaultColor);
  padding-left: 5px;
  min-width: 70px;
  text-align: right;
  margin-left: auto;    
}

.hc-unread-notifications, .hc-hive-unread-notifications {
  margin-left: 20px;
  position: absolute;
  top: 6px;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--mainColor);
  color: #fff;
  font-size: 10px;
  font-weight: 600;
  border-radius: 15px;
  width: 15px;
  height: 15px;
}

.hc-my-notification {
  margin-left: auto;
  margin-right: 15px;
}

.hc-notification-inbox-popover {
  cursor: pointer;
  position: relative;
  transition: all .1s ease-in-out;
  border-radius: 25px;
  padding: 10px;  
  
}

.hc-notification-inbox-popover:hover{
  background-color: hsla(0,0%,100%,.15);
}

.hc-bell {
  color: grey;
  transition: color .1s ease-in-out;
}

.hc-notification-inbox-popover:hover .hc-bell {
  color: #fff;
}
@media screen and (max-width: 600px) {
  .hc-notifications-responsive {
    width: 350px !important;
  }
}

.hc-no-notif {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 0;  
}

.hc-small-link {
  font-size: 12.8px;
}

.popover-notifications.popover .popover-body .content>my-user-notifications-hive:nth-child(2) {
    overflow-y: auto;
    flex-grow: 1;
}

.popover-notifications.popover .popover-body {
    padding: 0;
    font-size: 14px;
    font-family: Source Sans Pro,sans-serif;
    width: 400px;
    box-shadow: 0 2px 6px rgb(0 0 0 / 30%);
}
.popover-notifications.popover .popover-body .content {
    max-height: 150px;
    transition: max-height .15s ease-out;
    display: flex;
    max-height: 500px;
    height: 500px;
    flex-direction: column;
}
.popover-notifications.popover .popover-body .notifications-header {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid rgba(0,0,0,.1);
    align-items: center;
    padding: 0 12px;
    font-size: 14px;
    font-weight: 700;
    color: rgba(0,0,0,.5);
    text-transform: uppercase;
    min-height: 40px;
}
.popover-notifications.popover {
  max-width: none;
  left: 7px!important;
}
.popover-notifications.popover .popover-body .notifications-header a, .popover-notifications.popover .popover-body .notifications-header button {
    color: rgba(20,20,20,.5);
}
.notif-message a {
  color: var(--mainColor);
  font-weight: 700;
}

.hc-mark-all-icon {
  position: relative;
  width: 20px;
  margin-right: 3px;
  top: -1px;
}

.ph-stat {
  text-align: center;
  margin-bottom: 1em;
  overflow: hidden;
}

.ph-stat .ph-stat-value {
  font-size: 2.25em;
  line-height: 1em;
  margin: 0;
}

.ph-stat .ph-stat-label {
  font-size: 1.15em;
  margin: 0;
}

.ph-stat .glyphicon {
  opacity: .12;
  position: absolute;
  left: 16px;
  top: -10px;
}

.ph-glyphicon {
  opacity: .12;
  position: absolute;
  left: 16px;
  top: -10px;
}


.blur-and-show {
  animation: hc-blur 8s;
  -webkit-animation: hc-blur 8s;
  -moz-animation: hc-blur 8s;
  
}

@keyframes hc-blur {
  0%, 70% {
    -webkit-filter: blur(7px);
    -moz-filter: blur(7px);
    -o-filter: blur(7px);
    -ms-filter: blur(7px);
  }
  100% {
    -webkit-filter: blur(0px);
    -moz-filter: blur(0px);
    -o-filter: blur(0px);
    -ms-filter: blur(0px);
  }
}

.hc-login-buttons-block {
  margin: 30px 25px 35px;
}
.hc-login-buttons-block > a {
  display: block;
  width: 100%;
}

@media (min-width: 768px) {

  .video-miniature.display-as-row .video-miniature-information .video-miniature-created-at-views {
    width: 270px !important;
  }

}

.hc-label {
  font-weight: 400;
  font-size: 100%; 
}

.hc-input-hive {
  padding: 0 15px;
  height: 30px;
  width: 340px;
  color: var(--inputForegroundColor);
  background-color: var(--inputBackgroundColor);
  border: 1px solid #C6C6C6;
  border-radius: 3px;
  font-size: 15px;
  display: block;  
}

/*
.video-info .video-info-first-row .video-actions-rates {
  z-index: 1070;
}
fix hive tools z-index issues, disable above and add below

not on mobile
*/

@media (min-width: 1024px) {

  .video-js.vjs-peertube-skin .vjs-control-bar {
    z-index: auto !important;
  }

  .video-js.vjs-peertube-skin .vjs-control-bar .vjs-progress-control {
    z-index: auto !important;  
  }
}

.hc-info-box {
  border: 1px solid #DDDDDD;
  font-size: 11px;
  border-radius: 3px;
  color: var(--inputForegroundColor);  
  width: 340px;
  caret-color: transparent;
  cursor: default;
  padding: 1px 10px;
  margin-top: 5px;  
}
@media screen and (max-width: 380px) {
  .hc-info-box {
    width: 100%;
  }
}

.hc-href {
  color: var(--mainColor);
  font-weight: 700;
}

.hc-href-small {
  color: var(--mainColor);
  font-weight: 500;
  font-size: 12px;
}

.hc-href:hover {
  color: var(--mainColor);
  text-decoration: none;
}

.hc-href-small:hover  {
  color: var(--mainColor);
  text-decoration: none;
}

.hc-table {
  border: 1px solid #EEEEEE;
}

.hc-table th, td {
  border: 1px solid #EEEEEE;
  padding: 3px;
}
.hc-input-dashboard {
  border: 1px solid var(--mainBackgroundColor)!important;
  box-shadow: #0000001a 0 1px 20px;
  width: 48px;
  padding: 2px 5px;
  margin-bottom: 8px;  
}

.hc-row:hover {
  background: var(--greyBackgroundColor);
  opacity:0.9;
}

.dashboard-a {
  color: currentColor;
  box-sizing: border-box;
  display: block;
  font-size: 1.2rem;
  padding: 9px 12px;
  text-align: initial;
  text-transform: unset;
  width: 100%;
  top: 1px;
}

dashboard-a:hover, dashboard-a:visited, dashboard-a:link, dashboard-a:active {
  text-decoration: none;
}

.hc-select {
  padding: 0 35px 0 12px;
  position: relative;
  border: 1px solid #C6C6C6;
  background: var(--mainBackgroundColor);
  cursor: pointer;
  height: 30px;
  text-overflow: ellipsis;
  color: var(--mainForegroundColor);
}

.hc-system-icon {
  margin-inline-end: 10px;
  width: 23px;
  opacity: .7;
  position: relative;
  top: -1px;

}

.hc-textarea-comment {
  overflow: auto !important;
}

.hc-sign-link { 
  color: var(--menuBackgroundColor);
  font-size: 20px;
  font-weight: 800;
  letter-spacing: 1.5px;
  text-decoration: none;  
}

.hc-sign-link:hover { 
  text-decoration: none;
  color: var(--mainHoverColor);
}
textarea#import-scripts {
  width: 100%;
}

.ht-log-job {
  cursor: pointer;
}

.ht-log-upload {
  cursor: pointer;
}

.hc-label-small-info {
  font-style: italic;
  margin-bottom: 10px;
  font-size: 13px;
  
}

.hc-import-scripts-box {
  background: var(--greyBackgroundColor);
  padding: 10px;
  width: 360px;
}
@media (min-width: 768px) {
  .hc-icon {
    padding: 6px 15px !important;
    top: -1px;
  }
}

.hc-tor-fields {
  background: var(--greyBackgroundColor);
  width: 370px;
  padding: 4px 8px 6px 14px !important;
  margin-bottom: 0px !important;
}

.hc-form-group-checkbox input + span {
    position: relative;
    width: 18px;
    min-width: 18px;
    height: 18px;
    border: 1px solid #C6C6C6;
    border-radius: 3px;
    vertical-align: middle;
    cursor: pointer;
}

.hc-form-group-checkbox input + span:after {
    content: "";
    position: absolute;
    top: 1px;
    left: 5px;
    width: 5px;
    height: 12px;
    opacity: 0;
    transform: rotate(45deg) scale(0);
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
}

.hc-form-group-checkbox input + span + span {
    margin-inline-start: 5px;
    font-size: 15px;
    font-weight: 400;
    cursor: pointer;
    display: inline;
}

.hc-form-group-checkbox input:checked + span {
    border-color: transparent;
    background: var(--mainColor);
    animation: jelly .6s ease;
}
.hc-form-group-checkbox {
  display: flex;
  align-items: center;
  margin-bottom: 0;  
}

.hc-form-group-checkbox input {
  opacity: 0;
  position: absolute;
}

.hc-form-group-checkbox input:checked + span:after {
    opacity: 1;
    transform: rotate(45deg) scale(1);
}

.hc-form-group-checkbox input:focus + span {
    box-shadow: 0 0 0 0.2rem var(--mainColorLightest);
}

.hc-exclamation {
  height: 14px;
  margin-bottom: 2px;
  margin-right: 5px;  
}

.hc-exclamation path {
  fill: #FEEEED !important;
}

.svg-button-parent svg.svg-button {
  position: absolute;
  left: 0;
  top: 0;
  fill: none;
  stroke: #fff;
  stroke-dasharray: 150 480;
  stroke-dashoffset: 150;
  stroke-width:3;
  pointer-events: none; 
}

svg.svg-button {
  margin-top: -1px;
  margin-left: -1px;
}

/*
.svg-button-parent:hover svg.svg-button {
  animation: hcbuttonhover 1s;
}

@keyframes hcbuttonhover {
  0% {stroke-dashoffset: 150;}
  100% {stroke-dashoffset: -480;}
}
*/

.hc-button-animation { animation: hcbutton-every30s 30s 6, hcbutton-every1m 60s 9 180s, hcbutton-every2m 120s infinite 720s }

@keyframes hcbutton-every30s {
  0% {stroke-dashoffset: 150;}
  10% {stroke-dashoffset: 150;}
  13.33% {stroke-dashoffset: -480;}
  100% {stroke-dashoffset: -480;}
}

@keyframes hcbutton-every1m {
  0% {stroke-dashoffset: 150;}
  5% {stroke-dashoffset: 150;}
  6.66% {stroke-dashoffset: -480;}
  100% {stroke-dashoffset: -480;}
}

@keyframes hcbutton-every2m {
  0% {stroke-dashoffset: 150;}
  2.5% {stroke-dashoffset: 150;}
  3.33% {stroke-dashoffset: -480;}
  100% {stroke-dashoffset: -480;}
}

.btn-group-subscribe.hive-handled.unsubscribe-button svg.svg-button.hc-button-animation {
  display: none;
}

.btn-group-subscribe.hive-handled.hive-unsubscribe-button svg.svg-button.hc-button-animation {
  display: none;
}

.hc-disable-click {
  pointer-events: none; 
}

@keyframes hcspinfeather-every30s {
  0% {transform:rotate(0deg) scale(1); color:gray; stroke-width:2;}
  2.5% {transform:rotate(180deg) scale(2); color:var(--menuForegroundColor); stroke-width:3;}
  5% {transform:rotate(360deg) scale(1); color:gray; stroke-width:2;}
  100% {transform:rotate(360deg) scale(1); color:gray; stroke-width:2;}
}
@keyframes hcspinfeather-every1m {
  0% {transform:rotate(0deg) scale(1); color:gray; stroke-width:2;}
  1.25% {transform:rotate(180deg) scale(2); color:var(--menuForegroundColor); stroke-width:3;}
  2.5% {transform:rotate(360deg) scale(1); color:gray; stroke-width:2;}
  100% {transform:rotate(360deg) scale(1); color:gray; stroke-width:2;}
}
@keyframes hcspinfeather-every2m {
  0% {transform:rotate(0deg) scale(1); color:gray; stroke-width:2;}
  0.62% {transform:rotate(180deg) scale(2); color:var(--menuForegroundColor); stroke-width:3;}
  1.25% {transform:rotate(360deg) scale(1); color:gray; stroke-width:2;}
  100% {transform:rotate(360deg) scale(1); color:gray; stroke-width:2;}
}

.hc-feather-animation { 
  animation: hcspinfeather-every30s 30s linear 6, hcspinfeather-every1m 60s 9 180s, hcspinfeather-every2m 120s infinite 720s 
}

@keyframes hcspin-every3s {
  0% {transform:rotate(0deg);}
  5% {transform:rotate(180deg);}
  10% {transform:rotate(360deg);}
  100% {transform:rotate(360deg);}
}

.hc-new-messages {
  animation: hcspin-every3s 3s linear infinite;
  cursor: pointer;
}

.hc-dynamic-views {
  margin-right: 2.5px;
}

@keyframes star-rotate {
  0% {transform:rotate(0deg); }
  100% {transform:rotate(360deg);}
}

.hive-star {
  position: absolute;
  left: 1px;
  top: 3px;  
}

.hive-star svg {
  width: 37px;
  animation: star-rotate 15s linear infinite
}

.hive-star svg path {
  fill: var(--mainForegroundColor) !important;
}

.hc-no-animation {
  animation: none !important;
}

.svg-fill-red path {
  fill: red !important;
}

.svg-fill-green path {
  fill: green !important;
}

.ht-force-hide {
  display: none !important;
}

.ht-live-row {
  margin-right: 10px;
  font-size: 120%;
  font-weight: 600;
  color: var(--mainForegroundColor);
}

.svg-fill-main path {
  fill: var(--mainForegroundColor) !important;
}

@keyframes htfadeframes {
  0% { opacity: 1 }
  16.66% { opacity: 0 }
  33.33% { opacity: 1 }
  100% { opacity: 1 }
}

.ht-fade {
  opacity: 1;
  animation: htfadeframes 3s infinite
}

.svg-fill-help path {
  color: var(--mainForegroundColor) !important;
}

.svg-fill-help line {
  color: var(--mainForegroundColor) !important;
}

.svg-fill-help circle {
  color: var(--mainForegroundColor) !important;
}

.link-orange {
  border-bottom: none !important;  
}

.hc-all-notifications {
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    color: #212529;
    padding: 7px 0;
    margin-top: auto;
    text-decoration: none;
}

.pt-custom-login a {
  color: var(--mainColor);
  font-weight: 700;  
  opacity: .8;
}

.pt-custom-login a:hover {
  color: var(--mainHoverColor);
  
}

my-about-follows > .row > div {
  margin-bottom: 10px;
}

.follows-h2 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 20px;
}

.hc-a-follows {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 3px;
}

.hc-hover-cursor:hover {
  cursor: pointer;
}

.hc-transparent-div {
  background-color: transparent !important;
}

.hc-transparent-div:hover {
  background-color: transparent !important;
}

.hc-checkbox {
  vertical-align: middle;
  accent-color: var(--mainColor);  
  height: 1em;
  width: 1em;
  display:block;
}

.hc-account-el {
  font-size: 90%;
  font-weight: 400;
}

.hc-account-el a {
  font-weight: 500;
  color: var(--colorLighter);    
}

.hc-account-el a:hover {
  color: var(--colorBright);    
}

.video-actions span.custom-action.dropdown-item {
  color: var(--hiveToolsColor);
}


@keyframes border-flash-theme {
  from, to {
    outline: solid transparent 1px;
  }    
  50% {    
    outline: solid var(--colorBright) 1px;
  }    
}

@keyframes text-flash-theme {
  from, to {
    color: var(--bs-btn-color);
  }    
  50% {    
    color: var(--colorBright);
  }    
}

.copyButtonFlashTheme {
  outline: none;
  animation: 0.3s ease-in-out 0.1s 3 border-flash-theme, 0.3s ease-in-out 0.1s 3 text-flash-theme;
  
}

@keyframes border-flash-no-theme {
  from, to {
    outline: solid transparent 1px;
  }    
  50% {    
    outline: solid var(--mainColor) 1px;
  }    
}

@keyframes text-flash-no-theme {
  from, to {
    color: var(--bs-btn-color);
  }    
  50% {    
    color: var(--mainColor);
  }    
}

.copyButtonFlashNoTheme {
  outline: none;
  animation: 0.3s ease-in-out 0.1s 3 border-flash-no-theme, 0.3s ease-in-out 0.1s 3 text-flash-no-theme;
  
}

.ht-loading-state {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 99999;
  display: flex;
  justify-content: center;
  align-items: center;
}

.ht-loading {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border: 8px solid var(--hiveToolsColor);
  border-top-color: var(--mainColor);
  animation: htloading 1s linear infinite;
}

@keyframes htloading {
  to {
    transform: rotate(360deg);
  }
}

.eye-hover:hover {
  color: var(--mainForegroundColor) !important;
}

.hc-podcast-label {
  font-weight: 600;
  margin-right: 5px;
  display: inline;    
}

.hc-podcast-input {
  line-height: 23px;
  font-size: 15px;
  padding: 3px 8px;
  color: var(--inputForegroundColor);
  background-color: var(--inputBackgroundColor);
  border: 1px solid var(--inputBorderColor);
  border-radius: 3px;
  display: inline;  
}

@media (min-width: 768px) {

  .hc-mobile {
    display: none;
  }

}

.hc-oauth-avatar {
  object-fit: cover;
  border-radius: 50%;  
  width: var(--avatarSize);
  height: var(--avatarSize);
  min-width: var(--avatarSize);
  min-height: var(--avatarSize);  
}


.hc-peertube-avatar {
  width: 36px;
  height: 36px;
  min-width: 36px;
  min-height: 36px;
  background-color: #939393;
  object-fit: cover;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 22px;
  font-weight: 400;
}

.hc-peertube-account-link {
  text-decoration: none !important;
  font-weight: 600 !important;  
}

.hc-avatar-blue {
  background-color: #009FD4;
}

.hc-avatar-green {
  background-color: #00AA55;
}

.hc-avatar-purple {
  background-color: #B381B3;
}

.hc-avatar-gray {
  background-color: #939393;
}

.hc-avatar-yellow {
  background-color: #AA8F00;
}

.hc-avatar-orange {
  background-color: #D47500;
}

.hc-avatar-red {
  background-color: #E76E3C;
}

.hc-avatar-dark-blue {
  background-color: #0A3055;
}

.blurt-login-box {
  flex: 0 0 49%;
  border-radius: 5px;
  color: white;
  padding: 10px;
  font-size: calc(14px + 0.5vw);
}

@media (orientation: portrait) {
  .blurt-login-box {
    flex-basis: 98%;
  }
}


.hive-login-box {
  flex: 0 0 49%;
  border-radius: 5px;
  color: white;
  padding: 10px;
  font-size: calc(14px + 0.5vw);
}

.chain-login-box-with-theme {
  background-color: var(--hiveMediumDarkGrey);  
}

.chain-login-box-no-theme {
  background-color: #888888;
  
}

@media (orientation: portrait) {
  .hive-login-box {
    flex-basis: 98%;
  }
}

.hc-login-input {
  line-height: 23px;
  font-size: 15px;
  padding: 3px 15px;
  display: inline-block;
  width: 100%;
  max-width: 100%;  
  border: 1px solid var(--inputBorderColor);
  border-radius: 3px;
  color: var(--inputForegroundColor) !important;
  background-color: var(--inputBackgroundColor) !important;
  box-shadow: none !important;  
  
}

.login-form-and-externals {
  margin-inline-start: 0px !important;
  max-width: 900px !important;
}

.instance-information {
  max-width: 400px !important;
  min-width: 100px !important;
}

@media screen and (min-width: 1600px) {
  .login-form-and-externals {
    max-width: 1200px !important;
  }  
  .instance-information {
    max-width: 600px !important;
  }
}

@media screen and (max-width: 640px) {
  .main-col.expanded my-login .wrapper {
      flex-direction: column !important;
  }
}

@media screen and (min-width: 1600px) {

  .peertube-select-radio.advanced-filters {
    margin-left: 35px !important;
    
  }
}

.give-it-button {
  font-size: 30px;
}

@media screen and (max-width: 800px) {
  .give-it-button {
    font-size: 20px;
  }  
}

.login-msg-box {
  padding:30px 15px;  
  font-size: calc(12px + 0.5vw);
}

.login-msg-box > span {
  font-weight:700;
  display:block;
  margin-bottom:10px;
}

my-login .margin-content > .wrapper {
  max-width: none !important;
}

.loggedin-message {
  width: 100%;
  text-align: center;
}

my-login .login-form-and-externals .external-login-blocks {
  display: none;
}

.admin-settings-flex {
  display: flex;
  flex-wrap: wrap;  
}

.admin-settings-block {
  width: 45%;
  padding-left: 7px;
  margin-bottom: 20px;   
}

.admin-settings-update {
  display: flex;
  justify-content: center;  
}

.admin-settings-title {
  border-bottom: 1px solid var(--mainForegroundColor);
  margin-bottom: 20px; 
  margin-left: -7px;
}

@media screen and (max-width: 640px) {
  .admin-settings-block {
    width: 90%;
    margin-left: 0px !important;
    margin-top: 0px !important;
  }
}

.hc-zindex {
  z-index: 1070;
}


.ph-login-button {
  
  cursor:pointer;
  color: #fff;
  font-size: 20px;
  line-height: 30px;
  border-radius: 3px;
  text-align:center;
  border: 1px solid var(--colorMediumGrey);  
  padding-left: 5px;
  padding-right: 5px;
  margin-left: 3px;  
  border-bottom: 1px solid var(--colorMediumBrightGrey);
  border-right: 1px solid var(--colorMediumBrightGrey);
  
}

.ph-blurt-avatar {
  width: 20px;
  margin-inline-start: 0.1rem;
  display: flex;
  margin-inline-end: 0.85rem;
  position: relative;
} 

.ph-hive-avatar {
  width: 20px;
  margin-inline-start: 0.1rem;
  display: flex;
  margin-inline-end: 0.85rem;
  position: relative;
  top: 1px;
} 

.ph-oauth-avatar {
  width: 20px;
  margin-inline-start: 0.1rem;
  display: flex;
  margin-inline-end: 0.85rem;
  position: relative;
} 

.ph-fediverse-avatar {
  width: 18px;
  margin-inline-start: 0.18rem;
  display: flex;
  margin-inline-end: 0.87rem;
  position: relative;
} 

.chain-button-handler {
  padding: 5px;
}

.ph-trending-header {
  font-weight: 600;
  margin-bottom: 20px;
  font-size: 1rem;
  grid-column: 1 / -1;
}

.ph-global-icon {
  position: relative;
  top: -1px;
}

@media screen and (max-width: 500px) {
  .ph-trending-header {
    text-align: center;
  }
}

.ph-video-wrapper {
  font-weight: 600;
  margin-bottom: 20px;
  font-size: 1rem;
  grid-column: 1 / -1;  
  margin-bottom: 24px;
  color: var(--hiveDefaultColor); 
  text-align: center;  
}

.ph-description-counter {
  margin-right: 1em;
  font-weight: 500;
  font-size: 0.8em;
}

.ph-help-icon {
  position: relative;
  top: -1px;
  cursor:pointer;
  width:18px;  
}

.ai-warn {  
  width: 275px;
  font-size: 14px;
  text-align: justify;  
}

.ht-log-upload-error {
  text-align: center;
  cursor: pointer;
  
}

.ph-nsfw-icon {
  width: 30px;
}

.hc-verify-button {
  border: 0;
  background-color: var(--mainColorLighter);
  font-weight: 600;
  font-size: 15px;
  width: 100px;
  height: 30px;
  line-height: 30px;
  border-radius: 3px !important;
  text-align: center;
  padding: 5px 14px;
  color: white;
  margin-right: 10px;
  white-space: nowrap;
}

.hc-nsfw-action-button-safe {
  border: 0;
  background-color: green;
  margin-bottom: 10px;
  font-weight: 600;
  font-size: 15px;
  border-radius: 3px !important;
  text-align: center;
  padding: 5px 14px;
  color: white;
  white-space: nowrap;
}

.hc-nsfw-action-button-unsafe {
  border: 0;
  background-color: red;
  margin-bottom: 10px;  
  font-weight: 600;
  font-size: 15px;
  border-radius: 3px !important;
  text-align: center;
  padding: 5px 14px;
  color: white;
  white-space: nowrap;
}

.svg-fill-ns-red path {
  fill: red !important;
}

.svg-fill-ns-yellow path {
  fill: yellow !important;
}

.svg-fill-ns-green path {
  fill: green !important;
}

.ph-transcoding-message {
  text-align: center;
  border-radius: 0;
}