<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.modal-body .text_button {
    display: inline-block;
}

.tab_option.selected {

}

.modal-body .images_container {
    /*margin-top: 1em;*/
    margin-bottom: 1em;
    max-height: 80vh;
    overflow-y: auto;
}

.modal-body .images_container .image-card {
    margin: 2px;
    min-width: 64px !important;
}

@media only screen and (max-width: 1000px) {
    .modal-content {
        padding: 2px;
    }
    .modal-body .images_container .image-card {
        width: calc(25% - 4px);
    }
}

@media only screen and (max-width: 800px) {
    .modal-content {
        padding: 2px;
    }
    .modal-body .images_container .image-card {
        width: calc(32% - 4px);
        
    }

}
@media only screen and (max-width: 600px) {
    .modal-content {
        padding: 2px;
    }
    .modal-body .images_container .image-card {
        width: calc(32% - 4px);
        /*margin: 4px;*/
    }
}</pre></body></html>