/* do safari */
[contenteditable] {
    -webkit-user-select: text;
    user-select: text;
}

p.b {
    font-family: 'Lato-Heavy';
}

@font-face {
    font-family: 'Lato';
    src: url('/public/font/Lato-Regular.woff') format('woff'), url('/public/font/Lato-Regular.ttf') format('truetype'), url('/public/font/Lato-Regular.svg') format('svg');
}

@font-face {
    font-family: 'Lato-Light';
    src: url('/public/font/Lato-Light.woff') format('woff'), url('/public/font/Lato-Light.ttf') format('truetype'), url('/public/font/Lato-Light.svg') format('svg');
}

@font-face {
    font-family: 'Lato-Heavy';
    src: url('/public/font/Lato-Heavy.woff') format('woff'), url('/public/font/Lato-Heavy.ttf') format('truetype'), url('/public/font/Lato-Heavy.svg') format('svg');
}

@font-face {
    font-family: 'Lato-italic';
    src: url('/public/font/Lato-italic.woff') format('woff'), url('/public/font/Lato-italic.ttf') format('truetype'), url('/public/font/Lato-italic.svg') format('svg');
}

@font-face {
    font-family: 'Lato-Regular';
    src: url('/public/font/Lato-Regular.woff') format('woff'), url('/public/font/Lato-Regular.ttf') format('truetype'), url('/public/font/Lato-Regular.svg') format('svg');
}


* {
    -webkit-touch-callout: none;
    /* Safari */
    -webkit-user-select: none;
    /* Chrome */
    -moz-user-select: none;
    /* Firefox */
    -ms-user-select: none;
    /* Internet Explorer/Edge */
    user-select: none;
}

.drag-layer {
    width: 100vw;
    height: 100vh;
    position: fixed;
}

.dc {
    position: fixed;
    /* background: red; */
    display: flex;
    top: 48%;
    left: 48%;
}


/* 50% linia  */


/* .dc {
    position: fixed;
    background: red;
    display: flex;
    top: 0;
    left: 50%;
    height: 100vh;
    width: 1px;
} */

.tools {
    position: absolute;
    z-index: 1;
    top: 25px;
}

.tools-button {
    position: absolute;
    z-index: 2;
}


/* GENERAL */

body {
    transition: transform 0.4s;
    background: #000000;
    font-family: 'Lato-Light';
    color: rgb(255 255 255);
    font-size: 20px;
    overflow: hidden;
    line-height: 25px;
    /* height: 100vh; */
    /* width: 100vw; */
}

button {
    display: block;
    clear: both;
}

header,
h2,
b {
    font-family: 'Lato-Regular';
    /* text-transform: uppercase; */
    /* font-family: 'Lato-Light'; */
}

.clear {
    height: 20px;
    clear: both;
    width: 10px;
}


/* ANIMATION */

@keyframes box_animation {
    0% {
        box-shadow: 0px 0px 100px #333;
    }
    30% {
        box-shadow: 0px 0px 150px #444;
    }
    100% {
        box-shadow: 0px 0px 100px #333;
    }
}


/* OPA */

.mute .opa {
    /* color: #666; */
}

.opa {
    /* color: #888; */
    /* TEMP */
    color: #d3d3d3;
    transition: all 0.4s linear, top 1.5s cubic-bezier(0.5, 0, 0.5, 1), bottom 1.5s cubic-bezier(0.5, 0, 0.5, 1);
}



.opa .cart-icon-container img {
    transition: 1s linear;
    filter: saturate(1) brightness(1);
}


.opa .cart-icon-container img.hover {
    /* opacity: 0.9 !important; */
    /* TEMP */
    opacity: 1 !important;
}

.opa .cart-icon-container {
    /* background:#e4e4e4; */
    /* filter: brightness(1.5); */
}

.opa .cart-icon-container img.hover {
    /*     filter: saturate(0.6) brightness(1.4); */
    /*     box-shadow: 0px 0px 30px #fff; */
}

.glass {
    backdrop-filter: blur(4px);
    transition: 1s;
    box-shadow: 0px 0px 2px #ffffff;
    background: linear-gradient(45deg, rgb(0 0 0 / 60%) 50%, rgb(255 255 255 / 30%) 100%);
}

.container {
    padding: 100vh 100vw;
    position: absolute;
    left: -100vw;
    top: -100vh;
    opacity: 0;
    min-width: 100vw;
}

.wardrobe {
    width: 5760px;
    /* width: 704px; */
    height: 1000px;
    background: url(../public/images/szafa_bg2.jpg);
    background-size: auto 1000px;
    background-repeat: no-repeat;
    position: absolute;
    overflow: hidden;
    margin: 100vh 100vw;
}

.doc {
    margin: 40px;
    position: absolute;
    transform: translateZ(-1px);
    pointer-events: none;
    box-shadow: 0px 0px 4px #888888;
}

.txt {
    cursor: default;
    position: absolute;
    margin-left: 41px;
    padding: 0 5px;
}

.txt span {
    clear: both;
    display: block;
}


/* FORM */

.form-container div {
    /* opacity: 0.6; */
    transition: 0.4s;
    position: relative;
}

