/* _content/UurwerkCoreApi/Pages/RsvpIndex.razor.rz.scp.css */
/* _content/UurwerkCoreApi/Pages/UserSettingsEmail.razor.rz.scp.css */
/* _content/UurwerkCoreApi/Shared/DienstRsvpTile.razor.rz.scp.css */
.yes[b-uadtc3yhqs] {
    background: #888;
    align-self: center;
    justify-self: stretch;
    display: flex;
    align-items: center;
    width: 50%;
    height: 100%;
    padding-left: 1rem;
    transition: all 125ms;
    font-size: 120%;
}

.LEFT .yes[b-uadtc3yhqs] {
    width: 100%;
    background: seagreen;
}
.SWIPEDLEFT .yes[b-uadtc3yhqs] {
    animation: flash-b-uadtc3yhqs 200ms 1;
}

.LEFT .no[b-uadtc3yhqs] {
    width: 0;
    display: none;
}

.no[b-uadtc3yhqs] {
    background: #888;
    color: white;

    display: flex;
    align-items: center;
    justify-content: end;
    width: 50%;
    height: 100%;
    padding-right: 1rem;
    font-size: 120%;

    transition: all 125ms;
}
.RIGHT .no[b-uadtc3yhqs] {
    width: 100%;
    font-size: 120%;
    background: #f94338;
}

.planstatus[b-uadtc3yhqs] {
    -display: inline-block;
    width: fit-content;
    background: #999;
    color: white;
    padding: 0.25rem 0.5rem 0.3rem;
    margin-left: -0.5rem;
    margin-top: 0.5rem;
    border-radius: 0.25rem;
}

.title.planstatus[b-uadtc3yhqs] {
    color: white;
    text-decoration: none;
}

.title.planned[b-uadtc3yhqs] {
    background: seagreen;
}

button.yesno[b-uadtc3yhqs] {
    background: pink;
    
}

@keyframes flash-b-uadtc3yhqs {
    0% {
        animation-timing-function: ease-in; opacity: 1;
    }

    25% {
        animation-timing-function: ease-in; opacity: 0.5;
    }

    100% {
        animation-timing-function: ease-in; opacity: 1;
    }
}
/* _content/UurwerkCoreApi/Shared/ErrorLayout.razor.rz.scp.css */
.page[b-c7i2whe1yt] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-c7i2whe1yt] {
    flex: 1;
}

.sidebar[b-c7i2whe1yt] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-c7i2whe1yt] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-c7i2whe1yt]  a, .top-row .btn-link[b-c7i2whe1yt] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-c7i2whe1yt] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-c7i2whe1yt] {
        display: none;
    }

    .top-row.auth[b-c7i2whe1yt] {
        justify-content: space-between;
    }

    .top-row a[b-c7i2whe1yt], .top-row .btn-link[b-c7i2whe1yt] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-c7i2whe1yt] {
        flex-direction: row;
    }

    .sidebar[b-c7i2whe1yt] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-c7i2whe1yt] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row[b-c7i2whe1yt], article[b-c7i2whe1yt] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* _content/UurwerkCoreApi/Shared/MainButton.razor.rz.scp.css */
/* ::deep does not work nicely, moved to site.css */
/* _content/UurwerkCoreApi/Shared/MainLayout.razor.rz.scp.css */
.page[b-sfv3qpljml] {
    position: relative;
    display: flex;
    flex-direction: column;
    
    
}

body[b-sfv3qpljml] {
    background-color: green;
}

main[b-sfv3qpljml] {
    flex: 1;
}

.sidebar[b-sfv3qpljml] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-sfv3qpljml] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-sfv3qpljml]  a, .top-row .btn-link[b-sfv3qpljml] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-sfv3qpljml] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-sfv3qpljml] {
        display: none;
    }

    .top-row.auth[b-sfv3qpljml] {
        justify-content: space-between;
    }

    .top-row a[b-sfv3qpljml], .top-row .btn-link[b-sfv3qpljml] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-sfv3qpljml] {
        flex-direction: row;
    }

    .sidebar[b-sfv3qpljml] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-sfv3qpljml] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row[b-sfv3qpljml], article[b-sfv3qpljml] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* _content/UurwerkCoreApi/Shared/Spinner.razor.rz.scp.css */
