:root, h1, h2, h3, h4, h5, h6, p, fieldset legend, label {
    background-color: black;
    color: white;
    font-family: "Red Hat Display";
}

.underline {
    text-decoration: underline;
    text-decoration-color: rgb(255, 191, 0);
}

.m-0 {
    margin: 0;
}

.mt-3 {
    margin-top: 1rem;
}

pre {
    background-color: white;
}

@media screen {
    .no-screen {
        display: none;
    }
}

.error {
    border-radius: var(--pico-border-radius);
    border: 1px solid var(--pico-form-element-invalid-active-border-color);
    color: var(--pico-form-element-invalid-active-border-color);
    margin: 10px 0;
    padding: 10px;
}

.text-center {
    text-align: center;
}

nav {
    display: flex;
    flex-direction: column;
    a {
        max-width: 300px;
        margin: 0 auto;
    }
    h3 {
        text-transform: uppercase;
    }
}

.ali-gradient, .secondary {
    text-transform: uppercase;
}

.ali-gradient {
    letter-spacing: .4px;
    background: linear-gradient(90deg, #D9931A 0%, #C6DD35 100%);
    &:hover {
        background: linear-gradient(90deg, #D9931A 0%, rgb(238, 226, 1) 100%);
    }
}

.progress-bar {
    display: flex;
    justify-content: space-between;
    margin: 24px 48px;
}

.number-circle {
    border-radius: 50%;
    width: 36px;
    height: 36px;
    padding: 7px;
    background: #000000;
    border: 1px solid #c7dd3570;
    color: #c7dd3570;
    text-align: center;
}

.partidos {
    width: 100%;
    max-width: 400px; /* Optional: Set a max width */
    margin: 0 auto;
}

label {
    margin: 48px 0;
}

.sello-partidos {
    margin-bottom: 2em;
}

.papeleta-page-limit {
    max-width: 640px;
    margin: 0 auto;
}

.papeleta-page-header {
    text-align: center;
    max-width: 700px;
    margin: 0 auto;
}

.papeleta-page-precinto {
    margin-top: 0;
    text-transform: uppercase;
}

.papeleta-page-info {
    @media screen and (min-width:800px) {
        min-width: 40%;
    }
}


.papeleta-page-actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    a {
        width: 100%;
        margin-bottom: 16px;
    }
    @media screen and (min-width:800px) {

        margin-left: 16px;
    }
}

.papeleta-page-calendario {
    display: flex;
    small {
        width: 106%;
        text-align: left;
        margin-right: 16px;
    }
}

a.half {
    width: 49%;
}

.button-array {
    display: flex;
    justify-content: flex-end;
    button {
        margin-left: 16px;
    }
}

/* Candidate cards */

.candidate-card {
    display: flex;
    align-items: center;
	img {
		min-width: 100px !important;
		border-radius: 8px;
	}
}
.color-victoria {
		color: #D9931A;
}
.border-victoria {
		border: solid 2px #D9931A;
}
.social-victoria a:hover {
	background-color: #D9931A;
}
.color-pip {
		color: #059E59;
}
.border-pip {
		border: solid 2px #059E59;
}
.social-pip a:hover {
	background-color: #059E59;
}
.foto {
	display: flex;
	flex-direction: column;
	margin-right: 16px;
    max-width: 100px;
    min-width: 100px;
	svg {
		margin-top: -16px;
	}
}