*,*:before,*:after{box-sizing:border-box}html{width:100%;height:100%;margin:0;padding:0;background-color:#ffddde}body{width:100%;min-height:100vh;margin:0;padding:0;overflow-x:hidden}html,body{-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}app-root{display:block;width:100%;min-height:100vh}.body-container{width:100%;min-height:100vh;display:flex;justify-content:center;align-items:center;margin:0;padding:0;overflow-x:hidden}.ticket-container{display:flex;flex-direction:column;align-items:center;gap:15px;padding:50px 30px;border-style:dashed;border-width:5px;border-color:#a48e8e;border-radius:30px}.ticket-instruction{font-family:Coming Soon,sans-serif;font-weight:500;font-size:16px;color:#a48e8e;flex:1}.ticket-big-instruction{font-family:Nerko One,sans-serif;font-size:50px;color:#ff5c5c}input{width:100%;height:100%;background-color:#ffddde;border-style:dashed;border-color:#a48e8e;border-width:3px;border-radius:30px;padding:0 18px;color:#ff5c5c;font-family:Coming Soon,sans-serif;font-size:18px}input::placeholder{color:#c1b4b4;font-family:Coming Soon,sans-serif;font-size:18px}button,.primary-button{width:100%;height:50px;border:none;border-radius:15px;box-shadow:4px 4px #00000026;font-family:Coming Soon,sans-serif;font-size:20px;color:#ffeaea;cursor:pointer;transition:transform .1s ease,background-color .2s}button:active,.primary-button:active{transform:scale(.95)}.primary-button{background-color:#ff5c5c;border:none;border-radius:15px;box-shadow:4px 4px #00000026;font-family:Coming Soon,sans-serif;font-size:20px;color:#ffeaea}.secondary-button{background-color:#a48e8e}
