
.registerloader {
    position: relative;
}
.loading {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: #ffffffdb;
    z-index: 10000;
    display: flex;
    justify-content: center;
    align-items: center;
}
.activityForm {
    position: relative;
}
.btnManyDates {
    margin-bottom: 5px;
}
.date-picker-controls {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: 1000;
    background: #ffffffed;
    bottom: 0;
    display: flex;
    flex-direction: column;
}
.date-picker-controls:not(.allpreiod) {
    justify-content: space-between;
}

.extraactivities {
    display: flex;
    flex-wrap: wrap;
}

.activityFormContainer {
    margin: 20px 10px 0 10px;
}

.activityBlock {
    box-shadow: 1px 1px 10px #d9d9d9;
    padding: 10px;
    background: white;
    border-radius: 7px;
}
