/* /Components/Shared/DescriptionTooltip.razor.rz.scp.css */
.desc-tooltip-wrapper[b-44verl7e9j] {
    position: relative;
    display: inline-block;
    cursor: help;
}

.desc-tooltip-content[b-44verl7e9j] {
    display: none;
    position: absolute;
    top: 125%;
    left: 50%;
    transform: translateX(-50%);
    background: #1a2333;
    color: #fff;
    padding: 0.6rem 0.85rem;
    border-radius: 0.375rem;
    font-size: 0.8125rem;
    font-weight: 400;
    line-height: 1.45;
    white-space: normal;
    width: max-content;
    max-width: 320px;
    z-index: 1080;
    box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.3);
    text-align: left;
}

.desc-tooltip-content :first-child[b-44verl7e9j] {
    margin-top: 0;
}

.desc-tooltip-content :last-child[b-44verl7e9j] {
    margin-bottom: 0;
}

.desc-tooltip-wrapper:hover .desc-tooltip-content[b-44verl7e9j],
.desc-tooltip-wrapper:focus-within .desc-tooltip-content[b-44verl7e9j],
.desc-tooltip-wrapper:focus .desc-tooltip-content[b-44verl7e9j] {
    display: block;
}

.desc-tooltip-content[b-44verl7e9j]::after {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent #1a2333 transparent;
}

/* Flipped upward by help-tooltip.js when there isn't room below the trigger
   (the box's `top` is set inline in JS — a pixel offset, not this percentage
   ambiguity-prone property — this modifier only flips the arrow). */
.desc-tooltip-content.tooltip-flip-up[b-44verl7e9j]::after {
    bottom: auto;
    top: 100%;
    border-color: #1a2333 transparent transparent transparent;
}
/* /Components/Shared/HelpIcon.razor.rz.scp.css */
.help-icon-wrapper[b-9nux7su6nj] {
    position: relative;
    display: inline-flex;
    align-items: center;
    margin-left: 0.35rem;
    cursor: help;
    vertical-align: middle;
}

.help-icon[b-9nux7su6nj] {
    color: #adb5bd;
    font-size: 0.9375rem;
    transition: color 0.15s ease;
}

.help-icon-wrapper:hover .help-icon[b-9nux7su6nj],
.help-icon-wrapper:focus .help-icon[b-9nux7su6nj],
.help-icon-wrapper:focus-within .help-icon[b-9nux7su6nj] {
    color: var(--paxon-blue, #006AEF);
}

.help-icon-tooltip[b-9nux7su6nj] {
    display: none;
    position: absolute;
    top: 125%;
    left: 50%;
    transform: translateX(-50%);
    background: #1a2333;
    color: #fff;
    padding: 0.6rem 0.85rem;
    border-radius: 0.375rem;
    font-size: 0.8125rem;
    font-weight: 400;
    line-height: 1.45;
    white-space: normal;
    width: max-content;
    max-width: 280px;
    z-index: 1080;
    box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.3);
    text-align: left;
}

.help-icon-tooltip :first-child[b-9nux7su6nj] {
    margin-top: 0;
}

.help-icon-tooltip :last-child[b-9nux7su6nj] {
    margin-bottom: 0;
}

.help-icon-wrapper:hover .help-icon-tooltip[b-9nux7su6nj],
.help-icon-wrapper:focus-within .help-icon-tooltip[b-9nux7su6nj],
.help-icon-wrapper:focus .help-icon-tooltip[b-9nux7su6nj] {
    display: block;
}

.help-icon-tooltip[b-9nux7su6nj]::after {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent #1a2333 transparent;
}

/* Flipped upward by help-tooltip.js when there isn't room below the trigger
   (the box's `top` is set inline in JS — a pixel offset, not this percentage
   ambiguity-prone property — this modifier only flips the arrow). */
.help-icon-tooltip.tooltip-flip-up[b-9nux7su6nj]::after {
    bottom: auto;
    top: 100%;
    border-color: #1a2333 transparent transparent transparent;
}
