body{background-color:#ddd;background-blend-mode:screen}.panel{background:#fff}.loading{display:flex;position:absolute;top:0;left:0;width:100%;height:100%;z-index:2;background:rgba(255,255,255,.8)}.spin{border:4px solid #eee;border-top:4px solid #28a745;border-radius:50%;width:32px;height:32px;animation:spin 1s cubic-bezier(.175,.885,.32,1.275) infinite;margin:auto}.price{font-size:2.5rem;font-weight:300;line-height:1.2}@keyframes spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}@media(min-width:992px){.panel{box-shadow:0 3px 20px 0 rgba(0,0,0,.5)}body,html{height:100%}}@media(max-width:992px){body,html{background:#fff!important;background-image:none!important}}.panel.DigiValContainer{left:auto!important}