/**
Theme Name: Truefloor
Template: astra
Theme URI: https://wpastra.com/
Author: Brainstorm Force
Author URI: https://wpastra.com/about/?utm_source=theme_preview&utm_medium=author_link&utm_campaign=astra_theme
Description: The Astra WordPress theme is lightning-fast and highly customizable. It has over 1 million downloads and the only theme in the world with 5,700+ five-star reviews! It’s ideal for professional web designers, solopreneurs, small businesses, eCommerce, membership sites and any type of website. It offers special features and templates so it works perfectly with all page builders like Spectra, Elementor, Beaver Builder, etc. Fast performance, clean code, mobile-first design and schema markup are all built-in, making the theme exceptionally SEO-friendly. It’s fully compatible with WooCommerce, SureCart and other eCommerce plugins and comes with lots of store-friendly features and templates. Astra also provides expert support for free users. A dedicated team of fully trained WordPress experts are on hand to help with every aspect of the theme. Try the live demo of Astra: https://zipwp.org/themes/astra/
Version: 4.11.2
Requires at least: 5.3
WC requires at least: 3.0
WC tested up to: 9.6
Tested up to: 6.8
Requires PHP: 5.3
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra
Domain Path: /languages
Tags: custom-menu, custom-logo, entertainment, one-column, two-columns, left-sidebar, e-commerce, right-sidebar, custom-colors, editor-style, featured-images, full-width-template, microformats, post-formats, rtl-language-support, theme-options, threaded-comments, translation-ready, blog
AMP: true
*/
select,
select option {
    color: #fff !important;
    border-color: #d8d8f54d !important;
    background: #ffffff0f !important;
}


#walletconnect{
    position: relative;
   cursor:pointer;
    width: 160px;
    height: 40px;
    border: 3px solid #521CAE;
    border-radius: 10px;
    color: #fff;
    font-family: sora, sans-serif;
    font-weight: bold;
   transition: all 0.2s ease, visibility 0s;
    border-radius: 10px;
    padding: 0px 14px;
    padding-right: 0px;
    background: repeat padding-box border-box 0% / auto scroll linear-gradient(180deg, rgba(255, 255, 255, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%), rgba(82, 28, 174, 0);
    border: 3px solid rgb(82, 28, 174);
   line-height: 36px;
   font-size: 18px;
   letter-spacing: 1;
}
#walletconnect:hover{
    background: #521CAE;
}
#walletconnect svg{
    fill:#fff;
    margin-left: 9px;
    width: 12px;
    height: 7px;
}
#walletconnect:hover .dropdown{
    display: block;
    background: #521CAE;
    opacity: 1;
    pointer-events: auto;
    height: 60px;
    margin-top: 5px;
    font-size: 14px;
}
#walletconnect a,
#walletconnect a:hover{
    color: #fff;
}
#walletconnect li:hover{
    background: #ffffff08;
}
#walletconnect li{
    min-height: 30px;
}
#walletconnect .dropdown{
    display: block;
    opacity: 0;
    pointer-events: none;
    margin: 0;
    padding: 0;
    list-style-type: none;
    background: #000000;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    height: 0px;
    overflow: hidden;
   transition: all 0.2s ease;
}
#walletconnect.dis{
    line-height: 30px;
    text-align: center;
    padding: 0 10px;
}
#walletconnect span.disconnect{
    font-size: 12px;
    text-align: center;
}
#walletconnect::after{
    content: '';
    display: block;
    background-image: url(/wp-content/uploads/metamask.svg);
    width: 24px;
    height: 23px;
    vertical-align: middle;
    padding-bottom: 6px;
    margin-left: 10px;
    right: 5px;
    position: absolute;
    top: 4px;
}
#walletconnect.dis::after{
    display: none;
}

.site-header nav a:hover{
    color: #fffcdd !important;
}
.site-header nav a{
    color: #fff !important;
}
.site-header{
    position: sticky !important;
    top: 0;
    background-color: #000;
}

.ast-mobile-header-content a{
    color: #fff;
    text-align: center;
}

.ast-builder-menu-mobile{
    display: flex;
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    background: #000000;
}

.site-title a{
    font-weight: 400 !important;
    color: #fff !important;
    text-decoration:none !important;
}
a{
    text-decoration:none !important;
}


.footer-socials .ahfb-svg-iconset svg {
    width: 80px;
    height: 60px;
    transition: none;
}
.footer-socials{
    display: flex;
    width: 100%;
    justify-content: center;
    flex-wrap: wrap;
    font-size: 24px;
}
footer, footer a, footer span, footer h2, footer p{
    color: #000 !important;
}
footer h2{
    font-size: 40px !important;
}

