@import '_content/Blazored.Toast/Blazored.Toast.bundle.scp.css';

/* _content/ResourceManager/Components/Elements/MultiSelect.razor.rz.scp.css */
.dropdown-visible[b-xhhpuphz8l] {
    border-bottom: none !important;
    z-index: 1;
    border-radius: 4px 4px 0 0 !important;
}

.dropdown-type-content[b-xhhpuphz8l] {
    top: 105%;
    background-color: white;
    width: 100%;
    border: 1px solid var(--border-color);
    margin-top: -1px;
    filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.25));
    z-index: 10;
    max-height: 50vh;
    overflow-y: auto;
    overflow-x: hidden;
}

ul[b-xhhpuphz8l] {

    list-style: none;
    padding: 0;
}

li:hover[b-xhhpuphz8l],
li.selected[b-xhhpuphz8l] {
    background-color: #F0F0F0;
}

.icon[b-xhhpuphz8l] {
    right: 1px;
    z-index: 1;
    height: calc(100% - 2px);
}

input[b-xhhpuphz8l] {
    width: 100%;
    padding: .5rem 1rem;
    padding-right: 1.75rem;
    border: 1px solid var(--border-color);
    border-radius: 4px;
    z-index: 1;
}

    input:disabled[b-xhhpuphz8l] {
        background: var(--input-disabled-back-color);
    }

.selected[b-xhhpuphz8l] {
    color: #008070;
}

.items-list-style[b-xhhpuphz8l] {
    overflow-x: auto;
    overflow-y: hidden;
    height: 52px;
    align-content: center;
}

.item-style[b-xhhpuphz8l] {
    background-color: #93C4AA;
    padding: 0.3rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    border-radius: 0.35rem;
    cursor: pointer;
    white-space: nowrap;
}

.icon-style[b-xhhpuphz8l] {
    cursor: pointer;
    
}

.bi[b-xhhpuphz8l] {
    display: inline-block;
    position: relative;
    background-size: cover;
    font-size: x-large;
}

.search-button[b-xhhpuphz8l] {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;

    background-color: white;
    border-left: 1px solid rgba(0, 0, 0, 0.38);
    border-right: 1px solid rgba(0, 0, 0, 0.38);
    border-radius: 3px;
    cursor: pointer;
}

    .search-button:hover[b-xhhpuphz8l] {
        background-color: #dddddd;
    }

.img-style[b-xhhpuphz8l]{
    border: 1px solid 
}
/* _content/ResourceManager/Components/Elements/ResourcesList.razor.rz.scp.css */
.header-text[b-vm9zhrpghc] {
    color: #696969;
}

.bi[b-vm9zhrpghc] {
    display: inline-block;
    position: relative;
    background-size: cover;
    font-size: x-large;
}

.bi-search[b-vm9zhrpghc] {
    cursor: pointer;
    font-size: medium;
}

.bi-btn[b-vm9zhrpghc] {
    color: black;
}

    .bi-btn:hover[b-vm9zhrpghc] {
        color: #696969;
    }

.img-reference[b-vm9zhrpghc] {
    width: 100px;
    height: 100px;
    background-color: palevioletred;
}

.img-info-class[b-vm9zhrpghc] {
    align-items: center;
    width: max-content;
}

.no-img-class[b-vm9zhrpghc] {
    width: auto;
    text-align: center;
    color: #696969;
    border: solid thin rgba(0, 0, 0, 0.38);
}



/*Table UI*/
.d-grid-title[b-vm9zhrpghc] {
    display: grid;
    grid-template-columns: 0fr;
    width: fit-content;
    background-color: #e1e1e194;
}

.d-grid-title-text[b-vm9zhrpghc] {
    font-family: Roboto, "Helvetica Neue", sans-serif;
    border: solid thin rgba(0, 0, 0, 0.38);
    padding: .5rem .5rem;
    vertical-align: top;
    width: max-content;
}

