.warn {
	text-align: center;
	color: white;
	margin-bottom: 8px;
	border: 1px solid;
	border-radius: 15px;
}

.wrndanger {
	background-color: rgb(253, 87, 87);
	border: 1px solid red;
}

.wrnalter {
	background-color: orange;
	border: 1px solid rgb(255, 136, 0);
}

.wrnsuccess {
	background-color: limegreen;
	border: 1px solid rgb(32, 143, 32);
}

.company_name {
	font-weight: 600;
	font-size: 12px;
	color: black;
	position: absolute;
	top:8px;
}
.company_name_small {
	text-align: left;
	font-size: 12px;
	margin-top: 25px;
	font-weight: bolder;
}

.curpointer {
  	cursor: pointer;
}

footer.footer {
	padding: 2rem;
	position: sticky;
	display: block;
	width: 100%;
	bottom: 5px;
	margin-top: 35px;
}

@media screen and (max-width: 800px) {
    footer.footer 
    {
      padding: 2rem;
      position: relative;
      display: block;
      width: 100%;
      bottom: 5px;
      margin-top: 35px;
    }
}
