﻿


.urla-scrollable {
    min-height: 25vh !important;
    max-height: 65vh !important;
    overflow: auto;
}

    .urla-scrollable.urla-sidebar {
        min-height: 100vh !important;
        max-height: 100vh !important;
        overflow: auto;
    }

.ui.segment, .ui.segments .segment {
    font-size: 1.2rem !important;
}

.ui.column.shadowed {
    box-shadow: 0 5px 4px rgba(0, 0, 0, 0.2); /* Adjust the values as needed */
}

