

/* Close button styling */
.close-btn {
    font-size: 25px;
    background: none;
    border: 1px transparent;
    border-radius: 20px;
    height: 39px;
    width: 39px;
}

.close-btn:hover {
background: rgba(93, 117, 152, 16%);
}



.close {
    position: absolute;
    top: 8px;
    right: 8px;
    font-size: 18px;
    cursor: pointer;
    color: #555;
}

.close:hover {
    color: #000;
}

.search_wrapper {
        position: relative;
        /* margin: auto; */
        max-width: 650px;
        margin-bottom: 4%;
    }

.new-text{
    /* font-family-sans: inter, sans-serif; */
    font-family:sans-serif;
    line-height: 24px;
    font-weight: 550;
    letter-spacing: -0.01em;
    font-size: 15px;
    color: rgb(45, 48, 52);
  }
  .slogan > span{
    background-image: linear-gradient(175deg,rgb(235, 243, 255),rgb(188, 178, 250),rgb(167, 150, 238),rgb(112, 169, 255),rgb(220, 214, 255)) ;
  color: transparent;
  background-clip: text;
 
  }




.content {
    padding: 20px;
}

.searchpage.searchpage{
	max-width: 692px; margin:0;
}

.search_input1 {
    border: 1px solid transparent;
    border-radius: 24px;
    /* -webkit-clip-path: inset(1px 1px 1px 1px round 59px);
    clip-path: inset(1px 1px 1px 1px round 59px); */
    /* position: absolute;
    right: 0;
    top: 0; */
    width: 100%;
    z-index: 1;
    height: 52px;
	
}
#main{
	padding-top:20px;
}

.search_input__left-icon {
    display: none;
    left: 16px;
    position: absolute;
    top: 16px;
    width: 16px;
}


.search-input__button {
    align-items: center;
    background: none;
    border: none;
    cursor: pointer;
    display: flex;
    justify-content: center;
    outline: none;
    padding: 0;
    position: absolute;
    right: 16px;
	top: 13px;
	z-index: 10;
	bottom: 0;
	    height: 21px;
}



.search-input__clear {
    background: none;
    border: none;
    cursor: pointer;
    display: flex;
    padding: 0;
    position: absolute;
    right: 73px;
    top: 10px;
    bottom: 0;
    height: 30px;
    /* margin: auto; */
}

.search-input__suggestions-list {
    -webkit-animation: search-gradient 3s ease infinite;
    animation: search-gradient 3s ease infinite;
    background: #fff;
    background-size: 300% 300%;
    border: none;
    border-bottom-left-radius: 21px;
    border-bottom-right-radius: 21px;
    color: #2b313d;
    font-size: 18px;
    line-height: 22px;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: relative;
    transition: all .25s ease-out;
    width: 100%;
    z-index: 1;
}

.search-input__suggestions-list li {
    border: 0px;
    padding: 0 10px !important;
}
.search-input__suggestions-list li span{
	cursor:pointer;
	display:block;
}

.search-input__suggestions-list:before {
    background: #e8eaf0;
    content: "";
    height: 0.9px;
    left: 16px;
    position: absolute;
    right: 16px;
    top: 0px;
	z-index:1;
}

.search-input__left-icon {
    display: none;
    left: 16px;
    position: absolute;
    top: 16px;
    width: 16px;
}

.search-input__clear-border {
    height: 100%;
    position: absolute;
    right: -16px;
    top: 0;
    border-right: 1px solid #e8eaf0;
}

#search_input {
    -webkit-appearance: none;
    border: 0;
    border-radius: 24px;
    display: block;
    font-size: 16px;
    line-height: 20px;
    outline: none;
    overflow: hidden;
    padding: 15px 92px 15px 27px;
    text-overflow: ellipsis;
    transition: box-shadow .25s ease-out;
    white-space: nowrap;
    width: 100%;
    text-overflow: ellipsis;
    background-color: #fff;
    height: 100%;
   box-shadow:0 0 0 1px rgba(0,0,0,.1), 0 2px 5px 0 rgba(0,0,0,.16);
   font-weight: 500;
    color: #58595b;
}
#search_input:hover{
	box-shadow:0 0;
}

