.redfinger-dialog{display:flex;align-items:center;justify-content:center;position:fixed;width:100%;top:0;bottom:0;left:0;background:rgba(0,0,0,.3);z-index:999;padding:0 20px}.clearPadding{padding:0}.redfinger-dialog>.wrapper{background:#fff;min-width:300px;min-height:100px;text-align:center;border-radius:20px;box-shadow:0 11px 15px -7px rgba(0,0,0,.2),0 24px 38px 3px rgba(0,0,0,.14),0 9px 46px 8px rgba(0,0,0,.12);padding:0 15px 5px}.redfinger-dialog.bottom{align-items:flex-end;padding:0}.redfinger-dialog.bottom>.wrapper{width:100%;border-radius:10px;border-bottom-left-radius:0;border-bottom-right-radius:0}.redfinger-dialog>.wrapper>.header{display:flex;align-items:center;justify-content:space-between;padding-top:20px;cursor:pointer}.redfinger-dialog>.wrapper>.header .title{font-size:20px;font-weight:500;color:var(--ion-text-color);flex:1;text-align:left;cursor:auto}.redfinger-dialog>.wrapper>.header .title-center{text-align:center}.redfinger-dialog>.wrapper>.header .btns{font-size:25px;color:#aaa;display:flex;cursor:pointer;padding-bottom:0}.redfinger-dialog>.wrapper>.content{padding:0 5px 16px;color:#737373;max-width:600px;max-height:420px;overflow-y:auto;margin-top:16px}.redfinger-dialog.text-left>.wrapper>.content{text-align:left}.redfinger-dialog>.wrapper>.content::-webkit-scrollbar{width:11px}.redfinger-dialog>.wrapper>.content::-webkit-scrollbar-thumb{background-color:#ccc;border-left:5px solid transparent;background-clip:padding-box}.redfinger-dialog>.wrapper>.content::-webkit-scrollbar-button{display:none}.redfinger-dialog>.wrapper .footer-btns{text-align:right;padding-bottom:10px;padding-top:10px}.redfinger-dialog>.wrapper .footer-btns.same-size{display:flex;padding-bottom:15px;padding-top:5px}.redfinger-dialog>.wrapper .footer-btns button{color:var(--ion-color-primary2);background:none;font-weight:500;padding:10px;font-size:14px;margin:0 10px;outline:none;line-height:16px}.redfinger-dialog>.wrapper .footer-btns button.cancel{color:var(--ion-text-color)}.redfinger-dialog>.wrapper .footer-btns.center{text-align:center;margin-bottom:10px;display:flex;justify-content:center}.redfinger-dialog>.wrapper .footer-btns.block button{background:var(--ion-color-primary);color:#fff;border-radius:3px;padding:10px 20px;width:100%;margin:0}.redfinger-dialog>.wrapper .footer-btns.block.round button{border-radius:20px}.redfinger-dialog>.wrapper .footer-btns.block.small-width button{width:auto;min-width:180px;padding:13px 20px}.redfinger-dialog .footer-btns.style-2 button{border-radius:20px;padding:13px 20px}.redfinger-dialog .footer-btns.same-size button{flex:1;margin:0 7px;padding:10px}.redfinger-dialog .footer-btns.same-size button:first-child{margin-left:0}.redfinger-dialog .footer-btns.same-size button:last-child{margin-right:0}.redfinger-dialog .footer-btns.style-2 .ok{background:var(--ion-color-primary);color:#fff}.redfinger-dialog .footer-btns.style-2 .cancel{background:#e8e8e8;color:#1e232c}@media (min-width:768px){.redfinger-dialog.bottom>.wrapper{max-width:450px;border-radius:5px}.redfinger-dialog.bottom{align-items:center}}@media (max-height:640px){.redfinger-dialog>.wrapper>.content{max-height:300px}}.dialog-wrap[data-v-afeaf328]{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;justify-content:center;align-items:center;z-index:1000}.dialog-overlay[data-v-afeaf328]{position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.7);z-index:999}.dialog-content[data-v-afeaf328]{z-index:1000;display:flex;align-items:center;justify-content:center;position:relative}.dialog-content .close-icon[data-v-afeaf328]{position:absolute;right:10px;top:14px;color:#929292;cursor:pointer;z-index:10}.popup-fade-enter-active[data-v-afeaf328],.popup-fade-leave-active[data-v-afeaf328]{transition:opacity .3s ease}.popup-fade-enter[data-v-afeaf328],.popup-fade-leave-to[data-v-afeaf328]{opacity:0}