.AuthLayout .brand{width:200px;margin:0 auto 15px}.AuthLayout .interactive-bg{height:100vh;box-shadow:inset 24px 4px 64px -24px #474747;padding:0;background:url(/images/bgs/bg4.jpeg);background-size:cover;background-repeat:no-repeat;background-position:100% 100%}.FlashMessages{position:absolute;top:25px;right:25px;max-width:25%;z-index:100000}.StoreLayout .Table{font-size:1.25em}.Loader{width:100%;height:100%;text-align:center;padding-top:25%}.Loader span{margin-left:-30px}.FourOhFour{width:100vw;height:100vh;padding:50px;background-size:cover;position:relative}.FourOhFour .Error{position:absolute;top:40%;left:calc(33% - 20px);width:35%;padding:20px;background-color:hsla(0,0%,100%,.9);text-align:center}@media only screen and (max-width:900px){.FourOhFour .Error{width:80%;left:10%;top:25%}}.Icon.large{font-size:1.5em}.Confirm .button{flex-grow:0!important}.InternalLayout.fullwidth .page-content-wrapper{max-width:100%!important}.CustomerLayout .navbar .brand-start{width:150px;padding:10px;font-size:1.5em}.CustomerLayout .FourOhFour{width:auto;height:60vh}.VenueAdminLayout .navbar{border-top:6px solid #d91e18}.VenueAdminLayout .centered-link{width:75px}.VenueAdminLayout .main-sidebar,.VenueAdminLayout .view-wrapper{padding-top:5.75rem!important}.VenueAdminLayout .mobile-navbar{display:none;position:fixed;top:0;left:0;right:0;height:60px;background:#fff;border-bottom:1px solid #e8e8e8;z-index:30;box-shadow:0 2px 4px rgba(0,0,0,.05)}.VenueAdminLayout .mobile-navbar .mobile-navbar-inner{display:flex;align-items:center;justify-content:space-between;height:100%;padding:0 16px}.VenueAdminLayout .mobile-navbar .navbar-burger{display:flex;flex-direction:column;justify-content:center;align-items:center;width:44px;height:44px;background:transparent;border:none;cursor:pointer;padding:0;margin-left:-8px;transition:all .3s ease}.VenueAdminLayout .mobile-navbar .navbar-burger span{display:block;width:24px;height:2px;background:#363636;border-radius:2px;transition:all .3s ease}.VenueAdminLayout .mobile-navbar .navbar-burger span:not(:last-child){margin-bottom:5px}.VenueAdminLayout .mobile-navbar .navbar-burger.is-active span:first-child{transform:translateY(7px) rotate(45deg)}.VenueAdminLayout .mobile-navbar .navbar-burger.is-active span:nth-child(2){opacity:0}.VenueAdminLayout .mobile-navbar .navbar-burger.is-active span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.VenueAdminLayout .mobile-navbar .navbar-burger:hover{background:rgba(0,0,0,.05);border-radius:8px}.VenueAdminLayout .mobile-navbar .mobile-navbar-brand{flex:1 1;display:flex;justify-content:center;align-items:center}.VenueAdminLayout .mobile-navbar .mobile-navbar-brand .brand img{height:32px;max-height:32px}.VenueAdminLayout .mobile-navbar .mobile-navbar-end{width:44px;display:flex;justify-content:flex-end}.VenueAdminLayout .mobile-navbar .mobile-navbar-end .venue-badge{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;background:#f5f5f5;border-radius:50%;font-size:11px;font-weight:600;color:#363636;text-transform:uppercase}.VenueAdminLayout .mobile-sidebar-overlay{display:none;position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.5);z-index:40;opacity:0;transition:opacity .3s ease}.VenueAdminLayout .mobile-sidebar-overlay.is-active{opacity:1}.VenueAdminLayout .mobile-sidebar{position:fixed;top:0;left:0;bottom:0;width:280px;max-width:85vw;background:#fff;z-index:50;transform:translateX(-100%);transition:transform .3s ease;display:flex;flex-direction:column;box-shadow:2px 0 8px rgba(0,0,0,.1);overflow-y:auto}.VenueAdminLayout .mobile-sidebar.is-active{transform:translateX(0)}.VenueAdminLayout .mobile-sidebar .mobile-sidebar-header{display:flex;align-items:center;justify-content:space-between;padding:16px;border-bottom:1px solid #e8e8e8;background:#fafafa}.VenueAdminLayout .mobile-sidebar .mobile-sidebar-header .mobile-sidebar-brand{display:flex;align-items:center;grid-gap:12px;gap:12px}.VenueAdminLayout .mobile-sidebar .mobile-sidebar-header .mobile-sidebar-brand img{height:28px}.VenueAdminLayout .mobile-sidebar .mobile-sidebar-header .mobile-sidebar-brand h3{font-size:16px;font-weight:600;margin:0;color:#363636}.VenueAdminLayout .mobile-sidebar .mobile-sidebar-header .mobile-sidebar-close{display:flex;align-items:center;justify-content:center;width:36px;height:36px;background:transparent;border:none;cursor:pointer;border-radius:6px;transition:background .2s ease}.VenueAdminLayout .mobile-sidebar .mobile-sidebar-header .mobile-sidebar-close svg{width:20px;height:20px}.VenueAdminLayout .mobile-sidebar .mobile-sidebar-header .mobile-sidebar-close:hover{background:rgba(0,0,0,.05)}.VenueAdminLayout .mobile-sidebar .mobile-user-info{padding:16px;background:#f9f9f9;border-bottom:1px solid #e8e8e8}.VenueAdminLayout .mobile-sidebar .mobile-user-info .user-greeting{font-size:14px;color:#4a4a4a;margin-bottom:4px}.VenueAdminLayout .mobile-sidebar .mobile-user-info .user-greeting a{color:#3273dc;font-weight:600;text-decoration:none}.VenueAdminLayout .mobile-sidebar .mobile-user-info .user-greeting a:hover{text-decoration:underline}.VenueAdminLayout .mobile-sidebar .mobile-user-info .user-venue{font-size:13px;color:#7a7a7a}.VenueAdminLayout .mobile-sidebar .mobile-user-info .user-venue a{color:#7a7a7a;text-decoration:none}.VenueAdminLayout .mobile-sidebar .mobile-user-info .user-venue a:hover{color:#363636}.VenueAdminLayout .mobile-sidebar .mobile-nav-menu{flex:1 1;overflow-y:auto;padding:8px 0}.VenueAdminLayout .mobile-sidebar .mobile-nav-menu ul{list-style:none;margin:0;padding:0}.VenueAdminLayout .mobile-sidebar .mobile-nav-menu .mobile-nav-item a{display:flex;align-items:center;padding:12px 20px;color:#4a4a4a;text-decoration:none;transition:all .2s ease;grid-gap:12px;gap:12px}.VenueAdminLayout .mobile-sidebar .mobile-nav-menu .mobile-nav-item a .nav-icon{width:20px;height:20px;color:#7a7a7a;flex-shrink:0}.VenueAdminLayout .mobile-sidebar .mobile-nav-menu .mobile-nav-item a span{font-size:15px;font-weight:500}.VenueAdminLayout .mobile-sidebar .mobile-nav-menu .mobile-nav-item a:hover{background:#f5f5f5;color:#363636}.VenueAdminLayout .mobile-sidebar .mobile-nav-menu .mobile-nav-item a:hover .nav-icon{color:#363636}.VenueAdminLayout .mobile-sidebar .mobile-nav-menu .mobile-nav-item a.is-active{background:#eff5fb;color:#3273dc;border-left:3px solid #3273dc;padding-left:17px}.VenueAdminLayout .mobile-sidebar .mobile-nav-menu .mobile-nav-item a.is-active .nav-icon{color:#3273dc}.VenueAdminLayout .mobile-sidebar .mobile-sidebar-footer{border-top:1px solid #e8e8e8;padding:16px;background:#fafafa}.VenueAdminLayout .mobile-sidebar .mobile-sidebar-footer .mobile-footer-actions{margin-bottom:12px;display:flex;flex-direction:column;grid-gap:8px;gap:8px}.VenueAdminLayout .mobile-sidebar .mobile-sidebar-footer .mobile-footer-buttons .button{display:flex;align-items:center;justify-content:center;grid-gap:8px;gap:8px;font-weight:500}.VenueAdminLayout .mobile-sidebar .mobile-sidebar-footer .mobile-footer-buttons .button svg{width:16px;height:16px}@media(max-width:900px){.VenueAdminLayout .main-sidebar,.VenueAdminLayout .webapp-navbar{display:none!important}.VenueAdminLayout .mobile-navbar,.VenueAdminLayout .mobile-sidebar-overlay.is-active{display:block}.VenueAdminLayout .view-wrapper{padding-top:60px!important;margin-top:0!important}}.TerminalLayout .MenuWrapper{max-height:85vh}.TerminalLayout .StoreMenu{flex-grow:0;overflow-y:auto}.TerminalLayout .StoreMenu.Grid .product{position:relative;border:1px solid #888;overflow:hidden;display:flex;flex-direction:column;height:125px}.TerminalLayout .StoreMenu.Grid .product img{margin:0;width:100%}.TerminalLayout .StoreMenu.Grid .product .title{overflow:hidden;line-height:1.3em;flex-grow:0;padding:.5em;font-size:1.25em;white-space:nowrap;position:absolute;background:hsla(0,0%,100%,.75);right:0;bottom:0;left:0;z-index:20;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical}.TerminalLayout .StoreMenu.Grid .product .title:before{z-index:0;content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-color:#fff}.TerminalLayout .StoreMenu.Grid .product.active .title:before{background-color:rgba(5,189,141,.15)}.TerminalLayout .StoreMenu.Grid .product.inactive .title:before{background-color:rgba(220,26,87,.5)}.TerminalLayout .ProductView .title{word-break:keep-all;overflow:hidden;text-overflow:ellipsis}.Modal.large .modal-content{max-width:75vw;width:75vw}.Modal.large .modal-content .modal-card{width:100%}.RotateDevice{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000;background:hsla(0,0%,88.2%,.9);display:flex;align-items:center;justify-content:center}.RotateDevice .Content{max-width:60%;text-align:center;font-size:2em;font-weight:700}.Form .Actions{margin-top:25px}.Form .Actions .button{margin-right:10px}.Form.nowrap h3{font-size:1.25em;font-weight:700;margin-bottom:10px}.Input label{white-space:nowrap}.Card{overflow:hidden}.Card .card-image{margin:-20px -20px 10px}.Card .card-head{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:flex-start}.Card .card-head .title{white-space:nowrap;word-break:keep-all}.Card .card-head .right{display:block}.suggestions-box{border:1px solid #ddd;background:#fff;max-height:200px;overflow-y:auto;margin-top:5px;padding:5px}.suggestion-item{padding:10px;cursor:pointer}.suggestion-item:hover{background:#f0f0f0}