.MainContainer{position:fixed;top:0;left:0;width:200px;height:100%;z-index:1000;padding-top:2rem;overflow-y:auto;gap:100px;color:#000}.MainContainer h1,h3{margin-top:0;font-size:1.5rem;color:#000;display:flex;justify-content:center;align-items:center;width:100%;position:relative;text-shadow:5px 5px 10px rgba(0,0,0,.55)}.MainContent-Menu{padding:0;display:flex;flex-direction:column;gap:8px;align-items:flex-start;margin-right:0;width:100%}.MainContent-Menu button{background:none;border:none;padding:12px 16px;cursor:pointer;border-radius:6px;transition:background-color .2s ease;width:calc(100% - 32px);text-align:left;color:#000;margin-left:16px;box-sizing:border-box;font-size:1rem}.MainContent-Menu button:hover{background-color:#0000000d}.MainContent-Menu button:active,.MainContent-Menu button.active{background-color:#292b2b;color:#f6ca1f}.wsMessage{display:flex;align-items:center;justify-content:center}.wsMessage:before{content:"";width:8px;height:8px;border-radius:50%;margin-right:6px;display:inline-block}.wsMessage.online:before{background-color:#0c0}.wsMessage.offline:before{background-color:#c00}.OrderContainer{margin:0rem 0 0rem 220px;width:20vw;max-height:calc(100vh + -0rem);overflow-y:auto;-webkit-overflow-scrolling:touch;background:none;border-radius:10px;position:relative;z-index:1001;box-sizing:border-box}.orders{display:flex;flex-direction:row;width:100%;border-radius:20px;justify-content:center;margin-top:1rem}.basicInfo{display:flex;flex-direction:column;gap:.5rem}.NewOrder,.AcceptedOrder{width:12rem;background:#f5f5f5;box-shadow:0 2px 10px #0003;border-radius:20px;padding:.3rem;transition:background-color .3s ease;cursor:pointer}.NewOrder:hover,.AcceptedOrder:hover{background-color:#00000008}.order-customer{font-size:1rem}.order-total{display:flex;font-size:1rem;width:100%;align-items:center;justify-content:right}.order{display:flex;border:none;background:none;width:100%;flex-direction:column}.order-nt{display:flex;flex-direction:row}.complete-btn{border:none;padding:6px 12px;border-radius:6px;font-weight:600;font-size:.95rem;cursor:pointer;transition:background .15s ease;box-shadow:0 1px 2px #0b76ff26}.no{font-size:2rem;margin-top:10rem}.product-list{list-style:none;padding:8px;display:flex;flex-direction:column;gap:8px;width:80%;box-sizing:border-box;margin:0 0 0 216px;overflow-y:auto;-webkit-overflow-scrolling:touch;max-height:calc(100vh + -0rem)}.product-item{display:flex;align-items:center;justify-content:space-between;gap:12px;background:#f5f5f5;border:1px solid whitesmoke;border-radius:6px;padding:10px 12px;color:#292b2b;font-size:1.3rem;box-shadow:0 4px 12px #0000000a;transition:background-color .15s ease,transform .08s ease}.product-item:hover{background-color:#00000008;transform:translateY(-1px)}.product-item input[type=checkbox]{width:18px;height:18px;cursor:pointer;accent-color:#b50000;flex:0 0 auto}.product-item:has(input[type=checkbox]:checked){background-color:#f7e0e0;border-color:#b50000}.order-info{display:flex;flex-direction:column;margin:1rem;padding:2rem;box-shadow:0 4px 24px #0003;border-radius:20px;width:100%;color:#f5f5f5;background-color:#292b2b80;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);font-size:2rem;font-family:Times New Roman,Times,serif}.id{color:#f5f5f5;font-size:1rem;font-family:Times New Roman,Times,serif}.sum{display:flex;width:100%;align-items:center;justify-content:right;gap:1rem}.userInfo,.itemInfo{background:none;padding:16px;border:none;flex:1 1 360px;min-width:280px}.itemInfo{position:relative;max-height:calc(100vh - 3rem);overflow-y:auto;-webkit-overflow-scrolling:touch}.title,.tile{margin:0 0 12px;font-size:2rem;color:#f5f5f5}h3{padding:16px}.userInfo p{margin:6px 0;line-height:1.3;font-size:1rem;color:#f5f5f5;font-family:Times New Roman,Times,serif}.items-list{list-style:none;padding:0;margin:0}.item-row{display:flex;flex-wrap:wrap;gap:8px 12px;align-items:center;padding:10px 0;flex-direction:column;font-family:Times New Roman,Times,serif}.item{display:flex;flex-direction:row;width:100%;gap:.5rem;align-items:center;font-size:1rem}.extras{display:flex;flex-direction:column;width:100%;gap:.5}.item-row:last-child{border-bottom:none}.item-name{font-weight:600;margin-right:6px}.item-subtotal{margin-left:auto;font-weight:600;color:#f5f5f5}.extra-row{display:flex;gap:8px;align-items:center;font-size:.88rem;color:#f5f5f5;padding:6px 0 6px 18px;list-style:none}h4{font-size:.8rem;color:#50505080;margin:0}.complete-btn{color:#292b2b;background-color:#f6ca1f}.main-layout{display:flex;flex-direction:row;background:linear-gradient(120deg,#F6CA1F 10%,transparent 60%);background-repeat:no-repeat;background-size:cover;width:100%;height:100vh}.order-info-side{display:flex;width:100%;height:100vh}.login-container{display:flex;flex-direction:column;justify-content:flex-start;align-items:start;justify-content:center;width:100%;height:100vh;background:linear-gradient(120deg,#F6CA1F 10%,transparent 60%);background-repeat:no-repeat;background-size:cover;padding-left:5rem}.login-box{padding:2rem 2.5rem;border-radius:12px;color:#000;min-width:320px;width:40px}.login-box h2{display:flex;justify-content:left;align-items:center;font-size:4rem;width:100%;color:#000;position:relative;margin-bottom:1rem;margin-left:1rem;text-shadow:10px 10px 20px rgba(0,0,0,.55)}.login-box label{display:block;margin-bottom:.5rem;color:#000;font-size:2rem}.login-box input{width:100%;padding:.6rem;margin-bottom:1rem;border-radius:6px;border:1px solid #e0e0e0;background:#f5f5f5;color:#000;box-sizing:border-box}.login-box button{width:50%;margin-left:25%;padding:.75rem;background:#292b2b;color:#f6ca1f;border:none;border-radius:6px;font-weight:700;cursor:pointer;transition:background .2s;font-family:BeachResort,cursive;font-size:1.5rem}.error{color:red}.regLogTC{display:flex;flex-direction:row;align-items:center;justify-content:left}.szamarimg{width:8rem}.regTitle{font-size:5rem;color:#f6ca1f;text-shadow:2px 10px 8px rgb(0,0,0)}@font-face{font-family:BeachResort;src:url(/Fonts/BeachResort.ttf);font-weight:400;font-style:normal}body{font-family:BeachResort,cursive;background:url(/images/background.png) center/cover repeat;background-color:#292b2b}html,body{width:100%;height:100vh;padding:0;margin:0}
