:root {--gray-color: #999;}* {margin: 0;padding: 0;box-sizing: border-box;font-family: Sans-Serif;outline: none;font-size: 17px;}body {min-height: 100vh;}.center {text-align: center;}a {text-decoration: none;}a:hover {color: black;}img {display: block;}.noselect {-webkit-touch-callout: none;-webkit-user-select: none;user-select: none;}.logo {display: table;margin-left:auto;margin-right:auto;}.logoimg {font-size: 40px;color: black;display: table-cell;vertical-align: middle;padding: 10px;}.logotext {font-size: 40px;color: black;font-weight: bold;display:inline-block;display: table-cell;vertical-align: middle;padding-top: 8px;}.logotext:hover {color: red;}.subtitle {position:relative;font-size: 25px;font-style: italic;padding: 10px;text-shadow: 1px 1px #cccccc;}.upload {position:sticky;top: 0;background: white;z-index: 5;}.intro {font-size: 80px;margin: 40px;line-height: 1.5;}.intro > ul {list-style-position: inside;}.faspinner  {vertical-align: middle;font-size: 30px;margin-right: 5px;}.response {background-color: #ffffff;margin-top: 10px;margin-bottom: 10px;vertical-align: middle;}.responseicon {font-size: 25px;color:red;vertical-align: middle;}.summary {margin-bottom: 10px;}.feedback {margin-bottom: 10px;}.feedbackicon {font-size: 20px;color:orange;}.overlay {position: fixed;width: 100vw;height: 100vh;color: red;z-index: 2;top: 0px;background: rgba(0, 0, 0, 0.7);}.btn {font-size: 18px;margin: 10px 15px;padding: 5px 15px;border-radius: 5px;background: #ff0000;color: #ffffff;height: 35px;font-weight: bold;cursor: pointer;border: 0;}.btn:hover {background: var(--gray-color);}.psuedo {margin-right: 0px;}.inputurl {font-size: 20px;border: 2px solid black;margin: 5px 0px;padding: 5px 40px 5px 10px;border-radius: 5px;width: 220px;position: relative;background: transparent;}.magnifier_large {font-size: 22px;color: #000000;margin-left: -35px;cursor: pointer;top: 15px;position: absolute;}.dropzone {position:absolute;top: 50px;right: calc(50vw);text-align: center;border: 2px solid white;width: 220px;height: 220px;z-index: 10;background: red;border-radius: 10px;background: rgba(255, 0, 0, 1);}.droptext {color: white;font-weight: bold;font-size: 30px;line-height: 1.2;padding: 5px;}.dropicon {color: white;}.hvcenter {display: flex;justify-content: center;align-items: center;flex-direction: column;}.tabs {position:sticky;top: 45px;list-style-type:none;display: flex;justify-content: center;align-items: center;margin-bottom: 10px;}.tabs > li {display: flex;font-size: 18px;}.tablink {text-decoration: none;background: var(--gray-color);color: #ffffff;border-radius: 5px;padding: 10px 15px;margin: 5px;font-weight: bold;cursor: pointer;}.tablink:hover {background: red;color: white;}.active {background: red;color: white;}.tab1 {justify-content: center;display: grid;grid-template-columns: repeat(auto-fit, minmax(200px, max-content));grid-gap: 10px;flex-wrap: wrap;padding: 0 10px 0px;}.card {width: 200px;flex-direction: row;overflow: hidden;border: 1px solid #cccccc;}.card:hover {background-color: #f5f5f5;}.caption {border-top: 1px solid #cccccc;word-break: break-word;text-align: center;padding: 5px;line-height: 1.3;font-size: 14px;}.caption > a {font-size: 14px;}.imgcontainer {overflow: hidden;width: 200px;height: 200px;background: #dddddd;}.thumb {width: 200px;height: 200px;object-fit: cover;transition: all 1s ease;cursor: pointer;}.thumb:hover {transform: scale(1.05);}.thumb_icon {font-size: 140px;color: #ffffff;}.resulttable {width: 100%;}.resulttable th {background-color: var(--gray-color);color: white;word-break: break-word;min-width: 40px;padding: 8px;}.resulttable tr:hover {background-color: #f5f5f5;}.resulttable tr:nth-child(even) {background-color: #f2f2f2;}.resulttable td {text-align: center;font-size: 14px;}.resulttable td a {font-size: 14px;}.imgcontainer_small {overflow: hidden;height: 100px;width: 100px;margin-left: auto;margin-right: auto;border: 1px solid #cccccc;background: #dddddd;}.smallimage {height: 100px;width: 100px;object-fit: cover;opacity: .8;transition: all 1s ease;cursor: pointer;}.smallimage:hover {opacity: 1;transform: scale(1.05);}.smallimage_icon {font-size: 70px;color: #ffffff;}.googlemap {height: 600px;width: 100%;position: relative;left: -100%;overflow:hidden;}.infowindow {width: 150px;text-align: left;font-size: 13px;word-break: break-word;line-height: 1.2;}.infowindow > a {font-size: 13px;line-height: 2;}.stats {display: flex;justify-content: center;padding:10px;}.stats > div {margin: 4px;padding: 12px;background: #cccccc;border-radius: 10px;}.stats > div > i {font-size: 40px;color: #ffffff;}.stats > div > h3 {padding: 15px 0;font-size: 25px;font-weight: normal;color: #ffffff;}.stats > div > p {color: #ffffff;font-weight: bold;font-size: 20px;text-transform: uppercase;line-height: 1.2;}.dummy {height: 100px;}.footer {position : fixed;bottom : 0;width: 100vw;margin-top: 50px;padding: 15px;background: #999;color: #ffffff;}.footer > a {color: #ffffff;}.unittest {background:#4abd1d;display:inline-block;padding:2px 6px;border-radius:2px;}.checkmark {padding:2px 0 0;}@media only screen and (max-width: 500px) {body {min-height: auto;}.subtitle {font-size: 21px;}.inputurl {font-size: 16px;width: 180px;height: 34px;}.btn:hover {background: #ff0000;}.tab1 {grid-template-columns: repeat(auto-fit, minmax(140px, max-content));}.tab2 {overflow-y: auto;}.card {width: 140px;}.imgcontainer {width: 140px;height: 140px;}.thumb {width: 140px;height: 140px;}.thumb:hover {width: 142px;height: 142px;}.thumb_icon {font-size: 100px;}.caption {font-size: 12px;}.caption > a {font-size: 12px;line-height: 2;}.imgcontainer_small {width: 80px;height: 80px;}.smallimage {width: 80px;height: 80px;}.smallimage_icon {width: 50px;height: 50px;font-size: 50px;}.resulttable th {word-break: break-word;min-width: 40px;padding: 3px;font-size: 11px;}.resulttable td {font-size: 11px;}.resulttable td a {font-size: 11px;line-height: 2;}}.loader {border: 16px solid #f3f3f3;border-radius: 50%;border-top: 16px solid #3498db;width: 120px;height: 120px;position: absolute;top: 300px;left: 0px;-webkit-animation: spin 2s linear infinite;animation: spin 2s linear infinite;z-index: 1;}@-webkit-keyframes spin {0% { -webkit-transform: rotate(0deg); }100% { -webkit-transform: rotate(360deg); }}@keyframes spin {0% { transform: rotate(0deg); }100% { transform: rotate(360deg); }}.circle {width: 120px;height: 120px;border-radius: 50%;border: 0px solid #ffffff;background-color: #ffffff;position: absolute;top: 300px;left: 16px;}.percentage {width: 120px;position: absolute;top: 353px;left: 0px;}.percentageText {font-size: 20px;text-align: center;}.grecaptcha-badge {width: 70px !important;overflow: hidden !important;transition: all 0.3s ease !important;left: 10px !important;bottom: 10px !important;-webkit-touch-callout: none;-webkit-user-select: none;user-select: none;}.grecaptcha-badge:hover {width: 256px !important;}