/* _content/MyWebsite/Pages/AboutMe.razor.rz.scp.css */
main[b-qfqxkcnzp3] {
	background-color: #000;
	color: whitesmoke;
	min-height: 100vh;
	padding-left: 1rem;
}

ul[b-qfqxkcnzp3] {
	margin: 0;
}

ul a:any-link[b-qfqxkcnzp3] {
	color: rgb(86, 67, 225);
	text-decoration: underline;
}

ul a:hover[b-qfqxkcnzp3],
ul a:focus-visible[b-qfqxkcnzp3] {
	color: var(--LINK-HOVER);
}

ul a:active[b-qfqxkcnzp3] {
	color: var(--LINK-ACTIVE);
}
/* _content/MyWebsite/Pages/BugReport.razor.rz.scp.css */
main[b-d9k6etobwp]{
    margin-left: 1rem;
}

form-select .subject[b-d9k6etobwp] {
    max-width: 10%;
}
/* _content/MyWebsite/Pages/CitizenshipTest.razor.rz.scp.css */
nav[b-n5perluuob] {
    display: grid;
    grid-template-columns: auto 3rem;
    gap: 1rem;
    background-color: rgb(230, 158, 12);
    background-color: #87bbe1;
    border-bottom: var(--BORDERS);
    font-weight: bold;
    padding: 0.3rem 0;
}
.nav-container[b-n5perluuob] {
    display: flex;
    gap: 1rem;
    justify-content: space-evenly;
    text-align: center;
    margin-left: 0.5rem;
}

nav a:any-link[b-n5perluuob] {
    color: var(--LINK-COLOR);
    text-decoration: none;
}

nav a:hover[b-n5perluuob],
nav a:focus-visible[b-n5perluuob] {
    color: var(--LINK-HOVER);
}

nav a:active[b-n5perluuob] {
    color: #fff;
}

main[b-n5perluuob] {
    background: url(/images/test_background.png) center / cover;
    background-attachment: fixed;
}

.test-container[b-n5perluuob] {
    background: hsla(0, 0%, 0%, 0.608);
    overflow: auto;
    padding-bottom: 2rem;
    font-family: Arial, Helvetica, sans-serif;
    min-height: 100vh;
/*    display: flex;
    flex-flow: column;*/
}

.start-test[b-n5perluuob],
.question-container[b-n5perluuob],
.see-answer[b-n5perluuob],
.wrong-list-text[b-n5perluuob],
.wrong-list[b-n5perluuob] {
    display: flex;
    justify-content: center;
    margin-bottom: 5rem;
}

.start-test[b-n5perluuob] {
    margin-top: 3rem;
}

.wrong-list[b-n5perluuob] {
    margin-bottom: 0;
}

.error-container[b-n5perluuob] {
    display: flex;
    justify-content: center;
    margin-top: 3rem;
}

.simple-text[b-n5perluuob] {
    font-size: 2rem;
}

.question-text[b-n5perluuob],
.error-text[b-n5perluuob],
.wrong-list-item[b-n5perluuob],
.start-label[b-n5perluuob],
.congratulations[b-n5perluuob] {
    border-radius: 15px;
    background-color: #ffffff;
    text-align: center;
    padding: 10px;
    margin: 0 1rem;
}

.explanation-container[b-n5perluuob] {
    padding: 0px 20px;
}

.explanation[b-n5perluuob] {
    text-align: center;
    margin: 1rem 0 3rem;
    border-radius: 15px;
    background-color: #87bbe1;
    padding: 5px;
}

.right-wrong-container[b-n5perluuob] {
    display: flex;
    justify-content: center;
}

.answer-text-list[b-n5perluuob] {
    display: grid;
    justify-content: center;
    white-space: nowrap; /*Change this for mobile*/
    margin-bottom: 4rem;
    list-style-position: inside;
    padding: 0;
}

.answer-text-item[b-n5perluuob] {
    border-radius: 15px;
    background-color: #ffffff;
    padding: 10px;
}

.right-wrong-item[b-n5perluuob] {
    display: flex;
    flex: 1 1 0; /*Change this for mobile*/
    justify-content: center;
    margin-top: 1rem;
}

.progress-bar-container[b-n5perluuob] {
    display: flex;
    justify-content: center;
    margin-top: 1rem;
}

.progress[b-n5perluuob] {
    height: 3rem;
    font-size: 1rem;
    width: 420px;
}

