.stock-badge {
  display: inline-block;
  padding: 4px 10px;
  font-size: 13px;
  font-weight: 600;
  border-radius: 12px;
  text-transform: uppercase;
  color: #000;
  background:#f8f9fa;
  line-height: 1;
  margin: 2px 5px 2px 0;
}

.stock_recom img
{
    width:65px !important;
    height:auto;
}

.btn-green-gradient {
  background: linear-gradient(to bottom, #45ce6d, #338a4c);
  color: #fff;
  border: none;
  border-radius: 4px;
  padding: 6px 12px;
  font-weight: 500;
  transition: background 0.3s ease;
}

.btn-green-gradient:hover {
  background: linear-gradient(to bottom, #5beb85, #256d3a);
  transform: translateY(-1px);
  text-decoration: none;
}

.company-links a
{
  color: #333;
  font-size: 18px;
  font-weight: normal;
  text-decoration: none;
}

.company-name
{
  font-size: 25px;
  line-height:25px;
}

.company-tag span
{
  font-weight: 500;
}

.stock_table
{
  background: #fff;
  /*background: #e0fbe5;*/
  border-radius: 6px;
}

.stock_sidebar
{
  background: #f8f9fa;
}

.alert_box
{
  background: #fff;
  padding: 10px;
}

.stock_val
{
  background: #379407;
  padding: 5px 10px;
  color: #fff !important;
  border-radius: 5px;
}

.icon-circle {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}



.stock_title
{
  font-weight: 12px !important;
  font-weight: normal;
}

.about_company h2
{
  font-size: 15px !important;
  line-height: 23.4px;
  color: #22222f;
}

.custom_bg
{
  background: #e0fbe5;
}

.green_row
{
  text-align: center;
  background: #e0fbe5 !important;
}

.red_row
{
  text-align: center;
  background: #ffe4e1 !important;
}

.recent_performance table th,
.recent_performance table td {
  text-align: center !important;
}

.red_signal
{
  color: red;
  font-weight: bold;
}

.green_signal
{
  color: green;
  font-weight: bold;
}

.recent_performance h1
{
  font-size: 30px;
  line-height: 45px;
}

.recent_performance h1 a
{
  text-decoration: none;
  color: #333;
}

.recent_performance h2
{
   font-size: 20px;
   line-height: 35px;
}

.search-dropdown 
{
      max-width: 100%;
      position: relative;
}
 
 .search-dropdown input 
 {
      border-radius: 30px;
      padding-left: 2.5rem;
 }
    
.search-dropdown .bi-search {
      position: absolute;
      top: 50%;
      left: 15px;
      transform: translateY(-50%);
      color: #999;
    }
    .dropdown-menu {
      width: 100%;
      max-height: 200px;
      overflow-y: auto;
      border-radius: 8px;
    }
    
    .btn-gold-highlight {
  background: linear-gradient(135deg, #f7b733, #fc4a1a);
  color: #fff;
  padding: 0.75rem 1.6rem;
  font-weight: bold;
  border-radius: 6px;
  box-shadow: 0 4px 15px rgba(252, 74, 26, 0.5);
  transition: all 0.3s ease;
}

.btn-gold-highlight:hover {
  background: linear-gradient(135deg, #fc4a1a, #f7b733);
  transform: scale(1.05);
  box-shadow: 0 6px 18px rgba(252, 74, 26, 0.7);
}

/*.floating-sidebar {
      position: fixed;
      top: 40%;
      right: 0;
      transform: translateY(-50%);
      background: #f8f9fa;
      border-left: 1px solid #ddd;
      padding: 10px;
      box-shadow: -2px 0 10px rgba(0,0,0,0.1);
      z-index: 9999;
      border-top-left-radius: 8px;
      border-bottom-left-radius: 8px;
    }

    .floating-sidebar a img {
      height: 36px;
    }

    .floating-sidebar .btn {
      white-space: nowrap;
    }*/

        .floating-bar {
      position: fixed;
      bottom: 0;
      left: 0;
      width: 100%;
      background: #f8f9fa;
      border-top: 1px solid #ddd;
      padding: 10px 15px;
      box-shadow: 0 -2px 10px rgba(0,0,0,0.1);
      z-index: 999;
    }
    .store-img {
      height: 40px;
    }

    /*   @keyframes pulse {
      0% {
        box-shadow: 0 0 0 0 rgba(13,110,253, 0.7);
      }
      70% {
        box-shadow: 0 0 0 10px rgba(13,110,253, 0);
      }
      100% {
        box-shadow: 0 0 0 0 rgba(13,110,253, 0);
      }
    }

    .pulse-telegram {
      animation: pulse 2s infinite;
    }*/

    @keyframes bounce {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-5px); }
}
.bounce {
  animation: bounce 1.5s infinite;
}

.sdp-performance-table-wrapper {
  overflow-x: auto;
}

.sdp-performance-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  background-color: #fff;
  font-size: 14px;
  font-family: "Segoe UI", sans-serif;
  box-shadow: 0 0 8px rgba(0,0,0,0.05);
  border-radius: 8px;
  overflow: hidden;
}

.sdp-performance-table thead th {
  background-color: #f7f9fc;
  text-align: center;
  font-weight: 600;
  padding: 12px 14px;
  border-bottom: 1px solid #e0e0e0;
}

.sdp-performance-table td {
  padding: 1px 14px;
  border-bottom: 1px solid #f0f0f0;
  text-align: center;
  font-size: 13.5px;
  vertical-align: middle;
}

.sdp-performance-table tbody tr:last-child td {
  border-bottom: none;
}

.sdp-green {
  color: #1e7e34; /* Bootstrap green */
  font-weight: 500;
}

.sdp-red {
  color: #c82333; /* Bootstrap red */
  font-weight: 500;
}

.sdp-profit {
  color: #198754; /* success green */
  font-weight: 600;
}

/* Optional: zebra striping */
.sdp-performance-table tbody tr:nth-child(odd) {
  background-color: #fafafa;
}
