.customSearch {
	cursor: pointer;
}
.searchPopUp input {
    color: #fff;
    font-size: 18px;
    padding-bottom: 10px;
    height: 40px;
    width: 100%;
	font-family: 'Roboto';
	border: none;
	background: transparent;
}
.searchPopUp input:focus, .searchPopUp input:active, .searchBtn:focus, .searchBtn:active, .searchBtnForm:focus, .searchBtnForm:active {
    outline: 0 !important;
}
.searchPopUp {
	position: fixed;
    width: 100vw;
    height: 100vh;
    z-index: 1000;
    background: rgba(3, 11, 33, 0.6);
    top: 0;
    left: 0;
    padding: 20px;
    justify-content: center;
    display: flex;
    box-sizing: border-box;
	padding-top: 200px;
	justify-content: center;
}
.searchBtnForm {
	background: url(/wp-content/uploads/2025/01/find.png) no-repeat center center;
	width: 40px;
	height: 40px;
	cursor: pointer;
	border: none;
}
.searchBtnForm:disabled {
	opacity: 0.6;
}
.searchPopUp .inputWrapper {
	display: flex;
	gap: 10px;
	border-bottom: 1px solid #fff;
}
.searchPopUp.hide {
	display:none!important;
}
.searchContainer {
	width: 500px;
	max-width: 100%;
	position:relative;
}
.closeSearcPopUp {
	width: 32px;
    height: 32px;
    border-radius: 50%;
    background: url(/wp-content/uploads/2024/11/close.png);
    position: absolute;
    top: -40px;
    right: -40px;
    cursor: pointer;
}
.wrapper_block_search {
    background: #03183E;
    position: absolute;
    top: 150px;
    left: 0;
    width: 100%;
    padding: 20px 10px;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
    opacity: 0;
    z-index: -1;
    -webkit-transition: 1.7s;
    transition: 1.7s;
}
.wrapper_block_search.show {
    top: 50px;
    opacity: 1;
    z-index: 15;
}
.cover_block_search {
    height: 400px;
    overflow-y: scroll;
}
.cover_block_search::-webkit-scrollbar-button {
	background-image: url("");
	background-repeat: no-repeat;
	width: 6px;
	height: 0
}

.cover_block_search::-webkit-scrollbar-track {
	background: url(/wp-content/uploads/2025/01/scroll_track.png)
}

.cover_block_search::-webkit-scrollbar-thumb {
	background-image: url(/wp-content/uploads/2025/01/scroll.png);
	background-position: top;
	background-repeat: no-repeat
}

.cover_block_search::-webkit-resizer {
	background-image: url("");
	background-repeat: no-repeat;
	width: 7px;
	height: 0
}

.cover_block_search::-webkit-scrollbar {
	width: 11px
}
.searc_row {
	padding: 5px 0;
	border-bottom: 1px solid white;
	display:none;
}
.searc_row:has(.show) {
	display:block;
}
.searc_row a {
	color: white;
	text-decoration: none;
}
body.search .jupiterx-search-post-title {
	color: #283147;
}
@media (min-width: 320px) and (max-width: 767px) {
	.closeSearcPopUp {
		right: 0px;
	}
	.searchPopUp {
		padding-top: 130px;
	}
}
.stickyHeader {
	position:sticky;
	top: 0;
}