.mask{position:fixed;top:0;bottom:0;left:0;right:0;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;background:var(--mask-background);z-index:200}.dialog{background:var(--white-background);min-width:300px;max-width:380px;text-align:center;border-radius:4px;width:80%}.header{color:var(--title-color);padding:20px 10px 10px;font-size:16px}.content{padding:10px;color:#757575;font-size:14px;min-height:63px;text-align:center;display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center}.content p{line-height:20px}.btn-wrap{font-family:Roboto;display:-ms-flexbox;display:flex;width:100%;color:rgba(0,0,0,.87);font-size:16px}.dialog-btn{border-right:1px solid var(--button-border-color);border-top:1px solid var(--button-border-color);height:46px;-ms-flex:1 1;flex:1 1;line-height:46px;text-align:center}.dialog-btn:last-child{border-right:none}.error-tips{margin:64px 20px;text-align:center}.error-content{text-align:center;line-height:20px;content:var(--content-font-color)}.error-tips img{width:80%;height:100%}.error-subtitle{font-size:var(--large-font-size);color:var(--content-font-color)}.loading-container{position:absolute;top:0;bottom:0;left:0;right:0;z-index:100;width:100%;height:100%;overflow:hidden;display:none;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center}.loading-container.show{display:-ms-flexbox;display:flex}.loading-container .svg-icon{width:34px;height:12px}.loading-container:after{content:" ";display:block;width:10px;height:10px;margin:1px;border-radius:50%;border-color:#ff693a transparent;border-style:solid;border-width:1px;-webkit-animation:load 1.2s linear infinite;animation:load 1.2s linear infinite}@-webkit-keyframes load{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes load{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.stardust-spinner__spinner{-webkit-animation:movement .4s linear infinite;animation:movement .4s linear infinite}.stardust-spinner__spinner:nth-child(2){-webkit-animation-delay:.1s;animation-delay:.1s}.stardust-spinner__spinner:nth-child(3){-webkit-animation-delay:.2s;animation-delay:.2s}@-webkit-keyframes movement{0%{-webkit-transform:translateY(2px);transform:translateY(2px)}50%{-webkit-transform:translateY(-2px);transform:translateY(-2px)}to{-webkit-transform:translateY(2px);transform:translateY(2px)}}@keyframes movement{0%{-webkit-transform:translateY(2px);transform:translateY(2px)}50%{-webkit-transform:translateY(-2px);transform:translateY(-2px)}to{-webkit-transform:translateY(2px);transform:translateY(2px)}}.icon{width:2em;height:2em;margin-bottom:10px;fill:currentColor;overflow:hidden}.toast-notification{position:fixed;top:20px;left:0;right:0;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;z-index:10}.notice-enter{opacity:.01;-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0)}.notice-enter-active{opacity:1;-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1);-webkit-transition:all .3s ease-out;-o-transition:all .3s ease-out;transition:all .3s ease-out}.notice-exit{opacity:1;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}.notice-exit-active{opacity:.01;-webkit-transform:translateY(-40%);-ms-transform:translateY(-40%);transform:translateY(-40%);-webkit-transition:all .3s ease-out;-o-transition:all .3s ease-out;transition:all .3s ease-out}.toasts{top:0;position:absolute;right:0;left:0;padding:0;margin:0;z-index:500}.toast{position:absolute;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:center;-ms-flex-align:center;margin:50% auto;left:0;right:0;-ms-flex:1 1 auto;flex:1 1 auto}.toast,.toast-container{display:-ms-flexbox;display:flex;justify-content:center;align-items:center}.toast-container{color:#fff;text-align:center;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:center;-ms-flex-align:center;font-size:18px;min-height:100px;min-width:100px;width:auto;max-width:90%;padding:5px;background-color:hsla(0,0%,91.4%,.8901960784313725);border-radius:5px}.toast-content{display:inline;margin:0 0 0 5px;overflow:hidden;color:rgba(0,0,0,.8235294117647058);word-break:break-all}.toast__dismiss{-webkit-appearance:none;-moz-appearance:none;background:transparent;border:0;color:inherit;cursor:pointer;display:block;-ms-flex:0 0 auto;flex:0 0 auto;font:inherit;padding:0}.info>svg{color:#1890ff}.success>svg{color:#52c41a}.warning>svg{color:#faad14}.error>svg{color:#f74a53}.loading>svg{color:#1890ff;-webkit-animation:rotating 1s linear infinite;animation:rotating 1s linear infinite}@-webkit-keyframes rotating{0%{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes rotating{0%{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.input{font-family:\.SFNSText-Light;background:#fff;border:1px solid #d9e2e9;border-radius:2px;width:100%;font-size:14px;padding:13px 10px;-webkit-box-sizing:border-box;box-sizing:border-box;height:44px}.position{position:absolute}.select{font-family:\.SFNSText-Light;background:#fff;border:1px solid #d9e2e9;border-radius:2px;width:100%;font-size:14px;padding:13px 10px;-webkit-box-sizing:border-box;box-sizing:border-box;height:44px;display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-align:center;align-items:center}.select__placeholder{color:grey}.select__arrow{-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg);color:#2c3942}.select__arrow--active{-webkit-transform:rotate(-90deg);-ms-transform:rotate(-90deg);transform:rotate(-90deg)}.options-wrapper{background:#fff;border:1px solid #d9e2e9;min-width:100px;max-height:250px;overflow:scroll}.options{padding:10px}.options--active{font-weight:700;background:#f0f0f0}.date-range{display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between}.date-range__select{width:49%}.wrapper{padding:0}.form-wrapper{padding:10px;border:.5px solid #d7dfe5;background:#fff;font-size:14px;line-height:14px;color:#2c3942}.form-item{-ms-flex-direction:column;flex-direction:column;-ms-flex-align:start;align-items:flex-start;margin-bottom:10px}.form-item,.form-item__main{display:-ms-flexbox;display:flex}.form-item__main{-ms-flex-align:center;align-items:center;width:100%}.form-item__label{margin-right:10px}.form-item__err{color:red;margin-top:5px}.form-item__require{color:red}.form-btn{margin:10px 0;width:100%;display:-ms-flexbox;display:flex;-ms-flex-pack:distribute;justify-content:space-around}.button{font-family:\.SFNSText-Regular;border-radius:2px;width:49%;padding:12px 0;font-size:16px;border:.5px solid #d7dfe5;background:#fbfdff;color:#2c3942}.primary{background:#ee4d2d;color:#fff}:global(.ellipsis){overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis;white-space:nowrap}:global(.border-half1px){position:relative}:global(.border-half1px>i.border-top){display:block;position:absolute;left:0;top:0;right:0;width:100%;height:1px;background-color:var(--button-border-color);-webkit-transform:scaleY(.5);-ms-transform:scaleY(.5);transform:scaleY(.5)}:global(.border-half1px>i.border-left){left:0}:global(.border-half1px>i.border-left),:global(.border-half1px>i.border-right){display:block;position:absolute;top:0;bottom:0;height:100%;width:1px;background-color:var(--button-border-color);-webkit-transform:scaleX(.5);-ms-transform:scaleX(.5);transform:scaleX(.5)}:global(.border-half1px>i.border-right){right:0}:global(.border-half1px>i.border-bottom){display:block;position:absolute;right:0;left:0;bottom:0;height:1px;width:100%;background-color:var(--button-border-color);-webkit-transform:scaleY(.5);-ms-transform:scaleY(.5);transform:scaleY(.5)}a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{margin:0;padding:0;border:0;-webkit-box-sizing:border-box;box-sizing:border-box;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body,html{height:100%}body{font-family:-apple-system,BlinkMacSystemFont,"sans-serif",Roboto-Regular;line-height:1;background:var(--white-background)}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:"";content:none}table{border-collapse:collapse;border-spacing:0}:root{--hightlight-font-color:#000;--font-color:#757575;--title-color:#212121;--button-font-color:#212121;--button-border-color:#e8e8e8;--red-color:#ff5722;--gray-button-opacity:0.26;--white-background:#fff;--pane-padding:5px 42px;--red-btton-background:#ff5722;--mask-background:rgba(0,0,0,0.2);--btton-text-color:#fff;--content-font-color:#757575;--chat-background-color:#efefef;--large-font-size:16px;--font-size:14px;--middle-font-size:13px;--small-font-size:12px;--smaller-font-size:10px;--input-border-color:rgba(0,0,0,0.26)}@font-face{font-family:Roboto;src:url(https://staticv2.test.airpay.vn/static/h5pay/merchantportal/static/media/Roboto-Regular.ac3f799d.ttf);font-weight:400;font-style:normal;font-stretch:ultra-expanded}@font-face{font-family:iosFont;src:url(https://staticv2.test.airpay.vn/static/h5pay/merchantportal/static/media/SF-UI-Display-Regular.2ceadd10.otf);font-weight:400;font-style:normal;font-stretch:ultra-expanded}@font-face{font-family:iosFontLight;src:url(https://staticv2.test.airpay.vn/static/h5pay/merchantportal/static/media/SFText-Light.48e85559.otf);font-weight:400;font-style:normal;font-stretch:ultra-expanded}a{text-decoration:none;color:#000;outline:none;-webkit-tap-highlight-color:rgba(0,0,0,0)}input,textarea{background:transparent;border:0}input:focus,textarea:focus{outline:none}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}input[type=number]{-moz-appearance:textfield}html{-ms-touch-action:manipulation;touch-action:manipulation}body,html{height:100%;-webkit-overflow-scrolling:auto}body{background:#efeeef;overflow:hidden}.app__app___2v9x-{margin-left:auto;margin-right:auto}.bold-font-android{font-weight:500}.app__app___2v9x-{position:absolute;top:0;right:0;left:0;bottom:0}.platform-ios{font-family:iosFont}.app__light-text___3Mlxv{font-family:iosFontLight}.platform-android{font-family:Roboto}.platform-default{width:400px;height:100vh;margin:auto;position:relative;background-color:#fff}.platform-default .app__app___2v9x->svg{display:none}.error-title{font-size:36px;padding:20px}.vh100{height:100%;width:100%}p{margin:0}.index-module__layout___2F-qT{width:100%;height:100vh;overflow:hidden;padding:20px;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center}.index-module__couponBox___cqvFP,.index-module__layout___2F-qT{display:-ms-flexbox;display:flex}.index-module__couponBox___cqvFP img{width:20px;height:14px}.index-module__listContext___1EqZG{width:100%;height:100vh;-webkit-box-sizing:border-box;box-sizing:border-box;background-color:#fff;overflow:hidden}.index-module__listContainer___QtBP1{position:relative;width:100%;-webkit-box-sizing:border-box;box-sizing:border-box;height:100%;overflow:auto}.index-module__showTabList___h9tIT{margin-top:44px;height:calc(100% - 44px)}.index-module__listBottom___3iqv7{display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center}.index-module__listBottom___3iqv7 p{font-size:14px;color:rgba(0,0,0,.30980392156862746)}.index-module__loadingMore___2Y4e2{height:20px;line-height:44px;width:20px;border-radius:100%;border-left:2px solid #1492fd;-webkit-animation:index-module__loadingCircle___1sF95 .5s linear infinite;animation:index-module__loadingCircle___1sF95 .5s linear infinite}@-webkit-keyframes index-module__loadingCircle___1sF95{0%{-webkit-transform:rotate(0);transform:rotate(0)}50%{-webkit-transform:rotate(180deg);transform:rotate(180deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes index-module__loadingCircle___1sF95{0%{-webkit-transform:rotate(0);transform:rotate(0)}50%{-webkit-transform:rotate(180deg);transform:rotate(180deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.index-module__listEmptyContainer___1S9uA{padding:70px 88px;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:stretch;align-items:stretch;text-align:center}.index-module__listEmptyTextOne___3ayBe{font-family:Roboto;font-style:normal;font-weight:500;font-size:16px;line-height:16px;margin-top:-15px;margin-bottom:8px;color:rgba(0,0,0,.65)}.index-module__listEmptyTextTwo___vzGvQ{font-family:Roboto;font-style:normal;font-weight:400;font-size:14px;line-height:16px;color:rgba(0,0,0,.54)}.index-module__dailyContainer___1L8E9,.index-module__listEmptyContainer___1S9uA img{width:100%}.index-module__itemListContainer___3GCHU{width:100%;-webkit-box-sizing:border-box;box-sizing:border-box;padding-left:14px}.index-module__dailyTitle___3xF_W{width:100%;height:64px;background-color:#f5f5f5;-ms-flex-direction:column;flex-direction:column;display:-ms-flexbox;display:flex;-ms-flex-align:stretch;align-items:stretch;padding:16px 14px 10px}.index-module__dailyTitleText___3RA4G,.index-module__itemText___LOZrp{display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;margin-bottom:6px;-ms-flex-pack:justify;justify-content:space-between}.index-module__itemText___LOZrp p{word-break:break-all;min-width:80px}.index-module__dailyTitleText___3RA4G p:nth-of-type(2),.index-module__itemText___LOZrp p:nth-child(2){margin-left:15px;min-width:40px;text-align:right;word-break:break-all}.index-module__dailyTitleTextOne___1QCMf{font-family:iosFont;font-size:14px;line-height:16px;color:#000}.index-module__dailyTitleTextTwo___-4P2-{font-family:iosFont;font-size:12px;line-height:16px;color:rgba(0,0,0,.54)}.index-module__itemContainer___1OIym{width:100%;background:#fff;display:-ms-flexbox;display:flex;-ms-flex-align:stretch;align-items:stretch;-ms-flex-direction:column;flex-direction:column;padding:14px 14px 14px 0;position:relative}.index-module__itemContainer___1OIym:after{content:"";position:absolute;left:0;bottom:0;width:100%;height:1px;background-color:#e8eef1;-webkit-transform:scaleY(.5);-ms-transform:scaleY(.5);transform:scaleY(.5);-webkit-transform-origin:50% 100%;-ms-transform-origin:50% 100%;transform-origin:50% 100%}.index-module__itemText___LOZrp:last-child{margin:0}.index-module__itemTextOne___2jlWc{font-family:Roboto;font-size:14px;line-height:16px;color:#000}.index-module__itemTextTwo___2VWXG{font-family:Roboto;font-size:12px;line-height:16px;color:rgba(0,0,0,.54)}.index-module__itemTextThree___3wOd7{font-family:Roboto;font-weight:500;font-size:16px;line-height:16px;color:#2f80ed}.index-module__detailContext___2whwg{width:100%;height:100vh;-ms-flex-pack:justify;justify-content:space-between;background:#f5f6f8}.index-module__detailContainer___2z1dk,.index-module__detailContext___2whwg{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:stretch;align-items:stretch}.index-module__detailContainer___2z1dk{-ms-flex-pack:start;justify-content:flex-start;color:#bcbcbc;font-size:14px}.index-module__detailBottom___2dyeI{padding:0 14px;height:50px;font-size:10px;text-align:center;line-height:14px;color:hsla(0,0%,73.7%,.611764705882353)}.index-module__detailBottom___2dyeI span{font-size:12px;color:#7aa0ec}.index-module__detailOne___2vNBW{margin-bottom:12px}.index-module__detailStatus___1mZAh{color:#8cd8a4;font-size:16px;height:80px;line-height:80px;text-align:center}.index-module__detailRow___2ESbZ{background:#fff;-webkit-box-shadow:inset 0 .5px 0 #d6d6d6;box-shadow:inset 0 .5px 0 #d6d6d6}.index-module__detailCol___1jxXA{display:-ms-flexbox;display:flex;min-height:48px;padding:5px 14px;-ms-flex-align:center;align-items:center;-ms-flex-pack:justify;justify-content:space-between}.index-module__detailCol___1jxXA span{line-height:16px;display:inline-block;-ms-flex-negative:0;flex-shrink:0}.index-module__detailCol___1jxXA span p{margin:0}.index-module__detailCol___1jxXA span:nth-of-type(2){word-break:break-all;-ms-flex-negative:1;flex-shrink:1;margin-left:10px;text-align:right}.index-module__detailTwo___Kt1MK{background:#fff;-webkit-box-shadow:0 .5px 0 #d6d6d6;box-shadow:0 .5px 0 #d6d6d6}.index-module__settingContainer___3YZD3{display:-ms-flexbox;display:flex;height:100%;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-align:stretch;align-items:stretch;font-size:14px;background:#efefef}.index-module__switch___SxSGy{display:inline-block;position:relative;width:40px;height:24px;border-radius:15.84px;overflow:hidden;cursor:pointer}.index-module__switchBox___25SF4,.index-module__switchCheckBox___-Bk7k{position:absolute;top:0;bottom:0;left:0;right:0;width:100%;height:100%;margin:0}.index-module__switchCheckBox___-Bk7k{z-index:100;opacity:0}.index-module__switchBox___25SF4{-webkit-transition:all .25s ease-in;-o-transition:all .25s ease-in;transition:all .25s ease-in;background:#cfcfcf}.index-module__switchBox___25SF4:after{content:"";width:22px;height:22px;left:1px;border-radius:50%;position:absolute;top:calc(50% - 11px);background:#fff;-webkit-transition:-webkit-transform .25s ease-in;transition:-webkit-transform .25s ease-in;-o-transition:transform .25s ease-in;transition:transform .25s ease-in;transition:transform .25s ease-in,-webkit-transform .25s ease-in}.index-module__switchCheckBox___-Bk7k:checked~.index-module__switchBox___25SF4{background:#4dd865}.index-module__switchCheckBox___-Bk7k:checked~.index-module__switchBox___25SF4:after{-webkit-transform:translate(16px);-ms-transform:translate(16px);transform:translate(16px)}.index-module__switchLoading___2milM .index-module__switchBox___25SF4{-webkit-filter:opacity(30%);filter:opacity(30%)}.index-module__confirmText___11Du_{font-family:Roboto;font-style:normal;font-weight:500;font-size:16px;line-height:20px;text-align:center;color:rgba(0,0,0,.87)}.index-module__image___25Urm{width:24px;height:24px}.index-module__saveBtnContainer___3XCbr{width:100%;height:70px;position:fixed;bottom:0;background:#fff;padding:10px}.index-module__saveBtn___3dimG{background:#2f80ed;color:#fff;font-size:18px;height:48px;width:100%;line-height:48px;border-radius:5px;text-align:center}.loading-module__panel___2Ks1c{position:absolute;left:0;right:0;top:0;bottom:0;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center}.loading-module__img___3r-0U{height:116px;width:120px}
/*# sourceMappingURL=main.5271b8b0.chunk.css.map */