/* _content/FinanceIntelligenceAdmin/Pages/Admin/Setting/ManageFtpServer.razor.rz.scp.css */
.directory[b-27a1mploq6] {
    cursor: pointer;
    color: #007bff;
    text-decoration: underline;
}

    .directory:hover[b-27a1mploq6] {
        text-decoration: none;
    }

.file i[b-27a1mploq6] {
    margin-right: 8px;
}

.directory i[b-27a1mploq6] {
    margin-right: 8px;
}
/* _content/FinanceIntelligenceAdmin/Shared/Components/Common/ToastPopup.razor.rz.scp.css */
.toast[b-im5w70c84c] {
    margin: 0 0 0.625rem 0;
    padding: 0.625rem;
    color: white;
    animation: fadein-b-im5w70c84c 0.5s;
    animation-fill-mode: forwards;
}

    .toast.info[b-im5w70c84c] {
        background-color: blue;
    }

    .toast.success[b-im5w70c84c] {
        background-color: green;
    }

    .toast.warning[b-im5w70c84c] {
        background-color: orange;
    }

    .toast.error[b-im5w70c84c] {
        background-color: red;
    }

    .toast button[b-im5w70c84c] {
        position: absolute;
        top: 0;
        right: 0;
        padding: 0.125rem .25rem;
        font-size: 0.75rem;
        cursor: pointer;
        background-color: transparent;
        color: inherit;
        border: none;
    }

@keyframes fadein-b-im5w70c84c {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}
