
/* .dark_theme * {
  background-color: inherit;
  color: inherit;
} */
#page_layout {
  overflow-x: clip;
}
#sidebar {
  text-align: center;
  padding: 2rem 1rem;
  background-color: #f7f7f7;
  padding-bottom: 0.1rem;
  z-index: auto;
  position: relative;
}

#sidebar h2 {
  text-align: left;
  margin-bottom: 0;
  color: #019875;
}
  
/* Hide the blurb on a small screen */
#blurb {
  display: none;
}

#sidebar-toggle {
  display: none;
  top: -2rem !important;
  background-color: wheat;
  width: 3rem;
  /* height: 0.1rem; */
  border-radius: 0.3rem;
  margin-left: 17.5rem;
}
#navbar-toggle {
  top: -0.1rem !important;
  background-color: wheat;
  width: 6rem;
  position: relative;
  border-radius: 0.3rem;
  /* margin-left: 19.1rem; */
}
#topic {
  display: none;
}
/* .show #navbar-toggle {
  top: 3rem;
  transition: top 0.3s ease-in-out;
} */
div #sidebar_tabs {
  align-self: center;
}
/* #collapse *:first-child {
  /* margin-top: 1rem; */

  */
.nav-link.active{
  font-weight: bold;
}
#sidebar_items{
  padding-right: 0%;
  padding-top: 0%;
  margin-right: 0rem;
}
/* add the three horizontal bars icon for the toggle */
.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.custom_tabs{
  padding-right: 0;
  width: 19rem;
  /* border-right: 3px,solid, !important; */
  /* background-color: darkgoldenrod; */
  /* box-sizing:border-box; */
}
.cust_tab{
  /* padding-right: 1rem; */
  /* justify-self: center; */
  /* margin-left: 1rem; */
  /* color: palevioletred; */
  /* background-color: darkgreen; */
  /* border-right: 4px,solid,!important; */
  width: 19rem;
  /* padding: 1rem; */
}
#page-content {
  padding: 2rem 1rem;
}
#user_status_holder{
  display: none;
}
a {
   text-decoration: none !important;
 }
.link_text {
  /* color:#cb1ee2; */
  color:#e21ecb;
  /* color:inherit; */
  /* color: #dfdfe9; */
  /* text-decoration: underline; */
}
.link_text_2 {
  color:inherit;
  opacity: 0.8;
}
.attributes{
  margin-bottom: 4rem;
} 
#sender_message{
  height: 20rem;
}
.sneaky_trap {
  display: none;
}
.post_meta_metadata {
  height: 40rem;
}
.card-text {
  color: #3e3f3a !important;
}
.plotly svg {
  .bg{
    fill: transparent !important;
  }
}

.slider_container {
  position: absolute;
  top: 0;
  left: 0;
  width:100%;
  height:100%;
  opacity: 0;
  z-index:10;
  cursor: pointer;
  display:none;
}
.slider_container2 {
  display: none;
}
.hoverer_overlay {
  position: relative;
}
.range_slider {
  position: absolute;
  top: 0;
  left: 0;
  width:79%;
  height:100%;
  opacity: 0;
  margin-left: 3rem;
  margin-right: 3rem;
}
#feedback_holder {
  position:sticky;
  top: 3rem;
  z-index: 1020;
}
#alert_feedback { 
  padding: 0.2rem; 
  text-align: center;
  /* text-overflow: clip; */
}
.button_link {
  background: none;
  border: none;
  cursor: pointer;
  padding: 1rem;
}
.home_image_wrapper {
  position: relative;
}

.home_image_wrapper::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: repeating-linear-gradient(
    0deg,
    rgba(175, 168, 168, 0.5) 0%,   
    rgba(175, 168, 168, 0.5) 10%,  
    rgba(0, 0, 0, 0.1) 10%,        
    rgba(0, 0, 0, 0.1) 20%         
  );
  border-radius: 0.3rem;
  pointer-events: none;
}

