.group {
}

.issue {
    stroke: white;
}

.issue_selected {
    stroke: black;
    stroke-width: 3px;
}

.issue_visited_inside {
    stroke: #24a000;
    stroke-width: 3px;
    fill: none;
}

.selected_issue_panel {
    margin: 10px auto 0;
    display: none;
    position: fixed;
    clear: none;
    left: 0;
    right: 0;
    top: 10px;
    width: 600px;
    z-index: 1000;
}

.panel-title {
    word-break: break-word;
    line-height: 1.4;
    padding-right: 20px;
}

.selected_issue_field_container {
    margin-bottom: 5px;
    display: flex;
    align-items: baseline;
}

.selected_issue_label {
    font-weight: normal;
    margin-right: 5px;
    color: #777;
    display: inline-block;
    width: 80px;
    flex-shrink: 0;
    font-size: 0.9em;
}

.selected_issue_panel_field {
    word-break: break-word;
}

#selected-issue-ref {
    color: #337ab7;
    text-decoration: none;
}

#selected-issue-ref:hover {
    text-decoration: underline;
}

.panel_popup {
    margin: 10px auto 0;
    display: none;
    position: fixed;
    clear: none;
    left: 0;
    right: 0;
    top: 10px;
    width: 600px;
}

.group circle {
    fill: #efefef;
}

.group_label {
    pointer-events: none;
}

.unknown_priority {
    fill: #b4b3b4;
}

.minor_priority {
    fill: #13dded;
}

.normal_priority {
    fill: #396beb;
}

.major_priority {
    fill: #ffbd5c;
}

.critical_priority {
    fill: #e3665a;
}

.show_stopper_priority {
    fill: #E30000;
}

.critical_year_circle {
    pointer-events: none;
    stroke-width: 0.5px;
    stroke: white;
    fill: none;
}

.unvoted_year_circle {
    pointer-events: none;
    stroke-width: 0.5px;
    stroke: rgb(118 209 255 / 0.6);
    fill: none;
}

.year_circle {
    pointer-events: none;
    stroke-width: 0.5px;
    stroke: rgb(128 128 128 / 0.6);
    fill: none;
}

.assignee_icon {
    cursor: pointer;
}

.assignee_icon_head {
    pointer-events: none;
    fill: rgba(0, 0, 0, 0.45);
    stroke: none;
}

.assignee_icon_body {
    pointer-events: none;
    fill: rgba(0, 0, 0, 0.45);
    stroke: none;
    stroke-width: 2px;
    stroke-linecap: round;
}

.ghost_icon {
    cursor: pointer;
}

.ghost_icon_body {
    pointer-events: none;
    fill: rgba(0, 0, 0, 0.25);
    stroke: rgba(0, 0, 0, 0.45);
    stroke-width: 1px;
}

.vote_text {
    pointer-events: none;
    font-family: Arial, serif;
    stroke: none;
    fill: black;
}

.map {
    text-align: center;
    vertical-align: middle;
    width: 100%;
    flex-grow: 1;
    overflow: auto;
    scrollbar-width: none;
}


html, body {
    height: 100%;
    margin: 0;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.navbar-custom {
    background-color: #f8f9fa;
    border-bottom: 1px solid #dee2e6;
    border-radius: 0;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
    min-height: 50px;
    margin-bottom: 0 !important;
    flex-shrink: 0;
}

.navbar-custom .navbar-brand {
    color: #000 !important;
    font-weight: 700;
    font-size: 20px;
    letter-spacing: -0.5px;
    font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    padding-top: 9px;
    padding-bottom: 9px;
}

.navbar-custom .navbar-brand img {
    margin-right: 10px;
}

.navbar-custom .navbar-nav > li > a {
    color: #555;
    transition: color 0.2s;
}

.navbar-custom .navbar-nav > li > a:hover,
.navbar-custom .navbar-nav > li > a:focus {
    color: #000;
    background-color: transparent;
}

.navbar-custom .navbar-nav > .open > a,
.navbar-custom .navbar-nav > .open > a:hover,
.navbar-custom .navbar-nav > .open > a:focus {
    color: #000;
    background-color: #e9ecef;
}

.navbar-custom .navbar-text {
    color: #6c757d;
    margin-top: 15px;
    margin-bottom: 15px;
}

.navbar-custom .navbar-btn {
    margin-top: 10px;
    margin-bottom: 10px;
    background-color: #fff;
    border: 1px solid #ced4da;
    color: #495057;
    transition: all 0.2s;
}

.navbar-custom .navbar-btn:hover {
    background-color: #e2e6ea;
    color: #212529;
    border-color: #dae0e5;
}

.navbar-custom .navbar-toggle {
    border-color: #ddd;
}

.navbar-custom .navbar-toggle:hover,
.navbar-custom .navbar-toggle:focus {
    background-color: #ddd;
}

.navbar-custom .navbar-toggle .icon-bar {
    background-color: #888;
}

.navbar-custom .dropdown-menu {
    background-color: #fff;
    border: 1px solid rgba(0,0,0,.15);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
    max-height: 80vh;
    overflow-y: auto;
}

.navbar-custom .dropdown-menu > li > a {
    color: #333;
    padding: 8px 20px;
}

.navbar-custom .dropdown-menu > li > a:hover,
.navbar-custom .dropdown-menu > li > a:focus {
    color: #16181b;
    background-color: #f8f9fa;
}

.navbar-custom .dropdown-label {
    font-weight: normal;
    color: #777;
    font-size: 12px;
    margin-right: 2px;
}

.navbar-custom .dropdown-selection {
    font-weight: normal;
    color: #333;
    font-size: 15px;
}

.footer {
    width: 100%;
    color: #666;
    font-size: small;
    text-align: center;
    height: 30px;
    line-height: 30px;
    background-color: #f8f9fa;
    border-top: 1px solid #dee2e6;
    flex-shrink: 0;
}

.footer>a {
    color: #666
}