/* /Pages/AddNewCardToDeck.razor.rz.scp.css */
.drop-zone[b-or2swn6mj5] {
    padding: 20px;
    width: 100%;
    min-height: 100px;
    border: 2px dashed #0087F7;
    border-radius: 5px;
}

    .drop-zone.hover[b-or2swn6mj5] {
        border-style: solid;
    }

    .search-image[b-or2swn6mj5]{
        display: flex;
        flex-wrap: wrap;
        width:100%;
        max-height:500px;
        overflow: auto;
    }
img[b-or2swn6mj5] {
   /* aspect-ratio: 1/1;*/
    object-fit:  contain;
    max-height: 60vh;
    height: 60vh;
    max-width: 100%;
    width:100%;
}
/* /Pages/DeckManager.razor.rz.scp.css */
.contact-table[b-aa1v4tlit5] {
    box-shadow: rgb(0 0 0 / 35%) 0px 5px 10px;
}

.setting-title[b-aa1v4tlit5] {
    padding: 20px 0;
    color: #00a89b;
    font-family: 思源黑體, 微軟正黑體, 蘋方體, 黑體, sans-serif, serif;
}

tr[b-aa1v4tlit5] {
    background-color: white;
}

th[b-aa1v4tlit5] {
    white-space: nowrap;
    max-width: 200px;
}

.yellow[b-aa1v4tlit5] {
    color: #ffad00;
    cursor: pointer;
}

.edit-icon[b-aa1v4tlit5] {
    color: darkgray;
    padding-left: 1rem;
}

    .edit-icon:hover[b-aa1v4tlit5] {
        color: gray;
    }

.contact-group[b-aa1v4tlit5] {
    color: #6c757d;
    font-weight: bolder;
}

.hide-text-overflow[b-aa1v4tlit5] {
    overflow: hidden;
    text-overflow: ellipsis;
}

.star[b-aa1v4tlit5] {
}

    .star:hover[b-aa1v4tlit5] {
        opacity: 0.7;
    }

.hover-to-show[b-aa1v4tlit5] {
    visibility: hidden;
}

.hover-highlight:hover[b-aa1v4tlit5] {
    background-color: #f9fafb;
    cursor: pointer;
}

    .hover-highlight:hover .hover-to-show[b-aa1v4tlit5] {
        visibility: visible;
    }

.button-group[b-aa1v4tlit5] {
    display: flex;
    flex-wrap: nowrap;
    padding: 0 10px;
    justify-content: flex-end;
}

@media (max-width:1400px) {
    .hide-large[b-aa1v4tlit5] {
        display: none;
    }
}

@media (max-width:1000px) {
    .hide-mid[b-aa1v4tlit5] {
        display: none;
    }

    .hover-to-show[b-aa1v4tlit5] {
        visibility: visible;
    }
}
.focused-card[b-aa1v4tlit5]{
    background-color: antiquewhite !important;
}
/* /Pages/MyDecks.razor.rz.scp.css */
.contact-table[b-0tj0mwmvdh] {
    box-shadow: rgb(0 0 0 / 35%) 0px 5px 10px;
    max-width:1000px;
}
.setting-title[b-0tj0mwmvdh] {
    padding: 20px 0;
    color: #00a89b;
    font-family: 思源黑體, 微軟正黑體, 蘋方體, 黑體, sans-serif, serif;
}
tr[b-0tj0mwmvdh]{
    background-color:white;
}
th[b-0tj0mwmvdh] {
    white-space: nowrap;
    max-width: 200px;
}
.edit-icon[b-0tj0mwmvdh] {
    color: darkgray;
    padding-left: 1rem;
}
    .edit-icon:hover[b-0tj0mwmvdh] {
        color: gray;
    }
.contact-group[b-0tj0mwmvdh] {
    color: #6c757d;
    font-weight: bolder;
}
.hide-text-overflow[b-0tj0mwmvdh]{
    overflow:hidden;
    text-overflow: ellipsis;
}
.yellow[b-0tj0mwmvdh] {
    color: #ffad00;
    cursor: pointer;
}
.star[b-0tj0mwmvdh]{
}
.star:hover[b-0tj0mwmvdh] {
    opacity: 0.7;
}
.hover-to-show[b-0tj0mwmvdh]{
    visibility:hidden;
}
.hover-highlight:hover[b-0tj0mwmvdh] {
    background-color: #f9fafb;
    cursor: pointer;
}
    .hover-highlight:hover .hover-to-show[b-0tj0mwmvdh] {
        visibility:visible;
    }

