@charset "utf-8";
* { padding: 0px; margin: 0px; box-sizing: border-box; }
html, body { margin: 0px; padding: 0px; font-family: Arial, Helvetica, sans-serif; overflow: auto; font-size: 12px; height: 100%; }
p { margin: 0px; padding: 0px; font-family: Arial, Helvetica, sans-serif; font-size: 12px; }
a { text-decoration: none; }
img { border: none; max-width: 100%; height: auto; }
.clear { clear: both; }
#wrapper { display: flex; flex-direction: column; min-height: 100vh; width: 100%; }
#minwidth { display: flex; flex-direction: column; flex: 1; }
#header { background: #2d70b6; border-bottom: 1px solid #7691a2; color: #ffffff; font-family: Arial,Helvetica,sans-serif; padding: 10px 15px; }
input { border: none; font-family: 'Open Sans', Arial, sans-serif; font-size: 16px; line-height: 1.5em; padding: 0; -webkit-appearance: none; }
p { line-height: 1.5em; }
after { clear: both; }
#login { margin: 40px auto; width: 100%; max-width: 370px; padding: 0 15px; }
.login-field-label { font-size: 11px; font-weight: 600; color: #666; margin: 0 0 6px 0; text-align: left; }
.input-row { display: flex; align-items: stretch; margin-bottom: 1em; position: relative; }
.senti-login-icon { display: flex; align-items: center; justify-content: center; background: #eee; border: 1px solid #cacaca; border-radius: 3px 0px 0px 3px; border-right: 0; color: #888; width: 49px; height: 35px; flex-shrink: 0; }
.senti-login-icon svg { display: block; }
.input-row .loginText { border-left: none; }
.input-row .loginText { border-right: none; }
.senti-eye-toggle { display: flex; align-items: center; justify-content: center; background: #eee; border: 1px solid #cacaca; border-left: 0; color: #888; width: 42px; flex-shrink: 0; cursor: pointer; padding: 0; }
.senti-eye-toggle:hover { color: #555; }
.userInfo { background: #DDD; }
.userInfo .system_info { background: #666; border-bottom: 1px solid #444; display: flex; flex-wrap: wrap; align-items: center; padding: 10px 15px; gap: 10px; }
.userInfo .system_info .roll_no { flex: 1; min-width: 200px; }
.userInfo .name1 { color: #ffffff; font-size: clamp(14px, 3vw, 18px); margin-left: 20px; margin-top: 5px; text-align: left; }
.userInfo .details1 { color: #fff200; font-size: clamp(24px, 6vw, 44px); margin-left: 20px; text-align: left; word-break: break-word; }
.userInfo .details3 { color: #fff200; font-size: clamp(12px, 2vw, 15px); margin-left: 20px; text-align: left; }
.userInfo .system_info .user_pic { background: #666; border-bottom: 1px solid #444; text-align: center; }
.userInfo .user_pic img { border: 1px solid #000; margin-top: 20px; max-width: 94px; height: auto; }
.userInfo .system_info .user_name { flex: 1; min-width: 160px; padding-right: 10px; }
.userInfo .name2 { color: #ffffff; font-size: clamp(14px, 3vw, 18px); margin-left: 20px; margin-top: 10px; text-align: right; }
.userInfo .details2 { color: #fff200; font-size: clamp(20px, 4vw, 34px); margin-left: 5px; text-align: right; overflow: hidden; word-break: break-word; }
#login form { background: #f5f5f5; border: 1px solid #dbdbdb; border-radius: 0 0 5px 5px; margin: auto; padding: 25px 20px; width: 100%; max-width: 370px; border-top: none; }
#login form input[type="text"] { color: #a9a9a9; padding: 0 16px; width: 100%; min-width: 0; height: 35px; border: 1px solid #cacaca; flex: 1; }
#login form input[type="password"] { color: #a9a9a9; padding: 0 16px; width: 100%; min-width: 0; height: 35px; border: 1px solid #cacaca; flex: 1; }
#login form #signInLabel { background: #38aae9; border: 0; width: 100%; max-width: 280px; height: 40px; border-radius: 3px; color: white; cursor: pointer; transition: background 0.3s ease-in-out; margin-top: 40px; display: inline-block; text-align: center; }
#login form #signInLabel:hover { background: #0C7CD5; }
.btn-primary-blue { background-color: #38aae9; border-color: #38aae9; color: #ffffff; }
.btn-primary-white { background-color: #38aae9; border-color: #38aae9; color: #ffffff; }
.btn-primary-white:hover { background-color: #0c7cd5; border-color: #0a68b4; color: #ffffff; }
.btn { display: inline-block; font-size: 16px; font-weight: 400; height: 39px; line-height: 39px; padding-left: 20px; padding-right: 20px; text-align: center; vertical-align: middle; white-space: nowrap; }
.form-header { background: #DDD; border: 1px solid #dbdbdb; border-radius: 5px 5px 0 0; color: #444; font-size: 14px; font-weight: bold; padding: 8px 22px; width: 100%; max-width: 370px; }
#languageSelect { border: 1px solid #cacaca; border-radius: 3px; height: 25px; max-width: 100%; }
#footer { font-size: 11px; background: #617B8C; color: #FFFFFF; height: 22px; width: 100%; line-height: 21px; text-align: center; margin-top: auto; }
.multilingualDropdown { margin-top: 10px; }
.multilingualDropdown td { padding: 3px; }
.text1 { font-size: 13px; color: #666; }
.loginText { flex: 1; min-width: 0; }

#senti-exam-code-section { margin: 40px auto; width: 100%; max-width: 370px; padding: 0 15px; }
#senti-exam-code-form-wrap { background: #f5f5f5; border: 1px solid #dbdbdb; border-radius: 0 0 5px 5px; padding: 25px 20px; border-top: none; }
.senti-exam-input-row { display: flex; gap: 0; align-items: stretch; }
.senti-exam-input-row .senti-login-icon { border-radius: 3px 0 0 3px; }
.senti-exam-input-row input { flex: 1; border: 1px solid #cacaca; border-left: none; border-radius: 0; padding: 0 16px; font-size: 24px; height: 42px; color: #444; min-width: 0; }
.senti-exam-input-row input:focus { border-color: #38aae9; outline: none; }
.senti-exam-input-row #senti-exam-code-submit { height: 42px; line-height: 42px; padding: 0 20px; border: none; border-radius: 0 3px 3px 0; cursor: pointer; font-size: 16px; white-space: nowrap; flex-shrink: 0; }
#senti-exam-error { margin-top: 10px; font-size: 13px; color: #d9534f; text-align: center; }
@media (min-width: 1024px) {
    #senti-exam-code-section { max-width: 480px; }
    #senti-exam-code-form-wrap { padding: 35px 30px; }
    .senti-exam-input-row input { height: 46px; font-size: 17px; }
    .senti-exam-input-row #senti-exam-code-submit { height: 46px; line-height: 46px; font-size: 17px; }
}
@media (max-width: 480px) {
    #senti-exam-code-section { margin: 20px auto; }
    .senti-exam-input-row { flex-direction: column; gap: 10px; }
    .senti-exam-input-row .senti-login-icon { display: none; }
    .senti-exam-input-row input { border-left: 1px solid #cacaca; border-radius: 3px; font-size: 25px; }
    .senti-exam-input-row input:focus { border-color: #38aae9; }
    .senti-exam-input-row #senti-exam-code-submit { display: block; margin: 0 auto; max-width: 200px; border-radius: 3px; }
}

#senti-instruction-page {
    margin: 30px auto;
    width: 100%;
    max-width: 640px;
    padding: 0 15px;
}
.senti-instruction-header {
    background: #DDD;
    border: 1px solid #c8c8c8;
    border-radius: 6px 6px 0 0;
    color: #444;
    font-size: 15px;
    font-weight: 700;
    padding: 12px 24px;
}
.senti-instruction-body {
    background: #fff;
    border: 1px solid #c8c8c8;
    border-top: none;
    border-radius: 0 0 6px 6px;
    padding: 30px 28px;
}
.senti-instruction-body h3 {
    font-size: 17px;
    color: #2d70b6;
    margin: 0 0 18px;
    padding-bottom: 10px;
    border-bottom: 2px solid #e8e8e8;
}
.senti-instruction-body ol {
    margin: 0 0 24px;
    padding: 0;
    list-style: none;
    counter-reset: instr;
}
.senti-instruction-body ol li {
    counter-increment: instr;
    font-size: 14px;
    color: #444;
    line-height: 1.7;
    padding: 8px 0 8px 36px;
    position: relative;
    border-bottom: 1px solid #f0f0f0;
}
.senti-instruction-body ol li:last-child {
    border-bottom: none;
}
.senti-instruction-body ol li::before {
    content: counter(instr);
    position: absolute;
    left: 0;
    top: 8px;
    width: 26px;
    height: 26px;
    background: #2d70b6;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
}
.senti-instruction-body ol li span {
    display: block;
}
.senti-instruction-accept {
    margin: 24px 0 0;
    padding: 16px 20px;
    background: #eef7fd;
    border: 1px solid #d4e8f7;
    border-radius: 6px;
}
.senti-instruction-accept label {
    font-size: 14px;
    color: #333;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    user-select: none;
}
.senti-instruction-accept input[type="checkbox"] {
    width: 18px;
    height: 18px;
    cursor: pointer;
    flex-shrink: 0;
    -webkit-appearance: checkbox;
    appearance: auto;
}
.senti-instruction-accept label span {
    line-height: 1.4;
}
.senti-instruction-proceed {
    text-align: center;
    margin-top: 24px;
}
.senti-instruction-proceed #senti-proceed-btn {
    padding: 13px 48px;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    background: #38aae9;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    transition: background 0.2s ease;
}
.senti-instruction-proceed #senti-proceed-btn:hover:not(:disabled) {
    background: #0c7cd5;
}
.senti-instruction-proceed #senti-proceed-btn:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}
@media (min-width: 1024px) {
    #senti-instruction-page { max-width: 680px; }
    .senti-instruction-body { padding: 36px 34px; }
    .senti-instruction-body ol li { font-size: 15px; padding: 10px 0 10px 40px; }
    .senti-instruction-body ol li::before { top: 10px; }
}
@media (max-width: 768px) {
    #senti-instruction-page { margin: 20px auto; }
    .senti-instruction-body { padding: 22px 18px; }
    .senti-instruction-body ol li { font-size: 13px; padding: 7px 0 7px 32px; }
    .senti-instruction-body ol li::before { width: 22px; height: 22px; font-size: 11px; top: 7px; }
    .senti-instruction-accept { padding: 14px 16px; }
}
@media (max-width: 480px) {
    .senti-instruction-header { font-size: 14px; padding: 10px 16px; }
    .senti-instruction-body { padding: 18px 14px; }
    .senti-instruction-proceed #senti-proceed-btn { width: 100%; padding: 13px 20px; }
}

#senti-photo-verify-page { margin: 30px auto; width: 100%; max-width: 720px; padding: 0 15px; }
.senti-photo-header { background: #DDD; border: 1px solid #c8c8c8; border-radius: 6px 6px 0 0; color: #444; font-size: 15px; font-weight: 700; padding: 12px 24px; }
.senti-photo-body { background: #fff; border: 1px solid #c8c8c8; border-top: none; border-radius: 0 0 6px 6px; padding: 24px; display: flex; gap: 24px; flex-wrap: wrap; }
.senti-photo-left, .senti-photo-right { flex: 1; min-width: 240px; }
.senti-photo-left h3, .senti-photo-right h3 { font-size: 15px; color: #2d70b6; margin: 0 0 12px; padding-bottom: 8px; border-bottom: 2px solid #e8e8e8; text-align: center; }
.senti-photo-reg { text-align: center; margin-bottom: 16px; }
.senti-photo-reg img { width: 160px; height: 180px; object-fit: cover; border: 2px solid #ddd; border-radius: 4px; }
.senti-photo-details { background: #f9f9f9; border: 1px solid #eee; border-radius: 4px; padding: 12px 16px; }
.senti-photo-details p { font-size: 13px; color: #444; margin: 4px 0; line-height: 1.6; }
.senti-photo-details p strong { display: inline-block; min-width: 70px; }
.senti-camera-box { width: 100%; max-width: 320px; margin: 0 auto; background: #000; border-radius: 4px; overflow: hidden; min-height: 200px; position: relative; }
.senti-camera-box video { width: 100%; height: auto; display: none; }
.senti-camera-box canvas { display: none; }
.senti-camera-box #senti-captured-photo { display: none; }
.senti-camera-box #senti-captured-photo img { width: 100%; height: auto; display: block; }
.senti-camera-placeholder { display: flex; flex-direction: column; align-items: center; justify-content: center; min-height: 200px; padding: 20px; text-align: center; }
.senti-camera-placeholder p { font-size: 13px; color: #aaa; margin-top: 10px; }
.senti-camera-actions { text-align: center; margin-top: 12px; display: flex; gap: 10px; justify-content: center; flex-wrap: wrap; }
.senti-camera-actions #senti-capture-btn { padding: 10px 24px; border: none; border-radius: 4px; cursor: pointer; font-size: 14px; color: #fff; background: #38aae9; }
.senti-camera-actions #senti-capture-btn:hover { background: #0c7cd5; }
.senti-camera-actions #senti-retake-btn { padding: 10px 24px; border: none; border-radius: 4px; cursor: pointer; font-size: 14px; color: #fff; background: #f0ad4e; }
.senti-camera-actions #senti-retake-btn:hover { background: #ec971f; }
.senti-photo-proceed { text-align: center; margin-top: 16px; }
.senti-photo-proceed #senti-photo-proceed-btn { padding: 12px 36px; border: none; border-radius: 4px; cursor: pointer; font-size: 15px; font-weight: 600; color: #fff; background: #38aae9; transition: background 0.2s; }
.senti-photo-proceed #senti-photo-proceed-btn:hover { background: #0c7cd5; }
.senti-photo-proceed #senti-photo-proceed-btn:disabled { opacity: 0.5; cursor: not-allowed; }
@media (min-width: 1024px) {
    #senti-photo-verify-page { max-width: 800px; }
    .senti-photo-body { padding: 28px; gap: 32px; }
}
@media (max-width: 768px) {
    #senti-photo-verify-page { margin: 20px auto; }
    .senti-photo-body { flex-direction: column; padding: 18px; }
    .senti-photo-left, .senti-photo-right { min-width: 0; }
    .senti-photo-reg img { width: 140px; height: 160px; }
    .senti-camera-box { max-width: 280px; }
}
@media (max-width: 480px) {
    .senti-photo-header { font-size: 14px; padding: 10px 16px; }
    .senti-photo-body { padding: 10px; gap: 12px; }
    .senti-photo-left, .senti-photo-right { min-width: 0; flex: none; width: 100%; }
    .senti-photo-left h3, .senti-photo-right h3 { font-size: 13px; margin: 0 0 8px; }
    .senti-photo-reg img { width: 100px; height: 120px; }
    .senti-photo-details { padding: 8px 12px; }
    .senti-photo-details p { font-size: 12px; }
    .senti-camera-box { max-width: 100%; min-height: 140px; }
    .senti-camera-placeholder { min-height: 140px; padding: 12px; }
    .senti-camera-placeholder svg { width: 32px; height: 32px; }
    .senti-camera-placeholder p { font-size: 11px; }
    .senti-camera-actions { margin-top: 8px; gap: 6px; }
    .senti-camera-actions #senti-capture-btn,
    .senti-camera-actions #senti-retake-btn { padding: 8px 16px; font-size: 13px; }
    .senti-photo-proceed #senti-photo-proceed-btn { padding: 10px 24px; font-size: 14px; }
}

.senti-login-btn { margin-top: 10px; cursor: pointer; }
.senti-login-btn:hover { background: #0C7CD5; }
#senti-assessment-console { font-family: Arial, Helvetica, sans-serif; height: 100vh; display: flex; flex-direction: column; }
.console-header { background: #2d70b6; color: #fff; padding: 10px 15px 8px; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 8px; flex-shrink: 0; }
.senti-close-warning { flex-basis: 100%; font-size: 22px; color: #ffc107; display: flex; align-items: center; justify-content: center; gap: 5px; padding-top: 4px; border-top: 1px solid rgba(255,255,255,0.2); }
.senti-close-warning svg { flex-shrink: 0; }
.console-user-info { font-size: clamp(13px, 2.5vw, 16px); display: flex; align-items: center; flex-wrap: wrap; gap: 5px; }
.console-separator { margin: 0 10px; }
#console-timer { font-size: clamp(16px, 3vw, 20px); font-weight: bold; color: #fff200; }
.console-body { display: flex; flex: 1; min-height: 0; }
.console-sidebar { width: 250px; background: #f5f5f5; border-right: 1px solid #dbdbdb; padding: 15px; flex-shrink: 0; overflow-y: auto; }
.question-palette h3 { font-size: 14px; margin-bottom: 10px; color: #444; }
.palette-legend { margin-bottom: 15px; font-size: 11px; }
.legend-item { display: inline-block; padding: 2px 6px; margin: 2px; border-radius: 3px; font-size: 10px; }
.legend-answered { background: #5cb85c; color: #fff; }
.legend-not-answered { background: #f0ad4e; color: #fff; }
.legend-review { background: #5bc0de; color: #fff; }
.palette-questions { display: grid; grid-template-columns: repeat(5, 1fr); gap: 5px; }
.palette-q { width: 30px; height: 30px; display: flex; align-items: center; justify-content: center; border: 1px solid #ccc; border-radius: 3px; cursor: pointer; font-size: 11px; background: #fff; }
.palette-q.answered { background: #5cb85c; color: #fff; border-color: #5cb85c; }
.palette-q.not-answered { background: #f0ad4e; color: #fff; border-color: #f0ad4e; }
.palette-q.review { background: #5bc0de; color: #fff; border-color: #5bc0de; }
.palette-q.current { border: 2px solid #2d70b6; font-weight: bold; }
.console-main { flex: 1; padding: 20px; min-width: 0; overflow-y: auto; }
.question-header { margin-bottom: 15px; }
.question-number { font-size: 16px; font-weight: bold; color: #444; }
.question-text { font-size: 14px; margin-bottom: 20px; line-height: 1.6; word-break: break-word; }
.question-options { margin-bottom: 20px; }
.question-options label { display: block; padding: 10px; margin: 5px 0; border: 1px solid #ddd; border-radius: 3px; cursor: pointer; font-size: clamp(12px, 2.5vw, 13px); word-break: break-word; }
.question-options label:hover { background: #f0f7ff; }
.question-options input[type="radio"] { margin-right: 10px; }
.senti-af { float: right; font-size: 20px; font-weight: 700; line-height: 1; }
.senti-af-check { color: #28a745; }
.question-options label.senti-opt-selected { border-color: #999; background: #f8f9fa; }
.question-navigation { display: flex; gap: 10px; margin-top: 20px; flex-wrap: wrap; }
.btn-nav { padding: 8px 16px; border: 1px solid #ccc; background: #fff; cursor: pointer; border-radius: 3px; font-size: clamp(11px, 2vw, 13px); flex: 1 1 auto; text-align: center; }
.btn-nav:hover { background: #f5f5f5; }
.btn-review { color: #5bc0de; border-color: #5bc0de; }
.btn-clear { color: #d9534f; border-color: #d9534f; }
.senti-error { color: #d9534f; font-size: 14px; padding: 10px; }

#senti-results-overlay { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.6); z-index: 999999; display: flex; align-items: center; justify-content: center; padding: 15px; }
#senti-results-box { background: #fff; border-radius: 8px; padding: clamp(20px, 4vw, 30px) clamp(20px, 5vw, 40px); width: 100%; max-width: 480px; box-shadow: 0 5px 30px rgba(0,0,0,0.3); text-align: center; }
#senti-results-box h2 { font-size: clamp(18px, 3vw, 22px); color: #333; margin-bottom: 20px; }
.result-status { font-size: clamp(22px, 4vw, 28px); font-weight: 700; padding: 10px 20px; border-radius: 6px; display: inline-block; margin-bottom: 20px; }
.result-pass { background: #d4edda; color: #155724; }
.result-fail { background: #f8d7da; color: #721c24; }
.result-table { width: 100%; border-collapse: collapse; margin: 15px 0; text-align: left; }
.result-table td { padding: 8px 12px; border-bottom: 1px solid #eee; font-size: clamp(12px, 2vw, 14px); }
.result-table td:last-child { text-align: right; }
.result-right td:first-child { color: #155724; }
.result-wrong td:first-child { color: #721c24; }
.result-unanswered td:first-child { color: #856404; }
#senti-results-redirect { margin-top: 20px; padding: 10px 30px; font-size: 16px; cursor: pointer; border: none; border-radius: 4px; }

@media (max-width: 768px) {
    .userInfo .system_info { flex-direction: column; align-items: stretch; text-align: center; }
    .userInfo .system_info .roll_no { text-align: center; }
    .userInfo .name1, .userInfo .details1, .userInfo .details3 { margin-left: 0; text-align: center; }
    .userInfo .system_info .user_pic { border-bottom: none; border-top: 1px solid #444; display: flex; align-items: center; justify-content: center; }
    .userInfo .system_info .user_name { text-align: center; padding-right: 0; }
    .userInfo .name2, .userInfo .details2 { text-align: center; margin-left: 0; }
    #login { margin: 20px auto; }
    .console-body { flex-direction: column; min-height: 0; flex: 1; }
    .console-sidebar { width: 100%; border-right: none; border-bottom: 1px solid #dbdbdb; max-height: 140px; padding: 8px 12px; }
    .palette-questions { grid-template-columns: repeat(5, 1fr); gap: 4px; }
    .palette-q { width: 26px; height: 26px; font-size: 10px; }
    .palette-legend { margin-bottom: 8px; font-size: 10px; }
    .console-main { padding: 12px; }
    .question-number { font-size: 14px; }
    .question-text { font-size: 13px; margin-bottom: 12px; }
    .question-options label { padding: 8px; margin: 4px 0; font-size: 13px; }
    .question-navigation { flex-direction: column; gap: 6px; margin-top: 12px; }
    .btn-nav { width: 100%; padding: 6px 12px; font-size: 12px; }
    #login form #signInLabel { max-width: 100%; }
    .console-actions { display: flex; flex-wrap: wrap; gap: 8px; }
    .console-actions .btn { flex: 1; text-align: center; }
    #login form input[type="text"],
    #login form input[type="password"] { height: 38px; font-size: 16px; }
    .senti-login-icon { width: 46px; height: 38px; }
}

@media (max-width: 480px) {
    #header table, #header tbody, #header tr, #header td { display: block; width: 100%; text-align: center; }
    #bannerText { text-align: center !important; }
    #header { padding: 8px 10px; }
    .userInfo .system_info { padding: 10px; }
    .userInfo .system_info .user_pic { width: 100%; display: flex; align-items: center; justify-content: center; }
    .userInfo .user_pic img { margin-top: 10px; max-width: 80px; }
    #login form { padding: 20px 15px; }
    #login { margin: 15px auto; }
    .bannerText font { font-size: 14px; }
    .form-header { font-size: 18px; padding: 8px 15px; }
    .console-header { flex-direction: column; text-align: center; padding: 6px 10px; gap: 4px; }
    .console-user-info { font-size: 12px; }
    #console-timer { font-size: 15px; }
    .senti-close-warning { font-size: 16px; padding-top: 2px; }
    .console-sidebar { max-height: 110px; padding: 6px 10px; }
    .palette-questions { grid-template-columns: repeat(4, 1fr); gap: 3px; }
    .palette-q { width: 24px; height: 24px; font-size: 9px; }
    .palette-legend { margin-bottom: 4px; font-size: 9px; }
    .console-main { padding: 10px; }
    .question-number { font-size: 13px; }
    .question-text { font-size: 12px; margin-bottom: 10px; line-height: 1.5; }
    .question-options label { padding: 6px 8px; margin: 3px 0; font-size: 12px; }
    .question-options input[type="radio"] { margin-right: 6px; }
    .senti-af { font-size: 16px; }
    .question-navigation { flex-direction: column; gap: 4px; margin-top: 10px; }
    .btn-nav { padding: 5px 10px; font-size: 11px; }
    .console-actions { display: flex; flex-direction: column; gap: 6px; width: 100%; }
    .console-actions .btn { width: 100%; margin-left: 0 !important; font-size: 12px; padding: 6px 12px; }
    #senti-results-box { padding: 20px 15px; }
    .senti-login-icon { width: 42px; height: 32px; }
    .senti-login-icon svg { width: 18px; height: 18px; }
    #login form input[type="text"],
    #login form input[type="password"] { height: 32px; font-size: 15px; }
    .input-row { margin-bottom: 0.7em; }
    #footer { font-size: 10px; height: 20px; line-height: 20px; }
}

@media (min-width: 1024px) {
    .console-sidebar { width: 250px; }
    .palette-questions { grid-template-columns: repeat(5, 1fr); }
    #login { max-width: 480px; }
    #login form { max-width: 480px; padding: 35px 30px; }
    .form-header { max-width: 480px; padding: 10px 26px; font-size: 15px; }
    #login form input[type="text"],
    #login form input[type="password"] { height: 42px; font-size: 17px; }
    #login form #signInLabel { max-width: 100%; height: 46px; line-height: 46px; font-size: 17px; }
    .senti-login-icon { width: 55px; height: 42px; }
    .senti-login-icon svg { width: 22px; height: 22px; }
    #languageSelect { height: 30px; font-size: 13px; }
}

#senti-connection-retry { z-index: 999999 !important; }
#senti-connection-retry h2 { margin: 0 0 8px; color: #333; font-size: 20px; }
#senti-connection-retry p { margin: 0; color: #666; font-size: 14px; }
#senti-connection-retry #senti-retry-countdown { font-size: 48px; font-weight: bold; color: #d9534f; margin-bottom: 16px; }

@media (max-width: 480px) {
    #senti-connection-retry > div { padding: 24px 20px !important; max-width: 280px !important; }
    #senti-connection-retry h2 { font-size: 17px !important; }
    #senti-connection-retry #senti-retry-countdown { font-size: 36px !important; }
}

.senti-review-wrap * { box-sizing: border-box; }
.senti-review-wrap img { max-width: 100%; height: auto; }
.senti-review-question:last-child { border-bottom: none !important; margin-bottom: 0 !important; padding-bottom: 0 !important; }
