/* _content/SecondJobAdmin/Pages/Applications.razor.rz.scp.css */
body[b-33gv020r3x] {
    margin-top: 20px;
    background-color: #eee;
}

.project-list-table[b-33gv020r3x] {
    border-collapse: separate;
    border-spacing: 0 12px
}

    .project-list-table tr[b-33gv020r3x] {
        background-color: #fff
    }

.table-nowrap td[b-33gv020r3x], .table-nowrap th[b-33gv020r3x] {
    white-space: nowrap;
}

.table-borderless > :not(caption) > * > *[b-33gv020r3x] {
    border-bottom-width: 0;
}

.table > :not(caption) > * > *[b-33gv020r3x] {
    padding: 0.75rem 0.75rem;
    background-color: var(--bs-table-bg);
    border-bottom-width: 1px;
    box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
}

.avatar-sm[b-33gv020r3x] {
    height: 2rem;
    width: 2rem;
}

.rounded-circle[b-33gv020r3x] {
    border-radius: 50% !important;
}

.me-2[b-33gv020r3x] {
    margin-right: 0.5rem !important;
}

img[b-33gv020r3x], svg[b-33gv020r3x] {
    vertical-align: middle;
}

a[b-33gv020r3x] {
    color: #3b76e1;
    text-decoration: none;
}

.badge-soft-danger[b-33gv020r3x] {
    color: #f56e6e !important;
    background-color: rgba(245,110,110,.1);
}

.badge-soft-success[b-33gv020r3x] {
    color: #63ad6f !important;
    background-color: rgba(99,173,111,.1);
}

.badge-soft-primary[b-33gv020r3x] {
    color: #3b76e1 !important;
    background-color: rgba(59,118,225,.1);
}

.badge-soft-info[b-33gv020r3x] {
    color: #57c9eb !important;
    background-color: rgba(87,201,235,.1);
}

.avatar-title[b-33gv020r3x] {
    align-items: center;
    background-color: #3b76e1;
    color: #fff;
    display: flex;
    font-weight: 500;
    height: 100%;
    justify-content: center;
    width: 100%;
}

.bg-soft-primary[b-33gv020r3x] {
    background-color: rgba(59,118,225,.25) !important;
}

.gradient-custom-2[b-33gv020r3x] {
    /* fallback for old browsers */
    background: #fbc2eb;
    /* Chrome 10-25, Safari 5.1-6 */
    background: -webkit-linear-gradient(to right, rgba(251, 194, 235, 1), rgba(166, 193, 238, 1));
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    background: linear-gradient(to right, rgba(251, 194, 235, 1), rgba(166, 193, 238, 1))
}
/* _content/SecondJobAdmin/Pages/AppLinkStore.razor.rz.scp.css */
body[b-vmzjzr7htp] {
	background-color: #f8f9fa;
}

.container[b-vmzjzr7htp] {
	max-width: 600px;
	margin: 50px auto;
	padding: 30px;
	background-color: #ffffff;
	border-radius: 5px;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.12);
}

h1[b-vmzjzr7htp] {
	font-size: 24px;
	margin-bottom: 30px;
	text-align: center;
}

.btn-container[b-vmzjzr7htp] {
	text-align: center;
}

	.btn-container .btn[b-vmzjzr7htp] {
		margin-top: 20px;
		display: inline-flex;
		align-items: center;
	}

.store-icon[b-vmzjzr7htp] {
	width: 30px;
	height: 30px;
	margin-right: 10px;
}
/* _content/SecondJobAdmin/Pages/Category.razor.rz.scp.css */
.editable[b-fkgbxs79m5] {
	
	background-color: transparent;
}
/* _content/SecondJobAdmin/Pages/Home.razor.rz.scp.css */

body[b-6a57f4ssxc] {
	font-family: 'Source Sans Pro', sans-serif;
	line-height: 1.5;
	color: #323232;
	font-size: 15px;
	font-weight: 400;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
}

.heading-title[b-6a57f4ssxc] {
	margin-bottom: 100px;
}

.text-center[b-6a57f4ssxc] {
	text-align: center;
}

.heading-title h3[b-6a57f4ssxc] {
	margin-bottom: 0;
	letter-spacing: 2px;
	font-weight: normal;
}

.p-top-30[b-6a57f4ssxc] {
	padding-top: 30px;
}

