/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
    line-height: 1.15; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
    margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
    display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
    box-sizing: content-box; /* 1 */
    height: 0; /* 1 */
    overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
    background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
    border-bottom: none; /* 1 */
    text-decoration: underline; /* 2 */
    text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
    font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
    border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
    font-family: inherit; /* 1 */
    font-size: 100%; /* 1 */
    line-height: 1.15; /* 1 */
    margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
    overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
    text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
    padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
    box-sizing: border-box; /* 1 */
    color: inherit; /* 2 */
    display: table; /* 1 */
    max-width: 100%; /* 1 */
    padding: 0; /* 3 */
    white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
    vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
    overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
    -webkit-appearance: button; /* 1 */
    font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
    display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
    display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
    display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
    display: none;
}


body.home {
   background: url(https://cupcu.com/wp-content/uploads/2023/06/13-1.jpg);
    background-size: cover;
    overflow-x: hidden;
    top: 0;
    left: 0;
    width:auto;
}

.userinformation {
    z-index: 10;
    pointer-events: none;
    background: url(/assets/jpg/Jeff_Killer.jpg);
    background-size: cover;
    position: fixed;
    opacity: 0;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transition: opacity 20s ease;
    box-shadow: inset 0 0 5000px #000;
}

/* width */
::-webkit-scrollbar {
    display: none;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #888;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 2;
}

#myVideo {
    position: fixed;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    z-index: -1;
}

.modal-content {
    background-color: #fff;
    padding: 50px 80px;
    border: 2px solid #fff;
    border-radius: 8px;
    z-index: 5;
    position: absolute;
    right: 12.5%;
    top: 250px;
}

.login-form {
    background-color: #fff;
    padding: 10px 20px;
    border: 2px solid #fff;
    border-radius: 5px;
}

.login-form h3 {
    color: #202020;
    font-family: 'Cormorant', serif;
}

.modal-content h1 {
    color: #202020;
    font-family: 'Cormorant', serif;
}

.modal-content form {
    display: inline-block;
}

.login-form form {
    display: inline-block;
}

.modal-content form label {
    display: block;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 10px;
    color: #202020;
}

.login-form form label {
    display: block;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 8px;
    color: #202020;
}

.modal-content form input {
    display: block;
    margin-bottom: 1em;
    padding: 7px 6px;
    border: 1px solid #eee;
    background: #eee;
    border-radius: 8px;
    width: 100%;
}

.login-form form input {
    display: block;
    margin-bottom: 1em;
    padding: 7px 6px;
    border: 1px solid #eee;
    background: #eee;
    border-radius: 8px;
    width: 100%;
}

.modal-content form button {
    display: inline;
    margin-top: 20px;
    padding: 4px;
    border: 1px solid #202020;
    border-radius: 8px;
    cursor: pointer;
    background: #fff;
    -webkit-user-select: text;
}

.login-form form button {
        cursor: pointer;
        color: #ffffff !important;
        background-color: #3F7CCD !important;
        padding: 5px 20px 5px 20px !important;
        margin-top: 10px;
        border-radius: 5px;
}

#log-in {
    background: #0055ff;
    color: #fff;
    border: 1px solid #0055ff;
    width: 35%;
}

#join {
    background: #199101;
    color: #fff;
    border: 1px solid #199101;
    width: 55%;
}

#join:hover, #log-in:hover {
    background: #202020;
    border: 1px solid #202020;
    color: #fff;
}

.reveal {
    position: relative;
    cursor: pointer;
    user-select: none;
    text-align: right;
    margin-top: -37.5px;
    margin-left: 93%;
    width: 20px;
}

.nb {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 4;
}

.nb_top_logo {
    /* background-color: #002336; */
    /* background-color: #a1acbb; */
    display: flex;
    align-items: center;
    user-select: none;
    height: 7em;
    /* background: #475fc9; */
    /* background: rgba(14, 48, 40); */
    background-color: #003057;

}

.nb_top_logo img {
    vertical-align: middle;
    margin-left: 12.5%;
}

.logout-button {
    position: fixed;
    right: 40px;
    color: #fff;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    text-decoration: none;
}

.nb_top_logo a {
    top: 22px;
    position: fixed;
    right: 12.5%;
    color: #fff;
    font-size: 1.5em;
    font-family: 'Cormorant', serif;
    text-decoration: none;
    transition: color 0.3s ease;
}

.nb_top_logo a:hover {
    color: #bbb;
}

.logout-button:hover {
    color: #eee;
}

