@charset "UTF-8";

@font-face {
    font-family: "Montserrat";
    src: url("fonts/Montserrat-VariableFont_wght.ttf") format(truetype)
}

:root {
    --bs-blue: #0d6efd;
    --bs-indigo: #6610f2;
    --bs-purple: #6f42c1;
    --bs-pink: #d63384;
    --bs-red: #dc3545;
    --bs-orange: #fd7e14;
    --bs-yellow: #ffc107;
    --bs-green: #198754;
    --bs-teal: #20c997;
    --bs-cyan: #0dcaf0;
    --bs-white: #fff;
    --bs-gray: #6c757d;
    --bs-gray-dark: #343a40;
    --bs-primary: #0d6efd;
    --bs-secondary: #6c757d;
    --bs-success: #198754;
    --bs-info: #0dcaf0;
    --bs-warning: #ffc107;
    --bs-danger: #dc3545;
    --bs-light: #f8f9fa;
    --bs-dark: #212529;
    --bs-font: "Montserrat" !important;
    --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));

    --bs-whitegroup1:#FFFFFF;
    --bs-whitegroup2:#F2F2F2;
    --bs-whitegroup3:#E6E6E6;
    --bs-whitegroup4:#212529;

    --bs-peachgroup1:#EC6552;
    --bs-peachgroup4:#F08475;
    --bs-peachgroup2: #E56A54;

    --bs-cyangroup1:#00ABAA;
    --bs-cyangroup2:#50AFA8;
    --bs-cyangroup3:#00B2A9;
    --bs-cyangroup4:#9edfdf;

    --bs-limegroup1:#CDD500;
    --bs-limegroup2:#a8ad16;
    --bs-limegroup3:#C4D600;

    --bs-blackgroup1:#000000;
    --bs-blackgroup2:#212529;
    --bs-blackgroup3:#373B3E;
    --bs-blackgroup4:#1c1c1c;

    --bs-greengroup1:#9ACA7C;
    --bs-greengroup2:#DCEED0;
}

*,
::after,
::before {
    box-sizing: border-box
}

@media (prefers-reduced-motion:no-preference) {
    :root {
        scroll-behavior: smooth
    }
}


body {
    margin: 0;
    font-family: "Montserrat";
    font-size: calc(0.25rem + 0.5vw);
    font-weight: normal;
    line-height: 1.25;
    color: #212529;
    background-color: #fff;
    -webkit-text-size-adjust: 100%;visibility: visible;
    -webkit-tap-highlight-color: transparent;
    height: 100%;
}

@media only screen and (max-width: 1080px) {
    body {
      line-height: 1;
    }
  }

hr {
    margin-bottom: .5rem;
    margin-top: .1rem;
    border: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));

}

.center_hr{
    background-image: linear-gradient(to right,  rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
}

.desc_title  hr{
    margin-top: .1rem;
    border: 0;
    height: 1px;
}

.FAQ  hr{
    margin-top: .1rem;
    border: 0;
    height: 1px;
}

hr:not([size]) {
    height: 1px
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: .0rem;
    padding-top: .0;
    margin-bottom: .0;
    font-weight: 500;
    line-height: 1.5
}

.h1,
h1 {
    font-size: calc(1rem + 0.5vw);
}

h3 {
    font-weight: bold;
    margin-bottom: .25rem;
    background-color: black;
    color: var(--bs-greengroup2);
    padding-left: .5vw;
}

p {
    margin-top: 0;
    margin-bottom: 0rem;

}

abbr[data-bs-original-title],
abbr[title] {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none
}

.collapse:not(.show) {
    display: none
}


.collapsing {
    height: 0;
    overflow: hidden;
    transition: height .35s ease
}

.list-group {
    padding-left: 0;
    margin-bottom: 0;
    margin-top: 0;
}

.dropup,
.dropend,
.dropdown,
.dropstart {
  position: relative;
}

.dropdown-toggle {
  white-space: nowrap;
  color: black;
  background-color: white;
  border: none;
}
.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropdown-menu {
  position: relative;
  z-index: 999 !important;
  display: none;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0;
  font-size: 1rem;
  color: #ffffff;
  text-align: left;
  list-style: none;
  background-color: #000000;
  background-clip: padding-box;
  overflow: visible;
}

.dropend .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}
.dropend .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropend .dropdown-toggle::after {
  vertical-align: 0;
}

