@charset "UTF-8";
.text-center {
   text-align: center;
}
.header-absolute .nav-link {
   color: #fff;
}

.header-sticky-on .nav-link {
   color: #000;
}

#navbarCollapse h6 {
   font-size: 0.8rem;
}

table td,
table th {
   padding: 15px;
   line-height: 1.5;
   vertical-align: top;
   border: 1px solid hsla(0, 0%, 50.2%, 0.5019607843);
}

.loading-overlay {
   position: fixed;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   background-color: rgba(0, 0, 0, 0.5);
   display: none;
   justify-content: center;
   align-items: center;
   z-index: 9999;
}

.spinner-border {
   width: 50px;
   height: 50px;
}

.spinner-border img {
   width: 100%;
}