:root{--tooltip-shadow:0 2px 6px rgba(0,0,0,.25)}.vr-tooltip-caret{display:inline-block;overflow:visible!important}.vr-tooltip-caret--full-width{width:100%;display:block;overflow:visible!important}.vr-tooltip-caret-content{top:var(--tooltip-top,0);left:var(--tooltip-left,0);color:#fff;text-align:center;z-index:var(--z-700);white-space:normal;word-wrap:break-word;pointer-events:none;box-shadow:var(--tooltip-shadow);background-color:#5c5c5c;border-radius:8px;padding:8px 12px;font-size:13px;font-weight:500;line-height:1.4;animation:.3s vr-tooltip-fade-in;position:fixed}.vr-tooltip-caret-content--top{transform:translate(-50%,-100%)}.vr-tooltip-caret-content--bottom{transform:translate(-50%)}.vr-tooltip-caret-content--left{transform:translate(-100%,-50%)}.vr-tooltip-caret-content--right{transform:translateY(-50%)}.vr-tooltip-caret-content--sm{max-width:160px}.vr-tooltip-caret-content--md{max-width:240px}.vr-tooltip-caret-content--lg{text-align:left;max-width:400px}.vr-tooltip-caret-content:after{content:"";border-style:solid;border-width:7px;position:absolute}.vr-tooltip-caret-content--top:after{border-color:#5c5c5c transparent transparent;margin-top:-1px;margin-left:-7px;top:100%;left:50%}.vr-tooltip-caret-content--bottom:after{border-color:transparent transparent #5c5c5c;margin-bottom:-1px;margin-left:-7px;bottom:100%;left:50%}.vr-tooltip-caret-content--left:after{border-color:transparent transparent transparent #5c5c5c;margin-top:-7px;margin-left:-1px;top:50%;left:100%}.vr-tooltip-caret-content--right:after{border-color:transparent #5c5c5c transparent transparent;margin-top:-7px;margin-right:-1px;top:50%;right:100%}.vr-tooltip-label-icon{cursor:pointer;justify-content:center;align-items:center;margin-left:4px;display:inline-flex}.vr-tooltip-label-icon__icon{color:#999}@keyframes vr-tooltip-fade-in{0%{opacity:0}to{opacity:1}}
.vr-spinner{border-style:solid;border-radius:50%;flex-shrink:0;animation:.8s linear infinite vr-icon-spin;display:inline-block}.vr-spinner--xs{border-width:2px;width:16px;height:16px}.vr-spinner--sm{border-width:2px;width:20px;height:20px}.vr-spinner--md{border-width:2px;width:24px;height:24px}.vr-spinner--lg{border-width:2px;width:28px;height:28px}.vr-spinner--xl{border-width:4px;width:48px;height:48px}.vr-spinner--brand{border-color:rgba(255,68,0,.2);border-top-color:var(--brand-primary,#f40)}.vr-spinner--white{border-color:#fff rgba(255,255,255,.2) rgba(255,255,255,.2)}.vr-spinner--inherit{border-color:currentColor rgba(128,128,128,.2) rgba(128,128,128,.2)}@keyframes vr-icon-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
.vr-backdrop{z-index:var(--z-400);background-color:rgba(0,0,0,.4);animation:.2s ease-out vr-backdrop-fade-in;position:fixed;top:0;bottom:0;left:0;right:0}@keyframes vr-backdrop-fade-in{0%{opacity:0}to{opacity:1}}
