.sidebar {
  width: 240px;
  height: 100vh;
  background: #0A2123;
  /* border-right: 1px solid rgba(255,255,255,0.08); */
  padding: 25px 20px;
  position: fixed;
  top: 0;
  /* left: 0; */
  transition: 0.3s;
  z-index: -111;
   overflow: hidden;
}
.holt{
      color: #959595;
    font-size: .775em;
}

.sidebar.collapsed {
   width: 85px;
}


.sidebar .menu-title {
  font-size: 12px;
  letter-spacing: 1px;
  margin-top: 25px;
  margin-bottom: 10px;
  color: #5E707A;
}

.sidebar.collapsed .menu-text {
  opacity: 0;
  pointer-events: none;
}

.menu-text {
  opacity: 1;
  transition: opacity 0.2s;
  font-size: 20px;
}


.sidebar a {
  display: flex;
  align-items: center;
  padding: 12px 14px;
  color: #A5BAC4;
  border-radius: 10px;
  margin-bottom: 5px;
  font-size: 15px;
  transition: 0.2s;
}

.sidebar a.active,
.sidebar a:hover {
  background: rgba(46, 255, 185, 0.10);
  color: #2AFFBA;
}

/* bullish-detials */

/* GRID */
.stocks-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  gap: 20px;
}
.mb-25{
      margin-bottom: 25px;
}
/* CARD */
.stock-card {
  background: #162c2a;
  border-radius: 10px;
  padding: 8px 12px;
  display: flex;
  flex-direction: row;
  align-items: center;
  transition: 0.2s;
  margin-top: 20px;
}

.stock-card:hover {
  background: #1d3a36;
  transform: translateY(-2px);
}

/* LEFT */
.left {
  display: flex;
  align-items: center;
  gap: 12px;
}

.logo {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #fff;
  object-fit: cover;
}

.left h4 {
  margin: 0;
  font-size: 15px;
  font-weight: 600;
}

.left span {
  font-size: 13px;
  color: #9fb7b2;
}

/* RIGHT */
.right {
  text-align: right;
}

.right h4 {
  margin: 0;
  font-size: 15px;
  font-weight: 600;
}

.up {
  color: #30d987;
  font-size: 13px;
  font-weight: 600;
}

/* PAGINATION */
.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-top: 50px;
}

.page-btn,
.page-num {
  background: #162c2a;
  border: none;
  color: #cde3df;
  padding: 8px 14px;
  border-radius: 10px;
  cursor: pointer;
}

.page-num.active {
  background: #1cbf7b;
  color: #fff;
}

/* ===========================
   MAIN CONTENT
=========================== */
.main-content {
  transition: margin-left 0.3s;
  margin-left: 240px;
      max-width: 1200px;
}


  .left-arrow{
    margin-left: auto;
    font-size: 16px;
    color: #d3d3d3;
    align-self: flex-start;
    margin: 0;
        padding-bottom: 30px;
}


.main-content.expand {
  margin-left: 85px;
}

.tabs-container {
    display: flex;
    gap: 12px;
    margin-bottom: 20px;
        padding-right: calc(var(--bs-gutter-x) * .625);
    padding-left: calc(var(--bs-gutter-x) * .625);
}

.tab-btn {
    padding: 8px 20px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.08);
    border: none;
    color: #d7e0df;
    font-size: 14px;
    cursor: pointer;
    transition: 0.2s;
    backdrop-filter: blur(3px);
}

/* Hover Effect */
.tab-btn:hover {
    background: rgba(255, 255, 255, 0.15);
}