.button-group[b-0tj0mwmvdh] {
    display: flex;
    flex-wrap: nowrap;
    padding: 0 10px;
    justify-content: flex-end;
}
@media (max-width:1400px){
    .hide-large[b-0tj0mwmvdh]{
        display:none;
    }
}

@media (max-width:1000px) {
    .hide-mid[b-0tj0mwmvdh] {
        display: none;
    }
    .hover-to-show[b-0tj0mwmvdh]{
        visibility:visible;
    }
}
/* /Pages/ResetPassword.razor.rz.scp.css */
input[b-kmwy5uksol] {
    width: 100%;
}
.setting-wrapper[b-kmwy5uksol] {
    width: 30vw;
    min-width: 300px;
    max-width: 500px;
    height: auto;
    position: relative;
    top: -50px;
    left: 50%;
    transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
.box-with-shadow[b-kmwy5uksol] {
    box-shadow: rgb(0 0 0 / 35%) 0px 5px 15px;
    padding: 60px;
    background: white;
    border-radius: 20px;
}
.setting-title[b-kmwy5uksol] {
    padding: 20px 0;
    color: #00a89b;
    font-family: 思源黑體, 微軟正黑體, 蘋方體, 黑體, sans-serif, serif;
}
.password-wrapper[b-kmwy5uksol] {
    display: flex;
    padding-top: 10px;
}
.confirm-button[b-kmwy5uksol] {
    float: right;
    margin: 30px 0;
}
/* /Pages/Settings.razor.rz.scp.css */
input[b-k0goy6mkhx] {
    width: 100%;
}
.setting-wrapper[b-k0goy6mkhx] {
    width: 30vw;
    min-width: 300px;
    max-width: 500px;
    height: auto;
    position: relative;
    top: -50px;
    left: 50%;
    transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
.box-with-shadow[b-k0goy6mkhx] {
    box-shadow: rgb(0 0 0 / 35%) 0px 5px 15px;
    padding: 60px;
    background: white;
    border-radius: 20px;
}
.setting-title[b-k0goy6mkhx] {
    padding: 20px 0;
    color: #00a89b;
    font-family: 思源黑體, 微軟正黑體, 蘋方體, 黑體, sans-serif, serif;
}
.password-wrapper[b-k0goy6mkhx] {
    display: flex;
    padding-top: 10px;
}
.confirm-button[b-k0goy6mkhx] {
    float: right;
    margin: 30px 0;
}
/* /Shared/CardView.razor.rz.scp.css */
.drop-zone[b-j7sici9xqh] {
    padding: 20px;
    width: 100%;
    min-height: 100px;
    border: 2px dashed #0087F7;
    border-radius: 5px;
}

    .drop-zone.hover[b-j7sici9xqh] {
        border-style: solid;
    }
.image-wrapper[b-j7sici9xqh] {
    width: 100%;
}
img[b-j7sici9xqh] {
    max-height: 70vh;
    max-width: 100%;
    /*  width: 50%;
        aspect-ratio: 1/1;
        object-fit: cover;*/
}
.control-section[b-j7sici9xqh] {
    display: flex;
    justify-content: center;
}
.card-container[b-j7sici9xqh] {
    text-align: center;
}
.card-content[b-j7sici9xqh] {
    font-size: 20pt;
}
    .card-content[b-j7sici9xqh]{
        font-size: 16pt;
    }
    .image-control[b-j7sici9xqh] {
        display: flex;
        align-items: center;
        height: 70vh;
        width: 100%;
    }
.chevron-wrapper[b-j7sici9xqh] {
    width: 5%;
    cursor: pointer;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.chevron-wrapper:hover[b-j7sici9xqh]{
    background-color: antiquewhite;
}

/* /Shared/DeckTable.razor.rz.scp.css */
.contact-table[b-i5duh6txp6] {
    box-shadow: rgb(0 0 0 / 35%) 0px 5px 10px;
    /*max-width: 1000px;*/
}

.setting-title[b-i5duh6txp6] {
    padding: 20px 0;
    color: #00a89b;
    font-family: 思源黑體, 微軟正黑體, 蘋方體, 黑體, sans-serif, serif;
}

tr[b-i5duh6txp6] {
    background-color: white;
}

th[b-i5duh6txp6] {
    white-space: nowrap;
    max-width: 200px;
}

.yellow[b-i5duh6txp6] {
    color: #ffad00;
    cursor: pointer;
}

.edit-icon[b-i5duh6txp6] {
    color: darkgray;
    padding-left: 1rem;
}

    .edit-icon:hover[b-i5duh6txp6] {
        color: gray;
    }

.contact-group[b-i5duh6txp6] {
    color: #6c757d;
    font-weight: bolder;
}

.hide-text-overflow[b-i5duh6txp6] {
    overflow: hidden;
    text-overflow: ellipsis;
}

.star[b-i5duh6txp6] {
}

    .star:hover[b-i5duh6txp6] {
        opacity: 0.7;
    }

.hover-to-show[b-i5duh6txp6] {
    visibility: hidden;
}

.hover-highlight:hover[b-i5duh6txp6] {
    background-color: #f9fafb;
    cursor: pointer;
}

    .hover-highlight:hover .hover-to-show[b-i5duh6txp6] {
        visibility: visible;
    }

.button-group[b-i5duh6txp6] {
    display: flex;
    flex-wrap: nowrap;
    padding: 0 10px;
    justify-content: flex-end;
}
@media (max-width:1400px) {
    .hide-large[b-i5duh6txp6] {
        display: none;
    }
}

@media (max-width:1000px) {
    .hide-mid[b-i5duh6txp6] {
        display: none;
    }

    .hover-to-show[b-i5duh6txp6] {
        visibility: visible;
    }
}
/* /Shared/LoadingAnimation.razor.rz.scp.css */
.full-screen-block[b-r2ty1rkndr] {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
    background-color:aliceblue;
    opacity:0.5;
}
.lds-roller[b-r2ty1rkndr] {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
    left: calc(50% - 40px);
    top: calc(50% - 40px);
    /*top: calc(40vh - 40px);*/
}

    .lds-roller div[b-r2ty1rkndr] {
        animation: lds-roller-b-r2ty1rkndr 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
        transform-origin: 40px 40px;
    }

        .lds-roller div[b-r2ty1rkndr]:after {
            content: " ";
            display: block;
            position: absolute;
            width: 7px;
            height: 7px;
            border-radius: 50%;
            background-color:dimgrey;
            margin: -4px 0 0 -4px;
        }

        .lds-roller div:nth-child(1)[b-r2ty1rkndr] {
            animation-delay: -0.036s;
        }

            .lds-roller div:nth-child(1)[b-r2ty1rkndr]:after {
                top: 63px;
                left: 63px;
            }

        .lds-roller div:nth-child(2)[b-r2ty1rkndr] {
            animation-delay: -0.072s;
        }

            .lds-roller div:nth-child(2)[b-r2ty1rkndr]:after {
                top: 68px;
                left: 56px;
            }

        .lds-roller div:nth-child(3)[b-r2ty1rkndr] {
            animation-delay: -0.108s;
        }

            .lds-roller div:nth-child(3)[b-r2ty1rkndr]:after {
                top: 71px;
                left: 48px;
            }

        .lds-roller div:nth-child(4)[b-r2ty1rkndr] {
            animation-delay: -0.144s;
        }

            .lds-roller div:nth-child(4)[b-r2ty1rkndr]:after {
                top: 72px;
                left: 40px;
            }

        .lds-roller div:nth-child(5)[b-r2ty1rkndr] {
            animation-delay: -0.18s;
        }

            .lds-roller div:nth-child(5)[b-r2ty1rkndr]:after {
                top: 71px;
                left: 32px;
            }

        .lds-roller div:nth-child(6)[b-r2ty1rkndr] {
            animation-delay: -0.216s;
        }

            .lds-roller div:nth-child(6)[b-r2ty1rkndr]:after {
                top: 68px;
                left: 24px;
            }

        .lds-roller div:nth-child(7)[b-r2ty1rkndr] {
            animation-delay: -0.252s;
        }

            .lds-roller div:nth-child(7)[b-r2ty1rkndr]:after {
                top: 63px;
                left: 17px;
            }

        .lds-roller div:nth-child(8)[b-r2ty1rkndr] {
            animation-delay: -0.288s;
        }

            .lds-roller div:nth-child(8)[b-r2ty1rkndr]:after {
                top: 56px;
                left: 12px;
            }

@keyframes lds-roller-b-r2ty1rkndr {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}
/* /Shared/MainLayout.razor.rz.scp.css */
.page[b-nc1m8ol2vz] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-nc1m8ol2vz] {
    flex: 1;
}

.sidebar[b-nc1m8ol2vz] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-nc1m8ol2vz] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-nc1m8ol2vz]  a, .top-row[b-nc1m8ol2vz]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-nc1m8ol2vz]  a:hover, .top-row[b-nc1m8ol2vz]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-nc1m8ol2vz]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-nc1m8ol2vz] {
        display: none;
    }

    .top-row.auth[b-nc1m8ol2vz] {
        justify-content: space-between;
    }

    .top-row[b-nc1m8ol2vz]  a, .top-row[b-nc1m8ol2vz]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-nc1m8ol2vz] {
        flex-direction: row;
    }

    .sidebar[b-nc1m8ol2vz] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-nc1m8ol2vz] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-nc1m8ol2vz]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-nc1m8ol2vz], article[b-nc1m8ol2vz] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-fm2e81811i] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-fm2e81811i] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-fm2e81811i] {
    font-size: 1.1rem;
}

