html {
    height: 100%;
    box-sizing: border-box;
}

body {
    height: 100%;
    background-color: #fff;
    color: #333;
    /*font: 1em / 1.5 Helvetica Neue, Helvetica, Arial, sans-serif;*/
    padding: 0;
    margin: 0;
    padding-top: 5rem;
    min-height: 100%;
}



.header {
    overflow: hidden;
    background-color: #333;
    position: fixed;
    top: 0;
    width: 100%;
}

.main {
    min-height: 95%;
}


.footer {
    overflow: hidden;
    position: relative;
    bottom: 0;
    width: 100%;
    padding: 20px;
}


.semi-transparent-footer {
    background-color: rgba(0, 0, 0, 0.5); /* Black background with 80% opacity */
    color: #f8f9fa; /* Light text color for contrast */
}

.footer-links a {
    color: #f8f9fa; /* Light color for links */
    text-decoration: none;
}

    .footer-links a:hover {
        color: #ffc107; /* Highlight color on hover */
        text-decoration: underline;
    }





/* Promo Popup Floating in the Top Right Corner */
#promopop {
    font-family: Arial, sans-serif;
    background-color: #1a1a2e; /* Prestigious dark blue */
    color: #ffffff;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 15px;
    position: fixed;
    top: 60px; /* Position it a bit below the top */
    right: 10px; /* Position it 10px from the right edge */
    z-index: 9999; /* Ensure it floats above other content */
    border-radius: 5px; /* Optional: adds rounded corners */
    max-width: 400px; /* Ensure the popup doesn't overflow */
    width: auto; /* Adjust width based on content */
    box-sizing: border-box; /* Ensure padding is included in width */
    overflow: hidden; /* Prevent content from overflowing */
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2); /* Optional: adds shadow for depth */
    visibility: hidden; /* Hide the popup initially */
}

    /* Close Button Styling */
    #promopop .btn-close {
        position: absolute;
        top: 10px; /* Adjust the position to avoid overlapping content */
        right: 10px;
        background: none;
        border: none;
        color: white;
        font-size: 18px;
        cursor: pointer;
        font-weight: bold;
    }

    /* Adjust button styling */
    #promopop .btn {
        font-weight: bold;
        padding: 12px; /* Increase padding for better size */
        margin: 10px 0 10px 0; /* Add margin to separate button from the list */
        text-align: center;
        width: 100%; /* Make button span the full width of its container */
        border-radius: 5px;
        white-space: nowrap; /* Prevent the button text from wrapping */
    }

/* Style for the unordered list */
.promo-list {
    list-style-type: none; /* Remove default list bullets */
    padding: 0; /* Remove default padding */
    margin: 10px 0; /* Add margin between list and other items */
    font-size: 1em; /* Default font size */
    line-height: 1.5; /* Add some spacing between list items */
    text-align: left; /* Align the list text to the left */
}

    /* Adjust list item styling */
    .promo-list li {
        padding-left: 5px; /* Add padding to the left of each list item for clarity */
    }

    /* Nested List Styling */
    .promo-list .nested-list {
        list-style-type: disc; /* Use default disc bullets for nested list */
        padding-left: 20px; /* Indent nested list */
        font-size: 0.9em; /* Slightly smaller font for nested items */
        margin: 0; /* Remove margin from nested list */
    }

/* Optional: Adjust for smaller screens (mobile) */
@media (max-width: 767px) {
    #promopop {
        padding: 10px; /* Adjust padding for mobile */
        max-width: 90%; /* Ensure the popup is not too wide */
        width: auto; /* Let the width adjust according to content */
        max-height: 90vh; /* Limit height to 90% of the viewport height */
        overflow-y: auto; /* Enable scrolling if content exceeds the max height */
    }

}



.topnav {
    overflow: hidden;
    background-color: #555555;
}

    .topnav a {
        float: left;
        color: #f2f2f2;
        text-align: center;
        padding: 14px 16px;
        text-decoration: none;
        font-size: 17px;
    }

        .topnav a:hover {
            background-color: #ddd;
            color: black;
        }

        .topnav a.active {
            background-color: #04AA6D;
            color: white;
        }





.botnavbar a {
    float: left;
    display: block;
    color: #f2f2f2;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
}

    .botnavbar a:hover {
        background: #f1f1f1;
        color: black;
    }

    .botnavbar a.active {
        background-color: #04AA6D;
        color: white;
    }





