/* /Pages/Article.razor.rz.scp.css */
/* /Pages/Auth/Login.razor.rz.scp.css */

.max-width-550[b-nuze6vo48u] {
    max-width:550px;
}

.submit-login[b-nuze6vo48u] {
    margin-top: 30px;
}

.auto-lr[b-nuze6vo48u] {
    margin-left: auto;
    margin-right: auto;
}

.center-text[b-nuze6vo48u] {
    text-align: center;
}

/*
.rz-textbox:focus ~ .rz-form-field-label
{
    font-size: 1rem;
}

.rz-form-field-label {
    font-size 1.5rem;
}

body {
    font-size: 230pt;
}
    */

/* /Pages/Auth/Register.razor.rz.scp.css */

.max-width-550[b-xuluw51wez] {
    max-width: 550px;
}

.submit-login[b-xuluw51wez] {
    margin-top: 30px;
}

.auto-lr[b-xuluw51wez] {
    margin-left: auto;
    margin-right: auto;
}

.center-text[b-xuluw51wez] {
    text-align: center;
}
/* /Pages/Write.razor.rz.scp.css */
body[b-d1ddoie6jg] {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    margin: 0;
    font-family: Arial, sans-serif;
}

.writeRow[b-d1ddoie6jg] {
    display: flex;
    justify-content: center;
    width: 100%;
    padding: 0 10px;
    box-sizing: border-box;
}

.empty-space[b-d1ddoie6jg], .control-region[b-d1ddoie6jg] {
    width: 20%;
    margin: 10px;
}

.text-region[b-d1ddoie6jg] {
    width: 100%;
    max-width: var(--main-ctn-width);
}

.control-region[b-d1ddoie6jg] {
    padding: 20px;
    box-sizing: border-box;
    max-width: var(--main-ctn-width);
}

@media screen and (orientation: portrait), screen and (max-width: 1280px) {
    .writeRow[b-d1ddoie6jg] {
        flex-direction: column-reverse;
        align-items: stretch;
    }

    .empty-space[b-d1ddoie6jg] {
        display: none;
    }

    .text-region[b-d1ddoie6jg], .control-region[b-d1ddoie6jg] {
        width: 100%;
        margin: 10px auto;
    }
}
/* /Shared/Components/ArticleStat.razor.rz.scp.css */

div.error-label[b-wmvifwcj1g] {
  padding: 2px;
  color: #fff;
  background-color: #DA362A;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  width: 200px;
  margin: 7px;
  font-size: 12px;
  box-shadow: 3px 3px 5px 0px lightgray;
}

div.error-label[b-wmvifwcj1g]:before {
   
  content: ' ';
  height: 0;
  position: relative;
  width: 0;
  left: 20px;
  top: -25px;
  border: 10px solid transparent;
  border-bottom-color: #DA362A;
}

.st-card[b-wmvifwcj1g] {
    color: #252525;
    border: 1px solid #bebebe5c;
    border-radius: 0px;
    background-color: var(--near-white);
    box-shadow: 5px 5px 10px -5px #aaaaaa;

    padding: 5px;
    margin: 10px;
}

.st-card-inner[b-wmvifwcj1g] {
    padding: 10px;
}

.stat-title[b-wmvifwcj1g] {
    text-align: center;
    font-weight: 600;
    font-size: large;
}
/* /Shared/Components/BlogSummary.razor.rz.scp.css */

