.default {
    width: 90vw;
    height: 40vw;
    left: 5vw;
    top: 5vw;
    position: fixed;
    z-index: 20;
    background-color: #DEE2E6;
    opacity: 1;
}

.inputDialog {
    width: 40vw;
    height: 40vw;
    left: 30vw;
    top: 5vw;
    position: fixed;
    z-index: 20;
    background-color: #fff;
    opacity: 1;
}

.taskDeleteModal {
    width: 30vw;
    height: 16vw;
    left: 34vw;
    top: 16vw;
    position: fixed;
    z-index: 40;
    background-color: #fff;
    opacity: 1;
}


.isf-modal-footer{
    position: relative;
    float: right;
    top: 1vw;
    bottom: 1vw;
    right: 1vw;
}

.passwordModal {
    width: 35vw;
    height: 18vw;
    left: 32vw;
    top: 10vw;
    position: fixed;
    z-index: 10;
    background-color: white;
}
