:root{
    --up-color: #16c784;
    --down-color: #ea3943;
}
::-webkit-scrollbar{width: 10px;height:10px;}
/* ::-webkit-scrollbar-track{background-color:transparent;} */
::-webkit-scrollbar-thumb{border-radius:5px;--tw-bg-opacity:1;background-color:rgb(229 231 235/var(--tw-bg-opacity));}
::-webkit-scrollbar-thumb:hover{--tw-bg-opacity:1;background-color:rgb(156 163 175/var(--tw-bg-opacity));}
.scrollbar-hidden::-webkit-scrollbar{display:none;}
.scrollbar-hidden{-ms-overflow-style:none;scrollbar-width:none;}

@media(min-width:960px){
    ::-webkit-scrollbar{width: 15px;}
    ::-webkit-scrollbar-thumb{
        border-radius:4px
    }
}
:after,:before,table{box-sizing:border-box;}
:after,:before,table{border-spacing:0!important;}
.sticky-row:first-child{position:sticky;left:0;z-index:30;--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity));}
.table-row:hover td{--tw-bg-opacity:1!important;background-color:rgb(243 244 246/var(--tw-bg-opacity))!important;}
*,:after,:before{box-sizing:border-box;border:0 solid #e5e7eb;}
:after,:before{--tw-content:"";}
h1{font-size:inherit;font-weight:inherit;}
a{color:inherit;text-decoration:inherit;}
table{text-indent:0;border-color:inherit;border-collapse:collapse;}
button,input{font-family:inherit;font-size:100%;font-weight:inherit;line-height:inherit;color:inherit;margin:0;padding:0;}
button{text-transform:none;}
button{-webkit-appearance:button;background-color:transparent;background-image:none;}
h1,p{margin:0;}
ul{list-style:none;margin:0;padding:0;}
input::placeholder{opacity:1;color:#9ca3af;}
[role=button],button{cursor:pointer;}
:disabled{cursor:default;}
img,svg{display:block;vertical-align:middle;}
img{max-width:100%;height:auto;}
*,:after,:before{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-scroll-snap-strictness:proximity;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:rgba(59,130,246,.5);--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;}
.invisible{visibility:hidden;}
.static{position:static;}
.fixed{position:fixed;}
.absolute{position:absolute;}
.relative{position:relative;}
.inset-0{right:0;left:0;}
.inset-0{top:0;bottom:0;}
.left-0{left:0;}
.right-0{right:0;}
.top-0{top:0;}
.top-3{top:.75rem;}
.bottom-0{bottom:0;}
.top-2{top:.5rem;}
.top-8{top:2rem;}
.right-8{right:2rem;}
.right-2{right:.5rem;}
.left-4{left:1rem;}
.z-10{z-index:10;}
.z-60{z-index:60;}
.z-30{z-index:30;}
.my-1{margin-top:.25rem;margin-bottom:.25rem;}
.my-2{margin-top:.5rem;margin-bottom:.5rem;}
.my-6{margin-top:1.5rem;margin-bottom:1.5rem;}
.mb-16{margin-bottom:4rem;}
.mb-4{margin-bottom:1rem;}
.mr-2{margin-right:.5rem;}
.mb-0{margin-bottom:0;}
.mr-1{margin-right:.25rem;}
.mb-2{margin-bottom:.5rem;}
.mt-4{margin-top:1rem;}
.mt-2{margin-top:.5rem;}
.mr-1\.5{margin-right:.375rem;}
.mr-0\.5{margin-right:.125rem;}
.mb-6{margin-bottom:1.5rem;}
.mb-8{margin-bottom:2rem;}
.mr-6{margin-right:1.5rem;}
.flex{display:flex;}
.inline-flex{display:inline-flex;}
.table-row{display:table-row;}
.hidden{display:none;}
.h-4{height:1rem;}
.h-3{height:.75rem;}
.h-10{height:2.5rem;}
.h-6{height:1.5rem;}
.max-h-40{max-height:10rem;}
.max-h-90v{max-height:90vh;}
.min-h-full{min-height:100%;}
.w-full{width:100%;}
.w-max{width:-moz-max-content;width:max-content;}
.w-4{width:1rem;}
.w-\[210px\]{width:210px;}
.w-2{width:.5rem;}
.w-10{width:2.5rem;}
.w-60{width:15rem;}
.min-w-\[210px\]{min-width:210px;}
.min-w-max{min-width:-moz-max-content;min-width:max-content;}
.min-w-full{min-width:100%;}
.min-w-\[260px\]{min-width:260px;}
.max-w-screen-sm{max-width:640px;}
.max-w-sm{max-width:24rem;}
.max-w-\[210px\]{max-width:210px;}
.max-w-max{max-width:-moz-max-content;max-width:max-content;}
.max-w-3xl{max-width:48rem;}
.flex-1{flex:1 1 0%;}
.border-spacing-0{--tw-border-spacing-x:0px;--tw-border-spacing-y:0px;border-spacing:var(--tw-border-spacing-x) var(--tw-border-spacing-y);}
.origin-top-right{transform-origin:top right;}
.transform{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));}
.cursor-pointer{cursor:pointer;}
.select-none{-webkit-user-select:none;-moz-user-select:none;user-select:none;}
.list-none{list-style-type:none;}
.flex-row{flex-direction:row;}
.flex-col{flex-direction:column;}
.flex-col-reverse{flex-direction:column-reverse;}
.flex-wrap{flex-wrap:wrap;}
.items-center{align-items:center;}
.justify-center{justify-content:center;}
.justify-between{justify-content:space-between;}
.gap-2{gap:.5rem;}
.gap-3{gap:.75rem;}
.gap-6{gap:1.5rem;}
.gap-8{gap:2rem;}
.gap-4{gap:1rem;}
.gap-10{gap:2.5rem;}
.gap-y-6{row-gap:1.5rem;}
.gap-x-2{-moz-column-gap:.5rem;column-gap:.5rem;}
.gap-x-1\.5{-moz-column-gap:.375rem;column-gap:.375rem;}
.gap-x-3{-moz-column-gap:.75rem;column-gap:.75rem;}
.self-start{align-self:flex-start;}
.overflow-hidden{overflow:hidden;}
.overflow-x-auto{overflow-x:auto;}
.overflow-y-auto{overflow-y:auto;}
.overflow-x-scroll{overflow-x:scroll;}
.truncate{overflow:hidden;white-space:nowrap;}
.truncate{text-overflow:ellipsis;}
.whitespace-nowrap{white-space:nowrap;}
.rounded{border-radius:.25rem;}
.rounded-md{border-radius:.375rem;}
.rounded-lg{border-radius:.5rem;}
.rounded-t-lg{border-top-right-radius:.5rem;}
.rounded-t-lg{border-top-left-radius:.5rem;}
.border{border: 1px solid #e5e7eb;}
.border-0{border-width:0;}
.border-t{/* border-top-width:1px; */}
.border-b{border-bottom-width:1px;}
.border-blue1{--tw-border-opacity:1;border: 1px solid rgb(0 83 254/var(--tw-border-opacity))!important;}
.border-gray-300{--tw-border-opacity:1;border: 1px solid rgb(209 213 219/var(--tw-border-opacity))!important;}
.border-gray8{--tw-border-opacity:1;border-color:rgb(229 231 235/var(--tw-border-opacity));}
.border-gray7{--tw-border-opacity:1;border-color:rgb(209 213 219/var(--tw-border-opacity));}
.border-r-gray9{--tw-border-opacity:1;border-right: 1px solid rgb(243 244 246/var(--tw-border-opacity));}
.bg-gray10{--tw-bg-opacity:1;background-color:rgb(249 250 251/var(--tw-bg-opacity));}
.bg-white{--tw-bg-opacity:1;background-color: rgb(255 255 255/var(--tw-bg-opacity))!important;}
.bg-blue1{--tw-bg-opacity:1;background-color: rgb(0 83 254/var(--tw-bg-opacity))!important;}
.bg-gray9{--tw-bg-opacity:1;background-color:rgb(243 244 246/var(--tw-bg-opacity));}
.bg-gray5{--tw-bg-opacity:1;background-color:rgb(107 114 128/var(--tw-bg-opacity));}
.bg-googleButton{--tw-bg-opacity:1;background-color:rgb(224 68 19/var(--tw-bg-opacity));}
.bg-emailButton{--tw-bg-opacity:1;background-color:rgb(74 169 217/var(--tw-bg-opacity));}
.bg-opacity-5{--tw-bg-opacity: 0.05!important;}
.object-contain{-o-object-fit:contain;object-fit:contain;}
.p-2{padding:.5rem;}
.p-6{padding:1.5rem;}
.px-5{padding-left:1.25rem;padding-right:1.25rem;}
.px-2{padding-left:.5rem;padding-right:.5rem;}
.px-4{padding-left:1rem;padding-right:1rem;}
.py-2{padding-top:.5rem;padding-bottom:.5rem;}
.px-3{padding-left:.75rem;padding-right:.75rem;}
.py-4{padding-top:1rem;padding-bottom:1rem;}
.py-1{padding-top:.25rem;padding-bottom:.25rem;}
.py-6{padding-top:1.5rem;padding-bottom:1.5rem;}
.py-0\.5{padding-top:.125rem;padding-bottom:.125rem;}
.px-0{padding-left:0;padding-right:0;}
.pl-1{padding-left:.25rem;}
.pt-6{padding-top:1.5rem;}
.pl-4{padding-left:1rem;}
.pb-2{padding-bottom:.5rem;}
.pr-10{padding-right:2.5rem;}
.pr-4{padding-right:1rem;}
.text-left{text-align:left;}
.text-center{text-align:center;}
.text-start{text-align:start;}
.text-2xl{font-size:1.5rem;line-height:2rem;}
.text-label-sm{font-size:14px;line-height:20px;}
.text-sm{font-size:.875rem;line-height:1.25rem;}
.text-label-xs{font-size:12px;line-height:16px;}
.text-base{font-size:1rem;line-height:1.5rem;}
.text-xs{font-size:.75rem;line-height:1rem;}
.text-label-md{font-size:16px;line-height:24px;}
.text-heading-sm{font-size:20px;line-height:32px;}
.text-heading-xs{font-size:18px;line-height:24px;}
.font-medium{font-weight:500;}
.font-normal{font-weight:400;}
.font-bold{font-weight:700;}
.font-semibold{font-weight:600;}
.font-extrabold{font-weight:800;}
.uppercase{text-transform:uppercase;}
.leading-5{line-height:1.25rem;}
.text-gray1{--tw-text-opacity:1;color:rgb(17 24 39/var(--tw-text-opacity));}
.text-green{--tw-text-opacity:1;color:rgb(16 185 129/var(--tw-text-opacity));}
.text-white{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity));}
.text-gray3{--tw-text-opacity:1;color:rgb(55 65 81/var(--tw-text-opacity));}
.text-blue1{--tw-text-opacity:1;color:rgb(0 83 254/var(--tw-text-opacity));}
.text-gray2{--tw-text-opacity:1;color:rgb(31 41 55/var(--tw-text-opacity));}
.text-gray5{--tw-text-opacity:1;color:rgb(107 114 128/var(--tw-text-opacity));}
.text-gray6{--tw-text-opacity:1;color:rgb(156 163 175/var(--tw-text-opacity));}
.text-red{--tw-text-opacity:1;color:rgb(239 68 68/var(--tw-text-opacity));}
.\!text-blue1{--tw-text-opacity:1!important;color:rgb(0 83 254/var(--tw-text-opacity))!important;}
.text-gray-700{--tw-text-opacity:1;color:rgb(55 65 81/var(--tw-text-opacity));}
.text-gray8{--tw-text-opacity:1;color:rgb(229 231 235/var(--tw-text-opacity));}
.text-teal-500{--tw-text-opacity:1;color:rgb(20 184 166/var(--tw-text-opacity));}
.line-through{text-decoration-line:line-through;}
.no-underline{text-decoration-line:none;}
.caret-blue1{caret-color:#0053fe;}
.opacity-0{opacity:0;}
.opacity-75{opacity:.75;}
.shadow-borderShadow{--tw-shadow:0px 1px 2px rgba(0,0,0,.05);--tw-shadow-colored:0px 1px 2px var(--tw-shadow-color);}
.shadow-borderShadow,.shadow-dropDownShadow{box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow);}
.shadow-dropDownShadow{--tw-shadow:0px 0px 0px 1px rgba(0,0,0,.05),0px 10px 15px -3px rgba(0,0,0,.1),0px 4px 6px -2px rgba(0,0,0,.05);--tw-shadow-colored:0px 0px 0px 1px var(--tw-shadow-color),0px 10px 15px -3px var(--tw-shadow-color),0px 4px 6px -2px var(--tw-shadow-color);}
.shadow-modalShadow{--tw-shadow:0px 20px 25px -5px rgba(0,0,0,.1),0px 10px 10px -5px rgba(0,0,0,.04);--tw-shadow-colored:0px 20px 25px -5px var(--tw-shadow-color),0px 10px 10px -5px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow);}
.outline-none{outline:2px solid transparent;outline-offset:2px;}
.ring-1{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000);}
.ring-black{--tw-ring-opacity:1;--tw-ring-color:rgb(0 0 0/var(--tw-ring-opacity));}
.ring-opacity-5{--tw-ring-opacity:0.05;}
.transition{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s;}
.transition-all{transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s;}
.duration-300{transition-duration:.3s;}
.duration-150{transition-duration:.15s;}
.ease-in-out{transition-timing-function:cubic-bezier(.4,0,.2,1);}
.hover\:bg-gray10:hover{--tw-bg-opacity:1;background-color:rgb(249 250 251/var(--tw-bg-opacity));}
.hover\:bg-gray-100:hover,.hover\:bg-gray9:hover{--tw-bg-opacity:1;background-color:rgb(243 244 246/var(--tw-bg-opacity));}
.hover\:bg-gray-50:hover{--tw-bg-opacity:1;background-color:rgb(249 250 251/var(--tw-bg-opacity));}
.hover\:text-blue1:hover{--tw-text-opacity:1;color:rgb(0 83 254/var(--tw-text-opacity));}
.focus\:outline-none:focus{outline:2px solid transparent;outline-offset:2px;}
@media (min-width:640px){
    .sm\:top-1\.5{top:.375rem;}
    .sm\:top-2{top:.5rem;}
    .sm\:mt-8{margin-top:2rem;}
    .sm\:mt-4{margin-top:1rem;}
    .sm\:flex{display:flex;}
    .sm\:h-5{height:1.25rem;}
    .sm\:w-5{width:1.25rem;}
    .sm\:w-full{width:100%;}
    .sm\:w-auto{width:auto;}
    .sm\:max-w-full{max-width:100%;}
    .sm\:flex-col{flex-direction:column;}
    .sm\:flex-nowrap{flex-wrap:nowrap;}
    .sm\:justify-between{justify-content:space-between;}
    .sm\:gap-6{gap:1.5rem;}
    .sm\:gap-3{gap:.75rem;}
    .sm\:gap-1{gap:.25rem;}
    .sm\:gap-8{gap:2rem;}
    .sm\:gap-y-6{row-gap:1.5rem;}
    .sm\:gap-x-4{-moz-column-gap:1rem;column-gap:1rem;}
    .sm\:self-end{align-self:flex-end;}
    .sm\:border-none{border-style:none;}
    .sm\:p-6{padding:1.5rem;}
    .sm\:px-6{padding-left:1.5rem;padding-right:1.5rem;}
    .sm\:px-2{padding-left:.5rem;padding-right:.5rem;}
    .sm\:py-6{padding-top:1.5rem;padding-bottom:1.5rem;}
    .sm\:px-8{padding-left:2rem;padding-right:2rem;}
    .sm\:text-base{font-size:1rem;line-height:1.5rem;}
    .sm\:text-label-sm{font-size:14px;line-height:20px;}
    .sm\:text-heading-sm{font-size:20px;line-height:32px;}
    .sm\:text-heading-lg{font-size:32px;line-height:40px;}
    .only-mobile{display: none}
}
@media (min-width:768px){
    .md\:static{position:static;}
    .md\:relative{position:relative;}
    .md\:top-2{top:.5rem;}
    .md\:top-2\.5{top:.625rem;}
    .md\:my-0{margin-top:0;margin-bottom:0;}
    .md\:mx-0{margin-left:0;margin-right:0;}
    .md\:mb-12{margin-bottom:3rem;}
    .md\:mr-10{margin-right:2.5rem;}
    .md\:flex{display:flex;}
    .md\:hidden{display:none;}
    .md\:w-full{width:100%;}
    .md\:max-w-3xl{max-width:48rem;}
    .md\:max-w-2xl{max-width:42rem;}
    .md\:max-w-sm{max-width:24rem;}
    .md\:flex-row{flex-direction:row;}
    .md\:items-center{align-items:center;}
    .md\:justify-center{justify-content:center;}
    .md\:gap-3{gap:.75rem;}
    .md\:rounded-none{border-radius:0;}
    .md\:rounded-lg{border-radius:.5rem;}
    .md\:rounded-l-md{border-top-left-radius:.375rem;border-bottom-left-radius:.375rem;}
    .md\:rounded-r-md{border-top-right-radius:.375rem;border-bottom-right-radius:.375rem;}
    .md\:px-1{padding-left:.25rem;padding-right:.25rem;}
    .md\:px-0{padding-left:0;padding-right:0;}
    .md\:px-4{padding-left:1rem;padding-right:1rem;}
    .md\:px-8{padding-left:2rem;padding-right:2rem;}
    .md\:pl-1{padding-left:.25rem;}
    .md\:text-sm{font-size:.875rem;line-height:1.25rem;}
    .md\:shadow-cardShadow{--tw-shadow:0px 1px 2px rgba(0,0,0,.05);--tw-shadow-colored:0px 1px 2px var(--tw-shadow-color);}
    .md\:shadow-cardShadow{box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow);}
}
@media (min-width:1024px){
    .lg\:right-5{right:1.25rem;}
    .lg\:left-5{left:1.25rem;}
    .lg\:my-12{margin-top:3rem;margin-bottom:3rem;}
    .lg\:block{display:block;}
    .lg\:hidden{display:none;}
    .lg\:max-w-5xl{max-width:64rem;}
    .lg\:max-w-3xl{max-width:48rem;}
    .lg\:gap-8{gap:2rem;}
    .lg\:px-2{padding-left:.5rem;padding-right:.5rem;}
    .lg\:text-4xl{font-size:2.25rem;line-height:2.5rem;}
    .lg\:text-label-sm{font-size:14px;line-height:20px;}
}
@media (min-width:1280px){
    .xl\:w-4\/5{width:80%;}
    .xl\:max-w-1200{max-width:1200px;}
    .xl\:max-w-4xl{max-width:56rem;}
    .xl\:px-0{padding-left:0;padding-right:0;}
}


