.tooltip-icon {
background: url('https://cdn.fiatrepublic.com/apps/2022-03-10/shared/assets/question-mark-circle-dark.svg') center center / 100% no-repeat transparent;
width: 0.9rem;
height: 0.9rem;
display: inline-block;
}
.form-label-tooltip {
margin-left: 0.35rem;
position: relative;
top: 0.1rem;
}
.tippy-box {
background-color: rgba(67, 67, 67, 0.95);
border-radius: 2px;
color: rgba(255, 255, 255, 0.85);
}
.tippy-arrow {
color: rgba(67, 67, 67, 0.95);
}
.validation-rules-tooltip ul {
margin: 0;
padding-left: 1.5rem;
}
@media (prefers-color-scheme: dark) {
.tooltip-icon {
background: url('https://cdn.fiatrepublic.com/apps/2022-03-10/shared/assets/question-mark-circle-light.svg') center center / 100% no-repeat transparent;
}
}
