/* /Pages/Account.razor.rz.scp.css */
.card-container[b-1z7d3pouoz] {
    display: flex;
}

.card[b-1z7d3pouoz] {
    flex: 1 !important;
    /* Other card styling (e.g., padding, border, etc.) */
}

.placeholder-icon[b-1z7d3pouoz] {
    visibility: hidden;
}

.history-table[b-1z7d3pouoz] {
    table-layout: fixed;
    width: 100%;
}

    .history-table th[b-1z7d3pouoz], .history-table td[b-1z7d3pouoz] {
        height: 3em; /* Set a fixed height for each row */
    }

    .history-table tbody[b-1z7d3pouoz] {
        height: 21em; /* 7 rows * 3em height */
    }

.placeholder-row td[b-1z7d3pouoz] {
    border: none;
}

.pagination-controls[b-1z7d3pouoz] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 1em;
    width: 100%;
}

.pagination-button[b-1z7d3pouoz] {
    width: 100px;
}

.pagination-info[b-1z7d3pouoz] {
    text-align: center;
    flex-grow: 1;
}

.pagination-controls .custom-btn[b-1z7d3pouoz] {
    background-color: var(--bs-secondary) !important;
    /* Add any other button styles you want to enforce */
    color: #fff;
    border: 1px solid var(--bs-secondary);
}

    .pagination-controls .custom-btn:hover[b-1z7d3pouoz] {
        background-color: var(--bs-secondary-dark) !important;
        border-color: var(--bs-secondary-dark);
    }

/* If the above doesn't work, try this more specific selector */
.pagination-controls > .custom-btn.btn.btn-secondary[b-1z7d3pouoz] {
    background-color: var(--bs-secondary) !important;
}
/* /Pages/Confirmation.razor.rz.scp.css */
.quotation-card[b-ibdwe0uz82] {
    background: var(--prism-bg-card);
    border-radius: 12px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
    padding: 2rem;
    margin-bottom: 1.5rem;
}

.payment-option[b-ibdwe0uz82] {
    border: 2px solid var(--prism-border);
    border-radius: 8px;
    padding: 1rem 1.5rem;
    margin-bottom: 0.75rem;
    cursor: pointer;
    transition: all 0.2s ease;
    background: var(--prism-bg-card);
}

    .payment-option:hover[b-ibdwe0uz82] {
        border-color: var(--prism-accent);
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
    }

    .payment-option.selected[b-ibdwe0uz82] {
        border-color: var(--prism-primary);
        background: rgba(26, 76, 122, 0.03);
    }

.btn-process[b-ibdwe0uz82] {
    background-color: var(--prism-primary);
    color: white;
    border: none;
    border-radius: 8px;
    padding: 0.75rem 2rem;
    font-weight: 600;
    font-size: 1.1rem;
    transition: all 0.2s ease;
}

    .btn-process:hover[b-ibdwe0uz82] {
        background-color: var(--prism-primary-dark);
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    }

    .btn-process:disabled[b-ibdwe0uz82] {
        background-color: var(--prism-border);
        color: var(--prism-text-light);
        cursor: not-allowed;
    }
/* /Pages/CustomOptions.razor.rz.scp.css */
.card-container[b-n2lm9zq0lm] {
    display: flex;
}

.card[b-n2lm9zq0lm] {
    flex: 1 !important;
    /* Other card styling (e.g., padding, border, etc.) */
}