h1{
    font-weight: bold !important;
    font-size: 38px !important;
    text-align: center;
}
.sub-menu{
    background: #000 !important;
}

.entry-content > .wp-block-uagb-container{
    padding: 40px 2px !important;
}
#primary{
    margin: 0;
    padding: 0;
}
.fade-in {
	opacity: 1;
	animation-name: fadeInOpacity;
	animation-iteration-count: 1;
	animation-timing-function: ease-in;
	animation-duration: 1s;
}

@keyframes fadeInOpacity {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
.custom-shape{
    position: absolute;
    bottom: 0;
    height: 99px;
}
.wp-block-group:not(.custom-height){
    padding-bottom: 120px !important;
}
.custom-shape svg{
    max-width: 100% !important;
}
.ast-container{
    padding: 0;
}

.wp-block-group p strong{
    font-size: 20px;
    font-weight: bold;
    text-shadow: rgba(10, 189, 240, 0.298039) 3px 3px 0px, rgba(254, 1, 1, 0.298039) -3px -3px 0px;
}
.pixels{
    padding:0 !important;
    height:0px;
    position: relative !important;
    padding-bottom: 0px !important;
}
.sub-btn{
    color: #fff !important;
}
.sub-btn:hover,
.cta-btn:hover a{
    background: #411385 !important;
}
.cta-btn{
    transition: all 0.2s ease, visibility 0s;
    border-radius: 15px;
    box-shadow: 0 0 26px rgba(174, 0, 226, 0.4);
    background: repeat padding-box border-box 0% / auto scroll linear-gradient(180deg, rgba(255, 255, 255, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%), rgb(82, 28, 174);
}
.cta-btn a:hover{
    background: #411385;
}


.cta-btn-grey{
    transition: all 0.2s ease, visibility 0s;
    border-radius: 15px;
        background: repeat padding-box border-box 0% / auto scroll linear-gradient(180deg, rgba(255, 255, 255, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%), #404040;
    box-shadow: 0 0 26px rgba(255, 255, 255, 0.4);
}

.cta-btn-grey:hover a{
    background: #3b3b3b !important;
}

form label{
    color: #fff !important;
}
body{
    color: #fff;
    font-family: sora, sans-serif;
}
row > div{
    margin-bottom: 10px;
}
form button{
    margin: 20px auto;
    display: block;
}
form button:focus,
form button:hover{
    background: #411385;
}

input[type=email], input[type=number], input[type=password], input[type=reset], input[type=search], input[type=tel], input[type=text], input[type=url], select, textarea {
    color: #fff !important;
    border-color: #d8d8f54d !important;
    background: #ffffff0f !important;
}
input::placeholder {
    color: #ffffff91 !important;
}













.custom-select {
  position: relative;
}

.custom-select select {
  display: none !important; /*hide original SELECT element:*/
}

.select-selected {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    width: 100%;
    padding: 12px 16px;
    border-radius: 4px;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05);
    border-width: 1px;
    border-style: solid;
    box-sizing: border-box;
    transition: all .2s linear;
    color: #fff !important;
    border-color: #d8d8f54d !important;
    background: #ffffff0f !important;
}
input:focus{
    color: #fff !important;
    border-color: #d8d8f54d !important;
    background: #ffffff0f !important;
}

/*style the arrow inside the select element:*/
.select-selected:after {
  position: absolute;
  content: "";
  top: 18px;
  right: 10px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-color: #fff transparent transparent transparent;
}


/*style the items (options), including the selected item:*/
.select-items div,.select-selected {
  color: #ffffff;
  padding: 7px 16px;
  border: 1px solid transparent;
  border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
  cursor: pointer;
  user-select: none;
}

/*style items (options):*/
.select-items {
  position: absolute;
  background-color: #0f0f0f;
    border-color: #d8d8f54d !important;
    border: 1px solid;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
}

/*hide the items when the select box is closed:*/
.select-hide {
  display: none;
}

.select-items div:hover, .same-as-selected {
  background-color: rgba(0, 0, 0, 0.1);
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
  margin: 0 !important;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield !important;
}

.error-message,
#error {
    display: none;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    width: 100%;
    padding: 12px 16px;
    border-radius: 4px;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05);
    border-width: 1px;
    border-style: solid;
    box-sizing: border-box;
    transition: all .2s linear;
    color: #fff;
    border-color: #ff19194d;
    background: #f830300f;
    width: fit-content;
}
.success-message {
    display: none;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    width: 100%;
    padding: 12px 16px;
    border-radius: 4px;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05);
    border-width: 1px;
    border-style: solid;
    box-sizing: border-box;
    transition: all .2s linear;
    color: #fff;
    border-color: #2a9545;
    background: #44f83024;
    width: fit-content;
}
.success-message.show,
.error-message.show,
#error.show {
    display: block;
}

