@import url('https://fonts.googleapis.com/css2?family=Bai+Jamjuree:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;1,200;1,300;1,400;1,500;1,600;1,700&display=swap');

body:not(.home){
    background-color: #07080E; /* Ensure background color is still set */
    background-image: url(../images/inner_glow_left.png), url(../images/inner_glow_right.png);
    background-position: -190px 10vh, 50vw -220px;
    background-repeat: no-repeat, no-repeat;
    background-size: auto, auto; /* Or adjust the size as needed */
    
    /* background: #07080E 
              url('../images/inner_glow_left.png') -600px -220px no-repeat, 
              url('../images/inner_glow_right.png') 50% -220px no-repeat;
    background-size: auto;   */

    /* background-color: #07080E;
    background-image: url(../images/inner_glow_left.png)  -600px -220px no-repeat, url(../images/inner_glow_right.png) 50% -220px; */
}
body:not(.home) main{
    background: none;
}
body:not(.home) .site-main{
	/* max-width: 1260px; */
    width: 100%;
	padding: 0;
	margin: 80px auto 0;
}
body:not(.home) .site-main > *:not(.page_title_box) {
    width: 100%;
}
body:not(.home)  .site-main > *:not(.page_title_box) > * {
    max-width: 1260px;
    margin: 0 auto;
}
body:not(.home) .site-main > * > .fullWidth {
    max-width: 100%;
}


body:not(.home) .entry-header{
  margin: 0 auto 25px;
  display: none;
}
body:not(.home)  h1.entry-title{
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  text-transform: capitalize;
  line-height: 1.1;
  margin-bottom: 8px;
}
body:not(.home) .entry-content p{
  font-size: 18px;
  padding-bottom: 20px;
}
body:not(.home) .wp-block-heading{
  font-size: 32px;
  padding-bottom: 20px;
  font-weight: 500;
}
body:not(.home) .footer-wrap{
  padding-top: 35px;
}

article:empty{
  display: none;
}
main:not(.individual_blog_page) > article {
    padding-top: 35px;
}
main a {
    word-break: break-all;
}

body:not(.home) .entry-content >  h2{
    font-size: 32px;
}
body:not(.home) .entry-content >  h3{
    font-size: 26px;
}
body:not(.home) .entry-content >  h4{
    font-size: 22px;
}
body:not(.home) h2{
    font-size: 32px;
    color: #fff;
}
body:not(.home) h3{
    font-size: 26px;
    color: #fff;
    font-weight: 600;
}
body:not(.home) h4{
    font-size: 22px;
    color: #fff;
}
.title{
    font-size: 29px !important;
    text-align: center;
}

