/* _content/ColdHammerResearchAndDevelopment/Components/Layout/BottomNav.razor.rz.scp.css */
.footer[b-9jdl64olak] {
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: black;
    color: white;
    text-align: center;
    padding: 5px 0;
    z-index: 1000; /* Ensure it stays above other content */
}

.modal-overlay[b-9jdl64olak] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2000; 
}

.modal-dialog[b-9jdl64olak] {
    background-color: black;
    color: white;
    padding: 20px;
    border-radius: 5px;
    max-width: 500px;
    width: 90%;
    min-height: 200px !important;
    max-height: 80vh !important;
    overflow-y: auto !important;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
    scrollbar-color: #6db5fc #333;
    box-sizing: border-box;
    position: relative;
    z-index: 2010;
    pointer-events: auto;
    touch-action: pan-y;
}

.modal-dialog[b-9jdl64olak]::-webkit-scrollbar {
    width: 12px; 
    pointer-events: auto; 
}

.modal-dialog[b-9jdl64olak]::-webkit-scrollbar-track {
    background: #252a2e;
}

.modal-dialog[b-9jdl64olak]::-webkit-scrollbar-thumb {
    background: #6db5fc;
    border-radius: 6px;
    border: 2px solid #333;
}

.modal-dialog[b-9jdl64olak]::-webkit-scrollbar-thumb:hover {
    background: #3d95e3;
}

.modal-content[b-9jdl64olak] {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    background-color: black;
    min-height: 100%;
}

.modal-content h2[b-9jdl64olak] {
    margin-top: 0px;
    color: #3d95e3;
    font-family: monospace;
    font-size: 1.35rem;
    line-height: 1.1;
    font-weight: bold;
}

.modal-content p[b-9jdl64olak] {
    color: white;
}

.modal-content button[b-9jdl64olak] {
    margin-top: 10px;
}

p[b-9jdl64olak] {
    margin-bottom: 0px;
    font-size: 0.7rem;
}

.modal-content .close-button[b-9jdl64olak] {
    background-color: black;
    color: white;
    font-size: 1.2rem;
    border: none;
    padding: 5px 10px;
    cursor: pointer;
    border-radius: 5px;
    transition: background-color 0.3s;
    margin-top: 0px;
    width: 150px;
}

.modal-content .close-button:hover[b-9jdl64olak] {
    background-color: #252a2e; 
    transition: background-color 0.3s ease, transform 0.3s ease;
    color: #6db5fc;
    transition: color 0.3s ease, transform 0.3s ease;
    transform: scale(1.05);
}

.align-button-center[b-9jdl64olak] {
    text-align: center;
}

.non-button-text-link-disclaimer[b-9jdl64olak] {
    color: #3d95e3;
    text-decoration: underline; /* Adds underline like a link */
    border: none; /* Removes button border */
    background: none; /* Removes button background */
    cursor: pointer; /* Ensures pointer cursor on hover */
    font-size: inherit; /* Matches surrounding text size */
    padding: 0; /* Removes default padding */
}

.non-button-text-link-disclaimer:hover[b-9jdl64olak] {
    color: #6db5fc;
    transition: color 0.3s ease;
    text-decoration: underline;
}

/* _content/ColdHammerResearchAndDevelopment/Components/Layout/MainLayout.razor.rz.scp.css */

.main-content-container[b-262uc37gk8] {
    overflow-y: auto;
}

/* CSS for EXTRA LARGE WHOA DUDE screens */
@media (min-width: 1700px) {
    .main-content-container[b-262uc37gk8] {
        margin-top: 110px;
        margin-left: 300px;
        margin-right: 300px;
        padding-right: 5px;
        padding-left: 5px;
        padding-top: 5px;
        padding-bottom: 5px;
    }
}

@media (min-width: 1500px) and (max-width: 1699px) {
    .main-content-container[b-262uc37gk8] {
        margin-top: 110px;
        margin-left: 300px;
        margin-right: 300px;
        padding-right: 5px;
        padding-left: 5px;
        padding-top: 5px;
        padding-bottom: 5px;
    }
}

@media (min-width: 1300px) and (max-width: 1499px) {
    .main-content-container[b-262uc37gk8] {
        margin-top: 110px;
        margin-left: 250px;
        margin-right: 250px;
        padding-right: 5px;
        padding-left: 5px;
        padding-top: 0px;
        padding-bottom: 5px;
    }
}

