<>
.botFooter {
position: absolute !important;
bottom: 0;
width: 100%;
min-height: 60px !important; /* Height of the footer */
background-color: #000;
color: white;
}
>
<>
.loading-container {
z-index: 5000;
width: 100vw;
height: 100vh;
}
.loading-overlay {
position: fixed;
top: 0;
left: 0;
background: rgba(0,0,0,0.8);
z-index: 4000;
width: 100%;
height: 100%;
}
.icon-container {
text-align: center;
margin-top: 200px;
}
.text-container {
color: white;
text-align: center;
font-size: 2em;
font-weight: 100;
margin-top: 200px;
}
.icon {
max-width: 120px;
}
>