.zcModal{display:none;position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.5);z-index:10000000;display:flex;justify-content:center;align-items:center}.zcModal-content{background-color:#fff;padding:.875rem;border-radius:5px;box-shadow:0 2px 10px rgba(0,0,0,.2);text-align:center;width:22.5rem;line-height:3rem}@media screen and (max-width:360px){.zcModal{padding:0 1rem}.zcModal-content{width:auto}}.zcBottomSheet{display:none;top:0;background-color:rgba(0,0,0,.23921568627450981);z-index:1;display:flex;flex-direction:column;align-items:center}.zcBottomSheet,.zcBottomSheet-content{position:fixed;bottom:0;left:0;width:100%}.zcBottomSheet-content{top:25vh;right:0;background:#fff;z-index:2;padding:1.875rem;border-top-left-radius:5px;border-top-right-radius:5px;box-shadow:0 -2px 10px rgba(0,0,0,.2);text-align:center;overflow:auto}