.sidenav {
    height: 100%;
    width: 250px;

    position: fixed;
    z-index: 1;
    top: 0px;
    right: 0;
    background-color: #f6f6f6;
    overflow-x: hidden;
    border: 2px #707070 solid;
}
.hidden {
    display: none;
}
.sidenav a {
    padding: 1px 10px 1px 0px;
    text-decoration: none;
    font-size: 16px;
    color: #283c50;
    display: block;
    transition: 0.3s;
    text-align: right;
}

.sidenav a:hover {
    color: #f6f6f6;
}

/* Style the sidenav links and the dropdown button */
.dropdown-btn {
    padding: 6px 8px 6px 16px;
    text-decoration: underline;
    font-size: 20px;
    font-weight: bold;
    color: #283c50;
    display: block;
    border: none;
    background: none;
    width: 100%;
    text-align: right;
    cursor: pointer;
    outline: none;
}

/* On mouse-over */
.sidenav a:hover,
.dropdown-btn:hover {
    color: #f1f1f1;
}

.sidenav .navbar-brand {
    margin-right: 0px;
    padding-right: 8px;
}

.active {
    background-color: #e1edf6 !important;
}
.dropdown-container {
    display: block;

    padding-right: 8px;
}

/* Optional: Style the caret down icon */
.fa-caret-down {
    float: left;
    padding-left: 8px;
}
.service_blue,
.card-header {
    background-color: #e1edf6;
}

#top_nav {
    margin-right: 250px;
}

main {
    transition: margin-right 0.5s;
    padding: 16px;
    margin-right: 250px;
}

@media screen and (max-height: 650px) {
    .sidenav {
        margin-right: 0px;
    }
    .sidenav a {
        font-size: 18px;
    }
    main,
    #top_nav {
        margin-right: 0px;
    }
}

.breadcrumb {
    background-color: #e1edf6;
    margin-bottom: 0;
    padding-right: 70px;
}

.breadcrumb-item + .breadcrumb-item {
    padding-right: 0.5rem;
}

.breadcrumb-item + .breadcrumb-item::before {
    float: right;
    padding-left: 0.5rem;
    color: #6c757d;
    content: "/";
}
.img-thumbnail {
    background-color: #f8fafc;
    border: 1px solid #000;
    border-radius: 1rem;
}

.table th,
.table td {
    padding: 0.5rem;

    line-height: 25px;
}

.navbar {
    padding: 0;
}

.sidebar-nav {
    position: absolute;

    width: 220px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.sidebar-nav li {
    position: relative;
    line-height: 20px;
    display: inline-block;
    width: 100%;
}

.sidebar-nav li:before {
    content: "";

    height: 100%;
    width: 3px;
    background-color: #e1edf6;
}
.sidebar-nav li:first-child a {
    color: #283c50;
    background-color: #f6f6f6;
}
.sidebar-nav li:nth-child(5n + 1):before {
    background-color: #ec1b5a;
}
.sidebar-nav li:nth-child(5n + 2):before {
    background-color: #79aefe;
}
.sidebar-nav li:nth-child(5n + 3):before {
    background-color: #314190;
}
.sidebar-nav li:nth-child(5n + 4):before {
    background-color: #279636;
}
.sidebar-nav li:nth-child(5n + 5):before {
    background-color: #7d5d81;
}

.sidebar-nav li:hover:before,
.sidebar-nav li.open:hover:before {
    width: 100%;
    -webkit-transition: width 0.2s ease-in;
    -moz-transition: width 0.2s ease-in;
    -ms-transition: width 0.2s ease-in;
    transition: width 0.2s ease-in;
}

.dropdown-header {
    text-align: center;
    font-size: 1em;
    color: #283c50;
    background: #f6f6f6;
}
.sidebar-nav .dropdown-menu {
    position: relative;
    width: 100%;
    padding: 0;
    margin: 0;
    border-radius: 0;
    border: none;
    background: #f6f6f6;
    box-shadow: none;
}
.dropdown-menu.show {
    top: 0;
}

.sidebar-nav li a:hover,
.sidebar-nav li a:active,
.sidebar-nav li a:focus,
.sidebar-nav li.open a:hover,
.sidebar-nav li.open a:active,
.sidebar-nav li.open a:focus {
    color: #28323b;
    text-decoration: none;
    background-color: transparent;
}

.sidebar-nav li a {
    display: block;
    color: #283c50;
    text-decoration: none;
    font-weight: 400;
    padding: 10px 15px 10px 30px;
    font-size: 16px;
}
.caret {
    text-align: left;
}

ul.dropdown-menu {
    position: initial !important;
    transform: none !important;
}

.sidebar-nav li.dropdown {
    text-decoration: underline;
    border-top: 1px solid #e9ecef;
}

.sidebar-nav li.dropdown a.dropdown-toggle {
    font-size: 18px;
    font-weight: bold;
    color: #283c50;
}

.sidebar-nav li.dropdown a.dropdown-toggle:after {
    position: absolute;
    left: 0px;
}

#month_slider {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.box-minmax {
    margin-top: 10px;
    width: 304px;
    display: flex;
    justify-content: space-between;
    font-size: 16px;
    color: #79aefe;
}
.box-minmax span:first-child {
    margin-left: 10px;
}