/* .search-open .search_input,
.search_input:hover {
    -webkit-animation: search-gradient 3s ease infinite;
    animation: search-gradient 3s ease infinite;
    background: linear-gradient(175deg,rgb(235, 243, 255),rgb(188, 178, 250),rgb(167, 150, 238),rgb(112, 169, 255),rgb(220, 214, 255) 100%) border-box; 
    background-size: 20px;
     
   /*background: linear-gradient(90deg, rgba(151,174,231,1) 0%, rgba(104,114,154,1) 100%) border-box;*/
   /* background: linear-gradient(90deg, rgba(210, 129, 81, 1) 0%, rgba(255, 213, 154, 1) 100%) border-box;
    background-size: 300% 300%;
    /* border: 2px solid transparent; 
    -webkit-clip-path: none;
    clip-path: none;
    box-shadow: 0px 0px 6px 0px rgba(188, 178, 250 ),  0px 0px 6px 0px rgba(112, 169, 255);

} */

.search_input1:active,
.search_input1:focus,.search_input1:focus-within {
    -webkit-animation: search-gradient 3s ease infinite;
    animation: search-gradient 3s ease infinite;
    background: linear-gradient(175deg,rgb(235, 243, 255),rgb(188, 178, 250),rgb(167, 150, 238),rgb(112, 169, 255),rgb(220, 214, 255) 100%) border-box; 
    background-size: 20px;
     
   /*background: linear-gradient(90deg, rgba(151,174,231,1) 0%, rgba(104,114,154,1) 100%) border-box;*/
   /* background: linear-gradient(90deg, rgba(210, 129, 81, 1) 0%, rgba(255, 213, 154, 1) 100%) border-box;*/
    background-size: 300% 300%;
    /* border: 2px solid transparent; */
    -webkit-clip-path: none;
    clip-path: none;
    box-shadow: 0px 0px 3px 2px rgba(188, 178, 250 ),  0px 0px 4px 2px rgba(112, 169, 255);

}

.search_input1:hover {
    animation: search-gradient 3s ease infinite;
    background: linear-gradient(175deg, rgb(235, 243, 255), rgb(188, 178, 250), rgb(167, 150, 238), rgb(112, 169, 255), rgb(220, 214, 255) 100%) border-box;
    background-size: 20px;
    /* background: linear-gradient(90deg, rgba(151, 174, 231, 1) 0%, rgba(104, 114, 154, 1) 100%) border-box; */
    /* background: linear-gradient(90deg, rgba(210, 129, 81, 1) 0%, rgba(255, 213, 154, 1) 100%) border-box; */
    background-size: 300% 300%;
    border: 2px solid transparent;
    -webkit-clip-path: none;
    clip-path: none;
}

#search_input:active,
#search_input:focus,
.#search_input:hover {
    /* box-shadow: 2px 2px 2px 2px linear-gradient(175deg,rgb(235, 243, 255),rgb(188, 178, 250),rgb(167, 150, 238),rgb(112, 169, 255),rgb(220, 214, 255) 100%); */
}

.search-input__clear svg path {
    stroke: #b1b7c4;
}

.search-input__button path {
    /* fill: #b1b7c4; */
}

/* .search-open .search_input {
    border-radius: 25px;
    overflow: hidden;
} */

/* .search-open #search_input {
    border-radius: 0px;
} */

.ui-menu-item span {
    display: block;
    padding: 10px 10px 10px 15px;
    text-decoration: none;
    color: #000;
    font-size: 13px;
    font-weight: 500;
	font-weight: bold !important;
	border-radius: 5px;
	text-align:left;
}

.ui-menu-item.ui-state-focus span {
    background: #f6f6fc !important;
    font-weight: bold !important;
    color: #171717 !important;

}

.search-input__button--back {
    display: none
}

.menubar li a:hover {
    border-bottom: 2px solid;
}
.menubar li a.active {
    border-bottom: 2px solid;
}

.menubar li a {
    color: #000;
}

.menubar svg {
    width: 15px;
    height: 15px;
    vertical-align: baseline;
}

.menubar li:hover svg path,
.menubar li:hover a {
    color: #d28151
}

.navbar-expand .navbar-nav .nav-link {
    padding-right: 1rem;
    padding-left: 1rem;
    font-size: 14px;
    font-weight: 600;
	color: #58595b;
}
.navbar-expand .navbar-nav .nav-link:hover,.navbar-expand .navbar-nav .active{
	color: #000;
}


