a.triggerSearch {
width: 20px;
height: 20px;
float: left;
margin-right: 10px;
margin-left: -10px;
transform: translateY(5px) scale(1);
background-size: contain;
background-position: center;
background-repeat: no-repeat;
cursor:pointer;
background-image: url('data:image/svg+xml;utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0A%3Csvg%20width%3D%2224px%22%20height%3D%2224px%22%20viewBox%3D%220%200%2024%2024%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0A%20%20%20%20%3C!--%20Generator%3A%20Sketch%2052.3%20(67297)%20-%20http%3A%2F%2Fwww.bohemiancoding.com%2Fsketch%20--%3E%0A%20%20%20%20%3Ctitle%3Ejollycons-%5Bcategory%5D%2Ficons%2Fsvg%2Ficon-ui-1-search%3C%2Ftitle%3E%0A%20%20%20%20%3Cdesc%3ECreated%20with%20Sketch.%3C%2Fdesc%3E%0A%20%20%20%20%3Cg%20id%3D%22icons%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0A%20%20%20%20%20%20%20%20%3Cg%20id%3D%22icons---export%22%20transform%3D%22translate(-252.000000%2C%20-58.000000)%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22row-1%22%20transform%3D%22translate(60.000000%2C%2058.000000)%22%20fill%3D%22%23000000%22%20fill-rule%3D%22nonzero%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22icon---4%22%20transform%3D%22translate(192.000000%2C%200.000000)%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20fill%3D%22%23ffffff%22%20d%3D%22M16.3198574%2C14.9056439%20L21.7071068%2C20.2928932%20C22.0976311%2C20.6834175%2022.0976311%2C21.3165825%2021.7071068%2C21.7071068%20C21.3165825%2C22.0976311%2020.6834175%2C22.0976311%2020.2928932%2C21.7071068%20L14.9056439%2C16.3198574%20C13.5509601%2C17.3729184%2011.8487115%2C18%2010%2C18%20C5.581722%2C18%202%2C14.418278%202%2C10%20C2%2C5.581722%205.581722%2C2%2010%2C2%20C14.418278%2C2%2018%2C5.581722%2018%2C10%20C18%2C11.8487115%2017.3729184%2C13.5509601%2016.3198574%2C14.9056439%20Z%20M10%2C16%20C13.3137085%2C16%2016%2C13.3137085%2016%2C10%20C16%2C6.6862915%2013.3137085%2C4%2010%2C4%20C6.6862915%2C4%204%2C6.6862915%204%2C10%20C4%2C13.3137085%206.6862915%2C16%2010%2C16%20Z%22%20id%3D%22search%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22slices%22%20transform%3D%22translate(60.000000%2C%2058.000000)%22%3E%3C%2Fg%3E%0A%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E');
} #nt_search{
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: #141927c7;
z-index: 999999;
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
backdrop-filter: blur(2px);
-webkit-backdrop-filter: blur(5px);
}
.nt_searchbox {
background-color: white;
padding: 5px;
border-radius: 11px;
width: 300px;
display: flex;
align-items: center;
padding: 3px 9px;
position: relative;
box-shadow: rgba(14, 63, 126, 0.04) 0px 0px 0px 1px, rgba(42, 51, 69, 0.04) 0px 1px 1px -0.5px, rgba(42, 51, 70, 0.04) 0px 3px 3px -1.5px, rgba(42, 51, 70, 0.04) 0px 6px 6px -3px, rgba(14, 63, 126, 0.04) 0px 12px 12px -6px, rgba(14, 63, 126, 0.04) 0px 24px 24px -12px;
}
.nt_searchbox input {
border: none;
padding: 10px;
border-radius: 10px;
width: 100%;
font-size: 17px;
}
.nt_searchbox input:focus {
outline: none;
}
.nt_search_results {background-color: white;padding: 9px;border-radius: 10px;width: 300px;border-radius: 0px 0px 10px 10px;padding-top: 0px!important;max-height: 200px;overflow-x: hidden;overflow-y: scroll;position: relative;} .loader_static {
width: 30px;
--b: 5px;
aspect-ratio: 1;
border-radius: 50%;
background: var(--secondary);
-webkit-mask:
repeating-conic-gradient(#0000 0deg,#000 1deg 70deg,#0000 71deg 90deg),
radial-gradient(farthest-side,#0000 calc(100% - var(--b) - 1px),#000 calc(100% - var(--b)));
-webkit-mask-composite: destination-in;
mask-composite: intersect;
}
.loader_search {
width: 30px;
--b: 5px;
aspect-ratio: 1;
border-radius: 50%;
background: var(--secondary);
-webkit-mask:
repeating-conic-gradient(#0000 0deg,#000 1deg 70deg,#0000 71deg 90deg),
radial-gradient(farthest-side,#0000 calc(100% - var(--b) - 1px),#000 calc(100% - var(--b)));
-webkit-mask-composite: destination-in;
mask-composite: intersect;
animation: l5 1s infinite;
}
@keyframes l5 {to{transform: rotate(.5turn)}} .nt_search_results h6{
font-size: 1.2em;
margin: 0;
}
.nt_search_results a{
display: block;
margin-top: 5px;
}
.nt_search_results > div {
border-bottom: 2px solid #e6e6e6;
display: flex;
flex-direction: row;
justify-content: space-between;
padding: 10px;
align-content: center;
align-items: center;
gap: 10px;
}
.nt_search_results > div > h6 {
margin: 0;
padding: 0;
color: black;
line-height: 25px;
font-size: 16px;
} .nt_search_results > div:last-child {
border-bottom: none;
}
.has_results{
background-color: white;
border-radius: 10px 10px 0px 0px;
}
.nt_search_divider {
border-bottom: 2px solid #f5f5f5;
width: calc(100% - 40px);
position: absolute;
left: 20px;
bottom: 0px;
} .nt_search_results > div:hover {
background-color: #f5f5f5;
cursor: pointer;
}
.nt_search_results > div > h6 {
font-family: var(--font);
font-size: 16px;
font-weight: 300;
}
.nt_search_results > div:last-child {
margin-bottom: 30px;
}
.nt_search_results > div > a >svg{
filter: scale(0.7);
}
.nt_search_results > div > a >svg:hover{
filter: scale(0.8);
} .nt_extended_search {
position: fixed;
left: 30px;
top: 140px;
background-color: white;
z-index: 999999999999999999999999;
width: calc(100% - 60px);
height: calc(100% - 190px);
border-radius: 7px;
padding: 10px;
box-sizing: border-box;
}
.nt_extended_search_header {
border-bottom: 2px solid #fafafa;
padding-bottom: 10px;
display: flex;
flex-direction: column;
align-items: stretch;
gap: 10px;
}
.nt_h6 {}
.nt_extended_search_header > h6 {
font-size: 23px;
font-family: var(--font);
color: var(--primary);
font-weight: 600;
}
.extsearch_field {
background-color: #fafafa;
display: flex;
flex-direction: row;
justify-content: space-between;
align-items: center;
border-bottom: 3px solid #f0f0f0;
gap: 10px;
}
.extsearch_field > input {
width: 100%;
padding: 10px;
background-color: #fafafa;
border: 0px solid red;
}
.extsearch_item {
display: flex;
flex-direction: row;
align-items: stretch;
justify-content: flex-start;
align-content: center;
border-bottom: 2px solid #ededed;
padding: 7px 0px;
}
.extresult_img {
border: px solid red;
width: 80px;
height: 62px;
background-size: contain;
background-repeat: no-repeat;
background-position: center;
}
.extresult_content {
padding: 10px;
}
.extresult_content > h6, .extresult_content > p {
font-size: 20px;
font-family: var(--font);
color: var(--primary);
padding: 4px 0px;
}
.extresult_content > p {
font-size: 17px;
font-weight: 300;
color: black;
}
.extsearch_list {
float: left;
width: calc(100% - 0px);
height: calc(100% - 50px);
overflow: hidden;
position: relative;
overflow-y: scroll;
}
.extsearch_results {
float: left;
width: 100%;
height: calc(100% - 40px);
}
.extresult_content > h6 > span.badge {
background-color: #f0f0f0;
font-size: 14px;
font-weight: 300;
color: #353535;
padding: 4px 7px;
margin-left: 5px;
border-radius: 4px;
transform: translate(40px, 10px)!important;
}
.nt_search_close {
position: absolute;
right: 0px;
top: 0px;
width: 40px;
height: 40px;
display: flex;
flex-direction: column;
flex-wrap: nowrap;
align-content: center;
justify-content: center;
align-items: center;
background-image: url('data:image/svg+xml;utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0A%3Csvg%20width%3D%2224px%22%20height%3D%2224px%22%20viewBox%3D%220%200%2024%2024%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0A%20%20%20%20%3C!--%20Generator%3A%20Sketch%2052.3%20(67297)%20-%20http%3A%2F%2Fwww.bohemiancoding.com%2Fsketch%20--%3E%0A%20%20%20%20%3Ctitle%3Ejollycons-%5Bcategory%5D%2Ficons%2Fsvg%2Ficon-ui-1-close%3C%2Ftitle%3E%0A%20%20%20%20%3Cdesc%3ECreated%20with%20Sketch.%3C%2Fdesc%3E%0A%20%20%20%20%3Cg%20id%3D%22icons%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0A%20%20%20%20%20%20%20%20%3Cg%20id%3D%22icons---export%22%20transform%3D%22translate(-124.000000%2C%20-58.000000)%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22row-1%22%20transform%3D%22translate(60.000000%2C%2058.000000)%22%20fill%3D%22%23000000%22%20fill-rule%3D%22nonzero%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22icon---2%22%20transform%3D%22translate(64.000000%2C%200.000000)%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20fill%3D%22%23d92d17%22%20d%3D%22M12%2C13.4142136%20L4.70710678%2C20.7071068%20C4.31658249%2C21.0976311%203.68341751%2C21.0976311%203.29289322%2C20.7071068%20C2.90236893%2C20.3165825%202.90236893%2C19.6834175%203.29289322%2C19.2928932%20L10.5857864%2C12%20L3.29289322%2C4.70710678%20C2.90236893%2C4.31658249%202.90236893%2C3.68341751%203.29289322%2C3.29289322%20C3.68341751%2C2.90236893%204.31658249%2C2.90236893%204.70710678%2C3.29289322%20L12%2C10.5857864%20L19.2928932%2C3.29289322%20C19.6834175%2C2.90236893%2020.3165825%2C2.90236893%2020.7071068%2C3.29289322%20C21.0976311%2C3.68341751%2021.0976311%2C4.31658249%2020.7071068%2C4.70710678%20L13.4142136%2C12%20L20.7071068%2C19.2928932%20C21.0976311%2C19.6834175%2021.0976311%2C20.3165825%2020.7071068%2C20.7071068%20C20.3165825%2C21.0976311%2019.6834175%2C21.0976311%2019.2928932%2C20.7071068%20L12%2C13.4142136%20Z%22%20id%3D%22close%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22slices%22%20transform%3D%22translate(60.000000%2C%2058.000000)%22%3E%3C%2Fg%3E%0A%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E');
background-size: 30px;
background-position: center;
background-repeat: no-repeat;
cursor: pointer;
}
.extsearch_item{
cursor: pointer;
}
.extsearch_item:hover{
background-color: #f5f5f5;
}
@media screen and (max-width: 768px) {
.nt_searchbox {
width: 90%;
}
.nt_search_results {
width: 90%;
}
.nt_extended_search {
left: 10px;
top: 100px;
width: calc(100% - 20px);
height: calc(100% - 120px);
}
.nt_extended_search_header > h6 {
font-size: 18px;
}
.extsearch_field > input {
padding: 8px;
}
.extresult_img {
width: 60px;
height: 45px;
}
.extresult_content > h6, .extresult_content > p {
font-size: 16px;
}
.extresult_content > p {
font-size: 14px;
}
.nt_search_close {
width: 30px;
height: 30px;
}
}