body{margin:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}code{font-family:source-code-pro,Menlo,Monaco,Consolas,"Courier New",monospace}.invited{text-align:center;margin-top:20px}.search{margin:10px auto;width:90%}table{width:90%;border-collapse:collapse;margin:20px auto}tr:nth-of-type(odd){background:#eee}th{background:#3498db;color:#fff;font-weight:700}td,th{padding:10px;border:1px solid #ccc;text-align:left;font-size:18px}@media (min-device-width:768px) and (max-device-width:1024px),only screen and (max-width:760px){table{width:100%}table,tbody,td,th,thead,tr{display:block}thead tr{position:absolute;top:-9999px;left:-9999px}tr{border:1px solid #ccc}td{border:none;border-bottom:1px solid #eee;position:relative;padding-left:50%}td:before{position:absolute;top:6px;left:6px;width:45%;padding-right:10px;white-space:nowrap;content:attr(data-column);color:#000;font-weight:700}}#root,body,html{height:100%}.app-border,.custom-qr div{border:5px solid #f7dccf!important;box-shadow:none!important;box-sizing:border-box;border-radius:10px;z-index:3!important}.app-border{background-color:#fff;width:78%;padding:60px 20px;display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column;-webkit-align-items:center;align-items:center;-webkit-justify-content:center;justify-content:center;text-align:center}h1,h2,h3,h4,h5,h6,p{padding:0;margin:0}.custom-qr video{z-index:4}.p-relative{position:relative}.m3{margin-bottom:10px}.app-button{background-color:#295102;color:#fff;border-radius:20px;display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;padding:10px 20px;margin-top:20px;width:100%;-webkit-justify-content:center;justify-content:center}.app-button>img{margin-right:10px}.c-pointer{cursor:pointer}.unstyle-button{border:none;outline:none}.unstyle-button:focus{outline:none}.p-fixed{position:fixed}.p-absolute{position:absolute}.app-bg{width:100%;height:100%}.z-index-3{z-index:3}.img-cont{bottom:20px;width:100%;display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;-webkit-justify-content:center;justify-content:center}.bouquet{width:120px}.app-content{height:100%}.app-content-children{display:-webkit-flex;display:flex;-webkit-justify-content:center;justify-content:center;-webkit-align-items:center;align-items:center;height:100%}.flex-one{-webkit-flex:1 1;flex:1 1}.main-image{top:0;object-fit:cover;width:100%}.other-image{bottom:0;z-index:2;height:80%;width:100%}.loader{position:fixed;overflow:hidden;z-index:10;background-color:rgba(0,0,0,.9);display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;-webkit-justify-content:center;justify-content:center;height:100%;width:100%}.lds-spinner{z-index:10;color:official;display:inline-block;position:relative;width:80px;height:80px}.lds-spinner div{z-index:10;-webkit-transform-origin:40px 40px;transform-origin:40px 40px;-webkit-animation:lds-spinner 1.2s linear infinite;animation:lds-spinner 1.2s linear infinite}.lds-spinner div:after{content:" ";display:block;position:absolute;top:3px;left:37px;width:6px;height:18px;border-radius:20%;background:#fff}.lds-spinner div:first-child{-webkit-transform:rotate(0deg);transform:rotate(0deg);-webkit-animation-delay:-1.1s;animation-delay:-1.1s}.lds-spinner div:nth-child(2){-webkit-transform:rotate(30deg);transform:rotate(30deg);-webkit-animation-delay:-1s;animation-delay:-1s}.lds-spinner div:nth-child(3){-webkit-transform:rotate(60deg);transform:rotate(60deg);-webkit-animation-delay:-.9s;animation-delay:-.9s}.lds-spinner div:nth-child(4){-webkit-transform:rotate(90deg);transform:rotate(90deg);-webkit-animation-delay:-.8s;animation-delay:-.8s}.lds-spinner div:nth-child(5){-webkit-transform:rotate(120deg);transform:rotate(120deg);-webkit-animation-delay:-.7s;animation-delay:-.7s}.lds-spinner div:nth-child(6){-webkit-transform:rotate(150deg);transform:rotate(150deg);-webkit-animation-delay:-.6s;animation-delay:-.6s}.lds-spinner div:nth-child(7){-webkit-transform:rotate(180deg);transform:rotate(180deg);-webkit-animation-delay:-.5s;animation-delay:-.5s}.lds-spinner div:nth-child(8){-webkit-transform:rotate(210deg);transform:rotate(210deg);-webkit-animation-delay:-.4s;animation-delay:-.4s}.lds-spinner div:nth-child(9){-webkit-transform:rotate(240deg);transform:rotate(240deg);-webkit-animation-delay:-.3s;animation-delay:-.3s}.lds-spinner div:nth-child(10){-webkit-transform:rotate(270deg);transform:rotate(270deg);-webkit-animation-delay:-.2s;animation-delay:-.2s}.lds-spinner div:nth-child(11){-webkit-transform:rotate(300deg);transform:rotate(300deg);-webkit-animation-delay:-.1s;animation-delay:-.1s}.lds-spinner div:nth-child(12){-webkit-transform:rotate(330deg);transform:rotate(330deg);-webkit-animation-delay:0s;animation-delay:0s}@-webkit-keyframes lds-spinner{0%{opacity:1}to{opacity:0}}@keyframes lds-spinner{0%{opacity:1}to{opacity:0}}#toast{visibility:hidden;max-width:50px;margin:auto;background-color:#333;text-align:center;border-radius:2px;position:fixed;left:0;right:0;bottom:30px;font-size:17px;white-space:nowrap}#toast,#toast #img{height:50px;color:#fff;z-index:10}#toast #img{width:50px;float:left;padding-top:16px;padding-bottom:16px;box-sizing:border-box;background-color:#111}#toast #desc{z-index:10;color:#fff;padding:16px;overflow:hidden;white-space:nowrap}#toast.show{visibility:visible;-webkit-animation:fadein .5s,expand .5s .5s,stay 3s 1s,shrink .5s 2s,fadeout .5s 2.5s;animation:fadein .5s,expand .5s .5s,stay 3s 1s,shrink .5s 4s,fadeout .5s 4.5s}@-webkit-keyframes fadein{0%{bottom:0;opacity:0}to{bottom:30px;opacity:1}}@keyframes fadein{0%{bottom:0;opacity:0}to{bottom:30px;opacity:1}}@-webkit-keyframes expand{0%{min-width:50px}to{min-width:350px}}@keyframes expand{0%{min-width:50px}to{min-width:350px}}@-webkit-keyframes stay{0%{min-width:350px}to{min-width:350px}}@keyframes stay{0%{min-width:350px}to{min-width:350px}}@-webkit-keyframes shrink{0%{min-width:350px}to{min-width:50px}}@keyframes shrink{0%{min-width:350px}to{min-width:50px}}@-webkit-keyframes fadeout{0%{bottom:30px;opacity:1}to{bottom:60px;opacity:0}}@keyframes fadeout{0%{bottom:30px;opacity:1}to{bottom:60px;opacity:0}}
/*# sourceMappingURL=main.19415473.chunk.css.map */