/* Active Button */
.tab-btn.active {
       background-image: linear-gradient(to right, #28AE6E, #0D7A63);
    color: #ffffff;
    font-weight: 500;
}
.profil-line{
  line-height: 1.2;
}

.stocks-scroll {
        display: flex;
    gap: 16px;
    overflow-x: auto;
    padding: 5px 10px;
    scrollbar-width: none;
    /* background: #1d1d1d; */
    border-radius: 4px;
    margin-bottom: -5px;
}
.w-70{
  width: 70%;
}
.scrool-bg{
  padding: 0px 10px;
    scrollbar-width: none;
    background: #1d1d1d;
    border-radius: 4px;
    margin-bottom: 10px;
}

.stocks-scroll::-webkit-scrollbar {
    display: none; /* Chrome/Safari */
}

.stock-box {
    display: flex;
    align-items: center;
    gap: 12px;
    background: #234946d6;
    padding: 4px 4px;
    border-radius: 12px;
    min-width: 130px;
    cursor: pointer;
    transition: 0.2s;
    backdrop-filter: blur(4px);
}

.stock-box:hover {
    background: rgba(255, 255, 255, 0.15);
}

.stock-icon {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    object-fit: cover;
}

.stock-title {
     font-size: 12px;
    color: #e3e8e7;
    font-weight: 500;
}

.stock-percent {
      color: #15d77e;
    font-size: 12px;
    font-weight: 500;

}
.min{
      margin-top: -4px;
    margin-left: -8px;
}
.folow-p{
  font-size: 18px;
    font-weight: 400;
    line-height: 28px;
}
.chick-img{
      background: #5e696a;
    padding: 5px 19px;
    border-radius: 10px;
}
.mt--4{
  margin-top: -4px;
}
 /* tranding card  */
 .cameron-name{
    font-size: 17px;
    font-weight: 400;
 }

.trending-card {
  /* width: 320px; */
  background: #13292d;
  padding: 15px;
  border-radius: 8px;
  color: #fff;
}

.trending-card .title {
  font-size: 16px;
  margin-bottom: 12px;
  position: relative;
      color: #dedede;
}

.trending-card .title::after {
  content: '';
  width: 40px;
  height: 3px;
  background: #138464;
  position: absolute;
  left: 0;
  bottom: -6px;
}


.catalyst-stocks-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 20px;
}


.stock-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 0;
  border-bottom: 1px solid rgba(255,255,255,0.1);
}

.stock-item:last-child {
  border-bottom: none;
}

.left h4 {
  margin: 0;
  font-size: 15px;
  font-weight: 600;
      color: #dedede;
}

.left p {
  margin: 2px 0 0;
  font-size: 13px;
  color: #596363;
}

.w-40 {width: 40px;}
.h-40 {height: 40px;}

.right {
  text-align: right;
}

.right h4 {
  margin: 0;
  font-size: 15px;
  /* font-weight: 600; */
  color: #f6f6f6;
}

.up {
  font-size: 13px;
  color: #2ecc71;
}

.down{
    font-size: 13px;
    color: #FF5722;
}
 /* tranding card  */
.ads-card .title{
      color: #dedede;
}



/* CARD BOXES */
.ads-card, .group-card {
    background: #0a2123;
    border-radius: 18px;
    padding: 18px;
    margin-bottom: 20px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.25);
}

/* TITLE */
.group-card .title {
        font-size: 18px;
    margin-bottom: 12px;
    color: #dedede;
    font-weight: normal;
        border-bottom: 3px solid #138464;
    width: max-content;
}

/* ADS BOX */
.ad-box {
    /* background: linear-gradient(135deg, #234d3f, #3d7d5d); */
    background-image: url(../images/ads.png);
    padding: 20px;
    border-radius: 18px;
    text-align: left;
    height: 380px
    
}

.ad-heading {
    font-size: 16px;
    margin-bottom: 8px;
}
.ad-heading span {
    color: #3aff91;
}

.ad-desc {
    font-size: 13px;
    opacity: 0.9;
    margin-bottom: 12px;
}

.ad-img {
    width: 160px;
    display: block;
    margin: 20px auto;
}

/* BUTTONS */
.btn-primary {
    width: 100%;
    padding: 12px;
    background: #ffffff;
    color: #222;
    border: none;
    border-radius: 12px;
    font-weight: 600;
    cursor: pointer;
}