.dropstart .dropdown-menu[data-bs-popper] {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}
.dropstart .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.dropstart .dropdown-toggle::after {
  display: none;
}
.dropstart .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}
.dropstart .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropstart .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: 0.25rem 1rem;
    color: #ffffff;
    text-align: inherit;
    text-decoration: none;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
  }
  .dropdown-item:hover, .dropdown-item:focus {
    color: #ffffff;
    background-color: #2b2b2b;
  }
  .dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #00ABAA;
  }

  
  .dropdown-menu.show {
    display: block;
  }
  
  .dropdown-header {
    display: block;
    padding: 0.5rem 1rem;
    margin-bottom: 0;
    font-size: 0.875rem;
    color: #ffffff;
    white-space: nowrap;
  }
  
  .dropdown-item-text {
    display: block;
    padding: 0.25rem 1rem;
    color: #ffffff;
  }
  

/* width */
::-webkit-scrollbar {
      width: 0.5rem;
      background-color: var(--bs-whitegroup3);
    }
    
    /* Track */
    ::-webkit-scrollbar-track {
      background: #CCCCCC; 
      box-shadow: inset 0 0 0.3rem rgb(79, 78, 78); 

    }
     
    /* Handle */
    ::-webkit-scrollbar-thumb {
      background: white; 
      border-radius: 0.25rem;
      border: 0.05rem solid transparent;
    border-radius: 20rem;
    background-clip: content-box;
    }
    
    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
      background: whitesmoke; 
      border: 0.05rem solid lightgray;
      border-radius: 20rem;
      background-clip: content-box;
    }

/*# sourceMappingURL=bootstrap.min.css.map */

#Map {
    overflow-y: hidden;
}

.accordion {
    padding: 0;
    margin: 0;
}

.accordion-item {
    padding: 0;
    margin:0;
    height: fit-content;
}

.accordion-button {
    background-color:  white;
    position: relative;
    display: flex;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
    font-size: calc(0.75rem + 0.25vw);
    margin: 0rem;
    padding: 0.3rem;
    padding-left: .75rem;
    text-align: left;
    width:100%;
    cursor: pointer;
    border: none;
    font-family: montserrat;
}
.accordion-button:hover {
    background-color: var(--bs-whitegroup3);
}
.accordion-button:not(.collapsed) {
    border-bottom: var(--bs-whitegroup4) solid thin;
  }

.accordion-button:not(.collapsed)::after {
background-image: url("expand-arrow-1-32.png");
transform: rotate(-180deg);
border: none;
}

.accordion-button::after {
flex-shrink: 0;
width: 1.25rem;
height: 1.25rem;
margin-left: auto;
content: "";
background-image: url("expand-arrow-1-32.png");
background-repeat: no-repeat;
background-size: 1.25rem;
transition: transform 0.2s ease-in-out;
border: none;
}

.content_accordion .collapse-button:hover {
    transition-duration: .1s;
    background-color: var(--bs-limegroup1);
    border:none;
    color: black;
    font-weight: 500;
}
.linked_accordion .collapse-button:hover{
    transition-duration: .1s;
    background-color: var(--bs-cyangroup1);
    border:none;
    color: black;
    font-weight: 500;
}

.source_title:active {
    transition-duration: .1s;
    font-weight: 650;
}

.search_accordion .accordion-body {
    padding-top: .25rem;
    padding-bottom: .25rem;
}

.collapse-button{
    background-color: #212529;
    color: white;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
    margin: 0rem;
    padding: 0.2rem;
    padding-right:0;
    padding-left: 1rem;
    font-size: calc(0.75rem + 0.25vw);
    }