.lds-ellipsis[b-2s5zqgncot] {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}
.lds-ellipsis div[b-2s5zqgncot] {
    position: absolute;
    top: 33px;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: #ddd;
    animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.lds-ellipsis div:nth-child(1)[b-2s5zqgncot] {
    left: 8px;
    animation: lds-ellipsis1-b-2s5zqgncot 0.6s infinite;
}
.lds-ellipsis div:nth-child(2)[b-2s5zqgncot] {
    left: 8px;
    animation: lds-ellipsis2-b-2s5zqgncot 0.6s infinite;
}
.lds-ellipsis div:nth-child(3)[b-2s5zqgncot] {
    left: 32px;
    animation: lds-ellipsis2-b-2s5zqgncot 0.6s infinite;
}
.lds-ellipsis div:nth-child(4)[b-2s5zqgncot] {
    left: 56px;
    animation: lds-ellipsis3-b-2s5zqgncot 0.6s infinite;
}
@keyframes lds-ellipsis1-b-2s5zqgncot {
    0% {
        transform: scale(0);
    }
    100% {
        transform: scale(1);
    }
}
@keyframes lds-ellipsis3-b-2s5zqgncot {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(0);
    }
}
@keyframes lds-ellipsis2-b-2s5zqgncot {
    0% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(24px, 0);
    }
}
/* _content/UurwerkCoreApi/Shared/StdButton.razor.rz.scp.css */
button.std-button[b-aidlvrhyuk] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding: 0.25rem;
    margin: 0;
    border: none;
    background: white;
    font-size: 1rem;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    min-height: 2rem;
    min-width: 2rem;
}

button.std-button:hover[b-aidlvrhyuk] {
    background: #efefef;
}

button.std-button:focus[b-aidlvrhyuk] {
    outline: 2px solid rgb(16, 110, 190);
}

button.std-button svg[b-aidlvrhyuk] {
    width: 1rem;
    height: 1rem;
    color: rgb(16, 110, 190);
}
button.std-button.labeled svg[b-aidlvrhyuk] {
    margin-top: 0.125rem;
    margin-left: 0.125rem;
}

button.std-button span[b-aidlvrhyuk] {
    padding-right: 0.25rem;
}

button:disabled.std-button svg[b-aidlvrhyuk] {
    color: #bbb;
}
/* _content/UurwerkCoreApi/Shared/Swipable.razor.rz.scp.css */

/* scroll snap takes care of restoring scroll position */
.swipe-container[b-m6jq8fw18o] {
    display: flex;
    overflow: hidden;
    overflow-x: scroll;
    scroll-snap-type: x mandatory;
}
/* scrollbar should be hidden */
.swipe-container[b-m6jq8fw18o]::-webkit-scrollbar {
    display: none;
}
/* main element should always snap into view */
.swipe-element[b-m6jq8fw18o] {
    scroll-snap-align: start;
}
.action[b-m6jq8fw18o] {
    display: none;
}
/* actions and element should be 100% wide */
.action[b-m6jq8fw18o],
.swipe-element[b-m6jq8fw18o] {
    min-width: 100%;
}
    
/* touch devices */
@media (hover: none) {
    .swipe-element[b-m6jq8fw18o] {
        z-index: 100;
        background: white;
    }

    .action.left[b-m6jq8fw18o] {
        left: 0px;
        position: sticky;
    }

    .action.right[b-m6jq8fw18o] {
        right: 0px;
        position: sticky;
    }

    .action[b-m6jq8fw18o] {
        /*width: 50%;*/
        /*min-width: 50%;*/
    }

    .action[b-m6jq8fw18o] {
        display: flex;
        align-items: center;
        justify-content: stretch;
    }
}

/*.NEUTRAL {*/
/*    outline: 3px dotted pink;*/
/*}*/

/*.SWIPEDLEFT {*/
/*    outline: 3px solid seagreen;*/
/*}*/

/*.SWIPEDRIGHT {*/
/*    outline: 3px solid blue;*/
/*}*/

/*.LEFT {*/
/*    outline: 3px dotted seagreen;*/
/*}*/

/*.RIGHT {*/
/*    outline: 3px dotted blue;*/
/*}*/



/* icon should remain sticky */
.action[b-m6jq8fw18o] {
    /*color: white;*/
    /*position: sticky;*/
    /*left: 16px;*/
    /*right: 16px;*/
}
/* action background colors */
.left[b-m6jq8fw18o] {
    /*background-color: orchid;*/
    color: white;
}
.right[b-m6jq8fw18o] {
    justify-content: flex-end;
    /*background-color: cornflowerblue;*/
}

.swipe-container.readonly[b-m6jq8fw18o] { 
    overflow-x: none;
    scroll-snap-type: none;
}
.swipe-container.readonly .swipe-element[b-m6jq8fw18o] {
    z-index: 100;
    background: white;
}
.swipe-container.readonly .action[b-m6jq8fw18o] {
    display: none;
}
/* _content/UurwerkCoreApi/Shared/SwipeTutorial.razor.rz.scp.css */
.yesno[b-0fel1gvxp2] {
    display: flex;
    position: relative;
    height: 100%;
    width: 50%;
    align-items: center;
    /*width: 5rem;*/
    background: #888;
    /*padding: 0 3rem;*/
    color: white;
    white-space: nowrap;
}

