.vjs-overlay a {
  color: #210cbf;
}

/* make font size for overlays little bigger and responsive */
.video-js .vjs-overlay { /* apply for screen sizes under 768px */
  font-size:1.2rem;
}
@media screen and (min-width: 768px) { /* apply for screen sizes bigger or equal 768px */
  .video-js .vjs-overlay {
    font-size:1.4rem;
  }
}.video-js .vjs-overlay{color:#fff;position:absolute;text-align:center}.video-js .vjs-overlay-no-background{max-width:33%}.video-js .vjs-overlay-background{background-color:#646464;background-color:rgba(255,255,255,0.4);border-radius:3px;padding:10px;width:33%}.video-js .vjs-overlay-top-left{top:5px;left:5px}.video-js .vjs-overlay-top{left:50%;margin-left:-16.5%;top:5px}.video-js .vjs-overlay-top-right{right:5px;top:5px}.video-js .vjs-overlay-right{right:5px;top:50%;transform:translateY(-50%)}.video-js .vjs-overlay-bottom-right{bottom:3.5em;right:5px}.video-js .vjs-overlay-bottom{bottom:3.5em;left:50%;margin-left:-16.5%}.video-js .vjs-overlay-bottom-left{bottom:3.5em;left:5px}.video-js .vjs-overlay-left{left:5px;top:50%;transform:translateY(-50%)}.video-js .vjs-overlay-center{left:50%;margin-left:-16.5%;top:50%;transform:translateY(-50%)}.video-js .vjs-no-flex .vjs-overlay-left,.video-js .vjs-no-flex .vjs-overlay-center,.video-js .vjs-no-flex .vjs-overlay-right{margin-top:-15px}
#peertube-plugin-livechat-container {
  display: flex;
  flex-direction: column;
}

#plugin-placeholder-player-next #peertube-plugin-livechat-container {
  height: 100%;
}

.peertube-plugin-livechat-buttons {
  align-items: center;
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-end;
}

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

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

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

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

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

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

#peertube-plugin-livechat-container iframe {
  border: 1px solid black;
  min-height: 30vh;
  height: 100%;
}

.peertube-plugin-livechat-experimental,
.peertube-plugin-livechat-warning {
  color: orange;
}

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

table.peertube-plugin-livechat-prosody-list-rooms {
  border: 1px solid black;
  margin: 5px 0;
}

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

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

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

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

.peertube-plugin-livechat-shareurl-modal > * {
  margin-top: 10px;
}
.peertube-plugin-livechat-shareurl-modal .livechat-shareurl-copy {
  display: flex;
  flex-wrap: wrap;
}
.peertube-plugin-livechat-shareurl-modal .livechat-shareurl-copy button {
  white-space: nowrap;
}
.peertube-plugin-livechat-shareurl-modal .livechat-shareurl-copy input {
  flex-grow: 2;
  width: auto !important;
}
.peertube-plugin-livechat-shareurl-modal .livechat-shareurl-web-options input[type=checkbox],
.peertube-plugin-livechat-shareurl-modal .livechat-shareurl-web-options input[type=radio],
.peertube-plugin-livechat-shareurl-modal .livechat-shareurl-xmpp-options input[type=checkbox],
.peertube-plugin-livechat-shareurl-modal .livechat-shareurl-xmpp-options input[type=radio] {
  margin-right: 20px;
}
.peertube-plugin-livechat-shareurl-modal .livechat-shareurl-web-options label,
.peertube-plugin-livechat-shareurl-modal .livechat-shareurl-xmpp-options label {
  display: block;
}
.peertube-plugin-livechat-shareurl-modal .livechat-shareurl-web-options .livechat-shareurl-web-options-readonly,
.peertube-plugin-livechat-shareurl-modal .livechat-shareurl-xmpp-options .livechat-shareurl-web-options-readonly {
  margin-left: 40px;
}
.peertube-plugin-livechat-shareurl-modal .livechat-shareurl-web-options .livechat-shareurl-web-options-readonly > *,
.peertube-plugin-livechat-shareurl-modal .livechat-shareurl-xmpp-options .livechat-shareurl-web-options-readonly > * {
  display: block;
}
.peertube-plugin-livechat-shareurl-modal .livechat-shareurl-web-options .livechat-shareurl-web-options-readonly.livechat-shareurl-web-options-readonly-disabled label,
.peertube-plugin-livechat-shareurl-modal .livechat-shareurl-xmpp-options .livechat-shareurl-web-options-readonly.livechat-shareurl-web-options-readonly-disabled label {
  color: var(--gray-dark);
}
.peertube-plugin-livechat-shareurl-modal .livechat-shareurl-protocol {
  display: flex;
  flex-flow: row wrap;
  column-gap: 30px;
}
.peertube-plugin-livechat-shareurl-modal .livechat-shareurl-protocol input[type=radio] {
  margin-right: 10px;
}
.peertube-plugin-livechat-shareurl-modal .livechat-shareurl-tips {
  min-height: 60px;
}

