@font-face { font-family: LuckiestGuy; src: url('https://flexnet.cryptocompany.ceo/fonts/LuckiestGuy.ttf'); } 

input, .btn{
  /* text-transform: uppercase; */
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: 0.5rem;
    font-weight: 500;
    line-height: 1.2;
}
.h1, h1 {
    font-size: 1.6rem;
}
img#start-image,
img#imageelement1holder {
	position: absolute;
	left: -10000px;
	top: -10000px;
}

.setting-value {
	text-align: center;
	font-weight: bold;
}
#canvas-holder{
    position: fixed;
    bottom: 0;
	height: 200px;
    z-index: 10;
    left: 0;
    right: 0;
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
}
#articleimagecanvas-holder{
    position: fixed;
    bottom: 0;
	height: 1080px;
    z-index: 1000;
    left: 0;
    right: 0;
    width: 100%;
    margin: 0 auto;
}
#nftimagecanvas-holder{
    position: fixed;
    bottom: 0;
	height: 1500px;
    z-index: 1000;
    left: 0;
    right: 0;
    width: 50%;
    margin: 0 auto;
}
#main-content.card{
	background: transparent !important;
	border: none !important;
}
.col-md-1 {
    display: flex;
    align-items: center;
    align-content: center;
}
.container-fluid{
	/*padding-bottom: 10800px;*/
}
.form-check-input {
    margin-left: 0;
}
.form-control {
    padding: 0 0.75rem;
}
.form-group {
    margin-bottom: 0.5rem;
    margin-top: 0.5rem;
}
.input-group-addon {
    padding: 0 0.75rem;
}
label {
    font-size: 0.7rem;
}
.w-30{
	width:30% !important;
}
.chartWrapper{
	overflow-x: scroll;
	overflow-y: hidden;
}
.chartAreaWrapper{
	width:1100%;
	max-height:400px;
}
#newsticker, #moneyticker, #gameticker{
	height: 1.5em;
	margin: 0;
	overflow-x:hidden;
	width: 100%;
}
#newscontent, #moneycontent, #gamecontent{
	position: relative;
	white-space:nowrap;
	width:100%;
    transform: translateX(100%); /* Set initial position to the right */
    animation: moveTicker linear infinite; /* Specify animation without duration here */
}
@keyframes moveTicker {
    0% {
        transform: translateX(100%);
    }
    100% {
        transform: translateX(calc(-100% - 100vw));
    }
}
#sidebarMenuLeft,
#sidebarMenuRight{
	max-width: 25%;
}
#post_preview,
#post_preview_yf{
	display: block;
}
#post_preview img
#post_preview_yf img{
	max-width:100%;
}
#post_preview>hr{
	clear:both;
}
.pull-left {
    float: left!important;
    max-width: 50%;
    padding-right: 1rem;
    margin-bottom: 0.5rem;
}

.pull-right {
    float: right!important;
    max-width: 50%;
    padding-left: 1rem;
    margin-bottom: 0.5rem;
}
/*alexa*/
.alexa
{
  position: relative;
  width: 15vw;
  height: 15vw;
      border-radius: 50%;
	  box-shadow: inset 0 0 55px #000, inset 0 0 45px #000, inset 0 0 35px #000, inset 0 0 25px #000, inset 0 0 15px #000;
}

.alexa span:first-child::before
{
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: radial-gradient(ellipse at center,  rgba(31, 31, 31, 0.65) 0%,rgba(78, 78, 78, 0.2) 100%);
  border-radius: 50%;
}

.alexa span
{
  position: absolute;
  width: 100%;
  height: 100%;
  border: 2
  px solid #bb0202;
  border-radius: 50%;
  box-sizing: border-box;
}
.alexa span:last-child {
  border-width: 0 5px 0 0;
  border-color: rgb(255, 0, 0);
  box-shadow: 0 0 0 transparent; /* Initialer Schatten ohne Unsichtbarkeit */
  transition: box-shadow 1s ease; /* Übergang für den Schatten */
}

.alexa.active span:last-child
{
  border-width: 0 5px 0 0;
  border-color: rgb(0, 0, 0);
  animation: rotate 2s linear infinite, shadowTransition 6s ease;
  box-shadow: 0.5em 0 1em rgb(63, 63, 63);
  transition: box-shadow 2s ease; /* Übergang für den Schatten */
}

@keyframes rotate
{
  0%{transform: rotate(0deg);}
  100%{transform: rotate(360deg);}
}
@keyframes shadowTransition
{
  0%{box-shadow: 0 0 0 transparent;}
  10%{box-shadow: 0 0 3em rgb(255, 0, 0);}
  40%{box-shadow: 0.5em 0 1em rgb(255, 0, 0);}
  90%{box-shadow: 0.5em 0 1em rgb(255, 0, 0);}
  100%{box-shadow: 0 0 0 transparent;}
}
#audiocanvas {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  height: 100%;
}
#postBody img {
	max-width: 100%;
	height: auto;
}
.scrollbar5{
	overflow-x: hidden;
	overflow-y: scroll;
	}
