
.body, div, a, button, span, input, section,footer,header {
    font-family: "Satoshi", sans-serif;
}

.font2 {
    font-family: "SecondFont", sans-serif !important;
}

body {
    background-color: #F5F7F9;
}
.header_menu_div {
    margin: 5px 13px;
    text-align: center;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 24px;
}
.account-items {
    height: 0;
    overflow: hidden;
    transition: height 0.3s ease-in-out;
}

.account-items.show{
    height:fit-content;
    padding: 12px 28px;
}

.my-profile-drop-down-content {
    position: absolute;
    top: 100%;
    right: 0;
    background-color: var(--secondary-bg-color);
    /* padding: 20px; */
    margin-top: 10px;
    border-radius: 10px;
    width: 135px;
    z-index: 100;
    padding-top: 10px;
}

.collapsing {
    transition: none;

}

.collapse {
    transition: none;
}

.drop-down-content {
    text-align: left;
    margin-bottom: 12px;
    font-size: var(--sm-text-size);
    padding-inline: 10px;
}
.topButton {
    background-color: var(--btn-primary-bg-color) !important;
    border-radius: 30px;
    padding: 6px 20px !important;
}

.header_menu_div {
    /* margin: auto 13px; */
    text-align: center;
    position: relative;
}
.dropbtn {
    /* background-color: var(--primary-background-color); */
    color: var(--primary-text-color);
    border: none;
    display: inline;
    letter-spacing: 0;
    font-size: var(--sm-text-size);
    cursor: pointer;
    font-weight: var(--default-font-weight-medium);
}
/* Keep until here */

:root {

    /* productDetail */
   
    --portfolio-amount-font-color: #19AA57;


     /* My Dashboard */
     --table-data-padding: 20px;
    
     /* My Dashboard */
     --table-data-padding: 20px;

}

   

.btn {
    width: var(--btn-width-short);
    border: unset;
    border-radius: var(--btn-border-radius);
    text-align: center;
    cursor: pointer;
    height: 44px;
}

.btn-primary {
    /* text-transform: uppercase; */
    font-weight: 600;
    background-color: var(--btn-primary-bg-color);
    color: var(--btn-primary-text-color);
    font-size: var(--btn-font-size);
    width: var(--btn-width-long);
    border-radius: 23px !important;
}

.btn-secondary {
    /* text-transform: uppercase; */
    font-weight: 600;
    background-color: var(--btn-secondary-bg-color);
    color: var(--btn-secondary-text-color);
    font-size: var(--btn-font-size);
    width: var(--btn-width-long);
    border-radius: 23px !important;
    border: 1px solid var(--btn-primary-bg-color);
}
.btn-primary:hover {
    /* font-weight: 600; */
    background-color: var(--btn-primary-bg-color);
    color: var(--btn-primary-text-color);
    font-size: var(--btn-font-size);
    width: var(--btn-width-long);
    border-radius: 23px;
}

.btn-secondary:hover  {
    /* text-transform: uppercase; */
    /* font-weight: 600; */
    font-weight: 600;
    background-color: var(--btn-secondary-bg-color);
    color: var(--btn-secondary-text-color);
    font-size: var(--btn-font-size);
    width: var(--btn-width-long);
    border-radius: 23px !important;
    border: 1px solid var(--btn-primary-bg-color);
}
/* end select2 */
.homepageHeader {
    background: var(--header-bg-color);
    border-bottom: 1px solid #d6d6d6;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 1px 15px 0px;
    border-bottom-left-radius: 31px;
    border-bottom-right-radius: 31px;
    box-shadow: 0px 3px 6px #00000029;
}
/* popup modal */
.modal .modal-content{
    /* box-shadow:var(--popup-modal-box-shadow) !important;
    border: solid var( --bidding-page-card-border-color);
    border-radius:var( --popup-modal-box-border-radius); */
    
}
.modal .modal-content .modal-header .close{
    position: absolute;
    right: 20px;
}
.modalContentWrap{
    text-align: center;
    font-size: 18px;
    margin: 2rem 0 !important;
}

.modalBodyFont,
.modal-header,
.modal-footer{
    /* background-color: #efefef; */
}
#canvasMessage .modal-title{
    width: 100%;
    text-align: center;
    color:var(--info-page-title-color);
    font-weight: 700 !important;
}
.buttoncanvasCloseBtn button{
    background-image: var(  --btn-primary-bg-color);
    /* padding: var(--popup-modal-box-btn-padding); */
    border-radius: var(--popup-modal-box-btn-radius);
    color: #FFF;
}
#canvasMessage .modal-dialog{
    padding: 0px 20px;
}
/* popup modal */

/**************
Homepage Stockex
***************/

/* Nav Bar */

.navBar {
    display: flex;
    justify-content: space-between;
    padding:  0 10px;
    align-items: center;
}

.navBar a {
    /* display: block; */
    /* width: 200px;   
    height: 50px; */
   
    margin: 0;
}

.navBar img{
    width: 150px;
    height: unset;
    cursor: pointer;

}

.navBar button {
    background-color: var(--btn-primary-bg-color);
    color: var(--btn-primary-text-color);
    font-size: 16px;
    width: 120px;
    border-radius: 23px;
    padding: 6px;
    display: flex;
    justify-content: center;
}
.navBar button:hover {
    background-color: var(--btn-primary-bg-color);
    color: var(--btn-primary-text-color);
    font-size: 16px;
    width: 120px;
    border-radius: 23px;
    padding: 6px;
    display: flex;
    justify-content: center;
}


/* Intro Section */

.introSection {
    /* background-image:url("/images/project/intropic.png"); */
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding-block: 40px;
    color: white;
    background-size: cover;
}

.introSection > div {
    width: 80%;
    padding:  9rem 3rem 6rem 3rem;
}

.introSection > div h1 {
    font-size: 50px;
}

.introSection > div h2 {
    font-size: 23px;
    padding-bottom: 10px;
}

.introSection > div p {
    font-size: 18px;
}

.introSection div div:last-child {
    display: flex;
    gap: 1rem;
    justify-content: center;
    align-items: center;

}
/* 
.introSection button {
    border: none;
    width: 150px;
    height: 35px;
    border-radius: 10px;
    font-weight: bold;
    
}

.introSection > div > div button:nth-child(1) {
    background: #D83E48 0% 0% no-repeat padding-box;
    color: white;
}

.introSection > div > div button:nth-child(2) {
    color:#D83E48 ;
} */

/* Performance Section */

.bestPerformance {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    align-items: center;
    padding: 40px 0 26px 0;
    background: #F4F4F6 0% 0% no-repeat padding-box;
    /* width: 100%; */
}

.performance-title {
    font-weight: bold;
    /* margin-right: 200px; */
    /* display: inline; */
    margin: 0;
}

.bestPerformance  > h2 {
    color: #3D3D3D;
    position: relative;
    font-size: 23px;
    font-weight: bold;
    /* display: inline; */
}

.bestPerformance > div {
    position: relative;
    color: #3D3D3D;
    font-size: 23px;
    font-weight: bold;
}

.performanceTitle {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-left: 370px;
}

.pop-up-logo-container{
    display: flex;
    justify-content: flex-end;
    width: 40%;
}

.bestPerformance .pop-up-logo {
    /* position: absolute;
    right: -380px; */
    width: 30px;
    /* bottom: 10px; */
    cursor: pointer;
    /* padding-left: 10px; */
    
}

.bestPerformance .flex-container {
    display: flex;
    /* gap: 100px; */
    width: 100%;
    justify-content: space-between;
    padding: 0 7rem;
   
}

.small-font-tooltip{
    font-size: 10px;
    font-weight: 500;
}
.best-stock {
    display: flex;
    /* flex-direction: column; */
    /* gap: 2rem; */
    /* justify-content: center; */
    /* align-items: center; */
    /* background: #FFFFFF 0% 0% no-repeat padding-box; */
    /* width: 48%; */
    /* border-radius: 20px; */
    /* box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); */
    
    
}

a#tv-attr-logo{
    display: none !important;
}

.best-stock > div {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}
.crypto-logo{
    height: 50px;
}

.best-stock h2 {
    color: #000 !important;
    margin: 0;
    font-size: 35px;
    font-weight: bold;
}

