
	  .ui-tooltip{
		  width: 100px;
		  font-size: 0px;
		  height: 100px;
		  display: none;
		  top: -1000px;
		  box-shadow: none;
		  border: none;
		  opacity: 0;
	  }
	  
  label {
    display:none;
    width: 0px;
	height: 0px;	  
  }

		


.green-btn{
border: none;
background: linear-gradient(135deg, #28a745, #20c997);
position: fixed;
padding: 10px 16px;
bottom: 330;
right: 50;
max-width: 350px;
z-index: 999;
color: #ffffff;
display: flex;
align-items: center;
justify-content: center;
border-radius: 8px;
font-weight: 600;
box-shadow: 0 4px 12px rgba(0,0,0,0.15);
cursor: pointer;
transition: all 0.3s ease;
		}
	
		
		

 

.cart-counter{
  /*display:inline-block;*/
  width:290px;*/
  opacity:0;
  height:20px;
  background:#ddd;
  text-align:center;
  border-radius:5%;
  z-index: 9; 
  position: absolute;
  margin-left: 641px;
  margin-top: -30px;
  padding-bottom: 10px;
  
}
	
	
	
	
	.box {
  width: 300px;
  height: 160px; 
  background-color: black;
  /*color: #fff;*/
  padding: 6px;
  position: relative;
  /*margin: 40px;*/
  float: left;
}

.box.arrow-top {
  margin-top: 40px;
}
.box.arrow-bottom:after {
  content: " ";
  position: absolute;
  right: 195px;
  bottom: -15px;
  border-top: 15px solid rgb(230, 200, 23);
  border-right: 15px solid transparent;
  border-left: 15px solid transparent;
  border-bottom: none;
}
	


	.green-fixed-box {
    border: 1px solid rgba(0,0,0,0.1);
    background: linear-gradient(135deg, #22C55E, #16A34A);
    position: fixed;
    padding: 10px 14px;
    bottom: 320px;
    right: 50;
    max-width: 340px;
    width: auto;
    z-index: 999;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    font-weight: 600;
    box-shadow: 0 6px 18px rgba(0,0,0,0.2);
	/*margin-bottom: 100px;*/
}

/* 🎯 Perfect tuning for 1920x1080 screens */
@media screen and (min-width: 1800px) {
    .green-fixed-box {
       /* right: 220px;*/
        bottom: 330px;
        max-width: 360px;
        padding: 12px 16px;
    }
}

/* 📱 Optional: make it mobile friendly */
@media screen and (max-width: 768px) {
    .green-fixed-box {
        right: 15px;
        bottom: 20px;
        max-width: 90%;
        padding: 10px;
    }
}


.green-text-box {
    position: fixed;
    bottom: 370px;
    /*right: 1px;*/
    max-width: 320px;
    width: auto;
    z-index: 999;
    color: #22C55E;
    display: flex;
    align-items: center;
	justify-content: flex-start;
    line-height: 1.5;
    padding: 4px 6px;
    font-size: 14px;
	/*margin-bottom: 100px;*/
}

/*  Optimized for 1920x1080 */
@media screen and (min-width: 1800px) {
    .green-text-box {
        /*right: 235px;*/
        bottom: 380px;
        max-width: 320px;
    }
}

/*  Mobile fallback */
@media screen and (max-width: 768px) {
    .green-text-box {
        right: 15px;
        bottom: 80px;
        max-width: 90%;
        font-size: 13px;
    }
}
	



.green-fixed-box {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;

    background: linear-gradient(135deg, #064e3b, #16a34a, #22c55e);
    color: #ffffff !important;

    padding: 13px 24px;
    min-height: 48px;
    min-width: 150px;

    border: none;
    border-radius: 14px;

    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.3px;
    text-decoration: none !important;

    box-shadow: 0 0 14px rgba(34, 197, 94, 0.55),
                0 10px 24px rgba(6, 78, 59, 0.35);

    cursor: pointer;
    transition: all 0.25s ease;
    animation: greenPulse 3s ease-in-out infinite;
}

.green-fixed-box:hover {
    background: linear-gradient(135deg, #022c22, #15803d, #4ade80);
    color: #ffffff !important;

   /* transform: translateY(-3px) scale(1.05);*/
    box-shadow: 0 0 22px rgba(34, 197, 94, 0.8),
                0 14px 30px rgba(6, 78, 59, 0.45);

    text-decoration: none !important;
}

.green-fixed-box:active {
    transform: translateY(-1px) scale(0.98);
}

@keyframes greenPulse {
    0% {
        box-shadow: 0 0 14px rgba(34, 197, 94, 0.45),
                    0 10px 24px rgba(6, 78, 59, 0.30);
    }

    50% {
        box-shadow: 0 0 24px rgba(34, 197, 94, 0.75),
                    0 14px 32px rgba(6, 78, 59, 0.42);
    }

    100% {
        box-shadow: 0 0 14px rgba(34, 197, 94, 0.45),
                    0 10px 24px rgba(6, 78, 59, 0.30);
    }
}



.second_menu {
    z-index: 99999;
    width: 390px;
    background: linear-gradient(135deg, #f8fafc, #e0f2fe);
    border: 1px solid rgba(14, 165, 233, 0.25);
    border-radius: 16px;
    padding: 12px;
    box-shadow: 0 14px 32px rgba(15, 23, 42, 0.20);
    overflow: hidden;
}

/* Main row design */
.top-coin-item {
    display: flex;
    align-items: center;
    gap: 11px;
    padding: 11px 13px;
    margin-bottom: 8px;
    border-radius: 13px;
    background: rgba(255, 255, 255, 0.72);
    border: 1px solid rgba(255, 255, 255, 0.65);
    transition: all 0.25s ease;
}

/* Hover effect */
.top-coin-item:hover {
    background: #ffffff;
    transform: translateX(5px) scale(1.015);
    box-shadow: 0 0 16px rgba(14, 165, 233, 0.38);
}

/* Badge / rank */
.top-coin-rank {
    width: 38px;
    height: 38px;
    min-width: 38px;

    display: inline-flex;
    align-items: center;
    justify-content: center;

    border-radius: 50%;
    font-size: 18px;
    font-weight: 800;

    background: linear-gradient(135deg, #ffffff, #e0f2fe);
    color: #0f172a;

    box-shadow: 0 6px 14px rgba(15, 23, 42, 0.18);
}

/* Flag image */
.top-coin-item img {
    width: 22px;
    height: 16px;
    object-fit: cover;
    border-radius: 3px;
    box-shadow: 0 3px 7px rgba(15, 23, 42, 0.18);
}

/* Buyer link */
.top-coin-link {
    color: #0f172a;
    text-decoration: none;
    font-size: 14px;
    line-height: 1.35;
    font-weight: 600;
    flex: 1;
}

.top-coin-link:hover {
    color: #0284c7;
    text-decoration: none;
}

/* Pixel count */
.top-coin-count {
    color: #0284c7;
    font-weight: 800;
}

/* 1st place */
.top-coin-item.top-first {
    background: linear-gradient(135deg, #fff4b8, #ffffff);
    border: 1px solid rgba(245, 158, 11, 0.45);
    box-shadow: 0 0 20px rgba(245, 158, 11, 0.45);
}

.top-coin-item.top-first .top-coin-rank {
    background: linear-gradient(135deg, #f59e0b, #fde68a);
    color: #ffffff;
    box-shadow: 0 0 16px rgba(245, 158, 11, 0.75);
}

/* 2nd place */
.top-coin-item.top-second {
    background: linear-gradient(135deg, #e5e7eb, #ffffff);
    border: 1px solid rgba(148, 163, 184, 0.55);
    box-shadow: 0 0 16px rgba(148, 163, 184, 0.35);
}

.top-coin-item.top-second .top-coin-rank {
    background: linear-gradient(135deg, #64748b, #cbd5e1);
    color: #ffffff;
    box-shadow: 0 0 14px rgba(100, 116, 139, 0.55);
}

/* 3rd place */
.top-coin-item.top-third {
    background: linear-gradient(135deg, #fed7aa, #ffffff);
    border: 1px solid rgba(217, 119, 6, 0.45);
    box-shadow: 0 0 16px rgba(217, 119, 6, 0.32);
}

.top-coin-item.top-third .top-coin-rank {
    background: linear-gradient(135deg, #b45309, #fdba74);
    color: #ffffff;
    box-shadow: 0 0 14px rgba(180, 83, 9, 0.55);
}

/* Stronger hover for top 3 */
.top-coin-item.top-first:hover,
.top-coin-item.top-second:hover,
.top-coin-item.top-third:hover {
    transform: translateX(6px) scale(1.03);
}

/* Make the top 3 names slightly stronger */
.top-coin-item.top-first .top-coin-link,
.top-coin-item.top-second .top-coin-link,
.top-coin-item.top-third .top-coin-link {
    font-weight: 800;
}

/* Optional: remove spacing after last item */
.top-coin-item:last-child {
    margin-bottom: 0;
}