.nb_top_logo h1 {
    display: inline;
    font-size: 1.5em;
    font-family: 'Cormorant', serif;
    color: #fff;
    margin-left: 10px;
}

.bank-text {
    font-size: 1em;
    color: #fefefe;
}
/*402285*/
/*402285*/
.list {
    left: 0;
    background: #003057;
    font-size: 1.5em;

}

.list ul {
    display: flex;
    margin-top: 0px;
    margin-left: calc(12.5% - 40px);
}

.list ul li {
    padding: 7.5px 10px;
    margin: 0px 0px;
    list-style: none;
    font-family: 'Roboto', sans-serif;
    cursor: pointer;
    user-select: none;
    transition: background 0.3s ease;
}

.list ul li:hover {
    background: #fff;
    /*background: rgb(255,255,255);
    background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 31%, rgba(195,195,195,1) 100%);*/
}

.list ul li a {
    color: #fff;
    text-decoration: none;
    transition: color 0.3s ease;
}

.list ul li:hover a {
    color: #202020;
}

.welcome {
    position: absolute;
    margin: 0;
    margin-top: 13em;
    left: 0;
    right: 0;
    z-index: 1;
    width: 100%;
}

.page {
    margin-top: 25em;
    position: absolute;
    left: 0;
    right: 0;
}

@supports (backdrop-filter: none) {
    .welcome h1 {
        display: block;
        color: #fff;
        font-size: 4em;
        font-family: 'Cormorant', serif;
        margin-left: 12.5%;
        background: #20202090;
        backdrop-filter: blur(10px) brightness(0.75);
        padding: 5px 10px;
        border-radius: 10px;
    }
}

@supports not (backdrop-filter: none) {
    .welcome h1 {
        display: block;
        color: #fff;
        font-size: 4em;
        font-family: 'Cormorant', serif;
        margin-left: 12.5%;
        background: #202020;
        padding: 5px 10px;
        border-radius: 10px;
    }
}

.le {
    font-family: 'Dancing Script', cursive;
}

.welcome p {
    color: #eee;
    font-size: 1.25em;
    font-family: 'Roboto', sans-serif;
    margin-left: 12.5%;
    margin-right: 12.5%;
}

.section {
    position: relative;
    background: #eee;
    left: 0;
    margin: 0;
    top: 6em;
    width: 100%;
    color: #202020;
    font-family: 'Roboto', sans-serif;
}

.about, .other-info {
    background: #fff;
    color: #202020;
}

.about-content, .other-content {
    text-align: justify!important;
    margin-right: 20% !important;
}

.section .content {
    padding-left: 12.5%;
    padding-top: 4em;
    padding-right: 12.5%;
    padding-bottom: 4em;
    margin: 0;
    text-align: center;
}

.prices {
    display: inline-block;
    margin: 100px;
    margin-top: 50px;
    width: 15em;
}

.banks {
    display: inline-block;
    padding-bottom: 2em;
    margin: 100px;
    margin-top: 50px;
}

.footer {
    width: 100%;
    background: #eee;
    text-align: center;
    z-index: 1;
    bottom: 0;
    left: 0;
}

.footer-content {
    display: inline-block;
}

.footer-content p {
    color: white;
    padding: 2px 0px 2px 0;
}

.signup-div {
    margin-left: 50%;
    width: 400px;
    transform: translateX(-200px);
}

.signupform {
    position: fixed;
    top: 100px;

}

.signupform h1 {
    text-align: center;
    font-family: 'Roboto', sans-serif;
}

.signupform .reveal {
    position: relative;
    top: -54px;
    margin-left: 89%;
}

.signupform input {
    display: block;
    width: 300px;
    height: 26px;
    border: 1px solid #eee;
    margin: 10px;
    background: #eee;
    border-radius: 8px;
    padding: 7px 6px;
}

.signupform button {
    display: inline-block;
    width: 100%;
    border: 1px solid #202020;
    margin: 20px;
    padding: 5px;
}

/*user-info*/
.user-info {
    /* position: absolute; */
    margin-top: 7em;
    /* width: 100%; */
    /* left: 0; */
    text-align: center;

}

.userdis {
    display: inline-block;
    max-width: 40em;
    background: #fff;
    padding: 1.5em;
    font-size: 1.5em;
    margin-top: 40px;

}

.accounts-table td{
    width: auto !important;
}

.user-info h3 {
    font-family: 'Roboto', sans-serif;
    color: #202020;
    text-align: left;
}

