/* _content/HugoMatiasCom/Pages/Euromilhoes.razor.rz.scp.css */
.container[b-dvql9hupzb] {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

h1[b-dvql9hupzb] {
	font-size: 3rem;
	font-weight: 500;
	text-align: center;
}

small[b-dvql9hupzb] {
	font-size: 1.2rem;
	color: #777;
}

.logo[b-dvql9hupzb] {
	max-width: 15rem;
}

.simulation-container[b-dvql9hupzb] {
	display: flex;
	flex-direction: row;
	align-items: center;
	width: 80%;
	margin-top: 3rem;
}

.simulate-btn[b-dvql9hupzb] {
	padding: 1.5rem 5rem;
	margin: 1.5rem;
	font-size: 2rem;
}

	.simulate-btn:disabled[b-dvql9hupzb] {
		background: #555;
		border: 1px solid #888;
	}

.form-label[b-dvql9hupzb] {
	color: #888;
}

.label-desc[b-dvql9hupzb] {
	color: var(--site-color);
	font-size: 1.3rem;
}

.footer[b-dvql9hupzb] {
	margin-top: 4rem;
	color: #888;
	font-size: 1.1rem;
	max-width: 80%;
	text-align: center;
}

.disclaimer[b-dvql9hupzb] {
	color: #555;
	font-size: 0.9rem;
}

.list-group-item[b-dvql9hupzb] {
	background: #111;
	color: var(--site-color);
}

.spinner[b-dvql9hupzb] {
	margin: 3rem;
	font-size: 3rem;
	color: var(--site-primary);
	animation: spin-b-dvql9hupzb 1s linear infinite;
}

@keyframes spin-b-dvql9hupzb {
	0% {
		transform: rotate(0deg)
	}

	100% {
		transform: rotate(360deg)
	}
}

figure[b-dvql9hupzb] {
	font-style: italic;
	color: #666;
}

	figure p[b-dvql9hupzb] {
		font-size: 0.9rem;
		text-align: center;
	}

.stats-no-prize[b-dvql9hupzb] {
	color: red;
}

.stats-prize[b-dvql9hupzb] {
	color: var(--site-primary);
}

.stats-total[b-dvql9hupzb] {
	color: orange;
}

.stats[b-dvql9hupzb] {
	background: #1117;
	padding: 1.5rem;
	border-radius: 1rem;
	border: 1px solid #333;
	text-align: center;
}

	.stats span[b-dvql9hupzb] {
		color: #888;
	}

	.stats h3[b-dvql9hupzb] {
		color: var(--site-color);
		font-style: italic;
		margin-bottom: 1.2rem;
	}

	.stats a[b-dvql9hupzb] {
		text-decoration: none;
		color: var(--site-secundary) !important;
		font-size: 1.3rem;
	}

	.stats small[b-dvql9hupzb] {
		margin-top: 1.3rem;
		font-size: 0.8rem;
	}

.show[b-dvql9hupzb] {
	opacity: 1;
}

.hide[b-dvql9hupzb] {
	opacity: 0;
}

.list-swipe-info[b-dvql9hupzb] {
	display: none;
}

@media(max-width: 1050px) {
	.simulate-btn[b-dvql9hupzb] {
		padding: 1.3rem;
		font-size: 1.5rem;
	}

	.simulation-container[b-dvql9hupzb] {
		width: 90%
	}

	.settings[b-dvql9hupzb] {
		margin-top: 3rem;
	}
}


@media(max-width: 330px) {
	.stats[b-dvql9hupzb] {
		flex-direction: column;
	}
}

@media(max-width: 576px) {
	.simulation-container[b-dvql9hupzb] {
		flex-direction: column-reverse;
	}

	.list-group[b-dvql9hupzb] {
		flex-direction: row;
		overflow: scroll;
	}

	.list-group-item[b-dvql9hupzb] {
		padding: 0.3rem;
	}

		.list-group-item:nth-child(2n+1)[b-dvql9hupzb] {
			background: #222;
			border-color: #444;
		}

	.results[b-dvql9hupzb] {
		justify-content: center;
		max-width: 90%;
	}

		.results h2[b-dvql9hupzb] {
			font-size: 1.3rem;
		}

		.results small[b-dvql9hupzb] {
			font-size: 0.9rem;
		}

	.list-swipe-info[b-dvql9hupzb] {
		display: block;
		text-align: center;
		margin: 0.7rem 0;
		color: #555;
		font-size: 0.8rem;
	}
}
/* _content/HugoMatiasCom/Pages/Index.razor.rz.scp.css */
.btn[b-yrave91fcg] {
	color: var(--site-color);
	padding: 1.2rem;
}
/* _content/HugoMatiasCom/Shared/MainLayout.razor.rz.scp.css */
.page[b-hphe5dk7ra] {
    position: relative;
    display: flex;
    flex-direction: column;
/*    height: 100vh;*/
}

main[b-hphe5dk7ra] {
    flex: 1;
    margin-top: 3rem;
}

.sidebar[b-hphe5dk7ra] {
    background: #111;
    border-right: 1px solid #333;
/*    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);*/
}

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

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

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

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

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

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

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

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

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

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

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

    .top-row[b-hphe5dk7ra], article[b-hphe5dk7ra] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* _content/HugoMatiasCom/Shared/NavMenu.razor.rz.scp.css */
.brand-logo[b-0spk7fuxx8] {
    max-height: 4rem;
}

.logo[b-0spk7fuxx8] {
    max-width: 4rem;
}
.navbar-toggler[b-0spk7fuxx8] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-0spk7fuxx8] {
    height: 5rem;
    background-color: #111;
}

.navbar-brand[b-0spk7fuxx8] {
    font-size: 1.1rem;
}

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

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

    .nav-item:first-of-type[b-0spk7fuxx8] {
        padding-top: 1rem;
    }

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

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

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

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

@media (min-width: 1050px) {
    .navbar-toggler[b-0spk7fuxx8] {
        display: none;
    }

    .collapse[b-0spk7fuxx8] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
    
    .nav-scrollable[b-0spk7fuxx8] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 5rem);
        overflow-y: auto;
    }
}
