.iv1-pg-frontend,
.iv1-pg-frontend *,
.iv1-pg-frontend *::before,
.iv1-pg-frontend *::after {
box-sizing: border-box;
}
.iv1-pg-frontend {
--iv1-primary: #2563eb;
--iv1-primary-hover: #1d4ed8;
--iv1-bg: #ffffff;
--iv1-bg-alt: #f8fafc;
--iv1-border: #e2e8f0;
--iv1-text: #1e293b;
--iv1-text-light: #64748b;
--iv1-success: #16a34a;
--iv1-error: #dc2626;
--iv1-radius: 8px;
--iv1-font: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
font-family: var(--iv1-font);
color: var(--iv1-text);
max-width: 900px;
margin: 0 auto;
line-height: 1.5;
font-size: 14px;
-webkit-text-size-adjust: 100%;
} .iv1-pg-frontend .iv1-pg-table-wrap {
overflow-x: auto;
border: 1px solid var(--iv1-border);
border-radius: var(--iv1-radius);
margin-bottom: 32px;
background: var(--iv1-bg);
-webkit-overflow-scrolling: touch;
} .iv1-pg-frontend table.iv1-pg-price-table {
width: 100%;
max-width: 100%;
border-collapse: collapse;
border-spacing: 0;
font-size: 14px;
line-height: 1.5;
background: transparent;
border: none;
margin: 0;
padding: 0;
table-layout: auto;
empty-cells: show;
caption-side: top;
color: var(--iv1-text);
font-family: var(--iv1-font);
border-top: none;
border-right: none;
border-bottom: none;
border-left: none;
box-shadow: none;
-webkit-box-shadow: none;
} .iv1-pg-frontend table.iv1-pg-price-table thead {
background: var(--iv1-bg-alt);
border: none;
margin: 0;
padding: 0;
}
.iv1-pg-frontend table.iv1-pg-price-table thead tr {
background: var(--iv1-bg-alt);
border: none;
margin: 0;
padding: 0;
} .iv1-pg-frontend table.iv1-pg-price-table th,
.iv1-pg-frontend table.iv1-pg-price-table thead th,
.iv1-pg-frontend table.iv1-pg-price-table thead tr th {
padding: 12px 16px;
text-align: left;
font-weight: 600;
font-size: 13px;
color: var(--iv1-text-light);
text-transform: uppercase;
letter-spacing: 0.5px;
border: none;
border-bottom: 2px solid var(--iv1-border);
border-top: none;
border-left: none;
border-right: none;
white-space: nowrap;
background: transparent;
margin: 0;
vertical-align: middle;
line-height: 1.5;
font-family: var(--iv1-font);
box-shadow: none;
-webkit-box-shadow: none;
text-shadow: none;
} .iv1-pg-frontend table.iv1-pg-price-table tbody {
background: transparent;
border: none;
margin: 0;
padding: 0;
} .iv1-pg-frontend table.iv1-pg-price-table tbody tr,
.iv1-pg-frontend table.iv1-pg-price-table tbody tr.iv1-pg-row {
background: var(--iv1-bg);
border: none;
margin: 0;
padding: 0;
transition: background-color 0.15s ease;
}
.iv1-pg-frontend table.iv1-pg-price-table tbody tr:hover,
.iv1-pg-frontend table.iv1-pg-price-table tbody tr.iv1-pg-row:hover {
background: var(--iv1-bg-alt);
}
.iv1-pg-frontend table.iv1-pg-price-table tbody tr:nth-child(even) {
background: var(--iv1-bg);
}
.iv1-pg-frontend table.iv1-pg-price-table tbody tr:nth-child(even):hover {
background: var(--iv1-bg-alt);
} .iv1-pg-frontend table.iv1-pg-price-table td,
.iv1-pg-frontend table.iv1-pg-price-table tbody td,
.iv1-pg-frontend table.iv1-pg-price-table tbody tr td {
padding: 14px 16px;
border: none;
border-bottom: 1px solid var(--iv1-border);
border-top: none;
border-left: none;
border-right: none;
vertical-align: middle;
background: transparent;
margin: 0;
font-size: 14px;
line-height: 1.5;
color: var(--iv1-text);
font-family: var(--iv1-font);
font-weight: normal;
text-align: left;
text-transform: none;
letter-spacing: normal;
box-shadow: none;
-webkit-box-shadow: none;
text-shadow: none;
word-break: normal;
overflow-wrap: normal;
}
.iv1-pg-frontend table.iv1-pg-price-table tbody tr:last-child td {
border-bottom: none;
} .iv1-pg-frontend table.iv1-pg-price-table tfoot {
background: transparent;
border: none;
margin: 0;
padding: 0;
}
.iv1-pg-frontend table.iv1-pg-price-table tfoot tr {
background: var(--iv1-bg);
border: none;
margin: 0;
padding: 0;
}
.iv1-pg-frontend table.iv1-pg-price-table tfoot td,
.iv1-pg-frontend table.iv1-pg-price-table tfoot tr td {
padding: 10px 16px;
border: none;
border-bottom: none;
border-top: none;
border-left: none;
border-right: none;
background: transparent;
margin: 0;
font-size: 14px;
line-height: 1.5;
color: var(--iv1-text);
font-family: var(--iv1-font);
font-weight: normal;
vertical-align: middle;
box-shadow: none;
text-shadow: none;
} .iv1-pg-frontend table.iv1-pg-price-table th.iv1-pg-th-pos,
.iv1-pg-frontend table.iv1-pg-price-table thead tr th.iv1-pg-th-pos {
width: 50px;
text-align: center;
}
.iv1-pg-frontend table.iv1-pg-price-table td.iv1-pg-td-pos,
.iv1-pg-frontend table.iv1-pg-price-table tbody tr td.iv1-pg-td-pos {
text-align: center;
color: var(--iv1-text-light);
font-weight: 600;
}
.iv1-pg-frontend table.iv1-pg-price-table td.iv1-pg-td-title strong,
.iv1-pg-frontend table.iv1-pg-price-table tbody tr td.iv1-pg-td-title strong {
display: inline;
margin-bottom: 0;
font-weight: 700;
color: var(--iv1-text);
font-size: 14px;
line-height: 1.4;
}
.iv1-pg-frontend .iv1-pg-desc {
display: block;
font-size: 12px;
color: var(--iv1-text-light);
line-height: 1.4;
font-weight: normal;
margin: 0;
padding: 0;
}
.iv1-pg-frontend table.iv1-pg-price-table th.iv1-pg-th-price,
.iv1-pg-frontend table.iv1-pg-price-table thead tr th.iv1-pg-th-price,
.iv1-pg-frontend table.iv1-pg-price-table td.iv1-pg-td-price,
.iv1-pg-frontend table.iv1-pg-price-table tbody tr td.iv1-pg-td-price,
.iv1-pg-frontend table.iv1-pg-price-table th.iv1-pg-th-total,
.iv1-pg-frontend table.iv1-pg-price-table thead tr th.iv1-pg-th-total,
.iv1-pg-frontend table.iv1-pg-price-table td.iv1-pg-td-total,
.iv1-pg-frontend table.iv1-pg-price-table tbody tr td.iv1-pg-td-total {
text-align: right;
white-space: nowrap;
}
.iv1-pg-frontend table.iv1-pg-price-table th.iv1-pg-th-input,
.iv1-pg-frontend table.iv1-pg-price-table thead tr th.iv1-pg-th-input,
.iv1-pg-frontend table.iv1-pg-price-table td.iv1-pg-td-input,
.iv1-pg-frontend table.iv1-pg-price-table tbody tr td.iv1-pg-td-input {
text-align: left;
} .iv1-pg-frontend table.iv1-pg-price-table input.iv1-pg-input-qty,
.iv1-pg-frontend table.iv1-pg-price-table input[type="number"].iv1-pg-input-qty,
.iv1-pg-frontend table.iv1-pg-price-table tbody tr td input.iv1-pg-input-qty {
width: 80px;
height: auto;
min-height: 0;
max-width: none;
padding: 8px 10px;
margin: 0;
border: 1px solid var(--iv1-border);
border-radius: 6px;
text-align: center;
font-size: 14px;
font-family: var(--iv1-font);
font-weight: normal;
color: var(--iv1-text);
background: var(--iv1-bg);
background-image: none;
line-height: 1.5;
box-shadow: none;
-webkit-box-shadow: none;
-webkit-appearance: none;
-moz-appearance: textfield;
transition: border-color 0.2s, box-shadow 0.2s;
outline: none;
float: none;
display: inline-block;
vertical-align: middle;
box-sizing: border-box;
}
.iv1-pg-frontend table.iv1-pg-price-table input.iv1-pg-input-qty:focus,
.iv1-pg-frontend table.iv1-pg-price-table input[type="number"].iv1-pg-input-qty:focus {
outline: none;
border-color: var(--iv1-primary);
box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.15);
-webkit-box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.15);
background: var(--iv1-bg);
}
.iv1-pg-frontend table.iv1-pg-price-table input.iv1-pg-input-qty::-webkit-inner-spin-button,
.iv1-pg-frontend table.iv1-pg-price-table input.iv1-pg-input-qty::-webkit-outer-spin-button {
-webkit-appearance: none;
margin: 0;
}
.iv1-pg-frontend table.iv1-pg-price-table select.iv1-pg-input-select,
.iv1-pg-frontend table.iv1-pg-price-table tbody tr td select.iv1-pg-input-select {
width: 100%;
height: auto;
min-height: 0;
max-width: none;
padding: 8px 32px 8px 10px;
margin: 0;
border: 1px solid var(--iv1-border);
border-radius: 6px;
text-align: left;
text-align-last: left;
font-size: 14px;
font-family: var(--iv1-font);
font-weight: normal;
color: var(--iv1-text);
background: var(--iv1-bg);
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23999' stroke-width='1.5' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
background-repeat: no-repeat;
background-position: right 10px center;
background-size: 12px 8px;
line-height: 1.5;
cursor: pointer;
box-shadow: none;
-webkit-box-shadow: none;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
transition: border-color 0.2s;
outline: none;
float: none;
display: block;
vertical-align: middle;
box-sizing: border-box;
}
.iv1-pg-frontend table.iv1-pg-price-table select.iv1-pg-input-select:focus,
.iv1-pg-frontend table.iv1-pg-price-table tbody tr td select.iv1-pg-input-select:focus {
outline: none;
border-color: var(--iv1-primary);
box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.15);
-webkit-box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.15);
} .iv1-pg-frontend table.iv1-pg-price-table .iv1-pg-line-total,
.iv1-pg-frontend table.iv1-pg-price-table tbody tr td span.iv1-pg-line-total {
font-weight: 600;
font-variant-numeric: tabular-nums;
color: var(--iv1-text);
font-size: 14px;
} .iv1-pg-frontend table.iv1-pg-price-table tfoot td.iv1-pg-label,
.iv1-pg-frontend table.iv1-pg-price-table tfoot tr td.iv1-pg-label {
text-align: right;
font-weight: normal;
color: var(--iv1-text);
}
.iv1-pg-frontend table.iv1-pg-price-table tfoot td.iv1-pg-val,
.iv1-pg-frontend table.iv1-pg-price-table tfoot tr td.iv1-pg-val {
text-align: right;
white-space: nowrap;
font-variant-numeric: tabular-nums;
color: var(--iv1-text);
}
.iv1-pg-frontend table.iv1-pg-price-table tfoot tr.iv1-pg-row-netto td,
.iv1-pg-frontend table.iv1-pg-price-table tfoot tr.iv1-pg-row-netto > td {
border-top: 2px solid var(--iv1-border);
border-bottom: none;
border-left: none;
border-right: none;
}
.iv1-pg-frontend table.iv1-pg-price-table tfoot tr.iv1-pg-row-mwst td,
.iv1-pg-frontend table.iv1-pg-price-table tfoot tr.iv1-pg-row-mwst > td {
border: none;
}
.iv1-pg-frontend table.iv1-pg-price-table tfoot tr.iv1-pg-row-brutto td,
.iv1-pg-frontend table.iv1-pg-price-table tfoot tr.iv1-pg-row-brutto > td {
font-size: 16px;
color: var(--iv1-primary);
border: none;
font-weight: 700;
}
.iv1-pg-frontend table.iv1-pg-price-table tfoot tr.iv1-pg-row-brutto td strong {
font-weight: 700;
color: inherit;
} .iv1-pg-frontend .iv1-pg-form-section {
background: var(--iv1-bg-alt);
border: 1px solid var(--iv1-border);
border-radius: var(--iv1-radius);
padding: 28px;
margin: 0;
box-shadow: none;
}
.iv1-pg-frontend .iv1-pg-form-section h3.iv1-pg-form-title,
.iv1-pg-frontend .iv1-pg-form-section .iv1-pg-form-title {
margin: 0 0 20px 0;
padding: 0;
font-size: 18px;
font-weight: 700;
color: var(--iv1-text);
font-family: var(--iv1-font);
line-height: 1.3;
text-transform: none;
letter-spacing: normal;
border: none;
background: none;
}
.iv1-pg-frontend .iv1-pg-form-grid {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 16px;
margin: 0;
padding: 0;
}
.iv1-pg-frontend .iv1-pg-form-full {
grid-column: 1 / -1;
}
.iv1-pg-frontend .iv1-pg-form-field {
margin: 0;
padding: 0;
}
.iv1-pg-frontend .iv1-pg-form-field label {
display: block;
margin: 0 0 4px 0;
padding: 0;
font-weight: 600;
font-size: 13px;
color: var(--iv1-text);
font-family: var(--iv1-font);
line-height: 1.4;
text-transform: none;
letter-spacing: normal;
cursor: default;
} .iv1-pg-frontend .iv1-pg-form-field input[type="text"],
.iv1-pg-frontend .iv1-pg-form-field input[type="email"],
.iv1-pg-frontend .iv1-pg-form-field input[type="tel"],
.iv1-pg-frontend .iv1-pg-form-field input.iv1-pg-customer-name,
.iv1-pg-frontend .iv1-pg-form-field input.iv1-pg-customer-email,
.iv1-pg-frontend .iv1-pg-form-field input.iv1-pg-customer-phone,
.iv1-pg-frontend .iv1-pg-form-field textarea,
.iv1-pg-frontend .iv1-pg-form-field textarea.iv1-pg-customer-message {
width: 100%;
max-width: 100%;
height: auto;
min-height: 0;
padding: 10px 14px;
margin: 0;
border: 1px solid var(--iv1-border);
border-radius: 6px;
font-size: 14px;
font-family: var(--iv1-font);
font-weight: normal;
color: var(--iv1-text);
background: var(--iv1-bg);
background-image: none;
line-height: 1.5;
box-shadow: none;
-webkit-box-shadow: none;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
transition: border-color 0.2s, box-shadow 0.2s;
outline: none;
float: none;
display: block;
box-sizing: border-box;
text-transform: none;
letter-spacing: normal;
}
.iv1-pg-frontend .iv1-pg-form-field textarea,
.iv1-pg-frontend .iv1-pg-form-field textarea.iv1-pg-customer-message {
resize: vertical;
min-height: 80px;
}
.iv1-pg-frontend .iv1-pg-form-field input:focus,
.iv1-pg-frontend .iv1-pg-form-field textarea:focus {
outline: none;
border-color: var(--iv1-primary);
box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.15);
-webkit-box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.15);
background: var(--iv1-bg);
} .iv1-pg-frontend .iv1-pg-form-privacy {
margin: 16px 0;
padding: 0;
font-size: 13px;
color: var(--iv1-text-light);
line-height: 1.5;
}
.iv1-pg-frontend .iv1-pg-form-privacy label {
display: inline;
font-weight: normal;
font-size: 13px;
color: var(--iv1-text-light);
cursor: pointer;
}
.iv1-pg-frontend .iv1-pg-form-privacy input[type="checkbox"],
.iv1-pg-frontend .iv1-pg-form-privacy input.iv1-pg-privacy-check {
display: inline-block;
width: auto;
height: auto;
margin: 0 6px 0 0;
padding: 0;
vertical-align: middle;
-webkit-appearance: checkbox;
-moz-appearance: checkbox;
appearance: checkbox;
border: revert;
background: revert;
box-shadow: none;
cursor: pointer;
}
.iv1-pg-frontend .required {
color: var(--iv1-error);
font-weight: normal;
} .iv1-pg-frontend .iv1-pg-form-actions {
margin: 8px 0 0 0;
padding: 0;
}
.iv1-pg-frontend button.iv1-pg-submit-btn,
.iv1-pg-frontend .iv1-pg-form-actions button.iv1-pg-submit-btn {
display: inline-flex;
align-items: center;
justify-content: center;
gap: 8px;
padding: 12px 32px;
margin: 0;
background: var(--iv1-primary);
background-image: none;
color: #fff;
border: none;
border-radius: 6px;
font-size: 15px;
font-weight: 600;
font-family: var(--iv1-font);
line-height: 1.5;
cursor: pointer;
text-align: center;
text-decoration: none;
text-transform: none;
letter-spacing: normal;
box-shadow: none;
-webkit-box-shadow: none;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
transition: background 0.2s, transform 0.1s;
float: none;
width: auto;
height: auto;
min-height: 0;
min-width: 0;
}
.iv1-pg-frontend button.iv1-pg-submit-btn:hover,
.iv1-pg-frontend .iv1-pg-form-actions button.iv1-pg-submit-btn:hover {
background: var(--iv1-primary-hover);
background-image: none;
color: #fff;
border: none;
box-shadow: none;
text-decoration: none;
}
.iv1-pg-frontend button.iv1-pg-submit-btn:active {
transform: scale(0.98);
}
.iv1-pg-frontend button.iv1-pg-submit-btn:disabled {
opacity: 0.6;
cursor: not-allowed;
}
.iv1-pg-frontend button.iv1-pg-submit-btn:focus {
outline: 2px solid var(--iv1-primary);
outline-offset: 2px;
} .iv1-pg-frontend .iv1-pg-form-message {
margin: 16px 0 0 0;
padding: 12px 16px;
border-radius: 6px;
font-size: 14px;
line-height: 1.5;
font-family: var(--iv1-font);
}
.iv1-pg-frontend .iv1-pg-form-message.success {
background: #f0fdf4;
color: var(--iv1-success);
border: 1px solid #bbf7d0;
}
.iv1-pg-frontend .iv1-pg-form-message.error {
background: #fef2f2;
color: var(--iv1-error);
border: 1px solid #fecaca;
} .iv1-pg-frontend table.iv1-pg-price-table tbody tr.iv1-pg-row-header {
background: var(--iv1-header-bg, #f1f5f9);
}
.iv1-pg-frontend table.iv1-pg-price-table tbody tr.iv1-pg-row-header td {
padding: 10px 12px;
border-bottom: 2px solid var(--iv1-border);
}
.iv1-pg-frontend table.iv1-pg-price-table tbody tr.iv1-pg-row-header .iv1-pg-td-pos {
font-weight: 700;
color: var(--iv1-primary);
}
.iv1-pg-frontend table.iv1-pg-price-table tbody tr.iv1-pg-row-header .iv1-pg-td-header {
font-size: 15px;
}
.iv1-pg-frontend table.iv1-pg-price-table tbody tr.iv1-pg-row-header .iv1-pg-header-wrap strong {
font-size: 15px;
color: var(--iv1-text);
} .iv1-pg-frontend .iv1-pg-multicheck-group {
display: flex;
flex-direction: column;
gap: 6px;
width: 100%;
}
.iv1-pg-frontend .iv1-pg-multicheck-label,
.iv1-pg-frontend table.iv1-pg-price-table .iv1-pg-multicheck-label {
display: flex;
align-items: center;
gap: 8px;
cursor: pointer;
font-size: 14px;
font-weight: normal;
color: var(--iv1-text);
line-height: 1.4;
margin: 0;
padding: 4px 0;
}
.iv1-pg-frontend .iv1-pg-multicheck-label:hover {
opacity: 0.85;
}
.iv1-pg-frontend .iv1-pg-multicheck-input,
.iv1-pg-frontend table.iv1-pg-price-table .iv1-pg-multicheck-input,
.iv1-pg-frontend table.iv1-pg-price-table tbody tr td .iv1-pg-multicheck-input {
width: auto;
height: auto;
min-height: 0;
max-width: none;
margin: 0;
padding: 0;
cursor: pointer;
-webkit-appearance: checkbox;
-moz-appearance: checkbox;
appearance: checkbox;
border: revert;
background: revert;
box-shadow: none;
display: inline-block;
vertical-align: middle;
float: none;
} .iv1-pg-frontend .iv1-pg-form-modern .iv1-pg-form-grid {
gap: 12px;
}
.iv1-pg-frontend .iv1-pg-form-modern .iv1-pg-form-field input,
.iv1-pg-frontend .iv1-pg-form-modern .iv1-pg-form-field textarea {
padding: 14px 16px;
font-size: 15px;
border-radius: 8px;
}
.iv1-pg-frontend .iv1-pg-form-modern .iv1-pg-form-field input::placeholder,
.iv1-pg-frontend .iv1-pg-form-modern .iv1-pg-form-field textarea::placeholder {
color: var(--iv1-text-light);
opacity: 1;
} @media (max-width: 640px) {
.iv1-pg-frontend .iv1-pg-form-grid {
grid-template-columns: 1fr;
}
.iv1-pg-frontend table.iv1-pg-price-table {
font-size: 13px;
}
.iv1-pg-frontend table.iv1-pg-price-table th,
.iv1-pg-frontend table.iv1-pg-price-table thead tr th,
.iv1-pg-frontend table.iv1-pg-price-table td,
.iv1-pg-frontend table.iv1-pg-price-table tbody tr td {
padding: 10px 8px;
}
.iv1-pg-frontend table.iv1-pg-price-table th.iv1-pg-th-pos,
.iv1-pg-frontend table.iv1-pg-price-table thead tr th.iv1-pg-th-pos,
.iv1-pg-frontend table.iv1-pg-price-table td.iv1-pg-td-pos,
.iv1-pg-frontend table.iv1-pg-price-table tbody tr td.iv1-pg-td-pos {
display: none;
}
.iv1-pg-frontend .iv1-pg-form-section {
padding: 20px 16px;
}
.iv1-pg-frontend button.iv1-pg-submit-btn {
width: 100%;
justify-content: center;
}
} .iv1-pg-title-wrap {
display: flex;
flex-wrap: wrap;
align-items: baseline;
gap: 0 4px;
}
.iv1-pg-title-wrap .iv1-pg-desc {
flex-basis: 100%; margin-top: 2px;
}
.iv1-pg-title-wrap .iv1-pg-tooltip-wrap {
flex-shrink: 0;
align-self: center;
margin-left: 2px;
} .iv1-pg-header-wrap {
display: flex;
flex-wrap: wrap;
align-items: baseline;
gap: 0 4px;
}
.iv1-pg-header-wrap .iv1-header-desc {
flex-basis: 100%;
margin-top: 2px;
}
.iv1-pg-header-wrap .iv1-pg-tooltip-wrap {
flex-shrink: 0;
align-self: center;
margin-left: 2px;
} .iv1-pg-tooltip-wrap {
position: relative;
display: inline-flex;
align-items: center;
margin-left: 5px;
vertical-align: middle;
}
.iv1-pg-tooltip-icon {
display: inline-flex;
align-items: center;
justify-content: center;
width: 16px;
height: 16px;
color: var(--iv1-primary);
cursor: pointer;
flex-shrink: 0;
transition: color 0.15s ease; }
.iv1-pg-tooltip-icon svg {
display: block;
width: 14px;
height: 14px;
flex-shrink: 0;
overflow: visible;
}
.iv1-pg-tooltip-icon:hover,
.iv1-pg-tooltip-icon:focus {
color: #ffffff;
outline: none;
}
.iv1-pg-tooltip-bubble {
visibility: hidden;
opacity: 0;
pointer-events: none;
position: absolute;
left: 50%;
bottom: calc(100% + 8px);
transform: translateX(-50%);
background: #1a1a1a;
color: #f0f0f0;
font-size: 12px;
font-weight: normal;
line-height: 1.5;
padding: 7px 11px;
border-radius: 4px;
border: 1px solid #444;
white-space: normal;
width: max-content;
max-width: 260px;
z-index: 9999;
box-shadow: 0 4px 14px rgba(0,0,0,0.45);
transition: opacity 0.15s ease, visibility 0.15s ease;
text-transform: none;
letter-spacing: 0;
} .iv1-pg-tooltip-bubble::after {
content: '';
position: absolute;
top: 100%;
left: 50%;
transform: translateX(-50%);
border: 5px solid transparent;
border-top-color: #444;
}
.iv1-pg-tooltip-bubble::before {
content: '';
position: absolute;
top: 100%;
left: 50%;
transform: translateX(-50%);
margin-top: 1px;
border: 5px solid transparent;
border-top-color: #1a1a1a;
} .iv1-pg-tooltip-wrap:hover .iv1-pg-tooltip-bubble,
.iv1-pg-tooltip-icon:focus + .iv1-pg-tooltip-bubble {
visibility: visible;
opacity: 1;
} .iv1-pg-row-header .iv1-pg-tooltip-icon {
color: var(--iv1-primary);
} @media (max-width: 640px) {
.iv1-pg-tooltip-bubble {
left: 0;
transform: none;
max-width: 200px;
}
.iv1-pg-tooltip-bubble::after,
.iv1-pg-tooltip-bubble::before {
left: 12px;
transform: none;
}
}