body{
	margin: 0;
	padding: 0;
	background: #222035;
	background-repeat: repeat !important;
	background-size: 256px;
	color: #fff;
	font-family: 'Aldrich', sans-serif;
}
/* Header promo */
.navmenu {
	background: #222035; 
	border-bottom: 0px solid #251c3e !important;
	border-radius: 0px;
	margin: 0 auto;
}
.navbar-brand {
	font-size: 2em;
	line-height: 1.3em;
	font-weight: 700;
	padding: 0;
}
.navbar-brand span{
	font-weight: 700;
	color: #8247e5;
}

.navbar-dark {
	background: none;
}
.navbar-nav {
	font-weight: 500;
}
.navbar-nav a{
	font-size: 1.35em;
	background: #292149; 
	box-shadow: 0 0 1px 1px rgba(80, 56, 133, 0.6);
	color: #eee !important;
	padding: 2px 9px;
	border-radius: 1em;
	margin: 0px 5px;
	position: relative;
    -webkit-transition-duration: 180ms;
    transition-duration: 180ms;
}
.navbar-nav .btn-warning {
	font-size: 1.3em;
	background: #8247e5; 
}
.nav-link span{
	display: block;
	margin: 0 auto;
}
.navbar-nav a:hover{
	box-shadow: 0 0 1px 1px #a166ff;
	color: #a166ff !important;
	border-radius: 1em;
}
.navbar-nav a i {
	color: #8247e5 !important;
	bottom: 0; margin: 0 auto;
}
.navbar-nav a:hover i {
	color: #a166ff !important;
	bottom: 0; margin: 0 auto;
}

.btn2 {
	border-radius: 2em !important;
	padding: 4px 15px;
}
.logo img {
	transition-duration: 180ms;
	transform: scale(0.9);
}
.logo:hover img {
	transform: scale(1);
	filter: drop-shadow(0 0 10px rgba(186, 170, 247, 0.9));
}
.logo-title {
	font-weight: 900;
	line-height: 2rem;
}
.logo-title2 {
	color: #b9aaf7;
	font-size: 22px;
}
.logo-title2 span {
	color: #8247e5;
}

/* Replace dogehome image with Polygon logo if needed */
.dogehome{
    width: 300px;margin: 0 auto;
    height: 170px;
	background: url("/img/ChatGPT Image Jul 11, 2025, 02_18_52 AM.png") no-repeat bottom center;
	background-size: 100%;
}
.wrapper {
	border: 1px solid #393269 !important;
	box-shadow: inset 0 0 1px 1px rgba(87, 71, 140, 0.7);
	background-color: #332c54;
	border-radius: 1em;
	width: 100%;display: block;
}
.wrapper2 {
	padding: 15px;width: 100%;
}

.about {font-family: 'Ubuntu', sans-serif;
	padding: 15px 15px;
	background-color: #222035;
	border-radius: 12px;
	box-shadow: 0 0 2px 0px rgba(129, 101, 255, 0.13);
}

.wrap-title,.wrap-title2{
	color: #dcd3f7;display:inline-block;
	padding: 3px 0px 3px;
	font-weight: 800;
}
.wrap-title::after {
	position: relative;
	bottom: 0; left: 0;right: 0;
	display: block;
	content: "";
	border-radius: 4px;
	padding: 0;margin: 0 auto;
	width: 55px;
}
.content-title{
	color: #eee6ff;display:inline-block;
	padding: 3px 7px 5px;
	font-weight: 800;
}

