        .value {
            font-size: 12px;
            display: block;
            padding-left: 13px;
            position: relative;
        }

        .value::before {
            position: absolute;
            left: 0;
        }

        .value.down::before {
            content: "\25BC";
            color: red;
            font-size: 10px !important;
        }

        .value.up::before {
            content: "\25B2";
            color: green;
            font-size: 10px !important;
        }

        .value.up {
            color: green;
        }

        .value.down {
            color: red;
        }

        .stock_data_point_container {
            display: flex;
            justify-content: space-between;
            align-items: center;
            background-color: #1c1c1c;
            color: #d3d3d3;
            padding: 10px;
            border-radius: 4px;
            margin-top: 3px;
        }

        .stock_data_point_container .label {
            font-size: 14px;
            font-family: Arial, sans-serif;
        }

        .stock_data_point_container .value {
            font-size: 14px;
            font-family: Arial, sans-serif;
            font-weight: bold;
            color: #fff;
        }

        .value_1 {
            font-size: 28px;
            font-weight: 400;
            margin-bottom: 10px;
        }

        .negative {
            color: #f00;
            font-size: 28px;
        }

        .stock-analysis-container {
            display: flex;
        }

        .stock-overview {
            flex: 1;
            background-color: #393939;
        }

        .stock-overview h2 {
            font-size: 24px;
            margin-bottom: 10px;
        }

        .stock-overview p {
            font-size: 14px;
            margin-bottom: 20px;
        }

        .ratings .rating-overall {
            padding-right: 10px;
            padding-left: 10px;
            padding-bottom: 20px;
            padding-top: 20px;
            border-bottom: 1px solid #818181;

        }

        .ratings .rating-fundamental {
            padding-right: 10px;
            padding-left: 10px;
            padding-bottom: 20px;
            padding-top: 20px;
            border-bottom: 1px solid #818181;
        }

        .ratings .rating-short-term {
            padding-right: 10px;
            padding-left: 10px;
            padding-bottom: 20px;
            padding-top: 20px;
            border-bottom: 1px solid #818181;

        }

        .ratings .rating-analyst-ranking {
            padding-right: 10px;
            padding-left: 10px;
            padding-bottom: 20px;
            padding-top: 20px;
            border-bottom: 1px solid #818181;

        }

        .ratings .rating-valuation {
            padding-right: 10px;
            padding-left: 10px;
            padding-bottom: 20px;
            padding-top: 20px;
            border-bottom: 1px solid #818181;
        }

        .ratings .rating-long-term {
            padding-right: 10px;
            padding-left: 10px;
            padding-bottom: 20px;
            padding-top: 20px;
            border-bottom: 1px solid #818181;
        }

        .stock-overview span {
            display: block;
            font-size: 16px;
            margin-bottom: 5px;
            color: #fff;
        }

        .stock-peers {
            flex: 1;
            background-color: #1e1e1e;
            padding: 20px;

        }

        .stock-peers h2 {
            font-size: 20px;
            margin-bottom: 20px;
            color: #fff;
        }

        .stock-peers p {
            font-size: 16px;
            margin-bottom: 20px;
            color: #fff;
            margin-top: -15px;
        }

        .peer-stock {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 10px 0;
            border-bottom: 1px solid #333;
        }

        .peer-info {
            display: flex;
            align-items: center;
        }

        .peer-info h4 {

            color: #fff;
        }

        .peer-logo {
            background-color: #fff;
            border-radius: 30px;
            width: 50px;
            margin-right: 10px;
            padding: 5px;
        }

        .peer-price p {
            text-align: right;
            font-size: 16px;
            margin-bottom: 10px;
        }

        .up {
            color: #00cc44;
        }

        .peer-btn {
            border: 1px solid #9d9d9d;
            color: #fff;
            padding: 5px 10px;
            margin-right: 10px;
            border-radius: 5px;
            cursor: pointer;
        }

        .peer-btn:hover {
            background-color: #14b24a;
        }

        .ratings .container {
            background-color: #eee;
            height: 20px;
            border-radius: 5px;
        }

        .ratings .skill {
            background-color: #eda025;
            color: white;
            margin-top: 0px;
            text-align: center;
            text-align: right;
            font-size: 16px;
            font-weight: bold;
            line-height: 16px;
            padding-right: 10px;
            border-radius: 5px;
            height: 20px;
            width: 30%;
            vertical-align: text-top;
        }

        .new-section {

            display: none;
        }

        .active-color {
            background-color: #1e1e1e;
        }

        .change-background-color {
            background-color: #000;
        }

        .stock-peers-background {
            background-color: #000;
            padding: 20px;
        }


        .earnings-container_inside {
            display: flex;
            flex-wrap: nowrap;
            justify-content: flex-start;
        }

        .earnings-card {
            background-color: #35343457;
            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
            border-bottom: 2px solid #14b24a;
            border-radius: 10px;
            width: 35%;
            height: 150px;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            margin-right: 20px;
            margin-top: 20px;
            margin-bottom: 20px;
            position: relative;
        }

        .earnings-card-header {
            background-color: #fff;
            padding: 5px 10px;
            position: absolute;
            top: -15px;
            color: #000;
            font-weight: bold;
            border-radius: 5px;
            text-transform: uppercase;
            font-size: 14px;
        }


        .earnings-large-text {
            font-size: 36px;
            font-weight: bold;
        }

        .earnings-small-text {
            font-size: 16px;
            margin-top: 10px;
            color: #ccc;
        }

        .top-section {
            background-color: #000000;
            position: sticky;
            top: 0;
            border: none;
        }

        .earnings-info-container {
            background-color: #000;
            border: 2px solid #31c955;
            padding: 20px;
            margin: 20px auto;
            width: 100%;
            border-radius: 8px;
            color: #fff;
            font-family: Arial, sans-serif;
            line-height: 1.6;
        }


        .bottom-top-text {
            font-size: 24px;
            font-weight: 700;
            color: #fff;
            padding-top: 20px;
        }

        .bar-container {
            width: 100%;
            height: 20px;
            background-color: transparent;
            position: relative;
        }

        .progress-bar-container_red {
            border-style: solid;
            border-width: 1px;
            border-color: #434343;
            height: 20px;
            width: 100%;
            position: relative;
            display: flex;
            align-items: center;
        }

        .progress-bar_red {
            background-color: red;
            height: 100%;
            width: 20%;
            position: absolute;
            right: 50%;

        }

        .progress-indicator_red {
            height: 28px;
            width: 2px;
            background-color: white;
            position: absolute;
            left: 50%;
        }

        .price-range-container {
            display: flex;
            align-items: center;
            justify-content: space-between;
            background-color: #333;
            padding: 10px;
            border-radius: 8px;
            color: white;
            font-family: Arial, sans-serif;
        }

        .price-low,
        .price-high {
            font-size: 1.2rem;
            padding-right: 5px;
            padding-left: 5px;
        }

        .range-indicator {
            position: relative;
            width: 100%;
            margin: 0px 5px;
            height: 10px;
            display: flex;
            align-items: center;
        }

        .slider {
            position: relative;
            width: 100%;
            height: 4px;
            background-color: white;
        }

        .indicator {
            position: absolute;
            height: 6px;
            width: 6px;
            background-color: green;
            left: 50%;
            transform: translateX(-50%);
        }

        .triangle {
            width: 0;
            height: 0;
            border-left: 6px solid transparent;
            border-right: 6px solid transparent;
            border-bottom: 10px solid green;
            position: absolute;
            left: 90%;
            top: 8px;
        }

        .performance-box {
            background-color: #35343457;
            border-radius: 8px;
            padding: 15px;
            width: 35%;
            text-align: center;
            color: #fff;
            font-family: Arial, sans-serif;
            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
            border-top: 2px solid #14b24a;
            margin: 10px;
        }

        .performance-box-top {
            background-color: #35343457;
            border-radius: 8px;
            padding: 15px;
            width: 100%;
            text-align: center;
            color: #fff;
            font-family: Arial, sans-serif;
            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
            border-top: 2px solid #14b24a;
            margin: 10px;
        }

        .performance-title {
            font-size: 12px;
            font-weight: 400;
            margin-bottom: 10px;
            color: #fff;
        }

        .performance-value {
            font-size: 28px;
            color: #14b24a;
            margin-bottom: 10px;
        }

        .progress-bar-container {
            border-style: solid;
            border-width: 1px;
            border-color: #434343;
            height: 20px;
            width: 100%;
            position: relative;
            display: flex;
            align-items: center;
        }

        .progress-bar {
            background-color: #14b24a;
            height: 100%;
            width: 20%;
            position: absolute;
            left: 50%;
        }

        .progress-indicator {
            height: 28px;
            width: 2px;
            background-color: white;
            position: absolute;
            left: 50%;
        }

        .side_panel_active_tab .elementor-button {
            background-color: #333333 !important;
        }

        .gainer-hed p a:hover {
            color: #fff !important;
        }

        .forecast-card {
            background-color: #35343457;
            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
            border-top: 2px solid #14b24a;
            border-radius: 10px;
            width: 45%;
            height: 150px;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            margin-right: 20px;
            margin-top: 20px;
            margin-bottom: 20px;
            position: relative;
        }

        .forecast-card-content {
            text-align: center;
            color: #fff;
        }


        .forecast-top-text {
            font-size: 20px;
            font-weight: 700;
            color: #fff;
            padding-top: 20px;
        }

        .forecast-container_inside {
            display: flex;
            flex-wrap: wrap;
            justify-content: flex-start;
        }



        .forecast-large-text {
            font-size: 36px;
            font-weight: bold;
        }

        .forecast-small-text {
            font-size: 16px;
            margin-top: 10px;
            color: #fff;
        }

        .table-container-text-top {
            margin-top: 30px;
            border: 1px solid #333;
            color: #fff;
            font-size: 20px;
            font-weight: 700;
            padding: 10px;
            border-radius: 10px 10px 0px 0px;
        }


        .top-section {
            background-color: #000000;
            position: sticky;
            top: 0;
            border: none;
        }

        .table-container {
            width: 100%;
            overflow: hidden;
            background-color: #000;

        }

        table {
            width: 100%;
            border-collapse: collapse;
        }

        thead th {
            position: sticky;
            top: 0;
            color: white;
            z-index: 1;
        }

        thead th,
        tbody td {
            color: #fff;
            width: 200px;
            height: 50px;
            text-align: left;
            padding: 8px;
            border: 1px solid #ddd;
        }

        .data_tr:hover {
            background-color: #333333;
        }

        .view-delail-green {
            background-color: #14b24a !important;
            border: none !important;
            color: #fff !important;
            font-size: 14px !important;
            padding: 6px 10px !important;
        }

        .td-text-color {

            color: #14b24a !important;
        }

        .bottom-card-desgin {
            background-color: #35343457;
            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
            border-top: 2px solid #14b24a;
            border-radius: 10px;
            width: 50%;
            height: 220px;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            position: relative;
            margin-right: 20px;
            margin-top: 20px;
            margin-bottom: 20px;
        }

        .bottom-card-desgin-content {
            text-align: center;
            color: #14b24a;
        }

        .bottom-card-text {
            text-align: left;
            font-size: 20px;
            font-weight: 700;
            color: #fff;
            padding-left: 20px;
        }

        .bottom-card-paragraph-text {
            color: #ccc;
            text-align: left;
            font-size: 14px;
            padding-left: 20px;

        }

        .bottom-top-text {
            font-size: 24px;
            font-weight: 700;
            color: #fff;
            padding-top: 20px;
        }


        /* Dividends Tab */

        .dividends-container {
            background-color: #0000007f;
            padding: 25px 30px;
        }

        .dividend-summary-section {
            display: grid;
            grid: auto auto / auto auto auto;
            grid-gap: 20px;
            margin-bottom: 20px;
        }

        .dividend-card {
            background-color: rgba(255, 255, 255, 0.1);
            border-top: 2px solid #00ff00;
            text-align: center;
            padding: 10px 20px;
            flex: 1 1 calc(33.333% - 20px);
            min-width: 250px;
        }

        .dividend-title {
            color: #fff;
            font-size: 18px;
            font-weight: 400;
            margin-bottom: 5px;
        }

        .dividend-value {
            color: #fff;
            font-size: 2rem;
            margin: 1rem auto 0;
            font-weight: 400;
        }

        @media (max-width: 768px) {
            .dividend-card {
                flex: 1 1 calc(50% - 20px);
            }
        }

        @media (max-width: 480px) {
            .dividend-card {
                flex: 1 1 100%;
            }
        }


        .dividends-container_inside {
            display: flex;
            flex-wrap: wrap;
            justify-content: flex-start;
        }

        .dividends-card {
            background-color: #35343457;
            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
            border-top: 2px solid #14b24a;
            width: 30%;
            height: 100px;
            display: flex;
            flex-direction: column;
            align-items: center;
            margin-right: 20px;
            margin-top: 20px;
            margin-bottom: 20px;
            position: relative;
        }

        .dividends-card-content {
            text-align: center;
            color: #fff;
        }

        .dividends-large-text {
            font-size: 30px;
            font-weight: 400;
        }

        .dividends-small-text {
            font-size: 16px;
            margin-top: 10px;
            color: #ccc;
        }

        .dividends-history-table {
            overflow: scroll;
            height: 500px;
            overflow-x: hidden;
        }

        /* Financial Statements */
        .financials-table {
            overflow: scroll;
            height: 500px;
        }

        .financials-graph {
            margin-bottom: 30px;
            background-color: black;
        }

        .apexcharts-text.apexcharts-yaxis-title-text {
            color: white;
            font-size: 12px
        }

        /*  SEC Filings */
        .sec-filings-table {
            overflow: scroll;
            overflow-x: hidden;
            height: 700px;
        }

        /*  Analyst Forecast*/
        .analyst-forecast-table {
            overflow: scroll;
            overflow-x: hidden;
            height: 700px;
        }

        .td-text-color {

            color: #14b24a !important;
        }

        .earnings-container_inside {
            display: flex;
            flex-wrap: nowrap;
            justify-content: flex-start;
        }

        .insider-name {
            font-size: 16px;
            color: #fff;
            padding-bottom: 10px;
        }

        .filter-container {
            display: flex;
            align-items: flex-end;
            gap: 20px;
            padding: 10px;
        }

        .filter-item {
            width: 100%;
            display: flex;
            flex-direction: column;
            gap: 5px;
        }

        .filter-item input,
        .filter-item select {
            padding: 8px;
            border: 1px solid #ccc;
            border-radius: 5px;
            background-color: #fff;
            color: #000;
            font-size: 14px;
        }

        .filter-button {
            background-color: #14b24a;
            color: white;
            border: 1px solid #14b24a;
            border-radius: 5px;
            cursor: pointer;
        }

        .filter-button:hover {
            background-color: #000;
        }

        label {
            font-size: 0.85rem;
        }

        input::placeholder {
            color: #aaa;
        }

        .td-text-color {

            color: #14b24a !important;
        }

        .data_td_green {
            color: #14b24a;
        }

        .span_white {
            color: #fff !important;
        }

        .sell_red {
            color: red;
        }

        .img_width {
            width: 20%;
        }

        a {
            color: #38b6ff;
            text-decoration: none;
        }

        .ownership-small-text-top {
            font-size: 14px;
            color: #fff;
        }

        .ownership-card-content {
            text-align: center;
            color: #14b24a;
        }

        .ownership-card {
            background-color: #35343457;
            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
            border-bottom: 2px solid #14b24a;
            border-radius: 10px;
            width: 30%;
            height: 130px;
            display: flex;
            flex-direction: column;
            justify-content: top;
            padding-top: 10px;
            align-items: center;
            margin-right: 20px;
            margin-top: 20px;
            margin-bottom: 20px;
            position: relative;
        }

        .ownership-container_inside {
            display: flex;
            flex-wrap: nowrap;
            justify-content: flex-start;
        }


        .ownership-large-text {
            font-size: 24px;
            font-weight: bold;
            color: #fff;
        }

        .ownership-small-text {
            font-size: 16px;
            color: #14b24a;
            line-height: 25px
        }

        .performance-box-top-section {
            display: flex;
        }

        .span-green {
            color: #14b24a;
        }

        .filter-label-text-top {
            font-size: 24px;
            font-weight: 700;
            color: #fff;
            margin-left: 10px;
        }

        .top-border-section {
            background-color: #000;
            border: 1px solid #333;
            padding: 15px;
        }

        .filter-container {
            display: flex;
            background-color: #000;
            padding: 10px;
            border-radius: 5px;
        }

        .filter-label {
            color: #fff;
            margin-top: 20px;
            margin-left: 10px;
            font-size: 16px;
            font-weight: 500;
        }

        .sector-dropdown {
            width: 250px;
            padding: 5px;
            border-radius: 3px;
            border: 1px solid #ddd;
            margin-right: 10px;
        }

        .filter-button {
            background-color: #28a745;
            color: white;
            border: none;
            padding: 7px 30px;
            border-radius: 3px;
            cursor: pointer;
        }

        .filter-button:hover {
            background-color: #218838;
        }

        .data_tr:hover {
            background-color: #333333;
        }

        .view-delail-green {
            background-color: #14b24a !important;
            border: none !important;
            color: #fff !important;
            font-size: 14px !important;
            padding: 6px 10px !important;
        }


        /*.................................................. Mobile Responsive ...............................................*/

        @media (max-width: 768px) {
            .stock-analysis-container {
                flex-direction: column;
            }

            .stock-overview,
            .stock-peers {
                flex: 1;
                padding: 10px;
            }

            .ratings .container {
                height: 16px;
            }

            .ratings .skill {
                font-size: 14px;
                line-height: 14px;
                padding-right: 5px;
                height: 16px;
            }

            .stock-peers h2 {
                font-size: 18px;
            }

            .stock-peers p {
                font-size: 14px;
            }

            .peer-logo {
                width: 40px;
                margin-right: 8px;
            }

            .peer-btn {
                padding: 3px 8px;
                font-size: 14px;
            }

            .peer-stock {
                flex-direction: column;
                align-items: flex-start;
            }

            .peer-price p {
                margin-bottom: 5px;
                text-align: left;
            }

            .peer-btn {
                margin-bottom: 5px;
            }

            .forecast-card {
                width: 100%;
                height: auto;
                margin: 10px 0px 10px 0px;
                padding: 10px;
            }

            .forecast-large-text {
                font-size: 1.5em;
            }

            .bottom-card-desgin {
                margin-left: 10px;
                width: 100%;
                height: auto;
                margin-right: 10;
            }

            .bottom-card-text {
                font-size: 18px;
                padding-left: 10px;
            }

            .bottom-card-paragraph-text {
                font-size: 12px;
                padding-left: 10px;
            }

            .earnings-container_inside {
                flex-direction: column;
                align-items: center;
            }

            .earnings-card {
                width: 100%;
                height: 100px;
                margin-right: 0;
            }

            .earnings-large-text {
                font-size: 28px;
            }

            .earnings-small-text {
                font-size: 14px;
            }

            .earnings-card-header {
                font-size: 12px;
            }

            .performance-box-top {
                width: 100%;
                margin: 0px;
            }

            .bottom-card-desgin-content {
                padding: 10px;

            }

            .dividends-card {
                flex: 1 1 100%;
                margin: 10px 0px 10px 0px;
            }

            .dividends-small-text {
                font-size: 12px;
            }

            .dividends-large-text {
                font-size: 20px;
            }

            .filter-container {
                flex-direction: column;
                padding: 5px;
            }

            .filter-item {
                flex-basis: 100%;
                margin: 5px 0;
            }

            .filter-button {
                flex-basis: 100%;
                padding: 10px 0;
                width: 100%;
            }

            .ownership-container_inside {
                flex-wrap: wrap;
                justify-content: center;
            }

            .ownership-card {
                padding-top: 20px;
                height: 120;
                width: 100%;
                margin-right: 0;
                margin-bottom: 10px;
            }

            .ownership-large-text {
                font-size: 20px;
            }

            .ownership-small-text-top {
                font-size: 12px;
            }

            .ownership-small-text {
                font-size: 14px;
            }

            .performance-box-top-section {
                flex-direction: column;
                justify-content: space-between;
            }

            .performance-box {
                width: 100%;
                margin: 10px 0px;
            }

            .filter-container {
                flex-direction: column;
                align-items: stretch;
                gap: 15px;
            }

            .filter-container .sector-dropdown,
            .filter-container .filter-button {
                width: 100%;
                font-size: 16px;
            }

            .scrollmenu {
                flex-wrap: nowrap;
                overflow-x: auto;
                white-space: nowrap;
                min-width: 80%;

            }

            .scrollmenu.e-con .elementor-widget {
                min-width: 170px;
            }

            .market-insights-dashboard-single-container-header {
                width: 100% !important;
            }

            .market-insights-dashboard-container-inner-header {
                width: 70px !important;
            }

            .market-dashboard-heading-small-header {
                margin-left: 0px !important;
                font-size: 11px !important;
            }

            .market-dashboard-name {
                font-size: 11px !important;
            }

            .market-insights-dashboard {
                font-size: 11px !important;
            }

            .stock_scroll {
                display: flex !important;
                overflow-x: auto !important;
                white-space: nowrap !important;
                flex-direction: row !important;
                flex-wrap: nowrap !important;
            }

            .stock_scroll .e-con-inner {
                display: flex !important;
                flex-direction: row !important;
                flex-wrap: nowrap !important;
            }

            .stock_scroll.e-con .elementor-widget {
                min-width: 175px !important;
            }


        }