@keyframes search-gradient {
    0% {
        background-position: 0 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0 50%;
    }
}

.ui-helper-hidden-accessible {
    position: absolute;
    left: -9999px;
}

#dropdownUser2 svg {
    width: 35px;
    height: 35px;
}

#dropdownUser2 path {
    stroke: #000;
}

.search-input__clear {
    display: none;
}

#search_input:not(:placeholder-shown)~.search-input__clear {
    display: block;
}

a{text-decoration:none}
/* For other pages */
#serp .searpList {
    overflow: hidden;
	 margin-bottom: 20px;
}
#serp p.url {
    font-size: 14px;
    margin: 0;
}
.searpList a {
    color: #1a0dab;
}
.searpList h2 {
    font-size: 20px !important;
}
#serp p.url a {
    color: #222;
	font-size:12px;
}

#serp img{
	height: 16px;
    width: 16px;
    vertical-align: sub;
    margin-right: 5px;
}
.outerdivh2 {
   width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: space-between;
}

#serp h2 {
    margin: 0;
    font-size: 16px;
    font-weight: 400;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
	margin-top:5px;
}



.searpList ul {
    overflow: hidden;
    display: flex;
    padding: 0 20px;
	width:80%;
}
a.proxy2 {
    color: #001ba0 !important;
    float: right;
    font-size: 14px;
    font-weight: 400;
    padding: 0.5rem 0 0.75rem;
    height: 100%;
    width: 100%;
    background: #fbfbfd;
    width: 100%;
    text-align: center;
    margin-top: 5px;
}

#onioninner {
        cursor: pointer;
    background: #EAECEE;
    color: #444 !important;
    padding: 10px 0px 10px 25px;
    font-size: 15px;
    float: none;
    margin: 12px 5px 20px 0px;
    width: 220px;
    box-shadow: 1px 1px 2px rgba(0,0,0,0.1);
    border-radius: 50px;
    border: 1px solid #d4d4d4;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#onioninner span {
	overflow: hidden;
	position: relative;
	display: inline-block;
	width: 100%;
	height: 20px;
	margin: 0;
	font-weight:bold;
	margin-left: 10px;
}
li.deeplinks p {
    font-size: 11px;
    padding-right: 20px;
    max-width: 100ch;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
ul#double{
	flex-wrap: wrap;
    flex-direction: row;
	margin-top:10px;
}
li.deeplinks {
    width: 50%;
    box-sizing: border-box;
	list-style: none;
	padding-left: 10px;font-size: 17px;
	
}
.outerdivh2 > span {
    white-space: nowrap;
}

a.proxy {
    color: #001ba0 !important;
    float: right;
    font-size: 13px;
    border-radius: 50px;
    padding: 13px 22px;
    margin-top: -20px;
    border: 1px solid #d4d4d4;
    font-weight: 500;
}
a.proxy:hover{
	/*background: transparent;
  background-image: linear-gradient(90deg, white, white),
    linear-gradient(90deg, rgba(125,185,255,.7), rgba(127,34,189,.7));
  background-clip: padding-box, border-box;
  background-origin: border-box;
  border: 2px solid transparent;
  
  padding: 11px 20px;*/
  
  border-color:#001ba0;
}

.result--more {
    cursor: default;
	text-align:center;
    position: relative;
    margin-bottom: 0;
    bottom: 0;
    right: 0;
    left: 0;
    padding: 0 10px;
    z-index: 100;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-font-smoothing: subpixel-antialiased;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    position: relative;
    word-wrap: break-word;
    border-radius: 4px;
    border: 1px solid transparent;
    margin: auto;
    margin-top: 15px;
    margin-bottom: 3em;
}

.result--more__btn {
      cursor: pointer;
    background-color: #f5f8fa;
    border-radius: 10px;
    margin-right: 10px;
    padding: 10px;
	    color: #1a0dab;
}

/* for another */



/* css start for result page */
.g-title{
    gap: 0px;
}

.g-fav{
    width: 31.9886px;
    height: 31.9886px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    background: rgb(242, 244, 247);
    border-radius: 50%;
}

