/* _content/Bank/Pages/Account/Account.razor.rz.scp.css */
#loginmessage[b-9h43uvgi2s] {
    margin-bottom: 1em;
}

#main-row[b-9h43uvgi2s] {
    margin-top: 1em;
}

#filler[b-9h43uvgi2s] {
    margin-bottom: 1em;
}

#filler .oi[b-9h43uvgi2s] {
    margin-right: 1em;
    float: none;
}
/* _content/Bank/Pages/Transactions/Transactions.razor.rz.scp.css */
#table-header[b-a395qjujne] {
    width: 100%;
    padding: 1em;
    margin-top: 1em;
    position: relative;
}

#table-header .row .col-md-4[b-a395qjujne],
#table-header .row .text-md-right[b-a395qjujne] {
    text-align: right;
    padding-top: 0.5em;
}

.container[b-a395qjujne] {
    font-family: "Roboto", sans-serif;
}

/* ===== MOBILE RESPONSIVENESS ===== */
.mobile-only[b-a395qjujne] {
    display: none;
}

.desktop-only[b-a395qjujne] {
    display: block;
}

@media (max-width: 768px) {
    .mobile-only[b-a395qjujne] {
        display: block;
    }

    .desktop-only[b-a395qjujne] {
        display: none;
    }
}

/* ===== TRANSACTION CARD ===== */
.transaction-card[b-a395qjujne] {
    background: #fff;
    border-radius: 8px;
    padding: 1rem;
    margin-bottom: 1rem;
    border: 1px solid #eee;
    display: flex;
    flex-direction: column;
    width: 100%;
    box-sizing: border-box;
}

.transaction-card > div[b-a395qjujne] {
    margin-bottom: 0.3rem;
}

.transaction-card .amount[b-a395qjujne] {
    font-weight: bold;
}
/* _content/Bank/Pages/Transfer/Transfer.razor.rz.scp.css */
#transfer-form[b-ze9a2of5pd] {
    margin-top: 1em;
}

#filler[b-ze9a2of5pd] {
    margin-bottom: 1em;
    margin-top: 1em;
}

#filler .oi[b-ze9a2of5pd] {
    margin-right: 1em;
    float: none;
}

#filler ul#vert li[b-ze9a2of5pd] {
    width: 100%;
}

ul#vert[b-ze9a2of5pd] {
    width: 100%;
    margin: 0;
    padding: 0;
    list-style-type: none;
}

ul#vert li[b-ze9a2of5pd] {
    width: 100%;
    padding: 0.8em;
    background-color: var(--primary-bg-color);
    color: white;
}

ul#vert li span[b-ze9a2of5pd] {
    float: right;
}

ul#vert li a[b-ze9a2of5pd] {
    color: #fff;
}
/* _content/Bank/Shared/Components/Account/AccountInfo/AccountInfo.razor.rz.scp.css */
#account-info[b-vuyy6s30v1] {
    width: 100%;
}

#accounts[b-vuyy6s30v1] {
    border: 1px solid #ccc;
    width: 100%;
}

#activity-list[b-vuyy6s30v1] {
    border: 2px solid #ececec;
    padding: 1em;
    margin-bottom: 1em;
}

#recent-box[b-vuyy6s30v1] {
    width: 100%;
    overflow: hidden;
    height: 200px;
}

.account-row[b-vuyy6s30v1] {
    margin-bottom: 2em;
    background-color: #f5f5f5;
}

.account-row h5 span[b-vuyy6s30v1] {
    color: #ccc;
    font-size: 0.7rem;
}

.account-row .col-md-8[b-vuyy6s30v1] {
    padding: 1em 2em;
}

.greeting[b-vuyy6s30v1] {
    margin-bottom: 1.5rem;
}

.greeting h2[b-vuyy6s30v1] {
    font-size: 1.8rem;
    font-weight: 600;
    color: #333;
}