.wrong-list-text[b-n5perluuob] {
    margin: 2rem 0 1rem;
}

.wrong-list[b-n5perluuob] {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    list-style-type: none;
    padding: 0;
}

.wrong-list-item[b-n5perluuob] {
    margin-right: 10px;
}

.btn-success[b-n5perluuob],
.bar-success[b-n5perluuob] {
    color: #FFFFFF;
    background-color: #49c169;
    border-color: #49c169;
}
    .btn-success:hover[b-n5perluuob] {
        color: #49c169;
        border-color: #49c169;
        background-color: #ffffff;
    }

.btn-danger[b-n5perluuob],
.bar-danger[b-n5perluuob] {
    background-color: #e35f42;
}

    .btn-danger:hover[b-n5perluuob] {
        color: #e35f42;
        border-color: #e35f42;
        background-color: #ffffff;
    }

.btn-primary:hover[b-n5perluuob] {
    color: #0b5ed7;
    border-color: #0b5ed7;
    background-color: #ffffff;
}

.btn-warning:hover[b-n5perluuob] {
    color: #ffffff;
    background-color: #e35f42;
    border-color: #ffca2c;
}

.start-container[b-n5perluuob] {
    display: flex;

    align-items: center;
    flex-direction: column;
    padding: 30px;
}

.start-input[b-n5perluuob] {
    margin-inline: auto;
    max-width: 375px;
    margin-top: 1rem;
}

.start-label[b-n5perluuob] {
    color: #ffffff;
    background-color: #0b5ed7;
    margin-bottom: 5px;
}

.congratulations[b-n5perluuob] {
    margin-top: 1rem;
    color: #FFFFFF;
    background-color: #49c169;
    border-color: #FFFFFF;
}

.hidden[b-n5perluuob] {
    display: none;
}
/* _content/MyWebsite/Pages/FIFA2022Qatar.razor.rz.scp.css */
main[b-nyf9siah1l] {
	background-color: #000;
	color: rgb(155, 152, 152);
}

img[b-nyf9siah1l] {
	display: inline;
	max-width: 100%;
	height: auto;
}

h2[b-nyf9siah1l] {
	text-align: center;
}

p[b-nyf9siah1l] {
	margin: 0;
}

.table-schedule[b-nyf9siah1l] {
	background-color: #fff;
	color: #000;
	text-align: center;
	margin-bottom: 1rem;
}

.table-schedule__item[b-nyf9siah1l] {
	display: flex;
	flex-flow: column;
	padding: 0 5px;
	border: 1px solid #000;
	white-space: nowrap;
}

figcaption[b-nyf9siah1l] {
	display: inline-block;
}

.schedule-container[b-nyf9siah1l] {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	place-content: center;
	justify-items: center;
}

span[b-nyf9siah1l] {
	border: 1px solid #000;
}

.small-screen[b-nyf9siah1l] {
	display: none;
}

@media screen and (max-width: 567px) {
	.small-screen[b-nyf9siah1l] {
		display: block;
	}

	.big-screen[b-nyf9siah1l] {
		display: none;
	}
}
/* _content/MyWebsite/Pages/FIFAStandings.razor.rz.scp.css */
main[b-xpq80d6eyr] {
    background-color: #000;
    color: rgb(155, 152, 152);
}

h2[b-xpq80d6eyr] {
    text-align: center;
}

.tables-container[b-xpq80d6eyr] {
    display: grid;
    place-content: center;
}

.standings-table[b-xpq80d6eyr] {
    margin-bottom: 2rem;
    place-content: center;
    color: #000;
}

.standings-table__header[b-xpq80d6eyr] {
    font-weight: bold;
    height: 100%;
    place-content: center;
}

.standings-table__header[b-xpq80d6eyr],
.standings-table__item[b-xpq80d6eyr] {
    text-align: center;
    min-width: 50px;
    padding: 0 5px;
    border: 5px ridge #000;
}

.standings-table__item[b-xpq80d6eyr] {
    color: #fff;
}

.standings-table__team[b-xpq80d6eyr] {
    text-align: left;
}

tr:nth-child(1)[b-xpq80d6eyr] {
    background-color: green;
}

tr:nth-child(2)[b-xpq80d6eyr] {
    background-color: rgb(98, 164, 98);
}

