@import '_content/Microsoft.FluentUI.AspNetCore.Components/Microsoft.FluentUI.AspNetCore.Components.bundle.scp.css';

/* _content/Shepherd/Components/ClipboardGraphic.razor.rz.scp.css */
#Lines[b-5rqbm4pzx3], #Start[b-5rqbm4pzx3] { 
    transition: all 1s ease;
}

#Start[b-5rqbm4pzx3] {
    opacity: 0;
}

svg:hover #Lines[b-5rqbm4pzx3] { 
    transform: translateY(5%);
}

svg:hover #Start[b-5rqbm4pzx3] { 
    opacity: 1;
}

div[b-5rqbm4pzx3] {
    text-align: center;
}
/* _content/Shepherd/Components/ClockGraphic.razor.rz.scp.css */
#Start[b-1vpzwp5sqf], #Minute[b-1vpzwp5sqf] { 
    transition: all 1s ease;
}

#Start[b-1vpzwp5sqf] {
    opacity: 0;
}

svg:hover #Start[b-1vpzwp5sqf] { 
    opacity: 1;
}

svg:hover #Minute[b-1vpzwp5sqf] {
    transform: rotate(-85deg);
    transform-origin: 50px 52px;
}

div[b-1vpzwp5sqf] {
    text-align: center;
}
/* _content/Shepherd/Components/PersonGraphic.razor.rz.scp.css */
#Start[b-6nipsg1rp8], #LPerson[b-6nipsg1rp8], #RPerson[b-6nipsg1rp8] { 
    transition: all 1s ease;
}

#Start[b-6nipsg1rp8] {
    opacity: 0;
}

svg:hover #Start[b-6nipsg1rp8] { 
    opacity: 1;
}

svg:hover #LPerson[b-6nipsg1rp8] {
    transform: translateX(-5%);
}

svg:hover #RPerson[b-6nipsg1rp8] {
    transform: translateX(5%);
}

div[b-6nipsg1rp8] {
    text-align: center;
}
/* _content/Shepherd/Components/Toast.razor.rz.scp.css */
.toast[b-7ofh1gahfg] {
    position:fixed;
    left:2rem;
    bottom:2rem;
    width:350px;
    height:100px;
    animation-name: fadeInOut-b-7ofh1gahfg;
    animation-iteration-count: 1;
    animation-duration: 5000ms;
}

.toast-msg[b-7ofh1gahfg] {
    
}

@keyframes fadeInOut-b-7ofh1gahfg {
    0% { opacity: 0; transform:translateY(100%); filter:blur(5px) }
    25% {opacity: 1; transform:translateY(0); filter:blur(0)}
    75% { opacity: 1; transform:translateY(0); filter:blur(0)}
    100% { opacity: 0; transform:translateY(100%); filter:blur(5px)}
}
/* _content/Shepherd/Pages/About.razor.rz.scp.css */
details summary[b-tjba7o2rq6] {
    color: #FFDE73 !important;
    font-weight: bold;
}

details[open]>summary:not([role]):not(:focus)[b-tjba7o2rq6] {
    color: #FFDE73;
    font-weight: bold;
}
/* _content/Shepherd/Pages/Index.razor.rz.scp.css */
article[b-w7k65wwekr] {
    min-height: 100%;
}
/* _content/Shepherd/Pages/Manage/TaskBasedList.razor.rz.scp.css */
article[b-01e51cax68] {
    float: left;
    margin: .5rem;
    width: 16rem;
}
/* _content/Shepherd/Pages/Pricing.razor.rz.scp.css */
article[b-bl4akw5xzt] {
    min-height: 100%;
}