.content_accordion .table_tab.tab {
    overflow: hidden;
    height: 2rem;
    width: 25vw;
    padding-top: .55rem; 
    padding-left: .5rem;
    border: none ;
    text-align: left;
    font-size: calc(0.5rem + 0.5vw);
    line-height: 1;
    background-color: var(--bs-whitegroup2);
}

.content_accordion .table_tab:hover {
    background-color: var(--bs-whitegroup1);
}

.content_accordion .table_tab:active {
    background-color: var(--bs-limegroup1);
    transition-duration: .2s;
}
.content_accordion .table_tab--selected {
    border: none !important;
}


.content_accordion .linked_collpase .table_tab:active {
    background-color: var(--bs-cyangroup1);
    transition-duration: .2s;
}

.content_accordion .table_tab label{
    overflow: hidden;
    max-width: 15rem !important;
    text-overflow: ellipsis;
}

/* SIDEBAR TABLE LIST STYLE */
.table_tabs_container {
    /*z-index: 0;*/
    position: relative;
    border-width: thin;
    width: 25vw;
}


/* todo: convert checkbox_list_cols_stylem checkbox_col, checkbox_row, checkbox */
.list_and_checkbox_div{
    left : 0;
    list-style-type: none;
    text-overflow: ellipsis;
    font-size: 1rem;
    display: flex;
    width: 100%;
    max-width: 25vw;
    color: black;
}

.shopping_checkbox {
    z-index: 3;
    background-color: none;
    width:2rem;
    height: 2rem;
    align-items: center;
    justify-content: center;
    padding: .4rem;
    position: relative;
    left: -2.5rem;
}

.content_accordion input[type="checkbox" i] {
    margin-bottom: 1rem;
}


/* */
#main_search_row {
    margin-top: 1rem;
    height:3rem
}
.search_field {
    height: 1.5rem;
    padding: .5rem;
}
#main_search {
    height: 2.5rem;
    width: 85%;
    height : 100%;
}

#search_button {
    justify-content: center;
    text-align: center;
    vertical-align: center;
    border: var(--bs-cyangroup1);
    border-radius: .25rem;
    background: var(--bs-cyangroup1);
    display: flex;
    flex-direction: row;
    text-align: center;
    font-size: large;    
    height: 100%;
    padding: .8rem;
    padding-left: 1.2rem;
    padding-right: 1.2rem;
    margin-left: 1rem;
    cursor: pointer;
}

button{
    cursor: pointer;
}

#search_button:active {
    box-shadow: rgba(50, 50, 93, .1) 0 0 0 1px inset, rgba(50, 50, 93, .2) 0 6px 15px 0, rgba(0, 0, 0, .1) 0 2px 2px 0, rgba(50, 151, 211, .3) 0 0 0 4px;
    transition-duration: .1s;
}


.custom-tabs-container {
    position: fixed;
    background-color: black;
    height: 3rem;
}
.custom-tabs {
    background-color:var(--bs-whitegroup1) !important;
}

.custom-tab {
    background-color:var(--bs-whitegroup1) !important;
    color: black !important;
    border-top-left-radius: .3rem !important;
    border-top-right-radius: .3rem !important;
    border: none !important;
    line-height: 1;
    padding-left: 1rem !important;
    padding-right: 1rem !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center;
    height: 2.5rem !important;
    margin-top: 0.2rem;
    margin-right: 1px;
    font-size: 1rem;
}
.custom-tab--selected-show {
    color: white !important;
    background-color: var(--bs-cyangroup1) !important;
    border-top: none !important;
}
.custom-tab--selected-ops {
    color: white !important;
    background-color: var(--bs-greengroup1) !important;
    border-top: none !important;
}
.custom-tab--selected-doc {
    color: white !important;
    background-color: var(--bs-peachgroup1) !important;
    border-top: none !important;
}