.page_title_box{
    width: 100%;
    max-width: 1260px;
    margin: 0 auto;
    padding: 15px 15px;
    text-align: center;
}
.page_title_box p{
    max-width: 900px;
    margin: 0 auto;
    color: #C8C8C8;
    font-weight: 400;
    font-size: 17px;
}
body .page_title_box h2{
    font-size: 40px;
    color: white;
    margin: 20px 0 ;
}
.page_title_box h2 i{
   color: #A14CFF;
}
.page_title_box p i{
    color: #33BEFF
}
.prod_features_sec {
    text-align: center;
}
.prod_icons_grid{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px 40px ;
    margin-top: 50px;
}
.prod{
    display: flex;
    align-items: center;
    /* justify-content: space-between; */
    gap: 40px;
    text-align: left;
}
.prod .prod_left{
    min-width: 115px;
    display: flex;
    align-items: center;
    flex-direction: column;
}
.prod .prod_right{
    display: flex;
    align-items: center;
}
.prod .prod_left h6{
    margin: 0;
    font-size: 20px;
    color: #fff;
    font-weight: 600;
    padding-top: 10px;
}
.prod .prod_left h6 i{
    color: #A14CFF;
}
.prod .prod_right p{
    font-size: 16px;
    color: #C8C8C8;
}
.prodbox{
    padding: 40px 20px 20px;
    background: #2F376866;
    border: 1px solid #FFFFFF33;
    border-radius: 10px;
}
.prodbox h6{
    margin: 0;
    font-size: 24px;
    color: #fff;
    font-weight: 600;
    padding-top: 10px;
}
.prodbox h6 i{
    color: #A14CFF;
}
.prodbox p{
    font-size: 16px;
}
.prodbox img
{
    width: 80px;
    max-width: 80px;
}
.utility_grid {
    padding-bottom: 60px;
}
.utility_grid .prod {
    align-items: flex-start;
}
.utility_grid .prod_right{
    flex-direction: column;
    align-items: flex-start;
}
.utility_grid .prod_right h5{
    margin: 0;
    padding: 0;
    font-size: 22px;
    color: #fff;
    line-height: 1.2;
    margin-top: 6px;

}
.utility_grid .prod_right h5 i{
    color: #A14CFF;
    font-size: 75%;
}
.utility_grid .prod_right p i{
    color: #A14CFF;
    font-weight: 500;
}
.utility_grid .prod .prod_left img {
    max-width: 90px;
}
.tokenomics_sec{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 20px;
}
.tokenomics_sec label{
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    text-align: left;
}
.tok_left{
    text-align: left;
    max-width: 500px;
}
.total_tokens{
    font-size: 32px;
    color: #A14CFF;
    font-weight: 600;
    padding-bottom: 30px;
}
.tok_left ul {
    padding: 0 ;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);;
    gap: 30px 20px
}
.tok_left ul li{
    list-style: none;
}
.tok_left ul li i{
    font-size: 32px;
    color: #A14CFF;
    font-weight: 600;
}
.tok_left ul li p{
    padding: 0;
    margin: 0;
    font-size: 16px;
}
.tok_left ul li b{
    color: #A14CFF;
}
.usecase_grid .prod{
    align-items: flex-start;
}
.usecase_grid.prod_icons_grid{
    gap: 50px 40px;
}
.usecase_grid .prod_left{
    min-width: auto;
}
.usecase_grid .prod_left img{
    max-width: 305px;
}
.usecase_grid .prod_right{
    flex-direction: column;
    align-items: flex-start;
}
.usecase_grid .prod_right p strong{
    margin: 0;
    padding: 0;
    font-size: 16px;
    color: #fff;
    margin-top: 6px;

}
.usecase_grid ul {
    padding: 0 ;
    margin: 0;
}
.usecase_grid ul li {
    list-style: none;
    color: #B3B3B3;
    font-size: 14px;
    background: url(../images/u_arrow_icon.png) no-repeat 0px 5px;
    padding-left: 18px;
}
.faq_grid{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 50px 75px ;
    margin-top: 50px;
}
.faq_grid .ques {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
}
.faq_grid .ques h4{
    margin: 0;
    text-align: left;
}
.faq_grid .ques p {
    text-align: left;
}
.docs_wrap{
    display: flex;
    align-items: center;
}
.docs_wrap ul{
    min-width: 300px;
    margin: 0 auto;
}
.docs_wrap ul li {
    list-style: none;
    text-align: left;
    margin: 25px 0;
}
.docs_wrap ul li a{
    color: #fff;
    font-size: 18px;
    margin: 0 20px;
    text-decoration: none;
    padding: 29px 0 13px 50px;
    background: url(../images/read_icon.png) 0 19px no-repeat;
}


.tokenomics_allocation{
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 20px;
}
.token_allocate_head
{
    margin-top: 70px;
}

.table_container {
  /* position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); */
}
.table_container table {
  width: 800px;
  border-collapse: collapse;
  overflow: hidden;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  margin: 0 auto;
}
.table_container th,
.table_container td {
  padding: 15px;
  background-color: #3f354a;
  color: #fff;
}
.table_container th {
  text-align: left;
}
.table_container thead th {
  background-color: #55608f;
}
.table_container tbody tr:hover {
  background-color: rgba(255, 255, 255, 0.3);
}
.table_container tbody td {
  position: relative;
}
.table_container tbody td:hover:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -9999px;
  bottom: -9999px;
  background-color: rgba(255, 255, 255, 0.2);
  z-index: -1;
}
.table_container table tr td:first-child,
.table_container table tr th:first-child,
.table_container table tr td:last-child,
.table_container table tr th:last-child{
    text-align: left;
    padding-left: 30px;
}

