/* /Pages/AccountSettingsPage/AccountSettings.razor.rz.scp.css */
.add-button[b-ahccisanvg] {
	margin-top: 10px;
}
/* /Pages/InvitationPage/InvitationList.razor.rz.scp.css */
.invitation-canceled[b-2gyohg2jz2] {
	background-color: #ffe2e6;
}

.code[b-2gyohg2jz2] {
	color: cornflowerblue;
	cursor: pointer;
	margin-right: 5px;
}

.code-cell[b-2gyohg2jz2] {
	display: flex;
}
/* /Pages/LoginPage/Login.razor.rz.scp.css */
/* Bordered form */
form[b-ajzfz3hg7y] {
	border: 3px solid #f1f1f1;
}

/* Full-width inputs */
input[type=text][b-ajzfz3hg7y], input[type=password][b-ajzfz3hg7y] {
	width: 100%;
	padding: 12px 20px;
	margin: 8px 0;
	display: inline-block;
	border: 1px solid #ccc;
	box-sizing: border-box;
}

/* Set a style for all buttons */
button[b-ajzfz3hg7y] {
	background-color: #04AA6D;
	color: white;
	padding: 14px 20px;
	margin: 8px 0;
	border: none;
	width: 100%;
}

/* Add a hover effect for buttons */
button:hover[b-ajzfz3hg7y] {
	opacity: 0.8;
}

/* Extra style for the cancel button (red) */
.cancelbtn[b-ajzfz3hg7y] {
	width: auto;
	padding: 10px 18px;
	background-color: #f44336;
}

/* Center the avatar image inside this container */
.imgcontainer[b-ajzfz3hg7y] {
	text-align: center;
	margin: 24px 0 12px 0;
}

/* Avatar image */
img.avatar[b-ajzfz3hg7y] {
	width: 40%;
	border-radius: 50%;
}

/* Add padding to containers */
.container[b-ajzfz3hg7y] {
	padding: 16px;
}

/* The "Forgot password" text */
span.psw[b-ajzfz3hg7y] {
	float: right;
	padding-top: 16px;
}

.register-btn[b-ajzfz3hg7y] {
	text-decoration: none;
	width: auto;
	padding: 10px 18px;
	background-color: #04AA6D;
	color: white;
}

.loading[b-ajzfz3hg7y] {
  display: flex;
  justify-content: center;
}

#google-signin[b-ajzfz3hg7y] {
  height: 44px;
  width: auto;
}

/* Change styles for span and cancel button on extra small screens */
@media screen and (max-width: 300px) {
	 span.psw[b-ajzfz3hg7y] {
		 display: block;
		 float: none;
	 }

	 .cancelbtn[b-ajzfz3hg7y] {
		 width: 100%;
	 }

	 .register-btn[b-ajzfz3hg7y] {
		 width: 100%;
	 }
 }
/* /Shared/EmptyLayout.razor.rz.scp.css */
.page[b-ly1ldbuazc] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-ly1ldbuazc] {
    flex: 1;
}

.sidebar[b-ly1ldbuazc] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-ly1ldbuazc] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-ly1ldbuazc]  a, .top-row[b-ly1ldbuazc]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-ly1ldbuazc]  a:hover, .top-row[b-ly1ldbuazc]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-ly1ldbuazc]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-ly1ldbuazc] {
        display: none;
    }

    .top-row.auth[b-ly1ldbuazc] {
        justify-content: space-between;
    }

    .top-row[b-ly1ldbuazc]  a, .top-row[b-ly1ldbuazc]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-ly1ldbuazc] {
        flex-direction: row;
    }

    .sidebar[b-ly1ldbuazc] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-ly1ldbuazc] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-ly1ldbuazc]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-ly1ldbuazc], article[b-ly1ldbuazc] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Shared/MainLayout.razor.rz.scp.css */
.page[b-8aqgu8a69r] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-8aqgu8a69r] {
    flex: 1;
}

.sidebar[b-8aqgu8a69r] {
  background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
  width: 20%;
}

.top-row[b-8aqgu8a69r] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    height: 3.5rem;
}

    .top-row[b-8aqgu8a69r]  a, .top-row[b-8aqgu8a69r]  .btn-link {
        white-space: nowrap;
        text-decoration: none;
    }

    .top-row[b-8aqgu8a69r]  a:hover, .top-row[b-8aqgu8a69r]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-8aqgu8a69r]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }


a.login-button[b-8aqgu8a69r] {
    position: relative;
}

.top-menu-item[b-8aqgu8a69r] {
	color: #007bff;
	padding-right: 20px;
	font-weight: 600;
}

.clickable[b-8aqgu8a69r] {
	cursor: pointer;	
}

a.login-button:hover[b-8aqgu8a69r]::after {
    content: attr(data-title);
    background-color: #8fbc8f;
    color: #fff;
    padding: 8px;
    border-radius: 4px;
    font-size: 12px;
    line-height: 14px;
    display: block;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
    z-index: 1;
  }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-8aqgu8a69r] {
        display: none;
    }

    .top-row.auth[b-8aqgu8a69r] {
        justify-content: space-between;
    }

    .top-row[b-8aqgu8a69r]  a, .top-row[b-8aqgu8a69r]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-8aqgu8a69r] {
        flex-direction: row;
    }

    .top-row[b-8aqgu8a69r] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-8aqgu8a69r]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-8aqgu8a69r], article[b-8aqgu8a69r] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-2wm3ds44kz] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-2wm3ds44kz] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-2wm3ds44kz] {
    font-size: 1.1rem;
}

.oi[b-2wm3ds44kz] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-2wm3ds44kz] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

.nav-item-admin-sub[b-2wm3ds44kz] {
	/*background-color: #200064;*/
}

.nav-item-settings-sub[b-2wm3ds44kz] {
	/*background-color: #312432;*/	
}

.parent-link[b-2wm3ds44kz] {
	cursor: pointer !important;
	display: block;
}

.arrow[b-2wm3ds44kz] {
	float: right;
	text-align: end;
}

.nav-item:last-of-type[b-2wm3ds44kz] {
	padding-bottom: 1rem;
}

    .nav-item[b-2wm3ds44kz]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-2wm3ds44kz]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-2wm3ds44kz]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-bottom[b-2wm3ds44kz] {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}

@media (min-width: 641px) {
    .navbar-toggler[b-2wm3ds44kz] {
        display: none;
    }

    .collapse[b-2wm3ds44kz] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}
