:root
{
	/* Variables */
	--searchbar-border-radius: 20px;

	/* Custom Scrollbar - WebKit */
	--scrollbarWidthSlim: 6px; 
	--scrollbarBgColourGradient: linear-gradient(180deg, #d0368a 0%, #708ad4 99%);
}

*
{
	font-family: Arial, sans-serif;
	color: ;
}

html,
body
{
	margin: 0;
	height: 100%;
}

.wrapper
{
	display: flex;
	flex-direction: column;
	min-height: 90%;
}

.wrapper1
{
	display: flex;
	flex-direction: column;
	min-height: 80%;
}

.wrapper1 img
{
	padding-left:50px;
	padding-right: 50px;
	
	
	
	
}




.wrapper.indexPage
{
	justify-content: center;
}

.mainSection
{
	display: flex;
	flex-direction: column;
	align-items: center;
}

.mainSection .searchContainer
{
	margin-top: 20px;
	width: 700px;
}

.mainSection .searchContainer form
{
	display: flex;
	flex-direction: column;
	align-items: right;
}

.searchContainer .searchButton
{
	color: #1400ff;
	background-color:#81f2d8d6;
	border: none;
	height: 36px;
	width: 80px;
	margin-left: 38rem;
	font-size: 13px;
	font-weight: bold;
	margin-top: -3.5rem;
	cursor: pointer;
	outline: none;
	border-radius: 5px;
}
.searchBarContainer {
    height: 44px;
    
    background-color: #fff;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.16), 0 0 0 1px rgba(0,0,0,0.08);
    width: 100%;
    max-width: 700px;
    box-sizing: border-box;
    
}


.mainSection .searchContainer .searchBox
{
	border: none;
	box-shadow: 0 2px 2px 0 rgba(0,0,0,0.16), 0 0 0 1px rgba(0,0,0,0.08);
	height: 44px;
	border-radius: 10px;
	outline: none;
	padding: 10px;
	box-sizing: border-box;
	font-size: 16px;
	width: 100%;
	max-width: 700px;
	color: gainsboro;
	padding-left: 25px;
}

/* .mainSection .searchContainer .searchBox:hover
{
	border: aqua;
} */

.mainSection .logoContainer
{
	width: 220px;
	text-align: center;
}

.logoContainer img
{
	width: 100%;
	padding-bottom: 45px;
}

/******************
Search Page Styling 
******************/
.header 
{
	background-color: #FAFAFA;
	border-bottom: 1px solid #ebebeb;
}

.wrapper .headerContent 
{
	display: flex;
	align-items: center;
}

.headerContent .logoContainer 
{
	width: 100px;
	padding: 5px 20px;
	box-sizing: border-box;
}

/* Search container */
.headerContent .searchContainer 
{
	flex: 1;
}

.headerContent .searchContainer form 
{
	margin: 15px 0 28px 0;
}

.headerContent .searchBarContainer
{
	height: 44px;
	background-color: #fff;
	box-shadow: 0 2px 2px 0 rgba(0,0,0,0.16), 0 0 0 1px rgba(0,0,0,0.08);
	width: 70%;
	max-width: 630px;
	box-sizing: border-box;
	display: flex;
	border-radius: var(--searchbar-border-radius);
}

.headerContent .searchBarContainer .searchBox 
{
	flex: 1;
	border: none;
	background-color: transparent;
	padding: 12px;
	font-size: 16px;
	color: #000;
	border-radius: 5px;
	outline: none;
	width: 100%;
}

#list_search {

 
    
}

.headerContent .searchBarContainer .searchButton 
{
	background-color: #fff;
	height: 44px;
	margin-top: 0;
	width: 44px;
	padding-right: 20px;
	display: flex;
	justify-content: center;
}

.headerContent .searchBarContainer .searchButton img 
{
	width: 22px;
	padding: 10px;
}

/* Tabs container */
.tabsContainer 
{
	margin-left: 100px;
}

.tabsContainer .tabList 
{
	padding: 0;
	margin: 0;
}

.tabsContainer .tabList li 
{
	display: inline-block;
	padding: 0 16px 12px 16px;
	color: #777;
	font-size: 13px;
}

.tabsContainer .tabList li a 
{
	text-decoration: none;
}

.tabsContainer .tabList li.active 
{
	border-bottom: 3px solid #1A73E8;
}

