.table-responsive-wrap { width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; padding-bottom: 15px;}
@media (max-width: 767px) { .col-hide-mobile { display: none; } }
table { border-collapse: collapse; width: 100%; border-radius: 18px; border: 1px solid color-mix(in srgb, var(--default-color), transparent 93%); }
th, td { padding: 18px; text-align: left; cursor: pointer; }
th { background-color: #232323; padding: 8px; }
.tableHeader { background-color: #232323; padding: 15px; }
.online { color: green; font-weight: bold; }
.offline { color: red; font-weight: bold; }
.percent { font-size: smaller; }
.contentLoaderWrap { position: relative; } 
.mobileMsg { display: none; }
.social-buttons-status { padding-top: 30px; }
.navMenu { margin-top: 20px; }
.contentLoading { position: absolute; top: 0; left: 0; width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; z-index:10; background: rgba(31, 31, 31, 0.85); }
#statusTableBody { opacity: 0; }
.responseTimeWrap { width: 100%; max-width: 1000px; margin: 0px auto; padding-bottom: 15px; }
.responseTimeBottom { margin-bottom: 20px; }
#chartOverlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; backdrop-filter: blur(8px); background-color: rgba(0, 0, 0, 0.75); z-index: 9999; justify-content: center; align-items: center; }
#chartOverlay .overlay-content { background: #232323; padding: 10px; border-radius: 2px; width: 90vw; height: 90vh; box-shadow: 0 0 20px rgba(0,0,0,0.6); border: 1px solid rgba(235, 149, 72, 0.25); display: flex; flex-direction: column; position: relative; }
#fullscreenChart { flex: 1; }
#closeOverlayBtn { background-color: transparent; position: absolute; top: 15px; right: 15px; border: 1px solid rgba(235, 149, 72, 0.4); font-size: 18px; font-weight: bold; cursor: pointer; color: #eb9548; border-radius: 3px; padding: 2px 8px; transition: background-color 0.2s, color 0.2s; }
#closeOverlayBtn:hover { background-color: #eb9548; color: #1f1f1f; }
#websiteSelectorForm { text-align: center; }
#websiteSelector { padding: 10px; font-size: 16px; margin-left: 10px; }
#statusTable tbody { transition: opacity 0.3s ease; }
@keyframes spin { 0% { transform: rotate(0deg); } 100% { transform: rotate(360deg); } }