.options-card[b-n2lm9zq0lm] {
    background: var(--prism-bg-card);
    border-radius: 8px;
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.06);
    padding: 1.5rem;
    margin-bottom: 1rem;
}
/* /Pages/DefineOutput.razor.rz.scp.css */
.btn-primary[b-0qbmmmc0o1] {
    background-color: var(--prism-primary);
    border-color: var(--prism-primary-dark);
}
.btn[b-0qbmmmc0o1] {
    width: 92%;
}
.triangle[b-0qbmmmc0o1] {
    fill: var(--prism-success);
    stroke: var(--prism-success);
    stroke-width: 10;
}
.container[b-0qbmmmc0o1] {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
/* /Pages/FieldSelect.razor.rz.scp.css */
.header[b-1r52l26hvj] {
    font-weight: bold;
    height: 2.6em;
}

.box[b-1r52l26hvj] {
    display: inline-block;
    vertical-align: middle;
    /* Optional: Adjust other styles as needed */
}

.boxlabel[b-1r52l26hvj] {
    display: inline-block;
    vertical-align: middle;
    margin-left: 4px;
    cursor: pointer;
}

.inactive[b-1r52l26hvj] {
    color: rgb(172,172,172);
}


/* Apply styles to the inner table cells */
.in[b-1r52l26hvj] {
    column-count: 2;
    column-gap: 0px;
    list-style-type: none;
    border: none; /* No borders for inner table cells */
    border-collapse: collapse;
    font-family: 'Poppins', sans-serif;
    font-weight: bold;
    font-size: xx-small;
    padding-left: 0px;
    padding-right: 0px;
    color: black;
    min-width: 200px; /* Set minimum width for field selection cells */
}

ul.in li[b-1r52l26hvj] {
    padding-bottom: 3px; /* Adjust the value as needed */
    padding-left: 3px;
    padding-right: 3px;
    margin-bottom: 0px;
}

dl[b-1r52l26hvj], ol[b-1r52l26hvj], ul[b-1r52l26hvj] {
    margin-top: 0;
    margin-bottom: .1em;
}
/* Apply styles to the outer table */
.out[b-1r52l26hvj] {
    border-collapse: collapse; /* Combine adjacent borders */
    border: 1px solid black; /* Full border around the entire outer table */
}

    /* First row in the outer table */
    .out tr:first-child td:not(:first-child)[b-1r52l26hvj] {
        border: 1px solid black; /* Borders around all TDs except the first one */
    }

    /* Second row in the outer table */
    .out tr:nth-child(2) td[b-1r52l26hvj] {
        border-top: 1px solid black; /* Top border on all TDs */
    }

    /* All rows except the first in the outer table */
    .out tr:not(:first-child) td[b-1r52l26hvj] {
        border-left: 1px solid black; /* Left border on all TDs */
        border-right: 1px solid black; /* Right border on all TDs */
    }

    /* Last row in the outer table */
    .out tr:last-child td[b-1r52l26hvj] {
        border-bottom: 1px solid black; /* Bottom border across the row */
    }



/* Apply this style to the checkbox input */
/*input[type="checkbox"] {*/
/* Hide the default checkbox appearance */
/*appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    border: 1px solid #ccc;*/ /* Add a border for visual clarity */
/*width: 13px;*/ /* Set the desired width */
/*height: 13px;*/ /* Set the desired height */
/*background-color: transparent;*/ /* Make the background transparent */
/*}*/

/* Style the custom checkmark (when checked) */
/*input[type="checkbox"]:checked::before {
        content: "\2713";*/ /* Unicode checkmark symbol */
/*color: black;*/ /* Set the color to match your form's background */
/*line-height: 1;*/ /* Center vertically */
/*display: inline-block;
        text-align: center;
    }*/

label[b-1r52l26hvj] {
    display: inline-block;
    vertical-align: middle;
}

.rwheadert[b-1r52l26hvj] {
    border-top-color: black;
    border-top-width: 2px !important;
    border-top-style: solid !important;
}

.rwheaderb[b-1r52l26hvj] {
    border-bottom-color: black;
    border-bottom-width: 2px !important;
    border-bottom-style: solid !important;
}

.data[b-1r52l26hvj] {
    font-weight: normal;
    height: 1.5em;
}

.table-container[b-1r52l26hvj] {
    overflow-x: auto;
    overflow-y: auto;
    width: 100%;
    max-width: 100vw;
    display: block;
    position: relative;
    padding-right: 50px; /* Add right padding for margin after last column */
}


.outertable[b-1r52l26hvj] {
    border-collapse: collapse;
    font-family: 'Poppins', sans-serif;
    font-size: small;
    color: black;
    table-layout: auto;
    width: max-content;
    min-width: 100%;
}

    .outertable tr:first-child[b-1r52l26hvj] {
        border-bottom: 1px solid black;
    }

    .outertable td:first-child[b-1r52l26hvj] {
        border-right: 1px solid black;
    }

    .outertable tr:first-child td:not(:first-child)[b-1r52l26hvj] {
        border-top: 1px solid black;
        border-right: 1px solid black;
    }

    .outertable tr:first-child td:nth-child(n+2)[b-1r52l26hvj] {
        border-left: 1px solid black;
    }

    .outertable tr:not(:first-child)[b-1r52l26hvj] {
        border-bottom: 1px solid grey;
    }

    .outertable tr:last-child[b-1r52l26hvj] {
        border-bottom: 1px solid black;
    }

    .outertable td:not(:first-child)[b-1r52l26hvj] {
        border-right: 1px solid black;
        padding-left: 8px;
        padding-right: 8px;
        white-space: nowrap; /* Prevent text wrapping in cells */
    }

.inner_table[b-1r52l26hvj] {
    border-collapse: collapse;
    color: black;
}
    .inner_table tr[b-1r52l26hvj] {
        border: none !important;
    }
    .inner_table tr td[b-1r52l26hvj] {
        border: none !important;
    }


/*.inner_table td:not(:first-child) {
    border-right: none;
    padding-left: 8px;
    padding-right: 8px;
}
    .inner_table tr {
        border-right: none;
        border-left: none;
        border-top: none;
    }

    .inner_table td {
        font-size: x-small;
        color: black;
        line-height: 1em;
        padding-right: 20px;
        border-right: none;
        border-left: none;
        border-top: none;
    }
*/

.instructions[b-1r52l26hvj] {
    font-family: 'Poppins', sans-serif;
    font-size: small;
    background-image: url('images/Correct.png');
    background-repeat: no-repeat;
    background-size: contain; /* Adjust as needed */
    background-color: rgba(255,255,255,0.8);
    background-blend-mode: lighten;
    background-position: center center;
}

    .instructions tr:first-child[b-1r52l26hvj] {
        border-top: solid black 2px;
    }

    .instructions tr:last-child[b-1r52l26hvj] {
        border-bottom: solid black 2px;
    }

    .instructions tr[b-1r52l26hvj] {
        border-right: solid black 2px;
        border-left: solid black 2px;
        border-bottom: none;
        border-top: none;
    }

    .instructions td:first-child[b-1r52l26hvj] {
        border-left: solid black 2px;
        text-align: center;
        padding-left: 4px;
        padding-right: 10px;
    }

    .instructions td:last-child[b-1r52l26hvj] {
        border-right: solid black 2px;
    }

    .instructions td[b-1r52l26hvj] {
        padding-top: .5em;
        padding-bottom: .5em;
        border-right: none;
        border-left: none;
    }

    .instructions .instructions-hdr[b-1r52l26hvj] {
        padding-top: .5em;
        padding-bottom: .5em;
        border-bottom: solid black 2px;
        border-top: solid black 2px;
        font-weight: bold;
        text-align: center;
    }


.preheader[b-1r52l26hvj] {
    font-weight: normal;
    height: 2.5em;
    color: lightgray;
}

.noborders[b-1r52l26hvj] {
    border-top-color: white;
    border-top-width: 0px;
    border-top-style: hidden;
    border-bottom-color: white;
    border-bottom-width: 0px;
    border-bottom-style: hidden;
}
/* /Pages/Index.razor.rz.scp.css */
.droparea[b-k2wcs44k6n] {
    padding: 3px 0 0 0;
}

.downloaded[b-k2wcs44k6n] {
    color: var(--prism-primary-light);
}

.instructions[b-k2wcs44k6n] {
    background-color: var(--prism-primary);
    color: rgba(255, 255, 255, 0.9);
    border-radius: 8px;
    padding: 1rem 1.5rem;
    margin: 0;
}

    .instructions p[b-k2wcs44k6n] {
        margin-bottom: 0;
        padding-bottom: 0;
    }

.placeholder-icon[b-k2wcs44k6n] {
    visibility: hidden;
}

i.bi:not(.placeholder-icon)[b-k2wcs44k6n] {
    cursor: pointer;
    transition: color 0.15s ease, transform 0.15s ease;
}

i.bi:not(.placeholder-icon):hover[b-k2wcs44k6n] {
    color: var(--prism-accent, #0055A4);
    transform: scale(1.2);
}

i.bi:not(.placeholder-icon):active[b-k2wcs44k6n] {
    transform: scale(0.95);
}

.action-busy[b-k2wcs44k6n] {
    pointer-events: none;
    opacity: 0.4;
}

.action-spinner[b-k2wcs44k6n] {
    display: inline-block;
    width: 1.3rem;
    height: 1.3rem;
    border: 2px solid var(--prism-primary, #003366);
    border-top-color: transparent;
    border-radius: 50%;
    animation: action-spin-b-k2wcs44k6n 0.6s linear infinite;
    vertical-align: middle;
}

@keyframes action-spin-b-k2wcs44k6n {
    to { transform: rotate(360deg); }
}

.history-table[b-k2wcs44k6n] {
    table-layout: fixed;
    width: 100%;
}

    .history-table th[b-k2wcs44k6n], .history-table td[b-k2wcs44k6n] {
        height: 2.5em;
    }

    .history-table tbody[b-k2wcs44k6n] {
        height: 17.5em;
    }

.placeholder-row td[b-k2wcs44k6n] {
    border: none;
}

.pagination-controls[b-k2wcs44k6n] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 1em;
    width: 100%;
}

.pagination-button[b-k2wcs44k6n] {
    width: 100px;
}

.pagination-info[b-k2wcs44k6n] {
    text-align: center;
    flex-grow: 1;
}
/* /Shared/CustomPaymentButton.razor.rz.scp.css */
.line-item[b-l53wc1fejs] {
    color: #d7d7d0;
    text-align: left;
    padding-left: 1em;
}
.payment-heading[b-l53wc1fejs] {
    padding-bottom: .6em;
}
.payment-subtitle[b-l53wc1fejs] {
    font-size: 2em;
    padding-top: .4em;
    padding-bottom: .6em
}

.payment-button[b-l53wc1fejs] {
    cursor: pointer;
}
/* /Shared/MainLayout.razor.rz.scp.css */
.page[b-pyblelobvj] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-pyblelobvj] {
    flex: 1;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.sidebar[b-pyblelobvj] {
    background: var(--prism-sidebar-bg);
}

.top-row[b-pyblelobvj] {
    background: var(--prism-header-bg);
    height: 5rem;
    display: flex;
    align-items: center;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

    .top-row[b-pyblelobvj]  a, .top-row .btn-link[b-pyblelobvj] {
        white-space: nowrap;
        margin-left: 1.5rem;
        color: rgba(255, 255, 255, 0.85);
    }

    .top-row[b-pyblelobvj]  a:hover, .top-row .btn-link:hover[b-pyblelobvj] {
        color: white;
    }

    .top-row a:first-child[b-pyblelobvj] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

[b-pyblelobvj] .login-user {
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.9rem;
    margin-right: 0.5rem;
}

[b-pyblelobvj] .login-link {
    color: rgba(255, 255, 255, 0.85) !important;
    font-size: 0.9rem;
    text-decoration: none;
    margin-left: 0.75rem !important;
}

    [b-pyblelobvj] .login-link:hover {
        color: white !important;
        text-decoration: underline;
    }

.header-brand[b-pyblelobvj] {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.header-logo[b-pyblelobvj] {
    height: 40px;
    width: auto;
}

.header-text[b-pyblelobvj] {
    display: flex;
    flex-direction: column;
}

.titleline[b-pyblelobvj] {
    font-family: var(--prism-font-heading);
    color: white;
    font-weight: 700;
    font-size: 1.5rem;
    margin: 0;
    padding: 0;
}

.tagline[b-pyblelobvj] {
    font-family: var(--prism-font-body);
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.7);
    margin: 0;
    padding: 0;
}

.content[b-pyblelobvj] {
    flex: 1;
}

.prism-footer[b-pyblelobvj] {
    background: var(--prism-primary);
    color: rgba(255, 255, 255, 0.7);
    padding: 1.5rem 2rem !important;
    font-size: 0.85rem;
    text-align: center;
}

.footer-info[b-pyblelobvj] {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.75rem;
    flex-wrap: wrap;
    margin-bottom: 0.5rem;
}

    .footer-info a[b-pyblelobvj] {
        color: rgba(255, 255, 255, 0.7);
        text-decoration: none;
    }

        .footer-info a:hover[b-pyblelobvj] {
            color: white;
            text-decoration: underline;
        }

.footer-divider[b-pyblelobvj] {
    color: rgba(255, 255, 255, 0.3);
}

.footer-copy[b-pyblelobvj] {
    font-size: 0.8rem;
    color: rgba(255, 255, 255, 0.5);
}

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-pyblelobvj] {
        display: none;
    }

    .top-row.auth[b-pyblelobvj] {
        justify-content: space-between;
    }

    .top-row a[b-pyblelobvj], .top-row .btn-link[b-pyblelobvj] {
        margin-left: 0;
    }

    .header-logo[b-pyblelobvj] {
        display: none;
    }
}

@media (min-width: 641px) {
    .page[b-pyblelobvj] {
        flex-direction: row;
    }

    .sidebar[b-pyblelobvj] {
        width: 280px !important;
        min-width: 280px !important;
        height: calc(100vh);
        position: sticky;
        top: 0;
    }

    .top-row[b-pyblelobvj] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row[b-pyblelobvj], article[b-pyblelobvj] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-o0i7fanfgw] {
    background-color: rgba(255, 255, 255, 0.1);
}

h6[b-o0i7fanfgw] {
    color: rgba(255, 255, 255, 0.9);
}

.top-row[b-o0i7fanfgw] {
    height: 7rem;
    background: var(--prism-header-bg);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.navbar-brand[b-o0i7fanfgw] {
    font-size: 1.1rem;
    color: rgba(255, 255, 255, 0.9);
    font-family: var(--prism-font-heading);
}

.huge[b-o0i7fanfgw] {
    font-size: 2em;
    padding-right: 0.8em;
}

.bi[b-o0i7fanfgw] {
    color: rgba(255, 255, 255, 0.85);
    padding-right: 9px;
}

.oi[b-o0i7fanfgw] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-o0i7fanfgw] {
    font-size: 0.95em;
    color: white;
    font-weight: 500;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-o0i7fanfgw] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-o0i7fanfgw] {
        padding-bottom: 1rem;
    }

    .nav-item[b-o0i7fanfgw]  a {
        color: white;
        border-radius: 6px;
        height: 2.5rem;
        display: flex;
        align-items: center;
        line-height: 1.2em;
        transition: background-color 0.2s ease;
    }