/* ===== SHOW/HIDE BASED ON SCREEN ===== */
.mobile-only[b-vuyy6s30v1] {
    display: none;
}

.desktop-only[b-vuyy6s30v1] {
    display: block;
}

@media (max-width: 768px) {
    .mobile-only[b-vuyy6s30v1] {
        display: block;
    }

    .desktop-only[b-vuyy6s30v1] {
        display: none;
    }

    .account-row .row[b-vuyy6s30v1] {
        display: flex;
        flex-direction: column;
    }

    .account-row .col-12[b-vuyy6s30v1] {
        width: 100%;
        padding: 1rem;
    }

    .account-row h1[b-vuyy6s30v1] {
        font-size: 1.5rem;
    }

    .action-section[b-vuyy6s30v1] {
        display: flex;
        flex-direction: column;
        gap: 0.5rem;
    }

    ButtonGroup[b-vuyy6s30v1] {
        display: flex;
        flex-direction: column;
        width: 100%;
    }

    ButtonGroupItem[b-vuyy6s30v1] {
        width: 100%;
    }

    #accounts[b-vuyy6s30v1],
    #activity-list table[b-vuyy6s30v1] {
        display: block;
        width: 100%;
        overflow-x: auto;
        white-space: nowrap;
    }

    #activity-list[b-vuyy6s30v1] {
        padding: 0.5em;
    }

    #recent-box[b-vuyy6s30v1] {
        height: auto !important;
        max-height: none !important;
        overflow: visible !important;
    }

    h4[b-vuyy6s30v1] {
        font-size: 1.2rem;
    }

    /* Account cards */
    .account-card[b-vuyy6s30v1] {
        background: #f9f9f9;
        border-radius: 10px;
        padding: 1rem;
        margin-bottom: 1rem;
        box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
    }

    .account-card .card-header[b-vuyy6s30v1] {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .account-card .card-header span[b-vuyy6s30v1] {
        color: #999;
        font-size: 0.8rem;
    }

    .account-card .balance[b-vuyy6s30v1] {
        font-size: 1.4rem;
        font-weight: bold;
        margin: 0.5rem 0;
    }

    .account-card .card-actions[b-vuyy6s30v1] {
        display: flex;
        justify-content: space-between;
        margin-top: 0.5rem;
    }

    /* Transaction cards */
    .transaction-card[b-vuyy6s30v1] {
        background: #fff;
        border-radius: 8px;
        padding: 1rem;
        margin-bottom: 1rem;
        border: 1px solid #eee;
        display: flex;
        flex-direction: column;
        width: calc(100% - 2rem);
        /* account for padding/margin */
        margin-left: 1rem;
        margin-right: 1rem;
        box-sizing: border-box;
    }

    .transaction-card>div[b-vuyy6s30v1] {
        margin-bottom: 0.3rem;
    }

    .transaction-card .amount[b-vuyy6s30v1] {
        font-weight: bold;
    }
}

/* Extra small devices */
@media (max-width: 576px) {

    #accounts thead[b-vuyy6s30v1],
    #activity-list thead[b-vuyy6s30v1] {
        display: none;
    }

    #accounts tr[b-vuyy6s30v1],
    #activity-list tr[b-vuyy6s30v1] {
        display: block;
        margin-bottom: 1rem;
        border-bottom: 1px solid #ddd;
        padding: 0.5rem 0;
    }

    #accounts td[b-vuyy6s30v1],
    #activity-list td[b-vuyy6s30v1] {
        display: block;
        text-align: left;
        padding-left: 0;
    }

    #accounts td[b-vuyy6s30v1]::before,
    #activity-list td[b-vuyy6s30v1]::before {
        display: none;
    }

    .greeting h2[b-vuyy6s30v1] {
        font-size: 1.4rem;
        text-align: center;
    }
}
/* _content/Bank/Shared/Components/Account/Advertisement/Advertisement.razor.rz.scp.css */
.card img[b-a1cojlopg3] {
    width: 100%;
    height: auto;
    border-radius: 8px;
    /* optional, makes it look nicer */
}

