﻿
#filterResults {
    display: none;
}

.card {
    border-top-left-radius: 18px !important;
    border-top-right-radius: 18px !important;
}

.card-body {
    border-bottom: 1px solid rgba(0,0,0,.125);
}

.card-header {
    cursor: pointer;
    display: flex;
    align-items: center;
    height: 40px;
    border-top-left-radius: 18px !important;
    border-top-right-radius: 18px !important;
}

.filter-advance {
    /* margin-top: 112px;
        margin-left: -123px; */
}

.filter-p {
    /* margin-left: -165px; */
}

a.filterRemove {
    margin-top: 2px !important;
    margin-left: 36px;
    position: absolute;
    font-size: 23px;
}

.keyboard-g {
    margin-top: 6px;
    margin-left: 74px;
    /* margin-left: 42px; */
}

.sticky-container {
    position: -webkit-sticky; /* For Safari */
    position: sticky;
    top: 106px;
    z-index: 1000;
    background-color: white;
    transition: box-shadow 0.3s ease;
}

    .sticky-container.is-sticky {
        box-shadow: 0 .125rem .50rem rgba(0, 0, 0, .075) !important;
    }

.bordered-text {
    width: 100%;
}

.advanceSearchResults {
    background: #fafafa !important;
    border: 1px solid #e8e8e8 !important;
}

.side-panel {
    display: none; /* Hidden by default */
    opacity: 0;
    transform: translateY(-10px); /* Start slightly above its final position */
    transition: opacity 0.3s ease, transform 0.3s ease; /* Adjust timing as needed */
}

.show-tooltip {
    display: block !important;
    opacity: 1;
    transform: translateY(0);
}

.tooltip-container .side-panel {
    /* padding: 0; /* Remove any extra padding or margin */
    padding: 4px 8px;
    border-radius: 4px;
    z-index: 0;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
}