.ops_header {
    color: white;
    background-color: var(--bs-greengroup1);
}
.show_header {
    color: white;
    background-color: var(--bs-cyangroup1);
}
.doc_header {
    color: white;
    background-color: var(--bs-peachgroup1);
}


.dash-table-container .dash-spreadsheet-container .dash-spreadsheet-inner table {
    font-family: "Montserrat" !important;
    font-size: 0.75rem;
}

.row_layout {
    width: 100%;
    display: flex;
}
.non_row_layout {
    display: relative;
}

#embed_video {
    justify-content: right;
    width:32vw;
    height:18vw;
    vertical-align: middle;
    margin-top: auto;
    margin-bottom: auto;
}

ul {
    margin-top: 0rem;
    margin-bottom: 0rem;
    line-height: 1.5;
    margin-right: .75vw;
    margin-bottom: .5vw;
}

.padding_p {
    margin-top: .5vw;
    margin-left: 1vw;
    margin-right: 1vw;
    padding-bottom: .5vw;
}


.reset_button {
    background: none;
    color: white ;
    cursor: pointer ;
    border: solid black 2px;
    border-radius: .25rem;
    transition-duration: 0.25s;
    font-size: .75rem;
    margin-left: auto;
    margin-right: 1rem;
  }

.reset_button:hover {
    background:  var(--bs-red);
}
#clear_search1{
    display: flex;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    color:black;
}
#clear_search1:hover {
    color:white
}

.red_button {
    background: black !important;
    color: white !important;
    cursor: pointer !important;
    border: none;
    transition-duration: 0.25s;
    margin-top: 1rem;
    margin-left: 1rem;
    font-size: 1rem;
    padding: 1rem;
  }

.red_button:hover {
    background: var(--bs-red) !important;
}

#save_button {
    background: var(--bs-cyangroup2) !important;
    color: white !important;
    cursor: pointer !important;
    border:none;
    transition-duration: 0.25s;
    float:right;
    margin-left: auto;
    margin-right: 1rem;
    margin-top: 1rem;
    font-size: 1rem;
    
    padding: 1rem;
  }
#save_button:hover {
    background: var(--bs-cyangroup1) !important;
}

#title_nav_style {
    position: fixed;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    left : 40%;
    width : 34%;
    margin-top:1.5rem;
    margin-bottom:1.5rem;
}

.nav-item{
    display: inline;
    z-index: 999;
    margin-left: 5%;
    margin-right: 5%;
}

.nav-link {
    color:black;
    font-size: large;
}

.nav_button {
    position: flex;
    display: inline;
    color:black;
    font-size: large;
     z-index: 999;
    position : relative;
    overflow : visible;
    margin-left: 5%;
    margin-right: 5%;
    border: 0rem;
    background: white;
    font-size: large;
    font-weight: normal;
    font-family: "Montserrat";
}
#review.nav_button {
    margin-right: 0;
    padding-right: 0;
}

.nav_button:hover {
    text-decoration: underline;
}

#body {
    position: fixed;
    top: 4.5rem;
    left:0;
    width: 100%;
    height : calc(100% - 4.5rem);
    z-index: 0;
    overflow-y: hidden;
}

.body_footer {
    height: 100%;
}

#body_content {
    background-color: var(--bs-whitegroup2);
    position: relative;
    width: auto;
    height: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
}

.body_box {
    align-items: center;
    padding-left: 1.5rem;
    padding-right: .5rem;
    width: 100%;
    height: fit-content;
    min-height: calc(100% - 6rem);
    padding-bottom: .5rem;
}
#body_search {
    background-color: var(--bs-whitegroup2);
}

#sidebar_left_div {
    position: relative;
    float: left;
    top: 0;
    left: 0;
    z-index: 1;
    width: fit-content;
    height: 100%;
    background-color: #212529; 
}

#sidebar_list_div {
    position: relative;
    background-color:#212529 ;
    overflow-y: scroll;
    overflow-x: hidden;
    height:91.9%;
}