/* GROUP SECTION */
.group-item {
    /* display: flex; */
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

.group-item h4 {
       margin: 0;
    font-size: 16px;
    color: #f6f6f6;
}

.group-item p {
    margin: 3px 0;
    opacity: 0.9;
    color: #596363;
    font-size: 14px;
}
.setting{
  font-size: 15px !important;
    padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x) !important;
}

.members {
    font-size: 13px;
    opacity: 0.7;
}

.actions {
    /* display: flex; */
    flex-direction: column;
    gap: 8px;
        margin-top: 10px;
}

/* BUTTON TYPES */
.btn-green {
    padding: 12px 20px;
    background-image: linear-gradient(to right, #2fbb70, #128264);
    color: #fff;
    border: none;
    border-radius: 10px;
    font-weight: 600;
    cursor: pointer;
        width: 48%;
            border: 6px solid #0a2123;
}

.btn-secondary {
    padding: 12px 20px;
    background: #24433f;
    color: #d2f6e9;
    border: none;
    border-radius: 10px;
    font-weight: 500;
    cursor: pointer;
     width: 48%;
         border: 6px solid #0a2123;
}


hr {
    margin: 1rem 0;
    color: inherit;
    border: 0;
    border-top: 1px solid;
    opacity: .15;
    border-color: #029e6f;
}




/* ===========================
   TOPBAR
=========================== */
.topbar {
  /* background: #0D141A; */
  padding: 14px 20px;
  border-radius: 12px;
  /* margin-bottom: 25px; */
  /* border: 1px solid rgba(255,255,255,0.08); */
}

.search-box {
    background: #223636e8;
    border: none;
    color: #D2E3EA;
    padding: 12px 15px;
    border-radius: 6px;
}

.search-box::placeholder {
  color: #81939C;
}

.dropdown-menu.show{
      background: #0a2123;
}
.dropdown-item{
  color:#fff !important;
  font-size: 12px;
}
.dropdown-item:focus, .dropdown-item:hover{
      border: 1px solid #253d3670;
      background: none;
}
.btn{
  color: white;
}
.post-cards{
      padding: 18px;
    margin-bottom: 5px;
}

/* ===========================
   POST BOX & FEED CARDS
=========================== */
.post-card,
.widget-box {
  /* background: rgba(20, 30, 38, 0.85); */
  backdrop-filter: blur(10px);
  border-radius: 14px;
  padding: 18px;
  margin-bottom: 20px;
  background-image: linear-gradient(to right, #253636, #254037);
    box-shadow: 4px 4px 4px #00000012;
}
.post-textarea{ background: #152525 !important;
    padding: .375rem .75rem;
        color: white !important;
}
.post-img{
  background: #36524a;
    padding: 7px;
    border-radius: 10px;
    text-align: center;
}

.btn-custom {
    color: #fff;
    border: none;
    padding: 10px 50px;
    border-radius: 8px;
    font-weight: 400;
    background-image: linear-gradient(to right, #28AE6E, #0D7A63);
    font-size: 15px;
}
.p-img{
      height: 51px;
    margin-top: 6px;
}
.btn-custom:hover {
  background: #21DCA0;
}

/* ===========================
   SIDEBAR TOGGLE BUTTON
=========================== */
.toggle-btn {
  font-size: 26px;
  cursor: pointer;
  color: #D2E3EA;
  background: none;
  border: none;
}


/* Menu */
.menu li {
    list-style: none;
    color: #d3e0dd;
    padding: 12px 10px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    cursor: pointer;
    transition: 0.2s;
        margin-bottom: 4px;
        font-weight: 500;
}

.active{
      background-image: linear-gradient(to right, #0d7b63, #16302c);
}

.menu li:hover {
    background: #16302c;
}

.menu li .d-icons {
    font-size: 18px;
    max-width: fit-content;
}

.menu li span {
    margin-left: 14px;
    transition: 0.2s;
}

.sidebar.collapsed li span {
    opacity: 0;
    pointer-events: none;
}

.sidebar.collapsed .menu li .active{
  background-color: none;
  opacity: 0;
    pointer-events: none;
}

/* card */
.card{
      background-image: linear-gradient(to right, #1a2b2b, #0a2123);
          border-radius: 10px;
}

.catalyst-container {
    background: #1a2c2b;
    padding: 20px;
    border-radius: 14px;
    color: #fff;
}

/* Upload box */
.upload-box {
    background: #28413e;
    padding-left: 3px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    gap: 12px;
        margin-top: 10px;
}

.upload-thumb {
       width: 45px;
    height: 45px;
    border-radius: 12px;
    padding: 2px;
}
.finance{
  margin: 0;
    font-size: 12px;
    color: #d3d3d3;
}

.close-btn {
        margin-left: auto;
    background: none;
    color: #ddd;
    font-size: 12px;
    margin-right: 10px;
    border: 1px solid #fff;
    border-radius: 100px;
    width: 25px;
    height: 25px;
}

/* Icon Row */
.icon-row {
    display: flex;
    align-items: center;
    /* gap: 10px; */
    margin: 15px 0;
}

.icon-btn {
    width: 36px;
    height: 36px;
    padding: 8px;
    background: #233a37;
    border-radius: 10px;
    cursor: pointer;
}

/* Catalyst Dropdown Button */
.catalyst-btn {
        background: #2b4c46;
    border: 1px solid #355a52;
    color: #fff;
    padding: 7px 20px;
    border-radius: 12px;
    font-size: 15px;
    display: flex;
    align-items: center;
    gap: 3px;
    width: 100%;
    margin-right: 12px;
}

/* Remove bootstrap arrow */
.catalyst-btn::after {
    display: none !important;
}

.catalyst-btn .arrow {
    font-size: 13px;
    margin-left: 6px;
}

.catalyst-menu {
    background: #0f2521;
    border: none;
    border-radius: 12px;
    padding: 8px 0;
    /* min-width: 185px; */
    margin-top: 8px;
        margin-left: -27px;
}
.follow{
      background: #c2c2c240;
    padding: 0px 20px;
    color: #ffffff;
    border-radius: 10px;
}

.catalyst-menu::before {
    content: "";
    position: absolute;
    top: -8px;
    right: 100px;
    border-width: 0 8px 8px 8px;
    border-style: solid;
    border-color: transparent transparent #0f2521 transparent;
}

.catalyst-menu .dropdown-item {
    color: #fff;
    padding: 10px 18px;
}

.catalyst-menu .dropdown-item:hover {
    background: #1a3a35;
    border-radius: 6px;
}

/* Input Boxes */
.input-box {
    width: 100%;
    background: #152525 !important;
    border: none;
    padding: 12px;
    border-radius: 10px;
    margin-bottom: 12px;
    color: #fff;
}

.input-box::placeholder {
    color: #93aba7;
}


.profit-card {
  width: 100%;
  /* max-width: 520px; */
  background: #2a4444;
  border-radius: 10px;
  padding: 14px 18px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #ffffff;
}

.profit-left h4 {
  margin: 0;
  font-size: 15px;
  font-weight: 300;
  color: #dedede;
}

.stock-name {
  color: #2ecc71;
}

.profit-left p {
  margin: 4px 0 0;
  font-size: 14px;
  color: #9fb3b7;
}

.profit-right {
  text-align: right;
}

.profit-percent {
  font-size: 14px;
  font-weight: 600;
  color: #2ecc71;
}

.profit-icon {
  font-size: 12px;
  color: #2ecc71;
  margin-right: 4px;
}

.profit-right p {
  margin: 3px 0 0;
  font-size: 14px;
  color: #9fb3b7;
}



.action-bar {
  /* background: #1f3336; */
  padding: 12px 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #cfd8dc;
}

.action-item {
     display: flex;
    align-items: center;
    gap: 8px;
    font-size: 15px;
    margin-right: 13px;
    color: #9fb3b7;
}

.action-item.save {
  margin-left: auto;
}

/* Icons (CSS based – replace with FontAwesome if needed) */
.icon {
  width: 20px;
  height: 20px;
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0.9;
  margin-bottom: 0 !important;
}

.like {
  background-image: url("..//images/icons/socialmedia/Vector.png");
}

.comment {
  background-image: url("..//images/icons/socialmedia/likes.png");
}

.share {
  background-image: url("..//images/icons/socialmedia/share.png");
}

.bookmark {
  background-image: url("..//images/icons/socialmedia/share.png");
}


/* footer */
body {
  background: #061517;
  margin: 0;
  font-family: Arial, sans-serif;
}

.app-footer {
  background: linear-gradient(180deg, #071b1d, #020c0d);
  padding: 14px 30px;
  border-top: 1px solid rgba(255,255,255,0.08);
      bottom: 0;
    position: fixed;
    width: 100%;
}

.footer-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* LEFT */
.footer-left {
  display: flex;
  align-items: center;
  gap: 20px;
}

.logo-box {
  width: 34px;
  height: 34px;
  background: linear-gradient(135deg, #2fd37b, #14a46a);
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.logo-icon {
  font-weight: bold;
  color: #fff;
}

.footer-left a {
 color: #cfd8dc;
    font-size: 16px;
    text-decoration: none;
    font-weight: 400;
    margin-top: -10px;
}

.footer-left a:hover {
  color: #2ecc71;
}

/* CENTER */
.footer-center {
  display: flex;
  gap: 14px;
}

.social {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #cfd8dc;
  font-size: 14px;
  text-decoration: none;
}

.social:hover {
  background: #2ecc71;
  color: #062222;
  border-color: #2ecc71;
}

/* RIGHT */
.footer-right {
  display: flex;
  gap: 12px;
}

.footer-right img {
  height: 45px;
  border-radius: 6px;
}

.input-group-text{
      font-size: 1.4rem;
}

.input-group-text{
  background-color: transparent;
    border: 1px solid transparent;
        color: #ffff;
}
.input-group{
      border: 1px solid #223636;
    background: #223636;
    border-radius: 10px;
}
.form-control{
      color: #fff;
    background-color: transparent;
    background-clip: padding-box;
    border: 1px solid transparent;
}

.form-control:focus{
  color: #ffffff;
    background-color: transparent;
    border-color: transparent;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgb(13 110 253 / 0%);
}

.category-bg{
      background-image: linear-gradient(to right, #011314, #011314);
          padding: 30px;
    box-shadow: 0px 1px 15px 0px rgba(51, 51, 51, 0.2);
    height: 100vh;
}

.bullish-bg{
      background-image: linear-gradient(to right, #011314, #011314);
          padding: 30px;
    box-shadow: 0px 1px 15px 0px rgba(51, 51, 51, 0.2);
    /* height: 100vh; */
}

/* category */


.category-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 20px;
}

.cat-card {
  background: #1a2a2b;
  border-radius: 16px;
  padding: 18px;
  display: flex;
  align-items: center;
  gap: 14px;
  cursor: pointer;
  transition: all 0.2s ease;
  box-shadow: 0px 1px 15px 0px rgba(51, 51, 51, 0.2);
}

.cat-card:hover {
  background: #1d3a36;
  transform: translateY(-2px);
}

.icon {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: bold;
  color: #000;
}

.br-10{
  border-radius: 10px;
}

/* ICON COLORS */
.green { background: #32d583; }
.yellow { background: #facc15; }
.blue { background: #7cbfff; }
.pink { background: #fca5a5; }
.orange { background: #f6c097; }
.purple { background: #d79af2; }
.cyan { background: #67e8f9; }
.amber { background: #ffa749; }
.sky { background: #38bdf8; }
.gold { background: #fac80f; }
.mint { background: #29bf9e; }

.text h5 {
  margin: 0;
  font-size: 16px;
      font-weight: 500;
    color: white;
}

.text span {
  font-size: 13px;
  color: #7a7a7a;
}

.arrow {
  margin-left: auto;
  font-size: 16px;
  color: #d3d3d3;
}



/* header landing page */






