/* _content/GreenThumbLocal.App/Components/Layout/Overlay.razor.rz.scp.css */
.overlay[b-aekjnutrdq] {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(255, 255, 255, 1);
    z-index: 999;
}

.loader[b-aekjnutrdq] {
    position: absolute;
    left: 50%;
    top: 33.3%;
    height:60px;
    width:60px;
    margin: 0 auto 0 -30px;
    border-radius: 50%;
    background-color: #109648;
    -webkit-animation: loader 1s infinite ease-in;
    animation: loader-b-aekjnutrdq 1s infinite ease-in;
}

@-webkit-keyframes loader {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}

@keyframes loader-b-aekjnutrdq {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}
/* _content/GreenThumbLocal.App/Pages/Crm/Clients.razor.rz.scp.css */
.pagination[b-w7ttnb1ttp] {
    margin: 1rem 0;
}
/* _content/GreenThumbLocal.App/Pages/Identity/Users.razor.rz.scp.css */
.pagination[b-wcxs6b0kfg] {
    margin: 1rem 0;
}
/* _content/GreenThumbLocal.App/Pages/Jobs/JobPictures.razor.rz.scp.css */
.cover[b-ms6l35x1ud] {
    object-fit: cover;
    width: 200px;
    height: 150px;
    border-radius: 1rem;
}
/* _content/GreenThumbLocal.App/Pages/Jobs/Jobs.razor.rz.scp.css */
.pagination[b-hpwc0kvwaf] {
    margin: 1rem 0;
}
