#modal-all-calc {
    display: none;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    background-color: #0009;
    z-index: 1000;
}
#modal-all-calc.active {
    display: flex;
}
#all-calc {
    width: 1140px;
    height: calc(100vh - 50px);
    border: none;
}