/*# sourceMappingURL=style.css.map */
/* stylelint-disable custom-property-pattern */
/*
  Here we are getting some Peertube variables (see _variables.scss in Peertube source code):
  We are disabling stylelint-disable custom-property-pattern so we can use Peertube var without warnings.
*/
/*
  These are styles to apply for the channel configuration pages.
*/
.peertube-plugin-livechat-configuration {
  /* Channel configuration page */
  /* Channel selection page */
}
.peertube-plugin-livechat-configuration h1 {
  padding-top: 40px;
  /* See Peertube sub-menu-h1 mixin */
  font-size: 1.3rem;
  border-bottom: 2px solid var(--greyBackgroundColor);
  padding-bottom: 15px;
  margin-bottom: 30px;
}
.peertube-plugin-livechat-configuration.peertube-plugin-livechat-configuration-channel .peertube-plugin-livechat-configuration-channel-info {
  /* stylelint-disable-next-line value-keyword-case */
  color: var(--mainForegroundColor);
}
.peertube-plugin-livechat-configuration.peertube-plugin-livechat-configuration-channel .peertube-plugin-livechat-configuration-channel-info span:first-child {
  /* See Peertube .video-channel-display-name */
  font-weight: 600;
  font-size: 18px;
}
.peertube-plugin-livechat-configuration.peertube-plugin-livechat-configuration-channel .peertube-plugin-livechat-configuration-channel-info span:not(:first-child) {
  /* See Peertube .video-channel-name */
  margin-left: 5px;
  font-size: 14px;
  color: #777272;
}
.peertube-plugin-livechat-configuration.peertube-plugin-livechat-configuration-channel h2 {
  text-transform: uppercase;
  color: var(--mainColor);
  font-weight: 700;
  font-size: 1rem;
  margin-bottom: 10px;
}
.peertube-plugin-livechat-configuration.peertube-plugin-livechat-configuration-channel input[type=submit],
.peertube-plugin-livechat-configuration.peertube-plugin-livechat-configuration-channel input[type=reset] {
  line-height: 19px;
  padding: 4px 13px;
  border: 0;
  font-weight: 600;
  border-radius: 3px !important;
  text-align: center;
  cursor: pointer;
  font-size: 15px;
}
.peertube-plugin-livechat-configuration.peertube-plugin-livechat-configuration-channel input[type=submit], .peertube-plugin-livechat-configuration.peertube-plugin-livechat-configuration-channel input[type=submit]:active, .peertube-plugin-livechat-configuration.peertube-plugin-livechat-configuration-channel input[type=submit]:focus {
  color: #fff;
  background-color: var(--mainColor);
}
.peertube-plugin-livechat-configuration.peertube-plugin-livechat-configuration-channel input[type=submit]:hover {
  color: #fff;
  background-color: var(--mainHoverColor);
}
.peertube-plugin-livechat-configuration.peertube-plugin-livechat-configuration-channel input[type=submit][disabled], .peertube-plugin-livechat-configuration.peertube-plugin-livechat-configuration-channel input[type=submit].disabled {
  cursor: default;
  color: #fff;
  background-color: var(--inputBorderColor);
}
.peertube-plugin-livechat-configuration.peertube-plugin-livechat-configuration-channel input[type=reset] {
  background-color: var(--greyBackgroundColor);
  color: var(--greyForegroundColor);
}
.peertube-plugin-livechat-configuration.peertube-plugin-livechat-configuration-channel input[type=reset]:hover, .peertube-plugin-livechat-configuration.peertube-plugin-livechat-configuration-channel input[type=reset]:active, .peertube-plugin-livechat-configuration.peertube-plugin-livechat-configuration-channel input[type=reset]:focus, .peertube-plugin-livechat-configuration.peertube-plugin-livechat-configuration-channel input[type=reset][disabled], .peertube-plugin-livechat-configuration.peertube-plugin-livechat-configuration-channel input[type=reset].disabled {
  color: var(--greyForegroundColor);
  background-color: var(--greySecondaryBackgroundColor);
}
.peertube-plugin-livechat-configuration.peertube-plugin-livechat-configuration-channel input[type=reset][disabled], .peertube-plugin-livechat-configuration.peertube-plugin-livechat-configuration-channel input[type=reset].disabled {
  cursor: default;
}
.peertube-plugin-livechat-configuration.peertube-plugin-livechat-configuration-home ul.peertube-plugin-livechat-configuration-home-channels {
  list-style-type: none;
}
.peertube-plugin-livechat-configuration.peertube-plugin-livechat-configuration-home ul.peertube-plugin-livechat-configuration-home-channels li {
  align-items: center;
  gap: 15px;
  /* See Peertube row-blocks mixin, used in video-channel */
  display: flex;
  min-height: 130px;
  padding-bottom: 20px;
  margin-bottom: 20px;
  /* stylelint-disable-next-line value-keyword-case */
  border-bottom: 1px solid var(--inputBorderColor);
}
@media screen and (max-width: 800px) {
  .peertube-plugin-livechat-configuration.peertube-plugin-livechat-configuration-home ul.peertube-plugin-livechat-configuration-home-channels li {
    flex-direction: column;
    height: auto;
    align-items: center;
  }
}
.peertube-plugin-livechat-configuration.peertube-plugin-livechat-configuration-home ul.peertube-plugin-livechat-configuration-home-channels li .avatar {
  /* See Peertube CSS, class avatar and avatar-80 */
  width: 80px;
  height: 80px;
  min-width: 80px;
  min-height: 80px;
}
.peertube-plugin-livechat-configuration.peertube-plugin-livechat-configuration-home ul.peertube-plugin-livechat-configuration-home-channels li .avatar.channel {
  border-radius: 5px;
}
.peertube-plugin-livechat-configuration.peertube-plugin-livechat-configuration-home ul.peertube-plugin-livechat-configuration-home-channels li .avatar.initial {
  /* See Peertube actor-avatar.component.scss */
  background-color: #3c2109;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: var(--initialFontSize);
}
.peertube-plugin-livechat-configuration.peertube-plugin-livechat-configuration-home ul.peertube-plugin-livechat-configuration-home-channels li .avatar.initial.gray {
  background-color: #939393;
}
.peertube-plugin-livechat-configuration.peertube-plugin-livechat-configuration-home ul.peertube-plugin-livechat-configuration-home-channels li .peertube-plugin-livechat-configuration-home-info {
  flex-grow: 1;
}
.peertube-plugin-livechat-configuration.peertube-plugin-livechat-configuration-home ul.peertube-plugin-livechat-configuration-home-channels li .peertube-plugin-livechat-configuration-home-info a {
  /* See Peertube .video-channel-names */
  width: fit-content;
  display: flex;
  align-items: baseline;
  /* stylelint-disable-next-line value-keyword-case */
  color: var(--mainForegroundColor);
}
.peertube-plugin-livechat-configuration.peertube-plugin-livechat-configuration-home ul.peertube-plugin-livechat-configuration-home-channels li .peertube-plugin-livechat-configuration-home-info a:hover, .peertube-plugin-livechat-configuration.peertube-plugin-livechat-configuration-home ul.peertube-plugin-livechat-configuration-home-channels li .peertube-plugin-livechat-configuration-home-info a:focus, .peertube-plugin-livechat-configuration.peertube-plugin-livechat-configuration-home ul.peertube-plugin-livechat-configuration-home-channels li .peertube-plugin-livechat-configuration-home-info a:active {
  text-decoration: none !important;
}
.peertube-plugin-livechat-configuration.peertube-plugin-livechat-configuration-home ul.peertube-plugin-livechat-configuration-home-channels li .peertube-plugin-livechat-configuration-home-info a:focus:not(.focus-visible) {
  outline: none !important;
}
.peertube-plugin-livechat-configuration.peertube-plugin-livechat-configuration-home ul.peertube-plugin-livechat-configuration-home-channels li .peertube-plugin-livechat-configuration-home-info a div:first-child {
  /* See Peertube .video-channel-display-name */
  font-weight: 600;
  font-size: 18px;
}
.peertube-plugin-livechat-configuration.peertube-plugin-livechat-configuration-home ul.peertube-plugin-livechat-configuration-home-channels li .peertube-plugin-livechat-configuration-home-info a div:not(:first-child) {
  /* See Peertube .video-channel-name */
  margin-left: 5px;
  font-size: 14px;
  color: #777272;
}

