.modalCard{
    height: 100%;
    width: 100%;
    background-color: var(--mainGrayerColorTou);
    position: absolute;
    top:0 ;
    left: 0;
    z-index: 9;
    justify-content: center;
    align-items: center;
}

.modalMainCard{
    height: 20%;
    width: 35%;
    background-color: white;
    border-radius: 20px;
    flex-direction: column;
    min-height: 300px;
    min-width: 500px;
    padding: 20px;
    position: relative;
}

.modalMainCard > #buttonBox > button{
    height: 45px;
    width: 150px;
    font-size: 18px;
}

.modalMainCard > div{
    font-size: 28px;
    margin-bottom: 5px;
}
.modalMainCard > span{
    color:red;
    font-size: 18px;
    margin-bottom: 10px;
}

.modalMainCard > input{
    margin-top: 20px;
    width: 95%;
}

#buttonBox{
    height: 20%;
    position: absolute;
    bottom: 0px;
    left: 0px;
}
.modalMainCard > #buttonBox{
    height: 30%;
    width: 100%;
    justify-content: space-evenly;
}