﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

/* Provide sufficient contrast against white background */
a {
    color: #0366d6;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
    background: #222222 !important;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px; /* Vertically center the text there */
}

.img-logo {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
    margin-top: 2rem !important;
    margin-bottom: 1rem !important;
    text-align: center !important;
}

.img-participantes {
    width: 50%;
    height: 35vh;
}

.container-custom {
    margin-left: 2.5rem !important;
    margin-right: 2.5rem !important;
    padding: 1rem !important;
}

.preview-candidata {
    max-height: 141px !important;
    min-height: 141px !important;
}

.border-rem {
    border-radius: 0.7rem !important;
}

.btn-votar {
    border: none !important;
    background: #1b6ec2 !important;
    width: 100% !important;
    color: white;
    font-weight: 600;
    font-size: 3rem;
}

.margin-card {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
}

.margin-voto {
    margin-top: 2rem !important;
    margin-bottom: 1rem !important;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 0.5rem;
}

.input-nota {
    display: flex;
    justify-content: center;
    align-items: center;
}

.grid-participantes {
    width: 75%;
    margin: 0 auto;
    max-width: 500px;
}

.text-left #nome {
    font-weight: 600;
    font-size: 1.2rem;
    max-width: 100%;
}

.btn-LoadMore {
    font-size: 1.7rem;
    padding: 1rem;
    font-weight: 600;
    border-radius: 0.5rem;
    width: 170px;
}

.btn-nota {
    width: 65px;
    height: 65px;
    border-radius: 50%;
    font-weight: 800;
    font-size: 3rem;
    margin: 0.5rem 0;
    border: 2px solid;
    color: white;
    background: #c3bbbb;
}

.btn-nota:focus {
    outline: none !important;
}

.simboloVoto {
    font-size: 5rem;
    position: relative;
    top: -25px;
}

.margin-item-card {
    margin-top: 0rem !important;
    margin-bottom: 0rem !important;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
}

.custom-w {
    width: 90% !important;
}

.voted {
    background: #56ff0059 !important;
    border: none !important;
}

.line-1-modal {
    font-size: 1.5rem !important;
    color: #7d7d7d !important;
    font-weight: 600 !important;
    text-align: center;
}

.line-2-modal {
    font-size: 2rem !important;
    color: black !important;
    font-weight: 900 !important;
    margin-bottom: 0px !important;
    text-align: center;
}

* {
    font-family: Montserrat !important;
}

.valor-voto {
    height: 100px !important;
    font-size: 4.5rem !important;
    font-weight: 900 !important;
    border: none;
    color: #f9b20c !important;
    background: #efefef;
}

.btn-menos {
    margin-top: 30px;
}

.table td {
    vertical-align: middle;
}

::placeholder {
    color: #f9b20c !important;
    opacity: 0.5 !important;
}

.btn-enviar-voto {
    font-size: 1.5rem !important;
    font-weight: 700 !important;
    background: #51c655 !important;
    border-radius: 0.7rem !important;
}

.no-border-bottom {
    border-bottom: none !important;
}

.legenda {
    color: black;
    font-weight: 800 !important;
    font-size: 1.2rem !important;
}

.legenda-2 {
    font-weight: 400 !important;
}

.log {
    color: #f9b20c;
}

#username {
    font-size: 20px;
}

#password {
    font-size: 20px;
}

#username::placeholder {
    color: black !important;
}

#password::placeholder {
    color: black !important;
}

.btn-login {
    border: 1px solid #f9b20c !important;
    background-color: #fff4cc;
    color: black;
    font-weight: 900;
    width: 40%;
}

.ml-custom-badge {
    border-radius: 0px 0px 8px 8px !important;
}

.custom-p {
    font-size: 12px !important;
}

input::placeholder {
    color: black !important;
    font-weight: 300 !important;
    opacity: 0.3 !important;
}

.aster {
    color: red !important;
    font-weight: 800 !important;
}