.left .yesno[b-0fel1gvxp2] {
    justify-content: start;
    padding-left: 1rem;
}
.right .yesno[b-0fel1gvxp2] {
    justify-content: end;
    padding-right: 1rem;
}

.LEFT .yesno[b-0fel1gvxp2],
.SWIPEDLEFT .left .yesno[b-0fel1gvxp2] {
    background: seagreen;
}

.RIGHT .yesno[b-0fel1gvxp2],
.SWIPEDRIGHT .right .yesno[b-0fel1gvxp2] {
    background: red;
}

.yesno .loslaten[b-0fel1gvxp2] {
    transform: translateX(-4rem);
    transition: all 500ms;
    position: absolute;
    margin-left: 1rem;
}
.LEFT .yesno .loslaten[b-0fel1gvxp2] {
    transform: translateX(0rem);
}
.yesno .other[b-0fel1gvxp2] {
    margin-left: 1rem;
    transform: translateY(0rem);
    transition: all 500ms;
    position: absolute;
}
.LEFT .yesno .other[b-0fel1gvxp2] {
    transform: translateY(-4rem);
}

.SWIPEDLEFT[b-0fel1gvxp2] {
    background: pink !important;
    outline: 2px solid pink;
}

@keyframes animation1-b-0fel1gvxp2 {
     0% {
         animation-timing-function: ease-in; opacity: 1;transform: translateX(0px);
     }

     50% {
         animation-timing-function: ease-out;opacity: 1;transform: translateX(20%);
     }

     100% {
         animation-timing-function: ease-in; opacity: 1;transform: translateX(0px);
     }
 }

@keyframes animation2-b-0fel1gvxp2 {
     0% {
         animation-timing-function: ease-in; opacity: 1;transform: translateX(0px);
     }

     50% {
         animation-timing-function: ease-out;opacity: 1;transform: translateX(-20px);
     }

     100% {
         animation-timing-function: ease-in; opacity: 1;transform: translateX(0px);
     }
 }


/* _content/UurwerkCoreApi/Shared/Tile.razor.rz.scp.css */
.tile[b-bph54348rs] {
    padding-top: 1rem;
    padding-bottom: 1rem;
    /*padding-left: 0.5rem;*/
    /*padding-right: 0.5rem;*/

    padding-left: 1.5rem;
    padding-right: 1.5rem;

    display: flex;
}

.tile .leading[b-bph54348rs] {
    color: #444;
    width: 2rem;
    /*background: pink;*/
    /*max-height: 1rem;*/
    display: flex;
    align-items: start;
    /*height: 1rem;*/
    margin-right: 1rem;
    /*overflow: none;*/
    position: relative;
}

.tile.compact[b-bph54348rs] {
    padding-top: 1.0rem;
    padding-bottom: .5rem;
    /*background-color: green;*/
}

.tile.wide .leading[b-bph54348rs] {
    display: none;
}

.tile.compact + .tile.compact[b-bph54348rs] {
    padding-top: 0.5rem;
    padding-bottom: .5rem;
    /*background-color: pink;*/
}

.compact:last-of-type[b-bph54348rs] {
    padding-top: 0.5rem;
    padding-bottom: 1.0rem;
    background-color: blue !important;
}

.toucharea[b-bph54348rs] {
    /*outline: 1px dotted blue;*/
    height: 100%;
    width: 100%;
    border-radius: 100px;
    margin-top: -1rem;
    margin-left: -1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
    position: absolute;
}

.toucharea:hover[b-bph54348rs] {
    background-color: rgba(0, 0, 0, 0.1);
}

/*.tile > * {*/
/*    background-color: green;*/
/*}*/

/* The top tile is the top bar, it shows the back button and page title */

.topbar[b-bph54348rs] {
    z-index: 1000;
    /*background: purple;*/
    background: #a028b0;
    color: white;
    font-weight: bold;
    position: sticky;
    top: 0;
}

.tile.topbar .leading[b-bph54348rs] {
    color: white;
}

/* Some tiles are 'cards', they show information */

.card[b-bph54348rs] {
    background: white;
}

.card + .card[b-bph54348rs] {
    border-top: 0.125rem solid #fafafa;
}

.hover[b-bph54348rs] {
    cursor: pointer;
}

.hover:hover[b-bph54348rs] {
    background: #efeff4;
}