.half-txt[b-6a57f4ssxc] {
	width: 60%;
	margin: 0 auto;
	display: inline-block;
	line-height: 25px;
	color: #7e7e7e;
}

.text-uppercase[b-6a57f4ssxc] {
	text-transform: uppercase;
}

.team-member[b-6a57f4ssxc], .team-member .team-img[b-6a57f4ssxc] {
	position: relative;
}

.team-member[b-6a57f4ssxc] {
	overflow: hidden;
}

	.team-member[b-6a57f4ssxc], .team-member .team-img[b-6a57f4ssxc] {
		position: relative;
	}

.team-hover[b-6a57f4ssxc] {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: 0;
	border: 20px solid rgba(0, 0, 0, 0.1);
	background-color: rgba(255, 255, 255, 0.90);
	opacity: 0;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.team-member:hover .team-hover .desk[b-6a57f4ssxc] {
	top: 35%;
}

.team-member:hover .team-hover[b-6a57f4ssxc], .team-member:hover .team-hover .desk[b-6a57f4ssxc], .team-member:hover .team-hover .s-link[b-6a57f4ssxc] {
	opacity: 1;
}

.team-hover .desk[b-6a57f4ssxc] {
	position: absolute;
	top: 0%;
	width: 100%;
	opacity: 0;
	-webkit-transform: translateY(-55%);
	transform: translateY(-55%);
	-webkit-transition: all 0.3s 0.2s;
	transition: all 0.3s 0.2s;
	padding: 0 20px;
}

.desk[b-6a57f4ssxc], .desk h4[b-6a57f4ssxc], .team-hover .s-link a[b-6a57f4ssxc] {
	text-align: center;
	color: #222;
}

.team-member:hover .team-hover .s-link[b-6a57f4ssxc] {
	bottom: 10%;
}

.team-member:hover .team-hover[b-6a57f4ssxc], .team-member:hover .team-hover .desk[b-6a57f4ssxc], .team-member:hover .team-hover .s-link[b-6a57f4ssxc] {
	opacity: 1;
}

.team-hover .s-link[b-6a57f4ssxc] {
	position: absolute;
	bottom: 0;
	width: 100%;
	opacity: 0;
	text-align: center;
	-webkit-transform: translateY(45%);
	transform: translateY(45%);
	-webkit-transition: all 0.3s 0.2s;
	transition: all 0.3s 0.2s;
	font-size: 35px;
}

	.desk[b-6a57f4ssxc], .desk h4[b-6a57f4ssxc], .team-hover .s-link a[b-6a57f4ssxc] {
		text-align: center;
		color: #222;
	}

.team-member .s-link a[b-6a57f4ssxc] {
	margin: 0 10px;
	color: #333;
	font-size: 16px;
}

.team-title[b-6a57f4ssxc] {
	position: static;
	padding: 20px 0;
	display: inline-block;
	letter-spacing: 2px;
	width: 100%;
}

	.team-title h5[b-6a57f4ssxc] {
		margin-bottom: 0px;
		display: block;
		text-transform: uppercase;
	}

	.team-title span[b-6a57f4ssxc] {
		font-size: 12px;
		text-transform: uppercase;
		color: #a5a5a5;
		letter-spacing: 1px;
	}
/* _content/SecondJobAdmin/Pages/message.razor.rz.scp.css */
.container[b-xd913hhyiw] {
	margin: 20px;
}

.form-group[b-xd913hhyiw] {
	margin-bottom: 15px;
}

label[b-xd913hhyiw] {
	display: block;
	margin-bottom: 5px;
}

.form-control[b-xd913hhyiw] {
	width: 100%;
}
/* _content/SecondJobAdmin/Pages/MissionStats.razor.rz.scp.css */
body[b-c1dc1oinmz] {
	margin: 20px;
}

.card[b-c1dc1oinmz] {
	margin-bottom: 20px;
}
/* _content/SecondJobAdmin/Pages/Payments.razor.rz.scp.css */
body[b-3acq404d5m] {
    margin-top: 20px;
    background-color: #eee;
}

.project-list-table[b-3acq404d5m] {
    border-collapse: separate;
    border-spacing: 0 12px
}

    .project-list-table tr[b-3acq404d5m] {
        background-color: #fff
    }

.table-nowrap td[b-3acq404d5m], .table-nowrap th[b-3acq404d5m] {
    white-space: nowrap;
}

.table-borderless > :not(caption) > * > *[b-3acq404d5m] {
    border-bottom-width: 0;
}

.table > :not(caption) > * > *[b-3acq404d5m] {
    padding: 0.75rem 0.75rem;
    background-color: var(--bs-table-bg);
    border-bottom-width: 1px;
    box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
}

.avatar-sm[b-3acq404d5m] {
    height: 2rem;
    width: 2rem;
}

.rounded-circle[b-3acq404d5m] {
    border-radius: 50% !important;
}

.me-2[b-3acq404d5m] {
    margin-right: 0.5rem !important;
}

img[b-3acq404d5m], svg[b-3acq404d5m] {
    vertical-align: middle;
}

a[b-3acq404d5m] {
    color: #3b76e1;
    text-decoration: none;
}

.badge-soft-danger[b-3acq404d5m] {
    color: #f56e6e !important;
    background-color: rgba(245,110,110,.1);
}

.badge-soft-success[b-3acq404d5m] {
    color: #63ad6f !important;
    background-color: rgba(99,173,111,.1);
}

.badge-soft-primary[b-3acq404d5m] {
    color: #3b76e1 !important;
    background-color: rgba(59,118,225,.1);
}

.badge-soft-info[b-3acq404d5m] {
    color: #57c9eb !important;
    background-color: rgba(87,201,235,.1);
}

.avatar-title[b-3acq404d5m] {
    align-items: center;
    background-color: #3b76e1;
    color: #fff;
    display: flex;
    font-weight: 500;
    height: 100%;
    justify-content: center;
    width: 100%;
}

.bg-soft-primary[b-3acq404d5m] {
    background-color: rgba(59,118,225,.25) !important;
}
/* _content/SecondJobAdmin/Pages/Refunds.razor.rz.scp.css */
body[b-m99tsdj113] {
    margin-top: 20px;
    background-color: #eee;
}

.project-list-table[b-m99tsdj113] {
    border-collapse: separate;
    border-spacing: 0 12px
}

    .project-list-table tr[b-m99tsdj113] {
        background-color: #fff
    }

.table-nowrap td[b-m99tsdj113], .table-nowrap th[b-m99tsdj113] {
    white-space: nowrap;
}

.table-borderless > :not(caption) > * > *[b-m99tsdj113] {
    border-bottom-width: 0;
}

.table > :not(caption) > * > *[b-m99tsdj113] {
    padding: 0.75rem 0.75rem;
    background-color: var(--bs-table-bg);
    border-bottom-width: 1px;
    box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
}

.avatar-sm[b-m99tsdj113] {
    height: 2rem;
    width: 2rem;
}

.rounded-circle[b-m99tsdj113] {
    border-radius: 50% !important;
}

.me-2[b-m99tsdj113] {
    margin-right: 0.5rem !important;
}

img[b-m99tsdj113], svg[b-m99tsdj113] {
    vertical-align: middle;
}

a[b-m99tsdj113] {
    color: #3b76e1;
    text-decoration: none;
}

.badge-soft-danger[b-m99tsdj113] {
    color: #f56e6e !important;
    background-color: rgba(245,110,110,.1);
}

.badge-soft-success[b-m99tsdj113] {
    color: #63ad6f !important;
    background-color: rgba(99,173,111,.1);
}

.badge-soft-primary[b-m99tsdj113] {
    color: #3b76e1 !important;
    background-color: rgba(59,118,225,.1);
}

.badge-soft-info[b-m99tsdj113] {
    color: #57c9eb !important;
    background-color: rgba(87,201,235,.1);
}

.avatar-title[b-m99tsdj113] {
    align-items: center;
    background-color: #3b76e1;
    color: #fff;
    display: flex;
    font-weight: 500;
    height: 100%;
    justify-content: center;
    width: 100%;
}

.bg-soft-primary[b-m99tsdj113] {
    background-color: rgba(59,118,225,.25) !important;
}
/* _content/SecondJobAdmin/Pages/UserDetails.razor.rz.scp.css */
body[b-60vaiz9yt5] {
    background: rgb(99, 39, 120)
}

.form-control:focus[b-60vaiz9yt5] {
    box-shadow: none;
    border-color: #BA68C8
}

.profile-button[b-60vaiz9yt5] {
    background: rgb(99, 39, 120);
    box-shadow: none;
    border: none
}

    .profile-button:hover[b-60vaiz9yt5] {
        background: #682773
    }

    .profile-button:focus[b-60vaiz9yt5] {
        background: #682773;
        box-shadow: none
    }

    .profile-button:active[b-60vaiz9yt5] {
        background: #682773;
        box-shadow: none
    }

.back:hover[b-60vaiz9yt5] {
    color: #682773;
    cursor: pointer
}

.labels[b-60vaiz9yt5] {
    font-size: 11px
}

.add-experience:hover[b-60vaiz9yt5] {
    background: #BA68C8;
    color: #fff;
    cursor: pointer;
    border: solid 1px #BA68C8
}
/* _content/SecondJobAdmin/Pages/Users.razor.rz.scp.css */
body[b-w0g1lq1335] {
    margin-top: 20px;
    background-color: #eee;
}

.project-list-table[b-w0g1lq1335] {
    border-collapse: separate;
    border-spacing: 0 12px
}

    .project-list-table tr[b-w0g1lq1335] {
        background-color: #fff
    }

.table-nowrap td[b-w0g1lq1335], .table-nowrap th[b-w0g1lq1335] {
    white-space: nowrap;
}

.table-borderless > :not(caption) > * > *[b-w0g1lq1335] {
    border-bottom-width: 0;
}

.table > :not(caption) > * > *[b-w0g1lq1335] {
    padding: 0.75rem 0.75rem;
    background-color: var(--bs-table-bg);
    border-bottom-width: 1px;
    box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
}

.avatar-sm[b-w0g1lq1335] {
    height: 2rem;
    width: 2rem;
}

.rounded-circle[b-w0g1lq1335] {
    border-radius: 50% !important;
}

.me-2[b-w0g1lq1335] {
    margin-right: 0.5rem !important;
}

img[b-w0g1lq1335], svg[b-w0g1lq1335] {
    vertical-align: middle;
}

a[b-w0g1lq1335] {
    color: #3b76e1;
    text-decoration: none;
}

.badge-soft-danger[b-w0g1lq1335] {
    color: #f56e6e !important;
    background-color: rgba(245,110,110,.1);
}

.badge-soft-success[b-w0g1lq1335] {
    color: #63ad6f !important;
    background-color: rgba(99,173,111,.1);
}

.badge-soft-primary[b-w0g1lq1335] {
    color: #3b76e1 !important;
    background-color: rgba(59,118,225,.1);
}

.badge-soft-info[b-w0g1lq1335] {
    color: #57c9eb !important;
    background-color: rgba(87,201,235,.1);
}

.avatar-title[b-w0g1lq1335] {
    align-items: center;
    background-color: #3b76e1;
    color: #fff;
    display: flex;
    font-weight: 500;
    height: 100%;
    justify-content: center;
    width: 100%;
}

.bg-soft-primary[b-w0g1lq1335] {
    background-color: rgba(59,118,225,.25) !important;
}
/* _content/SecondJobAdmin/Shared/MainLayout.razor.rz.scp.css */
.page[b-6wwqla7st3] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-6wwqla7st3] {
    flex: 1;
}

.sidebar[b-6wwqla7st3] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-6wwqla7st3] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-6wwqla7st3]  a, .top-row .btn-link[b-6wwqla7st3] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-6wwqla7st3] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-6wwqla7st3] {
        display: none;
    }

    .top-row.auth[b-6wwqla7st3] {
        justify-content: space-between;
    }

    .top-row a[b-6wwqla7st3], .top-row .btn-link[b-6wwqla7st3] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-6wwqla7st3] {
        flex-direction: row;
    }

    .sidebar[b-6wwqla7st3] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-6wwqla7st3] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row[b-6wwqla7st3], article[b-6wwqla7st3] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* _content/SecondJobAdmin/Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-2uq9twbgfz] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-2uq9twbgfz] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-2uq9twbgfz] {
    font-size: 1.1rem;
}

.oi[b-2uq9twbgfz] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-2uq9twbgfz] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-2uq9twbgfz] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-2uq9twbgfz] {
        padding-bottom: 1rem;
    }

    .nav-item[b-2uq9twbgfz]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-2uq9twbgfz]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-2uq9twbgfz]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-2uq9twbgfz] {
        display: none;
    }

    .collapse[b-2uq9twbgfz] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}