#sidebar_title {
    background-color: #212529;
    color: white;
    padding-top: .25rem;
    padding-left: .5rem;
    height: 9%;
}

#landing {
    color:blue;
    height: 100%;
    overflow-y: scroll;
}

#sidebar-collapse {
    position: relative;
    float: left;
    top: 0;
    left: 0;
    z-index: 1;
    height: 100%;
    background-color: #212529;
    width: 25vw;
}
#sidebar-collapse {
    position: relative;
    float: left;
    top: 0;
    left: 0;
    z-index: 1;
    height: 100%;
    background-color: #212529;
    width: 25vw;
    min-width: 25vw;
}
.collapsing collapse-horizontal{
    display: none;
}

.collapse_header {
    font-size: larger;
    font-family: "Montserrat";
    border: none;
    border-bottom: thin solid #000000;
    width: 100%;
    background-color: white;
    text-align: left;
    margin-top: .5rem;
    margin-bottom: .5rem;
}

.collapse_header:hover {
    border-bottom: medium solid #000000;
}

.collapse_header:not(.collapsed)::after {
    align-content:flex-end;
    content: url("expand-arrow-1-32.png");
    transform: rotate(-180deg);
    border: none;
    }

.style_div {
    width: 100%;
    padding: 1rem;
    background-color: var(--bs-whitegroup1);
    color: black;
    border-radius: .5rem .5rem 0 0;
}
#search_style_div {
    font-size: .9rem;
}
#search_style_div label {
    margin-right: 1rem;
}
#search_type_radio {
    padding-top: .5rem;
    font-size: calc(0.6rem + 0.5vw) ;
    background-color: white;
}
#search_type_radio label {
    margin-right: 1rem;
}

.container_div {
    width: 100%;
    padding: .25rem;
    background-color: var(--bs-whitegroup1);
    color: black;
    margin-bottom: 0.5rem;
}
#source_linkage_graph {
    padding: 0rem;
}
#source_age_graph {
    padding: 0rem;
}
#dataset_linkage_graph {
    padding: 0rem;
}
#dataset_age_graph {
    padding: 0rem;
}
.container_line_50{
    margin-left: .5rem;
    margin-right: .5rem;
    width: 50%;
    align-content: inline;
}

.tab_div{
    width: 100%;
    height: 50vh;
    overflow-y: hidden;
    border: solid lightgray thin;
    background-color: white;
    border-radius:  0 0 .5rem .5rem;
    padding: .5rem;
    padding-top: 0;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    margin-bottom: .5rem;
}

.desc_title {
    background-color: white;

    padding-top: .5rem;
    text-align: left;
    padding-bottom: .5rem;
    margin-top: 1rem;
    margin-bottom: 1rem;

    font-size: calc(0.4rem + 0.5vw);
    background-color: white;
    border-radius: .5rem;
    padding: .5rem;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 4px 8px 0 rgba(0, 0, 0, 0.1);
    text-indent: 2rem;
}


.shadow_block {
    background-color: white;
    border-radius: .5rem;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 4px 8px 0 rgba(0, 0, 0, 0.1);

}

.text_block{
    font-size: calc(0.4rem + 0.5vw);
    background-color: white;
    border-radius: .5rem;
    padding: .75rem;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 4px 8px 0 rgba(0, 0, 0, 0.1);

}


.info_box_left {
    width : 30%;
    display: inline-block;
    vertical-align: top;
    margin-right: 2.5%;
    margin-bottom: .3rem;
}
.info_box_right {
    width : 67%;
    display: inline-block;
    vertical-align: top;
    margin-bottom: .3rem;
}

.sunburst {
    width: 100%;
    height:80vh;    
}
#overview_sunburst_div {
    background-color: white;
    border-radius: .5rem;
    padding: .5rem;
    margin-bottom: 1rem;
    margin-top: 1rem;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 4px 8px 0 rgba(0, 0, 0, 0.1);

}
#overview_title {
    margin-top: 1rem;
}

.leaflet-pane {
    position: relative;
    width: auto;
    height: auto;
    top: 0;
}