.dashboard_image {
  width: 100%;
  height: auto;
  display: block;
}
/* .card_title {
  font-size: 18px;
}
.card_byline {
  font-size: 14px;
} */
.visual_link {
  cursor: pointer;
  font-size: 12px;
  color: #3e3f3a;
}
.home_byline {
  font-size: 24px;
}
.page_title {
  font-size: 28px;
  font-weight: 450;
  margin-bottom: 2.5rem;
}
.text_title {
  font-weight: 450;
  font-size: 20px;
}
.board_title{
  font-size: 20px;
  font-weight:450;
  margin-bottom: 1.5rem;
}
.sidebar_title {
  font-weight: 500;
}
.rc-slider-track {
  background-color: #e21ecb;
}
.rc-slider-handle {
  border: solid 2px #e21ecb;
}
.rc-slider-mark-text {
  color: inherit;
}
.slider_autoplay_controls {
  font-size: 34px;
}
.plotly .geolayer rect{
  fill:none !important;
}
/* .visual_link_span {
  cursor: none;
  position: relative;
  z-index: 2000;
} */
@media (hover:none) {
  .slider_container {
    display: block;
  }
  div#tree_map_holder .slider_container{
    display: none;
  }
}
/* Scaling Graphs*/

dash-graph {
  zoom: 0.45;
}

@media (min-width: 475px) {
  .dash-graph {
    zoom: 0.6;
  }
}

@media (min-width: 768px) {
  .dash-graph {
    zoom: 0.85;
  }
}

@media (min-width: 1024px) {
  .dash-graph {
    zoom: 1;
  }
}
/* Fixing Hover */
/* @media (hover: none){
  .plotly svg {
    pointer-events: none !important;
  }
} */
@media (min-width: 48em) {
  
  #sidebar {
    position: fixed;
    top: 56px;
    left: 0;
    bottom: 0;
    width: 21rem;
    text-align: left;
    transition: margin 0.3s ease-in-out, padding 0.3s ease-in-out;
  }

  #sidebar-toggle {
    display: inline-block;
    position: relative;
    top: 0;
    transition: top 0.3s ease-in-out;
  }

  /* add negative margin to sidebar to achieve the collapse */
  #sidebar.collapsed {
    margin-left: -15.5rem;
    padding-right: 0.5rem;
  }

  /* move the sidebar toggle up to the top left corner */
  #sidebar.collapsed #sidebar-toggle {
    top: -2rem;
  }
  
  /* also adjust margin of page content */
  #sidebar.collapsed ~ #page-content {
    margin-left: 6.5rem;
  }

  /* move all contents of navbar other than header (containing toggle) further
      off-screen */
  #sidebar.collapsed > *:not(:first-child) {
    margin-left: -6rem;
    margin-right: 6rem;
  }

  /* reveal the blurb on a large screen */
  #blurb {
    display: block;
  }

  /* Hide the toggle on a large screen */
  #navbar-toggle {
    display: none;
  }

  #collapse {
    display: block;
  }
  #topic {
    display: block;
  }
  /* set margins of the main content so that it doesn't overlap the sidebar */
  #page-content {
    margin-left: 22rem;
    margin-right: 2rem;
    transition: margin-left 0.3s ease-in-out;
  }
  .text_container_row{
    width: 75%;
  }
  #feedback_holder {
    top: 3.25rem;
    margin-left: 63rem;
  }
  .before_dropdown {
    min-height: 70vh !important;
  }
  /* #slider_container {
    display:none;
  } */
  /* #home_page_content {
    padding: 0.6rem !important;
  } */
}
@media only screen and (max-width: 576px) {
  div .hm_tile {
    margin-bottom: 1rem;
  }
}
/* #home_page_content {
  padding: 3rem;
} */
#home_img {
  max-height: 280px;
  object-fit: cover;
}
#footer_container {
  z-index: 7;
  height: 10rem;
  background-color: #161b24;
  position: absolute;
}
#wrapper {
  min-height: 100vh;
  padding-bottom: 0.1rem;
}
#navbar_container {
  max-width: 90%;
}
.before_dropdown {
  min-height: 64vh;
}
#nav_title {
  color: #e29a1e;
}
#footer_links {
  A {
    color: #dfdfe9 ;
  }
}
#nav_items_container {
  max-width: 75%;
}
.navbar-custom {
  background-color: white;
}
div .tab--selected.jsx-2309230230 {
  color: #e29a1e;
}
div .tab--selected.jsx-2309230230:hover {
  background-color: rgb(248, 244, 205);
}
div .dash-graph {
  margin-bottom: 2rem !important;
}
.plotly svg {
  background: transparent !important;
}
div .plot-container.plotly {
  background: rgb(248, 244, 205) !important;
  /* background: rgb(171, 210, 229) !important; */
}
.dash-spreadsheet-container th {
  background-color: rgb(248, 244, 205) !important;
}
.Select-value-label{
  color: #e29a1e !important;
}
div .hm_tile {
  background-color: rgb(248, 244, 205);
  padding-top: 0.2rem;
  margin-bottom: 0.1rem;
}
.text_body {
  background-color: rgb(248, 244, 205);
}
  /* .light_theme {
    transition: background-color 0.5s ease, color 0.5s ease; 
  } */