.gradient-color-fade[b-h20m5nw0dw] {
    font-size: 2em;
    font-weight: 800;
    color: royalblue;
    overflow: hidden;
    background: linear-gradient(to right, var(--site-primary-01-dark), var(--site-primary-01-dark) 50%, var(--site-primary-01) 50%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-size: 200% 100%;
    background-position: 100%;
    -webkit-transition: background-position 500ms ease;
    -moz-transition: background-position 500ms ease;
    -o-transition: background-position 500ms ease;
    transition: background-position 500ms ease;
}

.gradient-color-fade:hover[b-h20m5nw0dw] {
    background-position: 0 100%;
}

.gradient-background-fade[b-h20m5nw0dw] {
    background: -webkit-linear-gradient(0deg, lightgray,rgba(0,0,0,0) 100%);
    background: -moz-linear-gradient(0deg, lightgray,rgba(0,0,0,0) 100%);
    background: -o-linear-gradient(0deg, lightgray,rgba(0,0,0,0) 100%);
    background: linear-gradient(0deg, lightgray,rgba(0,0,0,0) 100%);
    -webkit-transition: background 500ms ease-out;
    -moz-transition: background 500ms ease-out;
    -o-transition: background 500ms ease-out;
    transition: background 500ms ease-out;
    background-size: 1px 200px;
}

.blog-view-full[b-h20m5nw0dw] {
    height: 75px;
    position: relative;
    bottom: 0;
    margin-bottom: -31px;
    margin-left: -30px;
    margin-right: -31px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #c1c1c1;
    cursor: pointer;
}

.blog-view-full-text[b-h20m5nw0dw] {
    position: absolute;
    font-size: 2rem;
}

.blog-view-full:hover[b-h20m5nw0dw] {
    background-position: 100px;
}
/* /Shared/Components/ImageDisplay.razor.rz.scp.css */

div.error-label[b-h7p8idpb3q] {
  padding: 2px;
  color: #fff;
  background-color: #DA362A;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  width: 200px;
  margin: 7px;
  font-size: 12px;
  box-shadow: 3px 3px 5px 0px lightgray;
}

div.error-label[b-h7p8idpb3q]:before {
   
  content: ' ';
  height: 0;
  position: relative;
  width: 0;
  left: 20px;
  top: -25px;
  border: 10px solid transparent;
  border-bottom-color: #DA362A;
}
/* /Shared/Components/ImagePageDisplay.razor.rz.scp.css */

.imgPageDisplay[b-2fs6t0jyud] {

}

.image-table[b-2fs6t0jyud] {
    display: flex;
    flex-direction: column;
}

.image-row[b-2fs6t0jyud] {
    display: flex;
    flex-direction: row;
}

.image-display[b-2fs6t0jyud] {
    transition: transform .1s;
    margin:3px;
}
.image-display:hover[b-2fs6t0jyud] {
    -ms-transform: scale(1.03);
    -webkit-transform: scale(1.03);
    transform: scale(1.03);
}

.img-tile[b-2fs6t0jyud] {
    width: 256px;
    height: 256px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#pagebuttons[b-2fs6t0jyud] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row-reverse;
    padding-top: 15px;
}

/* searchbar */

.search-container[b-2fs6t0jyud] {
    position: relative;
    width: 100%;
    padding-bottom: 5px;
}

.search-box[b-2fs6t0jyud] {
    width: 100%;
    padding: 8px;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.search-button[b-2fs6t0jyud] {
    position: absolute;
    top: calc(50% - 2px);
    right: 0px;
    width: 40px;
    transform: translateY(-50%);
    background-color: transparent;
    color: #0078d4;
    border: none;
    padding: 8px;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}
    
.search-button:hover[b-2fs6t0jyud] {
    background-color: rgba(0, 120, 212, 0.2); 
}

.search-button:active[b-2fs6t0jyud] {
    background-color: rgba(0, 120, 212, 0.4);
}


/* Loading animation styles */
.loading-container[b-2fs6t0jyud] {
    position: absolute;
    top: 50%;
    right: 0px;
    transform: translateY(-50%);
    font-size: 20px;
    color: #0078d4;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
}

.animate-spin[b-2fs6t0jyud] {
    animation: spin-b-2fs6t0jyud 1s linear infinite; /* CSS animation for spinning effect */
}

@keyframes spin-b-2fs6t0jyud {
    0% {
        transform: rotate(360deg);
    }

    100% {
        transform: rotate(0deg);
    }
}
/* /Shared/Components/ImageStat.razor.rz.scp.css */

div.error-label[b-m22uyup13r] {
  padding: 2px;
  color: #fff;
  background-color: #DA362A;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  width: 200px;
  margin: 7px;
  font-size: 12px;
  box-shadow: 3px 3px 5px 0px lightgray;
}

div.error-label[b-m22uyup13r]:before {
   
  content: ' ';
  height: 0;
  position: relative;
  width: 0;
  left: 20px;
  top: -25px;
  border: 10px solid transparent;
  border-bottom-color: #DA362A;
}

.st-card[b-m22uyup13r] {
    color: #252525;
    border: 1px solid #bebebe5c;
    border-radius: 0px;
    background-color: var(--near-white);
    box-shadow: 5px 5px 10px -5px #aaaaaa;

    padding: 5px;
    margin: 10px;
}

.st-card-inner[b-m22uyup13r] {
    padding: 10px;
}

.stat-title[b-m22uyup13r] {
    text-align: center;
    font-weight: 600;
    font-size: large;
}
/* /Shared/Components/ImageUpload.razor.rz.scp.css */


div.error-label[b-z4hx38cotx] {
  padding: 2px;
  color: #fff;
  background-color: #DA362A;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  width: 200px;
  margin: 7px;
  font-size: 12px;
  box-shadow: 3px 3px 5px 0px lightgray;
}

div.error-label[b-z4hx38cotx]:before {
   
  content: ' ';
  height: 0;
  position: relative;
  width: 0;
  left: 20px;
  top: -25px;
  border: 10px solid transparent;
  border-bottom-color: #DA362A;
}
/* /Shared/Components/ImageUploadDialog.razor.rz.scp.css */
/* /Shared/Components/PermalinkCreationDialog.razor.rz.scp.css */
/* /Shared/Components/TagBox.razor.rz.scp.css */
.tag[b-rhdiounign] {
    color: #ffffff;
    border: 1px solid #bebebe5c;
    border-radius: 15px;
    box-shadow: 5px 5px 10px -5px #aaaaaa;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    margin: 2px;
    text-shadow: #000 0px 0px 1px;
    -webkit-font-smoothing: antialiased;
}

.tagContainer[b-rhdiounign] {
    display: flex;
    flex-wrap: wrap;
}

.tagSection[b-rhdiounign] {
    padding-top: 8px;
    padding-bottom: 8px;
    border-top: 1px solid #bebebe5c;
    border-bottom: 1px solid #bebebe5c;
    margin-top: 10px;
    margin-bottom: 10px;
}

.search-popover[b-rhdiounign] {
    position: absolute;
    z-index: 90;
    width: 250px;

    border: 1px solid #bebebe5c;
    border-radius: 2px;
    background-color: var(--near-white);
    box-shadow: 5px 5px 10px -5px #aaaaaa;
}

.searchBtn[b-rhdiounign] {
    width: 100%;
    border-style: none;
    padding: 4px;
    background: white;
}

.btn-search-container[b-rhdiounign] {
    width: 100%;
    max-height: 100px;
    height: 100%;
    overflow-y: auto;
}
/* /Shared/Footer.razor.rz.scp.css */
.footer[b-hu96pc05gt] {
    width: 100%;
    height: 60px;
    background-color: #f5f5f5;
    display: flex;
    align-items: center;
}

.container[b-hu96pc05gt] {
    max-width: 960px;
    margin: 0 auto;
    padding: 0 15px;
}

.footer-links[b-hu96pc05gt] {
    display: flex;
    justify-content: center;
}

.footer-links a[b-hu96pc05gt] {
    margin: 0 10px;
    color: #333;
    text-decoration: none;
}
/* /Shared/LoginDisplay.razor.rz.scp.css */

.profile-popover[b-ori9b2yt7n] {
    position: absolute;
    z-index:99;
    right: 25px;
}

.profile-popover-ct[b-ori9b2yt7n] {
    min-width: 280px;
}

.sign-out-btn[b-ori9b2yt7n] {
    position: absolute;
    top:0;
    right: 0;
    margin-top: 5px;
    margin-right: 8px;
}

.profile-bar[b-ori9b2yt7n] {
    display: flex;
    justify-content: center;
}

.button-spacing[b-ori9b2yt7n] {
    margin-left: 5px;
    margin-right: 5px;
}

.signin-label[b-ori9b2yt7n] {
    margin-top: 7px;
}

.pop-banner[b-ori9b2yt7n] {
    height: 30px;
    margin-top: -1rem;
    margin-right: -0.5rem;
    margin-left: -0.5rem;
    background-color: cornsilk;
    border-radius: var(--rz-card-border-radius);
}

.acc-lbl[b-ori9b2yt7n] {
    margin-top: 5px;
}

.lbl-txt[b-ori9b2yt7n] {
    border: none;
    font-size: var(--rz-body-font-size);
    padding: 0.25rem 0.8rem;
    color: var(--rz-primary);
}

.mgn-top-10[b-ori9b2yt7n] {
    margin-top: 10px;
}
/* /Shared/MainLayout.razor.rz.scp.css */
.page[b-emrc1ooyua] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-emrc1ooyua] {
    flex: 1;
}

.main-nav-bar[b-emrc1ooyua] {
    background-image: linear-gradient(180deg, var(--site-primary-01) 0%, var(--site-primary-01-dark) 70%);
}

.top-row[b-emrc1ooyua] {
    /*background-color: #f7f7f7;*/
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-emrc1ooyua]  a, .top-row .btn-link[b-emrc1ooyua] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-emrc1ooyua] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-emrc1ooyua] {
        display: none;
    }

    .top-row.auth[b-emrc1ooyua] {
        justify-content: center;
    }

    .top-row a[b-emrc1ooyua], .top-row .btn-link[b-emrc1ooyua] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-emrc1ooyua] {
        flex-direction: column;
    }

    /*
    .main-nav-bar {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }
        */

    .top-row[b-emrc1ooyua] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row[b-emrc1ooyua], article[b-emrc1ooyua] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Shared/NavMenu.razor.rz.scp.css */