.d-grid-links[b-vm9zhrpghc] {
    display: grid;
    grid-template-columns: 0fr 0fr 0fr auto;
    width: fit-content;
    background-color: white;
}

.d-grid-files[b-vm9zhrpghc] {
    display: grid;
    grid-template-columns: 0fr 0fr 0fr 0fr auto;
    width: fit-content;
    background-color: white;
}

.bottom-border-style[b-vm9zhrpghc] {
    border-bottom: solid thin rgba(0, 0, 0, 0.38);
}

.row-class[b-vm9zhrpghc] {
    display: contents;
}

    .row-class .d-grid-column:first-child[b-vm9zhrpghc] {
        border-left: none;
    }


.d-grid-column[b-vm9zhrpghc] {
    font-family: Roboto, "Helvetica Neue", sans-serif;
    border-left: solid thin rgba(0, 0, 0, 0.38);
    border-top: solid thin rgba(0, 0, 0, 0.38);
    padding: .5rem .5rem;
    vertical-align: top;
    width: auto;
}

.so-column[b-vm9zhrpghc] {
    align-content: center;
    text-align: center;
}

.link-column[b-vm9zhrpghc] {
    word-break: break-all;
}

.img-column-class[b-vm9zhrpghc] {
    width: 260px;
}

.min-width-class[b-vm9zhrpghc] {
    min-width: 30rem;
}

.des-column-class[b-vm9zhrpghc] {
    width: 100%;
    min-width: 350px;
}

.link-table-col[b-vm9zhrpghc] {
    display: grid;
    grid-template-columns: 1fr;
    width: max-content;
    height: -webkit-fill-available;
}

    .link-table-col .link-row:last-child .link-col[b-vm9zhrpghc] {
        border-bottom: none !important;
    }

.link-row[b-vm9zhrpghc] {
    display: contents;
}

.link-col[b-vm9zhrpghc] {
    align-content: center;
    padding: 1rem;
    border-bottom: solid thin rgba(0, 0, 0, 0.38);
}


.column-btn-class[b-vm9zhrpghc] {
    border-bottom-color: rgba(0, 0, 0, 0.38);
    border-width: thin;
    align-content: space-evenly;
    padding-left: .6rem;
    padding-right: .6rem;
    text-align: center;
}

.label-del-file[b-vm9zhrpghc] {
    color: rgba(121,120,118, 1);
    font-size: large;
}

.bi-check-circle-fill[b-vm9zhrpghc] {
    color: forestgreen;
}

.checkbox-class[b-vm9zhrpghc] {
    font-size: medium;
    cursor: pointer;
}

.update-submit-button[b-vm9zhrpghc] {
    font-size: medium;
    color: white;
}

.label-add-file[b-vm9zhrpghc] {
    cursor: pointer;
    border-radius: 5px;
}

.text-add-file[b-vm9zhrpghc] {
    font-size: large;
}

.label-class[b-vm9zhrpghc] {
    color: rgba(121,120,118, 1);
    font-size: small;
    margin-left: 10px;
}

.bi-plus-circle[b-vm9zhrpghc] {
    font-size: large;
}

.left-border[b-vm9zhrpghc] {
    border-left: #008070 4px solid !important;
}

.right-border[b-vm9zhrpghc] {
    border-right: #008070 4px solid !important;
}

.top-bottom-border[b-vm9zhrpghc] {
    border-top: #008070 4px solid !important;
    border-bottom: #008070 4px solid !important;
}

.label-subclass[b-vm9zhrpghc] {
    font-style: italic;
    cursor: pointer;
}

    .label-subclass:hover[b-vm9zhrpghc] {
        color: rgb(41 41 41 / 58%);
    }


.resource-list-class[b-vm9zhrpghc] {
    width: fit-content;
    border: solid thin rgba(0, 0, 0, 0.38);
    background-color: #9bbeb9a1;
}

    .resource-list-class .d-grid-files:last-child[b-vm9zhrpghc] {
        border-bottom:none;
    }

    .resource-list-class .d-grid-links:last-child[b-vm9zhrpghc] {
        border-bottom: none;
    }

    .resource-list-class .d-flex:last-child .d-grid-title .resource-header-class[b-vm9zhrpghc] {
        border-bottom: none;
    }

    .resource-header-class[b-vm9zhrpghc] {
        width: 23rem;
        border-top: none;
        border-left: none;
    }


