.BulkRollForwardCreator-loadingSpinner {
    font-size: 10vh;
}

.BulkRollForwardCreator {
    display: flex;
    flex-direction: column;
    order: 1;
    flex-grow: 1;
    height: 100%;
    width: 100%;
    position: relative;
    overflow-y: hidden;
}

.BulkRollForwardCreator-headerContainer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px;
    border-bottom: 1px solid rgb(0 0 0 / 10%);
    position: fixed;
    left: 46px;
    right: 0;
    z-index: 4;
    background: white;
}

.BulkRollForwardCreator-header {
    margin: 0;
}

.BulkRollForwardCreator-rollForwardButton.is-invalid {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23ffffff' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23ffffff' stroke='none'/%3e%3c/svg%3e");
    padding-right: calc(1.5em + 0.75rem);
    background-repeat: no-repeat;
    background-position: center right calc(0.375em + 0.1875rem);
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.BulkRollForwardCreator-body {
    position: fixed;
}

.BulkRollForwardCreator-statusContainer {
    min-height: 66px;
    display: flex;
    align-items: center;
    padding-top: 15px;
    padding-bottom: 15px;
    position: fixed;
    left: 46px;
    right: 0;
    top: 66px;
    background: white;
    border-bottom: 1px solid #dee2e6;
    z-index: 4;
}

.BulkRollForwardCreator-stagingForm {
    overflow-y: hidden;
}

.BulkRollForwardCreator-stagingFormContainer {
    position: relative;
    top: 132px;
    height: calc(100vh - 132px);
    margin-bottom: 132px;
    overflow-y: scroll;
}
