@import '_content/Blazored.Modal/Blazored.Modal.bundle.scp.css';

/* _content/ShareFile/Pages/CreateMainDirectory.razor.rz.scp.css */
.grid-container[b-jxwqof90vb] {
    padding:5px;
    background-color:azure;
    display: grid;
    grid-template-columns: 0.4fr  1fr;
}

    .grid-container > div[b-jxwqof90vb] {              
        padding: 5px;
    }
/* _content/ShareFile/Pages/ListFiles.razor.rz.scp.css */
.wrapper[b-c5x6rlf1a3] {
    font-size: 13px;
}

.grid-adm[b-c5x6rlf1a3] {
    display: grid;
    grid-template-columns: 0.8fr 1fr;
    padding-left: 10px;
    padding-right: 5px;
    padding-top: 6px;
    background-color: cornsilk;
    height: 40px;
    top: 56px;
    position: sticky;
    position: -webkit-sticky;
}

.grid-ctrl[b-c5x6rlf1a3] {
    display:grid;
    grid-template-columns:1fr 0.5fr;
}
.grid-hd[b-c5x6rlf1a3] {
    display: grid;
    grid-template-columns: 1fr 0.8fr 0.4fr;
    padding-left: 10px;
    padding-right: 5px;
    padding-top: 8px;
    font-weight:bold;
    color:navy;
}
.grid-file[b-c5x6rlf1a3] {
    display: grid;
    grid-template-columns: 1fr 0.8fr 0.4fr;
    padding-right:5px;
    padding-top:8px;
}
    .grid-file:hover[b-c5x6rlf1a3] {
        background-color: mistyrose;
    }
    /*header*/

.div-hd[b-c5x6rlf1a3] {
    position: relative;
    display: inline-block;
}
.lbl-hd[b-c5x6rlf1a3] {

    padding: 2px 4px;
}
.lbl-hd:hover[b-c5x6rlf1a3] {
    background-color:saddlebrown;
    color:floralwhite;
    cursor:pointer;   
}
.lbl-size[b-c5x6rlf1a3] {
    display: inline-block;
    min-width: 65px;
    text-align: right
}

.div-hd .tooltiptext[b-c5x6rlf1a3] {
    visibility: hidden;
    width: 94px;
    background-color: palegoldenrod;
    color: saddlebrown;
    text-align: center;
   /* border-radius: 2px;
    border: 1px solid brown;*/
    padding: 2px 0;
    /* Position the tooltip */
    position: absolute;
    z-index: 1;
    top: 100%;
    left: 50%;
    margin-left: -50px;
    font-weight:normal;
}
.div-hd:hover .tooltiptext[b-c5x6rlf1a3] {
    visibility: visible;
}


/*end header*/

.div-err[b-c5x6rlf1a3] {
    color: darkred;
    background-color: #fdf1f1;
}

.custom-file-button[b-c5x6rlf1a3] {
    background-color: #0056b3;
    color: white;
    border: none;
    padding: 5px 10px;
    cursor: pointer;
    border-radius: 5px;
}

    .custom-file-button:hover[b-c5x6rlf1a3] {
        background-color: #007bff;
    }

.lbl-top[b-c5x6rlf1a3] {
    top: 3px;
    display: inline-block;
    position: absolute;
    height: 18px;
    padding-bottom: 0px;
    font-size: 90%;
}
.lbl-bottom[b-c5x6rlf1a3] {
    top: 21px;
    display: inline-block;
    position: absolute;
    height: 18px;
    padding-bottom: 0px;
    font-size: 90%;
}


/* _content/ShareFile/Pages/Login.razor.rz.scp.css */
*[b-sndnv1zu44],
*[b-sndnv1zu44]::before,
*[b-sndnv1zu44]::after {
    box-sizing: border-box;
}

.wrapper[b-sndnv1zu44] {
    margin: 0 auto;
    width: 100%;
    min-height: 100vh;
    position: relative;
    align-items: center;
    justify-content: center;
    color: #f6e0f7;
    background: #eaeff4;
}

.container[b-sndnv1zu44] {
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    max-width: 420px;
    height: auto;
    background: #ffffff;
    box-shadow: 0 0 15px rgba(0, 0, 0, .1);
    padding: 20px 15px 15px 15px;
}

.title-logo[b-sndnv1zu44] {
    text-align: center;
    width:100%;
}