.table-result table{
    cursor: default;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    width: 100%;
    padding: 12px 16px;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05);
    border-width: 1px;
    border-style: solid;
    box-sizing: border-box;
    transition: all .2s linear;
    color: #fff;
    border-color: #d8d8f54d;
    background: rgb(255 255 255 / 18%);
    border-radius: 10px;
    border-collapse: unset;
    max-height: 300px;
    overflow: auto;
}
#trait-sniper-form{
    max-width: 1000px;
}

.glitch{
    font-weight: bold;
    text-shadow: rgba(10, 189, 240, 0.298039) 3px 3px 0px, rgba(254, 1, 1, 0.298039) -3px -3px 0px;
}
label {
    color: #fff !important;
}
.triger_insights, .table-result table a{
    color: #9656ff;
    cursor: pointer;
}

.table-result table tbody tr:nth-child(odd){
    background: #0000002e;
}
.table-result table tbody tr:hover{
    background: #ffffff14;
}

.sortable-column{
  cursor: pointer;
}

.scrollable-table {
  border-collapse: separate;
  border-spacing: 0;
  width: 100%;
}

.scrollable-table thead th {
  position: sticky;
  top: 0;
  z-index: 1;
}

.scrollable-table tbody {
  display: block;
  max-height: 500px;
  overflow-y: auto;
}

.scrollable-table thead, 
.scrollable-table tbody tr {
  display: table;
  width: 100%;
  table-layout: fixed;
}




.insights-modal .modal-body, .scrollable-table tbody {
    --scrollbar-border-radius: 10px;
    --scrollbar-border-thickness: 0px;
    --scrollbar-width: 8px;
    --scrollbar-track-color: #A1A1AA00;
    --scrollbar-button-color: #3F3F4600;
    --scrollbar-corner-color: #FF000000;
    --scrollbar-border-color: #FFFFFF00;
    --scrollbar-thumb-color: #7445BC;
}
.insights-modal .modal-body::-webkit-scrollbar, .scrollable-table tbody::-webkit-scrollbar {
    width: var(--scrollbar-width, 20px);
    height: var(--scrollbar-height, 20px);
}
.insights-modal .modal-body::-webkit-scrollbar-thumb, .scrollable-table tbody::-webkit-scrollbar-thumb {
    background: var(--scrollbar-thumb-color, #3B82F6);
    border: var(--scrollbar-border-thickness, 3px) solid var(--scrollbar-border-color, rgb(255, 255, 255));
    border-radius: var(--scrollbar-border-radius, 4px);
    box-shadow: var(--scrollbar-thumb-box-shadow, none);
}
.insights-modal .modal-body::-webkit-scrollbar-track, .scrollable-table tbody::-webkit-scrollbar-track {
    background: var(--scrollbar-track-color, #A1A1AA);
}
.insights-modal .modal-body::-webkit-scrollbar-corner, .scrollable-table tbody::-webkit-scrollbar-corner {
    background: var(--scrollbar-corner-color, #FFFFFF);
    border: var(--scrollbar-border-thickness, 3px) solid var(--scrollbar-border-color, rgb(255, 255, 255));
    border-radius: var(--scrollbar-border-radius, 4px);
}
.insights-modal .modal-body::-webkit-scrollbar-button:vertical:start:increment, .scrollable-table tbody::-webkit-scrollbar-button:vertical:start:increment, #preview::-webkit-scrollbar-button:vertical:end:decrement, #preview::-webkit-scrollbar-button:horizontal:start:increment, #preview::-webkit-scrollbar-button:horizontal:end:decrement {
    display: var(--show-double-buttons, none);
}
/*.scrollable-table tbody tr td:first-child, .scrollable-table thead tr th:first-child{*/
/*    width: 250px;*/
/*}*/


.up{
    color: #2a9545;
    font-weight: bold;
}

.down{
    color: #de1e2a;
    font-weight: bold;
}

.stats-big{
    font-size: 40px;
    font-weight: bold;
    text-shadow: 0 0 5px #7448bd, 0 0 15px #7448bd;
    color: #FFFFFF;
    cursor: default;
}


.toggle {
    position: relative;
    display: inline-block;
    vertical-align: sub;
}

.toggle__input {
    display: none;
}

.toggle__label {
    display: block;
    width: 36px;
    height: 20px;
    background-color: #595959;
    border-radius: 99px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}
.toggle__input:checked + .toggle__label{
    background-color: #6528f7;
}

.toggle__input:checked + .toggle__label::after {
    left: 18px;
}

.toggle__label::after {
    content: '';
    position: absolute;
    top: 2px;
    left: 2px;
    width: 16px;
    height: 16px;
    background-color: #ffffff;
    border-radius: 50%;
    transition: left 0.3s ease;
}

.hide{
    display: none !important;
}


.insights-modal{
    max-height: 80vh;
    transform: translateY(-50%) !important;
    top: 50%;
}
.insights-modal .modal-header{
    border-color: #9656ff;
}
.insights-modal .modal-header .btn-close{
    color: #de1e2a;
}
.insights-modal .modal-content{
    background: #1e1e1eeb;
}
.insights-modal .modal-content .card{
    border: 1px solid #9656ff;
}
.insights-modal .modal-content .card-body{
    padding: 8px;
    color: #fff;
    background: #000;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
    
    
    
    
    
#nftInsightModal .select-selected{
    display: inline-block;
    width: 160px;
}
    
    
.view-toggle svg{
    width: 24px;
    height: 24px;
    fill: #521cae;
}
.view-toggle .btn:hover,
.view-toggle .btn.active{
    background-color: #521cae !important;
    border-color: #521cae !important;
}
.view-toggle .btn{
    border-color: #521cae !important;
}
.view-toggle .btn:hover svg,
.view-toggle .btn.active svg{
    fill: #000 !important;
}
    
    
    
.modal-body .custom-select{
    width: fit-content;
    float: inline-end;
}
.modal-body .stats-big{
    font-size: 21px;
}

.raritytag {
    position: absolute;
    top: 5px;
    right: 5px;
    padding: 3px 8px;
    font-size: 12px !important;
    border-radius: 5px;
    cursor: default;
    background: #33106ae8;
    opacity: 0.9;
}

.top1percent{
    background: red;
}
.top10percent{
    background: #ef8b19;
}
.top25percent{
    background: #c956ff;
}
.top50percent{
    background: #4985fe;
}
.top100percent{
    background: grey;
}

.nametag{
    padding: 6px 12px;
    border-radius: 5px;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -28px);
    font-size: 13px !important;
}

.fsize-14{
    font-size: 14px;
}
.fsize-10{
    font-size: 10px;
}

#nft-card-container .card-body{
    cursor: default !important;
    background: linear-gradient(0deg, #35136b, black);
    color: #fff;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    padding: 8px !important;
}
#nft-card-container .card{
    border-color: #34126a;
}
.nft-card{
    padding: 0 8px;
    margin-bottom: 16px !important;
}

