[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;
}
/** Fixing swal popup modal to be in middle/center **/
.swal-overlay--show-modal {
    padding: 0px;
    margin: -10px 0 0 0;
}
.swal-footer {
    position: sticky;
    text-align: center;
    bottom: 10px;
}
.d-contents{
    display: contents;
}
.floating-bottom-div {
    position: fixed;
    bottom: 0;
    width: 100%;
}
.w-100-2{
    width: calc(100% - 2px)!important;
}
.vertical-align-middle{
    display: flex;
    align-items: center;
}
.vertical-align-middle.text-center {
    justify-content: center;
}
.strikethrough {
    position: relative;
}
.strikethrough:before {
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    right: 0;
    border-top: 1px solid;
    border-color: black;
    color: white;
    transform:rotate(-20deg);
}