.fileDrop[b-vm9zhrpghc] {
    border: 2px dashed rgb(121,120,118);
    border-radius: 8px;
    background-color: rgba(242,242,243, 1);
    width: auto;
    height: 200px;
    align-content: center;
    text-align: center;
    visibility: visible;
    position: relative;
    cursor: pointer;
}

    .fileDrop[b-vm9zhrpghc]  input[type=file] {
        width: 100%;
        height: 100%;
        opacity: 0;
        cursor: pointer;
    }

    .fileDrop:hover[b-vm9zhrpghc] {
        background-color: rgba(121,120,118,0.3);
        cursor: pointer;
    }

.dropBoxText1[b-vm9zhrpghc] {
    font-size: x-large;
}

.dropBoxText2[b-vm9zhrpghc] {
    font-size: large;
    color: rgb(113, 121, 126);
}

/* _content/ResourceManager/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-hx7n9bjpk3] {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
}

main[b-hx7n9bjpk3] {
    flex: 1;
}

.sidebar[b-hx7n9bjpk3] {
    background-color: rgba(0,0,0, 0.07);
    border-right-style: solid;
    border-right-color: #808080;
    border-right-width: 2px;
    display: flex;
    flex-direction: column;
    z-index: 2000;
}

.top-row[b-hx7n9bjpk3] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-hx7n9bjpk3]  a, .top-row[b-hx7n9bjpk3]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

        .top-row[b-hx7n9bjpk3]  a:hover, .top-row[b-hx7n9bjpk3]  .btn-link:hover {
            text-decoration: underline;
        }

        .top-row[b-hx7n9bjpk3]  a:first-child {
            overflow: hidden;
            text-overflow: ellipsis;
        }

@media (max-width: 640.98px) {
    .top-row[b-hx7n9bjpk3] {
        justify-content: space-between;
    }

        .top-row[b-hx7n9bjpk3]  a, .top-row[b-hx7n9bjpk3]  .btn-link {
            margin-left: 0;
        }
}

@media (min-width: 641px) {
    .page[b-hx7n9bjpk3] {
        flex-direction: row;
    }

    .sidebar[b-hx7n9bjpk3] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-hx7n9bjpk3] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

        .top-row.auth[b-hx7n9bjpk3]  a:first-child {
            flex: 1;
            text-align: right;
            width: 0;
        }

    .top-row[b-hx7n9bjpk3], article[b-hx7n9bjpk3] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-hx7n9bjpk3] {
    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-hx7n9bjpk3] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/ResourceManager/Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-533i4l9vve] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.1);
}

    .navbar-toggler:checked[b-533i4l9vve] {
        background-color: rgba(255, 255, 255, 0.5);
    }

.top-row[b-533i4l9vve] {
    height: 3.5rem;
    background: #808080;
}

.navbar-brand[b-533i4l9vve] {
    font-size: 1.1rem;
}

.bi[b-533i4l9vve] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -0.80rem;
    background-size: cover;
    font-size: x-large;
}

.nav-item[b-533i4l9vve] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-533i4l9vve] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-533i4l9vve] {
        padding-bottom: 1rem;
    }

    .nav-item[b-533i4l9vve]  .nav-link {
        color: #696969;
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
    }

    .nav-item[b-533i4l9vve]  a.active {
        background-color: #A9A9A9;
        color: white;
    }

    .nav-item[b-533i4l9vve]  .nav-link:hover {
        background-color: #808080;
        color: white;
    }

.nav-scrollable[b-533i4l9vve] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-533i4l9vve] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-533i4l9vve] {
        display: none;
    }

    .nav-scrollable[b-533i4l9vve] {
        /* Never collapse the sidebar for wide screens */
        display: block;
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}