.ion--person-circle-sharp[b-sndnv1zu44] {
    display: inline-block;
    width: 5em;
    height: 5em;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%23682743' d='M256 48C141.31 48 48 141.31 48 256s93.31 208 208 208s208-93.31 208-208S370.69 48 256 48m2 96a72 72 0 1 1-72 72a72 72 0 0 1 72-72m-2 288a175.55 175.55 0 0 1-129.18-56.6C135.66 329.62 215.06 320 256 320s120.34 9.62 129.18 55.39A175.52 175.52 0 0 1 256 432'/%3E%3C/svg%3E");
}

/* * * * * Login Form CSS * * * * */
.login-text[b-sndnv1zu44] {
    width: 100%;
    color: #ffffff;
    text-align: center;
}

.login-form[b-sndnv1zu44] {
    position: relative;
    width: 100%;
    color: #666666;
}

    .login-form p:last-child[b-sndnv1zu44] {
        margin: 0;
    }

    .login-form p a[b-sndnv1zu44] {
        color: #4CAF50;
        font-size: 14px;
        text-decoration: none;
    }

    .login-form label[b-sndnv1zu44] {
        display: block;
        width: 100%;
        margin-bottom: 2px;
        letter-spacing: .5px;
    }

    .login-form p:last-child label[b-sndnv1zu44] {
        width: 100%;
        float: left;
    }

    .login-form label span[b-sndnv1zu44] {
        color: #ff574e;
        padding-left: 2px;
    }

    .login-form input[b-sndnv1zu44] {
        display: block;
        width: 100%;
        height: 40px;
        padding: 0 10px;
        font-size: 16px;
        letter-spacing: 1px;
        outline: none;
        border: 1px solid #cccccc;
        border-radius: 5px;
    }

        .login-form input:focus[b-sndnv1zu44] {
            border-color: #ff574e;
        }

        .login-form input.btn[b-sndnv1zu44] {
            color: #ffffff;
            background: #682743;
            border-color: #722e8b;
            outline: none;
            cursor: pointer;
        }

            .login-form input.btn:hover[b-sndnv1zu44] {
                color: #682743;
                background: #c98dd8;
            }
/* _content/ShareFile/Pages/MainDirectory.razor.rz.scp.css */
.grid-adm[b-wqxtb5aq00] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding-left: 10px;
    padding-right: 5px;
    padding-top: 6px;
    background-color: cornsilk ;
}
/* _content/ShareFile/Shared/MainLayout.razor.rz.scp.css */
.page[b-7mbwunpswo] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-7mbwunpswo] {
    flex: 1;
}

.sidebar[b-7mbwunpswo] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}


.top-row[b-7mbwunpswo] {
    border-bottom: 1px solid blue;

    background-color: #682743;
    color: white;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-7mbwunpswo]  a, .top-row .btn-link[b-7mbwunpswo] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-7mbwunpswo] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

.fluent--person-48-regular[b-7mbwunpswo] {
    display: inline-block;
    width: 24px;
    height: 24px;
    --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 48'%3E%3Cpath fill='%23000' d='M24 4c-5.523 0-10 4.477-10 10s4.477 10 10 10s10-4.477 10-10S29.523 4 24 4m-7.5 10a7.5 7.5 0 1 1 15 0a7.5 7.5 0 0 1-15 0m-4.25 14A4.25 4.25 0 0 0 8 32.249V33c0 3.755 1.942 6.567 4.92 8.38C15.85 43.163 19.786 44 24 44s8.15-.837 11.08-2.62C38.058 39.567 40 36.755 40 33v-.751A4.249 4.249 0 0 0 35.75 28zm-1.75 4.249a1.75 1.75 0 0 1 1.75-1.749h23.5c.967 0 1.75.783 1.75 1.749V33c0 2.744-1.36 4.808-3.72 6.245C31.37 40.712 27.932 41.5 24 41.5c-3.932 0-7.37-.788-9.78-2.255c-2.36-1.437-3.72-3.5-3.72-6.245z'/%3E%3C/svg%3E");
    background-color: currentColor;
    -webkit-mask-image: var(--svg);
    mask-image: var(--svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
}

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-7mbwunpswo] {
        display: none;
    }

    .top-row.auth[b-7mbwunpswo] {
        justify-content: space-between;
    }

    .top-row a[b-7mbwunpswo], .top-row .btn-link[b-7mbwunpswo] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-7mbwunpswo] {
        flex-direction: row;
    }

    .sidebar[b-7mbwunpswo] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-7mbwunpswo] {
        position: sticky;
        top: 0;
        z-index: 1;
        display:grid;
        grid-template-columns: 0.8fr 1fr 0.8fr;
    }

    .top-row[b-7mbwunpswo], article[b-7mbwunpswo] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