.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

.listNoBullet {
    list-style-type: none;
    list-style: none;
}

.section-container {
    clear: both;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 0px solid blue;
    flex-wrap: wrap;
    margin: 0px;
    padding: 5px;
}

    .section-container h2 {
        margin-top: 10px;
    }

.section-item {
    vertical-align: top;
    display: inline-block;
    text-align: center;
    margin: 10px;
    width: 300px;
    border: 1px solid gray;
}

.section-help {
    vertical-align: top;
    display: inline-block;
    text-align: center;
    margin: 10px;
    width: 200px;
    border: 1px solid gray;
    padding: 5px
}

    .section-help img {
        width: 100px;
    }



.section-item-review {
    vertical-align: top;
    display: inline-block;
    text-align: center;
    margin: 5px;
    width: 600px;
    border: 1px solid gray;
}


.section-item-hero {
    vertical-align: top;
    display: inline-block;
    text-align: center;
    margin: 10px;
    width: 600px;
    min-height: 420px;
    border: 1px solid gray;
}


.section-item-getstarted {
    vertical-align: top;
    display: inline-block;
    text-align: center;
    margin: 10px;
    width: 100%;
    min-height: 420px;
    border: 1px solid gray;
    max-width: auto;
}

.section-item-price {
    vertical-align: top;
    display: inline-block;
    text-align: center;
    margin: 10px;
    width: 300px;
    min-height: 300px;
    border: 1px solid gray;
}


.section-item-group {
    vertical-align: top;
    display: inline-block;
    text-align: center;
    margin: 10px;
    width: 400px;
    min-height: 440px;
    border: 1px solid gray;
}

.section-item-discord {
    vertical-align: top;
    display: inline-block;
    text-align: center;
    margin: 10px;
    width: 400px;
    min-height: 440px;
    border: 1px solid transparent;
}


.section-item-action {
    margin: 10px;
}

.section-item-mid {
    min-height: 140px;
}


.section-item-getstarted-img {
    min-height: 200px;
    min-width: 400px;
    max-width: auto;
}

.section-item-hero-img {
    min-height: 168px;
}

.section-item-hero-action {
    margin: 10px;
}


.section-item-propfirm {
    vertical-align: top;
    display: inline-block;
    text-align: center;
    margin: 5px;
    width: 400px;
    height: 400px;
    border: 1px solid gray;
}


.section-item-hybrid {
    vertical-align: top;
    display: inline-block;
    text-align: center;
    margin: 5px;
    width: 600px;
    min-height: 640px;
    border: 1px solid gray;
}

.section-item-propfirm-big {
    vertical-align: top;
    display: inline-block;
    text-align: center;
    margin: 5px;
    width: 600px;
    min-height: 350px;
    border: 1px solid gray;
}

.section-item-video {
    vertical-align: top;
    display: inline-block;
    text-align: center;
    margin: 10px;
    width: 564px;
    min-height: 320px;
    border: 1px solid gray;
}


.section-item-footer {
    vertical-align: bottom;
    display: inline-block;
    text-align: center;
    min-height: 100px;
    padding: 5px
}


.section-caption {
    display: block;
}

.section-header {
    border-top: 1px solid lightgray;
    padding: 0px;
    width: 100%;
    display: block;
}

.section-caption {
    display: block;
}

.header-container {
    width: 100%;
    display: flex;
    justify-content: right;
    align-items: flex-end;
    border: 0px solid blue;
    flex-wrap: nowrap;
    margin: 0px;
    padding: 0px;
}

.header-item {
    padding: 0px;
    vertical-align: bottom;
    display: inline-block;
    text-align: center;
    margin: 0 5px 0 5px;
    width: 32px;
}

.navbar-help-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    background-image: url(/images/help.svg);
}

.freemium {
    background-color: #ffffff !important;
    border: 1px solid lightgray;
}

.essentials {
    background-color: lightgreen !important;
    border: 1px solid lightgray;
}

.premium {
    background-color: #add8e6 !important;
    border: 1px solid lightgray;
}

.ultimate {
    background-color: #f0dc82 !important;
    border: 1px solid lightgray;
}


.table-header-nowrap th {
    white-space: nowrap;
}

