/* ----------------------------- */
/*      Search Header Section    */
/* ----------------------------- */

.search-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: transparent;
}


.search-header .search-title .page-title {
    margin: 0;
    color: #002f62;
    font-size: 32px;
}



/* ----------------------------- */
/*        Search Form Styles     */
/* ----------------------------- */


.search-form-container form label {
  width: 90%;
}

.search-form, .search-form-container form {
    display: flex;
  	justify-content: space-between;
    align-items: center;
}



.search-form .search-field, .search-form-container .search-field {
    outline: none;
    padding-left: 10px !important;
    padding: 2px 10px 2px 5px;
    font-family: roboto;
    background: transparent;
    border: 0 solid #3d6fa0;
    border-bottom-width: 1px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 0;
    border-top-right-radius: 0;
}

.search-form .search-field::placeholder, .search-form-container .search-field::placeholder {
  	text-align: right;
    color: #7a92ae;
    font-style: italic;
}

/* ----------------------------- */
/*      Search Button Styles     */
/* ----------------------------- */

.search-form-container form button {
    color: #3d6fa0;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 5px;
    background-color: transparent;
    border: none;
    cursor: pointer;
}




.jet-dropbar__inner .jet-dropbar__content-wrapper {
    position: fixed;
    height: 100svh;
    top: 0 !important;
    margin: 0;
    width: 100%;
    background-color: #000000a1;
}

.jet-dropbar--slide-down-effect.jet-dropbar-open .jet-dropbar__content {
    background: linear-gradient(180deg, #7891ad 10%, #ffffff 100%);
    height: 100px; /* Default for up to 1024px */
  	align-content: center;
}

@media (max-width: 767px) {
    .jet-dropbar--slide-down-effect.jet-dropbar-open .jet-dropbar__content {
        height: 60px; /* Override for smaller screens */
    }
}