hr{
    margin: 5px auto;
}

.dashboard .stats-big {
    font-size: 32px;
}
.dashboard_main .scrollable-table {
    margin-bottom:0;
}
.dashboard_main .scrollable-table tbody{
    max-height: 160px;
}
.dashboard_main,
.dashboard > div > div{
    border-radius: 10px;
    padding: 20px 5px;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05);
    border-width: 1px;
    border-style: solid;
    border-color: #d8d8f529;
    background: rgb(255 255 255 / 4%);
}
.dashboard > div{
    margin-bottom: 20px;
}
.btn-purple,.btn-purple:hover,.btn-purple:focus{
    background-color:#562f97;
    border-color:#562f97;
    color: #fff;
}


.cust-modal{
    max-width: 100% !important;
}

[data-bs-theme=dark] .btn-close, [data-bs-theme=dark] .btn-close:hover {
    filter: none;
    background-color: #de1e2a;
}

canvas{
    max-height: 400px;
}

.collection-links{
    display: flex;
    margin-left: auto;
    align-items: center;
    gap: 10px;
}
.dashboard-head{
    display: flex;
    align-items: center;
}
.dashboard-head a:hover, .header-social-item:hover{
    transform: scale(1.16);
}
.dashboard-head a{
    font-size: 32px;
    color: #fff;
    line-height: 22px;
}
.dashboard-head .colimg{
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 4px;
    margin-right: 10px;
}
.dashboard-head h3{
    margin-bottom: 0;
}
#ast-scroll-top{
    background-color: #562f97;
    bottom: 60px;
}


#animation {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: black;
  z-index: 9999;
  opacity: 1;
  transition: opacity 1s ease;
  pointer-events: none;
}

#animation.fade-out {
  opacity: 0;
}
#animation div{
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
}

#animation img{
    width: 90%;
    height:  auto;
    max-width: 600px;
    opacity: 0;
    transform: scale(0.9);
    animation: imageIntro 1.5s ease-out forwards;
}


.pb-0{
    padding-bottom: 0px !important;
}


.glair {
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200% !important;
  height: 200% !important;
  background: linear-gradient(
    45deg, /* opposite slash direction */
    transparent 44%,
    rgba(255,255,255,0.3) 50%,
    transparent 56%
  );
  transform: translate(-100%, 100%);
  animation: glairMove 2s ease-in-out 0.9s forwards;
}

