.company-logo {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.company-name {
    font-size: 52px;
    padding-top: 0 !important;
    margin: 0 !important;
    line-height: 1;
}

.price-change-up {
    color: rgb(22, 141, 135);
    font-size: 20px;
    font-weight: 700;
}
.price-change-down {
    color: rgb(201, 29, 43);
    font-size: 20px;
    font-weight: 700;
}

.nav-border {
    position: relative;
    border-bottom: rgb(192, 188, 188) solid 3px;
    transform: translateY('-10px');
}

.nav-item:hover{
    color: rgb(12, 166, 238);
}


.nav-item .active {
    position: relative;
}

.nav-item .active::after {
    content: '';
    position: absolute;
    border-bottom: rgb(12, 166, 238) solid 3px;
    width: 100%;
    height: 3px;
    top: 110%;
    left: 0;
}

.tradingview-widget-container {
    width: 100%;
    height: auto;
}

.date {
    line-height: 1;
    background-color: green;
}

.tab-content {
    display: none;
}

.tab-content.active {
    display: block;
}

.fundamentals {
    padding: 20px;
    padding-left: 0;
}

.key-facts {
    display: flex;
    justify-content: space-between;
}

.key-facts div {
    flex: 1;
}

.about {
    margin-top: 20px;
}

.nav-pills a {
    color: black;
    background-color: #f0f3fa;
    padding: 7px 25px;
    border-radius: 300px;
    margin-right: 5px;
}

.nav-pills .active {
    color: #fff;
    background-color: #000 !important;
}

/* Dividend Calendar Styling */
.pagination {
    width: 100%;
}

/* Dividend Calendar Styling */

#company-name {
    width: 150px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