.media_left_right{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 40px;
    padding-top: 20px;
}
.media_left_right figure{
    text-align: left;
    max-width: 550px;
}
.media_text{
    text-align: left;
}
.media_text h4{
  font-size: 21px;
  font-weight: 500;
  color: #fff;
  text-align: left;
}
.media_text ul{
    margin: 0;
    padding: 0;
}
.media_text ul li,
ul.bullets li{
    list-style: none;
    font-size: 18px;
    color: #fff;
    padding-left: 25px;
    position: relative;
}
.media_text ul li i,
ul.bullets li i{
    position: absolute;
    left: 0;
}
.media_text ul li b,
ul.bullets li b {
  color: #a14cff;
  font-weight: 600;
}
.media_left_right.even figure{
    order: 1;
}
.media_left_right.even .media_text{
    order: 2;
}

.agent_list_template{
    text-align: center;
}
.agent_list_template > .wrapper{
    max-width: 96% !important;
}
.agent_list table {
  padding: 15px;
  text-align: left;
  border-collapse: collapse;
}

.agent_list table tr{
    position: relative;
}
.agent_list table tbody tr:hover{
    background: #1f2937 !important;
}
.agent_list table tbody tr:hover td{
    /* border: 1px solid #1f2937 !important; */
}

.agent_list table tr::after{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    border-bottom: 1px solid #2d2c2c;
}
.agent_list table{
    padding-bottom: 0;
    border-bottom: 1px solid #2d2c2c;
}
/* .agent_list table tbody tr {
  background-color: #1c223b;
}

.agent_list table tbody tr:hover {
  background-color: #151b31;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
} */