.card h4[b-a1cojlopg3] {
    text-align: center;
}

.card[b-a1cojlopg3] {
    margin-top: 1em;
    margin-bottom: 1em;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    /* optional, gives depth */
    border-radius: 10px;
}
/* _content/Bank/Shared/Components/Account/Inbox/Inbox.razor.rz.scp.css */
#notifications[b-rso8sbgoo7] {
    padding: 1em;
    border-radius: 12px;
    color: #fff;
    margin-bottom: 1em;
    border: inset 3px #00000070;
}

#notifications h4 span[b-rso8sbgoo7] {
    float: right;
    font-size: 0.8em;
    margin-top: 4px;
}
/* _content/Bank/Shared/Components/Anchor/Anchor.razor.rz.scp.css */
a:hover[b-4kp9hc4m83] {
    text-decoration: underline !important;
    cursor: pointer;
}
/* _content/Bank/Shared/Components/ButtonGroup/ButtonGroup.razor.rz.scp.css */
ul[b-qtc9lbir99] {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

ul.wrap[b-qtc9lbir99] {
    display: flex;
    flex-wrap: wrap;
}

/* FIXME this is fucking gay why doesnt this work */
ul.wrap::deep ButtonGroupItem:nth-child(2)[b-qtc9lbir99] {
    width: 50%;
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
}
/* _content/Bank/Shared/Components/ButtonGroupItem/ButtonGroupItem.razor.rz.scp.css */
li[b-pwcb504qur] {
    width: 100%;
    padding: 0.8em;
    color: white;
}

li span[b-pwcb504qur] {
    float: right;
}
/* _content/Bank/Shared/Components/Footer/Footer.razor.rz.scp.css */
.footer[b-evcq3ou8fl] {
    padding: 2em 0;
    font-size: 0.7em;
}
/* _content/Bank/Shared/Components/Homepage/Dog/Dog.razor.rz.scp.css */
.dog[b-rtqiptov1l] {
    background-image: url("/images/bg.jpg");
    background-size: cover;
    background-position: center center;
    position: relative;
    min-height: 500px;
}

.dog .container[b-rtqiptov1l] {
    max-width: 100%;
    padding: 0 1em;
}

.dog .ltitle[b-rtqiptov1l] {
    display: none;
}

.dog .darker[b-rtqiptov1l] {
    background-color: #202020;
    color: #fff;
    background: linear-gradient(to bottom, #444 0%, #141414 100%);
}

.dog .epic[b-rtqiptov1l] {
    padding: 2em;
    position: absolute;
    top: 2em;
    left: 50%;
    transform: translateX(-50%);
    width: 400px;
    /* added width for desktop screens */
    max-width: 90%;
    /* prevent overflow on smaller desktops */
    box-sizing: border-box;
    border-radius: 8px;
    background: rgba(0, 0, 0, 0.65);
    /* semi-transparent for readability */
}

#loading[b-rtqiptov1l] {
    position: absolute;
    z-index: 999;
    top: 20%;
    left: 50%;
    width: 420px;
    margin-left: -210px;
    height: 69px;
    border: 1px solid #999;
    padding: 1em 2em;
    background-color: #fff;
    box-shadow: 1px 0px 2px #1b1b1b;
    text-align: center;
}

.dog .epic select[b-rtqiptov1l],
.dog .epic input[b-rtqiptov1l] {
    width: 100%;
}

.dog .epic select[b-rtqiptov1l] {
    margin-bottom: 10px;
}

.dog .epic .fault[b-rtqiptov1l] {
    border: 5px solid red;
}

.dog .headline[b-rtqiptov1l] {
    color: #fff;
    padding: 3em 5em;
    filter: drop-shadow(1px 1px 3px #000 9);
}

.dog .headline #mobile[b-rtqiptov1l] {
    position: absolute;
    bottom: -14em;
    width: 350px;
    padding: 2em;
    border-radius: 12px;
    right: 0;
}

.dog .headline #mobile img[b-rtqiptov1l] {
    height: 40px;
    margin-right: 1em;
    margin-top: 1em;
}

