/* Parent Scoped Class */


/* React Bootstrap Tabs Customization */
.market-predictions-wrapper .custom-tabs {
    background-color: #ffffff;
    border-radius: 12px;
    border: 2px solid #8e0e00;
    overflow: hidden;
    margin-bottom: 20px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
    gap: 5px;
}

.market-predictions-wrapper .custom-tabs .nav-item {
  border: none;
}

.market-predictions-wrapper .custom-tabs .nav-link {
margin: 2px;
    border: none;
    height: 44px;
    border-radius: 14px;
    font-size: 14px;
    font-weight: 400;
    background: #f3f3f3;
    color: #222;
    cursor: pointer;
    transition: .3s;
    border: 1px solid rgba(255, 29, 29, 0.7);
}

.market-predictions-wrapper .custom-tabs .nav-link.active {
     background: var(--gradient);
    color: #fff;
}

.market-predictions-wrapper .tab-title-content {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.market-predictions-wrapper .yellow-dot {
  width: 10px;
  height: 10px;
  background-color: #ffcc00;
  border-radius: 50%;
  display: inline-block;
}