/*# sourceMappingURL=configuration.css.map */
/* Override `.vjs-menu li { text-transform: lowercase; }`, from video-js.css */
#peertube-plugin-chapters-menu li {
	text-transform: none;
}

#peertube-plugin-chapters-menu {
	width: max-content;
	max-width: 18em;
	max-height: 20em;
}

#peertube-plugin-chapters-menu li:not(:first-child) {
	padding-left: 1em;
	padding-right: 1em;
	text-align: left;
}
.form-group--hidden {
  display: none !important;
}
.modal .playlist {
  display: flex;
  flex-direction: column;
}

.modal .video-sharing-container {
  margin-bottom: 25px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
}

.modal .video-sharing {
  cursor: pointer;
  display: inline-flex;
  text-decoration: none !important;
  outline: none !important;
  color: #000;
  flex-direction: column;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 13px;
  margin-right: 13px;
}

.modal .video-sharing img {
  width: 60px;
  height: 60px;
  margin-bottom: 5px;
}

.modal + .modal-backdrop {
  z-index: 16000 !important;
}

.modal.custom-domain .modal-header {
  display: flex;
  justify-content: center;
  width: 100%;
}

.modal.custom-domain .modal-body {
  display: flex;
  align-items: center;
  width: 100%;
  flex-direction: column;
}

