/*
Theme Name: Nextcoin
Author: Themefix
Description: Nextcoin - Bitcoin And Crypto Currency Mobile Template
Version: 1.0.0
*/
/* ====================================================================
 Table of contents
====================================================================
-General Variables
-Theme default css
-Animated Css
-Page Loader
-Header
-Main Sidebar
-Logo Main
-Main Section
-Footer
-Demo Section
==================================================================== */
/* General Variables */
:root {
    --color1: #17161b;  /* Pure white for the main background */
    --color11: #282828;
/*    --color11: #1b1b1d; */ /* Slightly darker than the background but still light */
    --color2: #F0B90A;  /* Keeping accent color */
    --color3: #2f313a;  /* Light gray for sections */
    --color4: #7a7a7a;  /* Darker gray for readable text */
    --color5: #ffffff;  /* Pure white for highlights */
    --color6: #a0a0a0;  /* Subtle gray for accents */
    --color7: #ffffff;  /* Medium-dark gray for contrast */
    --color8: #303030;  /* Stronger contrast for text */
    --color9: #1a1a1a;  /* Almost black for highest contrast */
    --bs-primary:#0d6efd;
    --bs-secondary:#6c757d;
    --bs-success:#198754;
    --bs-info:#0dcaf0;
    --bs-warning:#ffc107;
    --bs-danger:#dc3545;
    --pill: 2.5rem;
    --round: 50%;
    --full: 100%;
}
* {
    margin: 0;
    padding: 0; }
body,
html {
    background-color: var(--color1);
    margin: 0;
    padding: 0;
/*    font-family: Nunito;*/
   font-family: sans-serif!important;
    font-size: 14px;
    color: var(--color7);
    line-height: 1.4;
    font-weight: 400;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
}
h1,
h2,
h3,
h4,
h5,
h6 {
/*    font-family: Nunito;*/
 font-family: sans-serif;
    color: var(--color7);
    line-height: 1.3;
    font-weight: 600;
    margin-bottom: 0;
}
.fs-11{
    font-size: 11px;
}
.fs-12{
    font-size: 12px;
}
.fs-14{
    font-size: 14px;
}
.fs-16{
    font-size: 16px;
}
.wd-30 {
    width: 30px;
}
.ht-30 {
    height: 30px;
}
.mb-35{
    margin-bottom: 35px;
}
hr:not([size]) {
    background: var(--color4);
}
p {
    font-family: sans-serif;
/*    font-family: Nunito;*/
    line-height: 1.5rem;
    font-size: .9rem;
}
.ms-6{
    margin-left: 4rem!important;
}
.ms-7{
    margin-left: 5rem!important;
}
.pt-6 {
    padding-top: 4rem!important;
}
ul {
    margin: 0;
    padding-left: 0;
}
ul li,
ol li {
    font-family: sans-serif;
/*    font-family: Nunito;*/
    font-size: 0.875rem;
    line-height: 1.5rem;
    list-style-type: none;
}
.table-custom-scrollbar {
    position: relative;
    display: block;
    height: 200px;
    -ms-touch-action: auto;
    touch-action: auto;
    overflow-anchor: none;
    -ms-overflow-style: none;
}
.btn  {
    font-size: 14px;
    font-weight: 500;
    padding: .5rem 1rem;
    border-radius: 5px;
}.btns .btn  {
    width: 80px;
}.btn-g .btn  {
    width: 185px;
}.btn-g-w .btn  {
    width: 350px;
}.btn-home .btn  {
    width: 150px;
    height: 50px;
}
.btn-s .btn{
width: 100px;
margin: 12px;
}
.btn-main {
    color: var(--color1)!important;
    background: var(--color2);
    border:none;
}

