@font-face { font-family: LuckiestGuy; src: url('../fonts/LuckiestGuy.ttf'); } 
@font-face { font-family: OswaldRegular; src: url('../fonts/Oswald-Regular.ttf'); } 
@font-face { font-family: OswaldBold; src: url('../fonts/Oswald-Bold.ttf'); } 

body {
  /* font-family: LuckiestGuy; */
  /* text-transform: uppercase; */
  background: radial-gradient(ellipse at center, #cfe7fa 0%,#6393c1 100%);
  /* background-image: url('../img/website/bg_02.png'); */
  background-attachment: fixed;
  background-position: center; /* Center the image */
  background-repeat: no-repeat; /* Do not repeat the image */
  background-size: cover; /* Resize the background image to cover the entire container */
}
.bg-commentcurator {
  /* content: ""; */
  /* font-family: LuckiestGuy; */
  /* text-transform: uppercase; */
  background-attachment: scroll;
  background-image: url('../img/website/bg-commentrewarder-01-opt.png');
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  box-shadow: 0 0 50px #000 inset, 0 0 25px #000 inset;
  z-index:-1;
}
.bg-voteview {
  /* content: ""; */
  /* font-family: LuckiestGuy; */
  /* text-transform: uppercase; */
  background-attachment: scroll;
  background-image: url('../img/screenshots/hive-flexnet-articlebg-01-opt.png');
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  box-shadow: 0 0 50px #000 inset, 0 0 25px #000 inset;
  z-index:-1;
}

body.bg-dndy{
  background-image: url('../img/website/dndy-bg-01-opt.jpg');
}
body.bg-hfh {
	background-image: url('../img/website/bg-hfh-01-opt.png');
			}
body.bg-voter{
	background-image: url('../img/website/bg-voter-01-opt.jpg') !important;			
	}
.bg-wof {
  background-attachment: scroll;
	background-image: url('../img/website/bg-wof-01-opt.png');
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  box-shadow: 0 0 50px #000 inset, 0 0 25px #000 inset;
  z-index:-1;
			}
body.bg-pools {
	background-image: url('../img/website/bg-pools-01-opt.png');
			}
main {
    opacity: 1;
    /*background-color: rgb(255 255 255 / 0.25);*/
}
.small, small {
    font-size: .75em;
}
.card-title, .modal-title, .lucky{
  font-family: LuckiestGuy;
  text-transform: uppercase;
  color: white;
  -webkit-text-fill-color: white; /* Will override color (regardless of order) */
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: black;
  opacity: 1;
}
.card {
  font-family: OswaldRegular;
}

.luckybtn{
  font-family: LuckiestGuy;
  text-transform: uppercase;
  color: white;
  -webkit-text-fill-color: white; /* Will override color (regardless of order) */
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: black;
  border: 3px solid #ffffff;
  opacity: 1;
}

.lucky{
  font-family: LuckiestGuy;
  text-transform: uppercase;
  color: black;
  -webkit-text-fill-color: black; /* Will override color (regardless of order) */
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: white;
  opacity: 1;
}

.luckywhite{
  font-family: LuckiestGuy;
  text-transform: uppercase;
  color: white;
  -webkit-text-fill-color: white; /* Will override color (regardless of order) */
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: black;
  opacity: 1;
}

.luckyred{
  font-family: LuckiestGuy;
  text-transform: uppercase;
  color: white;
  -webkit-text-fill-color: white; /* Will override color (regardless of order) */
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: red;
  opacity: 1;
}
.blacktextshadow{
	text-shadow: 0 0 4px #000, 0 0 4px #000, 0 0 4px #000;
}
.whitetextshadow{
	text-shadow: 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff;
}
.oswald{
  font-family: OswaldRegular;
  text-transform: none;
  color: black;
  -webkit-text-fill-color: black; /* Will override color (regardless of order) */
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: white;
  opacity: 1;
}

.oswaldwhite{
  font-family: OswaldRegular;
  text-transform: none;
  text-shadow: 0 0 4px #000;
  color: white;
  -webkit-text-fill-color: white; /* Will override color (regardless of order) */
  opacity: 1;
}
.card-body{
	z-index: 1;
}
.delegationdynasty::after {
  content: "";
    background-image: url(../img/elements/chest-01-open.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center left;
  opacity: 0.5;
      position: absolute;
      top: 0px;
      right: 0px;
      bottom: 0px;
      left: 0px;
}
.globe {
    animation: rotate 20s infinite;
    border-radius: 50%;
    border: 5px solid transparent;
    /* background-image: url(../img/website/sphere-7469326_1280-opt.png); */
    background-repeat: no-repeat;
    background-size: 98%;
    background-position: center center;
    background: radial-gradient(ellipse at center, rgba(204,204,204,1) 0%,rgba(204,204,204,0.1) 77%,rgba(204,204,204,0) 86%,rgba(238,238,238,1) 100%);
    position: absolute;
    top: 30%;
    right: 30%;
    bottom: 30%;
    left: 30%;
    border-top: 20px solid #198754;
    border-right: 0px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 20px solid transparent;
	box-shadow: 0px 0px 10px #464646 ;
}
.hpGeneratorDisplay {
	background: linear-gradient(to bottom,  #464646 0%,#000000 100%);
	border-radius:50% 50% 5px 5px;
	border: 2px solid #d9d9d9;
	box-shadow: 1px -1px 4px #ffffff, -1px 1px 4px #a5a5a5, inset 0 0 10px #00e79e;
	color:#00e79e;
	font-weight: bold;
	height: 15%;
	margin-top: -59%;
	position:absolute;
	right:38%;
	left:38%;
	text-align: center;
	text-shadow: 0 0 10px #00e79e;
}
.hpGeneratorLeds {
	position:absolute;
	right:50%;
	left:33%;
	text-align: center;
	margin-top: -50%;
}
.led-greenBlink {
  width: 24px;
  height: 24px;
  background-color: #ABFF00;
  border-radius: 50%;
  box-shadow: rgba(0, 0, 0, 0.2) 0 1px 7px 1px, inset #304701 0 0px 9px, #89FF00 0 2px 12px;
  animation: blinkGreen 1s infinite;
}
.led-greenOff {
  width: 24px;
  height: 24px;
  background-color: #304701;
  border-radius: 50%;
  box-shadow: rgba(0, 0, 0, 0.2) 0 1px 7px 1px, inset #111111 0 0px 9px;
}
.led-greenOn {
  width: 24px;
  height: 24px;
  background-color: #ABFF00;
  border-radius: 50%;
  box-shadow: rgba(0, 0, 0, 0.2) 0 1px 7px 1px, inset #304701 0 0px 9px, #89FF00 0 2px 12px;
}
@keyframes blinkGreen {
    from { background-color: #ABFF00; }
    50% { background-color: #304701; box-shadow: rgba(0, 0, 0, 0.2) 0 0px 7px 1px, inset #808002 0 0px 9px, #89FF00 0 2px 2px; }
    to { background-color: #ABFF00; }
}
.blink_me {
  animation: blinker 2s linear infinite;
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}
@keyframes rotate{
  0%{
    transform:rotate(45deg)
  }
  100%{
        transform:rotate(-315deg)
  }
  
}
 .buttonsPanel-right {
	position:absolute;
	right:0;
	margin-top: -50%
    }
.card.maintutorial{
  background-image: url('../img/elements/andra-gold-02.png');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
	  color:#000;
      position: relative;
}

.card.ccdpack{
  background-image: url('../img/elements/chest-01-closed.png');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center right;
	  color:#000;
      position: relative;
}

.card.gifts{
  background-image: url('../img/elements/gift_boxes_blue_1024x1024-opt.png');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center right;
	  color:#000;
      position: relative;
}

.card.card-shovel{
  background-image: url('../img/screenshots/20230921-233611 CryptoCompany CEO Screenshot-opt.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
	  color:#000;
      position: relative;
}

.card.card-cctuning{
  background-image: url('../img/screenshots/20230922-000523 CryptoCompany CEO Screenshot-opt.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
	  color:#000;
      position: relative;
}

.card.card-brostageinstruments{
  background-image: url('../img/screenshots/20230922-003237 CryptoCompany CEO Screenshot-opt.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
	  color:#000;
      position: relative;
}

.card.card-boats{
  background-image: url('../img/screenshots/20230922-005302 CryptoCompany CEO Screenshot-opt.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
	  color:#000;
      position: relative;
}

.card.card-vip{
  background-image: url('../img/screenshots/20230922-011116 CryptoCompany CEO Screenshot-opt.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
	  color:#000;
      position: relative;
}
.card.delegationdynasty,
.card.maintutorial .card-text,
.card.ccdpack .card-text,
.card.ccdollar,
.card.gifts .card-text,
.card.faq,
.card.whatisccceo,
.card-shovel,
.card-cctuning,
.card.hsbihut,
.card-brostageinstruments,
.card-boats,
.card-vip,
.tab-pane.hsbi{
	text-shadow: 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff;
}
.card.discord {
	  color:#fff;
      position: relative;
}

.card.discord::after {
  content: "";
  /* font-family: LuckiestGuy; */
  /* text-transform: uppercase; */
  background-image: url('../img/website/logo_discord_01-opt.png');
  background-position: right; /* Center the image */
  background-repeat: no-repeat; /* Do not repeat the image */
  opacity: 0.5;
      position: absolute;
      top: 0px;
      right: 0px;
      bottom: 0px;
      left: 0px;
	border-radius: 0.375rem;
}

.card.crown::after {
  content: "";
  /* font-family: LuckiestGuy; */
  /* text-transform: uppercase; */
  background-image: url('../img/elements/crown-001-512x512-shadow-opt.png');
  background-size: contain;
background-repeat: no-repeat;
  opacity: 1;
      position: absolute;
      top: -10%;
      right: 50%;
      bottom: 40%;
      left: 0px;
	border-radius: 0.375rem;
	transform: rotate(-15deg)
}
.card.commentcurator::after {
  content: "";
  /* font-family: LuckiestGuy; */
  /* text-transform: uppercase; */
  background-image: url('../img/elements/logo-cryptocompany-comment-curator-01-512x512-shadow-opt.png');
  background-size: contain;
background-repeat: no-repeat;
  opacity: 1;
      position: absolute;
      top: -50%;
      right: 50%;
      bottom: 40%;
      left: 0px;
	border-radius: 0.375rem;
}

.card.sqm {
	  background: #ff5900;
	  color:#fff;
      position: relative;
}

.card.sqm::after {
  content: "";
  /* font-family: LuckiestGuy; */
  /* text-transform: uppercase; */
  background-image: url('../img/website/tokenbilder_sqm_300x300_01-opt.png');
  background-position: top right; /* Center the image */
  background-repeat: no-repeat; /* Do not repeat the image */
  opacity: 0.5;
      position: absolute;
      top: 0px;
      right: 0px;
      bottom: 0px;
      left: 0px;
}

.card.bg-gray, .card.ccdollar, .card.faq, .card.hsbihut, .card.start, .card.support, .card.taskline, .card.whatisccceo, .tab-pane.hsbi {
	  color:#000;
      position: relative;
}

.card.start::after {
  content: "";
  /* font-family: LuckiestGuy; */
  /* text-transform: uppercase; */
  background-image: url('../img/website/bg_02.png');
  background-position: 50% 60%;
  background-repeat: no-repeat; /* Do not repeat the image */
  background-size: cover; /* Resize the background image to cover the entire container */
  opacity: 0.5;
      position: absolute;
      top: 0px;
      right: 0px;
      bottom: 0px;
      left: 0px;
}

.card.whatisccceo::after {
  content: "";
  /* font-family: LuckiestGuy; */
  /* text-transform: uppercase; */
  background-image: url('../img/website/bg_03.png');
  background-position: 50% 100%;
  background-repeat: no-repeat; /* Do not repeat the image */
  background-size: cover; /* Resize the background image to cover the entire container */
  opacity: 0.5;
      position: absolute;
      top: 0px;
      right: 0px;
      bottom: 0px;
      left: 0px;
	border-radius: 0.375rem;
}

.card.support::after {
  content: "";
  /* font-family: LuckiestGuy; */
  /* text-transform: uppercase; */
  background-image: url('../img/website/megaphone_01_300x300-opt.png');
  background-position: left; /* Center the image */
  background-repeat: no-repeat; /* Do not repeat the image */
  opacity: 0.5;
      position: absolute;
      top: 0px;
      right: 0px;
      bottom: 0px;
      left: 0px;
}

.card.taskline::after {
  content: "";
  /* font-family: LuckiestGuy; */
  /* text-transform: uppercase; */
  background-image: url('../img/website/clock_01_300x300-opt.png');
  background-position: right; /* Center the image */
  background-repeat: no-repeat; /* Do not repeat the image */
  opacity: 0.5;
      position: absolute;
      top: 0px;
      right: 0px;
      bottom: 0px;
      left: 0px;
	border-radius: 0.375rem;
}

.tab-pane.hsbi::after {
  content: "";
  background-image: url('../img/elements/logo-hsbi-02-512x512-opt.png');
  background-position: left; /* Center the image */
  background-repeat: no-repeat; /* Do not repeat the image */
  opacity: 0.2;
      position: absolute;
      top: 0px;
      right: 0px;
      bottom: 0px;
      left: 0px;
	border-radius: 0.375rem;
}

.card.hsbihut::after {
  content: "";
  background-image: url('../img/elements/market-stand-hsbi-01-512x512-opt.png');
  background-position: right; /* Center the image */
  background-repeat: no-repeat; /* Do not repeat the image */
  background-size: contain;
  opacity: 0.2;
      position: absolute;
      top: 0px;
      right: 0px;
      bottom: 0px;
      left: 0px;
	border-radius: 0.375rem;
}

.card.faq::after {
  content: "";
  background-image: url('../img/elements/faq-cryptocompany-ceo-001-512x512-shadow-opt.png');
  background-position: right; /* Center the image */
  background-repeat: no-repeat; /* Do not repeat the image */
  opacity: 0.2;
      position: absolute;
      top: 0px;
      right: 0px;
      bottom: 0px;
      left: 0px;
	border-radius: 0.375rem;
}

.card.ccdollar::after {
  content: "";
  background-image: url('../img/elements/ccd-coin-01-512x512-shadow-opt.png');
  background-position: right; /* Center the image */
  background-repeat: no-repeat; /* Do not repeat the image */
  opacity: 0.2;
      position: absolute;
      top: 0px;
      right: 0px;
      bottom: 0px;
      left: 0px;
	border-radius: 0.375rem;
}

/* .card.wallet::after { */
  /* content: ""; */
  /* /* font-family: LuckiestGuy; */ 
  /* /* text-transform: uppercase; */ 
  /* background-image: url('../img/website/business_shares-300x300-opt.png'); */
  /* background-position: right; /* Center the image */ 
  /* background-repeat: no-repeat; /* Do not repeat the image */ 
  /* opacity: 0.5; */
      /* position: absolute; */
      /* top: 0px; */
      /* right: 0px; */
      /* bottom: 0px; */
      /* left: 0px; */
/* } */
.black-text-shadow{
  text-shadow: 0 0 4px #000, 0 0 4px #000, 0 0 4px #000 !important;
}
.card.discord .card-text {
  opacity: 1;
  text-shadow: 0 0 4px #000, 0 0 4px #000, 0 0 4px #000;
}
.card.crown .card-title,
.bg-commentcurator .card-title,
.bg-commentcurator img,
.bg-commentcurator .row,
.card.crown .card-text,
.bg-commentcurator .card-text {
  opacity: 1;
  z-index: 3;
}
footer.footer {
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
    box-shadow: 0 0 5px #464646;
    z-index: 100;
}
.rot-2, .rot-5, .rot-n2, .rot-n5, .rot-10, .rot-n10{z-index:3;}
.rot-2{
	display:inline-block;
	transform: rotate(2deg) !important;
  -webkit-transform: rotate(2deg) !important;
  -moz-transform: rotate(2deg) !important;
  -ms-transform: rotate(2deg) !important;
  -o-transform: rotate(2deg) !important;	
}
.rot-5{
	display:inline-block;
	transform: rotate(5deg) !important;
  -webkit-transform: rotate(5deg) !important;
  -moz-transform: rotate(5deg) !important;
  -ms-transform: rotate(5deg) !important;
  -o-transform: rotate(5deg) !important;	
}
.rot-10{
	display:inline-block;
	transform: rotate(10deg) !important;
  -webkit-transform: rotate(10deg) !important;
  -moz-transform: rotate(10deg) !important;
  -ms-transform: rotate(10deg) !important;
  -o-transform: rotate(10deg) !important;
}
.tranrot-10{
	display:inline-block;
	transform: translate(-50%,-50%) rotate(10deg) !important;
  -webkit-transform: translate(-50%,-50%) rotate(10deg) !important;
  -moz-transform: translate(-50%,-50%) rotate(10deg) !important;
  -ms-transform: translate(-50%,-50%) rotate(10deg) !important;
  -o-transform: translate(-50%,-50%) rotate(10deg) !important;
}
.rot-n2{
	display:inline-block;
	transform: rotate(-2deg) !important;
  -webkit-transform: rotate(-2deg) !important;
  -moz-transform: rotate(-2deg) !important;
  -ms-transform: rotate(-2deg) !important;
  -o-transform: rotate(-2deg) !important;
}
.rot-n5{
	display:inline-block;
	transform: rotate(-5deg) !important;
  -webkit-transform: rotate(-5deg) !important;
  -moz-transform: rotate(-5deg) !important;
  -ms-transform: rotate(-5deg) !important;
  -o-transform: rotate(-5deg) !important;
}
.rot-n10{
	display:inline-block;
	transform: rotate(-10deg);
  -webkit-transform: rotate(-10deg);
  -moz-transform: rotate(-10deg);
  -ms-transform: rotate(-10deg);
  -o-transform: rotate(-10deg);
}

.lh-06 {
    line-height: 0.6rem !important;
}

.custom-tooltip-header-wallet{
	--bs-tooltip-bg: var(--bs-light);
	--bs-tooltip-opacity: .9;
	--bs-tooltip-font-size: 1rem;
    text-shadow: 0 0 5px #fff;
}
.custom-tooltip-light{
	--bs-tooltip-bg: var(--bs-light);
	--bs-tooltip-opacity: 1;
	--bs-tooltip-font-size: 1.2rem;
}
.custom-tooltip-success{
	--bs-tooltip-bg: var(--bs-success);
	--bs-tooltip-opacity: 1;
	--bs-tooltip-font-size: 1rem;
    text-shadow: 0 0 5px #464646;
}
.custom-tooltip-danger{
	--bs-tooltip-bg: var(--bs-danger);
	--bs-tooltip-opacity: 1;
	--bs-tooltip-font-size: 1rem;
    text-shadow: 0 0 5px #464646;
}
.tooltip-inner {
    max-width: 400px;
}
.glas{
/* From https://css.glass */
background-color: rgba(255, 255, 255, 0.4);
box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
backdrop-filter: blur(5px);
-webkit-backdrop-filter: blur(5px);
border: 1px solid rgba(255, 255, 255, 0.3);	
}
.glas-white {
  /* From https://css.glass */
  background-color: rgba(255, 255, 255, 0.6);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  border: 1px solid rgba(255, 255, 255, 0.3);

  /* Add a single transition property for both background and box-shadow */
  transition: background 2s ease, box-shadow 2s ease;
}

.glas-white:hover {
  /* From https://css.glass */
  background-color: rgba(255, 255, 255, 0.95) !important;
  box-shadow: 0 0px 1em rgba(255, 255, 255, 0.5) !important;

  /* Add a single transition property for both background and box-shadow */
  transition: background-color 0.5s ease, box-shadow 0.5s ease;
}

.glas-white-constant {
  /* From https://css.glass */
  background-color: rgba(255, 255, 255, 0.95) !important;
  box-shadow: 0 0px 1em rgba(255, 255, 255, 0.5) !important;
}

.backdrop-filter-10{
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	filter: blur(3px);
	z-index:10;
}
.before-login-text {
	position:absolute;
	top:50%;
	right:0;
	bottom:50%;
	left:0;
	text-align: center;
	z-index:20;
}
.trapezoid {
    transform: skewY(10deg);
	font-family: OswaldRegular;
    width: 4em;
    top: 0;
    left: -4em;
    border-radius: 6px 0 0px 6px;
	border: 1px solid rgba(0,0,0,0.176);
	text-align: center;
	line-height:1;
}
.trapezoid::after {
    transform: skewY(-10deg);
}
.trapezoid img {
    border: 2px solid #fff;
    box-shadow: 0 0 10px rgba(0,0,0,0.25);
    border-radius: 50%;
    transform: skewY(-10deg);
	width:100%;
}
.trapezoid p {
    text-shadow: 0 0 5px #fff;
    transform: skewY(-10deg);
	font-size: 0.7rem;
	margin: 0;
}
.trapezoid p span {
	font-weight: bold;
	font-size: 0.7rem;
}
/* keyframes for animation;  simple 0 to 360 */
@keyframes spin {
	from { transform: rotate(0deg); }
	to { transform: rotate(360deg); }
}
@keyframes spinHeart {
	from { transform: translate(-50%,-50%) rotate(0deg); }
	to { transform: translate(-50%,-50%) rotate(360deg); }
}
@keyframes spinHeartTextReturn {
	from { transform: translate(-50%,-50%) rotate(0deg); }
	to { transform: translate(-50%,-50%) rotate(-360deg); }
}

/* basic structure for the rays setup */
#raysDemoHolder	{ 
	position: relative; 
	margin: 100px 0 0 200px; 
}
#raysLogo { 
	width: 300px; 
	height: 233px; 
	text-indent: -3000px; 
	background: url(logo.png) 0 0 no-repeat; 
	display: block; 
	position: absolute; 
	top: 0; 
	left: 0; 
	z-index: 2; 
}
#rays	{ /* with animation properties */
	background: url(../img/website/bg-strahlen.png) 0 0 no-repeat; 
	position: absolute; 
	top: -300px; 
    right: 0px;
	width: 700px; 
	height: 700px; 
	z-index:-1;
	/* microsoft ie */
	animation-name: spin; 
	animation-duration: 40000ms; /* 40 seconds */
	animation-iteration-count: infinite; 
	animation-timing-function: linear;
}
#raysHeart	{ /* with animation properties */
	background: url(../img/website/bg-strahlen.png) 0 0 no-repeat; 
	background-size: contain;
	position: absolute; 
	top: 0px; 
    right: 0px;
	width: 300px; 
	height: 300px; 
	z-index:-1;
	/* microsoft ie */
	animation-name: spinHeart; 
	animation-duration: 40000ms; /* 40 seconds */
	animation-iteration-count: infinite; 
	animation-timing-function: linear;
}
#nftPreviewCarousel{
	margin: -2em 0;
}
.carousel-inner {
    padding: 0.3em 0 1em 0.3em;
}
.carousel-item{
	padding-left:1em;
}
.carousel-caption {
    position: absolute;
    right: 0%;
    top: 0;
    left: 0;
	margin-left:50%;
    padding-top: 0;
    padding-bottom: 0;
    color: #fff;
    text-align: right;
}

  .center-content {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
  }
  
  .confetti{
   width:100%;
   display: absolute;
   border:0;
   user-select: none;
   position:absolute;
   top:0;
   bottom:0;
   left:0;
   right:0;
   height:100%
}
#postList a{
	color: #000;
	text-decoration:none;
}
.partnerlogo300{
	width:60%;
	max-width:300px;
}
.badge{
	background-color: #fff;
	color: #464646;
	font-weight:normal;
	text-shadow:none;
	}
.bd-green-400{
	color: #000;
    background-color: #a3cfbb;
}
.player-img{
	border-radius: 50%;
	width:100%;
	max-width: 20px;
}
.player-first .player-img{
	max-width: 60px;
    margin: 0 auto;
    display: block;
	
}
.player-second .player-img{
    margin: 0 auto;
    display: block;
	max-width: 40px;
	
}
.player-third .player-img{
    margin: 0 auto;
    display: block;
	max-width: 30px;
	
}

.button-gold {
  text-shadow:
	0px 0px 1px #ffde45,
	0px 0px 2px #ffde45,
	0px 0px 3px #ffde45,
	0px 0px 4px #ffde45;
  background:
    -moz-linear-gradient(
    -72deg,
    #ffde4a,
    #fff1b0 40%,
    #ffde45 64%,
    #452100
  );
  background:
  -webkit-linear-gradient(
    -72deg,
    #ffde4a,
    #fff1b0 40%,
    #ffde45 64%,
    #452100
  );
  background:
  -o-linear-gradient(
    -72deg,
    #ffde4a,
    #fff1b0 40%,
    #ffde45 64%,
    #452100
  );
  background:
  linear-gradient(
    -72deg,
    #ffde4a,
    #fff1b0 40%,
    #ffde45 64%,
    #452100
  );
}
.button-gold-return {
  text-shadow:
	0px 0px 1px #ffde45,
	0px 0px 2px #ffde45,
	0px 0px 3px #ffde45,
	0px 0px 4px #ffde45;
  background:
    -moz-linear-gradient(
    -72deg,
    #452100,
    #ffde45 60%,
    #fff1b0 84%,
    #ffde4a
  );
  background:
  -webkit-linear-gradient(
    -72deg,
    #452100,
    #ffde45 60%,
    #fff1b0 84%,
    #ffde4a
  );
  background:
  -o-linear-gradient(
    -72deg,
    #452100,
    #ffde45 60%,
    #fff1b0 84%,
    #ffde4a
  );
  background:
  linear-gradient(
    -72deg,
    #452100,
    #ffde45 60%,
    #fff1b0 84%,
    #ffde4a
  );
}
.button-silver {
  text-shadow:
	0px 0px 1px #ffffff,
	0px 0px 2px #ffffff,
	0px 0px 3px #ffffff,
	0px 0px 4px #ffffff;
  background:
    -moz-linear-gradient(
    -72deg,
    #dedede,
    #dedede 46%,
    #ffffff 70%,
    #dedede 94%,
    #a1a1a1
  );
  background:
  -webkit-linear-gradient(
    -72deg,
    #dedede,
    #dedede 46%,
    #ffffff 70%,
    #dedede 94%,
    #a1a1a1
  );
  background:
  -o-linear-gradient(
    -72deg,
    #dedede,
    #dedede 46%,
    #ffffff 70%,
    #dedede 94%,
    #a1a1a1
  );
  background:
  linear-gradient(
    -72deg,
    #dedede,
    #dedede 46%,
    #ffffff 70%,
    #dedede 94%,
    #a1a1a1
  );
}
.button-silver-return {
  text-shadow:
	0px 0px 1px #ffffff,
	0px 0px 2px #ffffff,
	0px 0px 3px #ffffff,
	0px 0px 4px #ffffff;
  background:
    -moz-linear-gradient(
    -72deg,
    #a1a1a1,
    #dedede 46%,
    #ffffff 70%,
    #dedede 94%,
    #dedede
  );
  background:
  -webkit-linear-gradient(
    -72deg,
    #a1a1a1,
    #dedede 46%,
    #ffffff 70%,
    #dedede 94%,
    #dedede
  );
  background:
  -o-linear-gradient(
    -72deg,
    #a1a1a1,
    #dedede 46%,
    #ffffff 70%,
    #dedede 94%,
    #dedede
  );
  background:
  linear-gradient(
    -72deg,
    #a1a1a1,
    #dedede 46%,
    #ffffff 70%,
    #dedede 94%,
    #dedede
  );
}
.button-bronze {
  text-shadow:
	0px 0px 1px #dea173,
	0px 0px 2px #dea173,
	0px 0px 3px #dea173,
	0px 0px 4px #dea173;
  background:
  -moz-linear-gradient(
    -72deg,
    #ffdeca,
    #ca7345 21%,
	#ffdeca 70%,
    #ca7345 85%,
    #732100
  );
  background:
  -webkit-linear-gradient(
    -72deg,
    #ffdeca,
    #ca7345 21%,
	#ffdeca 70%,
    #ca7345 85%,
    #732100
  );
  background:
  -o-linear-gradient(
    -72deg,
    #ffdeca,
    #ca7345 21%,
	#ffdeca 70%,
    #ca7345 85%,
    #732100
  );
  background:
  linear-gradient(
    -72deg,
    #ffdeca,
    #ca7345 21%,
	#ffdeca 70%,
    #ca7345 85%,
    #732100
  );
}
.button-bronze-return {
  text-shadow:
	0px 0px 1px #dea173,
	0px 0px 2px #dea173,
	0px 0px 3px #dea173,
	0px 0px 4px #dea173;
  background:
  -moz-linear-gradient(
    -72deg,
    #732100,
    #ca7345 21%,
	#ffdeca 70%,
    #ffdeca
  );
  background:
  -webkit-linear-gradient(
    -72deg,
    #732100,
    #ca7345 21%,
	#ffdeca 70%,
    #ffdeca
  );
  background:
  -o-linear-gradient(
    -72deg,
    #732100,
    #ca7345 21%,
	#ffdeca 70%,
    #ffdeca
  );
  background:
  linear-gradient(
    -72deg,
    #732100,
    #ca7345 21%,
	#ffdeca 70%,
    #ffdeca
  );
}
.text-pink{
	color: #FFC0CB !important;
}
.dropdown-toggle::after
{
	margin-left: 0.5em;
	color: #000000;
	vertical-align: 0.125em;
	border-top: 0.5em solid;
    border-right: 0.5em solid transparent;
	border-left: 0.5em solid transparent;
}
.carousel-control-prev,
.carousel-control-next
{
		opacity:1;
		top: 50;
		bottom:50;
		font-size: xx-large;
}
.carousel-control-prev {
    left: -51;
}
.carousel-control-next {
    right: -51;
}
 #map-container {
            position: relative;
            max-width: 100%; /* Make the map container responsive */
            overflow: hidden;
            background-image: url('../img/screenshots/map02-cryptocompany-ceo.png');
            background-size: cover;
            height: 0;
            padding-bottom: 56%; /* Adjust this value based on your map's aspect ratio */
        }

        .marker {
			position: absolute;
			width: 20px;
			height: 20px;
			background-color: red;
			border-radius: 0 50% 50% 50%;
			cursor: pointer;
			padding: 0.7em 0.8em 0.8em 0.8em;
			animation: blink 1s infinite alternate;
			display: flex;
			justify-content: center;
			align-items: center;
			border: 2px solid #ffffff;
			box-shadow: 1px 1px 5px #464646;
		}

        .play-button {
            color: white;
            font-size: 1em; /* Adjust the size as needed */
        }

        .marker a {
			text-decoration: none;
        }

        @keyframes blink {
            0% {
                opacity: 0.8;
            }
			025% {
                opacity: 0.8;
            }
            100% {
                opacity: 0.1;
            }
        }

#postMenuRight{
	max-width: 33%;
}
#postMenuRight .accordion-body{
	
	overflow-y:scroll;
	height:22vw;
}
#post_preview{
	display: block;
}
#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;
}

