/* _content/Mind.Cloud/Components/UI/CProfileImage.razor.rz.scp.css */
.image-wrapper[b-7fpy9ccbxw] {
    display: flex;
    flex-direction: column;
    justify-content: stretch;
    align-items: center;
    position: relative;
    height: 200px;
    padding: 5px;
}

.no-image[b-7fpy9ccbxw] {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 150px;
    width: 150px;
    border: solid 1px var(--ct-border-color);
    text-align: center;
    font-weight: bold;
}

.image-toolbar[b-7fpy9ccbxw] {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 4px;
    gap:4px;
}
/* _content/Mind.Cloud/Components/UI/Files/CImagesChooser.razor.rz.scp.css */
.progress-bar-container[b-gutfai4wpt] {
    width: 100%;
    background-color: #eee;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
}

.progress-bar[b-gutfai4wpt] {
    height: 15px;
    width: 0%;
    background-color: #4caf50;
    line-height: 15px;
    color: white;
    text-align: center;
    transition: width 2s ease;
    font-size:10px;
}
/* _content/Mind.Cloud/Components/UI/Files/CImagesPreview.razor.rz.scp.css */
.images-wrapper[b-90qyaw2433] {
    overflow-x:hidden;
    overflow-y:auto;
    max-height:400px;
}

.image-item[b-90qyaw2433] {
    display:flex;
    align-items:center;
}

    .image-item > div:first-child[b-90qyaw2433] {
        width:100px;
    }

    .image-item img[b-90qyaw2433] {
        width:100px;
    }

    .image-item ul[b-90qyaw2433] {
        list-style:none;
    }