.form-container .scannedGood {
    margin-bottom: 40px;
}

.form-container .scannedGood img{
    float: left;
}

.form-container .goodData {
    float: left;
    padding-top: 50px;
    padding-left: 40px;
}

.form-container .goodData .price {
    display: inline-block;
    margin-right: 30px
}

.form-container .form_scanner_result_row {
    clear: both;
}

.form-container .form_scanner_result_cell {
    margin-right: 25px;
    display: inline-block;
}

/* .form-container div:hover {
    opacity: 1;
} */

iframe {
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    opacity: 0;
    transition: 0.4s;
    z-index: 1;
}

.form-container label {
    font-family: 'Lato';
    white-space: nowrap;
    transition: 0.4s;
}

.form-container p {
    min-width: 250px;
    margin-bottom: 25px;
    min-height: 0px;
    transition: 0.4s;
}

.form-container .opa label,
.form-container .opa p {
    /* color: #525252; */
    /* TEMP */
    color: #ffffff;
}

.form-container .selected.opa label {
    color: #c30000;
}

.form-container .opa.hover label,
.form-container .opa.hover p {
    color: #fff;
}

.input:focus {
    background: #450400;
    border: 0;
    color: #fff;
    outline: none;
}

.form-popup {
    position: absolute;
    padding: 100vh 100vw;
    left: 0;
    top: 0;
    z-index: 2;
}

.form-popup .input {
    background: #000;
    min-width: 80px;
    display: inline-block;
    border: 0px;
    min-height: 25px;
    font-family: 'Lato-Light';
    transition: background-color 0.2s;
    font-size: 20px;
}

.form-popup.light .input {
    background: #680202;
}

.form-popup.on .input {
    transition: background-color 0.8s;
    background: #450400;
    position: absolute;
}

.form-popup.on .input:after {
    background: rgb(255 255 255 / 0.1);
    filter: blur(20px);
    height: 50px;
    margin-top: -13px;
}

.form-popup img.popup-test-image {
    margin-top: -25px;
    opacity: 0;
    transition: 0.4s;
    box-shadow: 0px 0px 100px #565656;
}

.stack-summary {
    cursor: default;
    position: absolute;
    width: 315px;
    float: left;
    z-index: 999;
    margin-left: -335px;
    margin-top: 41px;
    padding: 0 5px;
}

.title {
    position: absolute;
    margin: 100vh 100vw;
    white-space: nowrap;
    display: flex;
    z-index: 1;
    /* box-shadow: 0 0 2px rgb(255 255 255 / 50%); */
    /* background: linear-gradient(45deg, rgb(0 0 0 / 50%) 50%, rgb(255 255 255 / 15%) 100%); */
}



.form-container {
    position: absolute;
    margin: 100vh 100vw;
}



/* FORM */

.scanner-container div ,
.form-container div {
    /* opacity: 0.6; */
    transition: 0.4s;
    position: relative;
    border: red;
    font-size: 17px;
}

.scanner-container input:focus,
.form-container input:focus{
    background: #450400;
}

.scanner-container input,
.form-container input{
    clear:both;
    float:left;
    background: #1c0201;
    border: 0;
    color: #fff;
    outline: none;
    font-family: 'Lato-Light';
    font-size: 20px;
    margin-top: 2px;
}

.form-icon {
    width: 100%;
    position: absolute;
}


/* color */

.color {
    position: relative;
    display: flex;
    align-items: center;
    width: 220px;
    overflow: hidden;
    border-radius: 100px;
}

.color .ball {
    width: 100px;
    height: 100px;
    background-image: url(/public/images/ball.png);
    background-size: contain;
    border-radius: 100%;
    transition: 1s ease-in-out;
    filter: brightness(1);
}

.color.hover .ball {
    filter: brightness(1.5);
}

.color p {
    padding: 25px;
}





/* PASEK PRZWIJANIA */

.bottom-bar {
    position: absolute;
    margin: 100vh 100vw;
}

.bottom-bar span {
    margin: 0 25px;
}


/* POPUP */


/* .popin {
    display: flex;
}
*/

.popup {
    position: fixed;
    transition: all .4s, opacity 0s;
    top: 0;
    left: 0;
    padding: 0;
    /*     background: rgb(249 0 0 / 80%); */
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    z-index: 999;
    display: none;
}

.popup.on {
    width: 100vw !important;
    height: 100vh !important;
    top: 0 !important;
    left: 0 !important;
}

.popup iframe {
    opacity: 1;
    transition: all .4s, opacity 0s;
    transform-origin: 0 0;
    position: relative;
}

.popup.on iframe {
    transform: scale(1) !important;
    transform-origin: 0 0;
    position: relative;
}


/* .popup img {
    width: 100%;
    max-width: 400px;
    pointer-events: none;
}

.popup-txt {
    margin-left: 50px;
} */

.presentation {
    z-index: 9;
    width: 0vw;
    height: 0vh;
    background: #000000de;
    position: fixed;
    top: 0;
    left: 0;
    transition: all 0s linear 0.4s, opacity 0.4s;
    opacity: 0;
    overflow: hidden;
}

