﻿
.projectform-scroll-container {
    display: flex;
    flex-direction: column;
    max-height: 70vh;
    overflow-y: auto;
    position: relative;
}

.projectform-add-button-container {
    position: sticky;
    bottom: 0;
    padding-top: 15px;
    display: flex;
    justify-content: center;
    z-index: 10;
    background-color: transparent;
}

.projectform-add-button-box {
    background-color: #f9eee3;
    padding: 10px 20px;
    border-radius: 8px 8px 0 0;
}