.title_div {
    position: fixed;
    display: flex;
    top: 0;
    left: 0rem;
    height: 4.5rem;
    width: 100%;
    background-color: white;
    color: black;
    overflow: visible;
}

.footer {
    display:flex;
    position: relative;
    left: 0;
    bottom: 0;
    height: 6rem;
    padding-top: .5rem;
    padding-bottom: .5rem;
    background-color: var(--bs-greengroup1);
    overflow: hidden;
    vertical-align: bottom;
    width: 100%
}


.footer_img {
    max-width:100%;
    max-height: 100%;
    vertical-align: middle;
    align-content: center;
}

#footer_top{
    height : fit-content;
    background-color: var(--bs-greengroup2);
    width: 100%;
    display: flex;
}

.footer_div {
    vertical-align: middle;
    align-content: center;
    width:20%;
    padding-left: .5rem;
    padding-right: .5rem;
}
.footer_col {
    margin: 1rem;
    width:fit-content;
    

}
.footer_button {
    background-color: var(--bs-greengroup2);
    border: none;
    text-decoration: underline;
    font-size: calc(0.25rem + 0.5vw);
    padding: 0;
    margin: .1rem;
}
#address_col {
    font-size: calc(0.2rem + 0.5vw);
}
#help_col  {
    margin-left: auto;
}
#nav_col {
    margin-left: 2vw;
    margin-right: 10vw;
}

#sidebar-collapse-button {
    float: left;
    position: absolute;
    top: 0rem;
    z-index: 5;
    background-color: #212529;
    border: none;
    color: white;
    width: 2rem;
    height: 2rem;
}

#sidebar-collapse-button:hover {
    background-color: black;
}
.bi-list {
    font-size:large;
    font-weight: bold;
}


#intro_div {
    padding-top: .5rem;
    text-align: left;
    padding-bottom: .5rem;
    margin-top: 1rem;
    margin-bottom: 1rem;
}


.source_overview_box {
    padding: .65rem;
    padding-top: .2rem;
    border:  solid thin black;
    border-radius: .5rem;
    background-color: white;
    margin: .5rem;
}

.source_list {
    border-radius: .5rem;
}

#source_row {
    height:fit-content;
}

.inline_img {
    max-height: 4rem;
    vertical-align: middle;
    align-content: center;
    padding-left: .5rem;
    padding-right: .5rem;
}
.header_row {
    display: flex;
    vertical-align: middle;
    align-items: center;
    margin-bottom: .5rem;
    cursor: pointer;
}

h1 {padding-left: 1rem;}
#study_summary {
    margin-top: .5rem;
    background-color: white;
    border-radius: .5rem;
    padding: .5rem;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
#dataset_summary {
    margin-top: .5rem;
    background-color: white;
    border-radius: .5rem;
    padding: .5rem;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.tab_parent {
    background-color: white;
    border-radius: .5rem .5rem 0 0;
    padding: .5rem;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.llc_logo {
    max-height: 100%;
    padding-top: .2rem;
    padding-bottom: .2rem;
    margin-left: 1rem;
}
#footer_logo {
    height: 5vw;
    max-height: 100%;
}
#basket_review_table {
    width:100%;
}

#basket_review_table_div{
    padding: 1rem;

}
#basket_review_text_div{
    margin: .5rem;
}
#basket_review_always_selected{
    margin: .5rem;
}
#basket_review_always_selected_text{
    margin: .5rem;
}

#codelist_download{
    margin: .5rem;
    font-size: calc(0.4rem + 0.5vw);
    background-color: white;
    border-radius: .5rem;
    padding: .75rem;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 4px 8px 0 rgba(0, 0, 0, 0.1);
}

.codeitem{
    display: inline;
}

.source_collapse_button{
    right: 0;
    width: calc(0.75rem + 0.5vw);
    height: calc(0.75rem + 0.5vw);
    margin-right: .5rem;
}
.source_title {
    width:100%;
    cursor: pointer;
}

