/* /Components/Table/Table.razor.rz.scp.css */
.col-small[b-yqf0vdook5] {
    width: 120px;
}

.haveMorePages[b-yqf0vdook5] {
    border-width: 0px !important;
    pointer-events: none;
}

.loading[b-yqf0vdook5] {
    min-height: 300px;
    padding-left: 24px;
}

.dataTable-top-no-padding-top[b-yqf0vdook5] {
    padding-top: 0px !important;
}

.search-container[b-yqf0vdook5] {
    position: relative;
}

.clear-button[b-yqf0vdook5] {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    background: transparent;
    border: none;
    cursor: pointer;
    color: #999;
    font-size: 16px;
    padding: 0;
    display: none;
}

    .clear-button:hover[b-yqf0vdook5] {
        color: #333;
    }

    .clear-button i[b-yqf0vdook5] {
        line-height: 1;
    }

.dataTable-input:not(:placeholder-shown) + .clear-button[b-yqf0vdook5] {
    display: inline-block;
}


/* /Layout/Notifications.razor.rz.scp.css */
.alert[b-f98cirsidp] {
    position: fixed;
    bottom: 20px;
    right: 20px;
    min-width: 250px;
    z-index: 1050;
    opacity: 1;
    transition: opacity 0.5s ease-out;
    width: 300px;
}

.alert.fade-out[b-f98cirsidp] {
    opacity: 0;
}

.alert-text[b-f98cirsidp]{
    margin-left: 10px;
}