/*Navbar CSS*/
.navbar-toggler[b-hu1h0q5p6a] {
    background-color: rgba(255, 255, 255, 0.1);
}

.navbar-brand[b-hu1h0q5p6a] {
    font-size: 1.1rem;
}

.navbar-title-container[b-hu1h0q5p6a] {
    text-decoration: none;
    color: rgb(60, 60, 60);
}

.navbar[b-hu1h0q5p6a] {
    justify-content: center;
}

.top-row[b-hu1h0q5p6a] {
    /*height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
        */
}

.fill-height[b-hu1h0q5p6a]{
    height:100%;
}

.oi[b-hu1h0q5p6a] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.web-title[b-hu1h0q5p6a] {
    font-size: 3rem;
    font-weight: 600;
    /*font-family: 'Times New Roman';*/
    padding-bottom: 0.5rem;
    display: flex;
    justify-content: center;
    margin-top: 15px;
}

.nav-item[b-hu1h0q5p6a] {
    font-size: 0.9rem;
    /*padding-bottom: 0.5rem;*/
    display: inline-block;
    /*display: flex;
    justify-content: center;
    align-items: center;
        */
}

    .nav-item:first-of-type[b-hu1h0q5p6a] {
        /*padding-top: 1rem;*/
    }

    .nav-item:last-of-type[b-hu1h0q5p6a] {
        /*padding-bottom: 1rem;*/
    }

    .nav-item[b-hu1h0q5p6a]  a {
        color: #d7d7d7;
        border-radius: 4px;
        /*height: 3rem;*/
        align-items: center;
        /*line-height: 3rem;*/
    }

.nav-item[b-hu1h0q5p6a]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-hu1h0q5p6a]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 1px) {
    .navbar-toggler[b-hu1h0q5p6a] {
        display: none;
    }

    .collapse[b-hu1h0q5p6a] {
        /* Never collapse the main-nav-bar for wide screens */
        display: block;
    }

    .nav-scrollable[b-hu1h0q5p6a] {
        /* Allow main-nav-bar to scroll for tall menus */
        /* height: calc(100vh - 3.5rem); */
        overflow-y: auto;
    }
}

.login-display[b-hu1h0q5p6a] {
    position: absolute;
    right: 0;
}
/* /Shared/WebTitle.razor.rz.scp.css */
.web-title[b-iev8fyralk] {
    font-size: 3rem;
    font-weight: 600;
    padding-bottom: 0.5rem;
    display: flex;
    justify-content: center;
    margin-top: 15px;
}
.navbar-title-container[b-iev8fyralk] {
    text-decoration: none;
    color: rgb(50, 50, 50);
}