/* Base styling for the price */
#crypto-value {
    transition: color 0.5s ease-in-out; /* Smooth color transition */
    color: black; /* Default color */
}

/* Styling for positive change */
#crypto-value.price-positive {
    color: green;
}

/* Styling for negative change */
#crypto-value.price-negative {
    color: red;
}

.container-chart .tv-lightweight-charts{
    /* min-height: 400px !important; */
    width: 100% !important;
    display: flex;
    justify-content: space-between;
}

/* Individual tab content */
.tab-pane {
    /* display: none; */
    visibility: hidden;
    height: 0px;
}

/* Show the active tab */
.tab-pane.active {
    display: block;
    height: unset;
    visibility: unset;


}

.tab-button {
    border: 0;
    background: #fff;
    border-radius: 5px;
    font-size: var(--sm-text-size);
    padding-inline: 10px;
    padding: 3px;
    padding-inline: 10px;
}
.tab-button.active {
    border: 0;
    background: #e0e1e2;
    border-radius: 5px;
    font-size: var(--sm-text-size);
    padding-inline: 10px;
    padding: 3px;
    padding-inline: 10px;
}
/* Styling for positive change */
#crypto-diff-value.price-positive {
    color: green;
}

/* Styling for negative change */
#crypto-diff-value.price-negative {
    color: red;
}

	
#container2 {
	position: relative;
	/* margin:20px; */
}

.container-chart .tv-lightweight-charts table{
    height: 300px !important;
    max-width: 100% !important;
    
}

.container-chart  .tv-lightweight-charts table canvas{
    height: 100% !important;
    width: 100% !important;
}

.crypto-name{
    font-size: var();
}

.best-stock h3, .best-stock h1{
    color: #3D3D3D;
    margin: 0;
}

.best-stock h3 span {
    font-weight: 200;
}

.best-stock h1 {
    font-size: 55px;
    
}
.best-stock h3.index-percent{
    color: #00B432;    
}
.best-stock svg{
    height: 20px;
    fill: #00B432;
}
.index-description {
    font-size: 17px;
    color: #3d3d3d;
    font-weight: 500;
}

