#show_button{
    display: none;
}

#search-panel {
    width: 520px;
    min-height: 75%;
    height: 80%;
    position: fixed;
    right: 30px;
    top: 10%;
    bottom: 5%;
    background-color: #fff;
    border-radius: 15px;
    padding: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    overflow-y: auto;
    z-index: 1;
    opacity: 0;
    transform: translateX(580px);
    transition: opacity 0.5s ease, transform 1s ease, width 0.5s ease;

}

.dop{
    background-color: #d3e3d3;
    color: #515751;
    border-radius: 3px;
    padding: 3px;
    margin-top: 4px;
    font-style:italic;
    font-weight: normal;
}

.dop-yellow{
    background-color: #fcf3c0;
    color: #515751;
    border-radius: 3px;
    padding: 3px;
    margin-top: 4px;
    font-style:italic;
    font-weight: normal;
}


.table-result{
    margin-top:10px;
    font-size: 9pt; 
    font-weight: bold; 
    width:100%;
    border: 1px solid black;
    border-collapse: collapse; 
}


.table-result td, th{
    border: 1px solid black;
    padding: 5px;
}


#search-panel.visible {
    opacity: 1;
    transform: translateX(0);
}


#search-input {
    width: 100%;
    padding: 10px;
    margin: 0 auto;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-family: 'Montserrat', sans-serif;
    display: auto;
}

.search-input.hidden{
    display: none;
}

.search-result {
    margin-bottom: 10px;
    padding: 10px;
    background-color: #f9f9f9;
    border-radius: 5px;
    cursor: pointer;
}

.search-result:hover {
    background-color: #e0e0e0;
}


#types_search{
    display: inline-flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    margin-top: 10px;
}

.search-results{
    margin-top: 10px;
}

.type_search{
    display: inline-flex;
    align-items: center;
    padding: 2px;
    border: 1px solid rgba(0,0,0,0.2);
    border-radius: 5px;
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 3px; 
}

.type_search img{
    margin-right: 2px;
    height: 22px;
    display: none;
}

#grade_range{
    width: 100%;
    margin-top:10px;
    pointer-events: none;
    scrollbar-color:#525252;
}

#grade_range_vo{
    width: 100%;
    pointer-events: none;
}

#grade_labels_vo{
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}

#grade_labels{
    display: flex;
    justify-content: space-between;
}