/* /Components/Customer/NavbarWTK.razor.rz.scp.css */
.navbar-brand[b-iysscr6vx0] {
    padding-top: .75rem;
    padding-bottom: .75rem;
    font-size: 1rem;
}

.navbar .navbar-toggler[b-iysscr6vx0] {
    top: .5rem;
    right: 1rem;
}

.navbar .form-control[b-iysscr6vx0] {
    padding: .75rem 1rem;
    border-width: 0;
    border-radius: 0;
}
/* /Components/Dashboard/DashboardComponent.razor.rz.scp.css */
.bg-success-subtle[b-y65w1zd5ke] {
    background-color: #d1e7dd !important;
    color: #0f5132 !important;
}

.bg-info-subtle[b-y65w1zd5ke] {
    background-color: #cff4fc !important;
    color: #055160 !important;
}

.bg-warning-subtle[b-y65w1zd5ke] {
    background-color: #fff3cd !important;
    color: #664d03 !important;
}

.bg-danger-subtle[b-y65w1zd5ke] {
    background-color: #f8d7da !important;
    color: #842029 !important;
}

.bg-dark-subtle[b-y65w1zd5ke] {
    background-color: #e2e3e5 !important;
    color: #41464b !important;
}

[b-y65w1zd5ke] .headTableWTK {
    border-bottom: 1px solid var(--bs-primary);
}

    [b-y65w1zd5ke] .headTableWTK th {
        padding: 0.25rem 0.5rem;
        font-size: 0.7rem;
        font-weight: 500;
    }

.tableDetail[b-y65w1zd5ke] {
    border-radius: 0.75rem;
}

    .tableDetail tbody tr:last-child[b-y65w1zd5ke] {
        border-bottom: 3px solid var(--bs-primary);
    }

    .tableDetail tbody[b-y65w1zd5ke] {
        border-top: 2px solid var(--bs-body-bg);
    }

    .tableDetail td[b-y65w1zd5ke] {
        vertical-align: middle;
    }

.status-grid[b-y65w1zd5ke] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(0, 1fr));
    gap: 1rem;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
}

.status-card[b-y65w1zd5ke] {
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-left: 5px solid transparent;
    border-radius: 0.5rem;
    padding: 1rem;
    transition: all 0.3s ease-in-out;
    box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.05);
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    box-sizing: border-box;
}

@media (max-width: 1080px) {
    .status-grid[b-y65w1zd5ke] {
        grid-template-columns: repeat(3, 1fr);
    }

    .status-icon.small[b-y65w1zd5ke] {
        min-width: 24px;
        max-width: 24px;
        height: 24px;
    }

        .status-icon.small i[b-y65w1zd5ke] {
            font-size: 12px;
        }

    .status-quantity[b-y65w1zd5ke] {
        font-size: 1rem;
    }
}

@media (max-width: 727px) {
    .status-grid[b-y65w1zd5ke] {
        grid-template-columns: repeat(2, 1fr);
    }
}

