/*
******************************************************************************************
* Page: Stock Quote Comparative Chart
* Author: Subhranil Dutta
* Year 2025
******************************************************************************************
*/



/* Stock Quote Page – Comparative Chart (styles generated by the chart library) */
.qmodii .theme--light.application {
    background: #fff;
}
.qmodii .theme--dark.v-tabs__bar.primary {
    background-color: #017e00 !important;
    border-color: #017e00 !important;
}
.qmodii .v-tabs__item.v-tabs__item--active {
    background-color: #017e00 !important;
    color: #ffffff;
}
.qmodii-modal-content.qmodii-symbolookup .v-tabs__item {
    color: #017e00;
}
.qmodii-modal-content.qmodii-symbolookup .v-tabs__item.v-tabs__item--active {
    color: #ffffff;
}
.qmodii-modal-content.qmodii-symbolookup .v-tabs__div:last-of-type .v-tabs__item::before {
    content: 'ETF /';
    padding-right: 4px;
}
button.v-btn.theme--light.primary {
    background-color: #017e00 !important;
    border-color: #017e00 !important;
}
.qmodii .theme--dark.v-tabs__bar .v-tabs__div:hover,
.qmodii .theme--dark.v-tabs__bar .v-tabs__div:active,
.qmodii .theme--dark.v-tabs__bar .v-tabs__div:focus,
button.v-btn.theme--light.primary:hover,
button.v-btn.theme--light.primary:active,
button.v-btn.theme--light.primary:focus {
    background-color: #017e00 !important;
    border-color: #017e00 !important;
}

.qmodii .qmodii-advChart-chart .highcharts-scrollbar-rifles,
.qmodii .qmodii-advChart-chart .highcharts-scrollbar-thumb {
    fill: #017e00;
}
.highcharts-series rect {
    fill: #017e00;
}



@media (max-width: 768px) {

    .qmodii .v-dialog:not(.v-dialog--fullscreen){
        max-height: 50%;
    }

    .qmodii .v-list__tile__action, .qmodii .v-list__tile__avatar{
        min-width: 95px;
    }

}


/* eof */