.border-bottom[b-533i4l9vve] {
    border-bottom: 1px black solid !important;
}
/* _content/ResourceManager/Components/Pages/GetFiles.razor.rz.scp.css */
.header-text[b-0eaeqcp0nq] {
    color: #696969;
}

.bi[b-0eaeqcp0nq] {
    display: inline-block;
    position: relative;
    background-size: cover;
    font-size: x-large;
}

.bi-search[b-0eaeqcp0nq] {
    cursor: pointer;
    font-size: medium;
}

.bi-btn[b-0eaeqcp0nq] {
    color: black;
}

.bi-btn:hover[b-0eaeqcp0nq] {
    color: #696969;
}

.bi-no-img[b-0eaeqcp0nq] {
    font-size: xxx-large;
}

.img-reference[b-0eaeqcp0nq] {
    width: 100px;
    height: 100px;
    background-color: palevioletred;
}

.img-info-class[b-0eaeqcp0nq] {
    align-items: center;
    width: max-content;
}

.no-img-class[b-0eaeqcp0nq] {
    width: auto;
    align-items: center;
    text-align: center;
    color: #696969;
}

.lg-icon[b-0eaeqcp0nq] {
    font-size: xx-large;
}

.text-2-no-img[b-0eaeqcp0nq] {
    width: 200px;
    font-size: x-large;
}



/*Table UI*/
.d-grid-title[b-0eaeqcp0nq] {
    display: grid;
    grid-template-columns: 0fr;
    width: fit-content;
}

.d-grid-title-text[b-0eaeqcp0nq] {
    font-family: Roboto, "Helvetica Neue", sans-serif;
    border: solid thin rgba(0, 0, 0, 0.38);
    padding: .5rem .5rem;
    vertical-align: top;
    width: max-content;
}

.d-grid-links[b-0eaeqcp0nq] {
    display: grid;
    grid-template-columns: 0fr 0fr 0fr 0fr;
    width: fit-content;
}

.d-grid-files[b-0eaeqcp0nq] {
    display: grid;
    grid-template-columns: 0fr 0fr 0fr 0fr 0fr;
    width: fit-content;
}

.bottom-border-style[b-0eaeqcp0nq] {
    border-bottom: solid thin rgba(0, 0, 0, 0.38);
    border-right: solid thin rgba(0, 0, 0, 0.38);
}


.d-grid-column[b-0eaeqcp0nq] {
    font-family: Roboto, "Helvetica Neue", sans-serif;
    border-left: solid thin rgba(0, 0, 0, 0.38);
    border-top: solid thin rgba(0, 0, 0, 0.38);
    padding: .5rem .5rem;
    vertical-align: top;
    width: auto;
}

.so-column[b-0eaeqcp0nq] {
    align-content: center;
    text-align: center;
}

.link-column[b-0eaeqcp0nq] {
    word-break: break-all;
}

.img-column-class[b-0eaeqcp0nq] {
    width: 250px;
}

.min-width-class[b-0eaeqcp0nq] {
    min-width: 30rem;
}

.des-column-class[b-0eaeqcp0nq] {
    width: 100%;
    min-width: 350px;
}

.link-table-col[b-0eaeqcp0nq] {
    display: grid;
    grid-template-columns: 1fr;
    width: max-content;
    height: -webkit-fill-available;
}

.link-table-col .link-row:last-child .link-col[b-0eaeqcp0nq]{
    border-bottom:none !important;
}

.link-row[b-0eaeqcp0nq] {
    display: contents;
}

.link-col[b-0eaeqcp0nq] {
    align-content: center;
    padding: 1rem;
    border-bottom: solid thin rgba(0, 0, 0, 0.38);
}


.column-btn-class[b-0eaeqcp0nq] {
    border-bottom-color: rgba(0, 0, 0, 0.38);
    border-width: thin;
    align-content: space-evenly;
    padding-left: .6rem;
    padding-right: .6rem;
    text-align: center;
}