.presentation.on {
    opacity: 1;
    transition: opacity 0.4s;
    width: 100vw;
    height: 100vh;
}

.presentation img {
    height: 100vh;
    margin: 0 auto;
    display: block;
    z-index: 999;
}


/* dashboard */

span.loading {
    display: inline-block;
}

span.loading:after {
    animation: loading 2s linear infinite;
    display: block;
    content: "";
}

@keyframes loading {
    25% {
        content: ".";
    }
    50% {
        content: "..";
    }
    75% {
        content: "...";
    }
    100% {
        content: "....";
    }
}

.dashboard-container {
    left: 0;
    top: 0;
    position: absolute;
    margin: 100vh 100vw;
    display: flex;
}

.dashboard-component {
    left: 0;
    top: 50px;
    position: absolute;
    width: 400px;
    margin: 0;
    transition: 0.4s;
    z-index: 0;
    opacity: 0;
}

.dashboard-component .dashboard-iframe {
    width: 400px;
    box-shadow: 0px 0px 1px #4f4f4f;
    overflow: hidden;
    transition: 0.4s;
}

.dashboard-component iframe {
    left: 0;
    top: 0;
    opacity: 1;
    position: relative;
    pointer-events: none;
    /* transition: 1s; */
    transform-origin: 0 0;
}

.dashboard-desc {
    padding:0px 5px;
    margin: 0 0 25px 0;
    display: block;
    position: absolute;
    box-shadow: 0 0 2px rgb(255 255 255 / 50%);
    background: linear-gradient(45deg, rgb(0 0 0 / 50%) 50%, rgb(255 255 255 / 15%) 100%);
}

.dashboard-component.full {
    width: 100vw;
    height: 100vh;
    box-shadow: none;
}

.dashboard-component.full .dashboard-desc {
    display: none;
}

.dashboard-component.full iframe {
    transform: scale(1) !important;
    pointer-events: all;
}

.dashboard-component.full {
    height: 100vh;
    width: 100vw;
    z-index: 1;
}

.dashboard-component.full .dashboard-iframe {
    height: 100vh !important;
    width: 100vw;
}


/* list */

.list-element {
    width: 400px;
    line-height:20px;
    height:20px;
    position: absolute;
}

.list-element.on{
    background:#6d0000;
    line-height:20px;
    height:20px;
}

.list-element p {
    left: 75px;
    position: absolute;
}

.list-element p.color_name {
    left: 140px;
    top: 40px;
}


.list-element p span.counter {
    color: #444;
    margin: 0 20px;
    transition: 0.4s;
}


.list-element.on p span.counter {
    color: #999;
}

.list-element .hover p span.counter {
    color: #fff;
}

.list-element .select-box {
    opacity: 1;
    pointer-events: all;
}



/* list */

.list-container {
    position: absolute;
    width: 100%;
    margin: 100vh 100vw;
    padding: 20px;
}


/* cart */

.cart-container {
    position: absolute;
    width: 100%;
    margin: 100vh 100vw;
    min-width: 100vw;
}

.cart-menu {
    opacity: 0;
    transition: 'all 0s linear 1s, transform 0.8s ease-in-out 0s, opacity 0.8s ease-in-out 0.2s'
}

.cart-icon-container,
.cart-menu,
.cart-menu img {
    position: absolute;
}

.cart-menu p {
    position: absolute;
    width: calc(375px - 10px);
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding: 0 5px;
    backdrop-filter: blur(4px);
    background: rgb(136 136 136 / 20%);
    /* border: 1px solid #323131; */
    backdrop-filter: blur(4px);
    transition: 1s;
    box-shadow: 0 0 2px rgb(255 255 255 / 50%);
    background: linear-gradient(45deg, rgb(0 0 0 / 30%) 50%, rgb(255 255 255 / 15%) 100%);
}

.cart_one_line {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width:100%;
    height:25px;
}


.select-box {
    width: 75px;
    height: 25px;
    position: absolute;
    left: 0;
    top: 0;
    background: url(/public/icons/unselect.svg) no-repeat top;
    background-size: 25px 25px;
    filter: invert(0.4) !important;
    transition: 0.4s;
    opacity: 0;
    pointer-events: none;
}

.hover .select-box {
    filter: invert(1) !important;
}


.hover .select-box.on,
.on .hover .select-box, .on.hover .select-box {
    filter: invert(0) !important;    
}


.multiselection .select-box {
    opacity: 1;
    pointer-events: all;
}

.select-box.on,
.on .select-box {
    background: url(/public/icons/select.svg) no-repeat top;
    background-size: 25px 25px;
}

