.sbd-modal {
display: none;
position: fixed;
inset: 0;
z-index: 99999;
}
.sbd-modal-overlay {
position: absolute;
inset: 0;
background: rgba(0,0,0,0.85); backdrop-filter: blur(4px);
}
.sbd-modal-content {
background-color: #111111 !important; color: #ffffff !important; border: 1px solid #333;
max-width: 700px;
width: 90%;
max-height: 90vh;
margin: 5vh auto;
overflow-y: auto;
border-radius: 12px;
position: relative;
box-shadow: 0 10px 30px rgba(0,0,0,0.5);
}
.sbd-modal-close {
position: absolute;
top: 10px;
right: 15px;
font-size: 32px;
line-height: 1;
border: none;
background: none;
cursor: pointer;
color: #ffffff !important; z-index: 100;
opacity: 0.7;
}
.sbd-modal-close:hover { opacity: 1; } #sbd-quiz-wrapper {
width: 100%;
margin: 0 auto;
font-family: inherit;
color: #ffffff !important; } .sbd-logo-header {
text-align: center;
padding: 20px;
background: #111111;
border-bottom: 1px solid #333;
}
.sbd-quiz-logo {
max-width: 180px;
width: 100%;
height: auto;
display: inline-block;
} .sbd-progress-bar {
height: 6px;
background: #2a2a2a;
width: 100%;
}
.sbd-progress-fill {
height: 100%;
background: #2271b1; width: 0%;
transition: width 0.3s ease;
} .sbd-step {
display: none;
padding: 30px 40px;
}
.sbd-step.active {
display: block;
animation: fadeIn 0.4s ease;
} .sbd-question-title {
font-size: 1.3rem;
font-weight: 700;
margin-bottom: 25px;
line-height: 1.4;
color: #ffffff !important;
}
#sbd-quiz-wrapper .color-dark label {
color: #333!important;
} .sbd-options label {
display: flex;
align-items: center;
padding: 15px;
margin-bottom: 12px;
border: 1px solid #444; background-color: #1a1a1a; border-radius: 8px;
cursor: pointer;
transition: all 0.2s;
color: #ffffff !important;
}
.sbd-options label:hover {
border-color: #2271b1;
background-color: #252525;
}
.sbd-options input {
margin-right: 15px;
accent-color: #2271b1;
transform: scale(1.2);
} .sbd-form-group { margin-bottom: 20px; }
.sbd-form-group label { 
display:block; 
font-weight:700; 
margin-bottom:8px; 
color: #cccccc !important;
}
.sbd-form-group input[type="text"],
.sbd-form-group input[type="email"] { 
width:100%; 
padding:12px; 
background-color: #222 !important; border: 1px solid #444 !important;
border-radius: 6px; 
font-size: 1rem;
color: #ffffff !important; }
.sbd-form-group input:focus {
border-color: #2271b1 !important;
outline: none;
} .sbd-btn {
background: #2271b1 !important;
color: #ffffff !important;
padding: 14px 30px;
border-radius: 6px;
width: 100%;
border: none;
font-size: 1.1rem;
font-weight: 700;
cursor: pointer;
display: block;
text-align: center;
text-decoration: none;
margin-top: 15px;
}
.sbd-btn:hover {
background: #135e96 !important;
}
#sbd-quiz-wrapper .colors-dark button {
color:steelblue!important;
}
.sbd-error {
color: #ff4d4d !important;
margin-top: 10px;
display: none;
} .sbd-result-box { text-align: center; padding: 20px 0; }
.sbd-score-circle { 
font-size: 3.5rem; 
font-weight: 800; 
color: #2271b1 !important; 
margin-bottom: 15px; 
}
#result-headline { color: #fff !important; font-size: 1.4rem; font-weight: bold; margin-bottom: 15px;}
#result-body { color: #ccc !important; font-size: 1.1rem; line-height: 1.6; margin-bottom: 20px;}
@keyframes fadeIn {
from { opacity: 0; transform: translateY(10px); }
to { opacity: 1; transform: translateY(0); }
}@media only screen and (max-width: 799px){.ub-hide-on-mobile{display:none}}@media only screen and (min-width: 800px)and (max-width: 1023px){.ub-hide-on-tablet{display:none}}@media only screen and (min-width: 1024px){.ub-hide-on-desktop{display:none}}