.pick-confirmation-container{pointer-events:auto;z-index:101;background-color:#fff;border-top-left-radius:15px;border-top-right-radius:15px;flex-direction:column;justify-content:flex-end;width:100vw;display:flex;position:fixed;bottom:0}.pick-confirmation-selections{background-color:#fff;height:200px}.selection-list-item-footer{background-color:#fff;border-top-width:1px;border-top-color:#dee5ea;border-bottom-width:1px;border-bottom-color:#dee5ea;justify-content:space-between;align-items:center;padding:5px 10px;display:flex}.selection-list-item-divider{background-color:#dee5ea;width:100%;height:1px}
.splash-screen{z-index:101;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:fixed;top:0;bottom:0;left:0;right:0}.splash-screen__img{background:#151544;width:100%;height:100%;position:fixed}.splash-screen__overlay{z-index:101;opacity:0;background-color:rgba(0,0,0,.5);animation:.3s ease-in-out .3s forwards splashOverlay;position:fixed;top:0;bottom:0;left:0;right:0}.splash-screen__loader{z-index:101}@keyframes splashOverlay{0%{opacity:0}to{opacity:1}}
