@import '_content/Havit.Blazor.Components.Web.Bootstrap/Havit.Blazor.Components.Web.Bootstrap.bundle.scp.css';

/* /Pages/Search/Details.razor.rz.scp.css */
.input-line[b-70jq7uzqoi] {
    margin-bottom: 15px;
}

.image-item-details[b-70jq7uzqoi] {
    border-radius: 12px;
    margin-bottom: 15px;
    text-align: center;
}

.save-button[b-70jq7uzqoi] {
    margin-left: 5px;
}

.delete-details-button[b-70jq7uzqoi] {
    margin-left: 5px;
}

.details-download-button[b-70jq7uzqoi] {
    position: absolute;
    top: 5px;
    right: 5px;
}
/* /Pages/Search/Search.razor.rz.scp.css */
.filters-content[b-jwvvmkx3nr] {
    width: 0;
    display: none;
    padding-left: 10px;
    padding-right: 10px;
}

.search-body[b-jwvvmkx3nr] {
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
}

.search-content[b-jwvvmkx3nr] {
    padding-top: 15px;
    display: flex;
}

.filter-collapse-mobile[b-jwvvmkx3nr] {
    display: none;
}

.filter-collapse[b-jwvvmkx3nr] {
    border-radius: 15px;
    background-color: lightgray;
    width: 30px;
    height: 30px;
    line-height: 30px;
    color: #00674e;
    text-align: center;
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transition: all 0.5s ease;
    margin-left: auto;
    margin-right: -15px;
    margin-top: 5px;
}

    .filter-collapse i[b-jwvvmkx3nr] {
        position: relative;
        top: 2px;
        left: 1px;
    }

    .filter-collapse:hover[b-jwvvmkx3nr] {
        cursor: pointer;
    }

.search-content .accordion[b-jwvvmkx3nr] {
    max-height: calc(100vh - 178px);
    overflow: auto;
}

.side-filter[b-jwvvmkx3nr] {
    height: calc(100vh - 137px);
    border-right: 1px solid lightgray;
    width: 100%;
    max-width: 31px;
    transition: all 0.2s ease;
}

    .side-filter.active[b-jwvvmkx3nr] {
        max-width: 260px;
        transition: all 0.2s ease;
    }

        .side-filter.active .filter-collapse[b-jwvvmkx3nr] {
            transform: rotate(180deg);
            -webkit-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
            left: 243px;
            transition: all 0.5s ease;
        }

        .side-filter.active .filters-content[b-jwvvmkx3nr] {
            width: 100%;
            display: block;
            transition: all 0.2s ease;
        }

.accordion-body[b-jwvvmkx3nr] {
    background-color: whitesmoke;
}

.accordion-button[b-jwvvmkx3nr] {
    background-color: whitesmoke;
    font-size: 15px;
}

    .accordion-button i[b-jwvvmkx3nr] {
        margin-right: 10px;
        font-size: 12px;
    }

.accordion-item[b-jwvvmkx3nr] {
    border: 0px;
    margin-top: 10px;
}

.accordion-button:focus[b-jwvvmkx3nr] {
    box-shadow: none !important;
}

.accordion-button:not(.collapsed)[b-jwvvmkx3nr] {
    color: black;
    box-shadow: none !important;
}

.accordion-button[b-jwvvmkx3nr]::after {
    color: black !important;
}

.accordion-button[b-jwvvmkx3nr] {
    height: 40px;
}

@media(max-width:1199px) {
    .search-content[b-jwvvmkx3nr] {
        display: block !important;
    }

    .side-filter[b-jwvvmkx3nr] {
        height: unset !important;
        border-bottom: 1px solid lightgray;
        border-right: 0;
        margin-bottom: 10px;
        max-width: 100vw !important;
        width: 100vw;
        height: 100%;
        max-height: 50px;
        transition: all 0.5s ease;
    }

        .side-filter.active[b-jwvvmkx3nr] {
            max-height: calc(100vh - 105px);
            transition: all 0.5s ease;
        }

            .side-filter.active .filter-collapse-mobile[b-jwvvmkx3nr] {
                transform: rotate(180deg);
                -webkit-transform: rotate(180deg);
                -ms-transform: rotate(180deg);
                left: 243px;
                transition: all 0.5s ease;
            }

            .side-filter.active .filters-content-mobile[b-jwvvmkx3nr] {
                width: 100%;
                display: block;
                transition: all 0.2s ease;
            }


    .filter-collapse[b-jwvvmkx3nr] {
        display: none;
    }

    .filter-collapse-mobile[b-jwvvmkx3nr] {
        display: block;
        border-radius: 15px;
        background-color: lightgray;
        width: 30px;
        height: 30px;
        line-height: 30px;
        color: #00674e;
        text-align: center;
        transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transition: all 0.5s ease;
        margin-left: auto;
        margin-right: 5px;
        margin-bottom: -15px;
    }

        .filter-collapse-mobile i[b-jwvvmkx3nr] {
            position: relative;
            top: 2px;
            left: 1px;
        }

        .filter-collapse-mobile:hover[b-jwvvmkx3nr] {
            cursor: pointer;
        }

    .side-filter.active .filters-content[b-jwvvmkx3nr] {
        margin-top: -31px !important;
    }
}

