/* _content/TopKraft.Views/Components/TkImageFileUpload.razor.rz.scp.css */
.custom-drop-zone[b-e3buj9441m] {
    padding: 0 !important;
    border-style: dashed !important;
    border-width: 2px !important;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.drop-file-icon[b-e3buj9441m] {
    background-size: contain;
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    background-position: center center;
    background-color: currentColor;
    width: 42px;
    height: 42px;
    -webkit-mask-image: url("../images/DropFile.svg");
    mask-image: url("../images/DropFile.svg");
}
/* _content/TopKraft.Views/Orders/MembersOrderRF.razor.rz.scp.css */

@media (max-width: 380px) {
    [b-mnlayout] .content {
        padding: unset !important;
    }
}

@media (max-width: 768px) {
    [b-mnlayout] .content {
        padding: 0.50rem !important;
    }
}