.goldklammertable::after{
    content: '';
    background: url(../img/website/banner-238x715-klammer_3more-01-opt.png) no-repeat;
	background-position: right;
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    background-size: contain;
    left: -100%;
}

.silverklammertable::after{
    content: '';
    background: url(../img/website/banner-200x715-klammer_2more-01-opt.png) no-repeat;
	background-position: right;
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    background-size: contain;
    left: -100%;
}

.bronzeklammertable::after{
    content: '';
    background: url(../img/website/banner-164x715-klammer_1more-01-opt.png) no-repeat;
	background-position: right;
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    background-size: contain;
    left: -100%;
}


/* SPINNING TEXT AROUND HEART */
.heartSpinText {
	color:#fff;
  font-family: LuckiestGuy;
  text-transform: uppercase;
  width: 100%;
  margin: 0 auto;
  font-size: 20px;
  text-shadow: 0 0 5px #000000;
  
	animation-name: spinHeartTextReturn; 
	animation-duration: 30000ms; /* 40 seconds */
	animation-iteration-count: infinite; 
	animation-timing-function: linear;
}
.heartSpinText span{
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 70px;
  height: 55px;
  margin-left: -35px;
  line-height: 180px; /* height*2 - font-size */
  text-align: center;
  transform-origin: top center;
}
.heartSpinText span:nth-of-type(1)  {
  transform: rotate(0deg);
}
.heartSpinText span:nth-of-type(2)  {
  transform: rotate(-10deg);
}
.heartSpinText span:nth-of-type(3)  {
  transform: rotate(-20deg);
}
.heartSpinText span:nth-of-type(4)  {
  transform: rotate(-30deg);
}
.heartSpinText span:nth-of-type(5)  {
  transform: rotate(-40deg);
}
.heartSpinText span:nth-of-type(6)  {
  transform: rotate(-50deg);
}
.heartSpinText span:nth-of-type(7)  {
  transform: rotate(-60deg);
}
.heartSpinText span:nth-of-type(8)  {
  transform: rotate(-70deg);
}
.heartSpinText span:nth-of-type(9)  {
  transform: rotate(-80deg);
}
.heartSpinText span:nth-of-type(10)  {
  transform: rotate(-90deg);
}
.heartSpinText span:nth-of-type(11)  {
  transform: rotate(-100deg);
}
.heartSpinText span:nth-of-type(12)  {
  transform: rotate(-110deg);
}
.heartSpinText span:nth-of-type(13)  {
  transform: rotate(-120deg);
}
.heartSpinText span:nth-of-type(14)  {
  transform: rotate(-130deg);
}
.heartSpinText span:nth-of-type(15)  {
  transform: rotate(-140deg);
}
.heartSpinText span:nth-of-type(16)  {
  transform: rotate(-150deg);
}
.heartSpinText span:nth-of-type(17)  {
  transform: rotate(-160deg);
}
.heartSpinText span:nth-of-type(18)  {
  transform: rotate(-170deg);
}
.heartSpinText span:nth-of-type(19)  {
  transform: rotate(-180deg);
}
.heartSpinText span:nth-of-type(20)  {
  transform: rotate(-190deg);
}
.heartSpinText span:nth-of-type(21)  {
  transform: rotate(-200deg);
}
.heartSpinText span:nth-of-type(22)  {
  transform: rotate(-210deg);
}
.heartSpinText span:nth-of-type(23)  {
  transform: rotate(-220deg);
}
.heartSpinText span:nth-of-type(24)  {
  transform: rotate(-230deg);
}
.heartSpinText span:nth-of-type(25)  {
  transform: rotate(-240deg);
}
.heartSpinText span:nth-of-type(26)  {
  transform: rotate(-251deg);
}
.heartSpinText span:nth-of-type(27)  {
  transform: rotate(-265deg);
}
.heartSpinText span:nth-of-type(28)  {
  transform: rotate(-279deg);
}
.heartSpinText span:nth-of-type(29)  {
  transform: rotate(-292deg);
}
/* Reverse mode */
.inverso {
}
.heartSpinTextInverso span {
  line-height: 0px;
  transform-origin: bottom center;
  /* border: 1px solid red;  Only for seeing trick */
}
#mainModalContent img {
    max-width: 100%;
    height: auto;
	
}
#mainModalContent {
    overflow-x:hidden;
	
}

