body {
	min-height: 100vh;
	background: #FFF;
	font-family: "Source Sans Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", Helvetica;
	font-size: 1rem;
	line-height: 1.5;
	color: #212529;
	margin: 0;
	display: flex;
	flex-direction: column;
}
body.main{
	background-color: #59316B;
	color: white;
}
body.main {
	margin: 0 auto;
}
main {
	flex: 1 1 auto;
}
header {
	display: flex;
	background-color: #59316B;
	color: white;
}
header>h1>a>i.fa-arrow-left {
	display: none;
}
footer {
	background: #CCC;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
footer > * {
	margin: 1rem 2rem;
}
h1 > a {
	color: #FFF;
}
img {
	max-width: 100%;
}
.result-page h1 {
	margin: 1rem;
}
.result h3, .result p {
	margin: 0;
}
h3 > a {
	color: #7D4698;
}
a {
	text-decoration: none;
}
.result {
	margin: 1rem;
	word-break: break-word;
}
.margin {
	margin: 0 1rem;
}
.logo .h1 {
    text-align: center;
    font-size: 4em;
}
.logo .h2 {
    background-color: #79518B;
    border-radius: 1rem;
    padding: 0 0.5rem;
    margin-left: 0.5rem;
    font-size: 4em;
}
.form {
	margin: auto;
	display: flex;
	justify-content: center;
}
.form input {
	max-width: 90%;
	width: 22rem;
	border-radius: .5rem 0 0 .5rem;
}
.form button {
	border-radius: 0 .5rem .5rem 0;
	cursor: pointer;
}
.big-form {
	max-width: 90%;
}
.t {
	border-collapse: collapse;
	margin: 1rem 0 2rem 0;
}
.t th, .t td {
	border: 1px solid #000;
	padding: 0.25rem 0.5rem;
}
.t th {
	background-color: #CCC;
}
.form > * {
	background-color: white !important;
	opacity: 0.8;
	border: 0;
	padding: .5rem 1rem;
	font-size: 1.2rem;
	outline: none !important;
}
.form > input:focus, .form > input:focus + button {
	opacity: 1;
}
.ads {
	margin: 4rem auto 1rem auto;
	text-align: center;
}
.ads > a {
	display: block;
	margin: .25rem auto;
	text-align: center;
}
.alert {
	margin: 1rem;
	color: red;
}
.pagination {
	margin: 1rem auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.pagination > * {
	padding: 0.25rem 0.25rem;
	border: 1px solid #59316B;
	border-radius: 0.5rem;
	color: white;
	margin: 0.25rem;
	text-align: center;
	min-width: 2rem;
}
.pagination > span {
	background: #59316B;
	color: white;
	font-weight: bold;
}
.pagination > a {
	text-decoration: none;
	color: black;
}
.hsm {
	margin: 1rem 0 0 1rem;
	font-size: 100%;
}
.goback {position:relative;top:1px}
.fa-check-circle {color:green}
@media(max-width:767px) {
	.ads {margin-top:2rem}
	.ads img {max-width:90%;height:auto}
	.main h1 {font-size:200%}
	.result-page>header>h1 {margin:.5rem 1rem}
	.result-page>header>h1>a>.fa-arrow-left {display:inline}
	.result-page>header>h1>a>span, .result-page>header>h1>a>.fa-search {display:none}
	.form {flex:1 1 auto}
	.form input {width:auto}
	header {position:sticky;top:0}
	footer {display:block}
	footer > a {display:block;margin:0.5rem 1rem}
}




.search_wrapper {
        height: 60px;
    position: relative;
    width: 70%;
    margin: auto;
    max-width: 750px;
}

.searchpage.searchpage{
	max-width: 600px; margin:0
}

.search_input {
    border: 1px solid transparent;
    border-radius: 5px;
    /* -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;
	
}
#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: 105px;
    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: 8px;
    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;
    border-radius: 5px;
    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:active,
.search_input:focus,
.search_input:focus-within,
.search_input:hover {
    -webkit-animation: search-gradient 3s ease infinite;
    animation: search-gradient 3s ease infinite;
     background: linear-gradient(45deg,rgba(61,61,61,1),rgba(61,61,61,1) 100%) border-box; 
   /*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 2px 10px 0px #500074;
	background: #79518b;
}

#search_input:active,
#search_input:focus,
.#search_input:hover {
    box-shadow: 0 0;
}

.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
}

.search-input__button{
	border-radius: 0 5px 5px 0;
  height: 100%;
    padding: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: #79518B;
    color: #fff;
    width: 90px;
    font-size: 18px;
}

input#search_input::placeholder {
	font-size:inherit;
	font-weight:normal
}

.logo {
    text-align: center;
    padding: 20px;
	margin-bottom:15px;
}
.logo .fas{display:none}
.search-input__clear {
    display: none;
}

#search_input:not(:placeholder-shown)~.search-input__clear {
    display: block;
}



    .centertext{margin: auto;    width: 100%;}
	
	
footer {
    position: relative;
    background-color: #f6f6fa;
    padding: 40px;
    color: #151515;
    border-top: 1px solid #9d9d9d;
}

.footer-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
;
    margin: 1rem 0 0;
    flex-direction: row;
    justify-content: center;
}

.footer-menu a {
    margin: 0 1rem 0 1rem;
    display: inline-block;
    color: #202945;
    -webkit-text-decoration: none;
    text-decoration: none;
}