.pricesCol{
    margin:auto;
    max-width:1300px!important
}
.pricesCol *{
    direction:ltr
}
.pricesCol button{
    box-shadow:unset!important
}

.post-type-archive-coins,
#coinsMainContainer{
    background-color: rgb(249 250 251)!important;
    background: linear-gradient(180deg, rgba(0,83,254,1) 0px, rgba(0,83,254,1) 270px, rgba(249,250,251,1) 0)!important;
}

.sticky-row:first-child{
    min-width:170px
}

@media (max-width:640px){
    .only-desktop {
        display: none!important;
    }
    div.action-section{
        padding: 10px!important;
    }

}

@media (min-width:640px){
    .only-mobile {
        display: none!important;
    }
}

.p-2\.5 {
    padding: 0.825rem;
}

.invisible{visibility:hidden;}
.fixed{position:fixed;}
.absolute{position:absolute;}
.relative{position:relative;}
.inset-0{right:0;left:0;}
.inset-0{top:0;bottom:0;}
.bottom-0{bottom:0;}
.left-2{left:.5rem;}
.top-2{top:.5rem;}
.right-2{right:.5rem;}
.top-2\.5{top:.625rem;}
.z-10{z-index:10;}
.z-60{z-index:60;}
.mx-2{margin-left:.5rem;margin-right:.5rem;}
.mt-3{margin-top:.75rem;}
.flex{display:flex;}
.h-full{height:100%;}
.h-4{height:1rem;}
.h-8{height:2rem;}
.max-h-60{max-height:15rem;}
.max-h-90v{max-height:90vh;}
.min-h-full{min-height:100%;}
.w-full{width:100%;}
.w-4{width:1rem;}
.min-w-full{min-width:100%;}
.max-w-screen-sm{max-width:640px;}
.flex-1{flex:1 1 0%;}
.cursor-pointer{cursor:pointer;}
.flex-col{flex-direction:column;}
.flex-wrap{flex-wrap:wrap;}
.items-center{align-items:center;}
.justify-center{justify-content:center;}
.justify-between{justify-content:space-between;}
.gap-3{gap:.75rem;}
.gap-6{gap:1.5rem;}
.overflow-hidden{overflow:hidden;}
.overflow-y-auto{overflow-y:auto;}
.overflow-y-scroll{overflow-y:scroll;}
.rounded-lg{border-radius:.5rem;}
.rounded-t-lg{border-top-right-radius:.5rem;}
.rounded-t-lg{border-top-left-radius:.5rem;}
.border{border-width:1px;}
.border-0{border-width:0;}
.border-none{border-style:none;}
.bg-white{--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity));}
.bg-transparent{background-color:transparent;}
.bg-gray5{--tw-bg-opacity:1;background-color:rgb(107 114 128/var(--tw-bg-opacity));}
.p-3{padding:.75rem;}
.p-6{padding:1.5rem;}
.py-0\.5{padding-top:.125rem;padding-bottom:.125rem;}
.pl-2{padding-left:.5rem;}
.pr-16{padding-right:4rem;}
.text-left{text-align:left;}
.text-sm{font-size:.875rem;line-height:1.25rem;}
.text-base{font-size:1rem;line-height:1.5rem;}
.text-lg{font-size:1.125rem;line-height:1.75rem;}
.font-semibold{font-weight:600;}
.leading-5{line-height:1.25rem;}
.text-gray1{--tw-text-opacity:1;color:rgb(17 24 39/var(--tw-text-opacity));}
.text-gray5{--tw-text-opacity:1;color:rgb(107 114 128/var(--tw-text-opacity));}
.text-gray-700{--tw-text-opacity:1;color:rgb(55 65 81/var(--tw-text-opacity));}
.opacity-0{opacity:0;}
.opacity-75{opacity:.75;}
.shadow-modalShadow{--tw-shadow:0px 20px 25px -5px rgba(0,0,0,.1),0px 10px 10px -5px rgba(0,0,0,.04);--tw-shadow-colored:0px 20px 25px -5px var(--tw-shadow-color),0px 10px 10px -5px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow);}
.outline-none{outline:2px solid transparent;outline-offset:2px;}
.transition{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s;}
.transition-all{transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s;}
.duration-150{transition-duration:.15s;}
.ease-in-out{transition-timing-function:cubic-bezier(.4,0,.2,1);}
.hover\:bg-gray9:hover{--tw-bg-opacity:1;background-color:rgb(243 244 246/var(--tw-bg-opacity));}
.focus\:outline-none:focus{outline:2px solid transparent;outline-offset:2px;}
@media (min-width:640px){
    .sm\:w-screen{width:100vw;}
    .sm\:w-auto{width:auto;}
    .sm\:max-w-full{max-width:100%;}
    .sm\:max-w-md{max-width:28rem;}
}
@media (min-width:768px){
    .md\:static{position:static;}
    .md\:rounded-lg{border-radius:.5rem;}
}
#coinSearchModal *:not(.farsi #coinSearchModal *),
#coinSortModal *:not(.farsi #coinSortModal *),
#coinCatsModal *:not(.farsi #coinCatsModal *){
    direction:ltr!important
}
#coinsMainContainer{
    max-width: -webkit-fill-available;
    margin: 30px auto;
    position: relative;
}
@media (min-width: 768px){
    .md\:flex-row {
        flex-direction: row;
    }
}
td.sparkline-neg img{
    filter: hue-rotate(300deg) saturate(210%) brightness(0.7) contrast(170%);
}
td.sparkline-pos img{
    filter: hue-rotate(85deg) saturate(80%) brightness(0.85);
}

