a.text-decoration-none, a.text-decoration-none:hover { color: inherit; /* blue colors for links too */ text-decoration: inherit; /* no underline */ } //.spinner-overlay { // position: absolute; // top: 0; // left: 0; // width: 100%; // height: 100%; // background-color: rgba(255, 255, 255, 0.5); /* semi-transparent white background */ // display: flex; // justify-content: center; // align-items: center; // z-index: 1000; /* Ensure it's above other content */ //} .spinner-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; /* Allow the height to adjust based on content */ background-color: rgba(255, 255, 255, 0.5); /* semi-transparent white background */ display: flex; justify-content: center; align-items: flex-start; /* Align items to the top */ z-index: 1000; /* Ensure it's above other content */ padding-top: 10px; } .spinner-border { width: 2rem; /* Adjust the size as needed */ height: 2rem; /* Adjust the size as needed */ color: #007bff; /* Bootstrap primary color */ } .twitter-typeahead { width: 100%; } .strike-through { text-decoration: line-through; } .social-button{ width: 99%; margin-bottom: 10px; } /* --- List Table page ----- */ tr.strikethrough td.data-col { text-decoration: line-through; } .error { color: #B71C1C; }