.index-left {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.best-stock-price {
    position: relative;
}

.best-stock img {
    position: absolute;
    right: 0;
    top: 5px;
}

.assets {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    color: white;
    width: 47%;
    
}

.assets span {
    font-size: 1rem;
}

.assets .cash{
    display: flex;
    background: #D83E48 0% 0% no-repeat padding-box;
    justify-content: space-between;
    align-items: center;
    flex-basis: 1;
    padding: 1rem;
    padding-left: 4rem;
    border-radius: 20px;
    height: 100px;

}

.assets .stocks {
    background: #D83E48 0% 0% no-repeat padding-box;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-basis: 1;
    padding: 1rem;
    padding-left: 4rem;
    border-radius: 20px;
    height: 100px;
}

.assets img {
    max-width: 80%;
}

/* Pool Section */

.pools {
    padding-block: 26px;
}


.pools > h2 {

   text-align: center;
   padding-block: 20px;
   color: #3D3D3D;
   font-size: 23px;
   font-weight: bold;
}

.hot-stocks {
    display: flex;
    justify-content: space-between;
    margin: 0 7rem;
}

.first-pick  {
    display: flex;
    flex-direction: column;
    background: #F4F4F6 0% 0% no-repeat padding-box;
   border-radius: 10px;
    /* padding: 30px; */
    gap: 10px;
}

.loss, .profit {
    margin: 0;
}



.first-pick .top-section{
    display: flex;
    border-bottom: 1px solid grey;
    box-sizing: border-box;
    align-items: center;
    justify-content: center;
    padding: 10px 30px;
    
}

.first-pick .bottom-section {
    padding: 0 0 10px 0;
    color: #3D3D3D;
}

.first-pick img {
    width: 70px;
}

.first-pick h2 span {
    font-weight: 150;
    font-size: 24px;
}

.first-pick h2 {
    font-size: 18px;
    color: #3D3D3D;
}

.bnb-logo .pools-logo{
    padding: 10px;
}

.first-pick h3 {
    font-size: 12px;
}

.top-section div:nth-child(2) > div{
    display: flex;
    column-gap: 10px;
}

.first-pick-status {
    background-color: lightcoral;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    padding: 0px 10px;
}

.first-pick-status.profit {
    background-color: #67DA7A;

}

.first-pick-status img {
height: 8px;
width: 30px;

}

.bottom-section {
    display: flex;
    justify-content: space-around;
}

/* Graph Section */

.graph {
   padding: 20px;
   /* background-color: red; */
   border: 1px solid grey;
   margin: 26px 10px;
   border-radius: 10px;
    
   
}

.graph .top-section.graph-logo {
    /* background-color:  #F4F4F6; */
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px;
    border-radius: 5px;
    color: #3D3D3D;
    padding-right: 50px;
    
    
}

.top-section.graph-logo div:nth-child(2) > div {
    margin-bottom: 11px;
}

.graph .graph-drop-down{
    width: 15px;
    margin-left: 40px;
    cursor: pointer;
}

/* select2 select2-container select2-container--default select2-container--below select2-container--focus {
    width
} */

.graph .top-section.graph-logo > div:nth-child(1) img {
    width: 60px;
    margin-bottom: 5px;
    margin-right: 5px;
}

.graph .top-section.graph-logo > div:nth-child(2) h2 span {
    font-size: 16px;
}

.graph .top-section.graph-logo > div:nth-child(2) div h2 {
    font-size: 14px;
    margin: 0;
}

.graph .first-pick-status {
    padding: 0 5px;
}

.graph .first-pick-status img {
    width: 13px;

}

.graph .first-pick-status h3 {
    font-size: 10px;
    margin: 0;

}


.graph > div:nth-child(1) {
    display: flex;
    justify-content: space-around;
    align-items: center;
    gap: 150px;
}

.graph .buy-and-sell {
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: center;
}

.graph .buy-and-sell button p {
    margin: 0;
    color: white;
}

.graph .buy-and-sell button {
    height: 50px;
    width: 150px;
    border: none;
    border-radius: 10px;
    /* cursor: pointer; */

}

.graph .buy-and-sell button:nth-child(1) {
    background-color: #1FAF37;
}

.graph .buy-and-sell button:nth-child(2) {
    background-color: #D83E48;
}

.graph .buy-and-sell div {
    display: flex;
    gap: 20px;
    align-items: center;
    background-color: #F4F4F6;
    padding: 5px;
    border-radius: 10px;
}

.graph .buy-and-sell div p {
    margin: 0;
    cursor: pointer;
    color: black;
    font: bold;
    padding: 8px;
    width: 40px;
    background-color: none;
    border-radius: 15px;
    text-align: center;

}

.graph .buy-and-sell div p.active {
    padding: 8px;
    width: 45px;
    background-color: lightgrey;
    border-radius: 10px;
    text-align: center;
    
}

.select2-results__option {
    color: #3D3D3D;
}

/* Features Section */

.features {
    background: #F4F4F6 0% 0% no-repeat padding-box;
    padding-block: 26px;
}

.features > h1 {
    font-size: 2.5rem;
    font-weight: bold;
}

.features-grid-container {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    grid-auto-flow: row;
    gap: 40px;
    padding: 40px 90px 0;
    
}

.features > h1 {
    text-align: center;
    color: #3D3D3D;
}

.features h2 {
    color: #3D3D3D;
    font-size: 20px;
}

.features p {
    color: #3D3D3D;
    line-height: 15px;
}

/* Connect Section */

.connect {
    text-align: center;
    background: #D83E48 0% 0% no-repeat padding-box;
    color: white;
    padding: 80px;
}

.connect > div {
    width: 40%;
    margin: auto;
}

.connect div div input {
    width: 100%;
    border-radius: 10px;
    height: 30px;
    border: none;
    
}

.connect div div input::placeholder {
    padding-left: 15px;
    color: #B4B4B4
}

.connect div div {
    position: relative;
}

.connect button {
    position: absolute;
    right: 0;
    top: 0;
    height: 30px;
    border-radius: 10px;
    width: 130px;
    outline: none;
    border: none;
    background: #3D3D3D 0% 0% no-repeat padding-box;
    color: white;
    
}


.keyFeaturesIcon{
	height: 45px;
	margin-right: 10px;
}
.section-title{
	font-size:30px;
	color: #3D3D3D; 
	font-weight: 500;
}
.key-Features-subTitle {
    font-size: 18px;
    color: #3D3D3D;
    font-weight: 500;
    line-height: 45px;
}
.keyFeatures-content {
    margin-bottom: 20px;
}
.key-Features-content p{
    color: #000;
    font-size: 17px;
    text-align: justify;
}
.connect-us-sec p{
    font-size: 18px;
}
.connect{
    background-image: url('../images/project/connect-bg.webp');
    background-size: cover;
}
.connect-us-sec .section-title{
    color: #fff;
}

.connect-us-sec button{
    border-radius: 23px;
    background: var(--btn-primary-bg-color);
    color: var(--btn-primary-text-color);
    height: 40px;  
    font-size: 15px; 
}

.connect-us-sec .email-address-input{
    border-radius: 23px;

}

.connect div div input {
    width: 100%;
    border-radius: 10px;
    height: 40px;
    border: none;
    font-size: 15px;
    padding: 10px;
}
.cryptoIMG{
    max-height: 400px;
    max-width: 400px;
}

.win100Text{
    color: #00B432;
    font-size: 70px;
    font-weight: 600;
}

.win100Description{
    font-size: 20px;
    color: #3D3D3D;
    font-weight: 700;
}
.updown-text{
    color: #fff;
}
.updownContent-title{
    color: #fff;
    font-size: 18px;
    font-weight: 600;
}
.updownContent-description{
    color: #fff;
    font-size: 18px;
}
.updown{
    background-image: url('../images/project/updownImg.webp');
    background-size: cover;
    padding: 80px;
}

.tradingview-widget-container {
    width: 100% !important;
    /* height: 100px !important; */
    border: 0;
    pointer-events: none;
}

.tv-embed-widget-wrapper__body span{
    display: none;
}

.graph-container .tradingview-widget-container {
    pointer-events: all;
    height: 451px  !important;
}
.mobile-graph .graph-container .tradingview-widget-container{
    max-height: unset;
    min-height: 450px;
}
.web-data{
    display: flex !important;
}
.mobile-data{
    display: none !important;
}
.table-label{
    text-align: left;
    font-size: 14px;
    color: #919191;
}
.table-data{
    text-align: right;
    font-size: 14px;
    color: #000;
}
.cursor-pointer{
    cursor: pointer;
}
.crypto-table-list tr td {
    padding: 5px;
    padding-inline: 10px;
    padding-left: 0;
}
.current-stock-label {
    font-size: 16px;
    font-weight: bold;
}
.current-stock tr td{
    padding-left: 20px;

}
.upValue{
    color: #06806b;
}

.downValue{
    color: #f23545;
}

.web-graph {
    display: flex !important;
    border-bottom: 2px solid #eceaea;
    padding-bottom: 10px;
} 
/*
.mobile-graph{
    display: none !important;
    border-bottom: 2px solid #eceaea;
    padding-bottom: 10px;
} */

.crypto-table-container{
    min-height: 250px;
    /* display: flex; */
}


/* Footer Section */

.footer-section {
    text-align: center;
    padding-bottom: 30px;
    color: #3D3D3D;
    
}

.footer-section > div {
    padding: 30px 0 30px 0 ;
}

.footer-section h3 {
    font-size: 13px;
    line-height: 6px;
}



/* / select2 custom css / */
.select2.select2-container {
    display: block;
    width: 100% !important;;
}

.select2-container--default .select2-selection--multiple.select2-selection--clearable{
    height: calc(1.5em + 1.3rem + 2px);
}
/*.select2-selection--multiple:before:has(> ul li.select2-selection__choice) {
    display: none;
}*/

/* / select2 custom css / */

.select2-container--default .select2-selection--single{
  background-color: #F4F4F6!important;
  border: 1px solid #E3E3E3!important;
  border-radius: 10px!important;
 
  height: max-content !important;
}
.select2-container .select2-search--inline {
    float: left;
    text-align: center;
    display: flex;
    /* justify-content: center; */
    align-items: center;
    height: calc(1.5em + 1.3rem + 2px);
}
.select2-container--default .select2-selection--multiple {
    background-color: white;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text;
    padding-bottom: 5px;
    padding-right: 5px;
    position: relative;
    height: calc(1.5em + 1.3rem + 2px);
}
.select2-container--default .select2-selection--single.handlePointerClick{
  pointer-events: none;
  background-color: #eee!important;
  border-radius: 0px;
  border: none;
}
.select2-container--default .select2-selection--multiple {
    background-color: white;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text;
    padding-bottom: 5px;
    padding-right: 5px;
    position: relative;
    height: calc(1.5em + 1.3rem + 2px);
    justify-content: center !important;
    display: flex !important;
    align-items: center !important;
    padding-bottom: 0 !important;
}
.select2-container--default .select2-selection--multiple .select2-selection__clear span {
    font-size: 20px  !important;
}
/* Top bar contanier */
.page-content-div {
    margin-top: 60px;
    padding-block: 40px;
    padding-inline: 50px;
}

/* Profile page */

.profile-title{
    color: #000;
    font-size: var(--lg-text-size);
    font-weight: 400;
    text-align: center;
}

/* Homepage Commuity*/

.community{
    background-image: url('../images/project/connect-bg.webp');
    background-size: cover;
    text-align: center;
    color: white;
    padding: 80px 180px;
}

.community h1, .community span{
    font-size: var(--lg-text-size);
    color: #fff;
}

.community-border{
    background-color: rgba(18, 19, 19, 0.73);;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    padding: 20px;
}

.community .social-icon img{
    width: 30px;
}

.community .social-icon .changeColor{
    filter: invert(1) brightness(100) saturate(100%);
}

.community .social-icon .changeColor:hover {
    filter: invert(17%) sepia(74%) saturate(4796%) hue-rotate(-4deg) brightness(98%) contrast(106%);
}

.community .social-icon .colorRemain{
    background: white;
    border-radius: 5px;
}

.community .social-icon .colorRemain:hover{
    background: var(--btn-primary-bg-color);
    border-radius: 5px;
}

/* Homepage Invest 3 step*/

.investStep .step-box {
    width : 100%;
    padding: 20px;
    border-radius: 10px;
    color: white;
    text-align: center;
    transition: background-color 0.3s ease;
    background-color: #333;
}
.investStep  .dot {
    height: 25px;
    width: 25px;
    background-color: #333;
    border-radius: 50%;
    display: inline-block;
}

.investStep .step-box:hover , .investStep  .dot.active {
    background-color: var(--btn-primary-bg-color); /* Hover color */
}

.investStep .divider-hover:not(:empty)::before {
    border-image: linear-gradient(to right, rgb(244, 67, 54, 0.1) 0%, var(--btn-primary-bg-color) 100%) 1;
}

.investStep  .divider-hover:not(:empty)::after {
    border-image: linear-gradient(to left, rgb(244, 67, 54, 0.1) 0%, var(--btn-primary-bg-color)  100%) 1;
}

.no-margin::before {
    margin-right: 0 !important;
}
.no-margin::after {
    margin-left: 0 !important;
}

/* Homepage Create Index */
.createIndex .feature-box {
    text-align: center;
    padding: 30px 15px;
    background-color: #fff;
    border-radius: 20px;
    margin: 10px 10px;
    width: 160px;
    max-width: 100%;
    transition: box-shadow 0.3s ease; /* Smooth transition for the shadow effect */
}

.createIndex  .feature-box:hover {
    box-shadow: 0 4px 8px rgba(191, 191, 191, 0.41), 0 6px 20px rgba(255, 0, 0, 0.1);
}

.createIndex  .feature-box img {
    max-width: 60px;
}

.createIndex  .feature-box p {
    padding-top: 10px;
}

.creator-img.profile-picture-img {
    position: unset !important;
    width: 25px;
    height: 25px;
}
/* Overrides KT class to hide Settings in Menu @ PC media */

@media (min-width: 1025px) {
    .kt-header-menu .kt-menu__nav>.kt-menu__item.mobileMenuViewSettings {
        display: none;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 0 .15rem;
    }
}
.select2-container--default .select2-selection--multiple .select2-selection__clear {
    cursor: pointer;
    font-weight: bold;
    height: 20px;
    margin-right: 10px;
    margin-top: 5px;
    position: absolute;
    right:20px !important;
    padding: 1px;
}.select2-selection__rendered .small-index-icon-select {
    height: 20px;
    width: 20px;
    object-fit: cover;
    margin-right: 10px;
}
.step-btn {
    background: var(--btn-primary-bg-color) !important;
    color: #fff !important;
    border-radius: 0;
    width: unset;
    padding-inline: 20px;
}
.small-index-icon-select{
    width: 15px;
    height: 15px;
}
.btn-primary-outline {
    text-transform: uppercase;
    background-color: var(--btn-secondary-bg-color) !important;
    font-size: var(--btn-font-size);
    transition: background-color 0.3s, color 0.3s; 
}

.btn-primary-outline.active{
    border: 2px solid var(--btn-primary-bg-color) !important; 
}

.btn-primary-outline.active span{
    color: var(--btn-secondary-text-color) !important;
}

.btn-primary-outline:hover{
    background-color: var(--btn-primary-bg-color)  !important; 
}

.btn-primary-outline:hover span{
    color: var(--btn-primary-text-color)  !important;
} 
/* Dashboard */
.dashboard-text p{
    font-size: var(--sm-text-size);
    font-weight: var(--default-font-weight-bold);
    color: gray;
}

.dashboard-bg{
    background-color: var(--btn-primary-bg-color);
}

.dashboard_section1 button, .dashboard_section2 button .dashboard_section4 button{
    height: 35px;
    padding: 0px;
    font-weight: bold;
    margin: 0px 10px;
}
.dashboard-model {
    background-color: #fff;
    padding: 20px;
    color: #000;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border-radius: 10px;
}

.wallet-address {
    color: #000 !important;
    font-weight: bold;
}

.dashboard_section2 button, .dashboard_section4 button{
    width: 100%;
    padding: 0 10px;
  
} 
.dashboard_section2 button:hover, .dashboard_section4 button:hover{
    width: 100%;
    padding: 0 10px;

}

.dashboard_section2 button{
    border-radius: unset !important;
}

.extimated-amount-value{
    font-size: var(--page-title-font-size) !important;
}

.dashboard_section4 .index-subtitle{
    text-align: left;
}

.investStep .step-box {
    width : 100%;
    padding: 20px;
}

.aboutUsSection2 h1{
    font-size: 50px;
}

.modalBodyFont {
    font-weight: 300;
    font-size: 15px;
    color: #4c5862;
}

.modal .modal-content {
    border-radius: 5px;
}

.modalLine {
    border-bottom: 1px solid #d8d8d8;
    z-index: 101;
}

.btnPrimaryModal {
    font-family: 'MainFont';
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    cursor: pointer;
    width: 80px;
    background-color: #1B75BB;
    border-radius: 25px;
    border: 1px solid #1B75BB;
    z-index: 101;
    padding: 5px 10px;
}

.btnPrimaryModal:hover {
    color: #1B75BB;
    background-color: transparent;
}

.btnDefaultModal {
    font-weight: 300;
    font-size: 13px;
    color: #959ea5;
    background-color: transparent;
    padding: 5px 30px;
    border: unset;
    border-radius: unset;
}


.btnThemeModal {
    font-weight: 300;
    font-size: 13px;
    color: #fff;
    background-color: #46a6bc;
    padding: 5px 30px;
    border: unset;
    border-radius: unset;
}

.modal-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 0 20px 60px 20px;
    border-top: unset;
    border-bottom-right-radius: .3rem;
    border-bottom-left-radius: .3rem;
    background-color: #fff;
}


  
  .delete-modal-title{
    font-weight: var(--default-font-weight-thick);
    font-size: var(--md-text-size);
    padding: 10px;
}

  .divider {
    display: flex;
    align-items: center;
    text-align: center;
}

