/* /Components/Pages/Handleliste/TheItemInput.razor.rz.scp.css */
#the-item-input[b-a5hjyk0s1v]{
    height: 50px;
    border: 1px solid black;
    font-size: 17px;

}

    #the-item-input[b-a5hjyk0s1v]::placeholder {
        text-align: center;
    }
/* /Components/Shared/Button/ActionButton/FloatingActionButton.razor.rz.scp.css */
.fab-container[b-gfh04352m5] {
    justify-content: center;
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 20px;
    z-index: 1000;
    display: flex;
    flex-direction: column;
    align-items: end;
    justify-content: center;
}

    .fab-container:hover .fab-buttons[b-gfh04352m5] {
        height: fit-content;
    }

        .fab-container:hover .fab-buttons .fab-button[b-gfh04352m5] {
            animation: fab-button-animation-b-gfh04352m5 150ms ease-in-out;
            animation-fill-mode: forwards;
            display: flex;
            justify-content: space-around;
            align-items: center;
            cursor: pointer;
            gap: 10px;
        }

.fab-buttons[b-gfh04352m5] {
    height: 0;
    overflow: hidden;
    display: flex;
    gap: 10px;
    padding-bottom: 10px;
    flex-direction: column;
    align-items: end;
}

    .fab-buttons .text[b-gfh04352m5] {
        font-size: 20px;
    }

.fab-button[b-gfh04352m5] {
    font-size: 50px;
}

@keyframes fab-button-animation-b-gfh04352m5 {
    100% {
        transform: translateY(0);
    }
}
/* /Components/Shared/Button/ActionButton/FloatingActionButtonOnClick.razor.rz.scp.css */
/* /Components/Shared/Form/BxInputText.razor.rz.scp.css */
/* /Components/Shared/Loading/Loader.razor.rz.scp.css */

.loader[b-xvx1yyb8qi] {
    border: 0.25em solid #f3f3f3; /* Light grey */
    border-top: 0.25em solid #3498db; /* Blue */
    border-radius: 50%;
    height: 1.8em;
    width: 1.8em;
    animation: spin-b-xvx1yyb8qi 1s linear infinite;
}

@keyframes spin-b-xvx1yyb8qi {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.loader--full-page-centered[b-xvx1yyb8qi] {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
/* /Components/Shared/Loading/LoaderSync.razor.rz.scp.css */
.loader-sync[b-o20ol5lud3] {
        animation: rotation-b-o20ol5lud3 1s infinite linear;
    }

@keyframes rotation-b-o20ol5lud3 {
        from {
            transform: rotate(0deg);
        }
        to {
            transform: rotate(360deg);
        }
    }
/* /Components/Shared/MainLayout/TheMainLayout.razor.rz.scp.css */
/* /Components/Shared/Modal/Modal.razor.rz.scp.css */
.modal__backdrop[b-t51xyqxzph] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 9998;
    user-select: all;
    pointer-events: all;
    overflow: hidden;
}

.modal[b-t51xyqxzph]{
    z-index: 9999;
}
/* /Components/Shared/SearchSelect/BxSearchSelect.razor.rz.scp.css */
.search-select input[b-lto6h0gzib] {
    border: 0;
}

.search-select input:active[b-lto6h0gzib] {
    border-bottom: 1px solid grey;
}

