/* --- Ajax Search Results */
.search-area-wrapper {
    display: none;
}
.search-view .search-area-wrapper {
    display: unset;
}




.search-view .search-area {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: #fff;
    z-index: 9999;
}
.search-view .search-area .close-btn {
    position: absolute;
    top: 30px;
    right: 30px;
    cursor: pointer;
    color: #555;
}
.search-view .search-area .close-btn i {
    font-size:70px;
}
.search-area .search-area-input {
    width: 100%;
    min-width: 400px;
    padding: 1rem 0;
    border: none;
    outline: 0;
    background: 0 0;
    font-size: 1.2em;
    font-weight: 300;
}
.search-area .search-area-button {
    cursor: pointer;
    max-width:50px;
    /*
    position: absolute;
    right: 0;
    bottom: 15px;

    border: none;
    outline: 0;
    background: 0 0;
    */
}

.overflow-hidden {
    overflow: hidden!important;
}
.search-view .navbar.fixed-top {
    position: unset !important;
}
.search-view .navbar-brand svg {
    z-index:10000 !important;
    position:fixed !important;
    top:5px;
    left:30px;
}
/*
.search-brand svg {
    height: 100px;
}
*/


.search-area-form {
    top: 100px;
    margin-right:5%;
    margin-left:5%;
    width:90%;
}




.search-dropdown {
    display: none;
}
.search-dropdown.open {
    display: block;
}
/*
.search-dropdown.open ul {
	padding: 0px !important;
}
*/
#searchresult {
    padding: 0px !important;
    margin:0px !important;
    max-height: calc(100vh - 200px);
    overflow-y: auto;
}
#searchresult .search-result-title {
    margin-top:10px;
    margin-left:15px;
}
/*
#searchresult h4 .badge-result {
    margin-left: -9px;
    margin-top: -18px;
    background-color: #306090;
    color: white;
    width: 30px;
    height: 30px;
    text-align: center;
    border-radius: 50%;
    font-size: 18px;
    line-height: 30px;

}
*/



.searchresult-item {
    color:black;
}
.searchresult-item:hover {
/*    background-color: rgb(61, 78, 87,0.1);*/
    text-decoration:none;
    box-shadow: 0 .187rem 2.5rem rgba(0,0,0,.16);
}


/* ----- Result Page */
.searchresult-item {
    text-decoration:none !important;
}
.searchresult-item:hover {
    background-color:transparent !important;
}





[data-bs-theme="dark"] {
    .search-view .search-area {
        background-color: #1c1c1c;
        color:white;
    }
    .search-area .search-area-input {
        color:white;
        background-color:black;
        padding-left:15px;
        padding-right:15px;
    }
    .search-area .search-area-button {
        background-color:black;
        padding-left:15px;
        padding-right:15px;
        padding-top:10px;
        padding-bottom:3px;
    }
    .search-area-button {
        color:#555;
    }
    .searchresult-item {
        color:white;
    }
    .searchresult-item:hover {
        background-color: #1f1f1f;
    }
}






/* ----------- Responsive */
/* ----------- Screen | Mobile */
@media (max-width: 992px) {
    .search-view .search-area .close-btn i {
        font-size:43px;
    }
    .search-area-form {
        width: 80%;
        margin-right:0px;
        margin-left:0px;
    }
    .search-area .search-area-input {
        width: 95%;
        min-width: auto;
    }
}