.stamp-popup {
    background: #140707de;
    width: 100vw;
    height: 100vh;
    position: fixed;
    z-index: 9;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.stamp-popup .input {
    border: 1px solid red;
    width: 200px;
    height: 25px;
}


/* stamp */

.stamp-container {
    position: absolute;
    margin: 100vh 100vw;
    display: flex;
    height: 380px;
}

.stamp-list {
    position: absolute;
    width: 0px;
    transition: all 0.2s ease-in-out, height 0s linear 0.4s;
    height: 0px;
    overflow: hidden;
    left: 270px;
    top: -10px;
    display: flex;
    align-items: flex-start;
    justify-content: left;
    align-content: flex-start;
    flex-direction: column;
    flex-wrap: wrap;
}

.stamp-list.y {
    width: 210px;
    transition: all 0.2s ease-in-out, height 0s;
    height: 400px;
}

.stamp-list.m {
    width: 210px;
    transition: all 0.2s ease-in-out, height 0s;
    height: 480px;
}

.stamp-list.d {
    width: 410px;
    transition: all 0.2s ease-in-out, height 0s;
    height: 280px;
}

.stamp-list.t {
    width: 480px;
    transition: all 0.2s ease-in-out, height 0s;
    height: 600px;
}

.stamp-list-element {
    width: 0px;
    height: 20px;
    transition: 0.4s;
    overflow: hidden;
    padding: 10px;
}

.stamp-list.y .stamp-list-element {
    text-align: center;
    width: 50px;
}

.stamp-list.m .stamp-list-element {
    width: 250px;
    text-align: left;
    text-transform: uppercase;
}

.stamp-list.d .stamp-list-element {
    text-align: center;
    width: 20px;
}

.stamp-list.t .stamp-list-element {
    text-align: center;
    width: 20px;
}

.stamp-list-m-container,
.stamp-list-s-container,
.stamp-list-h-container {
    height: 500px;
    width: 120px;
    flex-wrap: wrap;
    display: flex;
    align-content: flex-start;
    flex-direction: column;
}

.stamp-list-m-container,
.stamp-list-s-container {
    height: 600px;
    width: 200px;
}

.stamp-numbers {
    top: 0;
    text-align: left;
    position: absolute;
    transition: 1s;
}

.stamp-number {
    color: #888;
    transition: all 0.5s, color 0.1s;
}

.stamp-numbers .stamp-number.sel {
    visibility: visible;
    color: #fff;
}

.stamp-numbers .stamp-number {
    visibility: hidden;
}

.stamp-numbers.on .stamp-number {
    visibility: visible;
}

.stamp-cart {
    transition: 1s;
    width: 230px;
    height: 300px;
    margin-right: 560px;
    position: relative;
    box-shadow: 0px 0px 100px #6b6969;
}

.stamp-year {
    margin: 0 auto;
    display: block;
    transition: 1s;
    text-align: center;
    top: 40px;
    position: absolute;
    width: 60px;
    left: calc(50% - 30px);
    font-family: 'Lato';
}

.stamp-month {
    transition: 1s;
    margin: 0 auto;
    display: block;
    text-align: center;
    top: 80px;
    text-transform: uppercase;
    position: absolute;
    width: 100%;
}

.stamp-day p {
    transition: 1s;
}

.stamp-day span {
    transition: 1s;
    margin: 0 auto;
    display: block;
    text-align: center;
    top: -140px;
    font-size: 60px;
    line-height: 140px;
    position: absolute;
    width: 100%;
    height: 140px;
}

.stamp-day {
    transition: 1s;
    margin: 0 auto;
    display: block;
    text-align: center;
    top: 240px;
    position: absolute;
    width: 100%;
}

.stamp-time {
    transition: 1s;
    margin: 0 auto;
    display: block;
    text-align: center;
    top: calc(10px * 36);
    position: absolute;
    width: 100%;
}

.days-names {
    line-height: 40px;
    display: block;
    padding: 0 10px;
    color: #888;
    margin-left: 40px;
}

.days-names div {
    transition: 1s;
}


/* search */

.search-container {
    position: absolute;
    width: 300px;
    /* height: 200px; */
    margin: 100vh 100vw;
}

.search-container div.counter {
    position: absolute;
    left: 280px;
    color: #fff;
}

.search-container input {
    background: #450400;
    border: 0;
    color: #fff;
    outline: none;
    min-width: 250px;
    display: inline-block;
    border: 0px;
    min-height: 25px;
    font-family: 'Lato-Light';
    transition: background-color 0.2s;
    font-size: 20px;
}

.search-history {
    margin-top: 25px;
}

.search-history-element {
    height: 50px;
}

.search-history-element.active {
    color: #fff;
}

.search-history-element span.counter {
    color: #444;
    margin: 0 20px;
    transition: 0.4s;
}

.search-history-element.hover span.counter {
    color: #fff;
}


/* site_info */

.site-info-container.show {
    opacity: 1;
}

.site-info-container {
    transition: all 0s, opacity 0.4s;
    position: absolute;
    opacity: 0;
    background: rgb(0 42 177 / 0.6);
    padding: 25px;
    backdrop-filter: blur(12px);
    margin: 100vh 100vw;
    z-index: 2;
    min-width: 300px;
}

.site-info-container .opa {
    /* color: #c1bfbf; */
    /* TEMP */
    color: #fff;
}

.site-info-glass {
    position: fixed;
    top: 0;
    background: rgb(0 0 0 / 50%);
}

.site-info-filter {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 350px;
}



/* scrollbar */

.scrollbar-glass {
    background: #000000a1;
    position: fixed;
    width: 100vw;
    height: 100vh;
    z-index: 999;
    display: none;
    color: #000;
    opacity: 0;
    transition: 0.4s;
    pointer-events: none;
}

.scrollbar-glass.joy {
    background: #0000004d;
}

.scrollbar-glass.show {
    opacity: 1;
    pointer-events: all;
}

.scrollbar-glass .point {
    width: 70px;
    height: 70px;
    position: absolute;
    border-radius: 100%;
    background: transparent;
    backdrop-filter: blur(0px);
    color: #fff;
    border: 1px solid transparent;
}

.scrollbar-glass .point .scrollbar-cross {
    width: 70px;
    height: 70px;
    filter: invert(1);
    position: abbsolute;
    background: url(/public/icons/move.svg) no-repeat center;
}

.scrollbar-glass .joy {
    width: 73px;
    height: 73px;
    position: absolute;
    border-radius: 100%;
    transition: 0s;
    background: rgb(255 255 255 / 0.2);
    border: 1px solid #ffffff;
    backdrop-filter: blur(4px);
    box-shadow: 0 0 2px black;
}

.x1-txt {
    left: -70px;
    text-align: right;
    width: 60px;
    top: 22px;
}

.y1-txt {
    top: -30px;
    left: 6px;
    text-align: center;
    width: 60px;
}

.x2-txt {
    left: 83px;
    text-align: left;
    width: 60px;
    top: 22px;
}

.y2-txt {
    top: 80px;
    left: 6px;
    text-align: center;
    width: 60px;
}

.c-txt {
    position: absolute;
    top: -70px;
    left: -113px;
    text-align: center;
    transition: 0.4s;
    width: 300px;
}

.x1-txt,
.y1-txt,
.x2-txt,
.y2-txt {
    transition: 0.4s;
    position: absolute;
    text-shadow: 0 0 1px black;
}

.container.move-joys {
    transition: 0s !important;
}


/* table */

.table-container {
    position: absolute;
    margin: 100vh 100vw;
}

.table-cell {
    position: absolute;
    width: 150px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 25px;
    padding-right: 25px;
}

.table-cell.hover{
    background:#2b2b2b;
    height:25px;
}

.table-cell.extra {
    color: #fff;
    /*     font-family: 'Lato-Regular'; */
}

.incell {
    left: 0;
    position: absolute;
    right: 0%;
    transition: 0.4s ease-out 0s;
    text-align: inherit;
    margin: 0 25px 0 0px;
    /* background: rgb(255 255 255 / 10%); */
    height: 50px;
    padding: 0 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.rowsel {
    background: url(/public/icons/rowbg.svg) repeat-x top;
    color: #fff;
    background-size: 100vw 25px;
}

.sel .incell {
    background: rgb(255 255 255 / 10%);
}

.distinction .incell {
    background: rgb(255 255 255 / 10%);
}

.sel.distinction .incell {
    background: rgb(255 255 255 / 20%);
}

.opa.opa-only.table-checkbox {
    width: 25px;
    height: 25px;
    left: -44px;
    position: absolute;
    background: url(/public/icons/unselect.svg);
    background-size: contain;
    filter: invert(0.4);
}

.opa.opa-only.table-checkbox.sel {
    background: url(/public/icons/select.svg);
}


/* .select-box.on {
    opacity: 1;
    filter: invert(1) !important;
    left: -80px;
} */


/* auth - podpis */
.auth-popup {
    width: 100VW;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #000000a8;
    backdrop-filter: blur(2px);
}

.auth-popup-container {
    display: block;
    width: 200px;
}

img.auth-popup-icon {
    width: 200px;
    float: left;
}

input.auth-popup-input {  
    background: #450400;
    border: 0;
    color: #fff;
    outline: none;
    font-size:20px;
    margin:20px 0;
    font-family:Lato-Light;
}

/* document */

.document-container {
    position: absolute;
    width: 100%;
}

.document {
    width:990px;
    height:1400px;
    padding: 50px;
    position: relative;
    margin: 50px;
    background: #000000;
    border: 1px solid #2c2c2c;
    
}

.document>div {
    float: left;
    clear: both;
    margin: 25px 50px 0 50px !important;
}

.document .title {
    position: absolute;
    margin: 0;
}

.document textarea {
    background: #450400;
    border: 0;
    color: #fff;
    outline: none;
    width: 300px;
    height: 100px;
    font-family:Lato-Light;
    font-size:20px;
    position: fixed;
    margin: 0px -50px;
    z-index: 999;
}

.documnent-notes-textarea-tint {
    background: black;
    position: fixed;
    width: 100vw;
    height: 100vh;
    left: -50px;
    top: -50px;
    margin: 0;
    padding: 0;
    opacity: 0.7;
    z-index: 998;
}
.document .form-container {
    position:relative;
    margin:0 50px;
}

.form-popup.docVersion {
    background: #000000bd;
    padding: 100vh 100vw;
    position: absolute;
    left: auto;
    top: auto;
}


/* remanentResult */
.remanentResultElement {
    overflow: hidden;
    height:420px;
    margin: 0;
    width: 205px;
    opacity:1;
    transition:0.4s linear 0.4s;
}

.remanentResultElement.hide {
    width:0px;
    opacity:0;
    margin-left:-165px;
}

.remanentResult {
    display: flex;
    flex-direction:row-reverse;
    transition: 0.4s;
    padding-top: 25px;
}

.remanentResultElement div{
    max-width: 180px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.remanentResultElement.checkPrice {
    height:520px;
}

.remanentResultElement.checkPrice div {
    white-space: wrap;
    overflow: auto;
    text-overflow: clip;
}

.remanentResultElement.loading:before {
    background-image: url('/public/img/loading.gif');
    background-size:contain;
    background-color:#ffffff75;
    /* backdrop-filter:blur(2px); */
    /* background-color:#ff000040; */
    content:'';
    top:0px;
    width:140px;
    height:250px;
    display:block;
    position:absolute;
    z-index:9;
    filter:invert(1);
}

/* cart container search */
.cart_container_search_tint {
    background: #0000009c;
    height: 100vh;
    width: 100vw;
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.cart_container_search_tint input {
    background: #450400;
    border: 0;
    color: #fff;
    outline: none;
    min-width: 250px;
    display: inline-block;
    border: 0px;
    min-height: 25px;
    font-family: 'Lato-Light';
    transition: background-color 0.2s;
    font-size: 20px;;
}





/* CONTAINER POPUP */


.containerPop {
    opacity: 0;
    width: 100vw;
    height: 100vh;
    z-index: 999;
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
}



.wait_tint {
    background: #ffffff9c;
    height: 100vh;
    width: 100vw;
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    
    background-image: url('/public/img/loading.gif');
    background-size:350px;
    background-repeat:no-repeat;
    background-position:center center;
    filter: invert(1);
}




/* LABEL */

.label-container {
    position: absolute;
    padding: 100px;
    margin: 100vh 100vw;
    backdrop-filter: blur(8px);
    background: rgba(0, 0, 0, 0.4);
}


.label-photo {
    height: 750px;
    width: 420px;
    position: absolute;
    pointer-events: none;
}


.label-cart {
    position: absolute;
    width: calc(375px - 10px);
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding: 0 5px;
    backdrop-filter: blur(4px);
    background: rgb(136 136 136 / 20%);
    /* border: 1px solid #323131; */
    backdrop-filter: blur(4px);
    transition: 1s;
    box-shadow: 0 0 2px rgb(255 255 255 / 50%);
    background: linear-gradient(45deg, rgb(0 0 0 / 30%) 50%, rgb(255 255 255 / 15%) 100%);
}

.label-presentation{
    position:absolute;
    pointer-events: none;
}

/* SOLITAIRE */


.solitaire-icon {
    height: 750px;
    width: 420px;
    position: absolute;
    pointer-events: visiblestroke;
}


.solitaire-container {
    /* background: #ff00002e; */
    position: absolute;
    margin: 100vh 100vw;
    height: 820px;
}


.solitaire-color-container {
    /* background: #0000ff26; */
    position: absolute;
    /* margin: 100vh 100vw; */
}

.solitaire-size-container {
    /* background: #00800052; */
    position: absolute;
    /* margin: 100vh 100vw; */
}


.solitaire-cart {
    position: absolute;
    width: 250px;
    height:350px;
    white-space: nowrap;
    text-overflow: ellipsis;
    /* overflow: hidden; */
    padding: 0 5px;
    backdrop-filter: blur(4px);
    background: rgb(136 136 136 / 20%);
    /* border: 1px solid #323131; */
    backdrop-filter: blur(4px);
    transition: 1s;
    box-shadow: 0 0 2px rgb(255 255 255 / 50%);
    background: linear-gradient(45deg, rgb(0 0 0 / 30%) 50%, rgb(255 255 255 / 15%) 100%);
}


.solitaire-size-desc,
.solitaire-size-desc-top{
    position: absolute;
    bottom: 0;
    width: 140px;
    height: 50px;
    white-space: nowrap;
    text-overflow: ellipsis;
    /* overflow: hidden; */
    padding: 0 5px;
    backdrop-filter: blur(4px);
    background: rgb(136 136 136 / 20%);
    /* border: 1px solid #323131; */
    backdrop-filter: blur(4px);
    transition: 1s;
    box-shadow: 0 0 2px rgb(255 255 255 / 50%);
    background: linear-gradient(45deg, rgb(0 0 0 / 30%) 50%, rgb(255 255 255 / 15%) 100%);
}

.solitaire-size-desc-top{
    bottom:500px;
    z-index: -1;
}


/* PRICE CUT */
.pc-container {
    position: absolute;
    width: 100%;
    margin: 100vh 100vw;
}

.pc_row {
    position: absolute;
    width: 900px;
    float: left;
    left: 75px;
    display: inline-flex;
}

.pc_row div{
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}


/* RECORD */

.record-container {
    background: black;
    width: 500px;
    padding: 20px;
    position: absolute;
}


.form-popup.recVersion {
    background: #000000bd;
    padding: 100vh 100vw;
    position: absolute;
    z-index: 2;
    left: 0;
    top: 0;
}


.dragAndDropImage.opa.opa-only {
    height: 250px;
    background: url(/public/img/dad.png) #f9f9f9;
    min-width: 140px;
    background-size: 80px;
    display: flex;
    filter: invert(1);
    background-repeat: no-repeat;
    background-position: center;
}
.drag_and_drop_image {
    display: flex;
    /* flex-direction: row-reverse; */
    flex-direction: row;

    /* justify-content: flex-end; */
}


.drag_and_drop_image_container {
    display: flex;
    /* justify-content: flex-end; */
}



.dragAndDropImage img.loading:before {
    background-image: url('/public/img/loading.gif');
    background-size:contain;
    background-color:#ffffff75;
    /* backdrop-filter:blur(2px); */
    /* background-color:#ff000040; */
    content:'123';
    top:0px;
    width:140px;
    height:250px;
    display:block;
    /* position:absolute; */
    z-index:9;
    filter:invert(1);
}





/* INGREDIENTS */

.ingredients-container {
    background: #181818;
    width: 500px;
    padding: 20px;
    position: absolute;
}



.ingredients-group {
    padding: 10px 0 50px 10px;
    width: 250px;
}



.ingredients-material{
    height: 50px;
    padding: 10px 0;
    width: 250px;
    overflow: hidden;
}

.ingredients-material input{
        background: #450400;
        border: 0;
        color: #fff;
        outline: none;
        width: 100%;
        display: inline-block;
        border: 0px;
        padding: 0 2px;
        margin:5px 1px 5px 0;
        min-height: 25px;
        font-family: 'Lato-Light';
        transition: background-color 0.2s;
        font-size: 20px;
}




/* STACK */

.stack-container{
    position: absolute;
    perspective: 1500px;
    transition: 0.1s;
}

.stack-block-title
{
    text-wrap: nowrap;
    z-index: 1;
    position: absolute;
    padding: 0 5px;
    margin: 100vh 100vw;
    backdrop-filter: blur(4px);
    transition: 0.6s ease-in-out;
    box-shadow: 0 0 2px rgb(255 255 255 / 50%);
    background: linear-gradient(45deg, rgb(0 0 0 / 30%) 50%, rgb(255 255 255 / 15%) 100%);
}

.stack-icon {
    height: 750px;
    width: 420px;
    position: absolute;
    pointer-events: visiblestroke;
}


.stack-dmcp-deck-desc{
    position: absolute;
    bottom: 0;
    /* width: 140px;
    height: 50px; */
    margin: 100vh 100vw;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 0 5px;
    opacity: 0;
    /* z-index: 1; */
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    background: rgb(136 136 136 / 20%);
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    transition: 0.4s;
    box-shadow: 0 0 2px rgb(255 255 255 / 50%);
    background: linear-gradient(45deg, rgb(0 0 0 / 30%) 50%, rgb(255 255 255 / 15%) 100%);
}

.stack_icon:after {
    transition:all 0s, opacity 0.6s linear 0.2s;
    opacity:0;
    content:'';
}

.stack_icon.loading:after {
    background-image: url('/public/img/loading.gif');
    background-size:contain;
    opacity:1;
    /* background-color:#75757540; */
    content:'';
    top:0px;
    width:140px;
    height:250px;
    bottom:0px;
    position:absolute;
    display:block;
    z-index:9;
    filter:invert(1);
}

.stack-icon-desc,
.stack-icon-desc-2{
    position: absolute;
    bottom: -75px;
    width: 130px;
    height: 50px;
    white-space: nowrap;
    text-overflow: ellipsis;
    /* overflow: hidden; */
    padding: 0 5px;
    backdrop-filter: blur(4px);
    background: rgb(136 136 136 / 20%);
    /* border: 1px solid #323131; */
    backdrop-filter: blur(4px);
    transition: 0.4s;
    box-shadow: 0 0 2px rgb(255 255 255 / 50%);
    background: linear-gradient(45deg, rgb(0 0 0 / 30%) 50%, rgb(255 255 255 / 15%) 100%);
}

.stack-icon-desc-2{
    bottom: -100px;
}





/* menu */

.menu-icon {
    width: 80px;
    height: 40px;
    position: relative;
    float: left;
    padding: 0px 0;
    background-size: auto 30px;
    background-position: center center;
    background-repeat: no-repeat;
    /* background-color: #0d1117; */
    background-clip: content-box;
    transition:0.2s linear 0s;
}

.menu-row-icons .menu-icon {
    width: 60px;
    height: 30px;
    position: relative;
    float: left;
    padding: 5px 0;
    background-size: 30px auto;
    background-position: center center;
    background-repeat: no-repeat;
    background-color:transparent;
    background-clip:padding-box;
}

.menu-container {
    position: absolute;
    width: 360px;
    height: 50px;
    /* transition: all 0s; */
    transition: all 0s, opacity 0.4s;
    bottom:0px;
    z-index: 2;
    /* background-color: rgba(0, 0, 255, 0.22); */
}

.menu-layer{
    position: absolute;
    transition: all 0s, transform 0.4s, opacity 0.4s;
    transform: translate3d(0px, 0px, 0px);
    background: rgb(120 120 120 / 50%);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255,255,255,0.25);
}

.menu-system {
    opacity: 0;
    height: 40px;
    position: absolute;
    overflow: hidden;
    bottom:0px;
    transition: 0.2s;
    /* box-shadow: 0 0 2px rgb(255 255 255 / 50%);
    background: linear-gradient(45deg, rgb(26 26 44 / 50%) 60%, rgb(170 40 217 / 15%) 100%);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px); */
    /* background: rgb(164 164 164 / 34%); */
    /* -webkit-backdrop-filter: blur(10px); */
    /* backdrop-filter: blur(20px); */
    /* border: 1px solid rgba(255,255,255,0.25); */
}

.menu-rows {
    position: absolute;
    /* display: inline-grid; */
    width: auto;
    opacity: 0;
    transition: 0.4s;
    height: 0px;
    /* box-shadow: 0 0 2px rgb(255 255 255 / 50%); */
    /* background: linear-gradient(45deg, rgb(26 26 44 / 50%) 60%, rgb(170 40 217 / 15%) 100%); */
    /* backdrop-filter: blur(5px); */
    overflow: hidden;
    transition: all 0s, opacity 0.4s,transform 0.4s;
    /* -webkit-backdrop-filter: blur(5px); */
    /* color:#000; */
    /* background: rgb(92 92 92 / 43%); */
    -webkit-backdrop-filter: blur(10px);
    /* backdrop-filter: blur(20px); */
    /* border: 1px solid rgba(255,255,255,0.25); */
}
.show .menu-system,
.show .menu-rows {
    opacity: 1;
}

.menu-row-title {
    /* font-family: 'LATO'; */
    /* border-bottom: 1px solid rgba(255, 255, 255, 0.075); */
    color: #fff;
}

.menu-row ,
.menu-row-title {
    position: relative;
    height: 30px;
    display: block;
    line-height: 30px;
    padding: 5px 80px;
    text-wrap: nowrap;
    white-space: pre;
    width: auto;
    background-size: 60px 30px;
    background-repeat: no-repeat;
    background-position: 10px center;
    /* border-top: 1px solid rgba(255, 255, 255, 0.075); */
}



.menu-row-icons {
    position: relative;
    height: 40px;
    display: block;
    padding: 0px 0px;
    width: auto;
    margin:0px;
}


.menu-row-title:before {
    content:'';
    position:absolute;
    height: 20px;
    width:100%;
    left:0;
    z-index:-1;
    background: #910000;
    top: 10px;
}



/* calendar */

.calendar-container {
    position: absolute;
    width: 100%;
    margin: 100vh 100vw;
    padding: 50px;
}

.calendar-card {
    width: 200px;
    height: 200px;
    /* margin: 100vh 100vw; */
    position: absolute;
    /* background: red; */
}

.calendar-day {
    position: absolute;
    text-align: center;
    width: 35px;
    height: 35px;
    line-height: 35px;
    opacity: 0.4;
}


.calendar-day.active {
    opacity: 1;
}

.calendar-day.active.selected {
    /* border: 1px solid #fff; */
    border-radius: 100%;
    background: rgb(255 255 255 / 20%);
}



/* alert - box */

.alert {
    background: rgb(0 0 0 / 0.4);
    width: 100vw;
    height: 100vh;
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.4s;
    opacity: 0;
    z-index: 999;
}
.alert-icons {
    display: flex;
    width: 200px;
    height: 25px;
    margin: 20px auto 0px;
}

.alert-icon {
    max-height: 25px;
    position: relative;
    top: 0px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

img.alert-icon {
    /* filter: invert(1); */
    background: transparent;
    width: auto;
}

.alert.show {
    opacity: 1;
}

.alert-container {
    width: 360px;
    background: #000;
    padding: 20px;
    display: flex;
    position: relative;
    padding: 24px 80px;
}

.alert-container a {
    color: #fff;
    text-decoration: underline;
}

.alert-error .alert-container {
    background: rgb(254 0 0 / 70%);
    backdrop-filter: blur(4px);
}


.alert-success .alert-container {
    background: rgba(9, 179, 80, 0.7);
    backdrop-filter: blur(4px);
}

.alert-info .alert-container {
    background: rgb(46 93 206 / 70%);
    backdrop-filter: blur(4px);
}

.alert-warning .alert-container {
    background: rgb(210 228 31 / 70%);
    backdrop-filter: blur(4px);
}

.alert-close {
    display: none;
    min-width: 25px;
    height: 25px;
    background: blue;
    position: absolute;
    right: 25px;
    top: 20px;
    background: url(/public/icons/close.svg) no-repeat top;
    background-size: 25px 25px;
    background-size: contain;
}


.alert-loading{
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    filter: invert(1);
    background: url(/public/img/loading.gif);
    background-size: contain;
    background-repeat: no-repeat;
}

.alert.closable .alert-close {
    display: block;
}

.alert-txt {
    width: 255px;
}

.unactive{
    opacity:0;
    /* pointer-events: none; */
}


.alert-info img.alert-icon {
    background: none;
}