.shadow-borderShadow, .shadow-cardShadow, .shadow-dropDownShadow {
    box-shadow: var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow);
    padding-left: 15px;
    padding-right: 15px;
}
*, :after, :before {
    --tw-border-spacing-x: 0;
    --tw-border-spacing-y: 0;
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    --tw-pan-x: ;
    --tw-pan-y: ;
    --tw-pinch-zoom: ;
    --tw-scroll-snap-strictness: proximity;
    --tw-ordinal: ;
    --tw-slashed-zero: ;
    --tw-numeric-figure: ;
    --tw-numeric-spacing: ;
    --tw-numeric-fraction: ;
    --tw-ring-inset: ;
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: rgba(59,130,246,.5);
    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    --tw-blur: ;
    --tw-brightness: ;
    --tw-contrast: ;
    --tw-grayscale: ;
    --tw-hue-rotate: ;
    --tw-invert: ;
    --tw-saturate: ;
    --tw-sepia: ;
    --tw-drop-shadow: ;
    --tw-backdrop-blur: ;
    --tw-backdrop-brightness: ;
    --tw-backdrop-contrast: ;
    --tw-backdrop-grayscale: ;
    --tw-backdrop-hue-rotate: ;
    --tw-backdrop-invert: ;
    --tw-backdrop-opacity: ;
    --tw-backdrop-saturate: ;
    --tw-backdrop-sepia: ;
}
*, :after, :before {
    --tw-border-spacing-x: 0;
    --tw-border-spacing-y: 0;
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    --tw-pan-x: ;
    --tw-pan-y: ;
    --tw-pinch-zoom: ;
    --tw-scroll-snap-strictness: proximity;
    --tw-ordinal: ;
    --tw-slashed-zero: ;
    --tw-numeric-figure: ;
    --tw-numeric-spacing: ;
    --tw-numeric-fraction: ;
    --tw-ring-inset: ;
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: rgba(59,130,246,.5);
    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    --tw-blur: ;
    --tw-brightness: ;
    --tw-contrast: ;
    --tw-grayscale: ;
    --tw-hue-rotate: ;
    --tw-invert: ;
    --tw-saturate: ;
    --tw-sepia: ;
    --tw-drop-shadow: ;
    --tw-backdrop-blur: ;
    --tw-backdrop-brightness: ;
    --tw-backdrop-contrast: ;
    --tw-backdrop-grayscale: ;
    --tw-backdrop-hue-rotate: ;
    --tw-backdrop-invert: ;
    --tw-backdrop-opacity: ;
    --tw-backdrop-saturate: ;
    --tw-backdrop-sepia: ;
}
*, :after, :before {
    --tw-border-spacing-x: 0;
    --tw-border-spacing-y: 0;
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    --tw-pan-x: ;
    --tw-pan-y: ;
    --tw-pinch-zoom: ;
    --tw-scroll-snap-strictness: proximity;
    --tw-ordinal: ;
    --tw-slashed-zero: ;
    --tw-numeric-figure: ;
    --tw-numeric-spacing: ;
    --tw-numeric-fraction: ;
    --tw-ring-inset: ;
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: rgba(59,130,246,.5);
    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    --tw-blur: ;
    --tw-brightness: ;
    --tw-contrast: ;
    --tw-grayscale: ;
    --tw-hue-rotate: ;
    --tw-invert: ;
    --tw-saturate: ;
    --tw-sepia: ;
    --tw-drop-shadow: ;
    --tw-backdrop-blur: ;
    --tw-backdrop-brightness: ;
    --tw-backdrop-contrast: ;
    --tw-backdrop-grayscale: ;
    --tw-backdrop-hue-rotate: ;
    --tw-backdrop-invert: ;
    --tw-backdrop-opacity: ;
    --tw-backdrop-saturate: ;
    --tw-backdrop-sepia: ;
}
::backdrop {
    --tw-border-spacing-x: 0;
    --tw-border-spacing-y: 0;
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    --tw-pan-x: ;
    --tw-pan-y: ;
    --tw-pinch-zoom: ;
    --tw-scroll-snap-strictness: proximity;
    --tw-ordinal: ;
    --tw-slashed-zero: ;
    --tw-numeric-figure: ;
    --tw-numeric-spacing: ;
    --tw-numeric-fraction: ;
    --tw-ring-inset: ;
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: rgba(59,130,246,.5);
    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    --tw-blur: ;
    --tw-brightness: ;
    --tw-contrast: ;
    --tw-grayscale: ;
    --tw-hue-rotate: ;
    --tw-invert: ;
    --tw-saturate: ;
    --tw-sepia: ;
    --tw-drop-shadow: ;
    --tw-backdrop-blur: ;
    --tw-backdrop-brightness: ;
    --tw-backdrop-contrast: ;
    --tw-backdrop-grayscale: ;
    --tw-backdrop-hue-rotate: ;
    --tw-backdrop-invert: ;
    --tw-backdrop-opacity: ;
    --tw-backdrop-saturate: ;
    --tw-backdrop-sepia: ;
}

