﻿.formLabel {
    font-weight: 600;
    font-size: 11pt;
    padding-bottom: 0;
    line-height: 1;
    margin-bottom: 3px !important;
}

.formField, .textAreaField {
    width: 100%;
    margin-top: 0 !important;
    padding: 1rem;
    border: solid 1px darkgray;
    border-radius: 7px;
    font-size: 14px;
}

.textAreaField {
    min-height: 8rem !important;
    line-height: normal;
    resize: vertical !important;
    box-sizing: border-box;
    display: flex !important;
}

#tablist > button {
    width: 70px;
    border-color: black; 
    border-radius: 6px;
    margin: 3px 2px;
    padding: 1px;
}

.dropMenuItem {
    font-weight: 600;
    padding: 2px 10px;
}

.dropMenuHeader {
    font-weight: bold;
    padding: 2px 10px;
}

.dropMenuItem:hover {
    font-weight: bold;
    color: white;
    background-color: #606060;
}

/* Style only the selected tab */
[role="tablist"] [role="tab"][aria-selected="true"] {
    background-color: #2563eb !important; /* example: Tailwind blue-600 */
    color: white !important;
    font-weight: bold !important;
    border-color: white;
}

/* Optional: style unselected tabs */
[role="tablist"] [role="tab"][aria-selected="false"] {
    background-color: #f3f4f6 !important; /* Tailwind gray-100 */
    color: #374151 !important; /* Tailwind gray-700 */
}

[role="tab"][aria-selected="true"]:hover,
[role="tab"][aria-selected="true"]:focus {
    background-color: #1d4ed8; /* slightly darker blue */
}

[role="tab"][aria-selected="false"]:hover {
    background-color: darkgray; /* slightly darker blue */
}

[role="tab"] {
    transition: background-color 0.2s ease, color 0.2s ease;
}

/*.nav-item {
    position: relative;*/ /* Optional: for layout control */
/*    padding: 0 5px 0 5px;
*/ 
/*}*/

/*.nav-link {
    display: block;*/ /* Makes anchor behave like a block element */
    /*width: 100%;*/ /* Ensures it fills the parent horizontally */
    /*height: 100%;*/ /* Ensures it fills the parent horizontally */
    /*box-sizing: border-box;
    text-decoration: none;*/ /* Optional: remove underline */
/*    padding: 5px 15px 0 15px;
*//*}

    .nav-link.tabbo {
        color: white;
        background-color: #666;
        border: none;
    }

        .nav-link.tabbo.active {
            color: darkblue !important;
            border: none;
        }*/

.svgCentreX {
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
}

.bulletPanel {
    display: flex;
    align-items: flex-start; /* or center */
    gap: 0.5rem;
}

.bulletIcon {
    flex: 0 0 auto; /* don't grow or shrink */
}

.bulletText {
    margin: 0;
}

.navbar {
    position: fixed; /* Fixes the element relative to the viewport */
    top: 0; /* Anchors it to the top */
    left: 0; /* Aligns to the left edge */
    width: 100%; /* Stretches across the full width */
    z-index: 1000; /* Ensures it stays above other content */
}

.apiSub {
    color: darkblue;
}

.responsive-chart {
    width: 100%;
    height: auto;
    display: block;
}

.chart-wrapper {
    max-width: 575px;
    width: 100%;
}

