#test_wizard_resource_dropdown {
    border-radius: 5px;
    outline: none;
    border: 2px solid #EAEBF0;
    color: var(--font-color);
    padding: 5px 10px;
}
.test_wizard_preview_image{
    max-width: 100px;
}
.scrollable_table{
    height: 50vh;
    overflow-y: auto;
    /* display: flex; */
    /* width: 100%; */
    margin: auto;
}
