.admincp-button {
	position: absolute;
	top: 70px;
	right: 10px;
	background: #ffffff !important;
	border: 2px solid #000000 !important;
	color: #000000 !important;
	font-weight: bold !important;
    z-index: 1000;
}

.button-zcoin {
  --h-button: 35px;
  --w-button: 102px;
  --round: 0.75rem;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  transition: all 0.25s ease;
   background: radial-gradient(
      65.28% 65.28% at 50% 100%,
      rgba(255, 0, 255, 0.8) 0%,
      rgba(223, 113, 255, 0) 100%
    ),
    linear-gradient(0deg, #c0392b, #c0392b);
  border-radius: var(--round);
  border: none;
  outline: none;
  padding: 9px 13px;
}
.button-zcoin::before,
.button-zcoin::after {
  content: "";
  position: absolute;
  inset: var(--space);
  transition: all 0.5s ease-in-out;
  border-radius: calc(var(--round) - var(--space));
  z-index: 1;
}
.button-zcoin::before {
  --space: 1px;
  background: linear-gradient(
    177.95deg,
    rgba(255, 255, 255, 0.19) 0%,
    rgba(255, 255, 255, 0) 100%
  );
}
.button-zcoin::after {
  --space: 2px;
  background: radial-gradient(
      65.28% 65.28% at 50% 100%,
      rgba(255, 0, 255, 0.8) 0%,
      rgba(223, 113, 255, 0) 100%
    ),
    linear-gradient(0deg, #c0392b, #c0392b);
}
.button-zcoin:active {
  transform: scale(0.95);
}

.button-zcoin .fold {
  z-index: 1;
  position: absolute;
  top: 0;
  right: 0;
  height: 1rem;
  width: 1rem;
  display: inline-block;
  transition: all 0.5s ease-in-out;
  background: radial-gradient(
    100% 75% at 55%,
    rgba(223, 113, 255, 0.8) 0%,
    rgba(223, 113, 255, 0) 100%
  );
  box-shadow: 0 0 3px black;
  border-bottom-left-radius: 0.5rem;
  border-top-right-radius: var(--round);
}
.button-zcoin .fold::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 150%;
  height: 150%;
  transform: rotate(45deg) translateX(0%) translateY(-18px);
  background-color: #e8e8e8;
  pointer-events: none;
}
.button-zcoin:hover .fold {
  margin-top: -1rem;
  margin-right: -1rem;
}


.button-zcoin .points_wrapper .point {
  bottom: -10px;
  position: absolute;
  animation: floating-points infinite ease-in-out;
  pointer-events: none;
  width: 2px;
  height: 2px;
  background-color: #fff;
  border-radius: 9999px;
}
@keyframes floating-points {
  0% {
    transform: translateY(0);
  }
  85% {
    opacity: 0;
  }
  100% {
    transform: translateY(-55px);
    opacity: 0;
  }
}
.button-zcoin .points_wrapper .point:nth-child(1) {
  left: 10%;
  opacity: 1;
  animation-duration: 2.35s;
  animation-delay: 0.2s;
}
.button-zcoin .points_wrapper .point:nth-child(2) {
  left: 30%;
  opacity: 0.7;
  animation-duration: 2.5s;
  animation-delay: 0.5s;
}
.button-zcoin .points_wrapper .point:nth-child(3) {
  left: 25%;
  opacity: 0.8;
  animation-duration: 2.2s;
  animation-delay: 0.1s;
}
.button-zcoin .points_wrapper .point:nth-child(4) {
  left: 44%;
  opacity: 0.6;
  animation-duration: 2.05s;
}
.button-zcoin .points_wrapper .point:nth-child(5) {
  left: 50%;
  opacity: 1;
  animation-duration: 1.9s;
}
.button-zcoin .points_wrapper .point:nth-child(6) {
  left: 75%;
  opacity: 0.5;
  animation-duration: 1.5s;
  animation-delay: 1.5s;
}
.button-zcoin .points_wrapper .point:nth-child(7) {
  left: 88%;
  opacity: 0.9;
  animation-duration: 2.2s;
  animation-delay: 0.2s;
}
.button-zcoin .points_wrapper .point:nth-child(8) {
  left: 58%;
  opacity: 0.8;
  animation-duration: 2.25s;
  animation-delay: 0.2s;
}
.button-zcoin .points_wrapper .point:nth-child(9) {
  left: 98%;
  opacity: 0.6;
  animation-duration: 2.6s;
  animation-delay: 0.1s;
}
.button-zcoin .points_wrapper .point:nth-child(10) {
  left: 65%;
  opacity: 1;
  animation-duration: 2.5s;
  animation-delay: 0.2s;
}

.button-zcoin .inner {
  z-index: 2;
  gap: 6px;
  position: relative;
  width: 100%;
  color: white;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  transition: color 0.2s ease-in-out;
}

.button-zcoin .inner svg.icon {
  width: 18px;
  height: 18px;
  transition: fill 0.1s linear;
}

.button-zcoin .button-zcoin:focus svg.icon {
  fill: white;
}
.button-zcoin .button-zcoin:hover svg.icon {
  fill: transparent;
  animation:
    dasharray 1s linear forwards,
    filled 0.1s linear forwards 0.95s;
}
@keyframes dasharray {
  from {
    stroke-dasharray: 0 0 0 0;
  }
  to {
    stroke-dasharray: 68 68 0 0;
  }
}
@keyframes filled {
  to {
    fill: white;
  }
}



h1 { 
	color: #E54942;
	font-size: 50px;
	font-weight:bold;
	text-shadow: 1px 1px 0px rgba(25, 25, 25, 0.5);
}

h1 small {
	font-style: italic;
	text-transform: uppercase;
	font-size: 50%;
}

h2 {
	color: #E54942;
	font-size: 30px;
	font-weight:700;
    /* font-style: normal; */
}

h3 {
	color: #858585;
	font-size: 25px;
	font-weight: 700;
}

h2 { text-shadow: 1px 1px 0px rgba(25, 25, 25, 0.5); font-weight:400; text-transform: uppercase; }
h3 { text-shadow: 1px 1px 0px rgba(25, 25, 25, 0.5); }
h3.reglas { font-weight:700; margin-top:50px; }
.reglas-penalizaciones { font-weight: 700; font-size: 18px; margin-top: 20px; }
.reglas-notas strong,
.reglas-notas { color: #D79B5E; font-size: 12px; }

.arg-char-online { border: 3px solid #b1e730; vertical-align: middle; }
.arg-char-offline { border: 3px solid #D0D0D0; vertical-align: middle; }
.arg-char-blocked { border: 3px solid #f24e4d; vertical-align: middle; }

.table > thead > tr > th { font-weight: 700; text-transform: uppercase; color: #269ABC; }

a.midisabled{
    pointer-events: none;
    background-color: rgba(0, 0, 0, 0.1);
    cursor: no-drop;
}

.disabled {
	cursor: no-drop;
}

.topbar{
	position: absolute;
	visibility: hidden;
	font-size: 10px;
}
.topbar a {
	text-decoration: none;
	color: #ABB1B4;
}
.topbar nav{
	width: 320px;
	background-color: transparent;
	border: 0px;
}

.pjsonline {
	color: #3d8b3d;
	font-size: 25px;
	font-style: normal;
}

.fecha{
	background-repeat: no-repeat; 
	background-position: top left;
	width:40px; 
	height:39px; 
	padding-top:13px; 
	padding-left:11px; 
	font-weight: 700; 
	float:left;
	margin-right:20px;
	color: #7C6F6B;
}

.tips-ayudas-color {
	margin-top: 0px;
	color: #31708F;
	text-transform: uppercase;
}

/* Inicio Modulo WEBSHOP */

.shop_credits_item{
font-weight: 700;
font-size:15px;
}
	
.shop_class_requirement{
font-size: 13px;
font-style: italic;
margin-top: 10px;
padding: 8px;
color: #777777;
}	

.shop_credits_disabled {
font-size: 13px;
padding-left: 10px;
color: #bbbbbb;
}
	
.shop_credits_enabled {
font-size: 13px;
padding-left: 10px;
color: #ff0000;
}

.shop_ancient{
font-size:14px;
font-weight: 700;
background: blue;
color: #ffffff;
padding: 5px 50px;	
}

/* Fin Modulo WEBSHOP */

.huge {
    font-size: 30px;
}
.huge25 {
    font-size: 25px;
}
.huge20 {
    font-size: 20px;
}

.bg-argpaleta1 {
  background-color: #E4AAAE;
  border: 1px solid #DE959A;
}

.bg-argpaleta2 {
  background-color: #EFDDA9;
  border: 1px solid #EBD593;
  color: rgba(0, 0, 0, 0.5);
}

.bg-argpaleta3 {
  background-color: #D4DAA4;
  border: 1px solid #C9D18E;
}

.bg-argpaleta4 {
  background-color: #B3CDBB;
  border: 1px solid #A0C0AB;
}

.bg-argpaleta4 h3 {
	font-weight: bold;
	color: #39734a;
}

.bg-argpaleta5 {
  background-color: #ADAFB9;
  border: 1px solid #989BA7;
}

.bg-argpaleta5 h3{
	color: #2a3046;
}

.bg-argpaleta6 {
	color: rgba(0, 0, 0, 0.5);
	background-color: #FCF6E2;
	border: 1px solid #BDB8A9;
}

.bg-argpaleta7 {
	background-color: #242629;
	border: 1px solid #000000;
	color: #FFFFFF;
}

.bg-argpaleta7 p{
	color: #EEEEEE;
}

.bg-argpaleta8 {
	background-color: #D9EDF7;
	border: 1px solid #BCE8F1;
	color: #31708F;
}

.bg-argpaleta8 h3 {
	color: #31708F;
}

.bg-argpaleta9 {
	background-color: #5CB85C;
	border: 1px solid #4D9B4D;
	color: #FFFFFF;
}

.bg-argpaleta10 {
	background-color: #DC4E4F;
	border: 1px solid #D7383A;
	color: #FFFFFF;
}

.dropdown-divider {
	border-color: rgba(0, 0, 0, 0.1);
}

.paypal-gateway-content {
margin: 10px;
background:rgba(44, 62, 80,0.3);
border: 1px solid #2C3E50;
padding: 10px;
overflow: auto;color: var(--general-text-color);
}

.paypal-gateway-conversion-rate {
margin: 0px auto;
text-align: center;
color: #000;
font-size: 18px;
padding: 10px 0px;
}

.paypal-gateway-form {
width: 100%;
margin: 0px auto;
text-align: center;color: #FFF;
font-size:28px !important;
}

.paypal-gateway-form div {
display: inline-block;
padding: 0px 10px;
color: #000;
text-align: center;color: #FFF;
font-size:28px !important;
}

.paypal-gateway-form input[type=text] {
width: 40px;
}

.paypal-gateway-continue {
margin: 0px auto;
text-align: center;color: var(--general-text-color);
width:100% !important;
}

.paypal-gateway-continue input[type=submit] {
background: url('../img/paypal-submit.jpg') no-repeat;
width: 200px;
height: 40px;color: var(--general-text-color);
border: 0px;
}

.paypal-gateway-logo {
	width: 100%;
	height: 100px;
	background:url('../img/paypal-logo-200-68.png') no-repeat center;
	background-size: contain;
	margin-bottom: 15px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
/*! CSS Used from: https://ce1.uicdn.net/exos/framework/3.0/ionos.min.css */

.button{background-color:#0000;border:2px solid #0b2a63;border-radius:24px;box-sizing:border-box;color:#0b2a63;display:inline-block;font-family:OpenSansSemibold,arial,sans-serif;font-size:14px;line-height:24px;margin-right:12px;padding:4px 20px;text-align:center;text-decoration:none;transition:color .1s ease-out,background-color .1s ease-out,border-color .1s ease-out;}
.button:link,.button:visited{outline:0 none;}
.button:last-child,.button:only-child{margin-right:0;}
.button:active:not(.button--disabled),.button:focus:not(.button--disabled),.button:hover:not(.button--disabled){background-color:#0b2a63;border:2px solid #0b2a63;color:#fff;cursor:pointer;}
.button--full-width{width:100%;}
.button--activating-solid{background-color:#11c7e6;border:2px solid #11c7e6;color:#0b2a63;}
.button--activating-solid:active:not(.button--disabled),.button--activating-solid:focus:not(.button--disabled),.button--activating-solid:hover:not(.button--disabled){background-color:#7fe4f6;border:2px solid #7fe4f6;color:#0b2a63;cursor:pointer;}
.button--with-icon{align-items:center;display:inline-flex;justify-content:center;vertical-align:-2px;}
.button--with-icon .button__icon{margin-right:8px;}
/*! CSS Used from: https://my.ionos.es/checkout/style/main.min.css */
.button-paypal{background-color:#fa0;border-color:#fa0;color:#0b2a63;flex-wrap:nowrap;padding:4px 24px;text-align:center;}
.button.button-paypal:hover{background-color:#ffd176;border-color:#ffd176;color:#0b2a63;}
.button.button-paypal:focus{background-color:#ffd176;}
.button.button-paypal:active{background-color:#fa0;border-color:#fa0;color:#0b2a63;}
.pointer-event-none{pointer-events:none;}



.ws-card{background-color:#3A3D42;border:1px solid #35383C;-webkit-box-shadow:0 1px 2px 0 rgba(0, 0, 0, 0.07);box-shadow:0 1px 2px 0 rgba(0, 0, 0, 0.07);margin-bottom:30px;border-radius:6px;}
.ws-card-body { height: 150px; }
.ws-card-body div { width: 100%; height: 100% !important;}
.ws-card-header{background-color:rgba(0, 0, 0, 0.1);border-bottom:1px solid #35383C;padding:15px 20px;border-radius:6px 6px 0 0;}
.ws-card-header::after{display:block;content:"";clear:both;}
.ws-card-price{border-top:1px solid rgba(0, 0, 0, 0.07);padding:10px 20px;background-color:transparent; text-align: center;align-items: center;}
.ws-card-footer{border-top:1px solid rgba(0, 0, 0, 0.07);padding:10px 20px;background-color:transparent;}
.ws-card-price .discount { color: chartreuse; font-size: 0.7rem; }
.ws-card-price .ahorro { color: yellow; font-size: 0.7rem;}
ul.usercp { margin: 10px;}
ul.usercp li { line-height: 40px; color:white; border-bottom: 1px black inset}
ul.usercp li a {  margin-left: 10px;;color: burlywood;}
.descuento {
  width: 250px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  border: none;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.089);
  cursor: pointer;
  background-color: transparent;
    margin-bottom: 50px;
}

.descuento .leftContainer {
  width: 60%;
  height: 100%;
background: radial-gradient(100% 75% at 55%, rgba(223, 113, 255, 0.8) 0%, rgba(223, 113, 255, 0) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.descuento .leftContainer .like {
  color: white;
  font-weight: 600;
}

.descuento .likeCount {
  width: 40%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgb(238, 0, 0);
  font-weight: 600;
  position: relative;
  background-color: white;
}

.descuento .likeCount::before {
  height: 8px;
  width: 8px;
  position: absolute;
  content: "";
  background-color: rgb(255, 255, 255);
  transform: rotate(45deg);
  left: -4px;
}

.descuento:hover .leftContainer {
  background-color: rgb(219, 0, 0);
}

.descuento:active .leftContainer {
  background-color: rgb(201, 0, 0);
}

.descuento:active .leftContainer svg {
  transform: scale(1.15);
  transform-origin: top;
}


