/*!
 * Covid-19 GreenPass Decoder
 * 
 * author: sizeof(cat) <sizeofcat AT riseup DOT net> http://sizeof.cat
 * url: http://sizeof.cat/project/covid-19-greenpass-decoder/
 * copyright: 2021-2025
 * license: GPLv3
 * 
 *           o8o                                  .o88o.   .o                         .   o.   
 *           `"'                                  888 `"  .8'                       .o8   `8.  
 *  .oooo.o oooo    oooooooo  .ooooo.   .ooooo.  o888oo  .8'   .ooooo.   .oooo.   .o888oo  `8. 
 * d88(  "8 `888   d'""7d8P  d88' `88b d88' `88b  888    88   d88' `"Y8 `P  )88b    888     88 
 * `"Y88b.   888     .d8P'   888ooo888 888   888  888    88   888        .oP"888    888     88 
 * o.  )88b  888   .d8P'  .P 888    .o 888   888  888    `8.  888   .o8 d8(  888    888 .  .8' 
 * 8""888P' o888o d8888888P  `Y8bod8P' `Y8bod8P' o888o    `8. `Y8bod8P' `Y888""8o   "888" .8'  
 *                                                         `"                             "'   
 */
#temp-canvas {
	display: none;
}

textarea {
	width: 100%;
	padding: 20px;
	height: 200px;
	border: 1px dashed #aaa;
	font-family: "Fira Code", monospace;
	font-size: 12px;
}

textarea.details-key-pem {
	width: calc(100% - 180px) !important;
	height: 160px;
}

.details-sign-valid,
.details-key-valid {
	border-color: #00D096 !important;
	box-shadow: inset 0 0 10px 0 #00D096 !important;
}

.details-sign-valid.revoked,
.details-key-valid.revoked {
	border-color: #FF334B !important;
	box-shadow: inset 0 0 10px 0 #FF334B !important;
}

textarea.small {
	height: 90px;
}

textarea.medium {
	height: 160px;
}

.show-error,
.greenpass-details,
.details-personal,
.details-qr,
.details-vaccine,
.details-recovery,
.details-test {
	display: none;
}

.special-dropzone {
	padding: 20%;
	height: auto !important;
	margin: 14px 0 0 0;
}

.use-camera,
.use-image {
	cursor: pointer;
}

#show-qr img {
	width: auto !important;
	max-width: auto !important;
	margin: 20px auto;
}