:root{--color-white:#fff;--color-orange:#f60;--color-lightgray:#b6b6b6;--color-black:#333}.v-tooltip{display:inline-block;text-align:left;position:relative}.v-tooltip_smallMargin{margin-left:.8rem}.v-tooltip.noMargin{margin:0}.v-tooltip .multipleContent{display:flex;flex-direction:column;gap:.8rem}.v-tooltip__container{width:2.4rem;height:2.4rem;z-index:100}@media screen and (max-width:992px){.v-tooltip__container{width:2rem;height:2rem}}@media(hover:hover)and (pointer:fine){.v-tooltip__container:hover .v-icon{color:#333}}.v-tooltip__container .v-icon{display:block;width:100%;height:100%;color:#999}.v-tooltip__content{display:flex;align-items:center;max-width:24rem;width:max-content;padding:.8rem 1.6rem;position:absolute;bottom:100%;left:0;z-index:999999998;border-radius:8px;background:#f4f4f4;border:1px solid #eaeaea;font-size:1.2rem;line-height:2rem;font-weight:400;color:#333;box-shadow:0 0 2px #0000000f,0 2px 16px #00000014;white-space:break-spaces}@media(hover:none)and (pointer:coarse){.v-tooltip__content{padding:1.6rem 4rem 1.6rem 1.6rem}}@media screen and (hover:none)and (pointer:coarse)and (orientation:landscape)and (max-width:992px){.v-tooltip__content{min-width:62rem}}@media screen and (max-width:640px){.v-tooltip__content{width:calc(100vw - 3.2rem);padding:1.6rem 4rem 1.6rem 1.6rem;bottom:calc(100% + .4rem);max-width:unset}}.v-tooltip__content.black{background:#333;color:#fff;border:0}.v-tooltip__content.white{background:#fff;color:#6f6f6f;border:0}:is(.v-tooltip__content.black,.v-tooltip__content.white) .v-tooltip__mobileClose{color:#b6b6b6}.v-tooltip__contentIcon.v-icon{flex-shrink:0;width:3.2rem;height:3.2rem;margin-right:1.4rem}.v-tooltip__mobileClose{display:none;position:absolute;top:.8rem;right:.8rem;color:#999}@media(hover:none)and (pointer:coarse){.v-tooltip__mobileClose{display:block}}.v-tooltip__mobileClose .v-icon{width:2rem;height:2rem}.v-tooltip__link{display:flex;color:#f60;font-size:1.2rem;line-height:2rem}.v-tooltip__link .v-icon{width:2rem;height:2rem}@media screen and (max-width:640px){.v-tooltip__link.v-btn{display:flex}}.v-enter-active,.v-leave-active{transition:opacity .3s linear .15s}.v-enter-from,.v-leave-to{opacity:0}