@keyframes glairMove {
  0% {
    transform: translate(-100%, 100%);
  }
  100% {
    transform: translate(100%, -100%);
  }
}

@keyframes imageIntro {
  0% {
    opacity: 0;
    transform: scale(0.9);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

.prize{    
    background: #414141d4;
    padding: 20px;
    border-radius: 10px;
}
#goatCultModal .modal-content{
    background-image: url('/wp-content/uploads/goats-raffle.png');
    background-size: contain;
    background-position: center;
}


.cta-btn-fix:hover{
    background: #6528f7;
}
.cta-btn-fix{
    height: 40px;
    line-height: 14px;
}
.text-muted{
    color: #a8a0b7 !important;
}


.pt__row:nth-child(even) {
    background: #8842f312;
}
.pricing__table {
  display: flex;
  width:100%;
}
@media (max-width: 640px) {
  .pricing__table {
    margin: 60px 15px;
  }
}
.pricing__table .pt__title {
  max-width: 25%;
  flex: 1;
}
@media (max-width: 991px) {
  .pricing__table .pt__title {
    max-width: 50%;
  }
}
.pricing__table .pt__title .pt__title__wrap {
  position: relative;
  flex: 1;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 24px 0;
  font-size: 1.375rem;
  line-height: 1.4;
  text-align: center;
}
@media (max-width: 991px) {
  .pricing__table .pt__title .pt__title__wrap {
    font-size: 1.3rem;
  }
}
.pricing__table .pt__title .pt__title__wrap .pt__row {
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 18px;
  font-weight: 500;
  min-height: 60px;
  padding-left: 16px;
  padding-right: 16px;
  border-bottom: 1px solid rgba(73, 72, 74, 0.1);
  text-align: left;
  align-items: flex-start;
}
.pricing__table .pt__title .pt__title__wrap .pt__row:first-child {
  border-bottom: 0;
  background: transparent;
}
@media (max-width: 991px) {
  .pricing__table .pt__title .pt__title__wrap .pt__row {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 640px) {
  .pricing__table .pt__title .pt__title__wrap .pt__row {
    padding-left: 0;
    padding-right: 15px;
    font-size: 14px;
  }
}
.pricing__table .pt__option {
  position: relative;
  flex: 1;
}
@media (max-width: 991px) {
  .pricing__table .pt__option {
    max-width: 50%;
  }
}
.pricing__table .pt__option .pt__option__mobile__nav {
  position: absolute;
  z-index: 1;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
  display: none;
  justify-content: space-between;
  width: 100%;
}
@media (max-width: 991px) {
  .pricing__table .pt__option .pt__option__mobile__nav {
    z-index: 2;
    top: 40px;
    display: flex;
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    justify-content: space-between;
    width: 110%;
    margin-left: -5%;
  }
}
.pricing__table .pt__option .pt__option__mobile__nav .mobile__nav__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  color: #fff;
  border-radius: 50%;
  background-color: #521cae;
  transition: 0.25s;
}
.pricing__table .pt__option .pt__option__mobile__nav .mobile__nav__btn:hover {
  background-color: #9557ff;
}
.pricing__table .pt__option .pt__option__mobile__nav .mobile__nav__btn.swiper-button-disabled {
  background-color: #c0beb6;
  pointer-events: none;
}
.pricing__table .pt__option .pt__option__mobile__nav .mobile__nav__btn svg {
  width: 16px;
  color: #faf7f2;
}
@media (max-width: 991px) {
  .pricing__table .pt__option .pt__option__slider {
    overflow: hidden;
  }
}
.pricing__table .pt__option .pt__option__item {
  flex: 1;
  width: auto;
  max-width: 33.3333%;
  margin-right: 0;
}
@media (max-width: 991px) {
  .pricing__table .pt__option .pt__option__item {
    width: 100%;
    max-width: none;
    flex: none;
  }
}
.pricing__table .pt__option .pt__option__item .pt__item {
  position: relative;
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: flex-start;
  margin-bottom: 1em;
  overflow: hidden;
  border-radius: 24px;
}
@media (max-width: 991px) {
  .pricing__table .pt__option .pt__option__item .pt__item {
  background-color: #6400ff26;
  border: 1px solid #521cae;
  }
}
.pricing__table .pt__option .pt__option__item .pt__item.recommend {
  background-color: #6400ff26;
  border: 1px solid #521cae;
}
.pricing__table .pt__option .pt__option__item .pt__item .pt__item__wrap {
  flex: 1;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-align: center;
  padding: 24px 0 0 0;
  font-size: 1.375rem;
  line-height: 1.4;
  position: relative;
}
@media (max-width: 991px) {
  .pricing__table .pt__option .pt__option__item .pt__item .pt__item__wrap {
    font-size: 1.3rem;
  }
}
.pricing__table .pt__option .pt__option__item .pt__item .pt__row {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 60px;
  padding-left: 16px;
  padding-right: 16px;
  font-size: 16px;
  font-weight: 300;
  border-bottom: 1px solid rgba(73, 72, 74, 0.1);
}
.pricing__table .pt__option .pt__option__item .pt__item .pt__row:first-child {
  border-bottom: 0;
  font-size: 20px;
  font-weight: 600;
  background: transparent;
}
.pricing__table .pt__option .pt__option__item .pt__item .pt__row:last-child {
  display: inline-flex;
  padding: 20px 15px;
  align-items: center;
  border-bottom: 0;
  background: transparent;
}
.pricing__table .pt__option .pt__option__item .pt__item .pt__row:last-child button,
.pricing__table .pt__option .pt__option__item .pt__item .pt__row:last-child a {
  padding: 15px 30px;
  font-weight: 500;
  text-transform: uppercase;
  text-decoration: none;
  color: #fff;
  border-radius: 10px;
  background-color: #521cae;
  transition: 0.25s;
    margin-bottom: 5px;
    width: 100%;
}
.pricing__table .pt__option .pt__option__item .pt__item .pt__row:last-child button:hover ,
.pricing__table .pt__option .pt__option__item .pt__item .pt__row:last-child a:hover {
  background-color: #9557ff;
}
@media (max-width: 576px) {
  .pricing__table .pt__option .pt__option__item .pt__item .pt__row:last-child button,
  .pricing__table .pt__option .pt__option__item .pt__item .pt__row:last-child a {
    padding: 12px 20px;
  }
}
@media (max-width: 640px) {
  .pricing__table .pt__option .pt__option__item .pt__item .pt__row {
    font-size: 14px;
    font-weight: 400;
  }
  .pricing__table .pt__option .pt__option__item .pt__item .pt__row:first-child{
    font-size: 17px;
  }
  .live-price{
      justify-content: center;
  }
  
    .markettoggle{
        margin-right: 0px !important;
    }
}
.swiper-wrapper{
    display: flex;
}

#subscription-buttons button{
    position: relative;
}
#subscription-buttons{
    padding-top:3px;
    position: relative;
    width: 80%;
}
#subscription-buttons strong{
    margin-bottom: -10px;
    pointer-events: none;
    z-index: 1;
    display: block;
    background: #1e0d75;
    padding: 2px 10px;
    border-radius: 8px;
}
.pricing__table .pt__option .pt__option__item .pt__item .pt__row button:not(:first-of-type):after{
    content: 'Limited Offer';
    position: absolute;
    display: block;
    padding: 5px;
    border-radius: 8px;
    background: purple;
    color: #fff;
    bottom: -5px;
    right:-5px;
    font-size: 10px;
}
.new-price{
    padding-right: 60px;
}
.old-price{
    position: absolute;
    right: 12px;
    font-size: 12px;
    top: 12px;
    color: #bbbbbb;
}
.old-price:after{
    content: '';
    display: block;
    width: 120%;
    height: 1px;
    position: absolute;
    background: #bbbbbb;
    transform: rotate(-15deg);
    right: -8px;
    top: 6px;
}

