.text-uppercase{text-transform:uppercase}.scanner-wrapper{position:fixed;top:0;left:0;width:100%;height:100%;background:#fff;display:flex;flex-direction:column}.scanner-wrapper .scanner-header{display:flex;justify-content:space-between;align-items:center;height:60px;padding:15px 20px;border-bottom:1px solid #ccc}.scanner-wrapper .scanner-header .scanner-brand{display:flex;align-items:center}.scanner-wrapper .scanner-header .scanner-brand img{width:50px;-o-object-fit:contain;object-fit:contain;margin-right:10px}.scanner-wrapper .scanner-header .btn-container{position:relative;margin-left:10px;display:flex;align-items:center}.scanner-wrapper .scanner-header .btn-container .not-number{position:absolute;top:-10px;right:0;background:#01a2a7;color:#fff;display:flex;align-items:center;justify-content:center;font-size:10px;height:20px;width:20px;border-radius:50%}.scanner-wrapper .scanner-header .btn-container .nav-button{background:transparent;border:none;display:flex;align-items:center}.scanner-wrapper .scanner-header .btn-container .nav-button.profile-btn{position:relative;top:-1px}.scanner-wrapper .scanner-header .btn-container .nav-button img.profile-logo{height:30px;width:30px;border:3px solid var(--wecodefy-secondary-color,#9fc953);-o-object-fit:cover;object-fit:cover;border-radius:50%}.scanner-wrapper .scanner-header .btn-container .nav-button .empty-profile{height:30px;width:30px;border:3px solid var(--wecodefy-secondary-color,#9fc953);font-size:11px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-top:-5px;background:#000;color:#fff}.scanner-wrapper .scanner-header .btn-container .settings-drop-down{position:absolute;top:28px;right:8px;width:200px;z-index:9999;background:#fff;border-radius:5px;border:1px solid #ddd}.scanner-wrapper .scanner-header .btn-container .settings-drop-down .profile-widget{padding:20px;text-align:center}.scanner-wrapper .scanner-header .btn-container .settings-drop-down .setting-item{padding:10px 13px;font-size:13px;cursor:pointer;border-bottom:1px solid #ddd}.scanner-wrapper .scanner-header .btn-container .settings-drop-down .setting-item .icon{margin-right:10px}.scanner-wrapper .scanner-header .btn-container .settings-drop-down .setting-item:hover{background:#ddd}.scanner-wrapper .scanner-body{height:calc(100% - 60px);width:100%;padding:20px;position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center}.scanner-wrapper .scanner-body .search-widget{height:80px;width:100%}.scanner-wrapper .scanner-body .qr-camera{height:calc(100% - 80px);border-radius:10px;overflow:hidden}.scanner-wrapper .scanner-body .scanning-frame{width:300px;height:300px;border:4px solid #09e609;position:absolute;z-index:999;border-radius:8px}.scanner-wrapper .scanner-body .ticket-details{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;height:100%}.scanner-wrapper .scanner-body .ticket-details .seat-type-widget{margin-top:20px}.scanner-wrapper .scanner-body .ticket-details .seat-type-widget h1{font-size:30px}.scanner-wrapper .scanner-body .ticket-details .qr-widget{width:100%;height:100%;border-radius:10px;overflow:hidden;margin-bottom:20px;display:flex;align-items:center;justify-content:center}.scanner-wrapper .scanner-body .ticket-details .qr-widget .qr-code-container{width:150px;height:150px;display:flex;align-items:center;justify-content:center}.scanner-wrapper .scanner-body .ticket-details .ticket-options{margin-top:40px}.scanner-wrapper .scanner-body .ticket-details .not-found{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;height:100%}.scanner-wrapper .scanner-body .ticket-details .not-found img{width:200px;height:200px;-o-object-fit:contain;object-fit:contain;margin-bottom:20px}.scanner-wrapper .scanner-body .ticket-details .not-found p{margin-top:20px;font-size:13px;color:#828282}.scanner-wrapper .scanner-footer{height:0;display:flex;justify-content:center;align-items:center}