.content-title::after {
	position: relative;
	bottom: 0; left: 0;right: 0;
	display: block;
	content: "";
	background: #8247e5;
	background: linear-gradient(90deg, #8247e5, #a166ff);
	border-radius: 4px;
	padding: 0;margin: 0 auto;
	width: 55px;height: 8px;
}
.footer {
	margin: 0 auto;
	padding: 10px 0; 
	background-color: #1a1831;
}
/* Stats block */
.stat {
	border: 2px solid rgba(129, 101, 255, 0.15) !important;
	background-color: rgba(68, 48, 111, 0.65);
	border-radius: 10px;
	margin-bottom: 5px;
	padding: 15px 5px;
	color: #fff;
}
.stat-count {
	color: #8247e5;
	background-image: linear-gradient(0deg,#fff,#a166ff) !important;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-size: 1.9em;
	font-weight: 600;
	line-height: 1;
	padding-bottom: 6px;margin:0;
	display: block;
}
.stat-title{
	color: #dcd3f7;
	padding: 0px;
	font-size: 100%;
	font-weight: 400;
}
.stat i{
	color: #a166ff;
	background-image: linear-gradient(0deg,#b9aaf7,#8247e5) !important;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-size: 2.3rem;
	padding: 3px;
	transition-duration: 180ms;
	transform: scale(0.8);
}
.stat:hover i {
	  transform: scale(1);
}

.stats {
	border: 2px solid rgba(129, 101, 255, 0.15) !important;
	background-color: rgba(68, 48, 111, 0.65);
	border-radius: 10px;
	margin-bottom: 5px;
	padding: 5px 5px 0;
}
.stats-title {
	font-size: 20px;
	text-align: center;
	color: #fff !important;
	background-color: #8247e5;
	border-radius: 2px;
	position: relative;top: -20px;
	margin: 0 auto;
	width: 60%;
	padding: 1px 5px;
}
.stats2 {
	overflow: hidden;
	border-radius: 10px;
	margin-top:-5px;
}
.stats2 tr {
	color: #dcd3f7;
	font-size: 1rem;
}
.stats2 > tbody > tr:nth-of-type(2n+1) > * {
	color: #dcd3f7;
}
.stats2 tr td{
	border-bottom: 1px solid #393269;	
}
.stats2 tr:last-child td{
	border-bottom: 0;
}
.text-sum {
	font-weight: 600;
	font-size: 125%;border-radius: 4px;padding: 1px 7px;
}
.text-sum small{
	color: #fff;
	font-size: 60%;padding: 2px 5px;
	border-radius: 4px;position: relative;top: -2px;right:-2px;
	background-color: #8247e5 !important;
}
/* Alerts */
.alert.alert-danger,
.alert.alert-warning,
.alert.alert-success {
	border-radius: 4px;
	border: 2px solid rgba(186, 170, 247, 0.2) !important;
	background: rgba(51, 34, 85, 0.8);
	box-shadow: 0 0 3px 0px rgba(129, 101, 255, 0.15) !important;
}
.alert.alert-danger { color: #f88fc8; }
.alert.alert-warning { color: #e9d079; }
.alert.alert-success { color: #a7ffce; }

.card {
	border: 2px solid rgba(186, 170, 247, 0.15) !important;
	background-color: rgba(66, 56, 110, 0.2);
	box-shadow: inset 0 0 13px 1px rgba(97, 74, 216, 0.3);
}
.card-header {
	background-color: rgba(120, 87, 229, 0.03);
}
.btn.btn-primary {
	border-color: #6c3eb7;
}
.login-home .input-ico{
	color: #8247e5;
	font-size: 2rem;
	position: absolute;text-align: center;
	width: 50px; left: 5px; top: 0; bottom: 0;
	border-radius: 2em 0 0 2em !important;
    border-right: 1px solid rgba(186, 170, 247, 0.1) !important;
}
.login-home .input-ico img{
	position: relative; top: -3px; 
	font-size: 1rem;text-align: center;
	width: 30px; 
}
.login-home .form-control{
	color: #b9aaf7;
	border-radius: 12px;
	font-weight: 500;
	font-size: 1.5rem;
	background-color: rgba(155, 155, 200, 0.1);
    border: 2px solid #8247e5 !important;
	padding-left: 60px !important;
}
.login-home .form-control:hover,
.login-home .form-control:focus {
	box-shadow: 0px 0px 4px 2px #a166ff;
}

.form-control {
	color: #eee;
	border: 2px solid rgba(186, 170, 247, 0.13);
	background-color: rgba(129, 101, 255, 0.13);
}
.form-control:disabled, .form-control[readonly] {
	color: #8247e5;
	border: 2px solid rgba(186, 170, 247, 0.13);
	background-color: rgba(82, 115, 131, 0.1);
}
.form-control::placeholder {
	color: #b9aaf7;
}
.input-group-text {
	color: #fff;
	border: 2px solid #8247e5;
	background-color: #8247e5;
}
.btn-home {
    box-shadow: 0px 0px 1px 3px #8247e5 !important;
}
.btn-lg {
    box-shadow: 0px 0px 2px 1px rgba(129,101,255,0.3);
    transition-duration: 180ms;
    border: 3px solid #393269 !important;
	border-radius: 2em;
	font-weight: bold;
	letter-spacing: 2px;
}
.btn-balance a{
	border-radius: 12px;
}

.btn-danger {
	background-color: #8247e5;
}
.btn-danger:hover {
	background-color: #6c3eb7;
}

.btn-dangerxx {
	background-color: #bd1534;
}
.btn-dangerxx:hover {
	background-color: #bd1534;
}

.btn-warning {
	background-color: #b9aaf7;
	box-shadow: 0 0 0 .25rem rgba(186,170,247,.5);
}
.btn-warning:hover {
	background-color: #a166ff;
    box-shadow: 0px 0px 1px 3px #b9aaf7 !important;
}
.btn-success {
	background-color: #06c04d;
}
.btn-success:hover {
	background-color: #03a140;
}
.btn-primary {
	color: #fff !important;
	background-color: #8247e5;
}
.btn-primary:hover {
	color: #fff !important;
	background-color: #6c3eb7;
}

.btn-lg:hover {
    border: 2px solid #b9aaf7;
	box-shadow: 0px 8px 3px #8247e5;
}

.btn-outline-dark {
	color: #222;
	border: 1px #444 solid !important;
}
.btn-outline-dark:hover {
	background-color: #222;
}

.title {
	font-size: 1.5em;
	font-weight: 800;
}
.title::after {
	position: relative;
	bottom: 0; left: 0;
	display: block;
	content: "";
	background: #8247e5;
	border-radius: 4px;
	padding: 0;
	width: 55px;height: 8px;
}

.check-list {
	overflow: hidden;
}
.check-list span{
	display: block; text-align: center;
	margin: 15px 5px;padding: 25px 5px 15px 5px;
	font-size: 17px;
	color: rgb(221, 204, 204);
	background: #333;
	border1: 1px #493535 solid !important;
}
.oval-left span {
	border-radius:  2em 1em 1em 1em;
}
.oval-right span {
	border-radius: 1em 2em 1em 1em;
}
.check-list b{
	display: block; 
	font-size: 20px;
	font-weight: 700;
}
.check-list div:hover span{
	background: #373737;
	position: relative;
}
.check-list .check-oval {
	position: relative;
	display: block;z-index: 33;
	margin: 5px auto -30px; padding: 2px;
	width: 44px; height: 44px; text-align: center;
	background: #8247e5;
	box-shadow: 0px 0px 2px 2px #8247e5;
	background-size: auto;
	color: #fff;
	font-size: 24px;line-height: 38px;
}
.check-oval i {
	opacity: 0.9;
}
.check-list div:hover .check-oval{
	transf1orm: rotate(15deg);
	background-size: auto;
}
.check-list div:hover .check-oval i{
	transform: scale(1.2);
	opacity: 1;
}


/* ACCOUNT STYLE */
.content {
	display: block;
	width: 100%;
}
.content > div {
	margin: 0; padding: 0;
}


.serf {
	border-radius: 4px;
}
.serf .btn {
	box-shadow: 0 0 2px 0px rgba(32, 32, 32, 0.2);
}
.serf-link {
	font-size: 16px;
	font-weight: 600; 
	color: #eef !important;
	text-decoration: none;
	text-shadow: 0 1px 2px #432929;
}
.serf .badge {
	color: #ccd !important;
	font-size: 15px;font-weight: 500;padding: 3px 7px;border-radius: 1em;
	border: 1px solid rgba(180, 129, 129, 0.1) !important;
	background-color: rgba(162, 111, 111, 0.3) !important;
	box-shadow: 0 0 3px 0px rgba(58, 32, 32, 0.2);
}

.serf:hover {
	box-shadow: 0 0 3px 2px rgba(58, 32, 32, 0.2);
}




.tarif .card {
	border-radius: 1em;
	border: 2px solid rgba(150, 129, 129, 0.2) !important;
	background-color: rgba(41, 36, 36, 0.2);
	box-shadow: inset 0 0 13px 1px rgba(48, 40, 40, 0.7);
}

.tarif-position {
    width: 150px;height: 60px;margin: 0 auto;
	position:relative;
}
.tarif-position::before {
	content: "";
	background: #343537;
	box-shadow: inset 0 -3px 0 0px rgba(103, 82, 82, 0.3);
	border-radius: 100px;
    width: 140px;height: 160px;top: -100px;left: -3px;
	position:absolute;
}

.tarif-img {
    height: 133px;width: 133px;
    align-items: center;
	position:absolute;top: -80px;
	margin: 0 auto;
}
.tarif-img .rot{
    width: 100%;
    height: 100%;
    animation-name: rotate;
    animation-duration: 5s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    border-radius: 50%;
	border-top: 4px solid #8247e5 !important;
	border-bottom: 4px solid #8247e5 !important;
	border-left: 4px solid #dde !important;
	border-right: 4px solid #dde !important;
	position:absolute; left: 0; top: 0; right: 0;
	background-color: #8247e5;
	box-shadow: inset 0 0 12px 1px #222;
}
.tarif-img .rot2{
	content: "";
    width: 100%;
    animation-iteration-count: none;
    height: 100%;position:absolute; left: 0; top: 2px; right: 0;
    border-radius: 50%;
	background-size: 70px !important;
}

.tarif .card .tarif-img {
	transition-duration: 180ms;
	transform: scale(0.9);
	opacity: 0.95;
  }
  .tarif .card:hover .tarif-img{
	  transform: scale(1);
	  opacity: 1;
	  filter: drop-shadow(0 2px 14px #8247e5);
	}

	.tarif .tarif-line {
		margin-top: 5px; width: 30px;
		border: 2px solid rgba(180, 129, 129, 0.1) !important;
	}
.tarif .card-title {
	font-weight: 700;
	color: #8247e5;
}
 .tarif-table {
	width: 100%;
 }

.tarif-info {
	display: block;
	font-size: 16px;
	padding: 4px 5px;margin: 2px;
	background-c1olor: rgba(129, 129, 180, 0.1);
	border-radiu1s: 4px;
	border-bottom: 2px solid rgba(180, 129, 129, 0.2);
	box-shadow1: 0 0 3px 0px rgba(58, 32, 32, 0.1);
}
.tarif-info b{
	color: #8247e5;
}
.tarif-info2 {
	display: block;
	font-size: 18px;
	text-align: center;
	color: rgb(204, 211, 221);
	padding: 1px 3px;
	border-radius: 1em;
	background-color: rgba(180, 129, 129, 0.1);
	border: 1px solid rgba(180, 179, 129, 0.1);
	box-shadow: 0 0 3px 0px rgba(58, 57, 32, 0.1);
}


.tarif .btn {
	color: #fff;
	border-radius: 2em;font-weight: bold;
	border: 0; font-size: 20px;
	padding: 5px 25px;
	background: #8247e5 !important;
	box-shadow: 0 0 3px 0px rgba(58, 55, 32, 0.1);
}
.tarif .btn:hover {
	border: 0; 
	background: #f34 !important;
}



@keyframes rotate{
    from{ transform: rotate(-360deg); }
    to{ transform: rotate(360deg); }
}

.mining {
    height: 150px;width: 150px;
    align-items: center;
	position:relative;
	margin: 0 auto;
}
.mining .rot{
    width: 100%;
    height: 100%;
    animation-name: rotate;
    animation-duration: 5s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    border-radius: 50%;
	background: linear-gradient(0deg,#fff,#8247e5) !important;
	box-shadow: inset 0 2px 3px rgb(130, 71, 229);
	position:absolute; left: 0; top: 0; right: 0;
}
.mining .rot2{
	content: "";
    width: 100%;
    animation-iteration-count: none;
    height: 100%;position:absolute; left: 0; top: 0; right: 0;
    border-radius: 50%;
	background: url("/img/pngwing.com (38).png") no-repeat center center;
	background-size: 150px;
}
.mining-info {
  display: block;
  padding: 7px 5px;
  margin: 5px;
  background-color: #8247E5;      /* Polygon primary purple */
  color: #FFFFFF;                 /* White for readability */
  border-radius: 12px;
  box-shadow: 0 0 4px rgba(130, 71, 229, 0.3); /* Soft purple glow */
}

.mining-hover {
  border: 1px solid rgba(180, 156, 228, 0.1); /* poly-light at low opacity */
}

.mining-hover:hover {
  border: 1px solid rgba(123, 63, 228, 0.6);
}

.wrapper {
	display: block;
	overflow: hidden;
}
.leftbar {
	width: 100%;
	margin: 0px 0;
	display: flex;
}
.menubar {
	padding: 0px;
	display: block;
	width: 100%;
	background1-color: #222;
	backgroun1d: linear-gradient(0deg, #373737,#111) !important;
	border1: 1px solid #333; 
}
.leftbar__menu {
	padding: 5px;
	display: flex;
	width: 100%;
}
.leftbar__menu li {
	width: 100%;
	display: block;
}
.leftbar_head {
	font-weight: 700;
	text-transform:uppercase;
	padding: 5px 0 7px 14px;
}
.leftbar__menu li a {
	color: #fff;text-align: center;
	display: block;text-transform:uppercase;
	text-decoration: none;padding: 7px 2px; 
	border: 2px solid #343537;margin: 4px;
	background-color: #222;
	box-shadow: 0px 0px 1px #131418 !important;
	border-radius: 12px;

}

.leftbar__menu li a:hover {
	color: #fff;
	border: 2px solid #151515;
	background-color: #151515;
}

.leftbar__menu li a:hover::before {
	content: ""; z-index: 2;
	position: absolute;bottom: 0; left: 0;
	width: 100%; height: 2px;
	backgrou1nd-color: #8247e5;
	transition-duration: 120ms;
  }

.leftbar__menu li a i {
	position: relative;
	font-size: 28px;text-align: center;
	line-height: 1.2;display: block;
	margin: 5px auto;
	width1: 48px; padding: 3px 0 ;
    color: #bac;
	background-image: linear-gradient(0deg,#fff,#8247e5) !important;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.leftbar__menu li a:hover i{
	background-image: linear-gradient(90deg,#f33,#8247e5) !important;
    color: #8247e5 !important;
}

/*MENU V KABINE*/
.divide {
	border-top: 1px dashed rgba(70, 67, 47, 0.2);
}
.menu-title {
	padding: 15px 10px;
	color: #8247e5;
}

.menu2 {
	color: #8247e5;
	background-color: #151515;
	border: 1px solid rgba(192, 102, 102, 0.2) !important;
	margin: 10px;padding: 7px 7px 7px 20px;
	font-size: 24px;border-radius: 12px;
	font-weight:700;
	line-height: 22px;
	cursor: pointer;
}
.menu2 i {
	position: relative; margin-right: 15px;
}

.menub{
	width: 96.8%;margin: -3px; margin-left: 5px; 
	border-top: 1px dashed rgba(70, 60, 50, 0.2) !important;
	padding: 4px 5px 4px 5px; 
}
.topbar{
	border-bottom: 2px solid #333 !important;
	padding: 7px;
	margin: 0;
}
.topbar__top {
  padding-bottom: 20px;
  position: relative;
  margin-bottom: 20px;
  text-align: center;
	box-shadow: inset 0px 2px 4px rgba(245, 240, 25,0.5) !important;
}
.topbar__btns {
  margin-top: 15px;
}
.topbar__btn {
  margin: 0 10px;
}
.topbar__bottom {
  text-align: center;
}
.topbar__balance {
	padding: 5px 5px 10px;
	margin-bottom: 3px;
	border-radius: 0.5em 1em;
}
.topbar__balance p {
	color: #ddc;
	font-size: 18px;
	font-weight: 400;
	margin: 0;
	line-height: 1.5em;
}
.topbar__balance p b{
	font-size: 36px;
	color: #8247e5;
}

.topbar__bottom a {margin-top: 2px;
	font-size: 14px;border-radius: 4px;
	box-shadow: 0px 2px 4px rgba(238, 226, 165, 0) !important;
	letter-spacing: .75px;
	color: #fff; text-transform: uppercase;
	transition: color 0.2s ease;
}
.leftbar__menu li a {
	font-size: 16px;
	position: relative;
	z-index: 2;
}

.leftbar__menu li a span {
	position: relative; top:-2px;
	display: inline;
}

.menu2 {
	display: none;
}
.content .content-user {
	padding: 10px 15px;
}
@media only screen and (max-width: 791px) {

.content, .leftbar {
	width: 100%;
	display: block;
	float: none;
	margin: 0;margin-bottom: 5px;
}

.leftbar__menu {
	width: 100%;
	display: block;
}
.leftbar__menu li {
	width: 100%;
	display: block;
}

.leftbar__menu li a i {
	position: relative;
	font-size: 32px;text-align: right;
	line-height: 1.2;display: inline;
	margin-right: 15px;
	width: 48px; padding: 3px 5px;
    color: #8247e5;
}
.menu__wrapper {
	max-height: 0;
	overflow: hidden;
	transition: 0.2s ease;
}
.wrapper {
	display: block;
	overflow: hidden;
}

.content .content-user {
	padding: 10px 15px;
}
.menu2 {
	display: block;
}
html.min-menu .content {
	width: 100%;
	float: none;
	margin-left: 0;
}
html.min-menu .menu2 span {
	opacity: 1;
}
html.min-menu .leftbar {
	float: none;
	width: 100%;
}
html.min-menu .topbar {
	display: block;
}
html.min-menu .menu__wrapper {
	max-height: 1300px;
}
html.min-menu .leftbar__menu li a span {
	display: inline;
}

html.min-menu .leftbar_head {
	display: block;
}
html.min-menu .leftbar__menu li a:hover {
	width: 100%;
}
}
