﻿.template-container {
    max-height: 300px;
    overflow-y: auto;
    padding: 10px;
}

.row-container {
    display: flex;
    flex-wrap: wrap;
}

.dropdown-footer {
    gap: 1rem;
}

.search-box-container {
    display: flex;
    align-items: center;
    gap: 0.2rem;
}

.search-filter-container {
    display: flex;
    align-items: center;
    justify-content: right;
}