.sortByButtons button.active{
    border: 1px solid rgb(0 83 254/1)!important;
    color: rgb(0 83 254/1);
    background-color: rgb(0 83 254/0.05)!important;
}

.dropDownContent .sortItem.active{
    background-color: rgb(249 250 251/1);
    font-weight: 600;
}
.dropDownContent .sortItem.active:after{
    content:url('data:image/svg+xml,<svg class="mr-0.5" width="14" height="10" viewBox="0 0 14 10" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M13.7071 0.292893C14.0976 0.683417 14.0976 1.31658 13.7071 1.70711L5.70711 9.70711C5.31658 10.0976 4.68342 10.0976 4.29289 9.70711L0.292893 5.70711C-0.0976311 5.31658 -0.0976311 4.68342 0.292893 4.29289C0.683417 3.90237 1.31658 3.90237 1.70711 4.29289L5 7.58579L12.2929 0.292893C12.6834 -0.0976311 13.3166 -0.0976311 13.7071 0.292893Z" fill="%230053FE"></path></svg>');
}

.catRow .catItem{
    text-transform: capitalize;
}
.catRow .catItem.active{

    font-weight: 600;
    color: rgb(55 65 81/1);
    background-color: rgb(243 244 246/1);

}


.dropDownContent .catItem.active,
.dropDownContent :is(.catItem.active, .sortByItem.active){
    background-color: rgb(249 250 251/1);
    font-weight: 600;
}