.cell-markdown {
    font: var(--bs-font) !important;
}

.source_collapse_button{
    background-color: transparent ;
    background-image: url("expand-arrow-white-1-32.png");
    background-size: calc(0.75rem + 0.5vw);
    background-repeat: no-repeat;
    border: none;
    cursor: pointer;
    }
    
.collapse-button:hover .source_collapse_button:hover{
    background-color: black;
    border: none;
    border-radius: 1rem;
    background-image: url("expand-arrow-white-1-32.png");
}    


.collapse-button:hover .source_collapse_button:active{
    transition-duration: .1s;
    transform: translate(0, .1rem);
}    

.collapse-button:hover .source_collapse_button{
    transition-duration: .1s;
    background-image: url("expand-arrow-1-32.png");
    background-size: calc(0.75rem + 0.5vw);
}    
    
.button_text {
    width: min-content;
}

.tooltip {
    margin-left: .5rem;
    --bs-tooltip-zindex: 1080;
    --bs-tooltip-max-width: 15vw;
    --bs-tooltip-padding-x: 0.5rem;
    --bs-tooltip-padding-y: 0.25rem;
    --bs-tooltip-margin: ;
    --bs-tooltip-font-size: 1rem;
    --bs-tooltip-color: black; 
    --bs-tooltip-bg: white;
    --bs-tooltip-border-radius: .25rem;
    --bs-tooltip-opacity: 0.9;
    --bs-tooltip-arrow-width: 0.8rem;
    --bs-tooltip-arrow-height: 0.4rem;
    border: none;

}
.tooltip-inner {
    max-width: var(--bs-tooltip-max-width);
    padding: var(--bs-tooltip-padding-y) var(--bs-tooltip-padding-x);
    color: var(--bs-tooltip-color);
    text-align: center;
    background-color:white;
    border-radius:.25rem;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 4px 8px 0 rgba(0, 0, 0, 0.1);

}
.tooltip::after {
    content: " ";
    position: absolute;
    top: 50%;
    right: 100%; /* To the left of the tooltip */
    margin-top: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent white transparent transparent;
  }

  .offcanvas {
    position:absolute;
    top: 0;
    right: 0;
    background-color: white;
    border: none;
    height: 100%;
    width: 40vw;
    box-shadow: 0 0 0.3rem rgb(79, 78, 78); 
  }
  #offcanvas_close {
    background-color: white;
    border:none;
    margin:.5rem;
  }
  #modal_close {
    position: absolute;
    background-color: white;
    border:none;
    margin:.5rem;
    right:0;

  }
  .modal {
    position:fixed;
    top: 0;
    right: 15%;
    background-color: white;
    height: 100%;
    width: 60%;
    box-shadow: 0 0 0.3rem rgb(79, 78, 78); 
  }
  .modal_body {    
    margin-left: 2rem;
    margin-right: 2rem;
    font-size: calc(0.65rem + 0.25vw);;
  }
  .modal_body h1{
    text-align: center;

    margin-top: 1rem;
    font-size:  calc(1.2rem + 0.5vw);
  }
  .modal_background {
    display:none;
    position: absolute;
    width:100%;
    height:100%;
    background-color: black;
    opacity: .2;
    left:0;
  }
  .offcanvas-header {
    display: none;
  }
  .FAQ_QA {
    width: 100%;
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
  .loading {
    display: flex;
    vertical-align: top;
    justify-content:center;
    align-items: start;
    top: 0;
    height: fit-content;
  }
  .loading_spinner {
    position: absolute;
    top: 0;
  }

  .error_p {
    padding: 1rem;
  }
  .colorbar  {
    display: none;
  }
  #map_tooltip {
    font-size: large;
  }

  .small_text{
    font-size: xx-small;
  }
  .hidden{
    display:none;
  }

  #toggle_values{
    display: none;
    margin-left: 80%;
    margin-right: 1%;
  }

  #offcanvas_review {overflow-y: scroll;}