.oi[b-fm2e81811i] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-fm2e81811i] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-fm2e81811i] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-fm2e81811i] {
        padding-bottom: 1rem;
    }

    .nav-item[b-fm2e81811i]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-fm2e81811i]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-fm2e81811i]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-fm2e81811i] {
        display: none;
    }

    .collapse[b-fm2e81811i] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
    
    .nav-scrollable[b-fm2e81811i] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* /Shared/PopUp.razor.rz.scp.css */
.modal-dialog[b-9ddmbbv3gs] {
    max-width: none;
}
.modal[b-9ddmbbv3gs] {
    width: inherit;
    right: -17px !important;
    
}
/*.drop-in-2 {
    animation: drop-in 1200ms ease 500ms backwards;
}
*/
@keyframes drop-in-b-9ddmbbv3gs {
    from {
        opacity: 0;
        width:0;
        height:0;
        overflow:hidden;
    }

    to {
        opacity: 1;
    }
}
/* /Shared/SimpleMenu/SimpleMenu.razor.rz.scp.css */
.context-menu[b-ugxi29fbfq] {
    position: fixed;
    background-color: white;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    width: 200px;
    font-size: 12pt;
    outline: none;
}


    .context-menu:focus-within[b-ugxi29fbfq] {
        border: none;
        visibility: visible;
    }

    .context-menu:not(:focus-within)[b-ugxi29fbfq] {
        visibility: hidden;
    }