.btn-neutral {
    color: var(--color1);
    background-image: linear-gradient(#6c757d 0%, #6c757d 100%);
    border:none;
}

.btn-main:hover {
    color: var(--color3);
}
.btn-main svg{
    vertical-align: baseline;
}
.btn-check:focus+.btn, .btn:focus {
    box-shadow: none !important;
}
a {color: inherit;
    text-decoration: none;
}

a:hover,
a:focus,
ins {
    text-decoration: none;
    outline:none;
	color: inherit;
}

.list-unstyled a {color: inherit;
    text-decoration: underline;
}

.list-unstyled a h6:hover {color: var(--color2);
    text-decoration: underline;
}
.form-group {
    margin-bottom: 1rem;
    line-height: 1;
}
.form-control {
  display: block;
  width: 100%;
  padding: 0.4375rem 0.875rem;
  height: 41px;
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.53;
  color: var(--color7);
  background-color: var(--color11);
  background-clip: padding-box;
  border: 1px solid var(--color3);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0.375rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
select.form-select {
    background-color: var(--color11);
    color: var(--color7);
    border: none;
    padding: 0.5rem 1rem;
    height: 41px;
    max-height: 41px;
    font-size: 0.9375rem;
    border-radius: 0.375rem;
/*    border: 1px solid var(--color3);*/
}
.form-control:focus {
    background: var(--color11);
    color: var(--color7);
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
/*    border: 1px solid var(--color3);*/
    border: 1px solid transparent;
}
.form-control:not(:focus) {
/* border: 1px solid var(--color3);*/
 border: 1px solid transparent;
}
.form-select {
    background-image: url(../img/icons/arrow-down-sign-to-navigate.svg);
}

.form-select:focus {
/*    border-color: var(--color3) !important;*/
     background-color: var(--color11);
    color: var(--color7);
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}
.form-check-input {
    width: 2.25rem !important;
    height: 1.55em !important;
    margin-top: .25em;
    vertical-align: top;
    background-color: var(--color5);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
}
.form-check-input:checked {
    background-color: #F0B90A;
    border-color: #F0B90A;
}



.list-group-item:active {
 background: var(--color11); /* Background color on click */
  color: var(--color8); /* Optional: Change text color for better visibility */
}

.list-group-item.alive {
 background-color: var(--color11)!important; /* Background color on click */
border: 1px solid #F0B90A!important;

color: var(--color8); /* Optional: Change text color for better visibility */
}

.alive {
 background-color: var(--color11)!important; /* Background color on click */
border: 1px solid #F0B90A!important;

color: var(--color8); /* Optional: Change text color for better visibility */
}

.form-check-input:focus {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}
.form-check-lang {
    width: 15px!important;
    height: 15px!important;
}.form-check-radio {
    width: 15px!important;
    height: 15px!important;
}
.form-check .form-check-input{
    margin-left: -1em;
    margin-right: 10px;
/*    float: right;*/
}
.trading-form .input-group .input-group-text {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px; 
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}.trading-form .left-right {
border-right: 0px;
border-left: 0px;

}.trading-form .sided {
/*border-right: 0px;*/
border-left: 0px;

}
.invalid-tooltip {
    margin-top: 0;
    background: #ff5959;
    color: var(--color8);
}
.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.4375rem 0.875rem;
  height: 41px;
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.53;
  color: var(--color7);
  text-align: center;
  white-space: nowrap;
  background-color: var(--color11);
/*  border:  var(--color11);*/
   border: 1px var(--color11);;
  cursor: pointer;
}
/*.trading-form .input-group-left .input-group-text {

  border: 1px solid var(--color2);
  border-right: 0px!important;
  border-radius: 0.375rem;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px; 

}.trading-form .input-group-right .input-group-text {

  border-left: 0px!important;

}*/

.input-group-lg > .form-control,
.input-group-lg > .form-select,
.input-group-lg > .input-group-text,
.input-group-lg > .btn {
  padding: 0.75rem 1.25rem;
  font-size: 1rem;
  border-radius: 0.5rem;
}

.input-group-sm > .form-control,
.input-group-sm > .form-select,
.input-group-sm > .input-group-text,
.input-group-sm > .btn {
  padding: 0.25rem 0.625rem;
  font-size: 0.75rem;
  border-radius: 0.25rem;
}


.input-group-text {
  background-clip: padding-box;
}
.input-group-text i {
  font-size: 0.9375rem;
  justify-content: center;
}

.input-group-lg > .input-group-text i {
  font-size: 1rem;
}

.input-group-sm > .input-group-text i {
  font-size: 0.75rem;
}

.input-group-merge .input-group-text:first-child {
  border-right: 0;
}
.input-group-merge .input-group-text:last-child {
  border-left: 0;
}
.input-group-merge .form-control:not(:first-child) {
  padding-left: 0;
  border-left: 0;
}
.input-group-merge .form-control:not(:last-child) {
  padding-right: 0;
  border-right: 0;
}

.input-group-text {
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .input-group-text {
    transition: none;
  }
}

textarea.form-control {
    min-height: calc(3.75em + 3.75rem + 2px);
}
img {
    max-width: 100%;
    height: auto;
}
.card {
    background: var(--color11);
    border-radius: 12px;
}
.text-gray {
    color: var(--color7);
}
.text-primary{
    color: var(--color2) !important;
}
.bg-lightblue{
    background: #3366ff;
}
.table>:not(:last-child)>:last-child>* {
    color: var(--color8);
}
.table-borderless>:not(caption)>*>* {
    color: var(--color7);
}
/* width */
::-webkit-scrollbar {
    width: 6px;
}
/* Track */
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px #cdcdcd;
    border-radius: 12px;
}
/* Handle */
::-webkit-scrollbar-thumb {
    background: #cdcdcd;
    border-radius: 12px;
}
/*  Animated Css */
.icon-effect {
    -webkit-animation: tada 2s ease infinite;
    animation: tada 2s ease infinite;
}
/*  Page Loader */
#loader-page {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background: var(--color1);
    z-index: 9999;
}#loader-page2 {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background: transparent;
    z-index: 9999;
}
#line {
    top: 40px;
    left: -2.5px;
}
#line span{
    display: inline-block;
    width: 5px;
    height: 20px;
    background-color: var(--color2);
}
#line span:nth-child(1){
    animation: grow 1s ease-in-out infinite;
}
#line span:nth-child(2){
    animation: grow 1s ease-in-out 0.15s infinite;
}
#line span:nth-child(3){
    animation: grow 1s ease-in-out 0.30s infinite;
}
#line span:nth-child(4){
    animation: grow 1s ease-in-out 0.45s infinite;
}