.subscription-freemium {
    border: 5px solid lightgray;
    min-width: 50px;
}

    .subscription-freemium:active {
        background-color: yellow;
        border: 1px solid black;
    }

    .subscription-freemium:hover {
        background-color: whitesmoke;
        border: 1px solid black;
    }


.subscription-essentials {
    border: 5px solid lightgreen;
    min-width: 50px;
}

    .subscription-essentials:active {
        background-color: yellow;
        border: 1px solid black;
    }

    .subscription-essentials:hover {
        background-color: lightgreen;
        border: 1px solid black;
    }



.subscription-premium {
    border: 5px solid #add8e6;
    min-width: 50px;
}

    .subscription-premium:active {
        background-color: yellow;
        border: 1px solid black;
    }

    .subscription-premium:hover {
        background-color: #add8e6;
        border: 1px solid black;
    }


.subscription-ultimate {
    border: 5px solid #f0dc82;
    min-width: 50px;
}

    .subscription-ultimate:active {
        background-color: yellow;
        border: 1px solid black;
    }

    .subscription-ultimate:hover {
        background-color: #f0dc82;
        border: 1px solid black;
    }


.btn-subscribe {
    min-width: 50px;
}

    .btn-subscribe:hover {
        background-color: yellow !important;
        color: black;
        border: 5px solid black;
    }


.btn-spacer {
    margin: 1px;
}


.download-container {
    border-top: 1px solid lightgray;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 0px solid blue;
    flex-wrap: wrap;
    padding: 5px;
}

.download-figure {
    vertical-align: top;
    display: inline-block;
    text-align: center;
    border: 0px solid gray;
    width: 220px;
    margin: 5px;
}

.download-img {
    width: 150px;
    height: 150px;
    background-color: white;
}

.download-caption {
    /* Make the caption a block so it occupies its own line. */
    display: block;
}

.download-button {
    width: 220px;
}


.mw-150 {
    min-width: 150px !important;
}

.mw-200 {
    min-width: 200px !important;
}

.mw-250 {
    min-width: 250px !important;
}

.mw-275 {
    min-width: 275px !important;
}

.mw-300 {
    min-width: 300px !important;
}

.mw-350 {
    min-width: 350px !important;
}

.mw-400 {
    min-width: 400px !important;
}


.mw-500 {
    min-width: 500px !important;
}

.collapsible {
    background-color: #777;
    color: white;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
}

    .active, .collapsible:hover {
        background-color: #555;
    }

.content {
    padding: 0 18px;
    display: none;
    overflow: hidden;
    background-color: #f1f1f1;
}


.navbar-brand {
    font-size: 1rem !important;
}


.getstarted {
    color: #0078D4 !important;
    background: white;
    margin: 0 3px 0 3px;
}




.getstartedactive {
    color: #000000;
    /*    background-color: yellow !important;*/
    background: gold !important;
}

/*    .getstartedactive:active {
        background-color: yellow;
        border: 1px solid black;
    }*/



.getstarted span {
    min-height: 14px;
}

.getstarted:hover {
    color: #000000;
    background: yellow;
}


.banner {
    margin: auto;
    border: 0px solid gray;
    padding: 2px;
    align-content: center;
    text-align: center;
}

.img-complete {
    margin: 0 0 0 5px;
    border: 0px solid transparent;
    padding: 0px;
}


.navbarRight {
    min-width: 300px;
    display: flex;
    justify-content: flex-end;
    background-color: transparent;
    white-space: nowrap !important;
}


.clip {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


.link-nodec {
    color: inherit;
    text-decoration: inherit;
    /*cursor: inherit;*/
}

.h1-intro {
    font-size: x-large;
}

.scrollmenu {
    white-space: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

    .scrollmenu a {
        display: inline-block;
        text-decoration: none;
        color: #007bff;
    }

        .scrollmenu a:hover {
            text-decoration: underline;
        }




/* full?screen, semi?transparent overlay */
#loadingOverlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.8);
    z-index: 1050;
    display: none;
    align-items: center;
    justify-content: center;
}


/* Default: truncate on small screens */
.truncate-responsive {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    width: 100%;
}


/* On medium and up (>=768px), allow wrapping */
@media (min-width: 768px) {
    .truncate-responsive {
        white-space: normal;
        overflow: visible;
        text-overflow: clip;
    }
}

