


.mich-pointer{
  cursor: pointer;
}


input[type="file"] {
    display: none;
}
.custom-file-upload {
    border: 1px solid #ccc;
    display: inline-block;
    padding: 6px 12px;
    cursor: pointer;
}

.progress-bar {
  background-color: whiteSmoke;
  border-radius: 2px;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.25) inset;

  width: 100%;
  height: 40px;
  
  position: relative;
  display: block;
}
  
.progress-bar > span {
  background-color: green;
  border-radius: 2px;

  display: block;
  text-indent: -9999px;
}


#myBtn {
  display: none; /* Hidden by default */
  position: fixed; /* Fixed/sticky position */
  bottom: 20px; /* Place the button at the bottom of the page */
  right: 30px; /* Place the button 30px from the right */
  z-index: 99; /* Make sure it does not overlap */
  border: none; /* Remove borders */
  outline: none; /* Remove outline */
  background-color: #538135; /* Set a background color */
  color: white; /* Text color */
  cursor: pointer; /* Add a mouse pointer on hover */
  padding: 15px; /* Some padding */
  border-radius: 10px; /* Rounded corners */
  font-size: 18px; /* Increase font size */
}

#myBtn:hover {
  background-color: #555; /* Add a dark-grey background on hover */
}

.flaticon-mich{
	color: white;
	background-color: #538135;
}



#btnfooter{
	color: #cccccc;
	cursor: pointer;
}

#btnfooter:hover,
#btnfooter:active {
	color: #538135;
	text-decoration: none;
}

.txt-black {
	color: black;
}

.txt-red{
	color: red;
}

.SliderWhite {
	 text-shadow: 1px 1px 10px white;
}

.SliderBlack{
	 text-shadow: 1px 1px 10px black;
}