.bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
  }

  @media (min-width: 768px) {
    .bd-placeholder-img-lg {
      font-size: 3.5rem;
    }
  }

  .b-example-divider {
    height: 3rem;
    background-color: rgba(0, 0, 0, .1);
    border: solid rgba(0, 0, 0, .15);
    border-width: 1px 0;
    box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
  }

  .b-example-vr {
    flex-shrink: 0;
    width: 1.5rem;
    height: 100vh;
  }

  .bi {
    vertical-align: -.125em;
    fill: currentColor;
  }

  .nav-scroller {
    position: relative;
    z-index: 2;
    height: 2.75rem;
    overflow-y: hidden;
  }

  .nav-scroller .nav {
    display: flex;
    flex-wrap: nowrap;
    padding-bottom: 1rem;
    margin-top: -1px;
    overflow-x: auto;
    text-align: center;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }

  body {
font-size: .875rem;
}

.feather {
width: 16px;
height: 16px;
}

/*
* Sidebar
*/

.sidebar {
position: fixed;
top: 0;
right: 0;
bottom: 0;
z-index: 100; /* Behind the navbar */
padding: 48px 0 0; /* Height of navbar */
box-shadow: inset 1px 0 0 rgba(0, 0, 0, .1);
}

@media (max-width: 767.98px) {
.sidebar {
top: 5rem;
}
}

.sidebar-sticky {
height: calc(100vh - 48px);
overflow-x: hidden;
overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
}

.sidebar .nav-link {
font-weight: 500;
color: #333;
}

.sidebar .nav-link .feather {
margin-left: 4px;
color: #727272;
}

.sidebar .nav-link.active {
color: #2470dc;
}

.sidebar .nav-link:hover .feather,
.sidebar .nav-link.active .feather {
color: inherit;
}

.sidebar-heading {
font-size: .75rem;
}

/*
* Navbar
*/

.navbar-brand {
padding-top: .75rem;
padding-bottom: .75rem;
background-color: rgba(0, 0, 0, .25);
box-shadow: inset 1px 0 0 rgba(0, 0, 0, .25);
}

.navbar .navbar-toggler {
top: .25rem;
left: 1rem;
}

.navbar .form-control {
padding: .75rem 1rem;
}

.form-control-dark {
color: #fff;
background-color: rgba(255, 255, 255, .1);
border-color: rgba(255, 255, 255, .1);
}

.form-control-dark:focus {
border-color: transparent;
box-shadow: 0 0 0 3px rgba(255, 255, 255, .25);
}

.active {
    color: white !important;
    background-color: #333;
}

.nav-item > .nav-link > span:hover{
   text-decoration: underline;
}

.numberCircle {
  border-radius: 50%;
  width: 36px;
  height: 36px;
  padding: 8px;

  background: #fff;
  border: 2px solid #666;
  color: #666;
  text-align: center;

  font: 32px Arial, sans-serif;
}

.card-icon1 {
  color: #2eca6a;
  background: #e0f8e9;
  font-size: 32px;
  line-height: 0;
  width: 64px;
  height: 64px;
  flex-shrink: 0;
  flex-grow: 0;
  border-radius: 50%!important;

}

.mycard-text1 {
  font-size: 28px;
  color: #2eca6a;
  font-weight: 700;
  margin-right: 20px;
}

.card-icon2 {
  color: #4154f1;
  background: #e0f8e9;
  font-size: 32px;
  line-height: 0;
  width: 64px;
  height: 64px;
  flex-shrink: 0;
  flex-grow: 0;
  border-radius: 50%!important;

}

.mycard-text2 {
  font-size: 28px;
  color: #4154f1;
  font-weight: 700;
  margin-right: 20px;
}

.card-icon3 {
  color: #ff771d;
  background: #e0f8e9;
  font-size: 32px;
  line-height: 0;
  width: 64px;
  height: 64px;
  flex-shrink: 0;
  flex-grow: 0;
  border-radius: 50%!important;

}

.mycard-text3 {
  font-size: 28px;
  color: #ff771d;
  font-weight: 700;
  margin-right: 20px;
}

.card-icon4 {
  color: #2eabca;
  background: #e0f8e9;
  font-size: 32px;
  line-height: 0;
  width: 64px;
  height: 64px;
  flex-shrink: 0;
  flex-grow: 0;
  border-radius: 50%!important;

}

.mycard-text4 {
  font-size: 28px;
  color: #2eabca;
  font-weight: 700;
  margin-right: 20px;
}

.card-icon5 {
  color: #8eca2e;
  background: #e0f8e9;
  font-size: 32px;
  line-height: 0;
  width: 64px;
  height: 64px;
  flex-shrink: 0;
  flex-grow: 0;
  border-radius: 50%!important;

}

.mycard-text5 {
  font-size: 28px;
  color: #8eca2e;
  font-weight: 700;
  margin-right: 20px;
}

.card-icon6 {
  color: #ca2e96;
  background: #e0f8e9;
  font-size: 32px;
  line-height: 0;
  width: 64px;
  height: 64px;
  flex-shrink: 0;
  flex-grow: 0;
  border-radius: 50%!important;

}

.mycard-text6 {
  font-size: 28px;
  color: #ca2e96;
  font-weight: 700;
  margin-right: 20px;
}

#alert_popover
{
 display:block;
 position:absolute;
 bottom:50px;
 left:50px;
}
.wrapper {
  display: table-cell;
  vertical-align: bottom;
  height: auto;
  width:200px;
}
.alert_default
{
 color: rgb(245, 203, 111);
 background-color: #212529;
 border-color: #cccccc;
}

.btn{
  transition: all 0.8s ease;
  transform: scale(1);
}

.btn:hover{
  transition: all 0.8s ease;
  transform: scale(1.25);
}

.rotateAnimation {
  animation: rotation 2s infinite linear;
}

@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}

#loading {
  cursor: wait;
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #242424;
  z-index: 1029;
}

#loading-image {
  z-index: 1030;
  max-width: 100%;
  max-height: 100%;
}