#line2 {
    top: 40px;
    left: -2.5px;
}
#line2 span{
    display: inline-block;
    width: 5px;
    height: 16px;
    background-color: #bf9d32;
}
#line2 span:nth-child(1){
    animation: grow 1s ease-in-out infinite;
}
#line2 span:nth-child(2){
    animation: grow 1s ease-in-out 0.15s infinite;
}
#line2 span:nth-child(3){
    animation: grow 1s ease-in-out 0.30s infinite;
}
#line2 span:nth-child(4){
    animation: grow 1s ease-in-out 0.45s infinite;
}
@keyframes grow{
    0%, 100%{
        -webkit-transform: scaleY(1);
        -ms-transform: scaleY(1);
        -o-transform: scaleY(1);
        transform: scaleY(1);
    }
    50%{
        -webkit-transform: scaleY(1.8);
        -ms-transform: scaleY(1.8);
        -o-transform: scaleY(1.8);
        transform: scaleY(1.8);
    }
}
/*  Main Sidebar */
.main-sidebar {
    background-color: var(--color11);
    position: fixed;
    z-index: 9999;
    top: 0;
    left: -300px;
    height: 100%;
    overflow-y: auto;
    scrollbar-width: thin;
    width: 260px;
    padding: 35px 20px;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.main-sidebar2 {
    background-color: var(--color1);
    position: fixed;
    top: 0;
    left: -300px;
    height: 100%;
    overflow-y: auto;
    scrollbar-width: thin;
    width: 300px;
    padding: 35px 20px;
    border: 1px solid #4e545b;
    border-left: 0;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.main-sidebar3 {
    background-color: var(--color1);
    position: fixed;
    top: 0;
    right: -300px;
    height: 100%;
    overflow-y: auto;
    scrollbar-width: thin;
    width: 300px;
    padding: 35px 20px;
    border: 1px solid #4e545b;
    border-right: 0;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}
.main-sidebar.active {
    left: 0;
}
.bg-overlay {
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    bottom: 0;
     opacity: 0;
    background-color: rgba(0, 0, 0, .7);
     visibility: hidden;
    z-index: 9999;
    -webkit-transition: opacity .25s ease, visibility 0s ease;
    transition: opacity .25s ease, visibility 0s ease;
}
.bg-overlay.active {
    visibility: visible;
    opacity: 1;
}
.sidebar-close-toggler{
    position: absolute;
    right: 20px;
    top: 45px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    cursor: pointer;
    color: var(--color7);
}
.profile-img-item{
    position: relative;
    width: 60px;
    height: 60px;
    border-radius: 50%;
}.profile-img-user{
    position: relative;
    width: 85px;
    height: 85px;
    border-radius: 50%;
}.profile-img-avatar{
    position: relative;
    width: 100px;
    height: auto;
    border-radius: 50%;

}.cryp-icon{
    position: relative;
    width: 30px;
    height: 30px;
    border-radius: 50%;

}

.select-avat{
border: 4px solid var(--color2);
}
.menu-sidebar ul li a {
    color: var(--color7);
    font-size: 14px;
    font-weight: 500;
    padding: 0.75rem 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.menu-sidebar ul li a svg{
    margin-right: 1rem;
}


.copyright-item {
    padding-top: 2rem;
    text-align: center;
    color: var(--color7);
}
/*  Logo Main */
.logo-item .logo-main{
    width: 110px;
}

.app-logo{
  width: 120px;
}
/*  Header Main */
.header-main {
    background-color: var(--color1);
    width: 100%;
    height: 60px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    border-bottom: 1px solid #444658;
}.header-main2 {
    background-color: var(--color1);
    width: 100%;
    height: 60px;
    position: fixed;
    top: 60px;
    left: 0;
    right: 0;
/*    margin-top: 50px;*/
    z-index: 999;
    border-bottom: 1px solid #444658;
}
.header-main a{
 color: var(--color7);
}
.content-header {
    height: 60px;
}
.item-options {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.avatar-item a {
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
}
.count-notif {
    height: 8px;
    width: 8px;
    border-radius: 50%;
    background-color: #ff5959;
    position: absolute;
    display: block;
    top: 3px;
    right: 1px;
}
/*  Main Section */
.main-content {
    position: relative;
    margin-top: 70px;
    margin-bottom: 82px;
}.main-content2 {
    position: relative;
    margin-top: 70px;
    margin-bottom: 10px;
}
.card-content {
    text-align: left;
    width: 100%;
    display: block;
    border-radius: 10px;
    padding: 15px;
}.card-search {
    text-align: left;
    width: 100%;
    display: block;
    border-radius: 10px;
    padding: 15px;
}
.logo-card {
    max-width: 55px;
    margin-bottom: 5px;
}
.card-content span{
    color: var(--color7);
    font-size: 14px;
    display: flex;
    margin-bottom: 10px;
    white-space: nowrap;
}
.main-slider .owl-dots {
    position: absolute;
    bottom: -1.525rem;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.main-slider .owl-dots .owl-dot.active {
    background-color: var(--color2);
}
.main-slider .owl-dots .owl-dot {
    position: relative;
    z-index: 1;
    margin-right: .375rem;
    width: .5rem;
    height: .5rem;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 .5rem;
    flex: 0 0 .5rem;
    max-width: .5rem;
    background: var(--color7);
    border-radius: 50%;
}
.service-card .card {
    width: 4rem;
    height: 4rem;
    border-radius: 12px;
    background: var(--color11);
    color: var(--color2);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: .5rem;
    border: none;
    margin-right: auto;
    margin-left: auto;
}

.trending-card .card {
    width: 10rem;
    height: 3.5rem;
    border-radius: 5px;
    background: var(--color8);
    color: var(--color2);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
/*    margin-bottom: .5rem;*/
    border: none;
    margin-right: auto;
    margin-left: auto;
}
.service-card p {
    color: var(--color7);
    font-size: 14px;
}
.crypto-card {
    position: relative;
    border-radius: 12px;
    background: var(--color11);
}
.crypto-card img{
    max-width: 30px;
    max-height: 30px;
}
.chart-wrapper {
    position: relative;
    width: 100%;
    overflow: hidden;
}
.chart-wrapper canvas , .compositebar canvas{
    width: 105% !important;
    max-height: 100% !important;
    margin: 0 0 -10px -10px;
}
.transaction-list img , .market-list img  {
    max-width: 20px;
    max-height: 20px;
}
.transaction-list .list-item{
    display: flex;
    margin-bottom: 20px;
}
.media {
    display: flex;
    align-items: flex-start;
}
.media-body {
    flex: 1;
    margin-left: 15px;
}
.value-market-ticker {
    background: var(--color3);
}
.value-market-ticker ul li{
    margin:0 0.5rem ;
}
.value-market-ticker ul li span {
    color: var(--color7);
    font-size: 12px;
    display: flex;
    white-space: nowrap;
}
.apexcharts-menu-item {
    color: var(--color1);
}
.apexcharts-tooltip-box>div {
    color: var(--color1);
}
.wallet-item .clipboard-icon{
    padding: .75rem .75rem;
    font-size: .875rem;
    border-radius: 0 4px 4px 0!important;
}.btn-icon{
    padding: .75rem .75rem;
    font-size: .875rem;
    border-radius: 0 4px 4px 0!important;
}

.qrcode-item {
    background: var(--color7);
    width: 150px;
    height: 150px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: .5rem;
    padding: 10px;
    border-radius: 12px;
}.qrcode-ref {
    background: var(--color8);
    width: 320px;
    height: 400px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: .5rem;
    padding: 10px;
    border-radius: 10px;
}
.qrcode-item img {
    max-width: 130px;
}.qrcode-item2 {
    position: relative;
    background: var(--color4);
    width: 250px;
    height: 250px;
    margin-left: auto;
    margin-right: auto;
    margin-top: -5rem;
    margin-bottom: -2rem;
    padding: 10px;
    border-radius: 12px;
    z-index: 5;
}
.qrcode-item2 img {
    max-width: 130px;
}
.market-list .coin-name{
    font-size: 16px;
}
.profile-thumbnail-item .thumbnail img {
    max-height: 85px;
    max-width: 85px;
    border-radius: 50%;
}
.profile-thumbnail-item .change-thumbnail {
    position: absolute;
    z-index: 1;
    width: 28px;
    height: 28px;
    top: auto;
    bottom: 55px;
    right: 0;
    left: 0;
    margin: auto;
    line-height: 0;
}
.profile-thumbnail-item .thumbnail .form-control-file{
    position: absolute;
    width: 100%;
    height: 100%;
    top: auto;
    bottom: 5px;
    right: 0;
    left:30px;
    z-index: 10;
    opacity: 0;
}
.profile-thumbnail-item .thumbnail .change-thumbnail button {
    position: absolute;
    top: auto;
    bottom: 5px;
    right: 0;
    left: 30px;
    margin: auto;
    background-color: var(--color2);
    color: var(--color7);
    width: 100%;
    height: 100%;
    border: none;
    border-radius: 50%;
    text-align: center;
    line-height: 0;
    z-index: 1;
}
.exchange-item .exchange-card {
    position: relative;
}
.exchange-select .form-select {
    background-color: var(--color2);
    color: var(--color1);
    border-width: 1px;
    border-color: var(--color3);
    height: 41px;
    border-radius: 0 5px 5px 0
}
.exchange-card .exchange-icon {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    height: 45px;
    width: 45px;
    background: var(--color2);
    border-radius: 50%;
   display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    z-index: 999;
}
/*.settings-item .settings-list .list-group-item ,.pages-list .list-group .list-group-item {
    background: var(--color3);
    border: 1px solid rgba(0,0,0,.125);
    border-radius: 5px;
    padding: 1rem 1rem;
    cursor: pointer;
}*/



    .list-group-item {
    background: none;
    color: var(--color7);
    border: 1px solid rgba(0,0,0,.125)!important;
    border-radius: 5px!important;
    padding: 1rem 1rem!important;
    cursor: pointer!important;

}

.list-group-item:hover {
background: !important; 
border: 1px solid #F0B90A!important;

}

/*.ref-actions .list-group-item {
background: #171616e3; 

}*/

.ref-info .list-group-item {
background: var(--color8);
border-radius: 20px; 
height: 70px;

}


.bg-3 {
background: var(--color3);
}

.pages-list .list-group .list-group-item .item{
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.pages-list img {
    max-width: 35px;
    max-height: 35px;
}



/*.settings-item .settings-list .list-group-item ,.pages-list .list-group .list-group-item {
    background: var(--color3);
    border: 1px solid rgba(0,0,0,.125);
    border-radius: 12px;
    padding: 1rem 1rem;
}
.pages-list .list-group .list-group-item .item{
    display: flex;
    justify-content: space-between;
    width: 100%;
}*/

.news-list  .news-thumb{
    max-width: 95px;
    overflow: hidden;
    border-radius: 12px;
}
.news-details-item  .news-thumb{
    overflow: hidden;
    border-radius: 12px;
}
.news-details-item .card-news-body p {
 font-size: 14px;
}
.toast.toast-msg {
    position: absolute;
    bottom: 50%;
    top: auto;
    width: 350px;
    max-width: 100%;
    font-size: 14px;
    padding: 1.5rem;
    color: var(--color8);
    pointer-events: auto;
    background-color: #055160;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.1);
    box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 15%);
    border-radius: 12px;
}
.toast.toast-msg.error {
    opacity: 1;
    display: block;
}
.toast.toast-msg.success {
    opacity: 1;
    display: block;
}
 /*  Footer Section */


.footer-bar.foot-side {
/*    position: relative!important;*/
bottom: 52px;
    border: none;
}


.footer-bar {
    position: fixed;
    left: 0;
    right: 0;
    top: auto;
    bottom: 0;
    width: auto;
/*    width: 100%;*/
    height: 58px;
    background: var(--color1);
    border-top: 1px solid #444658;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 8px 8px 0 0;
    z-index: 999;
    overflow: hidden;
}
.footer-bar a {
    width: 20%;
    float: left;
    padding: 0;
    font-size: 12px;
    color: var(--color7);
    line-height: 24px;
    margin-top: 5px;
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 1;
    text-align: center;
    text-decoration: none;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.footer-bar a.active {
    color: var(--color2);
}
.footer-bar .btn-main {
    color: var(--color1);
    font-size: 14px;
    padding: 0.5rem 1rem;
}

.footer-bar .btn-neutral {
    color: var(--color1);
    font-size: 14px;
    padding: 0.5rem 1rem;
}
/*  Demo Section */
.demo-content {
    background-image: url('../img/bg-demo.jpg');
    background-position: center;
    background-size: cover;
    position: relative;
    padding: 90px 0;
}
.demo-item iframe {
    max-width: 425px;
    height: 750px;
    width: 100%;
    border-radius: 25px;
    border: 5px solid var(--color4);
    box-shadow:  0 10px 20px rgba(0, 0, 0, 0.3), inset 0 3px 10px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3), inset 0 3px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3), inset 0 3px 10px rgba(0, 0, 0, 0.2);
    margin: 0 auto;
    display: block;
}
.demo-item ul li {
    margin-right: 0.5rem;
    margin-left: .5rem;
}
.demo-item ul li img {
    max-height: 45px;
}
/*  Error Section */
.error-item{
    position: relative;
    width: 100%;
    min-height: 100vh;
    z-index: 10;
    overflow-y: auto;
    padding-top: 1rem;
    padding-bottom: 1rem;
    overflow-x: hidden;
}
.none{
display: none;
}

.cpt{
cursor: pointer;
}.user-avatars{
cursor: pointer;
}


.error-input{
border-color: red!important; 
border-style: solid!important; 
}
.error-border{
border-color: red!important; 
border-style: solid!important; 
border-width: 1px!important;
}


.error-border-input{
border-color: red !important; 
border-style: solid!important; 
border-width: 1px 1px 1px 1px;
}

.error-border-input:focus {
    background: transparent;
    color: var(--color7);
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border-color: red !important;
}
.error-select{
border-color: red; 
}

.selected{
 border-color: #F0B90A;
}

.input-border{
border-color: rgb(146 154 165); 
border-style: solid; 
border-width: 1px;
}

.bg-dark8{
background: var(--color8);
}.bg-back{
background: var(--color11);
}
.bg-accent{
background: var(--color6);
}
.bg-lights{
background: var(--color3);
}
.bg-black{
background: #141313;
}
.bg-list{
background: #1f2029;
}
.bg-text{
color: var(--color2);
}

/*#141313*/

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none!important;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield!important;
}

/*::-webkit-scrollbar-track {
  background: var(--color1);
}*/
::-webkit-scrollbar-thumb {
  background: var(--color1); 
}

.form-control[readonly] {
    background-color: var(--color11);
    opacity: 1;
}

@media only screen and (min-width : 1200px) {

.trade_mob_btn{
display : none;
}
.ref_banner{
 background-position: center center; 
 background-size: cover; 
 background-repeat: no-repeat; 
 padding: 100px 510px;
 width: auto;
}

/*.home_banner{
 background-position: center center; 
 background-size: cover; 
 background-repeat: no-repeat; 
 padding: 60px 0;
 width: auto;
}*/

.home-sidebar{
display: none;
}

.margin-side{
margin-left: 19rem;

}
.margin-side2{
margin-left: 21rem;
margin-right: 21rem;
}

.main-sidebar2.active {
    left: 0;
}.main-sidebar3.active {
   right: 0;

}

.main-sidebar {
   left: 0;

}

.navbar-menu-toggler{
    display: none;
}

.main-sidebar.active {
    left: 0;
    z-index: 1;
}

.main-sidebar {
z-index: 20;
}

.sidebar-close-toggler{

display: none;
}



}

.disabled {
  opacity: 0.5;
}


.coin-grid .crypto-card {
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    cursor: pointer;
}

@media (min-width:992px) {
.captcha_div{
width: 400px;
margin:auto;
}
.footer-small{
display: none;
}
}

.coin-grid .crypto-card:hover {
        margin-top: -.25rem;
        margin-bottom: .25rem;
        -webkit-box-shadow: 0 .5rem 1rem 0 var(--color2);
        box-shadow: 0 .5rem 1rem 0 var(--color2)
    }
.product-card .crypto-card {
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    cursor: pointer;
    height: 180px;
    padding: 25px;
}
.product-card .crypto-card p {
font-size: 16px;
justify-content: ;
}
.product-card .crypto-card img {
max-width: 80px;
max-height: 80px;
}

/*@media (min-width:992px) {*/
.product-card .crypto-card:hover {
        margin-top: -.25rem;
        margin-bottom: .25rem;
        -webkit-box-shadow: 0 .5rem 1rem 0 #f0b90a70;
        box-shadow: 0 .5rem 1rem 0 #f0b90a70
    }

    .hover-card:hover {
        margin-top: -.25rem;
        margin-bottom: .25rem;
        -webkit-box-shadow: 0 .5rem 1rem 0 #f0b90a70;
        box-shadow: 0 .5rem 1rem 0 #f0b90a70;
        cursor: pointer;

    }
/*}*/

@media (max-width: 480px) {

#tradeForm{
display: none;
}


.footer-main{
display: none;
}
.ref_banner{
 background-position: center; 
 background-size: cover; 
 background-repeat: no-repeat; 
 padding: 60px 0;
}


}

/*.sweet-alert {
background-color: red;

}*/



.swal2-popup {
  background-color: var(--color11) !important; /* Your custom background */
  color: #ffffff !important;            /* Optional: custom text color */
  border-radius: 10px;                  /* Optional: round corners */
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.4); /* Optional: soft shadow */
}


.swal2-confirm {
  background-color: var(--color4) !important;
}



.thread {
  overflow-x: scroll;
  scrollbar-width: none;
  overflow-y: auto;

}

.row-g .thread{
  height: 400px!important; 
}.market-card .thread{
  height: 250px!important; 
}
.thread::-webkit-scrollbar {
  display: none;
}

.mod .thread{
  height: 500px!important; 
}.mod .modal-content{
  height: 600px!important; 
}

.modal-content{
  background:var(--color11)!important; 
}
.ref-card .thread{
  height: 280px!important; 
}

.fund-highlight .nav-tabs .nav-link{

border: 1px solid #495057 !important;

}

.fund-highlight .nav-tabs{

border-bottom: 0px;
}

.fund-highlight .nav-link{

    color: var(--color8);

}

.fund-highlight .nav-link:focus,.fund-highlight .nav-link:hover {
    background: #97a3b9;
    cursor: pointer
}


.tradingview-single-widget-container iframe{
height: 100px!important;
}

/*.pairs:hover {
    background-color: red;
}*/

a .pairs:hover {
 background-color: var(--color3);
 cursor: pointer;
}

.active-trade{
background-color: var(--color3);
}


.popover{background-color: var(--color11) !important; }
.popover-arrow{background-color: var(--color11) !important; }

.order-options .nav-pills .nav-link.active,.nav-pills .show>.nav-link {
    color: var(--color2);
    background-color: transparent;
}

.order-tab.nav-pills .nav-link.active,.nav-pills .show>.nav-link {
    color: white;
    background-color: #313131;
    border-top: 2px solid #F0B90A;
    min-width: 85px;
    text-align: center;
}


.order-inner .nav-pills .nav-link.active.spot-buy-tab {
    /*color: #red;*/
    background-color: #198754!important;
}.order-inner .nav-pills .nav-link.active.spot-sell-tab {
    /*color: #red;*/
    background-color: #dc3545!important;
}



#spot_popup .modal-body{
padding-top:1px!important;
}