.result_title{
    display: inline;
    box-sizing: border-box;
    font-size: 20px;
    font-family: inter, sans-serif;
    font-weight: 500;
    line-height: 28px;
    color: rgb(0, 79, 214);
    letter-spacing: -0.25px;
}
.result_title:hover{
text-decoration: underline;
}

.g-content{
    width: fit-content;
    font-family: inter, sans-serif;
    font-weight: 300;
    line-height: 20px;
    color: rgb(77, 89, 106);
    letter-spacing: 0.1px;
}

.link2{
    display: inline;
    box-sizing: border-box;
    font-size: 12px;
    font-family: inter, sans-serif;
    font-weight: 400;
    color: rgb(77, 89, 106);
}
.link1{
    font-family: inter;
    color: rgb(45, 48, 52);
    font-size: 14px;
    font-weight: 500;
    white-space: nowrap;
    letter-spacing: -0.175px;
    margin-top: 16px;
  }

  @media (max-width: 426px) {
    .logo_search {
        width: 170px;
        vertical-align: middle;
        margin-left: 6px;
    }
}

@media (min-width: 768px) {
    .logo_search {
        width: 104px;
        vertical-align: middle;
        margin-left: -10px;
    }
}

@media (min-width: 1024px) {
    .logo_search {
        width: 124px;
        vertical-align: middle;
        margin-left: 0px;
    }
}

@media (min-width: 1440px) {
    .logo_search {
        width: 141px;
        vertical-align: middle;
        margin-left: 0px;
    }
}


/* End Onion page */

.search-input__button{
    border-radius: 50%;
    height: 37px;
    padding: 0;
    top: 6px;
    right: 10px;
    bottom: 0;
    width: 39px;
    font-size: 15px;
    background: linear-gradient(90deg, #a196f0, #e59ceb);
    background-clip: text;
    color: transparent;
}

.search-input__button:hover{
    border-radius: 50%;
    height: 37px;
    padding: 0;
    top: 6px;
    right: 10px;
    bottom: 0;
    background: linear-gradient(90deg, #a196f0, #e59ceb);
    color: white;
    width: 39px;
    font-size: 15px;
    transition: all 0.8s;
    border-image: linear-gradient(90deg, #968af0, #dd83e4) 1;
}

.search-input__button:hover path {
    fill: white;
}

input#search_input::placeholder {
	font-size:inherit;
	font-weight:normal
}

/* images Tab Done */
@media only screen and (max-width: 760px) {
	.openpanel{
		width: 100%;
		position: fixed;
		z-index:10;
	}

	.hamburger,.logoheight{
		display: none;
	}

    .search_wrapper {
        flex: 0 1 100%;
        margin: 0px;
		margin-top:10px;
		width:100%;
    }

    header .container {
        flex-wrap: wrap;
    }

    .search-full .search_input1 {
        height: 100%;
        width: 100%;
        position: fixed;
        overflow: auto;
        border-radius: 0;
        background: #fff;
        clip-path: none;
    }

    .search-full #search_input {
        height: auto;
        border-radius: 0 0;
        border: 0 0 1px 0;
        padding: 11px 20px 11px 42px;
    }

    .search-full .search-input__button--back {
        display: block;
        cursor: pointer;
        left: 5px;
        padding: 3px 6px 6px;
        right: auto;
        top: 6px;
    }
	#serp .searpList{
		    border: 1px solid #e5e5e5;
    border-radius: 7px;
    padding: 10px;
	box-shadow: 0px 0px 9px rgb(0 0 0 / 20%) !important;
	}
	a.proxy{display:none}
	a.proxy2{display:block !important}
	.searpList ul{padding:10px}
	#serp h2{white-space: normal;}
	li.deeplinks{font-size:17px;}
	.searpList .desc{font-weight:500}
#serp p.url a{font-weight:500}
.torsearchupper{
	border:none;
	padding:0;
}
}


@media only screen and (max-width: 1000px) and (min-width: 700px)  {
	main{padding:0 20px}
}





@media (min-width: 1200px) {
    .container{
        max-width: 1000px;
    }
}

@media (min-width: 1400px) {
    .container{
        max-width: 1200px;
    }
}

.tbb-results{
		min-height: calc(100vh - 100px);
	} 