.status-icon[b-y65w1zd5ke] {
    min-width: 40px;
    max-width: 40px;
    height: 40px;
    border-radius: 999px;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .status-icon.small[b-y65w1zd5ke] {
        min-width: 30px;
        max-width: 30px;
        height: 30px;
        border-radius: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .status-icon.bg-secondary[b-y65w1zd5ke], .status-icon.bg-dark[b-y65w1zd5ke] {
        background-color: rgba(0,0,0,0.8)!important;
    }

.hover-bg-danger:hover[b-y65w1zd5ke] {
    background-color: var(--bs-danger-bg-subtle);
}

.hover-bg-success:hover[b-y65w1zd5ke] {
    background-color: var(--bs-success-bg-subtle);
}

.hover-bg-warning:hover[b-y65w1zd5ke] {
    background-color: var(--bs-warning-bg-subtle);
}

.hover-bg-info:hover[b-y65w1zd5ke] {
    background-color: var(--bs-info-bg-subtle);
}

.hover-bg-primary:hover[b-y65w1zd5ke] {
    background-color: var(--bs-primary-bg-subtle);
}

.hover-bg-secondary:hover[b-y65w1zd5ke] {
    background-color: var(--bs-secondary-bg-subtle);
}
/* /Components/Dashboard/HomeContentComponent.razor.rz.scp.css */
/* /Components/Sale/CardWTK.razor.rz.scp.css */
.iconCard[b-fncdo9lqa3] {
    min-height: 42px;
    min-width: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 26px;
    font-size: 1.3rem;
}

@media (max-width: 576px) {
    .iconCard.iconSmall[b-fncdo9lqa3] {
        min-width: 25px;
        min-height: 25px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 25px;
        font-size: 13px;
    }
}

.card:hover[b-fncdo9lqa3] {
    background: rgba(0,0,0,0.05)
}

.action:hover[b-fncdo9lqa3] {
    cursor: pointer;
    opacity: 0.6;
}
/* /Components/Sale/CustomerStep/CustomerStepComponent.razor.rz.scp.css */
.w-card-content[b-1all4rcbxa] {
    width: fit-content;
    min-width: 200px;
    cursor: pointer;
}

.w-card-content:hover[b-1all4rcbxa]{
    background-color: rgba(0,0,0,0.05);
}

.iconCard[b-1all4rcbxa] {
    min-height: 42px;
    min-width: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 26px;
    font-size: 1.3rem;
    background-color: var(--grayRecash);
    color: var(--bs-body-bg)
}

.cardCustomer:hover[b-1all4rcbxa] {
    background: rgba(0,0,0,0.05)
}
/* /Components/Sale/NegotiationStep/NegotiationStepComponent.razor.rz.scp.css */
[b-duq24zd87s] .headTableWTK {
    border-bottom: 1px solid var(--bs-primary);
}

    [b-duq24zd87s] .headTableWTK th {
        padding: 0.25rem 0.5rem;
        font-size: 0.7rem;
        font-weight: 500;
    }

[b-duq24zd87s] .btnQuantity {
    width: 32px;
    z-index: 5;
}

.cardWTK:hover[b-duq24zd87s] {
    background-color: rgba(0,0,0,0.05);
    cursor: pointer;
}
/* /Components/Sale/ProductStep/ProductStepComponent.razor.rz.scp.css */
[b-694wgym4k6] .headTableWTK {
    border-bottom: 1px solid var(--bs-primary);
}

    [b-694wgym4k6] .headTableWTK th {
        padding: 0.25rem 0.5rem;
        font-size: 0.7rem;
        font-weight: 500;
    }

.table > :not(:first-child)[b-694wgym4k6] {
    border-top: 0px solid transparent;
}

.btnQuantity[b-694wgym4k6] {
    width: 32px;
}

.iconList[b-694wgym4k6] {
    min-height: 42px;
    min-width: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 26px;
    font-size: 1.3rem;
}

.containerItem[b-694wgym4k6]{
    overflow-y: auto;
    max-height: 350px;
}
/* /Components/Sale/ReviewStep/ReviewStepComponent.razor.rz.scp.css */
[b-zj6129fn6b] .headTableWTK {
    border-bottom: 1px solid var(--bs-primary);
}

    [b-zj6129fn6b] .headTableWTK th {
        padding: 0.25rem 0.5rem;
        font-size: 0.7rem;
        font-weight: 500;
    }

.listProducts[b-zj6129fn6b] {
    border-radius: 0.75rem;
}

    .listProducts tbody tr:last-child[b-zj6129fn6b] {
        border-bottom: 3px solid var(--bs-primary);
    }

    .listProducts .isPlan[b-zj6129fn6b] {
        background-color: rgb(0 130 50 / 7%);
    }

    .listProducts .isPlan.list[b-zj6129fn6b] {
        border-top: 3px;
        border-top-color: rgb(0 130 50 / 7%);
        border-top-style: solid;
    }

        .listProducts .isPlan + tr[b-zj6129fn6b] {
            /*background-color: var(--bs-light) !important;*/
            /*background-color: red !important;*/
        }

.table-stripedx tbody tr:not(.isPlan):nth-of-type(odd)[b-zj6129fn6b] {
    background-color: var(--bs-light)!important; /* Cor de fundo para as linhas ímpares não .isPlan */
}
/* /Components/Sale/SaleComponent.razor.rz.scp.css */
/* Sale page */
.content.px-4.dxbl-gridlayout-item[b-9c2h0bvmdh] {
    background: var(--bs-light) !important;
    padding: 0 !important;
}
/* End sale */

.listProducts .table th[b-9c2h0bvmdh] {
    background-color: var(--bs-primary);
    color: var(--bs-body-bg);
}

.listProducts[b-9c2h0bvmdh] {
    border-radius: 0.75rem;
}

    .listProducts tbody tr:last-child[b-9c2h0bvmdh] {
        border-bottom: 3px solid var(--bs-primary);
    }

.listProducts .isPlan[b-9c2h0bvmdh] {
    background-color: var(--bs-light);
    border: 1px solid var(--bs-light);
}

    .listProducts .isPlan + tr[b-9c2h0bvmdh] {
        background-color: var(--bs-light) !important;
    }
/* /Editors/AccountPayable/AccountPayableRenderers.razor.rz.scp.css */
 /*Usado no AccountPayableRenderers.razor */
.wt-paymentprovider-status-com_erro[b-pne05ulx65], .wt-paymentprovider-status-rejeitada[b-pne05ulx65], .wt-paymentprovider-status-nao_realizada[b-pne05ulx65] {
    background-color: red !important;
}

.wt-paymentprovider-status-agendada[b-pne05ulx65], .wt-paymentprovider-status-pendente_autorizacao[b-pne05ulx65], .wt-paymentprovider-status-pendente_autorizacao_vencida[b-pne05ulx65] {
    background-color: darkorange !important;
}

.wt-paymentprovider-status-realizada[b-pne05ulx65] {
    background-color: darkgreen !important;
}

.wt-paymentprovider-status-pendente_autorizacao[b-pne05ulx65], .wt-paymentprovider-status-pendente_autorizacao_vencida[b-pne05ulx65], .wt-paymentprovider-status-agendada[b-pne05ulx65], .wt-paymentprovider-status-realizada[b-pne05ulx65], .wt-paymentprovider-status-com_erro[b-pne05ulx65], .wt-paymentprovider-status-rejeitada[b-pne05ulx65], .wt-paymentprovider-status-nao_realizada[b-pne05ulx65] {
    position: relative;
    padding-left: 20px;
    padding-right: 5px;
    width: fit-content !important;
    border-radius: 20px !important;
}

    .wt-paymentprovider-status-agendada[b-pne05ulx65]::before {
        content: "\f017";
    }

    .wt-paymentprovider-status-pendente_autorizacao[b-pne05ulx65]::before {
        content: "\f252";
    }

    .wt-paymentprovider-status-pendente_autorizacao_vencida[b-pne05ulx65]::before {
        content: "\e46e";
    }

    .wt-paymentprovider-status-realizada[b-pne05ulx65]::before {
        content: "\f058";
    }

    .wt-paymentprovider-status-com_erro[b-pne05ulx65]::before {
        content: "\f06a";
    }

    .wt-paymentprovider-status-rejeitada[b-pne05ulx65]::before {
        content: "\f057";
    }

    .wt-paymentprovider-status-nao_realizada[b-pne05ulx65]::before {
        content: "\f05e";
    }

    .wt-paymentprovider-status-pendente_autorizacao[b-pne05ulx65]::before, .wt-paymentprovider-status-pendente_autorizacao_vencida[b-pne05ulx65]::before, .wt-paymentprovider-status-agendada[b-pne05ulx65]::before, .wt-paymentprovider-status-realizada[b-pne05ulx65]::before, .wt-paymentprovider-status-com_erro[b-pne05ulx65]::before, .wt-paymentprovider-status-rejeitada[b-pne05ulx65]::before, .wt-paymentprovider-status-nao_realizada[b-pne05ulx65]::before {
        font-family: "Font Awesome 6 Pro";
        font-weight: 900;
        position: absolute;
        left: 5px;
        top: 50%;
        transform: translateY(-50%);
        color: white;
    }
/* /Editors/Invoice/EmailListRenderer.razor.rz.scp.css */
/* /Editors/Invoice/SelectNextStateRenderer.razor.rz.scp.css */
/*.iconState {
    width: 42px;
    height: 42px;
    background-color: var(--bs-gray);
    box-shadow: 0 0 0px 4px rgba(0, 0, 0, 0.1);
    color: white;
    border-radius: 42px;
    margin-right: 0.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
}

.cardState {
    margin-bottom: .3rem;
    border-radius: 0.75rem;
    cursor: pointer;
}

    .cardState:hover {
        opacity: 0.8;
        background-color: var(--bs-light);
        transition: 0.5s;
    }

    .cardState:last-child {
        margin-bottom: 0;
    }

    .cardState.active {
        border: 2px solid;
        background-color: var(--bs-body-bg);
        color: var(--bs-body-color);
        font-weight: bold;
    }

        .cardState.active i {
            color: var(--bs-body-bg);
            transition: 0.5s
        }

        .cardState.active h5 {
            font-weight: 770;
        }

.dxbl-popup .dxbl-modal-header {
    display: none !important;
}

.dxbl-popup .dxbl-modal-footer .dxbl-btn-toolbar .dxbl-btn-group-first,
.dxbl-popup .dxbl-modal-footer .dxbl-btn-toolbar .dxbl-btn-group-last {
    width: 50% !important;
}

.dxbl-popup .dxbl-modal-footer .dxbl-btn-toolbar .dxbl-toolbar-item .dxbl-btn {
    width: 100% !important;
    height: 32px;
    border-radius: 0.3rem;
}

.dxbl-popup .dxbl-modal-footer .dxbl-toolbar-placeholder {
    width: 0 !important;
}

.dxbl-popup .dxbl-toolbar.dxbl-toolbar-adaptive > .dxbl-btn-toolbar > div,
.dxbl-popup .dxbl-toolbar.dxbl-toolbar-adaptive > .dxbl-btn-toolbar > div > .dxbl-toolbar-item {
    width: 100% !important;
}

.dxbl-popup .dxbl-modal-body {
    padding: 1rem !important;
}

.dxbl-popup .dxbl-modal-footer {
    padding: 1rem 0.5rem !important;
}
*/
/* /Editors/Invoice/WhatsAppListRenderer.razor.rz.scp.css */
/* /Editors/LayoutGroupSelection/LayoutGroupSelectionRenderer.razor.rz.scp.css */
body[b-i1zy7ovv3l] {
}
/* /Pages/Customer/CreateAccount.razor.rz.scp.css */
body[b-8oi7f0j7v5] {
    font-family: 'Inter', sans-serif;
}

.progress-container-div[b-8oi7f0j7v5] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    position: relative;
}

.step[b-8oi7f0j7v5] {
    width: 100%;
    height: 10px;
    background-color: #e8e8e8;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
    position: relative;
    transition: background-color 0.3s;
}

    .step.active[b-8oi7f0j7v5],
    .step.completed[b-8oi7f0j7v5] {
        background-color: var(--primaryColor);
        color: #fff;
    }

.stepper-number[b-8oi7f0j7v5]{
    display: block!important;
}

.stepper-item.completed i[b-8oi7f0j7v5] {
    color: var(--secondaryColor) !important;
}
/* /Pages/Customer/InvoiceLink.razor.rz.scp.css */
[b-wkmsaghtho] .headTableWTK {
    border-bottom: 1px solid var(--bs-primary);
}

    [b-wkmsaghtho] .headTableWTK th {
        padding: 0.25rem 0.5rem;
        font-size: 0.7rem;
        font-weight: 500;
    }

.listProducts[b-wkmsaghtho] {
    border-radius: 0.75rem;
}

    .listProducts tbody tr:last-child[b-wkmsaghtho] {
        border-bottom: 3px solid var(--bs-primary);
    }

    .listProducts .isPlan[b-wkmsaghtho] {
        background-color: rgb(0 130 50 / 7%);
    }

        .listProducts .isPlan.list[b-wkmsaghtho] {
            border-top: 3px;
            border-top-color: rgb(0 130 50 / 7%);
            border-top-style: solid;
        }

        .listProducts .isPlan + tr[b-wkmsaghtho] {
            /*background-color: var(--bs-light) !important;*/
            /*background-color: red !important;*/
        }

.table-stripedx tbody tr:not(.isPlan):nth-of-type(odd)[b-wkmsaghtho] {
    background-color: var(--bs-light) !important; /* Cor de fundo para as linhas ímpares não .isPlan */
}


.cardLink[b-wkmsaghtho] {
    cursor: pointer;
}

    .cardLink:hover[b-wkmsaghtho] {
        opacity: 0.8;
    }

.cardIcon[b-wkmsaghtho] {
    min-width: 47px;
    text-align: center;
}

.bg-white.cardLink:hover[b-wkmsaghtho] {
    opacity: 0.8;
    background-color: var(--bs-light) !important;
}

.listProducts tbody tr:last-child[b-wkmsaghtho] {
    border-bottom: 3px solid var(--primaryColor) !important
}

.bg-card-clean[b-wkmsaghtho] {
    border-left: 5px solid var(--primaryColor) !important;
}
/* /Pages/Customer/Link.razor.rz.scp.css */
body[b-rrv13mvooq] {
    font-family: 'Inter', sans-serif;
}

.card-pending[b-rrv13mvooq] {
    border-color: #dc3545;
    border-left-width: 10px;
}

.card-pending[b-rrv13mvooq] {
    background-color: #f8d7da;
    border-radius: 1rem;
}

.alert-pending[b-rrv13mvooq] {
    background-color: rgba(255,0,0,10);
    color: white;
    position: fixed;
    bottom: 10px;
    left: 10px;
    border-radius: 5px;
    padding: 15px;
}

.iconTable[b-rrv13mvooq] {
    background-color: var(--secondaryColor);
    width: 26px;
    height: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    border-radius: 3px;
    font-size: 18px;
}


/* /Pages/Customer/LoginAccount.razor.rz.scp.css */
body[b-glny3frmoh] {
    font-family: 'Inter', sans-serif;
}

.card-pending[b-glny3frmoh] {
    border-color: #dc3545;
    border-left-width: 10px;
}

.card-pending[b-glny3frmoh] {
    background-color: #f8d7da;
    border-radius: 1rem;
}

.alert-pending[b-glny3frmoh] {
    background-color: rgba(255,0,0,10);
    color: white;
    position: fixed;
    bottom: 10px;
    left: 10px;
    border-radius: 5px;
    padding: 15px;
}

.iconTable[b-glny3frmoh] {
    background-color: var(--secondaryColor);
    width: 26px;
    height: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    border-radius: 3px;
    font-size: 18px;
}


/* /Pages/Customer/Main.razor.rz.scp.css */

.sidebarMenu[b-yi67hniymo] {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 100;
    padding: 48px 0 0;
    box-shadow: inset -1px 0 0 rgba(0, 0, 0, .1);
}

.sidebar-sticky[b-yi67hniymo] {
    position: relative;
    top: 0;
    height: calc(100vh - 48px);
    padding-top: .5rem;
    overflow-x: hidden;
    overflow-y: auto;
}

body[b-yi67hniymo] {
background-color: darkblue!important;
}

.sidebarMenu .nav-item[b-yi67hniymo], .sidebarMenu .nav-link[b-yi67hniymo] {
    font-weight: 500;
    color: white;
}

    .sidebarMenu .nav-item .active[b-yi67hniymo] {
        background-color: var(--bs-body-bg);
        color: var(--primaryColor)!important;
        border-radius: 0.5rem;
        padding: .5rem 1rem;
    }

    .sidebarMenu .nav-item:hover[b-yi67hniymo] {
        background-color: white;
        color: var(--secondaryColor) !important;
        border-radius: 0.5rem;
    }

    .sidebarMenu .nav-item .active:hover[b-yi67hniymo] {
        background-color: white;
        color: var(--primaryColor);
        border-radius: 0.5rem;
        padding: .5rem 1rem;
    }

    .sidebarMenu .nav-link:hover[b-yi67hniymo] {
        color: var(--secondaryColor) !important;
    }

.sidebar-heading[b-yi67hniymo] {
    font-size: .75rem;
    text-transform: uppercase;
}

.navbar-brand[b-yi67hniymo] {
    padding-top: .75rem;
    padding-bottom: .75rem;
    font-size: 1rem;
}

.navbar .navbar-toggler[b-yi67hniymo] {
    top: .25rem;
    right: 1rem;
}

.navbar .form-control[b-yi67hniymo] {
    padding: .75rem 1rem;
    border-width: 0;
    border-radius: 0;
}
/* /Pages/Customer/SubscriptionPage.razor.rz.scp.css */
body[b-9px7cw3v72] {
    font-family: 'Inter', sans-serif;
}

.card-pending[b-9px7cw3v72] {
    border-color: #dc3545;
    border-left-width: 10px;
}

.card-pending[b-9px7cw3v72] {
    background-color: #f8d7da;
    border-radius: 1rem;
}

.alert-pending[b-9px7cw3v72] {
    background-color: rgba(255,0,0,10);
    color: white;
    position: fixed;
    bottom: 10px;
    left: 10px;
    border-radius: 5px;
    padding: 15px;
}

.iconTable[b-9px7cw3v72] {
    background-color: var(--secondaryColor);
    width: 26px;
    height: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    border-radius: 3px;
    font-size: 18px;
}


/* /Pages/Payment-credit.razor.rz.scp.css */
.card-credit[b-pxrttf4y2x] {
    width: min(100%, 30);
    height: 200px;
    border-radius: 10px;
    perspective: 1000px;
}

@media (min-width: 1024px) {
    .card-credit[b-pxrttf4y2x] {
        width: min(100%, 400px);
    }
}

    .card-credit:hover .card-inner[b-pxrttf4y2x], .card-credit.flipped .card-inner[b-pxrttf4y2x] {
        transform: rotateY(180deg);
    }


.card-inner[b-pxrttf4y2x] {
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    transition: transform 600ms ease;
    transform-style: preserve-3d;
    box-shadow: 0 0 25px 2px rgba(black, 0.2);
}

.card-front[b-pxrttf4y2x],
.card-back[b-pxrttf4y2x] {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    overflow: hidden;
    backface-visibility: hidden;
}

.card-front[b-pxrttf4y2x] {
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    transition: transform 300ms ease-in-out;
}

.card-back[b-pxrttf4y2x] {
    transform: rotateY(180deg);
}

    .card-back[b-pxrttf4y2x]::before {
        background-image: linear-gradient(to right top, #a3d4e7, #73c3e1);
        content: "";
        position: absolute;
        top: 40%;
        left: 20%;
        width: 180%;
        height: 120%;
        border-radius: 100%;
        filter: blur(10px);
        opacity: 0.15;
    }

    .card-back[b-pxrttf4y2x]::after {
        content: "";
        position: absolute;
        top: 15%;
        width: 100%;
        height: 40px;
        background-image: linear-gradient(to right top, #021318, #07191f, );
    }

.card-glow[b-pxrttf4y2x] {
    position: absolute;
    top: -140px;
    left: -65px;
    height: 200px;
    width: 400px;
    background: rgba(#fff, 0.4);
    filter: blur(10px);
    border-radius: 100%;
    transform: skew(-15deg, -15deg);
}

.card-contactless[b-pxrttf4y2x] {
    position: absolute;
    right: 15px;
    top: 55px;
    transform: scale(0.5);
}

.card-chip[b-pxrttf4y2x] {
    position: absolute;
    top: 25px;
    left: 25px;
    width: 45px;
    height: 34px;
    border-radius: 5px;
    background-color: #ffda7b;
    overflow: hidden;
}

    .card-chip[b-pxrttf4y2x]::before {
        content: "";
        position: absolute;
        left: 49%;
        top: -7%;
        transform: translateX(-50%);
        background: #ffda7b;
        border: 1px solid #a27c1f;
        width: 25%;
        height: 110%;
        border-radius: 100%;
        z-index: 2;
    }

    .card-chip[b-pxrttf4y2x]::after {
        content: "";
        position: absolute;
        top: 30%;
        left: -10%;
        background: transparent;
        border: 1px solid #a27c1f;
        width: 120%;
        height: 33%;
    }

.card-holder[b-pxrttf4y2x] {
    position: absolute;
    left: 25px;
    bottom: 30px;
    color: white;
    font-size: 14px;
    letter-spacing: 0.02em;
    filter: drop-shadow(1px 1px 1px rgba(black, 0.3));
}

.card-number[b-pxrttf4y2x] {
    position: absolute;
    left: 25px;
    bottom: 65px;
    color: white;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.2em;
    filter: drop-shadow(1px 1px 1px rgba(black, 0.3));
}

.card-valid[b-pxrttf4y2x] {
    position: absolute;
    right: 25px;
    bottom: 30px;
    color: white;
    font-size: 14px;
    letter-spacing: 0.02em;
    filter: drop-shadow(1px 1px 1px rgba(black, 0.3));
}

.card-text-seccode[b-pxrttf4y2x] {
    position: absolute;
    top: 90px;
    left: auto;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-size: 14px;
}

.card-seccode[b-pxrttf4y2x] {
    position: absolute;
    top: 120px;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 17px;
    color: white;
    background-color: rgb(0, 0, 0);
    text-align: center;
    font-size: 24px;
    padding: 2rem;
}