.bi.bi-sliders.huge[b-o0i7fanfgw],
.bi.bi-pencil-square.huge[b-o0i7fanfgw],
.bi.bi-file-earmark-text.huge[b-o0i7fanfgw],
.bi.bi-gear.huge[b-o0i7fanfgw],
.bi.bi-currency-dollar.huge[b-o0i7fanfgw] {
    font-size: 3rem;
    color: rgba(255, 255, 255, 0.8);
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.3));
}

.smallstat[b-o0i7fanfgw] {
    font-size: .65em;
    font-style: italic;
    margin-top: auto;
    padding-top: 10px;
    color: rgba(255, 255, 255, 0.6);
}

.nav-item[b-o0i7fanfgw]  a.active {
    background-color: var(--prism-primary-light);
    color: white;
}

.nav-item[b-o0i7fanfgw]  a:hover {
    background-color: var(--prism-primary-light);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-o0i7fanfgw] {
        display: none;
    }

    .collapse[b-o0i7fanfgw] {
        display: block;
    }
}

.posterize[b-o0i7fanfgw] {
    position: relative;
    overflow: hidden;
}

    .posterize[b-o0i7fanfgw]::before,
    .posterize[b-o0i7fanfgw]::after {
        content: "";
        position: absolute;
        width: 141%;
        height: 50%;
        top: 15%;
        background: linear-gradient(to bottom right, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
    }

    .posterize[b-o0i7fanfgw]::before {
        right: 15%;
        transform: rotate(-45deg);
        transform-origin: top right;
    }

    .posterize[b-o0i7fanfgw]::after {
        left: 85%;
        transform: rotate(45deg);
        transform-origin: top left;
    }
/* /Shared/OutputArea.razor.rz.scp.css */
.btn-primary[b-icpdpqddbm] {
    background-color: #1d91b2;
}

.triangle[b-icpdpqddbm] {
    fill: #0f0;
    stroke: #0f0;
    stroke-width: 10;
}

.container[b-icpdpqddbm] {
    display: flex; /* Use flexbox */
    justify-content: space-between; /* Distribute items horizontally */
    align-items: center; /* Vertically center items */
}
.selected-item[b-icpdpqddbm] {
    border-width: 4px;
}
.whole-item[b-icpdpqddbm] {
/*    display: flex;
    justify-content: flex-start;
*/    padding-top: 11px;
    padding-bottom: 11px;
    width: 100% !important
}
.expanded-item[b-icpdpqddbm] {
    width: 100% !important;
    text-align: left;
    padding-left: .1em;
}
.expanded-item[b-icpdpqddbm]::before {
    font-size: large;
    content: "\2022";
    margin-right: .5em;
}
.expanded-row tr[b-icpdpqddbm] {

}
.title-item[b-icpdpqddbm] {
    display: inline-flex;
    justify-content: flex-start;
    top: 5px;
    width: 100% !important
}
.data-item[b-icpdpqddbm] {
    display: flex;
    justify-content: flex-start;
    width: 100% !important
}
/* /Shared/TitleSection.razor.rz.scp.css */
.button-row[b-kerjngfayb] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    gap: 0.5rem;
}

