/* ALl Page Start */
body{
    background-color:#000000;
    font-family:math;
    /* color:white; */
    /* non lighting */
    color:#d2d2d2;
    
}
.shop{
    width:95%;
    margin:auto;
  }
.shop-img{
    max-height: 150px !important;
    min-height: 150px !important;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
  .min-h p{
    min-height:220px;
    max-height:220px;
    
  }
.marquee-area {
    overflow: hidden;
    background-color: #000;
    list-style: none;
}
.marquee-area li{
    display: inline;
    padding:0px 10px;
    text-align: center;
    font-size: 12px;
    color:#969696;
    margin-top:0px;
}
.marquee-area a:hover{
    color:#C6C6C6;

}
.marquee-link{
    width:95%;
    margin:auto;
    text-align: center;
}
.marquee-content {
    display: inline-block;
    white-space: nowrap;
    animation: marquee 10s infinite linear;
}
a.px-8:active{
    background-color:#ff9000;
}
@keyframes marquee {
    0% {
        transform: translateX(100%);
    }
    100% {
        transform: translateX(-100%);
    }
}

.logo{
    font-size: 1.5em;
    font-family: Roboto;
}
.logo-holly{
    color: rgb(255, 255, 255);
    padding: 5px;
    font-weight: 700;
}
.logo-sms{
    color: rgb(0, 0, 0);
    background-color: rgb(255, 153, 0);
    padding: 5px 10px;
    border-radius: 7px;
    font-weight: 700;
}
@media all and (max-width:640px){
    .navbar-start{
       width: 80%;
    }
    
}

.bg-orange-500{
    background-color:#ff9000;
    color: #000 !important;
    font-weight: bold;
}
.bg-base-100,
.bg-base-200,
.sm\:bg-base-100{
    background-color:#0E0E0E !important;
}

.btn-ghost{
    color:#ff9000;
}
.custom-dropdown {
    position: relative;
    display: inline-block;
  }
  .custom-dropdown-content {
    display: none;
    position: absolute;
    z-index: 1;
    background-color:#0e0e0e;
    padding: 8px;
    border-radius: 4px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  }
  .custom-dropdown-content li {
    margin-bottom: 10px;
    background-color: #151515;
  }
  .custom-dropdown-content a {
    display: block;
    padding: 8px 8px;
    color: white;
    font-size: .75rem;
}
.custom-dropdown-content li:hover,
.custom-dropdown-content a:hover{
    background-color:#ff9000;
    border-radius:5px;
    color:black !important;
    
}

.error-box {
    background-color: #d3762f; /* Bright red color for error box */
    color: #0d0101; /* White text color for readability on dark background */
    border-radius: 4px; /* Rounded corners */
    padding: 16px; /* Some padding around the content */
    margin-bottom: 16px; /* Add some spacing below the error box */
    font-size: 14px; /* Slightly smaller font size */
    font-weight: bold; /* Bold text for emphasis */
  }
  
  .error-message {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    animation: pulse 2s infinite;
  }
  
  @keyframes pulse {
    0% {
      transform: scale(1);
    }
    50% {
      transform: scale(1.05);
    }
    100% {
      transform: scale(1);
    }
  }

  @keyframes fade-in {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }
/* All Page END */
/* Index page*/
.border-l-0{
    border-left: 0px !important;
}
.text-rgb-87-125-187{
    color:rgb(87 125 187) !important;
}
.text-3xl{
    margin-top:8px;
}
.table :where(thead,tfoot) :where(th,td) {
    background-color: #FF9000;
    color: #0E0E0E;
}

.table :where(tbody th,tbody td) {
    background-color: #0E0E0E;
}

.table-zebra tbody tr:nth-child(2n) td,
.table-zebra tbody tr:nth-child(2n) th {
    background-color: #0E0E0E;
}
.mt-12{
    margin-top: 52px;
}
/* Index Page */

/* Footer Start */
.link{
    color:#ff9000;
    text-decoration: none;
    font-size:13px;
    line-height: 28px;
}
.footer-bg{
    background-color:#151515;
}
.footer-area{
    width:80%;
    margin:auto;
    text-align: center;
}
.footer-area li{
    margin:0px !important;
}
.fhead{
    color:#969696;
}

.footer-end{
    height:62px;
}
.footer-end p{
    font-size:12px;
    color:#969696;
    float:right;
    margin-right:100px;
    margin-top:20px;
}

/* Login and Signup Page Here */
.overflow-me{
    overflow: hidden !important;
}
.input-bordered{
    color:#c6c6c6;
    background: #212121;
    border:1px solid rgba(106,106,106,.25);
    font-size:14px;
    outline:0px;
}
.py-28{
    padding-bottom: 2rem !important;
}
.login-here,
.login-here-f{
    background-color: #151515 !important;
}
.login-bg{
    background-color: #000000 !important;
}
.login-btn,
.signup-btn{
    background-color:#ff9000;
    color: #000;
    text-transform: none; 
}
.form-control input{
    margin-bottom: 30px;
}

@media all and (max-width:500px){
    .login-here-f{
        background-color:#000000;
    }
    
}
/* End Login and Signup */

/* Dashboard Page Start Here */
.phone::before {
    content: "+1 ";
    user-select: none;
    opacity: 0.5;
}
.bg-black{
    background-color: #000000;
}
.border,
.border-r,
.border-t{
    border: 1px solid #292929;
}
.service-name td{
    background-color: #151515;
}

tr.service-name td:first-child:hover{
    background-color: #212121 !important;
}
::-webkit-scrollbar {
    width: 10px;
  }
  
  ::-webkit-scrollbar-track {
    background-color: #f1f1f1;
  }
  
  ::-webkit-scrollbar-thumb {
    background-color: #888; 
  }
::-webkit-scrollbar-thumb {
    background-color: #888;
    background-image: linear-gradient(#888, #888);
  }

.multi-code,
.reload-code{
    min-width:230px !important;
}

.multi-code:hover,
.reload-code:hover,
.hover-remove:hover{
  background-color:#ff9000;
}

@media all and (max-width: 500px) {
    .multi-code,
    .reload-code {
      min-width: 100% !important;
    }
  }
/* Footer Page Link Page */
.footer-link-page{
    color:#d2d2d2;

}
.text-red-page{
    color:red;
}
.mt-20{
    margin-top: 20px;
}
.mb-10rem{
    margin-bottom: 10rem; 
}
/* Wallet payment , transfer page */
.peer:checked~.peer-checked\:ring-emerald-400 {
    --tw-ring-color: #ff9000 !important;
}
.email-transfer{
    margin-left:1rem;
}

@media (max-width: 640px) {
    .email-transfer{
        margin-left:0px;
        margin-top: 1rem;
    }
}

@media (min-width: 1020px) {
    .side-bar-height{
        min-height: 589px !important;
        min-width: 10% !important;
    }
}

/* Payment page */
.payment-area{
    padding-top:20px;
    padding-bottom: 20px;
    max-width: 1000px !important;
}
.transaction-hash{
    display: block;
    width:80%;
    margin:auto;
}
@media (max-width: 500px) {
    .transaction-hash{
        width:95%;
       
    }
}
.plan-ads-animation {
    position: relative;
    color: #00ffcc; /* Brighter cyan/turquoise - easier on eyes than pure green */
    padding: 10px 20px;
    border-radius: 5px;
    text-decoration: none;
    transition: transform 0.3s ease;
    animation: pulseAndColor 2s infinite;
}

.plan-ads-animation:hover {
    transform: scale(1.05);
    color: #ffffff; /* Keep white for hover */
    animation: none;
}

@keyframes pulseAndColor {
    0% {
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(0, 255, 204, 0.4);
        color: #00ffcc; /* Cyan/turquoise */
    }
   
    50% {
        transform: scale(1.03);
        box-shadow: 0 0 0 10px rgba(0, 255, 204, 0);
        color: #66ffff; /* Light cyan at peak - more readable than yellow */
    }
   
    100% {
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(0, 255, 204, 0);
        color: #00ffcc; /* Back to cyan/turquoise */
    }
}

/* Add spacing to the right if needed */
.mr-2 {
    margin-right: 0.5rem;
}

/* Special price highlight */
.plan-ads-animation .price {
    color: #ff66b2; /* Softer pink - more readable than previous pink */
    font-weight: bold;
}