#coinSortModal :is(.sortByItem.active ,.sortItem.active),
#coinCatsModal .catItem.active{
    font-weight: 600;
}
#coinSortModal :is(.sortByItem.active ,.sortItem.active):after,
#coinCatsModal .catItem.active:after,
.dropDownContent :is(.catItem.active, .sortByItem.active):after{
    content:url('data:image/svg+xml,<svg class="mr-0.5" width="14" height="10" viewBox="0 0 14 10" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M13.7071 0.292893C14.0976 0.683417 14.0976 1.31658 13.7071 1.70711L5.70711 9.70711C5.31658 10.0976 4.68342 10.0976 4.29289 9.70711L0.292893 5.70711C-0.0976311 5.31658 -0.0976311 4.68342 0.292893 4.29289C0.683417 3.90237 1.31658 3.90237 1.70711 4.29289L5 7.58579L12.2929 0.292893C12.6834 -0.0976311 13.3166 -0.0976311 13.7071 0.292893Z" fill="%230053FE"></path></svg>');
}

.pageNumber.active{
    color: rgb(0 83 254/1)!important;
    font-weight:600;
}

.pageinationBtn.disabled{
    opacity:0.5;
}
.pageinationBtn.disabled a{
    cursor: context-menu;
}

.empty-span{
    height: 32px;
    font-size: 16px;
    display: inline-flex;
    flex-direction: row;
    -webkit-box-align: center;
    align-items: center;
    padding: 0px 4px;
    border-radius: 4px;
    background-color: rgb(239, 242, 245);
    letter-spacing:-2px;
    color:#a5a5a5;
    text-align:center
}
.nothingFound:not(.active),
.searchingText:not(.active)
{
    display: none;
}

.max-w-xs {
    max-width: 20rem;
}
.h-80 {
    height: 20rem;
}
#coinsMainContainer input{
    background:#fff!important
}
#coinsMainContainer input:not(.farsi input){
    text-align:left!important
}
.nameTd img,
.searchItem img{
    border-radius: 50%;
}
#coinsMainContainer.farsi *{
    direction:rtl;
}
.farsi img[alt="Right icon"]{
    transform: rotateY(180deg);
}
.farsi :is(.pl-1, .px-1) {
    padding-left: 0.25rem!important;
    padding-right: 0.25rem!important;
}
.farsi :is(.pl-2, .px-2) {
    padding-right: 1.5rem!important;
}
.farsi .dropDownMain img {
    margin-right: 0.25rem!important;
    margin-left: 0!important;

}
.farsi #coinSearchModal *,
.farsi .sortByButtons{
    direction:ltr!important
}
.farsi .sortItem span{
    margin-right: 0!important;
    margin-left: 0.5rem!important;
}
.farsi .catRow {
    margin-right: 0!important;
    margin-left: 1.5rem;
}
.farsi .catSearchDropDown {
    left:0;
    right:auto;
}
.farsi #mainTable :is(td:not(:first-child)){
    direction:ltr!important;
}
.farsi #mainTable :is(td:not(:first-child),th:not(:first-child)){
    text-align:center
}
.farsi #mainTable td>img{
    margin:auto
}

.farsi #mainTable td:not(:first-child)>div{
    justify-content: center;
    margin: auto;

}
.sticky-row:first-child{
    left:auto;
    right:0
}
@media (min-width: 768px){
    .farsi .md\:pl-1 {
        padding-right: 0.25rem;
    }
}


.farsi .openSearchModalDesktop img{
    left: 0.5rem;
    right: unset;
}
.farsi .openSearchModalDesktop{
    padding-left: 2.5rem!important;
    padding-right: 1.5rem!important;
}
.farsi .openSearchModalDesktop>span{
    left:unset!important;
    right:2rem!important;

}
.farsi #coinSearchModal > div.shadow-modalShadow > div > div.relative > div.relative > div{
    padding-left: 1.5rem!important;
    padding-right: 0.5rem!important;
}

.farsi #coinSearchModal > div.shadow-modalShadow > div > div.relative > div.relative > div > div{
    right: unset;
    left: 0.5rem;
}
.farsi #coinSearchModal > div.shadow-modalShadow > div > div.relative > div.relative > div > span{
    display:none
}

.usdtRow {
    display:flex;
    justify-content: space-between;
    background-color: rgb(255 255 255/1)!important;
    border-radius: 0.5rem;
    margin-top: 2rem;
    padding: 1.5rem 3rem;
    position:relative;
    overflow:hidden
}
.usdtRow>div{
    display:flex;
    gap:5px;
    align-items: center;
    font-weight:600
}
.usdtRow>div:nth-child(n+2){
    flex-direction:column;
}
.usdtRow>div:nth-child(1) img{
    width:50px;
    border-radius:50%
}

.usdtRow>div:nth-child(1)>div>div:nth-child(2),
.usdtRow>div>div:nth-child(1){
    font-size:small;
    font-weight:600;
    opacity:0.6
}

.usdtRow>div>div:nth-child(2){
    direction:ltr!important;
}

.usdtRow>div>div.swing-neg{
    color:rgb(239 68 68/1);
}
.usdtRow>div>div.swing-pos{
    color:rgb(16 185 129/1);
}

.usdtRow .sparkline-pos{
    filter: hue-rotate(85deg) saturate(80%) brightness(0.85);
}

.usdtRow .usdtBtn span:after{
    content: url('../../svg/chevron-left-mini-white.svg');
    margin-right:10px;
    margin-left:3px;
    transform: scale(5.4);
    display: inline-block;
    position:relative;
    top:2px;
    display: none;
}
.usdtRow .usdtBtn{
    justify-content:center;
}
.usdtRow .usdtBtn span{
    background-color: rgb(0 147 147);
    cursor:pointer;
    color:#fff;
    padding: 10px 20px;
    border-radius:8px;
    overflow:hidden
}
.items-center.only-mobile{
    width:100%;
}
.items-center.only-mobile>div{
    width:50px;
    height:50px
}
.opentheterModal{
    /* overflow:hidden; */
    position:relative;
    z-index:1
}
.opentheterModal img{
    width:100%;
    border-radius: 0.5rem;
}
/* #theterModal .usdtRow{
    position:relative
}
#theterModal .usdtRow::before {
    content: "";
    z-index: -1;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(270deg, #60efff 0%, #009393 100% );
    transform: translate3d(0px, 32px, 0) scaleY(0.95);
    filter: blur(10px);
    opacity: 0.7;
    transition: opacity 0.3s;
    border-radius: inherit;
} */

