File size: 6,097 Bytes
f94b187 b16d75f fa843b5 9bfed02 fa843b5 9bfed02 fa843b5 b16d75f 9bfed02 b16d75f aa2d08f b16d75f aa2d08f b16d75f f94b187 aa2d08f b16d75f aa2d08f b16d75f fa843b5 b16d75f 9bfed02 b16d75f 98eac4a 681d2dd b16d75f 681d2dd b16d75f 681d2dd 5f87e9b b16d75f a4e3b56 b16d75f e158b55 98eac4a 9bfed02 98eac4a fa843b5 98eac4a 9bfed02 e51e7d3 2da4724 e51e7d3 9bfed02 e51e7d3 f94b187 e7a162d 9bfed02 e7a162d 9bfed02 e7a162d 9bfed02 e7a162d fa843b5 9bfed02 fa843b5 9bfed02 fa843b5 e7a162d aa2d08f e7a162d 9bfed02 aa2d08f e7a162d fa843b5 9bfed02 fa843b5 9bfed02 fa843b5 9bfed02 fa843b5 9bfed02 5bd8c44 a4e3b56 5bd8c44 a4e3b56 5bd8c44 a4e3b56 5bd8c44 a4e3b56 5bd8c44 7e6e1a7 a4e3b56 7e6e1a7 140b31e 7e6e1a7 5bd8c44 7e6e1a7 5bd8c44 7e6e1a7 5bd8c44 7e6e1a7 a4e3b56 a70f2c7 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 |
:root {
--primary-color: rgba(26, 109, 255, 1);
}
@import url("https://fonts.cdnfonts.com/css/inter");
body {
font-family: "Inter", sans-serif;
}
#head {
padding-top: 1rem;
border-bottom: 1px solid rgba(227, 234, 240, 1);
}
h1 {
font-weight: 600;
font-size: 26px;
}
h2 {
font-weight: 600;
font-size: 18px;
}
h3 {
font-weight: 600;
font-size: 16px;
}
h4 {
font-weight: 600;
font-size: 14px;
}
.small {
font-size: 12px;
}
p {
font-weight: 400;
font-size: 16px;
line-height: 24px;
color: #56687a;
}
select,
textarea {
resize: none;
}
.form-control:focus {
box-shadow: none;
}
.badge.bg-secondary {
background-color: rgba(247, 249, 250, 1) !important;
border-color: rgba(215, 220, 224, 1);
border: 1px solid rgba(215, 220, 224, 1);
color: rgba(86, 104, 122, 1);
text-transform: uppercase;
font-size: 12px;
padding: 7px;
position: relative;
top: -4px;
left: 1rem;
}
.tabs div {
margin-right: 1rem;
cursor: pointer;
padding-bottom: 5px;
}
.tabs div.active {
border-bottom: 3px solid var(--primary-color);
color: var(--primary-color);
}
.right-column {
flex: 0 0 465px;
margin: 0 1rem;
}
.image-container {
margin: 2rem 2rem 0 0;
background: rgba(247, 249, 250, 1);
display: flex;
justify-content: center;
min-height: 512px;
}
.image-container img {
align-self: start;
width: 100%;
height: auto;
}
.image-container .placeholder,
.image-container .spinner img {
width: 48px;
height: 48px;
}
.image-container .placeholder,
.image-container .spinner {
align-self: center;
}
.image-container .spinner {
text-align: center;
color: #56687a;
}
#body .container-xl > .row > .col:first-child {
border-right: 1px solid rgba(227, 234, 240, 1);
}
.custom-select {
position: relative;
}
.custom-select::after {
--size: 0.4rem;
content: "";
position: absolute;
right: 1rem;
pointer-events: none;
border-left: var(--size) solid transparent;
border-right: var(--size) solid transparent;
border-top: var(--size) solid black;
top: 30%;
}
label {
font-size: 14px;
font-weight: 600;
margin-bottom: 0.5rem;
}
label.form-check-label {
font-weight: 400;
}
.display-verify {
display: none;
}
img.thumbnail {
width: 100px;
height: 100px;
}
#original-image {
border-bottom: 1px solid rgba(227, 234, 240, 1);
display: none;
flex-direction: column;
}
#resultLabel {
display: none;
}
.action-menu {
display: none;
margin: 2rem 2rem 0 0;
}
.action-menu .row {
align-items: center;
}
.action-menu button,
.action-menu a.btn {
width: 175px;
}
.action-menu .btn {
border-radius: 0;
color: var(--primary-color);
border-color: var(--primary-color);
}
.action-menu .btn:hover {
background-color: transparent;
color: var(--primary-color);
}
.alert-primary {
border-color: #fef3c7;
background-color: rgba(254, 243, 199, 0.25);
}
.alert-primary h4,
.alert-primary p {
font-size: 14px;
color: #1f2937;
}
.alert-primary h4 {
font-weight: 600;
}
.alert-primary p {
margin-bottom: 0;
}
.alert-secondary {
border-color: #dde9ff;
background-color: #f4f8ff;
}
.alert-secondary p {
font-size: 14px;
color: #1f2937;
}
.how-it-works {
margin-top: 3rem;
}
.how-it-works p {
font-size: 12px;
color: #56687a;
line-height: 16px;
}
.how-it-works p {
font-size: 12px;
}
.how-it-works strong {
font-weight: 600;
color: black;
}
#verification-output {
height: 480px;
background: #f7f9fa;
border: 1px solid #d8dfe5;
overflow-y: auto;
margin-right: 1rem;
}
#certificates-h3 {
border-top: 1px solid rgba(227, 234, 240, 1);
}
.certificate .details {
color: rgba(86, 104, 122, 1);
font-size: 12px;
font-weight: 400;
padding: 1rem;
margin: 0 2rem 0 0;
height: 480px;
background: #f7f9fa;
border: 1px solid #d8dfe5;
overflow-y: auto;
}
.certificate .details > div {
clear: both;
padding: 0.4rem 0;
}
.certificate .details strong {
padding: 0.5rem 0;
display: block;
color: black;
}
.certificate .details div label {
float: left;
width: 175px;
font-size: 12px;
font-weight: 400;
}
.certificate #certificate-list {
padding: 0;
margin: 0 2rem 32px 0;
border-bottom: 1px solid #d8dfe5;
}
.certificate #certificate-list li {
border: 1px solid #d8dfe5;
border-bottom: none;
list-style: none;
padding: 0.8rem 0 0.8rem 1.5rem;
font-size: 14px;
}
.certificate #certificate-list li:not(:first-child) {
background: url(images/li.svg) no-repeat 2.5rem 50%;
padding: 0.8rem 0 0.8rem 4.5rem;
}
.certificate #certificate-list li.active {
background-color: #f7f9fa;
font-weight: 600;
}
.certificate #certificate-list li:hover,
.certificate #certificate-list li.active:hover {
background-color: #e9f4ff;
cursor: pointer;
}
.output-container {
border-top: 1px solid rgba(227, 234, 240, 1);
}
.alert#verifyResultDescription {
margin-right: 2rem;
}
#logo {
border-top: 1px solid rgba(227, 234, 240, 1);
}
#logo img {
width: 156px;
}
.check-icon,
.x-icon {
width: 16px;
height: 16px;
display: inline-block;
}
.check-icon {
background-image: url("images/check.svg");
}
.x-icon {
background-image: url("images/x.svg");
}
.btn-primary {
width: 100%;
background: rgba(206, 206, 206, 1);
color: white;
border-color: rgba(206, 206, 206, 1);
border-radius: 0;
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus {
background-color: rgba(206, 206, 206, 1);
border-color: rgba(206, 206, 206, 1);
box-shadow: none !important;
}
.btn-primary.active {
background-color: #1a6dff;
border-color: #1a6dff;
}
.btn-primary.active:hover {
background-color: #165ad9;
border-color: #165ad9;
}
.btn-primary.active:active {
background-color: #1247b2;
background-color: #1247b2;
}
.error {
color: #d8394b;
display: none;
}
@media screen and (max-width: 1100px) {
.right-column {
flex: 0 0 45%;
}
}
@media screen and (max-width: 768px) {
#body > .container-xl > .row {
flex-direction: column-reverse;
}
.tabs {
position: relative !important;
}
.right-column {
margin: 1rem 0;
}
}
|