.label-del-file[b-0eaeqcp0nq] {
    color: rgba(121,120,118, 1);
    font-size: large;
}

.bi-check-circle-fill[b-0eaeqcp0nq] {
    color: forestgreen;
}

.checkbox-class[b-0eaeqcp0nq] {
    font-size: medium;
    cursor: pointer;
}

.update-submit-button[b-0eaeqcp0nq] {
    font-size: medium;
    color: white;
}

.cancel-btn[b-0eaeqcp0nq] {
    font-size: medium;
    color: #696969;
}

.label-add-file[b-0eaeqcp0nq] {
    cursor: pointer;
    border-radius: 5px;
}

.text-add-file[b-0eaeqcp0nq] {
    font-size: large;
}

.label-class[b-0eaeqcp0nq] {
    color: rgba(121,120,118, 1);
    font-size: small;
    margin-left: 10px;
}

.bi-plus-circle[b-0eaeqcp0nq] {
    font-size: large;
}

.left-border[b-0eaeqcp0nq] {
    border-left: cornflowerblue 4px solid;
}

.right-border[b-0eaeqcp0nq] {
    border-right: cornflowerblue 4px solid;
}

.top-bottom-border[b-0eaeqcp0nq] {
    border-top: cornflowerblue 4px solid;
    border-bottom: cornflowerblue 4px solid;
}

.label-subclass[b-0eaeqcp0nq] {
    font-style: italic;
    cursor: pointer;
}

    .label-subclass:hover[b-0eaeqcp0nq] {
        color: rgb(41 41 41 / 58%);
    }

.copy-form[b-0eaeqcp0nq] {
    border: 2px dashed rgb(121,120,118);
    border-radius: 8px;
    height: auto;
    visibility: visible;
    position: sticky;
    top: 20px;
    max-height: 82vh;
}

.delete-form[b-0eaeqcp0nq] {
    border: 2px dashed rgb(121,120,118);
    border-radius: 8px;
    height: auto;
    visibility: visible;
    position: relative;
    width: fit-content;
    max-width: 40vw;
}

.item-style[b-0eaeqcp0nq] {
    border: 1px solid rgba(0, 0, 0, 0.38);
    width: fit-content;
    background-color: #d2f0e0;
}

.art-no-textbox-style[b-0eaeqcp0nq] {
    width: 19rem;
    border-top:none;
    border-left:none;
    border-bottom:none;
}

.remove-btn[b-0eaeqcp0nq] {
    background: none;
    border: none;
    color: #ff4d4d;
    font-size: 16px;
    cursor: pointer;
    display: flex;
    align-items: center;
}

    .remove-btn i[b-0eaeqcp0nq] {
        font-size: 14px;
    }
    .remove-btn:hover[b-0eaeqcp0nq] {
        color: #ab2323;
    }

.selected-header-item[b-0eaeqcp0nq] {
    align-items: center;
    background-color: #e7efea; /* Light green background */
    border-radius: 6px;
    padding: 6px 12px;
    font-weight: bold;
    color: #4c7c68; /* Green text for header */
    border: 1px solid #4c7c68; /* Border for the header item */
}

.header-text-art-no[b-0eaeqcp0nq] {
    font-size: 16px;
}

/* Subtext items styling */
.selected-subtext-item[b-0eaeqcp0nq] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #fff; /* White background */
    border-radius: 6px;
    padding: 6px 12px;
    font-size: 14px;
    color: #333; /* Text color */
    border: 1px solid #ddd; /* Border for subtext */
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1); /* Subtle shadow */
}

.subtext[b-0eaeqcp0nq] {
    margin-right: 10px;
}

.upload-btn[b-0eaeqcp0nq] {
    letter-spacing: 0.5rem;
    font-weight: bold;
}

.disabled-overlay[b-0eaeqcp0nq] {
    position: relative;
    pointer-events: none;
    opacity: 0.4;
    background-color: rgba(255, 255, 255, 0.9); /* White semi-transparent overlay */
}

