body {
	padding-left: 0px;
	padding-right: 0px;
}

.table-search>:not(caption)>*>* {
    border-bottom-width: 1px;
	font-size: 20px;
}

.h-result {
    margin-top: 40px;
}

.search-container {
	background: url('../img/Rectangle 238.png');
	border-radius: 40px;
	padding: 80px 4%;
	margin-bottom: 50px;
	padding-bottom: 10px;
}

.link-examples a {
	color: #1B727E!important;
}

.link-examples a:hover {
	color: #36c1d3!important;
}

.modal-header {
	border: 0!important;
	padding: 0;
}

.modal-content {
	padding: 40px 40px;
	border-radius: 20px;
	border: 0;
}

.modal-footer {
	border: 0!important;
	justify-content: center!important;
	padding: 0;
}

.search_div {
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
}

.search_div h1 {
	text-align: center;
	font-size: 80px;
}

.search_div h2 {
	text-align: center;
	font-size: 35px;
	margin: 0;
}

[type="search"]::-webkit-search-cancel-button {
	-webkit-appearance: none;
	appearance: none;
	height: 16px;
	width: 16px;
	background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="25" height="25" fill="currentColor" class="bi bi-x-lg" viewBox="0 0 16 16">  <path d="M2.146 2.854a.5.5 0 1 1 .708-.708L8 7.293l5.146-5.147a.5.5 0 0 1 .708.708L8.707 8l5.147 5.146a.5.5 0 0 1-.708.708L8 8.707l-5.146 5.147a.5.5 0 0 1-.708-.708L7.293 8 2.146 2.854Z"/></svg>');
	background-size: 16px 16px;
	margin-right: 43%;
	cursor: pointer;
}

td {
	font-family: 'Montserrat'!important;
    font-weight: 500;
}

.search_div form {
	margin-left: auto;
	margin-right: auto;
	width: 100%!important;
}

.search_div .form-label {
	display: none;
}

.search_div form {
	position: relative;
}

.search_div form .mb-3:first-of-type {
	display: inline-block;
	width: 100%;
	margin-bottom: 70px!important;
}

.search_div form input[type="submit"] {
	display: inline-block;
	width: 40%;
	height: 60px;
	position: absolute;
	top: 0;
	right: 0;
	border-radius: 8px!important;
}

.search_div form input[type="search"] {
	display: inline-block;
	width: 100%;
	height: 60px;
	border-color: #ffffff!important;
	border-radius: 7px!important;
	background-color: #ffffff!important;
	padding-left: 23px;
	font-size: 15px;
}

.g-recaptcha {
	opacity: 0;
}

.search_div form input[type="search"]:focus .g-recaptcha {
	display: block;
}

.form-relative {
	position: relative;
}

.report-examples {
	display: flex;
	flex-direction: row;
	position: absolute;
	top: 80px;
	left: 20px;
}

.report-examples div:first-child {
	margin-right: 20px;
}

.report-examples div:last-child a {
	margin-right: 20px;
	color: #36c1d3;
}

.report-examples div:last-child a:hover {
	color: #6bd6dd;
}

.report-examples div:last-child a:last-child {
	margin-right: 0;
}

.spinner-border {
	margin-left: auto;
	margin-right: auto;
	display: block!important;
	margin-top: 60px;
}

.table-search tr:last-of-type td {
    border-bottom-width: 0;
}

@media (max-width: 1200px) {
    .table-search>:not(caption)>*>* {
		font-size: 15px;
	}
}


@media (max-width: 992px) {
    .search_div h1 {
		font-size: 60px;
	}

	.search_div h2 {
		text-align: center;
		font-size: 25px;
	}

	.table-search>:not(caption)>*>* {
		font-size: 12px;
	}
}

@media (max-width: 768px) {
    .search_div h1 {
		font-size: 50px;
	}

	.search_div h2 {
		text-align: center;
		font-size: 20px;
	}

	table .btn {
		padding-left: 10px;
    	padding-right: 10px;
		font-size: 12px;
	}

	.table-search>:not(caption)>*>* {
		font-size: 10px;
	}
}

@media (max-width: 576px) {
    .table-div {
		padding: 0;
	}
}


@media (max-width: 500px) {
	.search_div h1 {
		font-size: 35px;
	}

	.search_div h2 {
		text-align: center;
		font-size: 15px;
	}

    .link-examples a {
        font-size: 10px;
    }

	.report-examples div:last-child a:last-child {
		margin-right: 0;
	}

	.report-examples div:last-child a {
		margin-right: 10px;
	}

	tr th:nth-of-type(2), tr td:nth-of-type(2), tr th:nth-of-type(3), tr td:nth-of-type(3) {
		display: none;
	}
}
