body {
  background-image: url("../img/background.jpg");
  background-position: center; /* Center the image */
  background-repeat: no-repeat; /* Do not repeat the image */
  background-size: cover; /* Resize the background image to cover the entire container */
}
/*.card-back {background-color: white;}*/
.card, .navbar, .nav-item {background-color: transparent!important;}
#sidebar-wrapper {
  min-height: 100vh;
  margin-left: -15rem;
  -webkit-transition: margin .25s ease-out;
  -moz-transition: margin .25s ease-out;
  -o-transition: margin .25s ease-out;
  transition: margin .25s ease-out;
  position: absolute;
	z-index: 99;
}

#sidebar-wrapper .sidebar-heading {
  padding: 0.875rem 1.25rem;
  font-size: 1.2rem;
}

#sidebar-wrapper .list-group {
  width: 15rem;
}

#page-content-wrapper {
  min-width: 100vw;
}

#wrapper.toggled #sidebar-wrapper {
  margin-left: 0;
}

@media (min-width: 768px) {
  #sidebar-wrapper {
    margin-left: 0;
  }

  #page-content-wrapper {
    min-width: 0;
    width: 100%;
  }

  #wrapper.toggled #sidebar-wrapper {
    margin-left: -15rem;
  }
}
#menu-toggle{border: 1px solid #e8e9ea;}

.info{background-color:blue;
        border-radius: 50%;
        ; }
        
i.fa-question {
  display: inline-block;
  border-radius: 50%;
  -webkit-border-radius: 50%; 
  -moz-border-radius: 50%;
  box-shadow: 0px 0px 2px #888;
  padding: 2px 5px;
  background-color: #3fa7ff;
  color: white;
  font-size: 12px;
}


.tooltip-inner {
    background-color: #3fa7ff;
}
.tooltip.bs-tooltip-right .arrow:before {
    border-top-color: #3fa7ff !important;
}
.tooltip.bs-tooltip-left .arrow:before {
    border-top-color: #3fa7ff !important;
}
.tooltip.bs-tooltip-bottom .arrow:before {
    border-top-color: #3fa7ff !important;
}
.tooltip.bs-tooltip-top .arrow:before {
    border-top-color: #3fa7ff !important;
}


.nav-link, .nav-pills {
  /*background: #f7f7f7;*/
  color: #000000;   
}

.w-20{width: 20%!important;}
.w-10{width: 10%!important;}
.dropdown-menu{background-color: transparent!important;}

.nav-link.active, .nav-pills.active {  
  color: black !important;
  background-color: white!important;
}

.nav-pills .nav-link.active {    
    border: 1px solid!important;
    border-color: #dee2e6 #fff #dee2e6 #dee2e6!important;    
}

.tooltip-inner {
    min-width: 100px;
    max-width: 100%; 
}

.btn-choice{
    background-color: #e9ecef!important;
}

.atentie{font-size:10px; color:red;font-weight: bold;}

#basic-consum-zi{padding-left: 5px!important;padding-right: 5px!important;}

@media (max-width: 768px) {
  .fa-question .tooltip-inner{width:100px;}