.user-info h2 {
    font-family: 'Roboto', sans-serif;
    color: #202020;
    text-align: left;
}

.user-info table {
    border-spacing: 0px;
    border: 1px #eee solid;
    border-radius: 10px;
    border-collapse: separate;
}

tr:first-child td:first-child { 
    border-top-left-radius: 8px;
}
tr:first-child td:last-child { 
    border-top-right-radius: 8px; 
}
tr:last-child td:first-child { 
    border-bottom-left-radius: 8px; 
}
tr:last-child td:last-child { 
    border-bottom-right-radius: 8px; 
}

.user-info tr {
    background: #eee;
}

.user-info tr.row_head {
    background: #000;
}

.user-info th {
    font-family: 'Roboto', sans-serif;
  /*  color: #202020; */
    text-align: left;
    padding: 10px;
}

.user-info td {
    font-family: 'Roboto', sans-serif;
    color: #202020;
    text-align: left;
    padding: 10px;
    height: 2em;
    max-width: 12em;

}
.user-info td.dollar {
    text-align: right;
}

.checker {
    background: transparent !important;
}
/*d1d1d1*/

.positive p {
    color: black;
    display: inline;
    padding: 2px 5px;
    border-radius: 8px;
}

.negative p {
    color: black;
    display: inline;
    padding: 2px 5px;
    border-radius: 8px;
}

.after-content {
    display: block;
    text-align: right;
    font-family: 'Roboto', sans-serif;
    margin-top: 20px;
}

.load {
    color: #0000EE;
    text-decoration: underline;
}

.load, .download {
    display: inline;
    margin: 5px;
    padding: 8px;
    border-radius: 8px;
    cursor: pointer;
}

.download {
    background: #eee;
    text-decoration: none;
    color: #202020;
    transition: color 0.3s ease, background 0.3s ease;
}

.download:hover {
    background: #202020;
    text-decoration: none;
    color: #eee;
}

.signupform p {
    margin-left: 12px;
}

.expire {
    position: fixed;
    width: 100%;
    height: 100vh;
    background: #00000080;
    backdrop-filter: blur(10px);
    z-index: 9;
    top: 0;
    left: 0;
}

.expire h1 {
    position: relative;
    top: 50%;
    transform: translateY(-100%);
    text-align: center;
    font-family: 'Roboto', sans-serif;
    color: #fff;
}

.expire button {
    display: block;
    text-align: center;
    margin: 10px auto auto auto;
    font-family: 'Roboto', sans-serif;
    color: #fff;
    background: none;
    border: none;
    font-size: 16px;
    cursor: pointer
}

.update-anchor {
    display: block;
    margin-top: -2em;
    color: #0000EE;
    text-align: right;
    font-family: 'Roboto', sans-serif;
}

.pagi {
    padding: 5px 10px;
    color: #000;
    font-family: 'Roboto', sans-serif;
    background: transparent;
    text-decoration: none;
    transition: color ease 0.3s, background ease 0.3s, border-radius 0.2s ease;
    border: transparent solid 1px;
    font-size: 1.2em;
}

.pagi:hover {
    color: #eee;
}

.pagetoomuch {
    user-select: none;
}

.current {
    user-select: none;
    color: #000;
    background: #eee;
    border: #eee solid 1px;
    border-radius: 5px !important;
    font-family: 'Roboto', sans-serif;
}

.current:hover {
    color: #000 !important;
    font-family: 'Roboto', sans-serif;
}

.pagination {
    text-align: center;
}

.pagination a:first-child {
    margin: 10px;
    border-radius: 10px;
}

.pagination a:last-child {
    margin: 10px;
    border-radius: 10px;
}

.showall {
    display: block;
    font-family: 'Roboto', sans-serif;
    text-align: left !important;
    color: #202020;
    margin-top: 20px;
    padding: 0.5em;
    margin: 10px 0px;
    border-radius: 10px;
    transition: 0.3s ease background, color 0.3s ease;
}

.column {
    display: inline-block;
    margin-right: 4em;
}