.button-group[b-0eaeqcp0nq] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
    justify-content: center;
    align-items: center;
}

    .button-group .btn[b-0eaeqcp0nq] {
        pointer-events: auto; /* Enable clicking for the buttons */
        padding: 10px 20px;
        border-radius: 5px;
    }
/* _content/ResourceManager/Components/Pages/UploadFiles.razor.rz.scp.css */
.full-screen-container[b-1yodibe1vd] {
    display: flex;
    flex-direction: column;
    height: 95vh;
    font-family: Arial, sans-serif;
}

.main-content[b-1yodibe1vd] {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .upload-container[b-1yodibe1vd] {
        display: flex;
        gap: 2rem;
    }

.upload-option[b-1yodibe1vd] {
    width: 30vw;
    height: 50vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    transition: all 0.3s;
    cursor: pointer;
}

    .upload-option:hover[b-1yodibe1vd] {
        box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);
        transform: translateY(-3px);
    }

    .upload-option i[b-1yodibe1vd] {
        font-size: 2rem;
        color: #555;
        margin-bottom: 0.5rem;
    }

    .upload-option h4[b-1yodibe1vd] {
        margin: 0;
        color: #555;
    }
/*---------------------*/
.type-div[b-1yodibe1vd] {
    height: 300px;
    text-align: center;
    justify-content: space-between;
}

.left-col[b-1yodibe1vd] {
    border: 2px solid rgb(121, 120, 118);
    background-color: rgba(242, 242, 243, 1);
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
    align-content: center;
    cursor: pointer;
}

    .left-col:hover[b-1yodibe1vd] {
        background-color: rgba(121,120,118,0.3);
    }

.right-col[b-1yodibe1vd] {
    border: 2px solid rgb(121, 120, 118);
    background-color: rgba(242, 242, 243, 1);
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px;
    align-content: center;
    cursor: pointer;
}

    .right-col:hover[b-1yodibe1vd] {
        background-color: rgba(121,120,118,0.3);
    }

.fileDrop[b-1yodibe1vd] {
    border: 2px dashed rgb(121,120,118);
    border-radius: 8px;
    background-color: rgba(242,242,243, 1);
    width: auto;
    height: 450px;
    align-content: center;
    text-align: center;
    visibility: visible;
    position: relative;
    cursor: pointer;
}

    .fileDrop[b-1yodibe1vd]  input[type=file] {
        width: 100%;
        height: 100%;
        opacity: 0;
        cursor: pointer;
    }

    .fileDrop:hover[b-1yodibe1vd] {
        background-color: rgba(121,120,118,0.3);
        cursor: pointer;
    }

.dropBoxText1[b-1yodibe1vd] {
    font-size: x-large;
}

.dropBoxText2[b-1yodibe1vd] {
    font-size: large;
    color: rgb(113, 121, 126);
}

#select_list[b-1yodibe1vd] {
    width: 200px;
    height: 35px;
    cursor: pointer;
}

.h3[b-1yodibe1vd] {
    color: #696969;
}

.imageInfoBox[b-1yodibe1vd] {
    width: auto;
    height: auto;
    align-content: center;
}

.bi[b-1yodibe1vd] {
    display: inline-block;
    position: relative;
    background-size: cover;
    font-size: x-large;
}

.bi-check-circle-fill[b-1yodibe1vd] {
    color: forestgreen;
}

.bi-x-circle-fill[b-1yodibe1vd] {
    color: lightcoral;
}

.bi-trash[b-1yodibe1vd] {
    cursor: pointer;
}

    .bi-trash:hover[b-1yodibe1vd] {
        color: #696969;
    }

.bi-brush[b-1yodibe1vd] {
    cursor: pointer;
}

    .bi-brush:hover[b-1yodibe1vd] {
        color: #696969;
    }

.bi-pencil-square[b-1yodibe1vd] {
    cursor: pointer;
}

    .bi-pencil-square:hover[b-1yodibe1vd] {
        color: #696969;
    }