.divider::before,
.divider::after {
    content: '';
    flex: 1;
    border-bottom: 1px solid #ccc;
}

.divider:not(:empty)::before {
    margin-right: .25em;
}

.divider:not(:empty)::after {
    margin-left: .25em;
}

.listing-title{
    font-size: var(--md-text-size);
    font-weight: var(--default-font-weight-bold);
    padding: 10px;
    padding-inline: 0;
}

.dashboard-sidebar .nav-item{
    /* border-bottom: 2px solid red; */
    padding: 10px;
}
.small-index-icon{
    width: 20px;
    margin-right: 5px;
}
.large-index-icon {
    width: 80px;
    height: 80px;
    margin-top: 10px;
    margin-bottom: 10px;
}
/* End of Dashboard */

/* Profile */
.profile-picture-img {
    width: 150px; 
    height: 150px; 
    object-fit: cover;
    border: 2px solid var(--primary-color);
}
.edit-profile-div input {
    padding-right: 80px;
    background: none !important;
    border: none;
    border-bottom: 1px solid black;
    border-radius: 0;
}
.edit-profile-div input:focus {
    padding-right: 80px;
    background: none !important;
    border: none;
    border-bottom: 2px solid var(--primary-color);
    border-radius: 0;
}
.eidt-icon {
    position: absolute;
    right: 20px;
    top: 0;
    height: 17px;
    fill: var(--primary-color);
    transform: translate(0px, 15px);
    cursor: pointer;
}
.check-icon {
    position: absolute;
    right: 50px;
    top: 0;
    height: 20px;
    fill: var(--primary-color);
    transform: translate(0px, 13px);
    cursor: pointer;
}
.cancel-icon{
    position: absolute;
    right: 20px;
    top: 0;
    height: 20px;
    fill: var(--primary-color);
    transform: translate(0px, 13px);
    cursor: pointer;
}
.btn-grey{
    font-weight: 600;
    background-color: var(--btn-secondary-bg-color);
    color: var(--btn-secondary-text-color);
    font-size: var(--btn-font-size);
    width: var(--btn-width-long);
    border-radius: 23px !important;
    border: 1px solid var(--btn-primary-bg-color);
    color: #595d6e;
    border-color: #e2e5ec;
    background-color: #f4f5f8;
}

.btn-grey.active{
    color: #595d6e;
    border-color: #e2e5ec;
    background-color: #f4f5f8;
    font-weight: 600;
    background-color: var(--btn-secondary-bg-color);
    color: var(--btn-secondary-text-color);
    font-size: var(--btn-font-size);
    width: var(--btn-width-long);
    border-radius: 23px !important;
    border: 1px solid var(--btn-primary-bg-color);
}
/* Profile */

/* About Us */
.aboutUsSection1 .subtitle{
    letter-spacing: 5px ;
}

.aboutUsSection1 h1 , .aboutUsSection1 span{
    font-size: var(--lg-text-size);
}
.aboutUsSection1 .primaryColor, .homepageSection .primaryColor{
    color: var(--btn-secondary-text-color);
}

.aboutUsSection1 .borderColor{
    border: 1px solid var(--btn-secondary-text-color);
}

.quote-card {
    height:100%;
    background-color: white;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    padding: 50px 20px 20px 20px;
    margin-top: 40px;
    text-align: center;
    position: relative;
    transition: box-shadow 0.3s ease; /* Smooth transition for the shadow effect */
}

.quote-card:hover {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2), 0 6px 20px rgba(0, 0, 0, 0.19);
}

.quote-card img {
    width: 60px;
    height: 60px;
    position: absolute;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
}

.quote-text {
    margin: 40px 0 20px;
}

.quote-author {
    margin-bottom: 1px;
}

.accordion-item {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    overflow: hidden;
}

.accordion-header {
    cursor: pointer;
}

.accordion-content {
    display: none;
}

.accordion-content.active {
    display: block;
}

/* Responsive CSS */
:root {
    --mobile-btn-width-long: 100px;
    --mobile-btn-width-short: 50px;
    --mobile-btn-height: 100px;
    --mobile-font-size: 12px;
    --mobile-container-padding: 1.5rem;
    --mobile-title-font-size: 25px;

    --mobile-info-page-section-padding: 2rem;
    --mobile-info-page-section-margin: 2rem;
}

/* Overrides KT class to hide Settings in Menu @ PC media */