@media (min-width: 1200px) and (max-width: 1299px) {
    .main-content-container[b-262uc37gk8] {
        margin-top: 70px;
        margin-left: 200px;
        margin-right: 200px;
        padding-right: 5px;
        padding-left: 5px;
        padding-top: 0px;
        padding-bottom: 5px;
    }
}

@media (min-width: 900px) and (max-width: 1199px) {
    .main-content-container[b-262uc37gk8] {
        margin-top: 70px;
        margin-left: 165px;
        margin-right: 165px;
        padding-top: 0px;
        padding-bottom: 5px;
        padding-right: 5px;
        padding-left: 5px;
    }
}

@media (min-width: 710px) and (max-width: 899px) {
    .main-content-container[b-262uc37gk8] {
        margin-top: 70px;
        margin-left: 170px;
        margin-right: 20px;
        padding-top: 0px;
        padding-bottom: 5px;
        padding-right: 5px;
        padding-left: 5px;
    }
}

@media (min-width: 400px) and (max-width: 709px) {
    .main-content-container[b-262uc37gk8] {
        margin-top: 70px;
        padding-right: 5px;
        padding-left: 5px;
        padding-top: 5px;
        padding-bottom: 5px;
    }
}
 
@media (max-width: 399px) {
    .main-content-container[b-262uc37gk8] {
        margin-top: 55px;
        padding-right: 5px;
        padding-left: 5px;
        padding-top: 5px;
        padding-bottom: 5px;
    }
}

#blazor-error-ui[b-262uc37gk8] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

#blazor-error-ui .dismiss[b-262uc37gk8] {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}
/* _content/ColdHammerResearchAndDevelopment/Components/Layout/SideNav.razor.rz.scp.css */

@media (min-width: 1300px) {
    .large-screen[b-gbl4e59oir] {
        display: block;
    }

    .side-nav[b-gbl4e59oir] {
        position: fixed;
        top: 110px;
        left: 0;
        width: 230px;
        height: calc(100vh - 140px);
        max-height: 510px;
        overflow-y: auto;
        display: flex;
        justify-content: center;
        padding-top: 5px;
        font-size: 1.5rem;
    }
}

/* CSS for larger screens */
@media (min-width: 710px) and (max-width: 1299px) {
    .large-screen[b-gbl4e59oir] {
        display: block;
    }

    .side-nav[b-gbl4e59oir] {
        position: fixed;
        top: 70px;
        left: 0;
        width: 150px;
        height: calc(100vh - 120px);
        max-height: 500px;
        overflow-y: auto;
        display: flex;
        justify-content: center;
        padding-top: 5px;
        font-size: 1.1rem;
    }
}

/* CSS for smaller screens */
@media (max-width: 709px) {
    .large-screen[b-gbl4e59oir] {
        display: none;
    }
}
/* _content/ColdHammerResearchAndDevelopment/Components/Layout/TopNav.razor.rz.scp.css */
.fixed-top[b-is3izoc0c4] {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1030;
    box-shadow: 0 2px 5px rgba(0,0,0,.1);
    padding-top: 5px;
    background-color: black;
}

/* CSS form anything that datalist a larger screen */
@media (min-width: 710px) {
    .app-hamburger-dropdown-button-container[b-is3izoc0c4] {
        display: none;
    }

    .dropdown[b-is3izoc0c4] {
        display: none;
    }
}

/* CSS for anything that is NOT a larger screen */
@media (max-width: 709px) {
    .hamburger-or-close-button[b-is3izoc0c4] {
        color: white;
        background-color: black;
        border: 0px;
    }

    .hamburger-or-close:focus[b-is3izoc0c4], .hamburger-or-close:active:focus[b-is3izoc0c4] {
        color: white;
        background-color: black;
        border-color: black;
        box-shadow: none;
    }

    .dropdown[b-is3izoc0c4] {
        position: relative;
        display: inline-block;
    }

    @media (min-height: 350px) {
        .dropdown-menu[b-is3izoc0c4] {
            display: none;
            position: fixed;
            background-color: black;
            min-width: 180px;
            box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
            z-index: 1000;
            border: 2px solid white;
            font-size: 1.25rem;
            overflow-x: hidden;
            overflow-y: auto !important;
            min-height: 200px !important;
            height: calc(90vh - 100px) !important;
            max-height: 380px !important;
        }
    }

    @media (max-height: 350px) {
        .dropdown-menu[b-is3izoc0c4] {
            display: none;
            position: fixed;
            background-color: black;
            min-width: 190px;
            box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
            z-index: 1000;
            border: 2px solid white;
            font-size: 1.25rem;
            overflow-x: hidden;
            overflow-y: auto !important;
            min-height: 200px !important;
            height: calc(90vh - 100px) !important;
            max-height: 380px !important;
        }
    }

    .dropdown-menu a[b-is3izoc0c4] {
        color: black;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
    }

    .dropdown-menu a:hover[b-is3izoc0c4] {
        background-color: #f1f1f1;
    }
}

