﻿body {
    font-family: sans-serif;
    padding: 0;
    margin: 0;
    background: black;
    width: 100%;
}
/*
.box {
    background-color: #fff;
    border-radius: 6px;
    box-shadow: 0 .5em 1em -.125em rgba(10,10,10,.1),0 0 0 1px rgba(10,10,10,.02);
    color: #4a4a4a;
    display: block;
    padding: 1.25rem
}
*/
.box {
    background-color: #fff;
}

table {
    padding: 0;
    margin: 0;
    border: none;
    border-spacing: 0;
    vertical-align: top;
}

.site-footer {
    display:block;
    bottom: 0px;
    color: white;
    text-align: left;
}

.center {
    margin-left: auto;
    margin-right: auto;
}

.ncvipcoins_standard {
    font-family: sans-serif;
    font-size: medium;
    font-weight: bold;
    color: #F2EA99;
}

.ncvipcoins_panel {
    float: left;
    margin: 0;
    padding: 0;
    border: none;
}

.ncvipcoins_table {
    float: left;
    background-color: floralwhite;
    padding: 6px;
    border: none;
}

.errormessage {
    font-family: sans-serif;
    font-size: small;
    font-style: italic;
    color: red;
}

.mt-2 {
    margin-top: .5rem !important
}

.btn1 {
    background-color: #FFCC99;
    border: 1px solid yellow;
    cursor: pointer;
    color: black;
    border-radius: 4px;
}

.btn1:hover {
        background-color: #FF9933;
        box-shadow: 0 0 10px #FF99CC;
        color: Menu;
}

.btnGenie {
    background-color: #007BFF; /* Flat blue background */
    border: none; /* Remove border */
    color: white; /* White text */
    border-radius: 4px; /* Keep border radius */
    padding: 10px 20px; /* Add padding for a bigger button */
    font-size: 16px; /* Adjust font size for a bigger button */
    font-weight: bold; /* Bold text */
    text-align: center; /* Center text horizontally */
    display: block; /* Make button block-level to center it */
    margin: 20px auto; /* Center button horizontally with margin */
    cursor: pointer; /* Pointer cursor */
    transition: background-color 0.3s, color 0.3s; /* Smooth transition for hover effect */
}

.btnGenie:hover {
    background-color: #0056b3; /* Darker blue on hover */
    color: grey; /* Grey text on hover */
}

.textbox-large {
    width: 1024px !important; /* Use !important to override other styles */
    height: 356px;
    box-sizing: border-box; /* Ensure padding and border are included in the width and height */
}
/*
.file-upload {
    display: inline-block;
    overflow: hidden;
    text-align: center;
    vertical-align: middle;
    font-family: sans-serif;
    border: 1px solid yellow;
    background-color: #FFCC99;
    color: black;
    border-radius: 4px;
    cursor: pointer;
}

.file-upload:hover {
    background: linear-gradient(to bottom, #0061a7 5%, #007dc1 100%);
    background-color: #FF9933;
    box-shadow: 0 0 10px #FF99CC;
    color: Menu;
}
*/

.file-upload {
    display: inline-block; /* Keep the button inline-block */
    overflow: hidden; /* Keep overflow hidden */
    text-align: center; /* Center text */
    vertical-align: middle; /* Vertically center text */
    font-family: sans-serif; /* Font family */
    border: none; /* Remove border */
    background-color: #007BFF; /* Flat blue background */
    color: white; /* White text */
    border-radius: 4px; /* Border radius */
    cursor: pointer; /* Pointer cursor */
    padding: 10px 20px; /* Add padding for a bigger button */
    font-size: 16px; /* Font size */
    margin: 20px auto; /* Center button horizontally with margin */
    transition: background-color 0.3s, color 0.3s; /* Smooth transition for hover effect */
}

.file-upload:hover {
    background-color: #0056b3; /* Darker blue on hover */
    color: grey; /* Grey text on hover */
    box-shadow: none; /* Remove box shadow */
}

.menu-style {
    background-color: black; /* Black background */
    color: #007BFF; /* Blue text */
    font-family: sans-serif; /* Font family */
    font-size: 20px; /* Font size */
    font-weight: bold; /* Bold text */
    text-align: center; /* Center text */
    border: 0px;
    padding: 0; /* No padding for the container */
    cursor: pointer; /* Pointer cursor */
    transition: background-color 0.3s, color 0.3s; /* Smooth transition for hover effect */
}

    .menu-style ul {
        list-style-type: none; /* Remove bullet points */
        padding: 0; /* Remove padding */
        margin: 0; /* Remove margin */
        display: flex; /* Display list items in a row */
        justify-content: center; /* Center the list items */
    }

    .menu-style li {
        margin: 0 50px; /* Add horizontal margin between menu items */
    }

    .menu-style a {
        color: #007BFF; /* Blue text for menu links */
        padding: 10px 30px; /* Padding for menu items */
        text-decoration: none; /* Remove underline from links */
        display: inline-block; /* Make links inline-block */
        border-radius: 4px; /* Add border radius to links */
        transition: background-color 0.3s, color 0.3s; /* Smooth transition for hover effect */
    }

    .menu-style a:hover {
        background-color: white; /* White background on hover */
        color: #007BFF; /* Blue text */
        text-decoration: none; /* Remove underline on hover */
    }

.white-text {
    color: white !important; /* White text color */
    font-size: 24px; /* Increased text size */
    font-family: sans-serif; /* Font family */
    text-align: left; /* Align text to the left */
    margin-left: 1in; /* One inch left margin */
    margin-right: 1in; /* One inch right margin */
}

.white-text-small-print {
    color: white !important; /* White text color */
    font-size: 14px; /* Increased text size */
    font-family: sans-serif; /* Font family */
    text-align: left; /* Align text to the left */
    margin-left: 1in; /* One inch left margin */
    margin-right: 1in; /* One inch right margin */
    font-style: italic; /* Italic text */
}

.green-text-small-print {
    color: forestgreen !important; /* Green text color */
    font-size: 14px; /* Increased text size */
    font-family: sans-serif; /* Font family */
    text-align: left; /* Align text to the left */
    margin-left: 1in; /* One inch left margin */
    margin-right: 1in; /* One inch right margin */g
    font-style: italic; /* Italic text */
}

.image-right {
    float: none; /* Float the image to the right */
}

#debugOutput {
    color: white;
}

</style >
/* Media query for mobile devices */
@media (max-width: 768px) {
    .menu-style ul {
        flex-direction: column; /* Stack menu items vertically */
    }

    .menu-style li {
        margin: 30px 0; /* Add vertical margin between menu items */
    }

    .menu-style a {
        padding: 10px 50px; /* Adjust padding for mobile */
        font-size: 24px; /* Larger text for mobile */
        color: white; /* White text for mobile */
    }

    .spacer {
        margin-top: 20px;
    }
}