@media(max-width:960px){

    .usdtRow {
        display:grid;
        grid-template-columns:1fr 1fr;
    }

    .usdtRow>:is(div:nth-child(1),div:nth-child(7)) {
        grid-column:span 2
    }
    .usdtRow>div:nth-child(1) img{
        width:80px
    }
    .usdtRow>div:not(:last-child){
        margin-bottom:20px
    }
    .usdtRow>div:nth-child(1){
        order:1;
        justify-content:center;
        flex-direction:column;
    }
    .usdtRow .sparkline{
        width:80%
    }
    .usdtRow>div:nth-child(1)>div{
        text-align:center
    }
    .usdtRow>div:nth-child(2){
        order:2
    }
    .usdtRow>div:nth-child(5){
        order:3
    }
    .usdtRow>div:nth-child(6){
        order:6;
        grid-column:span 2;
    }

    .usdtRow>div:nth-child(3){
        order:5
    }
    .usdtRow>div:nth-child(4){
        order:6
    }
    .usdtRow>div:nth-child(7){
        order:7
    }
    .usdtRow>div:nth-child(7) span{
        width:100%;
        max-width:600px;
        height:60px;
        display:flex;
        align-items: center;
        justify-content: center;
        position:relative;
    }
    .usdtRow .usdtBtn span:after{
        display:none
    }
    #theterModal{
        background:unset;
        padding: unset;
        outline:unset!important
    }
    #theterModal .usdtRow{
        padding:20px;
        border-radius:5px;
        overflow:hidden;
        width:90vw;
        height:90vh;
        max-width:400px;
        max-height: 600px;
        margin: auto;
    }

    #theterModal::backdrop{
        background: #00000091;
        backdrop-filter: blur(6px);
    }
    .farsi #mainTable :is(td:last-child,th:last-child){
        min-width:200px
    }
}

.cpriceContent .showMore:after {
    content: url('../../svg/chevron-right-mini.svg');
    /* margin-bottom: -6px; */
    transform: rotate(90deg);
    height: 20px;
    margin-right: 5px;
    transition-duration: 0.3s;
}

.cpriceContent.hideExtra .showMore {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #ffffffeb 50%);
}

.cpriceContent .showMore {
    color: #000;
    text-align: right;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    display: flex;
    margin-right: 5px;
    align-items: center;
    cursor: pointer;
    display: flex;
    justify-content: center;
    height: 110px;
    margin-top: -61px;
    position: relative;
    width: 102%;
    align-items: flex-end;
    user-select: none;
    width: calc(100% + 0.5rem);
    margin-right: -0.25rem;
}

.cpriceContent.hideExtra .mainText {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.cpriceContent:not(.hideExtra) .showMore>span:nth-child(1) {
    display: none
}

.cpriceContent.hideExtra .showMore>span:nth-child(2) {
    display: none
}
.cpriceContent:not(.hideExtra) .showMore:after {
    transform: rotate(270deg);
}
.cpriceContent{
    padding: 1.5rem;
    background-color: rgb(255 255 255/1);
    border-radius: 0.5rem;
    overflow:hidden;
    max-width: 1300px;
    margin: auto;
}
.smallCoinRow *{
    direction: ltr!important;
}
@media(max-width:640px){
    .spotlightRow {
        padding: 0.5rem!important;
    }
    .spotlightRow p.font-bold{
        font-size:16px!important
    }
    .spotlightRow .text-gray2{
        font-size:14px!important

    }
    .spotlightRow .text-gray6{
        font-size:12px!important

    }
    #mainTable th{
        font-size:0.7rem;
        line-height:1rem
    }
    #mainTable td{
        padding-top: 0.8rem;
        padding-bottom: 0.8rem;
    }
    #mainTable td *{
        font-size:0.8rem;
        line-height:1.14rem;

    }
}
.tableScrollContainer.scrolled .sticky-row:first-child:before{

    box-shadow: inset 10px 0 8px -8px #00000026;
    position: absolute;
    top: 0;
    left: -60px;
    bottom: 0px;
    width: 30px;
    transform: translate(100%) rotate(180deg);
    transition: box-shadow .3s;
    content: "";
    pointer-events: none;

}

.tableScrollContainer.scrolled :is(thead,tr:last-child) .sticky-row:first-child:before{
    opacity:0.4
}

.tableScrollContainer.scrolled :is(tr:first-child,tr:nth-child(19)) .sticky-row:first-child:before{
    opacity:0.8
}
ul.pagination {
    justify-content: space-between;
    padding:10px
}



@keyframes scaleAndDisappear {
    0% {
        height: 100%;
        width:100%
    }
    70% {
        height:0px;
        width:0px
    }
    100% {
        height:0px;
        width:0px;
    }
}


.tableScrollContainer:not(.scrolled) .sticky-row:first-child.nameTd span:nth-child(3){
    display: none;
}
@media(max-width:960px){
    .sticky-row:first-child{
        min-width:unset!important;
    }

    .tableScrollContainer.scrolled .sticky-row:first-child.nameTd span:first-child{
        animation: scaleAndDisappear 0.5s forwards;

    }
    .tableScrollContainer.scrolled .sticky-row:first-child.nameTd span:nth-child(2){
        display: none;
    }
    .tableScrollContainer.scrolled .sticky-row:first-child.nameTd span:nth-child(3){
        display: block;
    }
    .tableScrollContainer:not(.scrolled) .sticky-row:first-child.nameTd span:nth-child(3){
        display: none;
    }
    .tableScrollContainer .sticky-row:first-child.nameTd,
    .tableScrollContainer th.sticky-row:first-child{
        transition-duration:2s;
        min-width:150px!important;

    }
    .tableScrollContainer.scrolled .sticky-row:first-child.nameTd,
    .tableScrollContainer.scrolled th.sticky-row:first-child{
        min-width:110px!important;
        width:110px!important;
        max-width: 100px;
    }

    .tableScrollContainer.scrolled .sticky-row:first-child.nameTd span:nth-child(2){
        color: rgb(31 41 55/1);
    }
    .spotlightRow .min-w-\[260px\]{
        min-width:300px
    }
    div.spotlightRow{
        padding-left: 10px!important;
        padding-right: 10px!important;
    }
}
ul.pagination{
    direction:ltr!important
}
#mainTable{
    border:unset;
    margin: unset;
}
#mainTable th,
#mainTable td{
    border-right:unset!important;
    border-left:unset!important;
    border-top:unset!important;
    background:unset
}
#coinsMainContainer p,
#mainTable p,
#coinsMainContainer input{
    margin-bottom:unset
}
#coinsMainContainer input{
    border:unset!important
}
.pageinationBtn a{
    min-width:100px;
    justify-content:center
}
#mainTable td:last-child{
    min-width: 100px;
}
.opentheterModal:not(.farsi .opentheterModal ){
    display:none!important
}
.table-row:last-child td{
    border:unset!important
}
html:not(.lightTheme) .post-type-archive-coins #coinsMainContainer,
html:not(.lightTheme) .post-type-archive-coins,
html:not(.lightTheme) .post-type-archive-coins .wrapper,
html:not(.lightTheme) .post-type-archive-coins main,
html:not(.lightTheme) .post-type-archive-coins footer .mg-footer-bottom-area .divide-line,
html:not(.lightTheme) .post-type-archive-coins footer .mg-footer-bottom-area .divide-line,
html:not(.lightTheme) .post-type-archive-coins header ,
html:not(.lightTheme) .post-type-archive-coins footer ,
html:not(.lightTheme) .post-type-archive-coins footer>div ,
html:not(.lightTheme) .post-type-archive-coins.oceanwp-theme #top-bar-wrap,
html:not(.lightTheme) .post-type-archive-coins .ast-primary-header-bar,
html:not(.lightTheme) .cpriceContent{
    background: #202124!important;
    color:#e8eaed!important
}
html:not(.lightTheme) .post-type-archive-coins :is(.text-gray2, .text-gray5, .text-gray3, .text-gray-700),
html:not(.lightTheme) .cpriceContent *{
    color:#e8eaed!important
}
html:not(.lightTheme) .post-type-archive-coins .bg-white,
html:not(.lightTheme) .post-type-archive-coins :is(
.mg-headwidget .navbar-wp,
.mg-headwidget .mg-head-detail,
.btn-theme, .more_btn, .more-link,
.missed-inner,
footer .overlay,
footer .mg-footer-copyright)
{
    background:#202124!important
}

