html { font-size: 1rem; }
body {
color: lightgray;
background-color: #121212;
font-family: Arial, sans-serif;
font-size: 1rem;
padding-bottom: 120px !important;
}
h1 { font-size: 18px; }
@media screen and (min-width: 768px) { h1 { font-size: 20px; } }
@media screen and (min-width: 1024px) { h1 { font-size: 24px; } }
a { color: lightblue; text-decoration: none; }
a:hover { background: #fff; color: #000; }
img { border: 1px solid transparent; max-width: 100%; }
img:hover { border: 1px solid #fff; }
.navbar {
height: 25px;
background-color: #333333;
position: fixed;
top: 0;
left: 0;
width: 100%;
z-index: 20000 !important;
}
.dropdown, .navbar a { float: left; }
.dropdown .dropbtn, .navbar a {
color: #fff;
padding: 4px 8px;
transition: 0.5s;
text-align: center;
text-decoration: none;
}
.dropdown { overflow: hidden; }
.dropdown .dropbtn { background-color: inherit; border: 0; margin: 0; outline: 0; font-size: 16px; }
.dropdown:hover .dropbtn, .navbar a:hover { background-color: white; color: #000; }
.dropdown-content {
display: none;
position: fixed;
background-color: #121212;
min-width: 160px;
box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
z-index: 20001 !important;
}
.dropdown-content a {
color: #fff;
display: block;
float: none;
padding: 3px;
text-align: left;
}
.dropdown-content a:hover { color: #000; background-color: #fff; }
.dropdown:hover .dropdown-content { display: block; }
table, td, th { border: 0; border-collapse: collapse; margin: 0; padding: 5px; }
table.bluetable { margin: 0 auto; }
table.bluetable tbody, tr, th, td { background-color: transparent; }
tr:hover, table.bluetable tr:hover { background: #5e5e5e; color: #ff0; }
tr:hover a { color: #fff; text-decoration: underline; }
.flex-container, .flex-menu-container { max-width: 1200px; display: flex; }
.flex-child, .flex-menu-child {
border: 1px solid #fff;
margin: 2px;
background-color: black;
flex: 1;
}
#popup {
position: fixed;
top: 50%; left: 50%;
transform: translate(-50%, -50%);
display: none;
border: 1px solid #fff;
background: darkblue;
padding: 20px;
z-index: 30000;
}
.centered { margin: 0 auto; text-align: center; }
@media screen and (min-width: 767px) {
.centered { width: 75%; }
}
form {
display: flex;
align-items: center;
gap: 10px;
padding: 10px;
max-width: 600px;
margin: 10px auto;
border-radius: 5px;
box-shadow: 0 4px 15px rgba(0,0,0,0.08);
}
input[type="text"], input[type="submit"] {
border-radius: 8px;
transition: all 0.3s ease;
}
input[type="text"] {
flex-grow: 1;
padding: 6px 10px;
border: 1px solid #dcdcdc;
font-size: 12px;
color: #333;
outline: 0;
}
input[type="text"]:focus {
border-color: #007bff;
box-shadow: 0 0 0 3px rgba(0,123,255,0.25);
}
input[type="submit"] {
padding: 12px 25px;
background: #007bff;
color: #fff;
border: 0;
font-size: 16px;
font-weight: 600;
cursor: pointer;
box-shadow: 0 4px 10px rgba(0,123,255,0.3);
}
input[type="submit"]:hover { background: #0056b3; transform: translateY(-1px); }
input[type="submit"]:active { background: #004085; transform: translateY(0); }
@media (max-width: 767px) {
.flex-menu-container, .priority-1 { display: none; }
form {
flex-direction: column;
align-items: stretch;
margin: 20px;
}
input[type="text"], input[type="submit"] { width: 100%; }
}
.copy-url-container {
text-align: center;
padding: 10px;
border-radius: 10px;
box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}
.copy-url-button {
background: #007bff;
color: #fff;
border: 0;
padding: 12px 25px;
border-radius: 5px;
font-size: 16px;
cursor: pointer;
transition: all 0.3s ease;
display: inline-flex;
align-items: center;
}
.copy-url-button:hover {
background: #0056b3;
transform: translateY(-2px);
}
.copy-url-button:active {
background: #004080;
transform: translateY(0);
}
.copy-url-button::before {
margin-right: 8px;
font-size: 18px;
}
.feedback-message {
margin-top: 15px;
color: #28a745;
font-weight: 700;
opacity: 0;
transition: opacity 0.5s ease;
}
.feedback-message.show { opacity: 1; }
.ezmob-footer-desktop, .ezmob-footer-tablet, .ezmob-footer-mobile, .ezmob-footer,
.ezoic-anchor-ad, #ezoic-pub-ad-placeholder-101-anchor, .ez-sidebar-wall-ad,
#qc-ad-fixed-size-wrapper, .grippy-host, #ez-sticky-anchor-container,
.ezoic-ad-adaptive-anchor, ins[id*="Adhesion"],
ins.ezfound[style*="background: rgb(250, 250, 250)"],
[id^="gpt_unit_/23058280356"][id*="Adhesion"] {
display: none !important;
height: 0 !important;
visibility: hidden !important;
opacity: 0 !important;
pointer-events: none !important;
}
#ezoic-pub-ad-placeholder-107, #ezoic-pub-ad-placeholder-108 { display: none !important; }
#ezoic-pub-ad-placeholder-101 {
position: relative !important;
top: 25px !important;
margin-top: 25px !important;
height: 255px !important;
z-index: 1 !important;
}
@media (min-width: 1500px) {
#ezoic-pub-ad-placeholder-108, #ezoic-pub-ad-placeholder-107 {
display: block !important;
position: fixed !important;
top: 12px !important;
width: 160px !important;
height: 600px !important;
z-index: 10001 !important;
pointer-events: none !important;
}
#ezoic-pub-ad-placeholder-107 { right: 0 !important; }
#ezoic-pub-ad-placeholder-108 { left: 0 !important; }
#ezoic-pub-ad-placeholder-107 .reportline, #ezoic-pub-ad-placeholder-108 .reportline {
position: absolute !important;
bottom: -20px !important;
display: block !important;
height: 14px !important;
}
#ezoic-pub-ad-placeholder-108 iframe, #ezoic-pub-ad-placeholder-107 iframe, .ezoic-ad {
pointer-events: auto !important;
}
}
#ezoic-pub-ad-placeholder-119 {
position: fixed !important;
bottom: 0 !important;
left: 0 !important;
right: 0 !important;
width: 100% !important;
height: 100px !important;
min-height: 100px !important;
max-height: 100px !important;
display: flex !important;
flex-direction: column !important;
flex-wrap: nowrap !important;
justify-content: flex-end !important;
align-items: center !important;
z-index: 9999 !important;
pointer-events: none;
background-color: transparent !important;
}
#ezoic-pub-ad-placeholder-119 > div {
max-height: 100px !important;
}
#ezoic-pub-ad-placeholder-119 > div {
margin-bottom: 0 !important;
padding-bottom: 0 !important;
}
#ezoic-pub-ad-placeholder-119 > div,
#ezoic-pub-ad-placeholder-119 .ezoic-ad {
margin: 0 auto !important;
}
img[title="ezoic"],
img[src*="ezoicbwa.png"] {
display: none !important;
height: 0 !important;
width: 0 !important;
margin: 0 !important;
padding: 0 !important;
position: absolute !important;
visibility: hidden !important;
opacity: 0 !important;
}
.table-wrapper {
overflow-x: auto;
width: 100%;
margin: 20px 0;
}
.bluetablex {
width: 100%;
max-width: 1000px;
margin: 0 auto;
table-layout: auto;
border-collapse: collapse;
}
@media screen and (max-width: 768px) {
.bluetablex {
table-layout: fixed;
}
.bluetablex td {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
max-width: 125px;
}
}
table td {
vertical-align: top;
text-align: center;
padding: 10px;
}
.bluetablex td img {
display: block;
margin: 0 auto;
height: 40px;
width: 40px;
object-fit: contain;
}