.range-slider {
    margin-top: 10px;
}
.rs-range {
    margin-top: 9px;
    width: 300px;
    -webkit-appearance: none;
}
.rs-range:focus {
    outline: none;
}
.rs-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 1px;
    cursor: pointer;
    box-shadow: none;
    background: #79aefe;
    border-radius: 0px;
    border: 0px solid #010101;
}
.rs-range::-moz-range-track {
    width: 100%;
    height: 1px;
    cursor: pointer;
    box-shadow: none;
    background: #79aefe;
    border-radius: 0px;
    border: 0px solid #010101;
}

.rs-range::-webkit-slider-thumb {
    box-shadow: none;
    border: 0px solid #79aefe;
    box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.25);
    height: 22px;
    width: 18px;
    border-radius: 22px;
    background: rgba(255, 255, 255, 1);
    cursor: pointer;
    -webkit-appearance: none;
    margin-top: -20px;
}
.rs-range::-moz-range-thumb {
    box-shadow: none;
    border: 0px solid #79aefe;
    box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.25);
    height: 22px;
    width: 18px;
    border-radius: 22px;
    background: rgba(255, 255, 255, 1);
    cursor: pointer;
    -webkit-appearance: none;
    margin-top: -20px;
}
.rs-range::-moz-focus-outer {
    border: 0;
}

.rs-label {
    position: relative;
    transform-origin: center center;
    display: block;
    width: 22px;
    
    background: transparent;
    border-radius: 25%;
    line-height: 10px;
    text-align: center;
    font-weight: bold;
    padding-top: 2px;
    box-sizing: border-box;
    border: 2px solid #79aefe;
    margin-top: 2px;
    margin-right: -40px;
    left: attr(value);
    color: #79aefe;
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    font-size: 18px;
}

.side_note {
    text-align: right;
}

 /* Style the tab */
 .tab {
    overflow: hidden;
    border: 1px solid #ccc;
    background-color: #f1f1f1;
  }
  
  /* Style the buttons that are used to open the tab content */
  .tab button {
    background-color: inherit;
    float: right;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
  }
  
  /* Change background color of buttons on hover */
  .tab button:hover {
    background-color: #ddd;
  }
  
  /* Create an active/current tablink class */
  .tab button.active {
    background-color: #ccc;
  }
  
  /* Style the tab content */
  .tabcontent {
    display: none;
    padding: 6px 12px;
    border: 1px solid #ccc;
    border-top: none;
  } 
  
  .circle {
      background-color: transparent;
      border-color: white;
      border-radius: 50%;
      border-width: 0px;
      height: 10px;
      width: 10px;
      line-height: 10px;
  }

  .dot {
      height: 15px;
      width: 15px;
      background-color: none;
      border-radius: 50%;
      display: inline-block;
  }

  .dot.dot-1 {
      background-color: yellow;

  }

  .dot.dot0 {
      background-color: transparent;

  }

  .dot.dot1 {
      background-color: greenyellow;
  }

  .dot.dot2 {
      background-color: blue;
  }

  .dot.dot3 {
      background-color: orange;
  }

  .dot.dot4 {
      background-color: red;
  }

  .dot.dot5 {
      background-color: darkred;
  }

  .dot.dot6 {
      background-color: darkred;
      border: 3px orange solid;
  }
  .badge.badge0 {
    color: #fff;
    background-color: #6c757d !important;
}


.badge.badge1 {
    background-color: orange;
}

.badge.badge2 {
    background-color: yellowgreen;
}

.badge.badge3 {
    background-color: red;
}

.badge.badge4 {
    background-color: yellow;
}