@import 'snapshotmaster.extendedcontrols.cmodrvvzc1.bundle.scp.css';

/* _content/SnapshotMaster.AppServer/Pages/Home.razor.rz.scp.css */
.main-panel[b-d0lt3wpb9b] {
	width: 100%;
	height: 100%;
	background-image: url(../images/loginbackgoundimage.png);
	background-size: cover;
	background-repeat: no-repeat;
	margin-top: 0px;
	position: fixed;
}

.showLogin[b-d0lt3wpb9b] {
	height: 70px;
	width: 545px;
	border-radius: 35px;
	background: #2d97b2;
	border: none;
	font-size: 24px;
	color: white;
	font-weight: bolder;
	background: linear-gradient(to top, #2461f0, #7ea5ff);
	display: block;
	text-align: center;
	line-height: 70px;
}

.buy-button[b-d0lt3wpb9b] {
	width: 220px;
	font-size: 28px;
	background: linear-gradient(to top, #2461f0, #7ea5ff);
	border: none;
	height: 70px;
	border-radius: 35px;
}

.support-button[b-d0lt3wpb9b] {
	margin-left: 20px;
	width: 300px;
	font-size: 28px;
	background: #07acaa;
	border: none;
	height: 70px;
	border-radius: 35px;
}

button:hover[b-d0lt3wpb9b] {
	filter: grayscale(0.3);
}

.foot[b-d0lt3wpb9b] {
	position: fixed;
	bottom: 30px;
	left: 50%;
	transform: translateX(-50%);
	color: #aaa;
}
/* _content/SnapshotMaster.AppServer/Pages/Login.razor.rz.scp.css */
.main-panel[b-tkok7ildhv] {
    width: 100%;
    height: 100%;
    background-image: url(../images/loginbackgoundimage.png);
    background-size: cover;
    background-repeat: no-repeat;
    margin-top: 0px;
    position: fixed;
}

.showLogin[b-tkok7ildhv] {
    height: 70px;
    width: 545px;
    border-radius: 35px;
    background: #2d97b2;
    border: none;
    font-size: 24px;
    font-weight: bolder;
    background: linear-gradient(to top, #2461f0, #7ea5ff);
}

.inputKeyCodeArea[b-tkok7ildhv] {
    position: absolute;
    width: 100%;
    height: 100%;
}

    .inputKeyCodeArea button[b-tkok7ildhv] {
        height: 100%;
        width: 200px;
        border-radius: 35px;
        margin-left: 620px;
        background: #2d97b2;
        position: absolute;
        border: none;
        font-size: 24px;
        font-weight: bolder;
    }

.keyCode-input[b-tkok7ildhv] {
    height: 100%;
    width: 600px;
    position: absolute;
    border-radius: 35px;
    border: solid 2px #aaa;
    color: white;
    margin-right: 20px;
}

    .keyCode-input input[b-tkok7ildhv] {
        font-size: 19px;
        width: 550px;
        margin: 16px 25px;
        background-color: transparent;
        border: none;
    }

        .keyCode-input input:focus[b-tkok7ildhv] {
            outline: none;
        }

.buy-button[b-tkok7ildhv] {
    width: 140px;
    font-size: 20px;
    background: linear-gradient(to top, #2461f0, #7ea5ff);
    border: none;
    height: 70px;
    border-radius: 35px;
}

.support-button[b-tkok7ildhv] {
    margin-left: 20px;
    width: 200px;
    font-size: 20px;
    background: #07acaa;
    border: none;
    height: 70px;
    border-radius: 35px;
}

.download-button[b-tkok7ildhv] {
    margin-left: 20px;
    width: 160px;
    font-size: 20px;
    background: rgb(45, 151, 178);
    border: none;
    height: 70px;
    border-radius: 35px;
}

button:hover[b-tkok7ildhv] {
    filter: grayscale(0.3);
}

.foot[b-tkok7ildhv] {
    position: fixed;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    color: #aaa;
}
.loading[b-tkok7ildhv],
.loading > div[b-tkok7ildhv] {
    position: relative;
    box-sizing: border-box;
}

.loading[b-tkok7ildhv] {
    display: block;
    font-size: 0;
    color: #fff;
}

    .loading.la-dark[b-tkok7ildhv] {
        color: #333;
    }

    .loading > div[b-tkok7ildhv] {
        display: inline-block;
        float: none;
        background-color: currentColor;
        border: 0 solid currentColor;
    }

.loading[b-tkok7ildhv] {
    width: 32px;
    height: 32px;
}

    .loading > div[b-tkok7ildhv] {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 8px;
        height: 8px;
        margin-top: -4px;
        margin-left: -4px;
        border-radius: 100%;
        animation: ball-spin-clockwise-fade-b-tkok7ildhv 1s infinite linear;
    }

        .loading > div:nth-child(1)[b-tkok7ildhv] {
            top: 5%;
            left: 50%;
            animation-delay: -0.875s;
        }

        .loading > div:nth-child(2)[b-tkok7ildhv] {
            top: 18.1801948466%;
            left: 81.8198051534%;
            animation-delay: -0.75s;
        }

        .loading > div:nth-child(3)[b-tkok7ildhv] {
            top: 50%;
            left: 95%;
            animation-delay: -0.625s;
        }

        .loading > div:nth-child(4)[b-tkok7ildhv] {
            top: 81.8198051534%;
            left: 81.8198051534%;
            animation-delay: -0.5s;
        }

        .loading > div:nth-child(5)[b-tkok7ildhv] {
            top: 94.9999999966%;
            left: 50.0000000005%;
            animation-delay: -0.375s;
        }

        .loading > div:nth-child(6)[b-tkok7ildhv] {
            top: 81.8198046966%;
            left: 18.1801949248%;
            animation-delay: -0.25s;
        }

        .loading > div:nth-child(7)[b-tkok7ildhv] {
            top: 49.9999750815%;
            left: 5.0000051215%;
            animation-delay: -0.125s;
        }

        .loading > div:nth-child(8)[b-tkok7ildhv] {
            top: 18.179464974%;
            left: 18.1803700518%;
            animation-delay: 0s;
        }

    .loading.la-sm[b-tkok7ildhv] {
        width: 16px;
        height: 16px;
    }

        .loading.la-sm > div[b-tkok7ildhv] {
            width: 4px;
            height: 4px;
            margin-top: -2px;
            margin-left: -2px;
        }

    .loading.la-2x[b-tkok7ildhv] {
        width: 64px;
        height: 64px;
    }

        .loading.la-2x > div[b-tkok7ildhv] {
            width: 16px;
            height: 16px;
            margin-top: -8px;
            margin-left: -8px;
        }

    .loading.la-3x[b-tkok7ildhv] {
        width: 96px;
        height: 96px;
    }

        .loading.la-3x > div[b-tkok7ildhv] {
            width: 24px;
            height: 24px;
            margin-top: -12px;
            margin-left: -12px;
        }

@keyframes ball-spin-clockwise-fade-b-tkok7ildhv {
    50% {
        opacity: 0.25;
        transform: scale(0.5);
    }

    100% {
        opacity: 1;
        transform: scale(1);
    }
}

.loginArea-layout[b-tkok7ildhv] {
    margin-left: 200px;
    margin-top: 50px;
    position: relative;
    height: 70px;
    width: 900px;
}

.showLoading[b-tkok7ildhv] {
    display: flex;
    width: 50px;
    height: 50px;
}

.hideLoading[b-tkok7ildhv] {
    display: none;
}
/* _content/SnapshotMaster.AppServer/Shared/MainLayout.razor.rz.scp.css */
.page[b-5uoxjc3187] {
    position: relative;
    display: flex;
    flex-direction: column;
}

/*�������߿��*/
.main-Content[b-5uoxjc3187]::-webkit-scrollbar {
    width: 8px;
    height: 4px;
}
/*����������*/
.main-Content[b-5uoxjc3187]::-webkit-scrollbar-thumb {
    border-radius: 3px;
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    background: #3a437f;
}
/*������������*/
.main-Content [b-5uoxjc3187]::-webkit-scrollbar-track {
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2) inset;
}
/*��������С�߽�*/
.main-Content[b-5uoxjc3187]::-webkit-scrollbar-corner {
    background: transparent;
}

main[b-5uoxjc3187] {
    flex: 1;
}

.logo[b-5uoxjc3187] {
    width: 110px;
    height: 34px;
    float: left;
    background-image: url(../images/logo.png);
    background-size: contain;
    margin-right: 45px;
    margin-left: -5px;
    margin-top: 15px
}

.count-down[b-5uoxjc3187] {
    float: right;
    margin-top: -56px;
    margin-right: 100px;
    font-size: 24px;
}

.ant-image-preview-wrap[b-5uoxjc3187] {
    backdrop-filter: blur(10px);
}

.btn-logout[b-5uoxjc3187] {
    float: right;
    margin-top: -65px;
    margin-right: -38px;
}

.sidebar[b-5uoxjc3187] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-5uoxjc3187] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-5uoxjc3187]  a, .top-row .btn-link[b-5uoxjc3187] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-5uoxjc3187] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-5uoxjc3187] {
        display: none;
    }

    .top-row.auth[b-5uoxjc3187] {
        justify-content: space-between;
    }

    .top-row a[b-5uoxjc3187], .top-row .btn-link[b-5uoxjc3187] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-5uoxjc3187] {
        flex-direction: row;
    }

    .sidebar[b-5uoxjc3187] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-5uoxjc3187] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row[b-5uoxjc3187], article[b-5uoxjc3187] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

.authorize-success[b-5uoxjc3187] {
    color: white;
    background-color: green;
}

.authorize-failure[b-5uoxjc3187] {
    color: white;
    background-color: red;
}
/* _content/SnapshotMaster.AppServer/Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-w0n22y5v4q] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-w0n22y5v4q] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-w0n22y5v4q] {
    font-size: 1.1rem;
}

.oi[b-w0n22y5v4q] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-w0n22y5v4q] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-w0n22y5v4q] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-w0n22y5v4q] {
        padding-bottom: 1rem;
    }

    .nav-item[b-w0n22y5v4q]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-w0n22y5v4q]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-w0n22y5v4q]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-w0n22y5v4q] {
        display: none;
    }

    .collapse[b-w0n22y5v4q] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }

    .nav-scrollable[b-w0n22y5v4q] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
