.bsm_dse_prices {
	max-height: 300px;
	overflow: scroll;
	padding: 10px;
	background: #ffffff29;
	border-radius: 6px;
}
.bsm_dse_prices table {
    width: 100%;
    border-collapse: collapse;
}

.bsm_dse_prices table th {
    background: #000;
    padding: 8px;
    color: white;
    font-weight: bolder;
    margin-bottom: 1px;
}

.bsm_dse_prices table td {
    padding: 6px;
    border: 1px solid #ddd;
}
.bsm_dse_prices tr.green td {
	padding: 10px 0;
	background: #114d11;
	color: white;
    text-align: center;
}
.bsm_dse_prices tr.black td {
	padding: 10px 0;
	background: #0000001f;
}
.bsm_dse_prices tr.red td {
	padding: 10px 0;
	background: #420c0c;
	color: white;
	text-align: center;
}
.bsm-marquee-wrap {
    background: #111;
    color: #fff;
    padding: 6px 0;
    font-size: 15px;
    font-family: Arial, sans-serif;
    white-space: nowrap;
    line-height: 1em;
}
.bsmSearchInput {
	border: 2px solid #1c1c1c;
	padding: 10px 40px !important;
	border-radius: 10px;
	margin-bottom: 40px !important;
	color: black;
	background: white;
	box-shadow: -1px -1px 8px 2px #0000003b;
}

/* top gainer table */
.top-gainers th {
    padding: 8px 3px;
    border-width: 0 1px 1px 0;
    font-size: 16px;
    text-align: center;
    line-height: 1em;
    border: 1px solid transparent;
    background-image: linear-gradient(#c5ffc5a8, #8cff81ae);
    border-bottom: 1px solid #fff;
}
.top-gainers td {
	padding: 8px 3px;
	border-width: 0 1px 1px 0;
	font-size: 16px;
	text-align: center;
	line-height: 1em;
	border: 1px solid transparent;
	background-image: linear-gradient(#c5ffc53b, #8bff8152);
	border-bottom: 1px solid #fff;
}
.top-losers th {
    padding: 8px 3px;
    border-width: 0 1px 1px 0;
    font-size: 16px;
    text-align: center;
    line-height: 1em;
    border: 1px solid transparent;
    background-image: linear-gradient(#ffc5c5a8, #ff8181ae);
    border-bottom: 1px solid #fff;
}
.top-losers td {
	padding: 8px 3px;
	border-width: 0 1px 1px 0;
	font-size: 16px;
	text-align: center;
	line-height: 1em;
	border: 1px solid transparent;
	background-image: linear-gradient(#ffc5c53b, #ff818152);
	border-bottom: 1px solid #fff;
}

/* top gainer table end */


/* swiper style */
.swiper-wrapper {
  display: flex;
  align-items: center;
}
.swiper-button-prev {
	color: black;
	padding: 10px;
	width: 60px;
	height: 60px;
	transform: translateX(-10px);
	font-weight: bold;
}
.swiper-button-next {
	color: black;
	padding: 10px;
	width: 60px;
	height: 60px;
	transform: translateX(10px);
	font-weight: bold;
}
.bsm-news-swiper .swiper-slide {
	color: #000000 !important;
	font-weight: 500;
	text-align: center;
	padding: 10px;
	background: transparent !important;
	border-radius: 4px;
}


/* news style */
.bsm-financial-news,
.bsm-news-list {
	max-height: 400px;
	overflow: scroll;
}
.bsm-financial-news,
.bsm-news-list {
	padding: 10px;
	margin: 0;
	list-style: none;
}
.bsm-financial-news li,
.bsm-news-list li {
	margin-bottom: 10px;
}
.bsm-financial-news li,
.bsm-news-list li {
	color: #000000;
	text-decoration: none;
	font-weight: 500;
	background: #6f92fb38;
	padding: 10px;
	border-radius: 4px;
}
.bsm-news-list li a {
	color: #000000;
}
.bsm-financial-news li:hover,
.bsm-news-list li a:hover {
	color: #000000;
	text-decoration: underline;
}


.custom-price-note {
	display: none;
}





































/* will fix this later  */
.bsm_dse_prices {
  overflow-y: scroll; /* ensures scrollbar always visible vertically */
  overflow-x: auto;   /* allows horizontal scroll if needed */
}

/* Chrome, Edge, Safari */
.bsm_dse_prices::-webkit-scrollbar {
  width: 20px; /* double the default size */
  height: 20px; /* for horizontal scrollbar */
}

.bsm_dse_prices::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 10px;
}

.bsm_dse_prices::-webkit-scrollbar-thumb {
  background-color: #888;
  border-radius: 10px;
  border: 3px solid #f1f1f1; /* small gap look */
}

.bsm_dse_prices::-webkit-scrollbar-thumb:hover {
  background: #555;
}

/* Firefox */
.bsm_dse_prices {
  scrollbar-width: thick; /* makes scrollbar thick in Firefox */
  scrollbar-color: #888 #f1f1f1;
}
/* will fix this later end  */