/* Updated 10-13-25 */

/* Style the tab */
/*
#q {
    background-color: rgb(222, 68, 66) !important;
}*/

.tab {
    overflow: hidden;
    border: 0 solid white;
    background-color: #f1f1f1;
    margin-bottom: 20px;
    margin-left: -60px;
}

#nrcasearchbtn, #prsearchbtn {
    border-right: 5px solid white;
    border-radius:0!important;
}

.addsearch-searchfield button {
    border-radius: 0 !important;
}
/* Style the buttons inside the tab */
.tab button {
    background-color: #d1d1d1;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
    font-size: 17px;
}



    /* Change background color of buttons on hover */

    .tab button:hover {
        background-color: #ddd;
    }



    /* Create an active/current tablink class */

    .tab button.active {
        background-color: #ccc;
    }



/* Style the tab content */

.tabcontent {
    display: none;
    padding: 6px 12px;
    border: 1px solid #ccc;
    border-top: none;
}

.hltabbtn {
    background-color: #0071ce !important;
    color: white !important;
}

.resetbtn {
    margin-top: 10px;
}

.applyBtn {
    margin-top: 20px;
}

.filterResults {
    font-size: clamp(1.25rem, 2vw + 1rem, 1.75rem);
    font-family: var(--font__serif);
    font-weight: var(--font-weight__bold);
    color: var(--color__dark-blue);
    margin-bottom: 10px;
}

.filterDiv {
    width: 25%;
    display: inline-block;
}

.resultsDiv {
    float: right;
    width: 74%;
    display: inline-block;
    margin-right: 10px;
    margin-top: 0px;
    padding-left: 10px;
}



/* Style the AI Search tab */

button#aisearch {
    border-right: solid #fff 5px;
    background-color: #003057;
    color: white;
}






@media (max-width: 1399px) {
    .filterDiv {
        width: 25%;
        margin-left: 15px;
    }

    .resultsDiv {
        width: 70%;
    }

    .tab {
        margin-left: 20px;
    }
}


@media (max-width: 840px) {
    button.tablinks {
        width: 100%;
        margin-bottom: 6px;
    }

    .tab {
        background-color: transparent;
    }
}


@media (max-width: 800px) {
    .filterDiv {
        width: 35%;
        margin-left: 15px;
    }

    .resultsDiv {
        width: 60%;
    }
}


@media (max-width: 628px) {
    .filterDiv {
        width: 100%;
        margin-left: 15px;
    }

    .resultsDiv {
        width: 100%;
    }
}

@media (max-width: 585px) {
    .filterDiv {
        width: 100%;
        margin-left: 15px;
    }

    .resultsDiv {
        width: 100%;
    }
}

div#searchfield-container {
    width: 100%;
    float: left;
    margin-bottom: 10px;
}

button.tradsearch {
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 1.75em 2em 1.5em !important;
}

.useaisearch {
    clear: both;
    width: 100%;
}

@media (min-width: 860px) {
    button.tradsearch {
        display: block;
        margin-top: 0px;
        margin-bottom: 0px;
        padding: 1.75em 2em 1.5em;
        float: right;
    }

    div#searchfield-container {
        width: 70%;
        float: left;
    }
}
