#hiddenView{
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
    z-index: 100;
    
    opacity: 0;
}

.layout_circle-barcode{
    margin-left: 10px;
    border-left: 2px solid #a7a7a7;
}

.layout_circle-barcode{
    display: none;
}


.loading-model:not(.show) {
    display: none;
}

.loading-model.show {
    position: absolute;
    z-index: 100000;
    top: 0;
    left: 0;
    background: #000000c2;
    height: 100svh;
    width: 100vw;
    display: flex !important;
    justify-content: space-evenly;
    align-items: center;
    flex-direction: column;
}

.label-loading_text {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
    font-size: 35px;
    color: #fff;
}

.label-img-text.notTransThis {
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    max-width: 45vw;
}

.label-loading_btn.notTransThis {
    background: var(--main-color);
    padding: 10px;
    font-size: 21px;
    color: #fff;
    border-radius: 5px;
}