.order-tab {
border-bottom: 1px solid #8a8484; /* Adjust the color and style as needed */
}


.menu-sidebar .active {
    color: var(--color2);
}

/*.tradingview-single-widget-container iframe svg {
display: none;
}*/


.vl {
  border-left: 3px dashed #F0B90A;
}
.media-body2 span {
  height: 50px;
}

.media-body2 {
display: flex;
flex-direction: column;
align-items: center;
}


.dot {
  height: 50px;
  width: 50px;
  background-color: var(--color8);
  border-radius: 50%;
  display: flex;
 justify-content: center; 
 align-items: center;
 margin: 10px;
border: 11px solid #171616;
}


.modal-content{
margin-left: auto;
margin-right: auto;
}

/*.ref_banner{
 background-position: center; 
 background-size: cover; 
 background-repeat: no-repeat; 
 padding: 60px 0;
}*/

.home_banner{
 background-position: center center; 
 background-size: cover; 
 background-repeat: no-repeat; 
 padding: 64px 0;
 width: auto;
}.home_banner h1{
font-size: 45px;
/*font-family: sans-serif!important;*/
}

.cg-container{
background-color: transparent!important;
}
.home-nav .navbar-nav .nav-link {
color: #fff!important;
font-size: 16px;
padding: 12px;
}

