/* tippy-custom.css */ .tippy-box[data-animation="fade"][data-state="hidden"] { opacity: 0; } /* Default settings for desktop */ [data-tippy-root] { max-width: calc(20vw - 48px); } /* For tablet and smaller screen sizes */ @media only screen and (max-width: 768px) { [data-tippy-root] { max-width: calc(80vw - 30px); } } .tippy-box { position: relative; background-color: #333; color: #fff; border-radius: 4px; font-size: 14px; line-height: 1.4; white-space: normal; outline: 0; transition-property: transform, visibility, opacity; } .tippy-box[data-placement^="top"] > .tippy-arrow { bottom: 0; } .tippy-box[data-placement^="top"] > .tippy-arrow:before { bottom: -7px; left: 0; border-width: 8px 8px 0; border-top-color: initial; transform-origin: center top; } .tippy-box[data-placement^="bottom"] > .tippy-arrow { top: 0; } .tippy-box[data-placement^="bottom"] > .tippy-arrow:before { top: -7px; left: 0; border-width: 0 8px 8px; border-bottom-color: initial; transform-origin: center bottom; } .tippy-box[data-placement^="left"] > .tippy-arrow { right: 0; } .tippy-box[data-placement^="left"] > .tippy-arrow:before { border-width: 8px 0 8px 8px; border-left-color: initial; right: -7px; transform-origin: center left; } .tippy-box[data-placement^="right"] > .tippy-arrow { left: 0; } .tippy-box[data-placement^="right"] > .tippy-arrow:before { left: -7px; border-width: 8px 8px 8px 0; border-right-color: initial; transform-origin: center right; } .tippy-box[data-inertia][data-state="visible"] { transition-timing-function: cubic-bezier(0.54, 1.5, 0.38, 1.11); } .tippy-arrow { width: 16px; height: 16px; color: #333; } .tippy-arrow:before { content: ""; position: absolute; border-color: transparent; border-style: solid; } .tippy-content { position: relative; padding: 5px 9px; z-index: 1; } /* Custom Offwhite Theme */ .tippy-box[data-theme~="offwhite"] { background-color: #c9cdcc; /* Changed from #f7f7f7 */ color: #333; box-shadow: 0 4px 17px -2px rgba(0, 8, 16, 0.08); border: 1px solid #56635f; } .tippy-box[data-theme~="offwhite"] > .tippy-backdrop { background-color: #c9cdcc; } .tippy-box[data-theme~="offwhite"] > .tippy-arrow:after, .tippy-box[data-theme~="offwhite"] > .tippy-svg-arrow:after { content: ""; position: absolute; z-index: -1; } .tippy-box[data-theme~="offwhite"] > .tippy-arrow:after { border-color: transparent; border-style: solid; } .tippy-box[data-theme~="offwhite"][data-placement^="top"] > .tippy-arrow:before { border-top-color: #c9cdcc; } .tippy-box[data-theme~="offwhite"][data-placement^="top"] > .tippy-arrow:after { border-top-color: #56635f; border-width: 7px 7px 0; top: 17px; left: 1px; } .tippy-box[data-theme~="offwhite"][data-placement^="top"] > .tippy-svg-arrow > svg { top: 16px; } .tippy-box[data-theme~="offwhite"][data-placement^="top"] > .tippy-svg-arrow:after { top: 17px; } .tippy-box[data-theme~="offwhite"][data-placement^="bottom"] > .tippy-arrow:before { border-bottom-color: #c9cdcc; bottom: 16px; } .tippy-box[data-theme~="offwhite"][data-placement^="bottom"] > .tippy-arrow:after { border-bottom-color: #56635f; border-width: 0 7px 7px; bottom: 17px; left: 1px; } .tippy-box[data-theme~="offwhite"][data-placement^="bottom"] > .tippy-svg-arrow > svg { bottom: 16px; } .tippy-box[data-theme~="offwhite"][data-placement^="bottom"] > .tippy-svg-arrow:after { bottom: 17px; } .tippy-box[data-theme~="offwhite"][data-placement^="left"] > .tippy-arrow:before { border-left-color: #c9cdcc; } .tippy-box[data-theme~="offwhite"][data-placement^="left"] > .tippy-arrow:after { border-left-color: #56635f; border-width: 7px 0 7px 7px; left: 17px; top: 1px; } .tippy-box[data-theme~="offwhite"][data-placement^="left"] > .tippy-svg-arrow > svg { left: 11px; } .tippy-box[data-theme~="offwhite"][data-placement^="left"] > .tippy-svg-arrow:after { left: 12px; } .tippy-box[data-theme~="offwhite"][data-placement^="right"] > .tippy-arrow:before { border-right-color: #c9cdcc; right: 16px; } .tippy-box[data-theme~="offwhite"][data-placement^="right"] > .tippy-arrow:after { border-width: 7px 7px 7px 0; right: 17px; top: 1px; border-right-color: #56635f; } .tippy-box[data-theme~="offwhite"][data-placement^="right"] > .tippy-svg-arrow > svg { right: 11px; } .tippy-box[data-theme~="offwhite"][data-placement^="right"] > .tippy-svg-arrow:after { right: 12px; } .tippy-box[data-theme~="offwhite"] > .tippy-svg-arrow { fill: #c9cdcc; } .tippy-box[data-theme~="offwhite"] > .tippy-svg-arrow:after { background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iNiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48 cGF0aCBkPSJNMCA2czEuNzk2LS4wMTMgNC42Ny0zLjYxNUM1Ljg1MS45IDYuOTMuMDA2IDggMGMxLjA3LS4wMDYgMi4xNDguODg3 IDMuMzQzIDIuMzg1QzE0LjIzMyA2LjAwNSAxNiA2IDE2IDZIMHoiIGZpbGw9InJnYmEoMCwgOCwgMTYsIDAuMikiLz48L3N2Zz4=); background-size: 16px 6px; width: 16px; height: 6px; }