.informacja{
	left:0;
	position: absolute;
	z-index: 9999;
	top: 10%;
}

.tooltip-inner {
    max-width: 400px; 
}

ul.checktree li:before {
  height: 1em;
  width: 12px;
  border-bottom: 1px dashed;
  content: "";
  display: inline-block;
  top: -0.3em;
}

ul.checktree li { border-left: 1px dashed; }

ul.checktree li:last-child:before { border-left: 1px dashed; }

ul.checktree li:last-child { border-left: none; }

.checktree ul {
  list-style-type: none;
  margin: 3px;
}

body,html {
    background-color: #e2ebf1;
    height: 100%;
}

.card {
	margin-top: 100px!Important;
	margin-bottom: 20px!Important;
}

.h-100 {
    height: 100% !important;
}

.popover{
    max-width: 100%!important;
}

.custom-file-input ~ .custom-file-label::after {
    content: "Wybierz";
}

/*
.dropdown>.dropdown-menu {
  top: 200%;
  transition: 0.3s all ease-in-out;
}
.dropdown:hover>.dropdown-menu {
  display: block;
  top: 100%;
}

.dropdown>.dropdown-toggle:active {
  /*Without this, clicking will make it sticky*/
    pointer-events: none;
}
*/