.css-lkueyt {
    transform: rotateY(200deg);

}

/*frequently asked questions*/

.faqs .accordion-button:not(.collapsed) {
background-color: var(--color11);
color: var(--color7);
}.faqs .accordion-button{
height: 80px;
color: var(--color7);
background-color: var(--color11)!important;
font-weight: bold;
}
.faqs .accordion-item{
margin-bottom: 15px;
background: transparent;
}

/*footer links on mobile*/

.footer-small .accordion-button:not(.collapsed) {
background-color: transparent;
color: var(--color8);
}.footer-small .accordion-button{
height: 50px;
color: var(--color8);
background-color: transparent!important;
font-weight: bold;
}
.footer-small .accordion-item{
/*margin-bottom: 5px;*/
background: transparent;
}

.home-foot li, .footer-small li{
font-size: 15px;
font-weight: ;
}.home-foot h5{
margin-bottom: 20px;
}

.accordion-button::after {
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23dee2e6'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e")!important;

}

.cg-col span{
color: red!important;
}

.large .cg-coin-row img {

width: 500px!important;
}

.error-img{
max-width: 300px;
}


.modal.bottom-slide .modal-dialog {
position: fixed;
bottom: 0;
left: 0;
right: 0;
margin: 0;
margin-left: auto;
margin-right: auto;
transform: translate(0, 100%);
transition: transform 0.3s ease-out;
}


