@import '_content/Tridesetri.Components.Blazor/Tridesetri.Components.Blazor.bundle.scp.css';

/* _content/Tridesetri.Cms.App/Layouts/BlogLayout.razor.rz.scp.css */
.container[b-j8wt4j9exm] {
    display: flex;
    gap: 20px; /* space between content and sidebar */
}

.sidebar[b-j8wt4j9exm] {
    flex-basis: 250px; /* width of the sidebar */
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    align-self: flex-start;
    width: 100%;
}

@media (max-width: 768px) {
    .sidebar[b-j8wt4j9exm] {
        display: none;
    }
}

/*

    max-width: 900px;
    background-color: #ffffff;
    padding: 20px;
    margin: 40px 0;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
*/
/* _content/Tridesetri.Cms.App/Pages/Index.razor.rz.scp.css */
.container[b-ihxqv52a2b] {
    display: flex;
    /*gap: 20px;*/
    /*justify-content: flex-start;*/
    justify-content: center;
}

.left-inner[b-ihxqv52a2b] {
    display: none;
}

.right-inner[b-ihxqv52a2b] {
    display: none;
}

article[b-ihxqv52a2b] {
    flex: 1;
    max-width: 600px;
    position: relative;
}

aside[b-ihxqv52a2b] {
    display: flex;
    flex-direction: column;
    align-items: flex-end; /* Align children to the end (right side) */
    max-width: 300px;
}

.right-no-float[b-ihxqv52a2b] {
    /* Your styles for no-float */
    width: 100%; /* Adjust width as needed */
    margin-bottom: 0px; /* Space between no-float and sidebar */
}

.left-no-float[b-ihxqv52a2b] {
    /* Your styles for no-float */
    width: 100%; /* Adjust width as needed */
    margin-bottom: 0px; /* Space between no-float and sidebar */
}

.left-sidebar[b-ihxqv52a2b] {
    position: sticky;
    top: 0; /* Adjust this value if you want some space from the top */
    width: 100%; /* Adjust width as needed */
    max-width: 300px;
}

.right-sidebar[b-ihxqv52a2b] {
    position: sticky;
    top: 0; /* Adjust this value if you want some space from the top */
    width: 100%; /* Adjust width as needed */
    max-width: 300px;
}

@media (max-width: 1299px) {
/*    .container {
        justify-content: center;
    }*/

    .left-sidebar[b-ihxqv52a2b] {
        display: none;
    }

    .left-inner[b-ihxqv52a2b] {
        display: block;
    }

    .left-no-float[b-ihxqv52a2b] {
        display: none;
    }
}

@media (max-width: 980px) {


    .right-sidebar[b-ihxqv52a2b]{
        display: none;
    }

    .right-inner[b-ihxqv52a2b] {
        display: block;
    }

    .right-no-float[b-ihxqv52a2b] {
        display: none;
    }
}


/* _content/Tridesetri.Cms.App/Pages/Protected/BlobImages/CreateBlobImage.razor.rz.scp.css */
.big-img[b-gmh90wstb6] {
    height: 600px;
    /* This rule is very important, please don't ignore this */
    max-width: 100%;
}

.img-container[b-gmh90wstb6] {
    height: 600px;
    width: 100%;
    overflow: hidden;
}

.img-container[b-gmh90wstb6] >  img {
    width: 100%;
    height: auto;
}

.img-preview-container[b-gmh90wstb6] {
    height: 600px;
    width: auto;
    overflow: hidden;
}
/* _content/Tridesetri.Cms.App/Pages/Protected/BlobImages/EditBlobImage.razor.rz.scp.css */
.cropper-example[b-sw95nvfs08] {
    height: 315px;
    width: 100%;
    max-width: 600px;
}

.img-example-preview[b-sw95nvfs08] {
    width: 100%;
    max-width: 600px;
    height: 315px;
    overflow: hidden;
}

.img-example-preview[b-sw95nvfs08] >  img {
    max-width: 100%;
}
/* _content/Tridesetri.Cms.App/Pages/Protected/BlobImages/EditImageDialog.razor.rz.scp.css */
.cropper-example[b-zcujto631b] {
    height: 315px;
    width: 100%;
    max-width: 600px;
}

.img-example-preview[b-zcujto631b] {
    width: 100%;
    max-width: 600px;
    height: 315px;
    overflow: hidden;
}

.img-example-preview[b-zcujto631b] >  img {
    max-width: 100%;
}

/* _content/Tridesetri.Cms.App/Shared/Controls/Language/Base/PageLanguageTabPanel.razor.rz.scp.css */
.mud-stack-container[b-wzjhnvagfs] {
    position: relative;
    display: inline-block;
}

