#content {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.main-title {
	padding: 10px;
	width: 100%;
	text-align: center;
	text-transform: uppercase;
	font-weight: 800;
	display: flex;
	justify-content: center;
	align-items: center;
}

.btn-close {
	background-image: none !important;
	background-color: #6b0606 !important;
	opacity: 1;
	color: #fff;
	border-radius: 0;
	position: absolute;
	top: 10px;
	right: 10px;
	padding: 8px;
}

.cert-info {
	margin: 0 auto 30px;
	width: 100%;
	& td {
		padding: 3px 10px 3px 10px;
		border: 1px solid #8e8d8d85;
		&.recno {
			background: #ececec;
			text-align: left;
		}

		&:not(.recno):nth-child(1) {
			color: #000;
			font-weight: 400;
			vertical-align: baseline;
			white-space: nowrap;
			background: #ececec;
			width: 30%;
			&:after {
				content: ":";
			}
		}

		&:nth-child(2) {
			color: #0a58ca;
			vertical-align: baseline;
			background: #e6e6e657;
			font-weight: 400;
		}
	}
}

#panel-search-check {
	display: none;
}

body:has(#search-value:valid) #panel-search-check {
	display: block!important;
}

#panel-search-button {
	display: none;
}

#content:has(table) #panel-search-button {
	display: flex !important;
}

#content:has(table) #panel-search-input {
	display: none !important;
}

#panel-search-result {
	width: 70%;
}

#toast-container > .toast-error {
	background-color: #dc3545;
	color: #86030f;
}

#toast-container > .toast-warning {
	background-color: orange;
	color: #774d00;
}
