[v-cloak] {
    display: none;
}

[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);
}
.bg-lightgreen {
    background-color: lightgreen;
}
.bg-lightyellow {
    background-color: lightyellow;
}
@media (min-width: 992px) {
    BODY.aside-menu-fixed.sidebar-lg-show .main .container-fluid{
        padding-left:5px!important;
    }
}

.form-floating {
    position: relative;
}

.form-floating > label {
    position: absolute;
    top: 0;
    left: 0;
    /*height: 100%;*/
    /*padding: 1rem .75rem;*/
    pointer-events: none;
    /*border: 1px solid transparent;*/
    transform-origin: 0 0;
    /*transition: opacity .1s ease-in-out, transform .1s ease-in-out;*/
}

.form-floating > label.fixed-possition {
    /*opacity: .65;*/
    transform: scale(.85) translateY(-1rem) translateX(.15rem);
}

.form-bordered {
    border: 1px solid #467fd0e6;
    border-radius: 5px;
}

label.bg-white {
    background-color: #FFF;
}