.modal.bottom-slide.show .modal-dialog {
transform: translate(0, 0);
margin-left: auto;
margin-right: auto;
}

.hidden {
    display: none;
}


.animated-icon {
    display: inline-block;  /* Ensure transform works */
    animation: rotate 2s linear infinite;
    font-size: 100px;
}

@keyframes rotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}



.animated-icon2 {
     display: inline-block;  /* Ensure transform works */
    animation: bounce 1s ease-in-out infinite;
    font-size: 100px;
}

@keyframes bounce {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
}



.cursor-pointer{
cursor: pointer;
}


.app-img{

width: 150px;
height: 150px;
}


.nav-tabs .nav-link {
    border: none;
    border-bottom: 2px solid transparent;
    color: #999;
    font-weight: 500;
    transition: all 0.3s;
}

.nav-tabs .nav-link.active {
    color: var(--color7);
    /*border-color: #f0b90b;*/
    background-color: var(--color4);
}


.trade-tab.nav-tabs .nav-link.active.buy {
    background-color: var(--bs-success);
}
.trade-tab.nav-tabs .nav-link.active.sell {
    background-color: var(--bs-danger);
}





.dropdown-menu {
background-color: var(--color11);
}

/*input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0px 1000px white inset !important;
    -webkit-text-fill-color: var(--color7) !important;
    caret-color: var(--color7) !important;
    transition: background-color 5000s ease-in-out 0s;
}
*/


input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  box-shadow: 0 0 0px 1000px transparent inset !important;
  -webkit-box-shadow: 0 0 0px 1000px transparent inset !important;
  -webkit-text-fill-color:  var(--color7) !important;
   caret-color: var(--color7) !important;
  transition: background-color 9999s ease-in-out 0s !important;
}


  .live-badge {
    animation: blink 1s infinite;
  }

  @keyframes blink {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.3; }
  }


select.disabled-select {
  pointer-events: none;
}

#anchor{
background-color: var(--color3)!important;
}
.nav-link {
    color: var(--color5)!important;
    background-color: transparent;
}

/*if youre having issues with form form-check-input, search for the below

.form-check .form-check-input{
    margin-left: -1em;
    margin-right: 10px;
    float: right;
}

if youre having issues with form form-check-input, search for the above*/