.dark_theme {
  background-color: #22282f;
  /* color: #e09223; */
  color: #dfdfe9;

  transition: background-color 0.5s ease, color 0.5s ease;
  .navbar-custom {
    background-color: #121822;
  }
  .dash-dropdown .Select-menu-outer {
    background-color: #393d42 !important;
  }
  .dash-dropdown .Select-menu {
    color: #dfdfe9;
  }
  .dash-dropdown .Select-control {
    background-color: #393d42;
  }
  #footer_container {
    background-color: #161b24;
  }
  #sidebar {
    background-color: #1d2228;
  }
  .tab {
    color:#dfdfe9;
    background-color: #323e51;
  }
  .tab.jsx-2309230230 {
    background-color: #1d2228;
  }
  .tab--selected.jsx-2309230230:hover {
    background-color: #3d4754;
  }
  .tab--selected.jsx-2309230230 {
    color: #e29a1e;
  }
  /* .js-pl0tly-plot .plotly .main-svg {
    background-color: #171a1e !important;
  } */
  /* .plotly .main-svg{
    background-color: transparent;
    background: none;
  } */
  .plotly svg {
    /* background: transparent !important; */
    fill:#e29a1e;
    /* color: #dfdfe9; */
  
    /* text {
      fill: #dfdfe9 !important; 
      /* fill:#e29a1e !important; */
      /* color:#dfdfe9 !important; */
    /* } */ */
    
    .bg {
      /* fill: #323e51 !important; */
      fill:transparent !important;
    }
  }
  /* .tree_map_holder .plotly svg{
    text {
      fill: transparent !important;
    }
  } */
  g.infolayer text{
    fill: #dfdfe9 !important; 
  }
  g.subplot.xy text{
    fill: #dfdfe9 !important; 
  }
  div .plot-container.plotly {
    background: #393d42 !important;
  }
  .Select-value-label{
    color: #e29a1e !important;
  }
  .dash-spreadsheet-container th {
    background-color: #323e51 !important;
  }
  .dash-spreadsheet-inner td{
    background-color: #393d42 !important;
  }
  button #sidebar-toggle {
    color:#dfdfe9 !important;
  }
  div .hm_tile {
    background: #393d42 !important;
    color:  rgb(248, 244, 205);
    border-color: #121822;
  }
  #home_title {
    color:  rgb(248, 244, 205)
  }
  #sidebar-toggle {
    background-color: #323e51;
  }
  #navbar-toggle {
    background-color: #323e51;
  }
  .text_body {
    background-color: #393d42;
  }
  .text_title{
    color:rgb(248, 244, 205);
  }
  .board_title {
    color:rgb(248, 244, 205);
  }
  .page_title {
    color:rgb(248, 244, 205);
  }
  .visual_link {
    color:rgb(248, 244, 205);
  }
  .card-text {
    color: rgb(248, 244, 205) !important;
  }
    /* svg .main-svg {
      background: #e29a1e !important;
    } */
   
     /* .js-plotly-plot {
      background: #e29a1e !import.plot-container .plotly{
      background: #e29a1e !important;
    } ant;
     } */
    /* rect .bg {
      fill: #171a1e !important;
    } */
    /* g .xy .nsewdrag.drag {
      fill: #2222lef7; */
  }

/* Landing page styles */
.hero-section {
    background-color: var(--bs-light);
}

.service-card {
    transition: transform 0.2s;
    border: none;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.service-card:hover {
    transform: translateY(-5px);
}

.service-card i {
    font-size: 2.5rem;
    color: var(--bs-primary);
}

.dark_theme .hero-section {
    background-color: #393d42;
}

.dark_theme .service-card {
    background-color: #1d2228;
    color: #dfdfe9;
}

.dashboard-preview {
    background-color: #f8f9fa;
    border-radius: 8px;
    height: 400px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.dark_theme .dashboard-preview {
    background-color: #1d2228;
}
  
  /* .navbar * {
    background-color: inherit;
  } */
  /* Toggle button */
  /* .toggle {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
  }
  .toggle #theme_toggler {
    display: none;
  }
  .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #333;
    transition: 0.4s;
    border-radius: 34px;
  }
  .slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: #fff;
    transition: 0.4s;
    border-radius: 50%;
  }
  #theme_toggler:checked + .slider {
    background-color: #060;
  }
  #theme_toggler:checked + .slider:before {
    transform: translate(26px);
  } */
   