
.new-task {
    position: relative;
}

.new-task-overlay {
    position: absolute;
    bottom: 0;
    background: rgba(255, 255, 255, 0.7);
    border-radius: 0 0 10px 10px;
    width: 100%;
}

.new-task-overlay-inner {
    opacity: 100%;
    z-index: +1;
}