.tabsContainer .tabList li.active a 
{
	font-weight: bold;
	color: #1A73E8;
}

/****************
Results styling
****************/
.mainResultsSection 
{
	flex: 1;
}

.mainResultsSection .resultsCount 
{
	font-size: 13px;
	color: #808080;
	margin-left: 150px;
}

.mainResultsSection .siteResults 
{
	margin-left: 150px;
}

.resultContainer 
{
	display: flex;
	flex-direction: column;
	margin-bottom: 26px;
}

.resultContainer .title 
{
	margin: 0;
}

.resultContainer .title a 
{
	color: #1a0dab;
	text-decoration: none;
	font-weight: normal;
	font-size: 18px;
}

.resultContainer .title a:hover 
{
	text-decoration: underline;
}

.resultContainer .url 
{
	color: #006621;
	font-size: 14px;
}

.resultContainer .description 
{
	font-size: 12px;
}

/********************
Pagination styling
********************/
.paginationContainer
{
	display: flex;
	justify-content: center;
	margin-bottom: 25px;
}

.pageButtons 
{
	display: flex;
}

.pageNumberContainer img 
{
	height: 37px;
}

#pageEndContainer img 
{
	height: 43px;
}

.pageNumberContainer,
.pageNumberContainer a 
{
	display: flex;
	flex-direction: column;
	align-items: center;
	text-decoration: none;
}

.pageNumber 
{
	color: #000;
	font-size: 13px;
}

a .pageNumber 
{
	color: #4285f4;
}

/**************
Image styling
**************/
.mainResultsSection .imageResults 
{
	margin: 20px;
}

.gridItem 
{
	position: relative;
}

.gridItem img 
{
	max-width: 200px;
	min-width: 50px;
	visibility: hidden;
}

.gridItem .details 
{
	visibility: hidden;
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	overflow: hidden;
	background-color: rgba(0,0,0,0.8);
	color: #fff;
	font-size: 11px;
	padding: 3px;
	box-sizing: border-box;
	white-space: nowrap;
}

.gridItem:hover .details 
{
	visibility: visible;
}

/*********
Crawl form
**********/
#crawl-wrapper
{
	text-align: center;
	padding-top: 100px;
}

#crawl-input
{
	width:400px;
}


/*
Mobile responsive design -- Overrides
*/
@media (max-width: 800px) { 

	.resultContainer .url 
	{
		color: #006621;
		font-size: 19px;
	}

	.tabsContainer 
	{
		 text-align: left;
	}

	.mainResultsSection .resultsCount 
	{
		margin-left: 15px;
	}

	.mainResultsSection .siteResults 
	{
		margin-left: 15px;
	}

	.mainResultsSection .resultsCount 
	{
		margin-left: 15px;
	}
	
	
	
}

.main-content h1
{
color: #1400ff;	
height: 10px;
margin-bottom: 10px;
background: transparent;
border: none;
font-size: 15px;
font-weight: bold;
cursor: pointer;
}

.inputtty {
  width: 30.5rem;
 
  position: absolute;
  margin-top: 3rem;
  z-index: 1;
  
  
	}
	
#search_result{
 
	}	
	
	
	
	

.list-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
	}

.list-group-item {
  position: relative;
  display: block;
  padding: .75rem 1.25rem;
  margin-bottom: -1px;
  background-color: var(--color-gray-900);
  border: 1px solid rgba(0, 0, 0, .125);
	}
	
.list-group-item-action {
    width: 100%;
    color:gainsboro;
    text-align: inherit;
	}

.list-group-item:first-child {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
	
}


@media (max-width: 800px) {
	
	.mainSection{
	display: flex;
    flex-direction: column;
    align-items: center;
	}
	
	
	.inputtty{
	width: 22.2rem;
   
    position: absolute;
    
    z-index: 1;
	}
	
	.mainSection .searchContainer form{
	margin-left: 1rem;
	}
	
	.mainSection .searchContainer{
	margin-top: 2.8rem;
	max-width: 450px;
	width: 100%;
	}
	
	.mainSection .searchContainer .searchBox{
	width: 100%;
    max-width: 700px;
	}
	
	.searchContainer .searchButton{
	 margin-left: 18rem;
	 margin-right: 1.7rem;
     position: relative;
     
	}
	
	
	
	
#list_search {

 
    
}	
	
	
	
	
	
	
	
	
	
	
	
	
	
{