@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap');

body {
	font-family: 'Roboto', sans-serif !important; 
}

::-webkit-scrollbar {
    width: 0px;
    background: transparent; 
}

.error {
	float: left;
	margin: 5px;
	padding: 5px;
}

#results .info {
	display: flex;
	height: calc(600px - 5rem);
	flex-direction: column;
	align-items: center;
	align-content: center;
	justify-content: center;
}

.find {
	margin-top: 20px;
}

.header-content {
	background: #ffedea
}

.entry {
  position: relative;
  margin: 30px 0 0 0;
  padding-bottom: 40px;
}

.entry .form-control {
    border: none !important;
    border-bottom: 2px solid #f5a7af !important;
    border-radius: 0 !important;
    background: transparent !important;
}

.entry .form-control:focus {
    box-shadow: none !important;
    border-color: var(--bs-danger) !important;
}

.entry .form-check-input:checked {
    background-color: var(--bs-danger) !important;
    border-color: var(--bs-danger) !important;
}

#results {
    max-height: 660px;
	min-height: 660px;
    overflow-y: auto !important;
    overflow: hidden;
}

#results::-webkit-scrollbar {
    width: 4px !important;
    border-radius 50px;
}
#results::-webkit-scrollbar-thumb {
    background-color: var(--bs-gray-500); /* Change the color to your desired color */
}
.desc {
	position: relative;
    margin: 30px 0 ;
    padding-right: 0px;
    max-width: 80%;
}
footer {
    background: #f5f5f5;
    text-align: center;
}
section {
    padding: 30px 0;
}
footer .content {
    display: grid;
    grid-gap: 5px;
    grid-template-columns: repeat(auto-fit, 300px);
    justify-content: center;
    max-width: 1200px;
    margin: 0px auto;
}
footer a {
    text-decoration: none;
    font-weight: 600;
    color: #c42c2c;
    margin: 5px 10px;
    font-size: 15px;
    display: inline-block;
    border-bottom: none !important;
}