@media (max-width: 536px) {
    .new-price{
        padding-right: 0;
        max-width: 40px;
        display: block;
    }
    #subscription-buttons {
        width: 90%;
    }
    .pricing__table .pt__title {
        max-width: 40%;
    }
    .pricing__table .pt__option {
        max-width: 60%;
    }
}
button.clicked:hover,
button.clicked{
    background: #521cae !important;
    cursor: default;
}

.info-icon {
    display: inline-block;
    width: 24px;
    height: 24px;
    margin: 0 auto;
    background-size: contain;
}
.info-icon.yes {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHdpZHRoPSI1MTIiIGhlaWdodD0iNTEyIiB4PSIwIiB5PSIwIiB2aWV3Qm94PSIwIDAgMjEgMjEiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDUxMiA1MTIiIHhtbDpzcGFjZT0icHJlc2VydmUiIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xhc3M9IiI+PGc+PHBhdGggZmlsbD0iIzUyMWNhZSIgZD0iTTEwLjUwNCAxLjMxOGE5LjE4OSA5LjE4OSAwIDAgMSAwIDE4LjM3NSA5LjE4OSA5LjE4OSAwIDAgMSAwLTE4LjM3NXpNOC41OTYgMTMuNDlsLTIuMjUtMi4yNTJhLjk4Ni45ODYgMCAwIDEgMC0xLjM5Mi45ODguOTg4IDAgMCAxIDEuMzkzIDBsMS41ODUgMS41ODcgMy45NDUtMy45NDVhLjk4Ni45ODYgMCAwIDEgMS4zOTIgMCAuOTg3Ljk4NyAwIDAgMSAwIDEuMzkybC00LjY0MiA0LjY0MmEuOTg3Ljk4NyAwIDAgMS0xLjQyMy0uMDMyeiIgb3BhY2l0eT0iMSIgZGF0YS1vcmlnaW5hbD0iIzAwYmEwMCIgY2xhc3M9IiI+PC9wYXRoPjwvZz48L3N2Zz4=")
}
.info-icon.no {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHdpZHRoPSI1MTIiIGhlaWdodD0iNTEyIiB4PSIwIiB5PSIwIiB2aWV3Qm94PSIwIDAgNDggNDgiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDUxMiA1MTIiIHhtbDpzcGFjZT0icHJlc2VydmUiIGNsYXNzPSIiPjxnPjxwYXRoIGQ9Ik0yNCAwYTI0IDI0IDAgMSAwIDI0IDI0QTI0IDI0IDAgMCAwIDI0IDB6bTEwLjYgMzAuNjZhMi43OSAyLjc5IDAgMSAxLTMuOTQgMy45NEwyNCAyNy45NGwtNi42NiA2LjY2YTIuNzkgMi43OSAwIDEgMS0zLjk0LTMuOTRMMjAuMDYgMjRsLTYuNjYtNi42NmEyLjc5IDIuNzkgMCAwIDEgMy45NC0zLjk0TDI0IDIwLjA2bDYuNjYtNi42NmEyLjc5IDIuNzkgMCAxIDEgMy45NCAzLjk0TDI3Ljk0IDI0eiIgZmlsbD0iIzMyMzIzMiIgb3BhY2l0eT0iMSIgZGF0YS1vcmlnaW5hbD0iIzAwMDAwMCIgY2xhc3M9IiI+PC9wYXRoPjwvZz48L3N2Zz4=")
}
.live-price span{
    vertical-align: middle;
}
.live-price img{
    margin-right: 7px;
}
.live-price{
    position: fixed;
    bottom: 0;
    left: 0;
    padding: 0px 10px;
    height: 40px;
    background: #000000;
    width: 100vw;
    display: flex;
    align-items: center;
    gap: 10px;
    z-index: 1;
    font-size: 13px;
}
.live-price:before{
    content: '';
    width: 100vw;
    height: 20px;
    background: linear-gradient(0deg, black, transparent);
    position: fixed;
    bottom: 39px;
    left: 0;
}
footer{
    padding-bottom: 40px;
}
.pt__row.disabled .info-icon{
    filter: opacity(0.5) grayscale(0.2);
}
.pt__row.disabled {
    color: #4d4d4d;
}