@media (min-width: 1300px) {
    .top-nav-container[b-is3izoc0c4] {
        width: 100%;
        height: 100px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .app-title-left-image[b-is3izoc0c4],
    .app-title-right-image[b-is3izoc0c4] {
        width: auto;
        height: 100%;
    }

    .app-title-left-image-container[b-is3izoc0c4] {
        width: 220px;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
    }

    .app-title-right-image-container[b-is3izoc0c4] {
        height: 100%;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        text-align: left;
        display: flex;
        align-items: center;
        justify-content: center;
        flex: 0 0 45%;
        text-align: center;
    }
}

@media (min-width: 710px) and (max-width: 1299px) {
    .top-nav-container[b-is3izoc0c4] {
        width: 100%;
        height: 70px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .app-title-left-image[b-is3izoc0c4],
    .app-title-right-image[b-is3izoc0c4] {
        width: auto;
        height: 100%;
    }

    .app-title-left-image-container[b-is3izoc0c4] {
        width: 140px;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
    }

    .app-title-right-image-container[b-is3izoc0c4] {
        height: 100%;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        text-align: left;
        display: flex;
        align-items: center;
        justify-content: center;
        flex: 0 0 45%;
        text-align: center;
    }
}

@media (min-width: 400px) and (max-width: 709px) {
    .top-nav-container[b-is3izoc0c4] {
        width: 100%;
        height: 70px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .app-title-left-image[b-is3izoc0c4],
    .app-title-right-image[b-is3izoc0c4] {
        width: auto;
        height: 100%;
    }

    .app-title-left-image-container[b-is3izoc0c4] {
        width: 100px;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        margin: 0px 0px 0px 0px;
    }

    .app-title-right-image-container[b-is3izoc0c4] {
        width: auto;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        margin: 0px 0px 0px 0px;
    }

    .app-hamburger-dropdown-button-container[b-is3izoc0c4] {
        width: 100px;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        margin: 0px 0px 0px 0px;
    }
}

@media (max-width: 399px) {
    .top-nav-container[b-is3izoc0c4] {
        width: 100%;
        height: 55px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .app-title-left-image[b-is3izoc0c4],
    .app-title-right-image[b-is3izoc0c4] {
        width: auto;
        height: 100%;
    }

    .app-title-left-image-container[b-is3izoc0c4] {
        width: 100px;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        margin: 0px 0px 0px 0px;
    }

    .app-title-right-image-container[b-is3izoc0c4] {
        width: auto;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        margin: 0px 0px 0px 0px;
    }

    .app-hamburger-dropdown-button-container[b-is3izoc0c4] {
        width: 100px;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        margin: 0px 0px 0px 0px;
    }
}
/* _content/ColdHammerResearchAndDevelopment/Components/Pages/Images.razor.rz.scp.css */
.slider-container[b-41xxz9roze] {
    position: relative;
    max-width: 600px;
    margin: auto;
    text-align: center;
}

@media (min-width: 1300px) {
    .image-wrapper[b-41xxz9roze] {
        width: 100%;
        height: 480px; /* Set a fixed height for the images */
        overflow: hidden;
        display: flex;
        justify-content: center;
        align-items: center;
    }
}

@media (min-width: 710px) and (max-width: 1299px) {
    .image-wrapper[b-41xxz9roze] {
        width: 100%;
        height: 400px; /* Set a fixed height for the images */
        overflow: hidden;
        display: flex;
        justify-content: center;
        align-items: center;
    }
}

@media (min-width: 450px) and (max-width: 709px) {
    .image-wrapper[b-41xxz9roze] {
        width: 100%;
        height: 300px; /* Set a fixed height for the images */
        overflow: hidden;
        display: flex;
        justify-content: center;
        align-items: center;
    }
}

@media (max-width: 449px) {
    .image-wrapper[b-41xxz9roze] {
        width: 100%;
        height: 220px; /* Set a fixed height for the images */
        overflow: hidden;
        display: flex;
        justify-content: center;
        align-items: center;
    }
}

.slider-image[b-41xxz9roze] {
    max-width: 100%;
    max-height: 100%;
    transition: opacity 0.5s ease-in-out; /* Smooth transition */
}

.button-container[b-41xxz9roze] {
    display: flex;
    justify-content: center;
    margin-top: 5px; /* Adjust as needed */
    gap: 1rem;
}

.prev[b-41xxz9roze], .next[b-41xxz9roze] {
    cursor: pointer;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    color: white;
    font-weight: bold;
    font-size: 35px; /* Increase font size */
    background-color: black; /* Button background color */
    border: none;
    border-radius: 5px;
    transition: 0.3s ease;
}

.prev:hover[b-41xxz9roze], .next:hover[b-41xxz9roze] {
    background-color: #252a2e;
    color: #6db5fc;
    transform: scale(1.1);
    transition: background-color 0.3s ease, color 0.3s ease, transform 0.3s ease;
}
/* _content/ColdHammerResearchAndDevelopment/Components/Pages/Memes.razor.rz.scp.css */
.slider-container[b-llemyn1fp5] {
    position: relative;
    max-width: 600px;
    margin: auto;
    text-align: center;
}

@media (min-width: 1500px) {
    .image-wrapper[b-llemyn1fp5] {
        width: 100%;
        height: 480px; /* Set a fixed height for the images */
        overflow: hidden;
        display: flex;
        justify-content: center;
        align-items: center;
    }
}

@media (min-width: 1300px) and (max-width: 1499px) {
    .image-wrapper[b-llemyn1fp5] {
        width: 100%;
        height: 420px; /* Set a fixed height for the images */
        overflow: hidden;
        display: flex;
        justify-content: center;
        align-items: center;
    }
}

@media (min-width: 710px) and (max-width: 1299px) {
    .image-wrapper[b-llemyn1fp5] {
        width: 100%;
        height: 400px; /* Set a fixed height for the images */
        overflow: hidden;
        display: flex;
        justify-content: center;
        align-items: center;
    }
}

@media (min-width: 450px) and (max-width: 709px) {
    .image-wrapper[b-llemyn1fp5] {
        width: 100%;
        height: 300px; /* Set a fixed height for the images */
        overflow: hidden;
        display: flex;
        justify-content: center;
        align-items: center;
    }
}

@media (max-width: 449px) {
    .image-wrapper[b-llemyn1fp5] {
        width: 100%;
        height: 220px; /* Set a fixed height for the images */
        overflow: hidden;
        display: flex;
        justify-content: center;
        align-items: center;
    }
} 

.slider-image[b-llemyn1fp5] {
    max-width: 100%;
    max-height: 100%;
    transition: opacity 0.5s ease-in-out; /* Smooth transition */
}

.button-container[b-llemyn1fp5] {
    display: flex;
    justify-content: center;
    margin-top: 5px; /* Adjust as needed */
    gap: 1rem;
}

.prev[b-llemyn1fp5], .next[b-llemyn1fp5] {
    cursor: pointer;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    color: white;
    font-weight: bold;
    font-size: 35px; /* Increase font size */
    background-color: black; /* Button background color */
    border: none;
    border-radius: 5px;
    transition: 0.3s ease;
}

.prev:hover[b-llemyn1fp5], .next:hover[b-llemyn1fp5] {
    background-color: #252a2e;
    color: #6db5fc;
    transform: scale(1.1);
    transition: background-color 0.3s ease, color 0.3s ease, transform 0.3s ease;
}
/* _content/ColdHammerResearchAndDevelopment/Components/Pages/Publications.razor.rz.scp.css */

.publication-journal[b-8ggs503l9n] {
    padding-top: 5px;
    padding-left: 30px;
    padding-right: 30px;
    font-weight: bold;
}

.publication-metadata[b-8ggs503l9n] {
    padding-left: 30px;
    padding-right: 30px;
    font-weight: bold;
}

.publication-authors[b-8ggs503l9n] {
    padding-left: 30px;
    padding-right: 30px;
    font-weight: bold;
}

.publication-date[b-8ggs503l9n] {
    padding-left: 30px;
    padding-right: 30px;
    font-weight: bold;
}

.publication-links[b-8ggs503l9n] {
    padding-top: 15px;
    padding-left: 30px;
    padding-right: 30px;
    font-weight: bold;
    color: #bfbdbd;
}

.status-text[b-8ggs503l9n] {
    padding-top: 5px;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 8px;
}
/* _content/ColdHammerResearchAndDevelopment/Components/Pages/Quotes.razor.rz.scp.css */
.slider-container[b-65bhkzaqih] {
    position: relative;
    max-width: 600px;
    margin: auto;
    text-align: center;
}

.quote-wrapper[b-65bhkzaqih] {
    width: 100%;
    height: auto;
    min-height: 250px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    padding-top: 20px;
}

.slider-quote[b-65bhkzaqih] {
    font-size: 1.5rem;
    color: white;
    padding: 20px;
    text-align: left;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    transition: opacity 0.5s ease-in-out;
}

.quote-author[b-65bhkzaqih] {
    text-align: right;
    font-style: italic;
    color: white;
    margin-top: 10px;
}

.button-container[b-65bhkzaqih] {
    display: flex;
    justify-content: center;
    margin-top: 10px;
    gap: 1rem;
}

.prev[b-65bhkzaqih], .next[b-65bhkzaqih] {
    cursor: pointer;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    color: white;
    font-weight: bold;
    font-size: 35px;
    background-color: black;
    border: none;
    border-radius: 5px;
    transition: 0.3s ease;
}

.prev:hover[b-65bhkzaqih], .next:hover[b-65bhkzaqih] {
    background-color: #252a2e;
    color: #6db5fc;
    transform: scale(1.1);
    transition: background-color 0.3s ease, color 0.3s ease, transform 0.3s ease;
}

@media (max-width: 768px) {
    .slider-quote[b-65bhkzaqih] {
        font-size: 1.2rem;
        padding: 15px;
    }
}

@media (max-width: 480px) {
    .slider-quote[b-65bhkzaqih] {
        font-size: 1rem;
        padding: 10px;
    }
}
/* _content/ColdHammerResearchAndDevelopment/Components/Pages/Videos.razor.rz.scp.css */
img.video-thumbnail[b-tzc9r5tiyy] {
    width: 300px; /* Adjust as needed */
    height: auto;
    border: 2px solid #ccc;
    border-radius: 5px;
}

img.video-thumbnail:hover[b-tzc9r5tiyy] {
    opacity: 0.8; /* Adds a hover effect */
}

span.video-source[b-tzc9r5tiyy] {
    text-align: center;
    color: #3d95e3;
    font-family: monospace;
    font-size: 1.15rem;
    line-height: 1.1;
    font-weight: bold;
}

.publication-date[b-tzc9r5tiyy] {
    padding-left: 30px;
    padding-right: 30px;
    font-weight: bold;
}

/* Default styling for the container holding the two divs */
.video-container[b-tzc9r5tiyy] {
    display: flex; /* Use Flexbox for layout */
    flex-wrap: wrap; /* Allow wrapping for responsiveness */
    gap: 20px; /* Space between divs */
    justify-content: space-between; /* Spread divs evenly */
}

/* Styling for the individual divs */
.video-container div[b-tzc9r5tiyy] {
    flex: 1; /* Each div takes equal space */
    width: 320px; /* Minimum width to prevent squishing */
    box-sizing: border-box; /* Include padding/border in width */
    padding: 0px; /* Optional: for visual spacing */
    display: flex; /* Use Flexbox to center content inside div */
    flex-direction: column; /* Stack content vertically */
    align-items: center; /* Center content horizontally */
    justify-content: center; /* Center content vertically (if height is defined) */
    text-align: center; /* Center text within the div */
}

table[b-tzc9r5tiyy] {
    width: 100%;
}

/* Styling for iframes to ensure they are centered and responsive */
.video-container div iframe[b-tzc9r5tiyy] {
    width: 100%; /* Full width of the parent div */
    height: auto; /* Maintain aspect ratio */
    aspect-ratio: 16 / 9; /* Standard video aspect ratio */
    display: block; /* Prevent unwanted spacing */
    margin: 0 auto; /* Center iframe horizontally */
}

p[b-tzc9r5tiyy] {
    padding: 0px;
    margin-bottom: 0px;
}

/* Media query for smaller screens (width ≤ 800px) */
@media (max-width: 800px) {
    .video-container[b-tzc9r5tiyy] {
        flex-direction: column;  Stack divs vertically 
        align-items: center;  Center divs horizontally 
    }

    .video-container div[b-tzc9r5tiyy] {
        width: 100%;  Full width on small screens 
    }
}