/* date range picker */
.daterangepicker .drp-buttons .btn {
    margin-left: 8px;
    font-size: 12px;
    font-weight: bold;
    padding: 4px 8px;
    border-radius: 0px !important;
    width: var(--btn-width-short);
}

/* Green and red Color*/

.greenColor{
    color: var(--portfolio-amount-font-color);
}

.redColor{
    color: var(--btn-primary-bg-color);
}

#transferModal .modal-dialog{
    max-width: 550px;
}

/*get started*/
.getStartedSection1{
    background-image: url('../images/project/getStartedGraph.webp');
    background-size: cover;
    padding: 80px;
    background-position: center;
}

.direct_link:hover{
    color: #1f5fcf;
    text-decoration: underline;
    cursor: pointer;
}

@media (min-width: 1025px) {
    .kt-header-menu .kt-menu__nav>.kt-menu__item.mobileMenuViewSettings {
        display: none;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 0 .15rem;
    }
}
@media(min-width: 1439px){
    
}

@media (min-width: 1400px) {
    
}

@media (min-width: 1199px) {
    
}

/* Ipad Pro View */
@media (min-width: 991px) and (max-width: 1199px) {
    /* .testing-flex-container {
        display: flex;
        justify-content: center;
    } */

    /* .main-flex-container {
        gap: 67px;
        padding-right: 60px;
    } */

    .hamburger-for-web{
        /* display: unset!important; */
        width: 25px;
        height: 3px;
        background-color: grey;
        position: relative;
        cursor: pointer;;
    }

    .public-listing-footer-section {
        gap: 15px;
    }

    .public-listing-footer-section .footer-info {
        gap: 15px;
    }

    /* My Dashboard Page - Ipad Pro View */

    .summary-portfolio-status-items-container{
        gap: 20px;
    }

    .summary-user-status-1 .balance-amount {
        font-size: 35px;
    }

    .dashboard-page-title {
        font-size: 25px!important;
    }

    .summary-user-status-1 p, .summary-user-status-2 p {
        font-size: 15px;
    }

    .summary-portfolio-status-items-container {
       justify-content: space-between;
    }

    .wallet-transaction-details-left {
        gap: 60px;
    }

    /* End of My Dashboard Page - Ipad Pro View */


}

@media (min-width:990px) {
    .c-stepper__item{
        flex:1;
    }
}
@media (max-width:990px) {

    .c-stepper__item {
        &:not(:last-child) {
            &:after {
                display: none;
            }
        }
    }
   
    /* New HomePage - Ipad View */

    .intro-container .bottom-section img {
        width: 350px!important;
    }

    .top-section.wavy-container {
        padding-inline: 20px;
    }

    .intro-container span {
        display: inline!important;
    }

    .features-container {
        overflow: hidden;
    }

    /* End of New HomePage - Ipad View */

    /* header.css - Ipad View */
    .menuBtn {
        width: 100%;
        text-align: left;
    }

    /*.menuBtn i {
        font-size: 10px!important;
        margin-left: 5px;
        vertical-align: middle;
        display: inline-flex;
        transition: all .5s ease;
    }*/

    .menuBtn.active {
        color: #1b75bb;
    }

    .menuBtn.active i {
        transform: rotate(90deg);
    }


    .headerMenuDropdown2 i {
        font-size: 10px!important;
        margin-left: 5px;
        vertical-align: middle;
        display: inline-flex;
        transition: all .5s ease;
    }

    .headerMenuDropdown2.active {
        color: #1b75bb;
    }

    .headerMenuDropdown2.active i {
        transform: rotate(90deg);
    }


    .headerMobileDisplayNone {
        display: none;
    }

    .headerMenuItem {
        width: 100%;
    }

    .headerMenuDropdown ~ .headerMenuDropdownBox {
        animation: unset;
        display: block;
        position: relative;
        background-color: transparent;
        top: unset;
        right: unset;
        width: 100%;
        overflow: hidden;
        transition: all .5s ease;
        max-height: 0;
    }  

    .headerMenuDropdown.active ~ .headerMenuDropdownBox {
        transition: all .5s ease;
        max-height: 100vh;
    }

    .headerMenuDropdown2 ~ .headerMenuDropdownBox2 {
        animation: unset;
        display: block;
        position: relative;
        background-color: transparent;
        top: unset;
        left: unset;
        width: 100%;
        overflow: hidden;
        transition: all .5s ease;
        max-height: 0;
    }  

    .headerMenuDropdown2.active ~ .headerMenuDropdownBox2 {
        transition: all .5s ease;
        max-height: 100vh;
    }

    

    .headerMenuClose {
        display: block;
        position: absolute;
        top: 10px;
        right: 10px;
        color: #ffffff;
        font-size:25px;
    }

    .headerBurgerBtn,
    .headerBurgerBtn:hover,
    .headerBurgerBtn:focus {
        display: inline-block;
        right: 20px;
        bottom: 25px;
        border-radius: 100%;
        text-align: center;
        font-size: 20px;
        line-height: 20px;
        color: #000000; 
    }

    .loginMenuIcon.fas, .loginMenuIcon.fas:hover, .loginMenuIcon.fas:focus {
        display: inline-block;
        font-size: 20px;
        line-height: 20px;
        color: #000000;
    }

    .headerBurgerBtn i {
        font-size: 25px!important;
        line-height: 25px;
        padding: 0;
        color: #1b75bb;
    }

    .headerBurgerBtn i::before {
        font-weight: 600!important;
    }

    .headerBurgerBtn.active ~ .homepageHeader {
        top: 0;
    }

    .sidebarMenuWrapper {
        position: fixed;
        left: -250px;
        top: 0;
        bottom: 0;
        transition: right .3s;
        z-index: 101;
        overflow-y: scroll;
        width: 250px;
    }

    .sidebarMenuWrapper.active{
        left: 0;
    }

    .homepageHeaderBlackBG {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgb(0,0,0,0.5);
        z-index: 99;
    }

    .headerBurgerBtn.active ~ .homepageHeaderBlackBG {
        display: block;
    }

   
    .mobileNone{
        display: none;
    }

   

    .mobileSidebar .dropdown-content:after, 
    .mobileSidebar .dropdown-content:before {
        display: none;
    }


    /* end of header.css - Ipad View */

    /* homepage.css - ipad view */
    .showDropdown.open {
        border-bottom: none;
        margin-bottom: 0;
    }

    .homepageHeaderMobile {
        display: block;
        background-color: var(--primary-bg-color);
        padding: 10px 0px;
        /* position: relative; */
        border-bottom: 1px solid #E6E6E6;
        box-shadow: 0px 0px 10px #ddd;
    }

    .mobileSidebar.open {
        left: 0;
        transition: 0.3s ease;
        width: 50%;
    }

    .mobileSidebar{
        bottom: 0;
        top: 0;
        left: -80%;
        z-index: 100;
        position: fixed;
        height: 100%;
        background: white;
        flex-direction: column;
        display: flex;
        justify-content: flex-start;
        padding: 0 15px;
        overflow-y: auto;
    }

    .mobileSidebar.open ~ .transparentBG{
        display: block;
    }

    .transparentBG{
        background: rgba(0,0,0,0.7);
        top: 0;
        left: 0%;
        right: 0;
        position: fixed;
        z-index: 50;
        height: 100%;
        width: 100%;
        display: none;
    }

    .mobileSidebar .dropdown-content {
        position: relative;
        margin-top: 15px;
        background: var(--secondary-bg-color);
        display: none;
        box-shadow: none;
        top: 0;
        right: 0;
        width: 130px;
    }

    .closeSidebar{
        position: absolute;
        right: 20px;
        top: 20px;
        color: #fff;
    }
   
    .sidebarFont{
        font-size: 12px;
    }

    .sidebarFooter{
        position: absolute;
        bottom: 1%;
        width: 100%;
    }

    .borderline2 {
        height: 2px;
        width: 90%;
        margin-left: auto;
        margin-right: auto;
        background-color: #d5d5d5;
    }

    

    .homepagePadding {
        padding: 0 30px;
        margin-top: 50px;
    }

    .homepage_modal {
        width:100%;
    }

    .homepage_modal_title {
        text-align: center;
        padding: 5% 0 2.5% 0;
    }

    .homepage_section01_title,
    .homepage_section02_title,
    .homepage_section04_title,
    .homepage_section05_title {
        font-size: 28px;
    }

    /*.homepage_section01_content,
    .homepage_section02_content,
    .homepage_section04_content,
    .homepage_section05_content,
    .homepage_section04_list li,
    .blackFont {
        font-size: 15px;
    }*/
    .homepage_section03_date,
    .homepage_section03_title{
        font-size: 18px;
    }

    .homepage_section01_button {
        display:block;
    }
    .header_menu_div2{
        width:100%;
        text-align: center;
    }

    .homepage_modal_logo {
        width:25%;
        margin: 0 auto;
    }
    .homepage_modal_title, .homepage_modal_content {
        margin: 0 auto;
        padding: 0;
    }

    .homepage_modal_content {
        width: 80%;
        min-height: 0;
    }

    .homepage_section04_list{
        padding: 0;
    }

    .bannerTitle {
        font-size: 65px;
    }

    .productPortfolio_section01_Desc {
        padding: 25px 20px;
    }

    /*blockquote {
        font-size: 1.1em;
        padding: 0 5em;
    }

    blockquote:before {
        left: 15px;
    }

    blockquote:after {
        right: 15px;
    }*/

    .contactDetailsDesc {
        /*padding: 20px 10% 20px 10%;*/
    }

    .contactTitle {
        font-size: 22px;
    }

    .contactSubtitle1 {
        width: 85%;
    }

    /*.contactText {
        width: 85%;
    }*/
    .productDetailTitle{
        font-size:20px;
    }
    .productDetailTitleDiv{
        margin-bottom: 5px;
        margin-top: 20px;
        padding-left:20px;
    }
    .buttonsDiv{
        margin-top: 20px;
    }
    .productButton1{
        padding: 5px 15px;
    }
    .productButton2{
        padding: 5px 15px;
    }
    .productButton3{
        padding: 5px 15px;
    }

    .homepage_section01_image {
        height: 300px;
    }

    .homepage_section03_video_div {
        transform: translateY(0px);
    }

    .productPortfolio_section02 {
        padding: 3em 50px;
    }

    .productPortfolio_section02_title {
        font-size: 28px;
    }

    .sidebar {
        position: fixed;
        z-index: 999;
        height: 100%;
        width: 40%;
        left: -100%;
        top: 0;
        border: 0;
        border-radius: 0;
        background-color: #fff;
        /*transition: all .5s ease;*/
        overflow-y: auto;
    }

    .sidebar.show {
        left: 0;
    }

    .greyBackdrop.show {
        display: block;
    }

    .bannerImg {
        height: 200px;
    }

    .cartPVDisplay {
        font-size: 22px;
    }

    /* homepage.css - ipad view */
    .sideBarLogo {
        height: 100%;
    }
}

