a {
  text-decoration: none;
  /*font-family:  "Open Sans", sans-serif;
  font-size: .8rem;
  font-weight: 100;*/
  color: grey;
}


.bi {
  display: inline-block;
  width: 1rem;
  /**height: 1rem;**/
}


.main_button {
  background: linear-gradient(-135deg, #1de9b6 0%, #1dc4e9 100%);
  border-radius: 10px;
  
  width: 35px;
  height: 35px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}


.main_title {
  margin-left: 10px;
  font-weight: 100;
  color: #fff;
  font-size: 18px;
}

/*
 * Sidebar
 */

@media (min-width: 768px) {
  .sidebar .offcanvas-lg {
    position: -webkit-sticky;
    position: sticky;
    top: 48px;
  }

  

  .sidebar {
    background-color:#3f4d67 ; 
    color:#3f4d67 ; 
    height: 100vh;
    position : fixed;
    max-width: 280px;
  }

}

@media (max-width: 768px) {
  .navbar {
    background-color: #3f4d67;
  }
}

.sidebar .nav-link {
  font-size: .875rem;
  font-weight: 500;
}


.sidebar-heading {
  font-size: .75rem;
}

/*
 * Navbar
 */




.navbar-brand {
  padding-top: .75rem;
  padding-bottom: .75rem;
  background-color: #3f4d67;
  max-width: 280px;
  /**box-shadow: inset -1px 0 0 rgba(0, 0, 0, .25);**/
}



.nav-item {
  padding: .75rem;
  padding-left: 0rem;
  position:relative;
}

.nav-btn {
  padding-left: 1rem;
}

.nav-underline .nav-link.active, .nav-underline .show>.nav-link {
    font-weight: 500;
    color: #3f4d67;
    border-bottom-color: currentcolor;
}

.nav-separator {
  display: inline-flex;
  padding: .25rem .25rem;
  margin-top: .1rem;
  margin-bottom: -.2rem;
  margin-left: .75rem;
  font-size: .7rem;
  text-decoration:none;
  color: #8d98ac;

}

@media (min-width: 768px) {
  .bd-placeholder-img-lg {
    font-size: 3.5rem;
  }
}

@media (min-width: 1100px) {
  .sticky-main {
    margin-left: 280px !important;
  }
}


.bi {
  /**vertical-align: -0.125em;**/
  fill: currentColor;
}

.btn-bd-primary {
  --bd-violet-bg: #712cf9;
  --bd-violet-rgb: 112.520718, 44.062154, 249.437846;
  --bs-btn-font-weight: 600;
  --bs-btn-color: var(--bs-white);
  --bs-btn-bg: var(--bd-violet-bg);
  --bs-btn-border-color: var(--bd-violet-bg);
  --bs-btn-hover-color: var(--bs-white);
  --bs-btn-hover-bg: #6528e0;
  --bs-btn-hover-border-color: #6528e0;
  --bs-btn-focus-shadow-rgb: var(--bd-violet-rgb);
  --bs-btn-active-color: var(--bs-btn-hover-color);
  --bs-btn-active-bg: #5a23c8;
  --bs-btn-active-border-color: #5a23c8;
}
.bd-mode-toggle {
  z-index: 1500;
}
.bd-mode-toggle .bi {
  width: 1em;
  height: 1em;
}
.bd-mode-toggle .dropdown-menu .active .bi {
  display: block !important;
}

.btn-toggle, .btn-no-toggle {
  display: inline-flex;
  align-items: center;
  padding: .25rem .5rem;
  font-weight: 400;
  color: #a9b7d0;
  /*color: rgba(0, 0, 0, .65);*/
  background-color: transparent;
  border: 0;
}
.btn-toggle:hover, .btn-no-toggle:hover,
.btn-toggle:focus, .btn-no-toggle:focus {
  color: #c9d9dc;
  /*background-color: #d2f4ea;*/
}

.btn-toggle::after {
  width: 1.25em;
  line-height: 0;
  content: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23a9b7d0' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M5 14l6-6-6-6'/%3e%3c/svg%3e");
  transition: transform .35s ease;
  transform-origin: .5em 50%;
  right:20px;
  position:absolute;
  
}

.btn-toggle[aria-expanded="true"] {
  /*color: rgba(0, 0, 0, .85);*/
}
.btn-toggle[aria-expanded="true"]::after {
  transform: rotate(90deg);
}


.btn-toggle-nav a {
  display: inline-flex;
  padding: .5rem .5rem;
  margin-top: .2rem;
  margin-left: 1.25rem;
  text-decoration: none;
  color: #a9b7d0;
}
.btn-toggle-nav a:hover,
.btn-toggle-nav a:focus {
  color: #c9d9dc;
}

.collapse-nav {
  background-color: #354053;
  border-left: 2px solid #00ffd0 ;
  
}


.card {
  border-radius: 0;
  -webkit-box-shadow: 0 1px 20px 0 rgba(69, 90, 100, 0.08);
  box-shadow: 0 1px 20px 0 rgba(69, 90, 100, 0.08);
  border: none;
  margin-bottom: 30px;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  width:100%;
  
}

.card-header{
  background-color: transparent;
  padding: 25px;
  margin-bottom: 0;
  color: #000;
  
}

.display-1 {
  font-size:1.5rem;
}

.display-2 {
  font-size:1.25rem;
}

.display-3 {
  font-size:1rem;
}

/* .card-header h5 {
  font-size: 17px;
  font-weight: 400;
  display: inline-block;
  margin-right: 10px;
  line-height: 1.1;
  position: relative;
} */

.padded_table td {
  padding: 2rem;

}

.select_button {
  background: linear-gradient(-135deg, #1de9b6 0%, #1dc4e9 100%);
  border-radius: 10px;
  border-color: transparent;
  
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}