@import '_content/Blazor.Bootstrap/Blazor.Bootstrap.bundle.scp.css';

/* _content/SFSoutside/Components/Custom/UploadComponent.razor.rz.scp.css */
.row[b-9qwv60je37] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
    color: white;
    border-radius: 10px;
}

.file-drop-zone[b-9qwv60je37] {
    border: 5px dashed gray;
    border-radius:10px;
    padding: 10px;
    display: flex;
    font-size: 1.5rem;
    cursor: pointer;
    position: relative;
    justify-content:center;
    text-align:center
}

.hovering[b-9qwv60je37] {
    border-style: solid;
    background-color: #00BCD4;
    background-image: linear-gradient(0deg, rgb(5, 39, 103) 0%, #4A90E2 70%);
}

.filesDropped[b-9qwv60je37] {
    border-style: solid;
    background-color: #00ca71;
    background-image: linear-gradient(0deg, rgb(5, 39, 103) 0%, #00ca71 70%);
}

[b-9qwv60je37] input[type=file] {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: .0;
    cursor: pointer;
}

.error-message-container[b-9qwv60je37] {
    color: red;
    text-align: center;
}

.roundedScrollDiv[b-9qwv60je37] {
    overflow-y: auto;
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
    border-radius: 10px;
    padding: .5rem;
    overflow-x: hidden;
    margin-top: .5rem;
    margin-bottom: .5rem;
    height: 10vh;
}

    .roundedScrollDiv[b-9qwv60je37]::-webkit-scrollbar {
        width: 10px;
    }

    .roundedScrollDiv[b-9qwv60je37]::-webkit-scrollbar-track {
        background: transparent;
    }

    .roundedScrollDiv[b-9qwv60je37]::-webkit-scrollbar-thumb {
        background-color: rgba(255, 255, 255, 0.5);
        border-radius: 5px;
        border: 2px solid transparent;
        background-clip: content-box;
    }

.fileCount[b-9qwv60je37] {
    position: sticky;
    top: 0;
    background-image: inherit;
    padding: .25rem 0;
    z-index: 1;
}
/* _content/SFSoutside/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-08ichm1czv] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-08ichm1czv] {
    flex: 1;
}

.sidebar[b-08ichm1czv] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}


.logo-footer[b-08ichm1czv] {
    width: 25rem;
    margin: auto;
}

.copyright-footer[b-08ichm1czv] {
    text-align: center;
    margin: auto;
    color: rgb(255,255,255)
}

.top-row[b-08ichm1czv] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-08ichm1czv]  a, .top-row[b-08ichm1czv]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

        .top-row[b-08ichm1czv]  a:hover, .top-row[b-08ichm1czv]  .btn-link:hover {
            text-decoration: underline;
        }

        .top-row[b-08ichm1czv]  a:first-child {
            overflow: hidden;
            text-overflow: ellipsis;
        }

@media (max-width: 640.98px) {
    .top-row[b-08ichm1czv] {
        justify-content: space-between;
    }

        .top-row[b-08ichm1czv]  a, .top-row[b-08ichm1czv]  .btn-link {
            margin-left: 0;
        }
}

@media (min-width: 641px) {
    .page[b-08ichm1czv] {
        flex-direction: row;
    }

    .sidebar[b-08ichm1czv] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-08ichm1czv] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

        .top-row.auth[b-08ichm1czv]  a:first-child {
            flex: 1;
            text-align: right;
            width: 0;
        }

    .top-row[b-08ichm1czv], article[b-08ichm1czv] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-08ichm1czv] {
    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-08ichm1czv] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/SFSoutside/Components/Pages/HomePage.razor.rz.scp.css */

.backgroundFill[b-mdpwjnekfa] {
    border-radius: 10px;
    padding: 0.5rem .5rem;
}

.roundedScrollDiv[b-mdpwjnekfa] {
    overflow-y: auto;
    max-height: 20vh;
    height: 100%;
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
    border-radius: 10px;
    padding: .5rem;
    overflow-x: hidden;
    margin-top: .5rem;
    margin-bottom: .5rem;
}

    .roundedScrollDiv[b-mdpwjnekfa]::-webkit-scrollbar {
        width: 10px;
    }

    .roundedScrollDiv[b-mdpwjnekfa]::-webkit-scrollbar-track {
        background: transparent;
    }

    .roundedScrollDiv[b-mdpwjnekfa]::-webkit-scrollbar-thumb {
        border-radius: 5px;
        border: transparent;
        background-clip: content-box;
        background-color: rgba(255, 255, 255, 0.5);
    }

.border[b-mdpwjnekfa] {
    border: none !important;
}


.cardContainerBackground[b-mdpwjnekfa] {
    /*border-radius: 13px;*/
    height: 58vh;
    overflow-x: hidden;
    overflow-y: auto;
    padding-right: .5rem;
    padding-left: .5rem;
}

    .cardContainerBackground[b-mdpwjnekfa]::-webkit-scrollbar {
        width: 10px;
    }

    .cardContainerBackground[b-mdpwjnekfa]::-webkit-scrollbar-track {
        background: transparent;
    }

    .cardContainerBackground[b-mdpwjnekfa]::-webkit-scrollbar-thumb {
        border-radius: 5px;
        border: transparent;
        background-clip: content-box;
        background-color: rgba(255, 255, 255, 0.5);
    }

.ribbonContainer[b-mdpwjnekfa] {
    padding: .5rem;
    color: rgb(255, 255, 255);
}

    .ribbonContainer div[b-mdpwjnekfa] {
        border: none !important;
    }

.pathLabels[b-mdpwjnekfa] {
    color: rgb(255, 255, 255);
    font-weight: 900;
    font-style: oblique;
    cursor: pointer;
    font-size: large;
    font-family: sans-serif;
}

.pathDiv[b-mdpwjnekfa] {
    margin: .5rem;
}

.tableFixHead[b-mdpwjnekfa] {
    overflow: auto;
    border-radius: 10px;
    padding-left: .5rem;
    padding-right: .5rem;
    height: 58vh;
}

    .tableFixHead thead th[b-mdpwjnekfa] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .tableFixHead[b-mdpwjnekfa]::-webkit-scrollbar {
        width: 10px;
    }

    .tableFixHead[b-mdpwjnekfa]::-webkit-scrollbar-track {
        background: transparent;
    }

    .tableFixHead[b-mdpwjnekfa]::-webkit-scrollbar-thumb {
        border-radius: 5px;
        border: transparent;
        background-clip: content-box;
        background-color: rgba(255, 255, 255, 0.5);
    }

/* Just common table stuff. Really. */
table[b-mdpwjnekfa] {
    border-collapse: collapse;
    width: 100%;
}

th[b-mdpwjnekfa], td[b-mdpwjnekfa] {
    padding: 8px 16px;
    border-bottom: 1px solid;
}

tr:hover[b-mdpwjnekfa] {
    background-color: rgba(255, 255, 255, 0.5);
}

td[b-mdpwjnekfa] {
    color: white;
}

th[b-mdpwjnekfa] {
    background: #eee;
}

.customCheckBox[b-mdpwjnekfa] {
    width: 4rem;
    height: 4rem;
    cursor: pointer;
}

.customCard[b-mdpwjnekfa] {
    margin-bottom: 2rem;
    height: auto;
}

    .customCard:hover[b-mdpwjnekfa] {
        background-color: rgba(255, 255, 255, 0.5);
    }

.customTopRow[b-mdpwjnekfa] {
    border-color: darkgray;
    border-bottom: 1px solid #d6d5d5;
    justify-content: center;
    height: fit-content;
    display: flex;
    align-items: center;
}

    .customTopRow[b-mdpwjnekfa]  label, .customTopRow[b-mdpwjnekfa]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

        .customTopRow[b-mdpwjnekfa]  label:hover, .customTopRow[b-mdpwjnekfa]  .btn-link:hover {
            text-decoration: underline;
        }

        .customTopRow[b-mdpwjnekfa]  label:first-child {
            overflow: hidden;
            text-overflow: ellipsis;
        }

.path-container[b-mdpwjnekfa] {
    display: flex;
    flex-direction: row;
    color: white;
}

.path-labels-container[b-mdpwjnekfa] {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 0.5rem;
}

.path-labels label[b-mdpwjnekfa],
.path-labels img[b-mdpwjnekfa] {
    display: inline-block;
    vertical-align: middle;
}

.btnCopyPath-container[b-mdpwjnekfa] {
    display: flex;
    margin-left: auto;
}

.btnCopyPath[b-mdpwjnekfa] {
    width: auto;
    flex-shrink: 0; /* Prevents the button from shrinking */
}

.custom-radio-group[b-mdpwjnekfa] {
    display: flex;
    flex-direction: row;
    gap: 10px;
    justify-content: space-evenly;
}

.radio-option[b-mdpwjnekfa] {
    display: flex;
    align-items: center;
}

    .radio-option label[b-mdpwjnekfa] {
        position: relative;
        padding-left: 35px;
        cursor: pointer;
        font-size: 16px;
        user-select: none;
    }

        .radio-option label[b-mdpwjnekfa]::before {
            content: '';
            position: absolute;
            left: 0;
            top: 50%;
            transform: translateY(-50%);
            width: 20px;
            height: 20px;
            border: 2px solid #007bff;
            border-radius: 50%;
            transition: all 0.3s ease;
        }

        .radio-option label[b-mdpwjnekfa]::after {
            content: '';
            position: absolute;
            left: 5px;
            top: 50%;
            transform: translateY(-50%);
            width: 10px;
            height: 10px;
            border-radius: 50%;
            background-color: #007bff;
            transition: all 0.3s ease;
            opacity: 0;
        }



        .radio-option label:hover[b-mdpwjnekfa]::before {
            box-shadow: 0 0 5px rgba(0, 123, 255, 0.5);
        }

#progressBar[b-mdpwjnekfa] {
    width: 100%;
    height: 20px;
    background-color: #f0f0f0;
    border-radius: 10px;
    overflow: hidden;
}

    #progressBar[b-mdpwjnekfa]::-webkit-progress-bar {
        background-color: #f0f0f0;
    }

    #progressBar[b-mdpwjnekfa]::-webkit-progress-value {
        background-image: linear-gradient(to right, #4facfe 0%, #3a0647 70%);
        transition: width 0.5s ease;
    }

    #progressBar[b-mdpwjnekfa]::-moz-progress-bar {
        background-image: linear-gradient(to right, #4facfe 0%, #3a0647 70%);
        transition: width 0.5s ease;
    }

.percentSpan[b-mdpwjnekfa] {
    display: block;
    text-align: center;
    margin-top: 5px;
    font-family: Arial, sans-serif;
}

.nav-tabs .nav-link[b-mdpwjnekfa] {
    color: red;
    background-color: red;
}

.cool-dropdown-container[b-mdpwjnekfa] {
    max-width: 300px;
    margin: 20px auto;
}

.cool-dropdown[b-mdpwjnekfa] {
    text-align: center;
    font-weight: bold;
    border: 2px solid #007bff;
    border-radius: 25px;
    padding: 10px 20px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: url("data:image/svg+xml;charset=UTF-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%23007bff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E") no-repeat right 15px center;
    transition: all 0.3s ease;
}

    .cool-dropdown:hover[b-mdpwjnekfa], .cool-dropdown:focus[b-mdpwjnekfa] {
        box-shadow: 0 0 15px rgba(0, 123, 255, 0.5);
        outline: none;
    }

    .cool-dropdown option[b-mdpwjnekfa] {
        text-align: center;
    }


.spanMarginRight[b-mdpwjnekfa] {
    margin-right: auto;
    text-decoration: underline;
    font: bold;
}