.btn-circle[b-kerjngfayb] {
    border-radius: 50%;
    width: 2.8em;
    height: 2.8em;
    padding: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--prism-text);
    background: var(--prism-bg-card);
    border: 2px solid var(--prism-border);
    transition: all 0.2s ease;
}

    .btn-circle:hover[b-kerjngfayb] {
        border-color: var(--prism-accent);
        box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    }

    .btn-circle i[b-kerjngfayb] {
        font-size: 1.3em;
        border: 2px solid;
        border-radius: 50%;
        padding: 0.5em;
        width: 1em;
        height: 1em;
        display: flex;
        align-items: center;
        justify-content: center;
    }

.btn-circle-lg[b-kerjngfayb] {
    border-radius: 50%;
    width: 2.8em;
    height: 2.8em;
    border: 2px solid var(--prism-border);
    background-color: var(--prism-bg-card);
    color: var(--prism-primary);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    cursor: pointer;
    transition: all 0.2s ease;
}

    .btn-circle-lg svg[b-kerjngfayb] {
        width: 60%;
        height: 60%;
    }

    .btn-circle-lg.bk svg[b-kerjngfayb] {
        padding-right: 2px;
    }

    .btn-circle-lg.fwd svg[b-kerjngfayb] {
        padding-left: 2px;
    }

    .btn-circle-lg:hover[b-kerjngfayb] {
        background-color: var(--prism-bg);
        border-color: var(--prism-accent);
        color: var(--prism-primary-dark);
    }

.icon[b-kerjngfayb] {
    color: rgba(var(--icon-color-base), var(--icon-color-opacity));
}

    .icon:hover[b-kerjngfayb] {
        color: rgba(var(--icon-color-base), 0.9);
    }
