[v-cloak] > * { display:none }

[v-cloak] + #app__loading::before {
    content: url('https://i.pinimg.com/originals/65/ba/48/65ba488626025cff82f091336fbf94bb.gif');
    display: flex;
    justify-content: center;
    align-items: center;
}
.btn-bottom-left{
    position: absolute;
    bottom: -1px;
    margin-left: -1px!important;
}
.big-sized-number-space{
    font-size: 2em!important;
    margin: -0.3em!important;
}
.modal-popup-packer{
    width: 99%;
    border-radius: 5px;
    border: 1px solid black;
    padding: 5px;
    position: fixed;
}
.modal-exit.modal-bottom-button{
    margin-top: 10px !important;
    position: fixed;
    bottom: 10px;
    border: 1px solid black;
    box-shadow: 2px 2px 3px gray;
}
.btn-finalize-it{
    margin-top: 10px !important;
    position: fixed;
    bottom: 10px;
    right: 21px;
    border: 1px solid black;
    box-shadow: 2px 2px 3px gray;
}