tr:nth-child(3)[b-xpq80d6eyr] {
    background-color: rgb(202, 103, 103);
}

tr:nth-child(4)[b-xpq80d6eyr] {
    background-color: rgb(222, 9, 9);
}

th[b-xpq80d6eyr] {
    background-color: azure;
}

.standings-schedule[b-xpq80d6eyr] {
    display: flex;
    justify-content: flex-start;
}

.standings-link[b-xpq80d6eyr] {
    margin-left: 1rem;
}

@media screen and (max-width: 567px) {
    .standings-table__team[b-xpq80d6eyr] {
        font-size: 0;
    }

    .standings-table__team[b-xpq80d6eyr]::before {
        font-size: 1rem;
        content: attr(country-code);
    }

    .standings-table__header[b-xpq80d6eyr],
    .standings-table__item[b-xpq80d6eyr] {
        min-width: 32px;
    }
}
/* _content/MyWebsite/Pages/Index.razor.rz.scp.css */
main[b-xovyd5po1t] {
	background-color: #000;
	font-family: "Changa", sans-serif;
	min-height: 100vh;
}

.container[b-xovyd5po1t] {
	color:whitesmoke;
}

.hero[b-xovyd5po1t] {
	display: flex;
	align-items: center;
	margin-right: 5%;
	gap: 30px;
}

/* .portrait {
    position: relative;
    left: -25%;
} */

.hero__ul[b-xovyd5po1t] {
	padding: 1rem 30% 0;
}

nav[b-xovyd5po1t] {
	display: grid;
	grid-template-columns: auto 3rem;
	background-color: #2c4353;
	border-bottom: var(--BORDERS);
	font-weight: bold;
	padding: 0.3rem 0;
}

.nav-container[b-xovyd5po1t] {
	display: flex;
	gap: 1rem;
	justify-content: space-evenly;
	text-align: center;
	margin-left: 0.5rem;
}

nav a:any-link[b-xovyd5po1t] {
	color: #e8a540;
	text-decoration: none;
}

nav a:hover[b-xovyd5po1t],
nav a:focus-visible[b-xovyd5po1t] {
	color: rgb(236, 223, 85);
}

	nav a:active[b-xovyd5po1t] {
		color: #fff;
	}
/* _content/MyWebsite/Shared/Footer.razor.rz.scp.css */
footer[b-47in7k83qg] {
	position: fixed;
	bottom: 0;
	right: 0;
	left: 0;
	text-align: center;
	background-color: rgb(65, 56, 48);
	color: #fff;
	z-index: 1;
}
footer:last-child[b-47in7k83qg]{
	align-self: flex-end;
}

footer a:any-link[b-47in7k83qg] {
	color: #fff;
	text-decoration: none;
}

footer a:hover[b-47in7k83qg],
footer a:focus-visible[b-47in7k83qg],
footer a:active[b-47in7k83qg] {
	text-decoration: underline;
}

footer p[b-47in7k83qg] {
	margin: 0;
	/*margin-left: auto;*/
	justify-content: space-between;
}

.bug[b-47in7k83qg] {
	margin-right: 1rem;
}
.contact[b-47in7k83qg] {
	margin-left: 1rem;
}

.nav-container[b-47in7k83qg] {
	justify-content: space-between;
}
/* _content/MyWebsite/Shared/MainLayout.razor.rz.scp.css */
.page[b-h07j56t168] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-h07j56t168] {
    flex: 1;
}

.sidebar[b-h07j56t168] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-h07j56t168] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-h07j56t168]  a, .top-row .btn-link[b-h07j56t168] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-h07j56t168] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-h07j56t168] {
        display: none;
    }

    .top-row.auth[b-h07j56t168] {
        justify-content: space-between;
    }

    .top-row a[b-h07j56t168], .top-row .btn-link[b-h07j56t168] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-h07j56t168] {
        flex-direction: row;
    }

    .sidebar[b-h07j56t168] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-h07j56t168] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row[b-h07j56t168], article[b-h07j56t168] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* _content/MyWebsite/Shared/NavMenu.razor.rz.scp.css */
nav[b-ly2oeohrnj] {
	display: flex;
	justify-content: space-evenly;
	gap: 1rem;
	background-color: rgb(230, 158, 12);
	background-color: #87bbe1;
	border-bottom: var(--BORDERS);
	font-weight: bold;
	padding: 0.3rem 0;
}