.showall:hover {
    color: #eee;
}
/* Style the button that is used to open and close the collapsible content */
.collapsible {
    background-color: #eee;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    color: -webkit-link;
    text-decoration-line: underline;
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.active, .collapsible:hover {
    background-color: #ccc;
}

/* Style the collapsible content. Note: hidden by default */
.content {
    padding: 0 18px;
    display: none;
    overflow: hidden;
    background-color: #f1f1f1;
}
.collapsible:after {
    content: '\02795'; /* Unicode character for "plus" sign (+) */
    color: white;
    float: right;
    margin-left: 5px;
}

.active:after {
    content: "\2796"; /* Unicode character for "minus" sign (-) */
}

.yes_print {
    display: none;
}


@media print {    
    .no-print, .no-print * {
        display: none !important;
    }
    .content {
        display: block !important;
    }
    .yes_print {
        display: block;
        float: none;
    }
    tr.user-info {
        line-height: .75em;
    }

    body, td, p {
        font: 10pt Georgia, "Times New Roman", Times, serif;
        line-height: 1em;
        background: #fff !important;
        color: #000;
    }

    @page :left {
        margin: .75cm;
    }
    @page :right {
        margin: .75cm;
    }
    @page :first {
        margin: 0;
    }
    @page:left{
        @bottom-left {
            content: "Page " counter(page) " of " counter(pages);
        }
    }
    @page {
        size: letter;
        margin: 70pt 60pt 70px;
    }
    h1 {
        font-size: 14pt;
    }
    h2, h3, h4 {
        font-size: 10pt;
        margin-top: 10px;
    }
    a {
        page-break-inside:avoid
    }
    blockquote {
        page-break-inside: avoid;
    }
    h1, h2, h3, h4, h5, h6 { page-break-after:avoid;
        page-break-inside:avoid }
    img { page-break-inside:avoid;
        page-break-after:avoid; }
    table, pre { page-break-inside:avoid }
    ul, ol, dl  { page-break-before:avoid }

    a:link, a:visited, a {
        background: transparent;
        color: #520;
        text-decoration: underline;
        text-align: left;
    }
    a {
        page-break-inside:avoid
    }
    a[href^=http]:after {
        content:" < " attr(href) "> ";
    }
    a:after > img {
    content: "";
}
    article a[href^="#"]:after {
        content: "";
    }
    a:not(:local-link):after {
        content:" < " attr(href) "> ";
    }
    .entry iframe, ins {
        display: none;
        width: 0 !important;
        height: 0 !important;
        overflow: hidden !important;
        line-height: 0pt !important;
        white-space: nowrap;
    }
    .embed-youtube, .embed-responsive {
        position: absolute;
        height: 0;
        overflow: hidden;
    }
}
/*
#loadpage {
    z-index: 100;
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0vh;
    bottom: 0;
    background: white;
    display: block;
}*/

.transfertable {
    border: 1px solid transparent !important;
}

.transfertable input,select {
    width: 100%;
    border: 1px solid #eee;
    background: #eee;
    padding: 10px;
    border-radius: 10px;
}

.transfertable input {
    width: 90%;
}

.transfertable button {
    border: 1px solid #402285;
    background: #402285;
    color: #eee;
    cursor: pointer;
    padding: 8px 10px;
    border-radius: 10px;
    transition: border 0.3s ease, background 0.3s ease, color 0.3s ease;
}

.transfertable button:hover {
    border: 1px solid #eee;
    background: #eee;
    color: #202020;
}

.transfertable th {
    border-bottom: 1px solid #eee !important;
}

.transfertable td {
    width: 2em;
    padding-left: 0;
}

.transfertable td a {
    color: black;
    cursor: pointer;
    text-decoration: underline;
}

.transfertable td div {
    color: #eee;
    display: block;
    text-align: left;
}

.transfertable tr {
    background: transparent;
}

.transfertable th {
    text-align: left !important;
    padding-left: 0;
}

.ins-funds {
    color: firebrick;
    font-family: 'Roboto', sans-serif;
    text-align: left;
    margin-bottom: -2em;
}

select {
    cursor: pointer;
}
@media handheld {

    html, body {
        font: 14px/18px sans-serif;
        background: #fff;
        padding: 3px;
        color: #000;
        margin: 0;
    }
    #sidebar, #footer {
        display: none;
    }
    h1, h2, h3, h4, h5, h6 {
        font-weight: normal;
    }
    h4 {
        font-size:2em;
    }
    #content img {
        max-width: 250px;
    }
    .center {
        width: 100% !important;
        text-align: center;
    }
    a:link, a:visited {
        text-decoration: underline;
        color: #0000CC;
    }
    a:hover, a:active {
        text-decoration: underline;
        color: #660066;
    }

}
/* iPhone-specific styles */
@media only screen and (max-device-width: 480px) {
    h3, h4 {
        font-size: 1.5em;
    }

    html {
        -webkit-text-size-adjust: none;
        font-size: 1.5em;
    }

}