.overlay[b-jwvvmkx3nr] {
    position: absolute;
    background: rgb(0,0,0);
    background: linear-gradient(0deg, rgb(0 0 0 / 67%) 0%, rgb(0 0 0 / 65%) 5%, rgba(0,212,255,0) 100%);
    border-radius: 12px;
    color: white;
    font-size: 13px;
    max-height: 100%;
    height: 0;
    width: 100%;
    bottom: 0;
    transition: 0.4s all ease;
}

    .overlay > div[b-jwvvmkx3nr] {
        position: absolute;
        max-height: 100%;
        height: 0;
        opacity: 0;
        display: none;
        bottom: 10px;
        width: 100%;
        text-align: center;
    }

.image-item:hover .overlay[b-jwvvmkx3nr] {
    height: 100%;
    transition: 0.5s all ease;
}

    .image-item:hover .overlay > div[b-jwvvmkx3nr] {
        height: unset;
        opacity: 1;
        display: block;
        transition: 0.5s all ease;
    }

.image-item:hover .reference-layout[b-jwvvmkx3nr] {
    display: none;
}

.image-item[b-jwvvmkx3nr] {
    position: relative;
    text-align: center;
    background-color: white;
}

.overlay-button-details[b-jwvvmkx3nr] {
    margin-bottom: 30px;
}

.overlay-button-download[b-jwvvmkx3nr] {
    margin-bottom: 10px;
}

.removeFilters[b-jwvvmkx3nr] {
    font-size: 12px;
    margin-left: 5px;
}

.removeFilters:hover[b-jwvvmkx3nr] {
    cursor: pointer;
    color: #00674e;
}
/* /Pages/Upload/Upload.razor.rz.scp.css */
.uploaded-grid-card[b-oq5gkqc267] {
    margin-top: 50px;
}

.confirmation-card[b-oq5gkqc267] {
    margin-top: 50px;
}

.confirmation-card .row > div[b-oq5gkqc267] {
    text-align: end !important;
}
 
.upload-img-label[b-oq5gkqc267] {
    width: 100%;
    display: block;
    height: 50px;
    line-height: 50px;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    transition: ease 0.3s;
}

    .upload-img-label:hover[b-oq5gkqc267] {
        color: #00674e;
        background-color: lightgray;
        cursor: pointer;
        transition: ease 0.3s;
    }
/* /Pages/User/Login/Login.razor.rz.scp.css */
.login-btn[b-8x9b4lhslb] {
    width: 80% !important;
    margin: auto !important;
}

.separator[b-8x9b4lhslb] {
    display: flex;
    align-items: center;
    text-align: center;
    margin-top: 18px
}

    .separator[b-8x9b4lhslb]::before,
    .separator[b-8x9b4lhslb]::after {
        content: '';
        flex: 1;
        border-bottom: 1px solid #000;
    }

    .separator:not(:empty)[b-8x9b4lhslb]::before {
        margin-right: .25em;
    }

    .separator:not(:empty)[b-8x9b4lhslb]::after {
        margin-left: .25em;
    }
/* /Shared/MainLayout.razor.rz.scp.css */
.page[b-u838u1ph4e] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-u838u1ph4e] {
    flex: 1;
}

.sidebar[b-u838u1ph4e] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-u838u1ph4e] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-u838u1ph4e]  a, .top-row[b-u838u1ph4e]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-u838u1ph4e]  a:hover, .top-row[b-u838u1ph4e]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-u838u1ph4e]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-u838u1ph4e] {
        display: none;
    }

    .top-row.auth[b-u838u1ph4e] {
        justify-content: space-between;
    }

    .top-row[b-u838u1ph4e]  a, .top-row[b-u838u1ph4e]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-u838u1ph4e] {
        flex-direction: row;
    }

    .sidebar[b-u838u1ph4e] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-u838u1ph4e] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-u838u1ph4e]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-u838u1ph4e], article[b-u838u1ph4e] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Shared/SearchLayout.razor.rz.scp.css */
.dropdown-toggle[b-wzjd108ztx]::after {
    display:none !important;
}

.dropdown-menu[data-bs-popper][b-wzjd108ztx] {
    right: 0 !important;
    left: unset !important;
}

.dropdown-item i[b-wzjd108ztx] {
    height:20px;
    line-height: 20px;
}

.dropdown-item.active[b-wzjd108ztx], .dropdown-item:active[b-wzjd108ztx] {
    background-color: #00674e;
}

.dropdown-item:hover[b-wzjd108ztx] {
    cursor: pointer;
}
