#sidebar {
  text-align: center;
  padding: 2rem 1rem;
  background-color: #303030; /*f8f9fa; #f8f9fa;*/
  z-index: +1;
  position:relative;
  overflow-y: auto;
  overflow-x: visible !important;

  color: #f2f3f4;
  font-size: 16px;
  font-weight: 200;
  font-family: Roboto,Helvetica,Arial,sans-serif;
  
}

.nav-link{
  color: #f2f3f4;
}

.dash-dropdown{
  color: #394852;
  background-color: #303030;
}

.btn-primary, .btn-primary:hover,  .btn-primary:visited {
  background-color: #394852 !important;
}
.btn-secondary:hover {
  border-color:#f2f3f4!important;
}

.sideBarButton:hover{
  border-color:#f2f3f4!important;
}

.Select-control{
  background-color: #f2f3f4 !important;
}
.Select--multi .Select-value{
  background-color: #fff !important;
  color: #394852 !important;
}

.DateInput_input, .DateInput_input_1, .DateRangePickerInput {
  background-color: #f2f3f4 !important;
  color: #394852 !important;
  background: #f2f3f4 !important;
}

.DateInput_input, .DateInput_input_1, .DateRangePickerInput {
  background-color: #f2f3f4 !important;
  color: #394852 !important;
  background: #f2f3f4 !important;
  font-size: 10px;
  border-color:#394852!important;
}

.form-check-input:focus{
  background-color: #f2f3f4 !important;
  box-shadow: 0 0 0 0.0rem rgba(40, 167, 69, 0.25) !important;
  fill :rgba(40, 167, 69, 0.25)!important;
  outline: 0;
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba(255,255,255,1.0)'/></svg>");
}
.form-check-input:checked{
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25) !important;
  background-color: rgba(40, 167, 69, 0.25) !important;
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba(255,255,255,1.0)'/></svg>");
}

.show-hide {
  width: 120px;
  position: relative;
}


.show-hide::before {
  background: inherit;
  content: "Select Columns";
  position: absolute;
  left: 5px;
  right: 5px;
}

div {
    display: block;
}
body {
    font-size: 14px;
    font-family: Roboto,Helvetica,Arial,sans-serif;
    line-height: 1.42857143;
    font-weight: 300;
    background-color: #f2f3f4;
    color: #394852;
}
.active{
  background-color: #f2f3f4 !important;
  color: #394852 !important;
}
.inactive{
  background-color: #f2f3f4 !important;
  color: #f2f3f4 !important;
}

.darkNavLink .active{
  background-color: #394852 !important;
  color: #f2f3f4 !important;
}

.darkNavLink .disabled{
  background-color: #f2f3f4 !important;
  color: #394852 !important;
}
 /*
.Select-control{
  background-color: #f2f3f4 !important;
}
*/



.card{
  background-color: #fff !important;
}


#sidebar h2 {
  text-align: left;
  margin-bottom: 0;
}

/* Hide the blurb on a small screen */
#blurb {
  display: none;
}

#sidebar-toggle {
  display: none;
}

#collapse *:first-child {
  margin-top: 1rem;
}

/* 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(255,255, 255, 255)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

#page-content {
  padding: 2rem 1rem;
}

@media (min-width: 48em) {
  #sidebar {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 20rem;
    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;
  }

  /* 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;
  }

  /* add negative margin to sidebar to hide */
  #sidebar.hidden {
    margin-left: -22rem;
    padding-right: 0rem;
  }

   /* also adjust margin of page content */
   #sidebar.hidden ~ #page-content {
    margin-left: 0rem;
    margin-right: 0rem;
    margin-top: 0rem;
    margin-bottom: 0rem;
 
    padding: 0rem 0rem;
    
  }

}

.DateRangePickerInput_arrow_svg, .DateRangePickerInput_arrow_svg_1 {

  Width: 0.85vw !important;
}

.DateInput_input {
  font-size: 0.9vw !important;
  padding-top: 5px;
  padding-right: 5px;
  padding-bottom: 5px;
  padding-left: 10px;

} 

.editor_controls .fold__top{
       height: 30px !important;
}

.accordion{
  width: 100%;
  margin-left: -20px;
  width: 120%;
}
.accordion-button{
  background-color: #303030;
  color: #f2f3f4;
  border-radius: 5px;
}

.accordion-border-radius{
  border-radius: 5px;
}

.accordion-button:not(.collapsed) {
  background-color: #394852;
  color: #f2f3f4;
}

.accordion{
  background-color: #394852;
  border-radius: 25px;
}

.accordion-item{
  background-color: #303030;
  border-color: #394852;
}


.column-header--hide,.column-header--sort,.dash-filter--case, .dash-filter--case--sensitive{
   color:rgb(40, 40, 40) !important;
   border-color:rgb(40, 40, 40) !important;
}