.gold-group{
	
    color: #00ff00;
}
.silver-group{
	
    color: #00ffff;
}
.bronze-group{
	
    color: #ff5900;
}
.navbar-brand {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    background-color: transparent !important;
    box-shadow: none !important;
}

.rotating-icon {
  animation: transform-icon 5s infinite linear;
  display: inline-block;
}

@keyframes transform-icon {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
#sidebarLeftOpenerMenu{
	border-color: rgba(38, 218, 253, 0.25)
}
input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  position: relative;
  top: -0.25em;
  z-index: 1;
  width: 1.5em;
  height: 1.5em;
  cursor: pointer;
  border-radius: 50%;
}
.form-range{
  border-radius: 25%;
  height: auto;
}
/* SLIDER UI */
.rs-control .rs-range-color {
    background-color: #bb0202;
}
.rs-control .rs-path-color {
    background-color: transparent;
}
.rs-control .rs-handle {
	background: radial-gradient(ellipse at center,  rgba(217, 0, 0, 0.65) 0%,rgba(217, 0, 0, 0.2) 100%);
	border: 1px solid #dd0000;
	box-shadow: 0 0 1em rgba(255, 0, 0, 0.65), inset 0 0 1em rgba(255, 0, 0, 0.2);
}
.rs-control .rs-bg-color {
    background-color: transparent;
}
.rs-border {
    border: 1px solid #fd2626 !important;
	box-shadow: 0 0 1em rgba(251, 172, 172, 0.3), inset 0 0 1.5em rgba(251, 172, 172, 0.65);
}
.rs-seperator {
    border: 0px solid #aaaaaa !important;
}
.rs-inner-container {
	overflow: visible !important;
	border: 1px solid red;
    border-radius: 50%;
}

/* For the transaction table in the wallet.php modal*/

.modal-fullscreen .modal-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.modal-fullscreen .modal-header,
.modal-fullscreen .modal-footer {
  flex-shrink: 0;
}

.modal-fullscreen .modal-body {
  display: flex;
  flex-direction: column;
  flex: 1;
  overflow: hidden;
  padding-bottom: 0;
}

.modal-fullscreen .transaction-filters {
  flex-shrink: 0;
  margin-bottom: 1rem;
}

#transaction-list {
  flex: 1;
  overflow-y: auto;
  margin-bottom: 0;
  border-bottom: 0;
}

#transaction-loading {
  position: sticky;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 0.5rem;
  width: 100%;
  z-index: 5;
}

/* CSS für sticky header */
.wallet-table-container {
    position: relative;
    max-height: calc(100vh - 180px); /* Anpassen nach Bedarf */
    overflow-y: auto;
}

.sticky-table-header {
    position: sticky;
    top: 0;
}

/* Sorgt für saubere Zeilenumbrüche und gleichmäßige Spaltenbreite */
.table th {
    white-space: nowrap;
}

/* Höhe des ursprünglichen Headers berücksichtigen */
.header-offset {
    height: 60px; /* Passe an die Höhe deines Headers an */
}

/* Sortierbare Tabellenkopfzeilen */
.sortable {
    cursor: pointer;
    position: relative;
}

.sortable:hover {
    background-color: rgba(255, 255, 255, 0.1);
}

.sort-icon {
    opacity: 0.3;
    font-size: 0.8rem;
    margin-left: 0.25rem;
}

th.sort-asc .sort-icon {
    opacity: 1;
    color: #28a745;
}

th.sort-desc .sort-icon {
    opacity: 1;
    color: #dc3545;
}

th.sort-asc .sort-icon::before {
    content: "\F571"; /* Bootstrap Icon für sort-up */
}

th.sort-desc .sort-icon::before {
    content: "\F573"; /* Bootstrap Icon für sort-down */
}

.highlight-comment {
  background-color: rgba(255, 255, 0, 0.2);
  border-left: 3px solid #ffc107;
  animation: highlight-fade 3s forwards;
}

@keyframes highlight-fade {
  0% { background-color: rgba(255, 255, 0, 0.2); }
  100% { background-color: transparent; }
}

.target-comment {
  border-left: 3px solid #0d6efd;
  padding-left: 10px;
}

/* Styles for clickable post elements */
.open-sidebar-panel {
    cursor: pointer;
    transition: opacity 0.2s ease;
}

.open-sidebar-panel:hover {
    opacity: 0.85;
}

.open-sidebar-panel img {
    transition: transform 0.2s ease;
}

.open-sidebar-panel:hover img {
    transform: scale(1.02);
}