.btn-hover:focus[b-ugxi29fbfq] {
    outline: none;
    box-shadow: none;
}

.btn-hover:hover[b-ugxi29fbfq] {
    background-color: lightgrey;
}
/* /Shared/Toast.razor.rz.scp.css */
.toast[b-01lx26wbau] {
    display: none;
    padding: 1.5rem;
    color: #fff;
    z-index: 9999;
    /*position: absolute;*/
    position: fixed;
    border-radius: 1rem;
    width: 25rem;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.toast-icon[b-01lx26wbau] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 1rem;
    font-size: 3.5rem;
}

.toast-body[b-01lx26wbau] {
    display: flex;
    flex-direction: column;
    flex: 1;
    padding-left: 1rem;
}

    .toast-body p[b-01lx26wbau] {
        margin-bottom: 0;
    }

.toast-visible[b-01lx26wbau] {
    display: flex;
    flex-direction: row;
    animation: fadein-b-01lx26wbau 1.5s;
}

@keyframes fadein-b-01lx26wbau {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}
/* /Shared/Toaster/Toaster.razor.rz.scp.css */
.show[b-bt5b50ym4g] {
    animation: fadein-b-bt5b50ym4g 0.3s;
    transition: all 0.15s linear;
}
@keyframes fadein-b-bt5b50ym4g {
    from {
        transform: translateY(100px);
        opacity: 0;
    }

    to {
        transform: translateY(0);
        opacity: 1;
    }
}
/* /Shared/UserButton.razor.rz.scp.css */
.show-menu[b-2hf63no6t9] {
    display: block;
}

.user-button[b-2hf63no6t9] {
    margin-left: .5em;
    background-color: transparent;
    border-color: transparent;
}

.top-row a[b-2hf63no6t9] {
    margin-left: 0;
}

.dropdown-item:hover[b-2hf63no6t9] {
    background-color: white;
}

@media (max-width: 641px) {
    .username[b-2hf63no6t9]{display:none;}

}