html:not(.lightTheme) .cpriceContent{
    border:1px solid #5f63680a!important;
}


html:not(.lightTheme) .post-type-archive-coins :is(.border-r-gray9, .border ,table, th, td,.pagination){
    border-color: #5f636852!important;
}
html:not(.lightTheme) .post-type-archive-coins :is(.table-row:hover td, .hover\:bg-gray9:hover,.hover\:bg-gray-100:hover, .hover\:bg-gray9:hover){
    color: #d2e3fc!important;
    background: rgba(138,180,248,.04)!important;

}
html:not(.lightTheme) .post-type-archive-coins .catRow .catItem.active,
html:not(.lightTheme) .post-type-archive-coins .dropDownContent .catItem.active,
html:not(.lightTheme) .post-type-archive-coins .dropDownContent :is(.catItem.active,
html:not(.lightTheme) .post-type-archive-coins .sortByItem.active),
html:not(.lightTheme) .post-type-archive-coins .dropDownContent .sortItem.active,
html:not(.lightTheme) .post-type-archive-coins .sortByButtons button.active{
    background-color: rgba(138,180,248,.24)!important;
    color: #8ab4f8!important;
    border:unset!important
}

html:not(.lightTheme) .post-type-archive-coins #coinsMainContainer input:not(input.theme__toggle#theme,input.searchInput){
    background: linear-gradient(0deg,rgba(105,145,214,.08),rgba(105,145,214,.08))!important;
    /* height:40px; */
}
html:not(.lightTheme) .post-type-archive-coins ::-webkit-scrollbar {
    width: 7px;
}
html:not(.lightTheme) .post-type-archive-coins::-webkit-scrollbar {
    width: 10px;
}
html:not(.lightTheme) .post-type-archive-coins::-webkit-scrollbar-thumb {
    background: #bdc1c6;
    border-radius: 8px;
}


img.noLogo{
    visibility:hidden
}

html:not(.lightTheme) .post-type-archive-coins #coinsMainContainer .smallCoinRow *{
    font-size:12px;
    font-weight: 800!important;
    letter-spacing: 0.3px;
}
html:not(.lightTheme) .post-type-archive-coins #coinsMainContainer .smallCoinRow .text-gray2{
    font-weight:700;
    color: rgb(255, 255, 255)!important;
    letter-spacing:0.7px
}

html:not(.lightTheme) .post-type-archive-coins #coinsMainContainer .smallCoinRow .text-gray6{
    color:#858ca2;
}


html:not(.lightTheme) .post-type-archive-coins .empty-span{
    background:rgb(34, 37, 49);
    margin-left:auto;
    margin-right:auto;
    display:block;
    width:fit-content;
    padding-left:10px;
    padding-right:10px;
    font-size:20px
}


html:not(.lightTheme) .post-type-archive-coins :is(.action-section,
                          .tableScrollContainer ){
    padding:unset!important
}
html:not(.lightTheme) .post-type-archive-coins .pricesCol div.action-section img{
    filter:brightness(3000%)
}
@media(min-width:1400px){
    html:not(.lightTheme) .post-type-archive-coins :is(#mainTable :is(th,td):first-child, .spotlightRow,.pricesCol>div:first-child,ul.pagination){
        padding-left:unset!important
    }
    html:not(.lightTheme) .post-type-archive-coins :is(#mainTable :is(th,td):last-child, .spotlightRow,.pricesCol>div:first-child,ul.pagination){
        padding-right:unset!important
    }
}
:not(.farsi) #coinsMainContainer * {
    font-family:Inter,-apple-system,BlinkMacSystemFont,segoe ui,Roboto,Helvetica,Arial,sans-serif;
}

:not(.farsi) #coinsMainContainer tbody *{
    font-weight: 600;

}
#mainTable thead th{
    padding-top:10px;
    padding-bottom:10px;

}

#mainTable thead th:not(:first-child),
#mainTable tbody td:not(:first-child){
    text-align:right
}
#mainTable tbody td:not(:first-child)>div{
    justify-content:flex-end;
    margin-left:auto
}
td.sparkline-pos img,
.sparkline-neg img{
    margin-left:auto!important
}

@media(max-width:960px){
    .spotlightRow{
        display:none
    }
    .pricesCol .tableScrollContainer{
        /* padding-right:5px!important; */
        /* padding-left:5px!important; */
        border-radius: 0 0 5px 5px!important;
    }
    .pricesCol .action-section{
        border-radius:0
    }
    .post-type-archive-coins .ast-container{
        padding-left: unset!important;
        padding-right: unset!important;
    }
    #coinCatsModal .catItem{
        padding:15px 10px
    }
    #coinCatsModal .catItem:not(:last-child){
        /* border-bottom:1px solid #eeeeee63; */
    }
    #coinCatsModal input.catSearch,
    #coinSearchModal .searchInput {
        height:50px
    }
    #coinSearchModal .searchImageContainer{
        top:16px;
        right:16px
    }
    #coinSearchModal .searchImageContainer img{
        width:20px;
        height:20px
    }
    #coinSearchModal .searchItem img{
        width:30px
    }
}

#coinSearchModal,#coinSortModal,#coinCatsModal{
    z-index:1000
}

#coinSearchModal{
    backdrop-filter: blur(43px);
    background: #0000009e;
}

#coinSearchModal>div:first-child{
    /*background:unset!important*/
}
label.theme {
    --hue: 223;
    --bg: hsl(var(--hue),10%,100%);
    --fg: hsl(var(--hue),10%,0%);
    --primary: hsl(var(--hue),90%,55%);
    --primaryT: hsla(var(--hue),90%,55%,0);
    --transDur: 0.3s;
}