.icon-buttons[b-wzjhnvagfs] {
    display: none;
}

.article-container[b-wzjhnvagfs] {
    max-width: 600px;
}

.article-container:hover .icon-buttons[b-wzjhnvagfs] {
    display: block;
}

.container[b-wzjhnvagfs] {
    display: flex;
    gap: 20px;
    justify-content: flex-start;
}

.inner-toc[b-wzjhnvagfs] {
    display: none;
}

article[b-wzjhnvagfs] {
    flex: 1;
    max-width: 100%;
    position: relative;
}

aside[b-wzjhnvagfs] {
    display: flex;
    flex-direction: column;
    align-items: flex-end; /* Align children to the end (right side) */
}

.no-float[b-wzjhnvagfs] {
    /* Your styles for no-float */
    width: 100%; /* Adjust width as needed */
    margin-bottom: 0px; /* Space between no-float and sidebar */
}

.sidebar[b-wzjhnvagfs] {
    position: sticky;
    top: 0; /* Adjust this value if you want some space from the top */
    width: 100%; /* Adjust width as needed */
}

@media (max-width: 1023px) {
    .container[b-wzjhnvagfs] {
        justify-content: center;
    }

    aside[b-wzjhnvagfs] {
        display: none;
    }

    .inner-toc[b-wzjhnvagfs] {
        display: block;
    }
}
/* _content/Tridesetri.Cms.App/Shared/Controls/Language/LanguageTab.razor.rz.scp.css */
/* Skeleton Table Styles */
table[b-tu4vzb804f] {
    border-collapse: collapse;
    width: 100%;
    border: 1px solid lightgray; /* Outside border */
}

th[b-tu4vzb804f], td[b-tu4vzb804f] {
    height: 37px;
    border-left: 1px solid lightgray; /* Border between two columns */
    padding-inline-start: 10px;
}

    /* First column width */
    td:first-child[b-tu4vzb804f] {
        width: 160px;
    }

    /* Remove border from the first column */
    td:first-child[b-tu4vzb804f] {
        border-left: none;
    }

/* Add a blank row for the first column */
tr:last-child td:first-child[b-tu4vzb804f]::after {
    content: "";
    display: block;
    height: 37px;
}
/* _content/Tridesetri.Cms.App/Shared/Controls/Language/WebpageLanguageTabPanel.razor.rz.scp.css */
.mud-stack-container[b-5def200hp8] {
    position: relative;
    display: inline-block;
}

.icon-buttons[b-5def200hp8] {
    position: absolute;
    top: 0%;
    right: 0;
    display: none;
    backdrop-filter: blur(10px);
    background-color: rgba(0, 0, 0, 0.5); /* Semi-transparent white */
    border-radius: 5px; /* Optional: for rounded corners */
}

.mud-stack-container:hover .icon-buttons[b-5def200hp8] {
    display: block;
}

.container[b-5def200hp8] {
    display: flex;
    gap: 20px;
    justify-content: flex-start;
}

.inner-toc[b-5def200hp8] {
    display: none;
}

article[b-5def200hp8] {
    flex: 1;
    max-width: 600px;
    position: relative;
}

aside[b-5def200hp8] {
    display: flex;
    flex-direction: column;
    align-items: flex-end; /* Align children to the end (right side) */
}

.no-float[b-5def200hp8] {
    /* Your styles for no-float */
    width: 100%; /* Adjust width as needed */
    margin-bottom: 0px; /* Space between no-float and sidebar */
}

.sidebar[b-5def200hp8] {
    position: sticky;
    top: 0; /* Adjust this value if you want some space from the top */
    width: 100%; /* Adjust width as needed */
}

@media (max-width: 1023px) {
    .container[b-5def200hp8] {
        justify-content: center;
    }

    aside[b-5def200hp8] {
        display: none;
    }

    .inner-toc[b-5def200hp8] {
        display: block;
    }
}
/* _content/Tridesetri.Cms.App/Shared/Controls/Lists/SortableList.razor.rz.scp.css */
[b-0gc50hi0yt] .sortable-ghost {
    visibility: hidden;
}

[b-0gc50hi0yt] .sortable-fallback {
    opacity: 1 !important
}
/* _content/Tridesetri.Cms.App/Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-thudei1dkl] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-thudei1dkl] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-thudei1dkl] {
    font-size: 1.1rem;
}

.oi[b-thudei1dkl] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-thudei1dkl] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-thudei1dkl] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-thudei1dkl] {
        padding-bottom: 1rem;
    }

    .nav-item[b-thudei1dkl]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-thudei1dkl]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-thudei1dkl]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-thudei1dkl] {
        display: none;
    }

    .collapse[b-thudei1dkl] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
    
    .nav-scrollable[b-thudei1dkl] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
