/* /Components/Calendar/CalendarMonthComponent.razor.rz.scp.css */
td[b-33t9p8w52c] {
    border: 1px solid black;
    width: 40px;
    height: 30px;
    text-align: center;
    vertical-align: middle;
}
/* /Components/CalendarComponent.razor.rz.scp.css */
td[b-rzpzm6c6d3] {
    border: 1px solid black;
    width: 40px;
    height: 30px;
    text-align: center;
    vertical-align: middle;
}

th[b-rzpzm6c6d3] {
    height: 40px;
    text-align: center;
    vertical-align: middle;
}
/* /Components/CalendarRowComponent.razor.rz.scp.css */
.calendar-row-component[b-16yoct6lc7] {
    display: flex;
    flex-direction: row; /* Ensures elements are arranged horizontally */
    gap: 10px; /* Adds spacing between elements */
}
/* /Components/FollowingFloatingModal.razor.rz.scp.css */
.following-floating-modal[b-583cvohnfr] {
    position: fixed;
    background-color: transparent;
    border: 1px solid #4b4b4b;
    padding: 10px;
    border-radius: 5px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    z-index: 1000;
    max-width: 400px;
    max-height: 12rem;
    text-align: justify;
    color: red;
    left: 50px;
    top: auto;

}
/* /Components/GamePost.razor.rz.scp.css */
.postbody[b-yjvi7i0ouy] {
    text-align: left;
}
/* /Components/MartiloLogo.razor.rz.scp.css */
.container[b-ynsn8zt2dv] {
    position: relative;
    max-height: 28rem; /* Maximum height */
    min-height: 15rem;
}

.container img[b-ynsn8zt2dv] {
    width: auto;
    height: auto;
    margin: auto;
    display: block;
    position: absolute;
    max-height: 15rem; /* Maximum height */
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

@media (max-width: 640.98px) {
    .container img[b-ynsn8zt2dv] {
        max-height: 12rem;
    }
    
    .container[b-ynsn8zt2dv] {
        min-height: 12rem;
    }
}
/* /Components/PagePost.razor.rz.scp.css */
/* /Components/PostContent.razor.rz.scp.css */
a[b-b15iyl3qrs], .btn-link[b-b15iyl3qrs] {
    color: #ffe97a;
    width: fit-content
}

a:hover[b-b15iyl3qrs], .btn-link[b-b15iyl3qrs] {
    color: #95cd68;
}

.post-date[b-b15iyl3qrs] {
    font-size: 1.5rem;
    font-weight: 500;
    color: #d3ad00;
    text-align: center;
}

.post-content[b-b15iyl3qrs] {
    text-align: center;
    align-content: center;
    max-width: 65vw;
}

.postbody[b-b15iyl3qrs] {
    text-align: left;
    display: flex;
    flex-direction: column;
}

.post-devlog[b-b15iyl3qrs] {
    text-align: center;
    font-size: 1.2rem;
    color: #ffdc49;
}

.post-gameCode[b-b15iyl3qrs] {
    display: inline-block;
    text-align: center;
    font-size: 1.2rem;
    color: #ffdc49;
}

.post-title[b-b15iyl3qrs] {
    text-align: center;
    font-size: 2.5rem;
    font-weight: 700;
    color: #ffdc49;
}

.horizontal-line[b-b15iyl3qrs] {
    border-bottom: 1px solid black;
    width: 100%;
}

.youtube-video-container[b-b15iyl3qrs] {
    display: flex;
    align-items: center;
    padding: 2.5rem;
    flex-direction: column;
}

img[b-b15iyl3qrs] {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    max-width: 80vw;
    max-height: 360px;
    object-fit: contain;
}

@media (max-width: 480px) {
    .youtube-video-container[b-b15iyl3qrs] {
        align-items: center;
        padding: 2.5rem;
        flex-direction: column;
    }

    iframe[b-b15iyl3qrs] {
        width: 95%;
        height: 95%;
    }

    .post-content[b-b15iyl3qrs] {
        max-width: 99%;
    }
}
/* /Components/UserPost.razor.rz.scp.css */
/* /Layout/MainLayout.razor.rz.scp.css */
.page[b-a1f2mb35w9] {
    position: relative;
    display: flex;
    flex-direction: column;
}

article[b-a1f2mb35w9] {
    display: flex;
    align-items: center;
    flex: 1;
    padding: 1.5rem;
    flex-direction: column;
}

.header-logo-row[b-a1f2mb35w9] {
    background-color: #333333;
    border-bottom: 1px solid #000000;
    justify-content: center;
    display: flex;
    align-items: center;
}

.header-link[b-a1f2mb35w9] {
    white-space: nowrap;
    margin-left: 1.5rem;
    text-decoration: none;
    color: #cacaca;
}

.top-row[b-a1f2mb35w9] {
    background-color: #7f0000;
    border-bottom: 1px solid #000000;
    height: 3.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .top-row[b-a1f2mb35w9]  a, .top-row[b-a1f2mb35w9]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-a1f2mb35w9]  a:hover, .top-row[b-a1f2mb35w9]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-a1f2mb35w9]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

.bottom-row[b-a1f2mb35w9] {
    background-color: #7f0000;
    border-bottom: 1px solid #000000;
    height: 3.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    bottom: 0;
}

.bottom-row[b-a1f2mb35w9]  a, .top-row[b-a1f2mb35w9]  .btn-link {
    white-space: nowrap;
    margin-left: 1.5rem;
    text-decoration: none;
}

.bottom-row[b-a1f2mb35w9]  a:hover, .top-row[b-a1f2mb35w9]  .btn-link:hover {
    text-decoration: underline;
}

.bottom-row[b-a1f2mb35w9]  a:first-child {
    overflow: hidden;
    text-overflow: ellipsis;
}

.footer-link[b-a1f2mb35w9] {
    white-space: nowrap;
    margin-left: 1.5rem;
    text-decoration: none;
    color: #cacaca;
}
/* /Pages/Home.razor.rz.scp.css */
.home-content[b-3xhgspk85g] {
    display: flex;
    flex-direction: column;
    text-align: center;
    align-self: center;
    margin-top: 20px;
}

img[b-3xhgspk85g] {
    display: block;
    margin: auto;
}

.social-media-links-container[b-3xhgspk85g] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-top: 20px;
}

.social-media-links[b-3xhgspk85g] {
    display: flex;
    flex-direction: column;
    align-self: center;
}

.social-media-link[b-3xhgspk85g] {
   width: fit-content;
    align-self: center;
}
/* /Pages/PrivacyPolicy.razor.rz.scp.css */
article[b-4w78t3e90j] {
    display: flex;
    align-items: center;
    flex: 1;
    padding: 1.5rem;
    flex-direction: column;
}

p[b-4w78t3e90j] {
    text-align: left;
    width: 70vw;
}

h3[b-4w78t3e90j] {
    text-align: left;
    color: #ffdc49;
    width: 70vw;
}

ul[b-4w78t3e90j] {
    text-align: left;
    width: 70vw;
}