.ast-builder-menu-mobile .main-navigation .main-header-menu .menu-item > .ast-menu-toggle{
    color: #fff !important;
    background: transparent !important;
}
.main-header-menu-toggle:focus{
    border: 0px solid transparent !important;
    outline: none !important;
}
.ast-menu-toggle{
    width: 100%;
    left: 0;
    text-align: end;
}
.menu-link{
    cursor: pointer;
}
.ml-auto{
    margin-left: auto;
}
.markettoggle{
    margin-right: 20px;
    text-align: center;
}
.markettoggle .form-switch{
    padding-left: 35px;
    min-height: 16px;
}
.markettoggle span{
    font-size: 12px;
}

.markettoggle img{
    margin: 0 8px;
}
.markettoggle .toggle__label::after {
    content: '';
    position: absolute;
    top: 2px;
    left: 3px;
    width: 12px;
    height: 12px;
    background-color: #ffffff;
    border-radius: 50%;
    transition: left 0.3s ease;
}
.markettoggle .toggle__label {
    background-color: #6528f7 !important;
    width: 33px;
    height: 16px;
}
/*.markettoggle .form-switch .form-check-input{*/
/*    background-position: left center !important;*/
/*}*/
/*.markettoggle .form-switch .form-check-input,*/
/*.markettoggle .form-check-input:focus{*/
/*    border-color: var(--ast-global-color-0) !important;*/
/*    background-color: var(--ast-global-color-0) !important;*/
/*    box-shadow: none !important;*/
/*    --bs-form-switch-bg: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e) !important;*/
/*}*/

#market-toggle{
    cursor: pointer;
}

.card-img-top{
    min-height: 178px;
    background: url('/wp-content/uploads/loading.svg') #000000 center center no-repeat;
}

.menu-link{
    background: transparent !important;
}