.agent_list table tbody tr td:first-of-type {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.agent_list table tbody tr td:last-of-type {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  text-align: center;
}

/* .agent_list table tbody tr.priority-200 td:first-of-type {
  border-left: 5px solid #9c7c64;
} 

.agent_list table tbody tr.priority-300 td:first-of-type {
  border-left: 5px solid #5c8cdc;
}

.agent_list table tbody tr.priority-600 td:first-of-type {
  border-left: 5px solid #40c587;
}*/
.agent_list table td,
.agent_list table th  {
    padding: 10px;
    color: #fff;
}
.agent_list table td{
    color: #e2e2e2;
    font-weight: 300;
}
.agent_name{
    display: flex;
    gap: 8px;
    align-items: center;
}
.agent_name figure{
    margin: 0;
}
.agent_name img{
    max-width: 70px;
    border-radius:42px;
}
.agent_name aside i{
    font-size: 17px;
}
.agent_name aside .agent_name_text{
    font-size: 17px;
}
.agent_name aside .agent_number{
    font-size: 14px;
    font-weight: 200;
}
.agent_name aside{
    display: flex;
    flex-direction: column;
    text-align: left;
}
.agent_name aside .next_line{
     display: flex;
     gap: 15px;
     align-items: center;
}
.agent_name aside .agent_skill{
    font-size: 12px;
    font-weight: 500;
    color: #000;
    line-height: 1.2;
    background-color: #fcff52;
    border-radius: 4px;
    padding: 0px 3px;
    max-height: 15px;
}
main a.agent_name{
    color: #e2e2e2;
    text-decoration: none;
}



.filter {
	padding: 10px;
    display: flex;
    justify-content: space-between;
    
}

.filter  ul{
    margin: 0;
    padding: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    justify-content: flex-start;
	
}

.filter  ul li{
	min-width: 80px;
    list-style: none;
    text-align: center;
    /* background: #e9ecf1; */
    /* border-right: 1px solid #c1c4c9; */
    border: 1px solid #2d2c2c;
    padding: 8px 15px;
	cursor: pointer;
    color: #fff;
	-webkit-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
    margin-left: -1px;
}

.filter  ul li:first-child{
	border-top-left-radius: 25px;
	border-bottom-left-radius: 25px;
}

.filter  ul li:last-child{
	/* border-right: 0px; */
	border-top-right-radius: 25px;
	border-bottom-right-radius: 25px;
}

.filter  ul li:hover,
.filter  ul li.active{
	background: #1f2937;
	color: #fff;
}

.search{
   
    background:rgb(207, 205, 205) ;
    border-radius: 40px;
    padding: 8px 10px 10px 10px ;
    min-height: 40px;
}
.search input{
    border: 0;
    padding-top: 0px;
}
.search:hover > .search-txt{
    width: 180px;
    padding: 2px 10px 5px 10px ;
    color: black;
}
.search:hover > .search-btn{
   background: white ;
}
.search-btn{
    color: red;
    float: right;
    width: 40px;
    border-radius: 50%;
    background:#ABB2B9 ;
    display: flex;
    justify-content: center;
    align-items: center;
}

.search-txt{
    border: none;
    background: none;
    outline: none;
    float: left;
    padding: 0;
    color:wheat ;
    font-size: 16px;
    transition: ease-in 0.4s;
    /* line-height: 40px; */
    width: 110px;
    font-family: 'Pangolin', cursive;
}
.fas .fa-search{
    font-weight: 200;
    font-size: 40px;
}

.agent_individual{
    display: flex;
    gap: 33px;
}
.agent_name.solo * {
    color: #fff;
}
.agent_name.solo .agent_name_text{ 
    font-size: 24px;
}
.left_box{
    width: 75%;
    padding-top: 10px;
}

.sidebar {
    width: 400px;
    /* background: linear-gradient(135deg, #1a2332 0%, #0f1419 100%); */
    /* border-radius: 20px; */
    overflow: hidden;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
}

.price-header {
    background:  url(../images/dark_bg1.png) repeat;
    padding: 20px;
    display: flex;
    justify-content: space-between;
    text-align: left;
    align-items: center;
    border-radius: 10px ;
    margin-bottom: 25px;
}

.price-info h3 {
    color: #8a9ba8;
    font-size: 16px !important;
    font-weight: 500;
    margin: 0;
}

.price-value {
    font-size: 28px !important;
    font-weight: 700;
    color: white;
}

.price-change {
    color: #ff6b6b;
    font-size: 16px;
    margin-left: 8px;
}

.stake-btn {
    background: #2d3748;
    color: white;
    border: none;
    padding: 12px 24px;
    border-radius: 12px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.stake-btn:hover {
    background: #3d4a5c;
    transform: translateY(-1px);
}

.swap-container {
    background: #2d2541;
    /* background:  url(../images/dark_bg3.png) repeat; */
    padding: 30px;
    border-radius: 10px;
    border: 1px solid #585252;
}

.tab-header {
    display: flex;
    margin-bottom: 30px;
    border-bottom: 1px solid #2a3441;
    
}

.tab {
    color: white;
    font-size: 22px;
    font-weight: 500;
    padding: 0 0 12px 0;
    margin-right: 30px;
    cursor: pointer;
    position: relative;
}

.tab.active {
    color: white;
}

.tab.active::after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
    height: 2px;
    background: white;
    border-radius: 1px;
}

.tab.inactive {
    color: #6b7280;
}

.swap-section {
    margin-bottom: 25px;
}

.section-label {
    color: #8a9ba8;
    font-size: 14px;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
}

.network-icon {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    margin-right: 8px;
}

.base-icon {
    background: #0052ff;
}

.token-input {
    background: #1a2332;
    border: none;
    border-radius: 16px;
    padding: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
    transition: all 0.3s ease;
}

.token-input:hover {
    background: #2a3441;
}

.token-info {
    display: flex;
    align-items: center;
}

.token-icon {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    margin-right: 12px;
}

.virtual-icon {
    background: linear-gradient(135deg, #4ade80 0%, #22c55e 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-weight: bold;
    font-size: 12px;
}

.aixbt-icon {
    background: linear-gradient(135deg, #8b5cf6 0%, #a855f7 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-weight: bold;
    font-size: 12px;
}

.token-name {
    color: white;
    font-size: 18px;
    font-weight: 600;
    margin-right: 8px;
}

.dropdown-arrow {
    color: #8a9ba8;
    font-size: 12px;
}

.token-amount {
    color: #8a9ba8;
    font-size: 24px;
    font-weight: 500;
}

.swap-arrow {
    display: flex;
    justify-content: center;
    margin: 20px 0;
}

.arrow-btn {
    background: #86fd94;
    border: none;
    border-radius: 12px;
    padding: 12px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.arrow-btn:hover {
    background: #2a3441;
    transform: rotate(180deg);
}

.arrow-icon {
    width: 20px;
    height: 20px;
    color: #000;
}

.connect-wallet-btn {
    width: 100%;
    background: linear-gradient(135deg, #f3f4f6 0%, #e5e7eb 100%);
    color: #1f2937;
    border: none;
    border-radius: 16px;
    padding: 18px;
    font-size: 18px;
    font-weight: 700;
    cursor: pointer;
    margin: 15px 0 15px;
    transition: all 0.3s ease;
}

.connect-wallet-btn:hover {
    background: linear-gradient(135deg, #e5e7eb 0%, #d1d5db 100%);
    transform: translateY(-2px);
}

.powered-by {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #6b7280;
    font-size: 14px;
    margin-bottom: 20px;
}

.okx-logo {
    width: 20px;
    height: 20px;
    margin-right: 8px;
    background: #000;
    border-radius: 4px;
}

.info-icon {
    margin-left: 8px;
    color: #6b7280;
    cursor: pointer;
}

.disclaimer {
    color: #6b7280;
    font-size: 12px;
    line-height: 1.5;
    text-align: center;
    margin-bottom: 15px;
}

.disclaimer a {
    color: #6b7280;
    text-decoration: underline;
}



.arrow-right {
    margin-left: 8px;
    font-size: 16px;
}

.copy-container {
    position: relative;
    display: flex;
    align-items: center;
    gap: 8px;
}

.copy-btn {
    background: transparent;
    border: none;
    color: #8a9ba8;
    cursor: pointer;
    padding: 4px;
    border-radius: 4px;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.copy-btn:hover {
    color: #4ade80;
    background: rgba(74, 222, 128, 0.1);
}

.copy-btn.copied {
    color: #4ade80;
}

.copy-icon {
    width: 16px;
    height: 16px;
    transition: all 0.3s ease;
}

.tooltip {
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    background: rgba(0, 0, 0, 0.9);
    color: white;
    padding: 6px 10px;
    border-radius: 6px;
    font-size: 12px;
    white-space: nowrap;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    pointer-events: none;
    margin-bottom: 4px;
}

.tooltip::after {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    border: 4px solid transparent;
    border-top-color: rgba(0, 0, 0, 0.9);
}

.copy-btn:hover .tooltip {
    opacity: 1;
    visibility: visible;
}

.copy-btn.copied .tooltip {
    opacity: 1;
    visibility: visible;
}


.tab_container {
  width: 100%;
  padding-top: 55px;
}

.tabs_row {
  position: relative;
  display: flex;
  gap: 20px;
  border-bottom: 2px solid #333;
  margin-bottom: 30px;
}

.tab_box {
  cursor: pointer;
  padding: 10px 0;
  font-size: 1.1rem;
  position: relative;
  color: #fff;
    display: flex;
    align-items: center;
}

.underline {
  position: absolute;
  bottom: -2px;
  left: 0;
  height: 3px;
  background: #00ffd5;
  width: 0;
  transition: all 0.3s ease;
}

.content_section {
    display: none;
}

.content_section.active {
    display: block;
}

/* Styling for content sections */
.content_section h2 {
    color: #4ade80;
    font-size: 20px !important;
    margin-bottom: 15px;
}

.content_section p {
    line-height: 1.6;
    margin-bottom: 35px;
    color: #a0aec0;
}

.content_section ul {
    color: #a0aec0;
    padding-left: 20px;
}

.content_section li {
    margin-bottom: 8px;
}

.demo-card {
    background: rgba(42, 52, 65, 0.5);
    padding: 20px;
    border-radius: 8px;
    margin: 15px 0;
    border-left: 4px solid #4ade80;
    text-align: left;
}

.demo-card h3 {
    font-size: 19px !important;
    color: white;
    margin-bottom: 10px;
    margin-top: 0;
    font-weight: 400 !important;
}

.demo-card p {
    color: #8a9ba8;
    margin: 0;
    font-size: 16px;
}
.profile-tile {
    background: linear-gradient(135deg, #2d3748 0%, #1a202c 100%);
    border-radius: 16px;
    padding: 30px 25px;
    text-align: center;
    width: 200px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.profile-tile:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.4);
    border-color: rgba(255, 255, 255, 0.2);
}

.profile-tile::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, transparent 50%);
    pointer-events: none;
}

.avatar-container {
    position: relative;
    margin-bottom: 20px;
}

.avatar {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: linear-gradient(135deg, #e2e8f0 0%, #cbd5e0 100%);
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    border: 3px solid rgba(255, 255, 255, 0.1);
    position: relative;
    overflow: hidden;
}

.avatar::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.2) 0%, transparent 50%);
    border-radius: 50%;
}

.avatar-person {
    width: 60px;
    height: 60px;
    position: relative;
    z-index: 1;
}


.address-container {
    margin-bottom: 8px;
    position: relative;
}

.address {
    color: #e2e8f0;
    font-size: 14px;
    font-weight: 600;
    font-family: 'Courier New', monospace;
    letter-spacing: 0.5px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.copy-btn {
    background: transparent;
    border: none;
    color: #94a3b8;
    cursor: pointer;
    padding: 2px;
    border-radius: 4px;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.copy-btn:hover {
    color: #4ade80;
    background: rgba(74, 222, 128, 0.1);
}

.copy-icon {
    width: 14px;
    height: 14px;
}

.role {
    color: #94a3b8;
    font-size: 13px;
    font-weight: 500;
    margin: 0;
}

/* Tooltip for copy functionality */
.tooltip {
    position: absolute;
    bottom: 120%;
    left: 50%;
    transform: translateX(-50%);
    background: rgba(0, 0, 0, 0.9);
    color: white;
    padding: 4px 8px;
    border-radius: 4px;
    font-size: 11px;
    white-space: nowrap;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    pointer-events: none;
}

.tooltip::after {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    border: 4px solid transparent;
    border-top-color: rgba(0, 0, 0, 0.9);
}

.copy-btn:hover .tooltip {
    opacity: 1;
    visibility: visible;
}

/* Multiple tiles demo */
.tiles-container {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
    justify-content: center;
}

/* Different avatar variations */
.avatar.variant-2 .person-head {
    background: #8b5cf6;
}

.avatar.variant-2 .person-body {
    background: #1f2937;
}

.avatar.variant-2 .person-shirt {
    background: #059669;
}

.avatar.variant-3 .person-head {
    background: #ef4444;
}

.avatar.variant-3 .person-body {
    background: #4b5563;
}

.avatar.variant-3 .person-shirt {
    background: #2563eb;
}

.postive{
    color: #00ffd5 !important; 
    font-weight: 400;
}
.negative{
    color: #fa8686 !important;
    font-weight: 400;
}

.token-distribution {
  display: flex;
  align-items: center;
  gap: 40px;
  background-color: #0b0f19; /* Dark background */
  padding: 40px;
  color: #fff;
  font-family: 'Courier New', monospace;
}

.donut-chart {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background: conic-gradient(
    #9848cf 0% 60%,
    #ffff6c 60% 100%
  );
  position: relative;
}

.donut-chart::before {
  content: '';
  position: absolute;
  top: 25%;
  left: 25%;
  width: 50%;
  height: 50%;
  background-color: #0b0f19;
  border-radius: 50%;
  z-index: 1;
}

.legend {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.legend-item {
  display: flex;
  align-items: center;
  gap: 12px;
}

.color-box {
  width: 20px;
  height: 20px;
  border-radius: 6px;
}

.color-public {
  background-color: #9848cf;
}

.color-liquidity {
  background-color: #ffff6c;
}

.legend-text {
  line-height: 1.2;
}
.legend-text i{
    color: #13ed0c;
}

.lock-icon {
  margin-left: 6px;
  font-size: 16px;
}
.holder_row{
    display: flex;
    justify-content: space-between;
    color: #aeb0b4;
    padding: 10px;
}
.holder_right{
    font-weight: 500;
}
.backarrow{
    opacity: 0.14;
}
.backarrow img {
    max-width: 22px;
    margin-right: 20px;
}
.footer_btns_row{
    display: flex;
    justify-content: space-between;
    color: #f2f2f2;
}
.footer_btns_row section{
    display: flex;
    align-items: center;
    gap: 22px;
}
.footer_btns_row b{
    background-color: #474b77;
    border-radius: 3px;
    margin-right: 8px;
    font-weight: 500;
    font-size: 14px;
    padding: 0 4px;
    color: #dfe4f1;
}
.footer_buynow{
    height: 24px;

}
.agent_list_template.coming_soon{
    background: url(../images/lines_bg.png);
    min-height: 620px;
    margin: 0 auto;
    max-width: 1220px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}
.agent_list_template.coming_soon h2{
    font-size: 42px;
}
.agent_list_template.coming_soon p{
    font-size: 24px;
    margin: 0;
}
.agent_list_template.coming_soon p b{
    color: #fff;
    font-weight: 400;
}
.agent_list_template.coming_soon a{
    font-size: 24px;
    color: white;
    border-radius: 30px;
    background: #A14CFF;
    padding: 8px 28px ;
    text-decoration: none;
    margin-top: 30px;
        display: inline-block;
}

/* Animation for copy success */
@keyframes checkmark {
    0% {
        transform: scale(0);
    }
    50% {
        transform: scale(1.2);
    }
    100% {
        transform: scale(1);
    }
}

.copy-btn.copied .copy-icon {
    animation: checkmark 0.3s ease;
}
/* 
.agent_list table tbody tr.priority-200 td .fa-circle {
  color: #9c7c64;
}

.agent_list table tbody tr.priority-300 td .fa-circle {
  color: #5c8cdc;
}

.agent_list table tbody tr.priority-600 td .fa-circle {
  color: #40c587;
} 

.agent_list table .delete {
  background-color: #242c4c;
  border: 0;
  border-radius: 2px;
  color: #909090;
  cursor: pointer;
  font-size: 16px;
  padding: 5px 10px;
  opacity: 0;
}

.agent_list table tbody tr:hover .delete {
  opacity: 1;
}*/

.cto-img img {
    max-width: 320px;
    margin: 0 auto;
}
.cto-img {
    max-width: 500px;
    margin-inline: auto;
}

.cto_row{
  display: flex;
  gap: 40px;
  align-items: center;
}
.cto_row > article{
  min-width: 40%;
  text-align: center;
  color: #fff;
      display: flex;
    align-items: center;
    flex-direction: column;
}
.cto_title {
    color: #31154e;
    text-align: center;
    font-family: "Bai Jamjuree";
    font-size: 40px !important;
    font-style: normal;
    font-weight: 600;
    text-transform: capitalize;
    margin: 0;
}
.cto_subTitle {
    color: #a14cff;
    text-align: center;
    font-family: "Bai Jamjuree";
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.5;
    text-transform: uppercase;
    margin: 0;
}
.cto-section{
    margin-bottom: 100px;
    max-width: 100% !important;
}
.cto-section ul {
    margin: 0;
}
.cto-section ul li {
    list-style: none;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    position: relative;
    padding-left: 20px;
    margin-top: 15px;
}
.our_team {
    width: 90%;
    max-width: 1100px !important;
}
.team_frame_3x3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
}
ul.teams li i{
    left: -10px;
}
.our_team_section{
    position: relative;
}

.cto-section .backgroud-ele {
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    max-width: 100% !important;
}
.our_team .team-box{
    position: relative;
    height: 100%;
    border-radius: 14px;
    overflow: hidden;
    display: flex;
    justify-content: center;
  background: linear-gradient(266.87deg, #ECE8FC -1.34%, #ECF2F6 99.28%);
  flex-direction: column;
  align-items: center;
      padding: 10px 12px;
}
.our_team .team-box img{
  margin-top: 20px;
  max-width: 140px;
  border-radius: 50%;
}
body .team-small-info  {
  position: relative;
  background-color: transparent;
  text-align: center;
  padding: 16px 2px;
}
.cto-section .team-small-info h6{
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  padding-bottom: 5px;
}
.member_pos{
  color: #A14CFF;
  font-size: 16px;
  font-weight: 500;
  padding-bottom: 7px;
}
.cto-section .team-small-info p{
  padding-top: 10px;
  display: none;
}
.meet_our_team{
    font-size: 28px;
    padding: 25px 0 50px;
    text-align: center;
}
.team-small-info .per-name {
    color: #170c23;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin: 0;
}
.member_pos {
    color: #a14cff;
    font-size: 16px;
    font-weight: 500;
    padding-bottom: 7px;
    margin: 0;
}

@media (max-width: 768px) {
  .agent_list table tbody tr .delete {
    opacity: 1;
  }

  .agent_list table th:nth-of-type(3),
  .agent_list table td:nth-of-type(3) {
    display: none;
  }
}



@media all and (max-width: 767px) {
    .table_scroll{
        overflow-x: scroll;
    }
    .cto_row{
        flex-direction: column;
    }
    .cto-section ul{
        padding-left: 8px;
    }
    .team_frame_3x3 {
        grid-template-columns: repeat(1, 1fr);
        gap: 40px;
    }
    .agent_individual{
        flex-direction: column;
        max-width: 95%;
        margin: 0 auto;
    }
    .agent_individual .left_box{
        width: 100%;
    }
    .agent_name aside{
        min-width: 100px;
    }
    .agent_name img {
        max-width: 50px; 
    }
    .filter{
        display: none;
    }
    #tabMenu{
        display: none;
    }
    .agent_list table th{
        line-height: 1.1;
        font-weight: 500;
    }
    .tab_box{
        line-height: 1.1;
    }
    .sidebar{
        width: 100%;
    }
    .agent_name.solo{
        width: 95%;
        margin: 0 auto;
    }
    .prod_icons_grid{
        grid-template-columns: repeat(1, 1fr);
        gap: 30px;
    }
    .utility_grid .prod{
        gap:11px
    }
    .tokenomics_sec{
        flex-direction: column;
    }
    .tok_left{
        order: 2;
        padding-top: 25px;
    }
    .usecase_grid .prod{
        flex-direction: column;
        gap: 14px;
    }
    .usecase_grid .prod_left img{
        max-width: 350px;
    }
    .usecase_grid.prod_icons_grid{
        max-width: 340px;
        margin: 25px auto 20px;
    }
    .usecase_grid .prod_right{
        padding-left: 15px;
    }
    .faq_grid{
        gap: 30px;
        grid-template-columns: repeat(1, 1fr);
    }
}
@media all and (min-width: 768px) and (max-width: 1024px) {
    .prod_icons_grid{ 
        gap: 40px;
    }
}
@media all and (min-width: 768px) {
    
    
}

@media all and (min-width: 1200px) {
   
}