.spinner {
    left: 50%;
    top: 50%;
    height: 60px;
    width: 60px;
    margin: 0px auto;
    -webkit-animation: rotation .6s infinite linear;
    -moz-animation: rotation .6s infinite linear;
    -o-animation: rotation .6s infinite linear;
    animation: rotation .6s infinite linear;
    border-left: 6px solid rgba(0, 174, 239, .15);
    border-right: 6px solid rgba(0, 174, 239, .15);
    border-bottom: 6px solid rgba(0, 174, 239, .15);
    border-top: 6px solid rgba(0, 174, 239, .8);
    border-radius: 100%;
}

@-webkit-keyframes rotation {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(359deg);
    }
}

@-moz-keyframes rotation {
    from {
        -moz-transform: rotate(0deg);
    }

    to {
        -moz-transform: rotate(359deg);
    }
}

@-o-keyframes rotation {
    from {
        -o-transform: rotate(0deg);
    }

    to {
        -o-transform: rotate(359deg);
    }
}

@keyframes rotation {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(359deg);
    }
}

/* This is the style of our error messages */
.error {
    width: 100%;
    padding: 0;

    font-size: 80%;
    color: white;
    background-color: #900;
    border-radius: 0 0 5px 5px;

    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.error.active {
    padding: 0.3em;
}

.btn-google {
    color: #545454;
    box-shadow: 0 1px 2px 1px #ddd;
    font-family: 'Roboto';
}


.ballot {
    display: none;
}

.ballot+label {
    width: 100%;
}

.ballot+label .marca {
    cursor: pointer;
    background: url("https://vote-v3.evoting.com/assets/images/papeleta_mark.png") center no-repeat;
    height: 80px;
    width: 68px;
    display: inline-block;
    padding: 0 0 0 0px;
}

.ballot:checked+label .marca {
    background: url("https://vote-v3.evoting.com/assets/images/papeleta_marked.png") center no-repeat;
    height: 80px;
    width: 68px;
    display: inline-block;
    padding: 0 0 0 0px;
}

.ballot+label .marca-square {
    border: 4px solid black;
    border-radius: 15px;
    height: 60px;
    width: 68px;
    display: inline-block;
    padding: 0 0 0 0px;
}

.ballot:checked+label .marca-square {
    background: url("https://evoting.s3.amazonaws.com/Arica/utils/marca-de-verificacion.png") center no-repeat;
    height: 60px;
    width: 68px;
    display: inline-block;
    padding: 0 0 0 0px;
}

.image-option {
    display: table-cell;
    vertical-align: middle;
    height: 80px;
}

.lista {
    /* border-color: black; */
    border: 1px solid black;
    border-radius: 4px;
    margin: 10px;
}

.container {
    font-family: sans-serif;
}

.container-fluid {
    font-family: 'Raleway', sans-serif;
}

.texto1 {
    font-family: sans-serif;
    font-weight: bold !important;
}

.EvColor {
    background-color: #ef8d33;
    color: #FFF;
}

.EvColorGris {
    background-color: #C6CCD4;
}

.EvColorLightBlue {
    background-color: #efc84d;
}

.EvColorBlue {
    background-color: #039de2;
}

.EvColorGrisLight {
    background-color: #E5ECF0;
}

.btn {
    cursor: pointer;
}

.logoEV {
    max-height: 50px;
}

.logo {
    max-height: 150px;
}

.blured {
    filter: blur(100px) !important;
}

.crossOut {
    background: url("https://vote-v3.evoting.com/assets/images/sistema_seguro.jpg") repeat;

}

.mati-hide {
    display: none;
}

.hidden {
    display: none;
}

.cl-claveunica {
    display: inline-block;
    font-family: Roboto, sans-serif;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    background-color: #0F69C4;
    color: #FFFFFF;
}

.arica-textarea {
    max-width: 100%;
}

.badge2 {
    display: inline-block;
    padding: 0.35em 0.65em;
    font-size: .75em;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25rem;
}

.hidden {
    display: none;
}

.visible {
    display: flex;
}

.nav-link {
    color: black !important;
    padding-left: 10px !important;
}

.btn.btn-outline-secondary.active {
    color: white !important;
    background-color: #ef8d33 !important;
}

.btn.btn-outline-secondary {
    margin-bottom: 0.5em;
}

#scrollToSummary {
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 9999;
    width: 50px;
    height: 50px;
    background-color: #ef8d33;
    color: white;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    transition: background-color 0.3s ease;
    margin-bottom: 10px;
}

#scrollToVote {
    position: fixed;
    top: 80px;
    right: 20px;
    z-index: 9999;
    width: 50px;
    height: 50px;
    background-color: #ef8d33;
    color: white;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    transition: background-color 0.3s ease;
    margin-bottom: 10px;
}

#scrollToVote:hover,
#scrollToSummary:hover {
    background-color: #039de2;
    text-decoration: none;
}

.img-autentiz {
    height: 1.5rem;
    width: auto;
}

@media only screen and (max-width: 430px) {
    .bordeHide {
        border-right: none !important;
    }
}

.modal-body-resume {
    max-height: 500px;
    overflow-y: auto;
}

.card-header-question {
    position: sticky;
    top: 55px;
    z-index: 10;
    background-color: #f1f5f9;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border-bottom: 2px solid #039de2;
    padding: 5px;
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
    border-radius: 6px;
}

.salvoconducto-flex {
    flex-direction: column;
}

.navbar-toggler {
    background-color: #039de2;
    color: white !important;
    border: none;
    border-radius: 25px;
    padding: 7px 15px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
}

.navbar-toggler .navbar-toggler-icon {
    background-image: url('data:image/svg+xml;charset=UTF8,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 30 30"%3E%3Cpath stroke="white" stroke-width="2" d="M4 7h22M4 15h22M4 23h22"/%3E%3C/svg%3E');
}

/* Efecto hover más destacado */
.navbar-toggler:hover {
    background-color: #027bbf;
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.2);
}

.navbar-toggler span {
    margin-right: 8px;
    vertical-align: middle;
    font-weight: 600;
    color: white;
}