.bi-x-lg[b-1yodibe1vd] {
    cursor: pointer;
}

    .bi-x-lg:hover[b-1yodibe1vd] {
        color: #696969;
    }

.bi-cloud-arrow-up[b-1yodibe1vd] {
    font-size: 50px;
}

.bi-plus-circle[b-1yodibe1vd] {
    vertical-align: middle;
    cursor: pointer;
}

    .bi-plus-circle[b-1yodibe1vd]  input[type=file] {
        width: 0;
        height: 0;
    }

.bi-arrow-90deg-up[b-1yodibe1vd] {
}

    .bi-arrow-90deg-up:hover[b-1yodibe1vd] {
        color: #696969;
    }

.bi-copy[b-1yodibe1vd] {
}

    .bi-copy:hover[b-1yodibe1vd] {
        color: #696969;
    }

.label-class[b-1yodibe1vd] {
    color: rgba(121,120,118, 1);
    font-size: small;
}

.label-subclass[b-1yodibe1vd] {
    font-style: italic;
    cursor: pointer;
}

    .label-subclass:hover[b-1yodibe1vd] {
        color: rgba(121,120,118,0.3);
    }

.label-subclass-target[b-1yodibe1vd] {
    font-style: italic;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 50vw;
}

.label-add-file[b-1yodibe1vd] {
    cursor: pointer;
    border-radius: 5px;
    text-align: center;
    height: 34px !important; 
    align-content: center;
}

.text-add-file[b-1yodibe1vd] {
    font-size: large;
}

.hide-tag[b-1yodibe1vd] {
    visibility: hidden;
}

.alert[b-1yodibe1vd] {
    top: 10;
    left: 0;
    width: auto;
    height: auto;
    line-height: 1.8;
    border-radius: 5px;
    cursor: pointer;
}

.alertBtn[b-1yodibe1vd] {
    display: none;
}

.alertText[b-1yodibe1vd] {
    margin: 0 auto;
    text-align: center;
    font-size: 16px;
}

.error[b-1yodibe1vd] {
    background-color: #FEE;
    border: 1px solid #EDD;
    color: #A66;
}

.red-border[b-1yodibe1vd] {
    border: red, 1px, solid;
}

.buttons-main-box[b-1yodibe1vd] {
    padding-left: 0px;
    padding-right: 0px;
    border: solid thin rgba(0, 0, 0, 0.38);
    border-left: none;
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
}

.buttons-box[b-1yodibe1vd] {
    justify-content: space-evenly;
    align-items: center;
    display: flex;
    height: 100%;
}

.vertical-separator[b-1yodibe1vd] {
    border-left: 2px solid rgba(121,120,118,0.3);
    height: 100%;
}

.d-grid-column-buttons[b-1yodibe1vd] {
    font-family: Roboto, "Helvetica Neue", sans-serif;
    text-align: center;
    width: auto;
}

.no-border-radius[b-1yodibe1vd] {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

.update-submit-button[b-1yodibe1vd] {
    font-size: medium;
    color: white;
}

.back-button[b-1yodibe1vd] {
    width: min-content;
    border: solid thin rgba(0, 0, 0, 0.38);
    border-radius: 4px;
    padding: 5px;
    padding-right: 8px;
    text-align: center;
    letter-spacing: 0.5rem;
}

    .back-button:hover[b-1yodibe1vd] {
        color: #696969;
        border-radius: 0px;
    }

.upload-btn[b-1yodibe1vd] {
    letter-spacing: 0.5rem;
    font-weight: bold;
}

.footer-buttons[b-1yodibe1vd]{
    z-index:3;
}

.resource-block[b-1yodibe1vd] {
    border: solid thin rgba(0, 0, 0, 0.38);
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
    padding-left: 10px;
    padding-top: 5px;
    background-color: #b1d6c869;
}

.btn-primary[b-1yodibe1vd] {
    background-color: #26a86c;
}
    .btn-primary:hover[b-1yodibe1vd] {
        background-color: #1c734b;
    }

.add-new-file[b-1yodibe1vd]{
    height: 200px;
}