@media (max-width: 767px) {
    .dashboard > div{
        width: 100%;
        
    }
}
@media (max-width: 921px) {
    #walletconnect{
        position: fixed;
        z-index: 1;
        bottom: 20px;
        left: 50%;
        transform: translateX(-50%);
    }
    #walletconnect:hover .dropdown {
        bottom: 37px;
        position: absolute;
        width: 90%;
        left: 50%;
        transform: translateX(-50%);
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
    }
    #walletconnect .dropdown {
        transition: none;
    }
    
    
    .table-wrapper {
      width: 100%;
      max-width: 100%;
      overflow-x: auto;
      overflow-y: auto;
      max-height: 70vh;
      border-radius: 10px;
      box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05);
      border: 1px solid #d8d8f54d;
    }
    .table-wrapper table tbody{
      max-height: 60vh;
    }
    .table-wrapper table {
      cursor: default;
      font-size: 16px;
      font-style: normal;
      font-weight: 400;
      line-height: 24px;
      width: 100%;
      padding: 12px 16px;
      box-sizing: border-box;
      transition: all .2s linear;
      color: #fff;
      border-collapse: separate;
      border-spacing: 0;
      border: none;
      margin-bottom: 0;
    }
    .table-wrapper table th,
    .table-wrapper table td{
        min-width: 150px;
        width: 140px !important;
    }
    
    .stats-fix-mobile{
        justify-content: center !important;
    }
    .stats-fix-mobile .col-5{
        display: none;
    }
    .stats-fix-mobile .col-1{
        width: 100%;
        margin-top: 20px;
    }
    .stats-fix-mobile .col-2{
        width: 33%;
    }
    .stats-big {
        font-size: 30px;
    }
    .w-100-m .col-6{
        width: 100%;
        font-size: 14px;
    }
    .collection-links a{
        min-width: 20px !important;
        min-height: 20px !important;
    }

}



.entry-content .wp-block-group:first-of-type{
    padding-top: 0 !important;
}

.pricing__table .pt__option .pt__option__item .pt__item .pt__row:last-child a.disabled{
    background-color: #515151;
}
.pricing__table .pt__option .pt__option__item .pt__item .pt__row:last-child a.disabled:hover{
    background-color: #474747;
}



/* Tooltip styles */
.crypto-tooltip {
    position: absolute;
    background: #2a2a2a;
    border: 1px solid #444;
    border-radius: 6px;
    padding: 8px 12px;
    font-size: 14px;
    color: #fff;
    z-index: 10000;
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.2s ease;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
    white-space: nowrap;
}

.crypto-tooltip.show {
    opacity: 1;
}

.crypto-tooltip::before {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #2a2a2a;
}

.ast-builder-grid-row-mobile-layout-default .site-header-primary-section-right .ast-builder-layout-element{
    padding: 0;
}

.fsize-13{
    font-size: 13px;
}

.pulse-glow {
  box-shadow: 0 0 11px rgb(0 255 50 / 80%);
  animation: pulseShadow 2s infinite ease-in-out;
}

@keyframes pulseShadow {
  0% {
    box-shadow: 0 0 6px rgb(0 255 50 / 50%);
  }
  50% {
    box-shadow: 0 0 11px rgb(0 255 50 / 80%);
  }
  100% {
    box-shadow: 0 0 6px rgb(0 255 50 / 50%);
  }
}

@media (max-width: 960px) {
    .deepdive-4{
        width: 310px;
    }
    .deepdive-2{
        width: 100%;
        margin-bottom: 20px;
    }
    .deepdive-2 .col-4{
        border: none !important;
    }
    .deepdive-3{
        width: 100%;
        display: flex !important;
    }
    .deepdive-3 .col-4{
        width: 50%;
    }
    .deepdive-1{
        width: calc(100% - 310px);
    }
}


@media (min-width: 768px) and (max-width: 1200px) {
    .card-img-top {
        min-height: 110px;
    }
}

@media (max-width: 767px) {
    
    .deepdive-1{
        justify-content: center;
    }
    .deepdive-1,
    .deepdive-4,
    .deepdive-4 > div,
    .deepdive-3 > div,
    .deepdive-2 .col-4{
        width: 100% !important;
    }
    .modal-body .custom-select{
        float: none;
        margin: 10px auto;
    }
    
}

@media (max-width: 645px) {
    
}


#recent-activity *{
    font-size: 14px !important;
    text-align: center;
}
#recent-activity tr th:first-child,
#recent-activity tr td:first-child{
    width: 220px;
    text-align: left;
}
#recent-activity tr td:first-child *{
    text-align: left;
}

.profile{
    border-radius: 5px;
    width: 50px;
    margin: 0 auto;
}