.dog .spacer[b-rtqiptov1l] {
    height: 1.5em;
    width: 100%;
}

/* =============================== */
/* MOBILE RESPONSIVE STYLING BELOW */
/* =============================== */
@media (max-width: 991px) {
    .dog .epic[b-rtqiptov1l] {
        position: relative;
        top: auto;
        left: auto;
        transform: none;
        width: 100%;
        padding: 2em 1em;
        margin-bottom: 2em;
        background: rgba(0, 0, 0, 0.85);
    }

    .dog .headline[b-rtqiptov1l] {
        padding: 1em 1em;
    }

    .dog .headline #mobile[b-rtqiptov1l] {
        position: relative;
        bottom: auto;
        width: 100%;
        right: auto;
        padding: 1em;
        margin-top: 1em;
    }

    .dog .headline #mobile img[b-rtqiptov1l] {
        height: 30px;
        margin-right: 0.5em;
        margin-top: 0.5em;
    }

    .dog .headline h1[b-rtqiptov1l] {
        font-size: 1.5rem;
    }

    .dog .headline h4[b-rtqiptov1l] {
        font-size: 1rem;
    }

    #sideswap .col-md-4[b-rtqiptov1l],
    #sideswap .col-md-8[b-rtqiptov1l] {
        width: 100% !important;
        margin-bottom: 1em;
    }

    .dog .epic button[b-rtqiptov1l],
    .dog .epic input[b-rtqiptov1l],
    .dog .epic select[b-rtqiptov1l] {
        font-size: 1rem;
    }

    #loading[b-rtqiptov1l] {
        width: 90%;
        margin-left: 5%;
        left: 0;
    }

    .dog .spacer[b-rtqiptov1l] {
        height: 1em;
    }
}
/* _content/Bank/Shared/Components/Homepage/RandomText/RandomText.razor.rz.scp.css */
.content[b-3w5xmqkmi7] {
    padding: 3em 0;
    background-color: #fff;
}

/* Text container */
.text-block[b-3w5xmqkmi7] {
    text-align: left;
}

/* Paragraph styling */
.text-block p[b-3w5xmqkmi7] {
    line-height: 1.7;
    font-size: 1rem;
}

/* Heading spacing */
.text-block h3[b-3w5xmqkmi7] {
    margin-bottom: 0.5em;
}

/* ---------------- MOBILE ---------------- */
@media (max-width: 768px) {

    .content[b-3w5xmqkmi7] {
        padding: 2em 1em;
    }

    .text-block[b-3w5xmqkmi7] {
        text-align: center;
    }

    .text-block p[b-3w5xmqkmi7] {
        font-size: 0.95rem;
    }
}
/* _content/Bank/Shared/Components/Homepage/Rates/Rates.razor.rz.scp.css */
#rates[b-58m5kmap8v] {
    padding: 3em 0;
}

/* Header spacing fix */
#rates h3[b-58m5kmap8v] {
    margin: 1em 0 2.5em 0;
}

/* Rate card */
.rate-card[b-58m5kmap8v] {
    text-align: center;
    padding: 1.5em;
}

/* Big rate number */
.rate-card h1[b-58m5kmap8v] {
    font-size: 2.5rem;
    margin: 0.3em 0;
}

/* Small title */
.rate-card h5[b-58m5kmap8v] {
    font-weight: 500;
    opacity: 0.8;
}

/* Link styling */
.rate-link[b-58m5kmap8v] {
    display: inline-block;
    margin-top: 0.5em;
    text-decoration: none;
    font-weight: 500;
    color: #000;
}

