/* style.css */
#sales-dropdown {
    width: 25%;
    height: 25px;
    font-size: 12px;
    padding: 10px;
}

.nav-link{
    display: none;
}
.inline-div-container {
    display: flex;
    justify-content: space-between;
    padding: 10px;
    margin-top: 20px;
    margin-bottom: 20px;
}


.inline-div {
    border: 1px solid gray;
    padding: 5px;
    width: 150px; 
    height : 60px;
    display: flex;
    align-items: center;
    flex-direction: column;
    line-height: 0.01;
}

.graphdiv {
    margin-top: 5px;
    width: 100%;
    height: 900;
}

.first-text {
    color: red;
    text-align: center;
    font-size: 15px;
    font-weight: bolder;
}

.second-text {
    color: black;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
}
.inline-div-container2 {
    display: flex;
    justify-content: space-between;
    padding: 10px;
    margin-top: 20px;
}

.inline-div2 {
    border: 1px solid black;
    padding: 10px;
    width: 30%;  /* Adjust width as needed */
    height: auto;
}
.product {
    color: blue;
    font-size: 12px;
}
.vendor {
    color: blue;
}
.heading {
    color: red;
}
.product-div-containers {  
    display: flex;
    justify-content: space-between;
    padding: 15px;
    margin: 20px;
}

.graph-container {
    display: flex;
    justify-content: space-between;
    padding: 10px;
    margin-top: 20px;
}

.graph {
    flex: 1;
    margin: 0 10px;
    min-width: 0; 
}