/* Ipad View */
@media (min-width: 768px) and (max-width: 990px) {

    /* Navigation Section */
    .loginBtn {
        font-size: 20px;
    }

    /* Intro Section */

    .introSection {
        padding-block: 0 ;
    }

    .introSection > div {
        width:70%;
    }

    .introSection > div h1 {
        font-size: 37px;
    }

    .introSection > div h2 {
        font-size: 25px;
    }

    .introSection > div p {
        font-size: 20px;
    }

    .introSection div button {
        font-size: 20px;
        height: 50px;
        width: 220px;
    }

    /* Performance Section */

    .bestPerformance .flex-container {
        gap: 50px;
        padding: 0 30px;
    }

    .bestPerformance .pop-up-logo {
        position: unset;
        width: 25px;
    }

    .bestPerformance .performanceTitle {
        display: flex;
        position: relative;
        gap: 20px;
        padding-left: 0;
    }

    .pop-up-logo-container {
       width: 3%;
    }

   

    .performanceTitle h2 {
        line-height: 25px;
        margin: 0;
    }



    .best-stock {
        width: 50%;
        padding: 10px;
    }

    .best-stock h2 {
        font-size: 25px;
    }
  
    .assets {
        width: 50%;

    }

    .assets .cash {
        padding-left: 30px;
    }


    .assets .stocks {
        padding-left: 30px;
        padding-right: 30px;
    }

    .assets h3 {
        font-size: 25px;

    }

    .assets h3 span {
        font-size: 16px;
    }



    /* Pool Section */

    .hot-stocks {
        flex-direction: column;
        align-items: center;
        margin: 0 30px;
        gap: 20px;

    }
    

    .first-pick {
        width: 100%;
    }

    .first-pick .top-section {
        justify-content: space-evenly;
        
       
    }

    .top-section img {
        width: 120px;
        margin-right: 28px;
        /* margin-left: 100px; */
    }

    .top-section h2 {
        font-size: 37px;
    }

    .first-pick h2 span {
        font-size: 30px;
    }

   .first-pick-status img {
    width:50px;
    /* margin-left: 0; */
    margin-right: 0;
   }

   .bottom-section h3 {
    font-size: 20px;
   }

   .first-pick h3 {
    font-size: 17px;
    margin: 0;
   }

    /* Features Section */

    .features h2 {
        font-size: 30px;
    }

    .features p {
        font-size: 20px;
        line-height: 25px;
    }
   

    /* Connect Section */

    .connect {
        padding: 30px 0;
    }

    .connect button {
        width: 100px;
    }

    .connect .connect-text {
        font-size: 24px;
        /* color: red; */
    }

    .community{
        padding: 70px 100px;
    }

    /* About Us */
    .quote-card{
        margin-top: 50px;
    }

    /* Public Listing Page */

    .public-listing-card {
        grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
        padding-right: 20px
    }

    .public-listing-footer-section {
        gap: 15px;
    }

    .public-listing-footer-section .footer-info {
        gap: 15px;
    }

    .hamburger-for-web{
        /* display: unset!important; */
        width: 25px;
        height: 3px;
        background-color: grey;
        position: relative;
        cursor: pointer;;
    }

   
    /* End of Public Listing Page */


    /* Product Detail Page - Ipad View */

    .product-details .product-details-info {
        flex-direction: column;
    }

    .product-details-info-left-items {
        width: 100%;
    }

    .product-background img {
        width: 120px;
    }

    .product-details-info-right-items {
        width: 100%;
    }

    /* End of Product Detail Page - Ipad View */

    /* My Dashboard Page - Ipad View */

    .summary-section {
        flex-direction: column;
    }

    .summary-user-status {
        width: 100%;
    }

    .summary-portfolio {
        width: 100%;
    }

    .summary-user-status-1-item-container img {
        width: 40px;
    }

    .summary-user-status-1 .balance-amount {
        font-size: 60px;
    }

    .dashboard-page-title {
        font-size: 35px!important;
    }

    .summary-user-status-1 p, .summary-user-status-2 p {
        font-size: 25px;
    }

    .summary-portfolio-status-items-container {
       justify-content: space-between;
    }

    .summary-portfolio-status-items-container .title {
        font-size:12px;
    }

    .wallet-transaction-details-left {
        gap: 20px;
    }

    .wallet-transaction-details-right {
        gap: 20px;
    }

    /* End of My Dashboard Page - Ipad View */
}