/* ---------------- MOBILE ---------------- */
@media (max-width: 768px) {

    /* Stack spacing */
    .rate-card[b-58m5kmap8v] {
        margin-bottom: 2em;
    }

    /* Reduce large numbers */
    .rate-card h1[b-58m5kmap8v] {
        font-size: 2rem;
    }

    /* Slight padding */
    #rates[b-58m5kmap8v] {
        padding: 2em 1em;
    }
}
/* _content/Bank/Shared/Components/Homepage/ThreeThings/ThreeThings.razor.rz.scp.css */
#threethings[b-a2yj3a1y6t] {
    padding: 2em 0;
    color: #fff;
}

/* Each block */
.thing[b-a2yj3a1y6t] {
    text-align: left;
}

/* Paragraph styling */
#threethings p[b-a2yj3a1y6t] {
    width: 70%;
    line-height: 1.6;
}

/* ---------------- MOBILE ---------------- */
@media (max-width: 768px) {

    /* Stack items nicely */
    .thing[b-a2yj3a1y6t] {
        margin-bottom: 2em;
        text-align: center;
    }

    /* Full width text on mobile */
    #threethings p[b-a2yj3a1y6t] {
        width: 100%;
    }

    /* Better heading spacing */
    #threethings h4[b-a2yj3a1y6t] {
        margin-bottom: 0.5em;
    }
}
/* _content/Bank/Shared/Components/Navbar/Navbar.razor.rz.scp.css */
.navbar-container[b-w7qmczsqfr] {
    position: relative;
}

/* FLEX LAYOUT */
.navbar-flex[b-w7qmczsqfr] {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* BANK NAME CONTROL */
.bank-name[b-w7qmczsqfr] {
    margin: 0;
    font-size: 1.5rem;
    white-space: nowrap;
}

/* DESKTOP MENU */
.header-menu[b-w7qmczsqfr] {
    display: flex;
    justify-content: center;
    margin-top: 0.5em;
}

.header-menu a[b-w7qmczsqfr] {
    color: #1b1b1b;
    font-family: "Poppins", sans-serif;
    text-decoration: none;
    padding: 0.5em 1em;
}

/* HAMBURGER DEFAULT (hidden on desktop) */
.hamburger[b-w7qmczsqfr] {
    display: none;
}

/* ---------------- MOBILE ---------------- */
@media (max-width: 991px) {

    /* SHOW hamburger */
    .hamburger[b-w7qmczsqfr] {
        display: block;
        font-size: 2rem;
        cursor: pointer;
        z-index: 2000;
    }

    /* SHRINK bank name so it doesn't push hamburger */
    .bank-name[b-w7qmczsqfr] {
        font-size: 1rem;
        max-width: 70%;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    /* MOBILE MENU */
    .header-menu[b-w7qmczsqfr] {
        display: none;
        flex-direction: column;
        width: 100%;
        background: #fff;
        position: absolute;
        top: 100%;
        left: 0;
        z-index: 1000;
    }

    .header-menu.show[b-w7qmczsqfr] {
        display: flex !important;
    }

    .header-menu li[b-w7qmczsqfr] {
        width: 100%;
        text-align: center;
        padding: 1em 0;
        border-bottom: 1px solid #ccc;
    }
}
/* _content/Bank/Shared/Components/Preheader/Preheader.razor.rz.scp.css */
.preheader ul[b-v06l2s3ij3] {
    list-style: none;
    display: flex;
    margin-top: 0.25em;
    margin-bottom: 0.5em;
}

.preheader li[b-v06l2s3ij3] {
    margin-right: 2em;
}
/* _content/Bank/Shared/MainLayout.razor.rz.scp.css */
#inactivity-popup[b-2n0zi8lssr] {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.85);
    text-align: center;
    z-index: 9;
    top: 0;
    left: 0;
}

#inactivity-popup > div[b-2n0zi8lssr] {
    width: 420px;
    margin: 15% auto;
    color: white;
}