#unity-loading-bar {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    height: 150px;
	border-radius: 50%;
}

#unity-progress-bar-empty {
    width: 100%;
    height: 100%;
	border-radius: 50%;
	overflow: hidden;
	background: transparent !important;
	box-shadow: 0 0 10px #000 inset;
}

#unity-progress-bar-full {
    height: 100%;
    width: 0;
}
#bb-unity-logo{
	
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
#availablePoolsDropdown {
    max-height: 200px;
    overflow-y: auto;
    z-index: 1000;
}

.pricing-badge {
  position: absolute;
  top: 0;
  z-index: 999;
  right: 0;
  width: 100%;
  display: block;
  font-size: 15px;
  padding: 0;
  overflow: hidden;
  height: 100px;
}

.pricing-badge .badge {
  float: right;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  right: -67px;
  top: 17px;
  position: relative;
  text-align: center;
  width: 200px;
  font-size: 13px;
  margin: 0;
  padding: 7px 10px;
  font-weight: 500;
  color: #ffffff;
  background: #fb7179;
}





#mermaid-container {
  width: 100%;
  height: 800px;
  overflow: hidden;
  cursor: move;
}

/* Hover-Stile */
.highlight path {
  stroke: #ff4500 !important;
  stroke-width: 3px !important;
}

.highlight rect,
.highlight polygon {
  stroke: #ff4500 !important;
  stroke-width: 3px !important;
  filter: drop-shadow(0 0 5px #ff4500);
}

.highlight text {
  fill: #ff4500 !important;
  font-weight: bold !important;
}

.navbar-brand img {
  max-width: 150px;  /* Verhindert, dass das Bild größer als sein Container wird */
  height: auto;  /* Hält das Seitenverhältnis bei */
}

/*  For the vote ratio on the VoteView site */
  .vote-ratio-container {
      position: relative;
  }

  .progress {
      border-radius: 15px;
      box-shadow: inset 0 1px 3px rgba(0,0,0,.2);
  }

  .progress-bar {
      transition: width .6s ease;
  }

  .vote-ratio-marker {
      color: #666;
      font-weight: bold;
  }

  .vote-ratio-labels {
  }

@media (max-width: 768px) { /* Gilt für Tablets und Smartphones */
  .navbar-brand img {
      max-width: 150px; /* Reduziert die maximale Breite */
  }
}

@media (max-width: 480px) { /* Gilt für kleine Smartphones */
  .navbar-brand img {
      max-width: 120px; /* Noch kleinere Größe */
  }
}