/* Mobile View */
@media (min-width: 320px) and (max-width: 767px) {
    /* .web-graph{
        display: none !important;
    }
    .mobile-graph{
        display: flex !important ;
    } */
    #customConnectButton{
        font-size: var(--xs-text-size) !important;
    }
    .web-data{
        display: none !important;
    }
    .mobile-data {
        display: flex !important;
        margin-top: 15px;
        margin-bottom: 11px;
    }

    .graph-container .tradingview-widget-container {
        pointer-events: all;
        height: 451px !important;
    }
    /* Nav Bar */
    .navBar button {
        width: 100px;
        height: 30px;
        padding-top: 0;
        padding-bottom: 0;
        font-size: 15px;
    }

    .navBar button:hover {
        width: 100px;
        height: 30px;
        padding-top: 0;
        padding-bottom: 0;
        font-size: 15px;
    }
    /* Intro Section */

    .introSection {
        padding: 0;
    }

    .introSection > div {
        width: 85%;
        padding-inline: 0;
    }

    .introSection > div h1 {
        font-size: 25px;
    }

    .introSection > div h2 {
        font-size: 19px;
    }

    .introSection div {
       display: block !important;
    }

    .aboutUsSection2 h1{
        font-size: var(--xl-text-size);
    }    

    /* Performance Section */

    .bestPerformance .flex-container {
        flex-direction: column;
        align-items: center;
        padding: 0;
        gap: 2rem;
       
    }

    
    .bestPerformance .pop-up-logo {
        position: unset;
        width: 20px;
        margin-left: 10px;
        /* display: inline;
       
        vertical-align: center;
        right: 0; */
        
    }

    .performanceTitle {
        
        padding-left: 0px;
    }

   

    .pop-up-logo-container {
        width: 0;
        justify-content: space-between;
    }

    .bestPerformance > div > h2 {
        font-size: 20px;
        margin: 0;
        display: inline-block;
        line-height: 22px;

    }

    .bestPerformance > div {
        display: flex;
    }

    .best-stock {
        /* width: 50%; */
        padding: 10px;
        padding-left: 0 !important;
    }


    .best-stock div div h2 {
        font-size: 20px;
    }

    .best-stock-price h1 {
        font-size: 40px;
    }

    .assets {
        width: 90%;
    }


   /* Pool Section */

   .hot-stocks {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 25px;

    }

    .pools-logo {
        margin-right: 15px;
    }

    /* Features Section */

    .features-grid-container {
        padding-inline: 60px;
    }

    .features h1 {
        font-size: 21px;
    }

    /* Connect Section */

    .connect {
        padding: 40px 0;
    }

    .connect h1 {
        font-size: 21px;
    }

    .connect > div {
        width: 80%;
    }

    .connect input::placeholder {
        padding-left: 15px;
    }

    .connect button {
        width: 100px;
    }

    /* Public Listing Page */



    .navigation-side-bar {
        transform: unset;
        position: fixed;
        top: 0;
        right: 0;
        z-index: 1;
        min-height: 200vh;
    }

    .navigation-side-bar.active {
        transform: translateX(0%);
        display: none;
    }

    .public-listing-card {
        grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
        padding-inline: 40px;
    }

    .public-listing-footer-section {
        flex-direction: column;
        gap: 30px;
        padding-inline: 20px;
    }

    .public-listing-footer-section .footer-info{
        width: unset;
       
    }

    .public-listing-footer-section .footer-text {
        width: unset;
    }

    .stockex-introduction {
        width: unset;
    }

    .awareness-section{
        padding: 20px;
        
    }

    .risk-awareness {
        width: unset;
    }

    .footer-copyright {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .social-media-connect img {
        margin-right: 5px;
    }

    .brand-logo{
        padding-left: 40px;
    }


    .brand-logo .hamburger{
        display: unset;
    }

    .public-listing-filter-select2-container {
        padding-right: 40px;
    }



    .hamburger-for-web {
        display: none;
    }


    .navigation-side-bar.active {
            transform: unset;
            position: fixed;
          
        }   

    .hamburger-for-web.active {
        display: none;
    }

    .main-flex-container.active {
        transform:unset;
    }

    .awareness-section.active {
        padding: 20px;
    } 

    /* End of Public Listing Page */

    

    /* Product Detail Page - Mobile View */

    .product-details .product-details-info {
        flex-direction: column;
    }

    .product-details-info-left-items, .product-details-info-right-items {
        width: 100%;
    }


    .product-background img {
        width: 100px;
    }

    .product-detail-message .title {
        font-size: 20px;
    }

    .product-detail-message img {
        margin-top: 5px;
    }

    .product-detail-trade-history-details {
        flex-direction: column;
        gap: 20px;
    }

    .trade-history-info-1, .trade-history-info-2 {
        width: 100%;
    }

    /* End of Product Detail Page - Mobile View  */

    /* My Dashboard Page - Mobile View */

    .summary-section {
        flex-direction: column;
    }

    .summary-user-status {
        width: 100%;
    }

    .summary-portfolio {
        width: 100%;
    }

    .summary-user-status-1-item-container img {
        width: 30px;
    }

    .summary-user-status-1 .balance-amount {
        font-size: 50px;
    }

    .dashboard-page-title {
        font-size: 28px!important;
    }

    .summary-user-status-1 p, .summary-user-status-2 p {
        font-size: 20px;
    }

    .summary-portfolio-status-items-container {
        gap: 15px;
    }


    /* End of My Dashboard Page - Mobile View */


    /* Edit Profile Page - Mobile View */

    .edit-user-info-section {
        flex-direction: column;
    }

    .edit-user-info-section .user-info {
        width: 100%;
    }

    .user-details .user-details-input {
        align-items: center;
    }

    .user-details .user-details-input div {
        width: unset;
    }

    .user-details .user-details-input div input {
        width: unset;
    }

    .subscription-telegram {
       
        gap: 20px;
    }

    /* End of Edit Profile Page - Mobile View */

    /* Change Password Page - Mobile View */

    .change-password-title {
        font-size: 20px;
    }

    /* End of Change Password Page - Mobile View */


}

/* Iphone 14 Max */
@media (min-width: 430px) and (max-width: 767px) {
    .pools {
        padding-inline: 13.5px;

    }

    .pools-logo {
        margin-right: 15px;
    }

    

    /* Public Listing Page */

    .updown {
        background-image: url(../images/project/updownImg.webp);
        background-size: cover;
        background-position: right;
        padding: 80px;
    }
    .win100Text {
        color: #00B432;
        font-size: 60px;
        font-weight: 600;
    }
    .updown {
        background-image: url(../images/project/updownImg.webp);
        background-size: cover;
        padding: 80px;
        padding-inline: 60px;
        background-position: center;
    }
    
}

@media (min-width: 576px) and  (max-width: 767px) {

}

@media (min-width: 320px) and  (max-width: 575px) {
    .bidding-page-container{
        margin-inline: 40px;
        margin-block: var(--mobile-info-page-section-margin);
    }
    .updown {
        background-image: url(../images/project/updownImg.webp);
        background-size: cover;
        background-position: right;
        padding: 80px;
    }
    .win100Text {
        color: #00B432;
        font-size: 50px;
        font-weight: 600;
    }
    .updown {
        background-image: url(../images/project/updownImg.webp);
        background-size: cover;
        padding: 80px;
        padding-inline: 60px;
        background-position: center;
    }
    .cryptoIMG {
        width: 100%;
    }

    .community{
        padding: 50px 30px;
    }
}

.btn-primary-outline {
    text-transform: uppercase;
    background-color: var(--btn-secondary-bg-color) !important;
    font-size: var(--btn-font-size);
    transition: background-color 0.3s, color 0.3s; 
}

.btn-primary-outline.active{
    border: 2px solid var(--btn-primary-bg-color) !important; 
}

.btn-primary-outline.active span{
    color: var(--btn-secondary-text-color) !important;
}

.btn-primary-outline:hover{
    background-color: var(--btn-primary-bg-color)  !important; 
}

.btn-primary-outline:hover span{
    color: var(--btn-primary-text-color)  !important;
}

/* Dashboard */
.dashboard-text p{
    font-size: var(--sm-text-size);
    font-weight: var(--default-font-weight-bold);
    color: gray;
}

.dashboard-bg{
    background-color: var(--btn-primary-bg-color);
}

.dashboard_section1 button, .dashboard_section2 button .dashboard_section4 button{
    height: 35px;
    padding: 0px;
    font-weight: bold;
    margin: 0px 10px;
}

.dashboard-model {
    background-color: #fff;
    padding: 20px;
    color: #000;
}

.wallet-address {
    color: #000 !important;
    font-weight: bold;
}

.dashboard_section2 button, .dashboard_section4 button{
    width: max-content;
    padding: 0px 10px;
    /* background-color: var(--btn-primary-bg-color); */
    border: 2px solid var(--btn-primary-bg-color) !important;
}

.dashboard_section2 button:hover, .dashboard_section4 button:hover{
    width: max-content;
    padding: 0px 10px;
    /* background-color: var(--btn-secondary-bg-color) !important; */
    border: 2px solid var(--btn-primary-bg-color)  !important;
    /* color: var(--btn-secondary-text-color) ; */
}

.dashboard_section2 button{
    border-radius: unset !important;
}

.extimated-amount-value{
    font-size: var(--page-title-font-size) !important;
}

.dashboard_section4 .index-subtitle{
    text-align: left;
}

