/* _content/Clevi.App.Components.Files/FileControl.razor.rz.scp.css */
body[b-8eht0l22nl] {
}
/* _content/Clevi.App.Components.Files/FileDetailModal.razor.rz.scp.css */

.cl-filedetail_name[b-nus7qz6q23] {
    background-color: steelblue;
    font-weight: 600;
    height: 48px;
    border-bottom: 2px solid;
    color: whitesmoke;
    border-radius: 7px;
}

.cl-filedetail_name1[b-nus7qz6q23] {
    margin-bottom: 0 !important;
    line-height: 45px;
    padding-left: 7px;
}

.cl-filedetail_text[b-nus7qz6q23] {
    font-size: 23px;
    font-weight: 700;
    word-break: break-all;
    text-align: center;
}
/* _content/Clevi.App.Components.Files/FileUploadModal.razor.rz.scp.css */
.file-upload[b-sxiua0n882] {
    background-color: #ffffff;
    width: 600px;
    margin: 0 auto;
    padding: 20px;
}

.file-upload-btn[b-sxiua0n882] {
    width: 100%;
    margin: 0;
    color: #fff;
    background: #1FB264;
    border: none;
    padding: 10px;
    border-radius: 4px;
    border-bottom: 4px solid #15824B;
    transition: all .2s ease;
    outline: none;
    text-transform: uppercase;
    font-weight: 700;
}

    .file-upload-btn:hover[b-sxiua0n882] {
        background: #1AA059;
        color: #ffffff;
        transition: all .2s ease;
        cursor: pointer;
    }

    .file-upload-btn:active[b-sxiua0n882] {
        border: 0;
        transition: all .2s ease;
    }

.file-upload-content[b-sxiua0n882] {
    display: none;
    text-align: center;
}



.image-upload-wrap[b-sxiua0n882] {
    margin-top: 20px;
    border: 4px dashed #1FB264;
    position: relative;
}

    .image-dropping[b-sxiua0n882],
    .image-upload-wrap:hover[b-sxiua0n882] {
        background-color: #1FB264;
        border: 4px dashed #ffffff;
    }

.image-title-wrap[b-sxiua0n882] {
    padding: 0 15px 15px 15px;
    color: #222;
}

.drag-text[b-sxiua0n882] {
    text-align: center;
}

    .drag-text h3[b-sxiua0n882] {
        font-weight: 100;
        text-transform: uppercase;
        color: #15824B;
        padding: 60px 0;
    }

.file-upload-image[b-sxiua0n882] {
    max-height: 200px;
    max-width: 200px;
    margin: auto;
    padding: 20px;
}

.remove-image[b-sxiua0n882] {
    width: 200px;
    margin: 0;
    color: #fff;
    background: #cd4535;
    border: none;
    padding: 10px;
    border-radius: 4px;
    border-bottom: 4px solid #b02818;
    transition: all .2s ease;
    outline: none;
    text-transform: uppercase;
    font-weight: 700;
}

    .remove-image:hover[b-sxiua0n882] {
        background: #c13b2a;
        color: #ffffff;
        transition: all .2s ease;
        cursor: pointer;
    }

    .remove-image:active[b-sxiua0n882] {
        border: 0;
        transition: all .2s ease;
    }
/* _content/Clevi.App.Components.Files/Pages/ManageDrive.razor.rz.scp.css */

.cl-drive-cb_text[b-bbtnbreaqx] {
    font-size: 45px;
    font-weight: 700;
    text-align: center;
    align-items: center;
    word-break: break-all;
}

.cl-drive-title[b-bbtnbreaqx] {
    text-align: center;
    display: flex;
    flex-flow: column;
    align-content: center;
}

.cl-drive-cb_img[b-bbtnbreaqx] {
    display: flex;
    justify-content: center;
}