.modal.custom-domain .modal-body p {
  align-self: flex-start;
}

.modal.custom-domain .modal-body img {
  width: 140px;
  margin-bottom: 45px;
}
body {
  --hiveDefaultColor: #585858;
  --hiveLightColor: #757575;
  --hiveLighterColor: #888888;
  --hiveToolsColor: var(--actionButtonColor);
  --hiveHoverColor: var(--mainColor)
}
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-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: 14px;
    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;
  margin-bottom: 6px;
  font-size:16px;
  border-bottom: 2px solid rgba(0,0,0,.05);  
}
.hc-comment-html p {
  margin-bottom: 0px;
}

.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-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: 5px;
  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 {
  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;
}

#hive-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) {
  #hive-heart .hive-tooltip-content {
    left:50%;
  }  
}
@media (max-width: 767px) {
  #hive-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 {
  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-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;
}

.hc-stat {
  text-align: center;
  margin-bottom: 1em;
  overflow: hidden;
}

.hc-stat .hc-stat-value {
  font-size: 2.25em;
  line-height: 1em;
  margin: 0;
}

.hc-stat .hc-stat-label {
  font-size: 1.15em;
  margin: 0;
}

.hc-stat .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;
}

.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 
}

.hc-dynamic-views {
  margin-right: 2.5px;
}

@keyframes star-rotate {
  0% {transform:rotate(0deg); }
  100% {transform:rotate(360deg);}
}

.hive-star {
  position: absolute;
  left: 10px;
  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;
  
}

