<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
html{margin-top: 0px;}
.wp-dark-mode-switcher.wp-dark-mode-ignore.style-1.floating.left_bottom{display: none;}

.size_12{
	font-size: 12px;
}

.gainers_losers_tables td, 

.gainers_losers_tables th {
    font-size: 0.85rem;
}

.app-sidebar .side-menu__label{font-size: 0.75rem;}
.h4, h4{font-size: 1.2rem;}

li.slide.bg-danger .side-menu__label, li.slide.bg-danger .side-menu__item {
    color: white !important;
}

.app-sidebar .slide{ padding: 0; }

.badge-ind-wrap{width: 25px;}

.bg-danger, .btn-danger {
    background: red !important;
    color: white !important;
}

.bg-danger span {
    color: white !important;
}

/*watchlist slider*/
.watchlistNavigationSlideWrapper {
    width: 60px;
    position: relative;
    top: 18px;
    right: 10px;
}

.widgetNextAndPrev {
    width: 60px;
    position: relative;
    z-index: 999;
    top: -30px;
    left: 30px;
    margin: 0 !important;
}


.watchlistNavigationSlideWrapper .fa-solid, 
.widgetNextAndPrev .fa-solid{
	font-size: 1.5rem;
}

.watchlistNavigationSlideWrapper .nextSlide,
.widgetNextAndPrev .nextWidget1 {
    position: relative;
    float: right;
    left: 0;
}
.watchlistNavigationSlideWrapper .prevSlide,
.widgetNextAndPrev .prevWidget1 {
    position: relative;
    right: 0;
    float: left;
}

.watchlist_new_dash_wrap iframe{
	min-height: 379px !important; 
	height: auto !important;
	border-radius: 5px;
}

.closeDashMenu{
	position: absolute;
    right: 20px !important;
    top: 25px;
    cursor: pointer;
    opacity: 0.8;
    color: red;
    font-size: 1.2rem;
}


p.fs-15.fw-semibold.mb-2{
	min-height: 91px;
}

::-webkit-scrollbar-thumb {
    background: gray !important;
}
::-webkit-scrollbar-track{
    background: white !important;;
}

::-webkit-scrollbar {
    width: 0.75rem !important;
}

img.object-cover.w-16.h-16.rounded-lg.shadow-sm {border-radius: 10px;}

.no_access_msg.text-danger.font-bold {
    font-size: 15px;
}


@media screen and (max-width: 1476px ){
    .market-widget-inner .bg-light {
        min-height: 53px !important;
        font-size: 13px !important;
    }
}</pre></body></html>