.dashboard_section4 .index-data{
    text-align:right;
}

.extimated-amount {
    font-size: var(--btn-font-size);
}

.dashboard-bold{
    font-weight: bold;
}

#aftLoginSidebar {
    width: 220px;
    background-color: #f2f2f2;
    min-height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
}

#aftLoginSidebar .nav-link {
  color: #000;
}
#aftLoginSidebar .nav-link:hover {
  background-color: #f2f2f2;
}
#content {
  flex-grow: 1;
  /* padding-left: 220px; */
}

.no-padding-left{
  padding-left: 0px !important;

}
.menuBar, .dashbord_subtitle{
    font-size: 17px;
    color:#000;
}


.loginSidebar .menuBar:hover{
    color: var(--btn-primary-bg-color);
}

.loginSidebar .menuBar {
    font-size: var(--md-text-size);
    font-weight: var(--default-font-weight-bold);
}

.dashboard-chart .tv-lightweight-charts{
    min-height: auto !important;
}

.red-icon-dashboard{
    color: var(--btn-primary-bg-color);
}

.green-icon-dashboard{
    color: var(--portfolio-amount-font-color);
}

.coin-scroll-container {
    display: flex;
    overflow-x: auto; /* Allows horizontal scrolling */
    scroll-snap-type: x mandatory; /* Enables snapping to each item */
    gap: 10px; /* Add spacing between images */
    scroll-behavior: smooth;
}

.coin-img {
    flex: 0 0 auto; /* Prevent shrinking of images */
    width: 100px; /* Set image width */
    scroll-snap-align: center; /* Ensure each image snaps to the center */
}

.coin-scroll-container::-webkit-scrollbar {
    display: none; /* Hide scrollbar on Webkit-based browsers (Chrome, Safari) */
}


/* Edit Profile Page - Mobile View */

.edit-user-info-section {
    flex-direction: column;
}

.edit-user-info-section .user-info {
    width: 100%;
}

.user-details .user-details-input {
    align-items: center;
}

.user-details .user-details-input div {
    width: unset;
}

.user-details .user-details-input div input {
    width: unset;
}

.subscription-telegram {
    
    gap: 20px;
}

/* End of Edit Profile Page - Mobile View */

/* Change Password Page - Mobile View */

.change-password-title {
    font-size: 20px;
}

/* End of Change Password Page - Mobile View */




/* Iphone 14 Max */
@media (min-width: 430px) and (max-width: 767px) {
    .pools {
        padding-inline: 13.5px;

    }

    .pools-logo {
        margin-right: 15px;
    }



.btnThemeModal {
    font-weight: 300;
    font-size: 13px;
    color: #fff;
    background-color: #46a6bc;
    padding: 5px 30px;
    border: unset;
    border-radius: unset;
}
    
.btnThemeModal {
    font-weight: 300;
    font-size: 13px;
    color: #fff;
    background-color: #46a6bc;
    padding: 5px 30px;
    border: unset;
    border-radius: unset;
}

    /* Public Listing Page */

input:disabled{
    background-color: var(--input-placeholder-font-color)!important;
    color: var(--primary-text-color);
  }
  
.delete-modal-title{
    font-weight: var(--default-font-weight-thick);
    font-size: var(--md-text-size);
    padding: 10px;
}

.divider {
    display: flex;
    align-items: center;
    text-align: center;
}

.divider::before,
.divider::after {
    content: '';
    flex: 1;
    border-bottom: 1px solid #ccc;
}

}
@media (min-width: 576px) and  (max-width: 767px) {
    .updown {
        background-image: url(../images/project/updownImg.webp);
        background-size: cover;
        background-position: right;
        padding: 80px;
    }
    .win100Text {
        color: #00B432;
        font-size: 60px;
        font-weight: 600;
    }
    .updown {
        background-image: url(../images/project/updownImg.webp);
        background-size: cover;
        padding: 80px;
        padding-inline: 60px;
        background-position: center;
    }
    
    
}

@media (min-width: 320px) and  (max-width: 575px) {
    .bidding-page-container{
        margin-inline: 40px;
        margin-block: var(--mobile-info-page-section-margin);
    }
    .updown {
        background-image: url(../images/project/updownImg.webp);
        background-size: cover;
        background-position: right;
        padding: 80px;
    }
    .win100Text {
        color: #00B432;
        font-size: 50px;
        font-weight: 600;
    }
    .updown {
        background-image: url(../images/project/updownImg.webp);
        background-size: cover;
        padding: 80px;
        padding-inline: 60px;
        background-position: center;
    }
    .cryptoIMG {
        width: 100%;
    }
}

.font-xxl{
    font-size: 45px;
}

.sec3-border{
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 31px;
}

.sec3-border-1{
    /* background: url(../images/project/Group\ 27684s.webp) ; */
    background: transparent linear-gradient(56deg, #231B50 0%, #A54595 100%) 0% 0% no-repeat padding-box;
    height: 300px;
}
.sec3-border-5{
    background: transparent linear-gradient(180deg, #FF61AB 0%, #310A31 100%) 0% 0% no-repeat padding-box;
}
.sec3-border-blue{
    background: linear-gradient(184deg, rgba(9,9,121,1) 17%, rgba(75,170,179,1) 75%);
}
.sec3-border-2{
    background: #fff;
}

.sec3-border-3{
    height: 250px;
}


/* Style for the stepper container */

.c-stepper {
    display: flex;
}


.c-stepper__item.active {
    display: flex;
    flex-direction: column;
    flex: 1;
    text-align: center;

    &:before {
        background-color: #1FBB06;
        border: 3px solid #94F085;
    }
    
}

.c-stepper__item.in_progress{
    display: flex;
    flex-direction: column;
    flex: 1;
    text-align: center;

    &:before {
        /* background-color: yellow; */
    }
}
.c-stepper__item {
    display: flex;
    flex-direction: column;
    text-align: center;
    position: relative;
    margin-left: 0; /* Set left margin to 0 */
    margin-right: 0; /* Set right margin to 0 */

    &:before {
        --size: 3rem;
        content: "";
        display: block;
        width: clamp(1.5rem, 7vw, 4rem);
        height: clamp(1.5rem, 7vw, 4rem);
        border-radius: 50%;
        /* opacity: 0.3; */
        margin: 0 auto 1rem;
        position: relative;
        aspect-ratio: 1 / 1;
    }

    &:not(:last-child) {
        &:after {
            content: "";
            position: relative;
            top: calc(clamp(1.5rem, 4vw, 4rem) / 2);
            width: calc(100% - clamp(1rem, 5vw, 0rem) - calc(clamp(0rem, 2vw, 0rem) * 2));
            left: calc(50% + calc(clamp(0.5rem, 5vw, 3rem) / 2 + clamp(0.25rem, 2vw, 0.5rem)));
            height: 2px;
            background-image: linear-gradient(to right, #e0e0e0 60%, transparent 0%);
            background-size: 20px 2px; /* Increase first value to make dashes longer */
            background-repeat: repeat-x;
            order: -1;
        }
    }
    
    
}

    .c-stepper__title {
        font-weight: var(--default-font-weight-bold);
        font-size: var(--lg-text-size);
        margin-bottom: 0.5rem;
    }

    .c-stepper__desc {
        background: #F1F1F1 0% 0% no-repeat padding-box;
        border-radius: 24px;
        
    }
    
    .step1-c-stepper{
        &:before{
            background: #000;
        }
        .c-stepper__title{
            color: #000;
        }
    }

    .step2-c-stepper{
        &:before{
            background: #2C5DCE;
        }
        .c-stepper__title{
            color: #2C5DCE;
        }
    }

    .step3-c-stepper{
        &:before{
            background: #D64D8D;
        }
        .c-stepper__title{
            color: #D64D8D;
        }
    }
    .step3-c-stepper{
        &:before{
            background: #3BBDD2;
        }
        .c-stepper__title{
            color: #3BBDD2;
        }
    }
    .greybox-container{
        background: #FFFFFF 0% 0% no-repeat padding-box;
        box-shadow: 0px 0px 15px #00000029;
        border-radius: 31px;
    }
  /*** Non-demo CSS ***/
  
  .wrapper {
    max-width: 1000px;
    margin: 2rem auto 0;
  }
  
 