.h1TitleRow{
    display:flex;
    justify-content: space-between;
}
/* Default */
.theme {
    display: flex;
    align-items: center;
    -webkit-tap-highlight-color: transparent;
    transform: scale(0.65);
}
.theme__fill,
.theme__icon {
    transition: transform var(--transDur) ease-in-out;
}
.theme__fill {
    background-color: var(--bg);
    display: block;
    mix-blend-mode: difference;
    position: fixed;
    inset: 0;
    height: 100%;
    transform: translateX(-100%);
    display: none;
}
.theme__icon,
.theme__toggle {
    z-index: 1;
}
.theme__icon,
.theme__icon-part {
    position: absolute;
}
.theme__icon {
    display: block;
    top: 0.75em;
    left: 0.75em;
    width: 1.5em;
    height: 1.5em;
}
.theme__icon-part {
    border-radius: 50%;
    box-shadow: 0.4em -0.4em 0 0.5em hsl(0,0%,100%) inset;
    top: calc(50% - 0.5em);
    left: calc(50% - 0.5em);
    width: 1em;
    height: 1em;
    transition:
            box-shadow var(--transDur) ease-in-out,
            opacity var(--transDur) ease-in-out,
            transform var(--transDur) ease-in-out;
    transform: scale(0.5);
}
.theme__icon-part ~ .theme__icon-part {
    background-color: hsl(0,0%,100%);
    border-radius: 0.05em;
    box-shadow: none;
    top: 50%;
    left: calc(50% - 0.05em);
    transform: rotate(0deg) translateY(0.5em);
    transform-origin: 50% 0;
    width: 0.1em;
    height: 0.2em;
}
.theme__icon-part:nth-child(3) {
    transform: rotate(45deg) translateY(0.5em);
}
.theme__icon-part:nth-child(4) {
    transform: rotate(90deg) translateY(0.5em);
}
.theme__icon-part:nth-child(5) {
    transform: rotate(135deg) translateY(0.5em);
}
.theme__icon-part:nth-child(6) {
    transform: rotate(180deg) translateY(0.5em);
}
.theme__icon-part:nth-child(7) {
    transform: rotate(225deg) translateY(0.5em);
}
.theme__icon-part:nth-child(8) {
    transform: rotate(270deg) translateY(0.5em);
}
.theme__icon-part:nth-child(9) {
    transform: rotate(315deg) translateY(0.5em);
}
.theme__label,
.theme__toggle,
.theme__toggle-wrap {
    position: relative;
}
.theme__toggle,
.theme__toggle:before {
    display: block;
}
input.theme__toggle#theme {
    background-color: #fff!important;
    border-radius: 25% / 50%;
    box-shadow: 0 0 0 0.125em var(--primaryT);
    padding: 0.25em;
    width: 6em;
    height: 3em;
    -webkit-appearance: none;
    appearance: none;
    transition:
            background-color var(--transDur) ease-in-out,
            box-shadow 0.15s ease-in-out,
            transform var(--transDur) ease-in-out;
}
.theme__toggle:before {
    background-color: hsl(48,90%,55%);
    border-radius: 50%;
    content: "";
    width: 2.5em!important;
    height: 2.5em!important;
    transition:
            background-color var(--transDur) ease-in-out,
            transform var(--transDur) ease-in-out;
}
.theme__toggle:focus {
    box-shadow: 0 0 0 0.125em var(--primary);
    outline: transparent;
}

/* Checked */
input.theme__toggle#theme:checked {
    background-color: hsl(198,90%,15%)!important;
}
.theme__toggle:before,
.theme__toggle ~ .theme__icon {
    /* transform: translateY(-4px); */
}
.theme__toggle:checked:before,
.theme__toggle:checked ~ .theme__icon {
    transform: translateX(3em);
}
.theme__toggle:checked:before {
    background-color: hsl(198,90%,55%);
    content: ''!important;
}
.theme__toggle:checked ~ .theme__fill {
    /* transform: translateX(0); */
}
.theme__toggle:checked ~ .theme__icon .theme__icon-part:nth-child(1) {
    box-shadow: 0.2em -0.2em 0 0.2em hsl(0,0%,100%) inset;
    transform: scale(1);
}
.theme__toggle:checked ~ .theme__icon .theme__icon-part ~ .theme__icon-part {
    opacity: 0;
}
.theme__toggle:checked ~ .theme__icon .theme__icon-part:nth-child(2) {
    transform: rotate(45deg) translateY(0.8em);
}
.theme__toggle:checked ~ .theme__icon .theme__icon-part:nth-child(3) {
    transform: rotate(90deg) translateY(0.8em);
}
.theme__toggle:checked ~ .theme__icon .theme__icon-part:nth-child(4) {
    transform: rotate(135deg) translateY(0.8em);
}
.theme__toggle:checked ~ .theme__icon .theme__icon-part:nth-child(5) {
    transform: rotate(180deg) translateY(0.8em);
}
.theme__toggle:checked ~ .theme__icon .theme__icon-part:nth-child(6) {
    transform: rotate(225deg) translateY(0.8em);
}
.theme__toggle:checked ~ .theme__icon .theme__icon-part:nth-child(7) {
    transform: rotate(270deg) translateY(0.8em);
}
.theme__toggle:checked ~ .theme__icon .theme__icon-part:nth-child(8) {
    transform: rotate(315deg) translateY(0.8em);
}
.theme__toggle:checked ~ .theme__icon .theme__icon-part:nth-child(9) {
    transform: rotate(360deg) translateY(0.8em);
}
.theme__toggle-wrap {
}

@supports selector(:focus-visible) {
    .theme__toggle:focus {
        box-shadow: 0 0 0 0.125em var(--primaryT);
    }
    .theme__toggle:focus-visible {
        box-shadow: 0 0 0 0.125em var(--primary);
    }
}
.pricesCol>div{
    opacity:1
}
.changingTheme .pricesCol>div:not(:first-child){
    opacity: 0
}

html:not(.lightTheme) .post-type-archive-coins #coinsMainContainer input.searchInput + .text-gray5{
    display:none!important
}

html:not(.lightTheme) .post-type-archive-coins #coinsMainContainer input.searchInput::placeholder,
html:not(.lightTheme) .post-type-archive-coins #coinsMainContainer .searchItem,
html:not(.lightTheme) .post-type-archive-coins #coinsMainContainer .catSearch,
html:not(.lightTheme) .post-type-archive-coins #coinsMainContainer .catSearch::placeholder{
    color:#fff!important;
}

html:not(.lightTheme) .post-type-archive-coins #coinsMainContainer input.searchInput,
html:not(.lightTheme) .post-type-archive-coins #coinsMainContainer input.catSearch{
    background:transparent!important
}
.loadingSvg{
    width:20px;
    margin-left:5px
}
html.lightTheme .loadingSvg path{
    fill:#000!important
}

#mainTable.loading{
    opacity: 0.5;
    cursor: progress;
}


.twentyFourPercentTh,
.priceTh{
    min-width: 120px;
}


.priceSpan{
    transition-duration:1s

}
.priceSpan.price-up {
    color:var(--up-color)!important;
}
.priceSpan.price-down {
    color: var(--down-color)!important;
}

.oceanwp-theme .text-sm,
.oceanwp-theme .md\:text-sm{
    font-size:12px!important
}
.oceanwp-theme .sortByButtons {
    margin:unset
}

.oceanwp-theme .openSearchModalDesktop {
    height: 30px;
    display: flex;
}

.oceanwp-theme .openSearchModalDesktop>*{
    top: 8px;
}
.oceanwp-theme .openSearchModalDesktop>img{
    top:10px
}
.oceanwp-theme .sortByButtons>button,
.oceanwp-theme .dropDownMain {
    padding:10px
}
.oceanwp-theme .dropDownMain>span{
    margin-right:5px
}
ul.pagination {
    margin:unset
}

.oceanwp-theme .theme__icon{
    top:0.5em
}

.pricesCol td,
.pricesCol th{
    border-color:#eee!important
}
.catSearch {
    --tw-shadow: 0px 0px 1px rgb(68 57 57 / 35%);
}

.avada-html-layout-wide #main{
    padding:0!important
}
.avada-html-layout-wide{
    --site_width:1300px!important
}