body {
    font-family: "Montserrat", sans-serif;
}


/* Chrome, Safari, Edge, Opera */

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

a {
    text-decoration: none !important;
}


/* Firefox */

input[type=number] {
    -moz-appearance: textfield;
}

.component {
    display: none;
}

.component.active {
    display: block;
}

.label-filter {
    font-size: .6rem;
}

ul.pagination {
    display: block !important;
}

ul.pagination .page-item {
    width: 50px;
    display: inline-block;
    text-align: center;
    font-size: 12px;
}

#mesas-escrutinio {
    max-width: 10000px;
}

.planilla-celda {
    width: 125px;
    font-size: 10px;
    text-align: center;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.label-qsv {
    font-size: 14px;
    font-weight: 700;
}

.planilla-celda.descripcion {
    width: 400px !important;
    font-size: 12px;
    text-align: left !important;
}

.planilla-celda.disabled .inner {
    cursor: default;
    background-color: #dadada;
    display: block;
    width: 100%;
    height: 100%;
}

.planilla-celda.number {
    padding: 0 !important;
}

.planilla-celda input {
    width: 100%;
    height: 100%;
    padding: 0;
    font-size: 32px;
    text-align: center;
    border-radius: none;
    border: none;
}

.planilla-celda input:focus {
    box-shadow: none !important;
}

.row-planilla .planilla-celda {
    border: 2px solid #dedede;
}

.row-history:first-child .btn {
    margin-top: 0 !important;
}

.overlay-mesa-testigo {
    left: -12px;
    top: -12px;
}

.bocaurna-card {
    border: 1px solid #ccc;
}

.bocaurna-card:first-child {
    margin-top: 0 !important;
}

.bocaurna-card .col {
    padding: 1rem;
}

.bocaurna-card .col {
    background-color: #ff2222;
    color: #ffffff;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    border: 1px dashed #212529;
}

.bocaurna-card .col.header {
    background-color: #212529;
    color: #ffffff;
    cursor: default;
    font-weight: 700;
}

.bocaurna-card .col.disabled {
    background-color: #efefef;
    cursor: default;
}

.bocaurna-card .col:not(.disabled) {
    cursor: pointer;
    text-align: center;
    font-weight: 900;
}

.bocaurna-card .col:not(.disabled):hover {
    opacity: 0.5;
}

.bocaurna-card .col.active {
    background-color: #22FF22;
    color: #212529;
}

.btn-bocaurna.floating {
    position: fixed;
    bottom: 20px;
    right: 20px;
    border-radius: 100%;
}

.btn-bocaurna.floating i {
    margin-left: -3px;
}

.btn-bocaurna.floating .label {
    display: none;
}

.row-usuario-escuela:hover {
    background-color: #212529;
    font-weight: 700;
}

.row-usuario-escuela:hover a {
    color: white;
}

.bocaurna-card-backend {
    position: relative;
    background-color: #ededed;
    min-height: 180px;
    cursor: pointer;
}

.bocaurna-card-backend:hover {
    opacity: .6;
}

.bocaurna-card-backend .informe-num {
    font-size: 72px;
    font-weight: 700;
    position: absolute;
    bottom: 0;
    right: 10px;
}

.custom-carousel-button {
    background-color: #212529;
    color: #ffffff;
    width: 32px;
    height: 32px;
    position: relative;
}

.mesa-tipo-1 {
    background-color: #43a122;
    color: white;
}

.mesa-tipo-0 {
    background-color: #22a7cc;
    color: white;
}

.btn-mesas-0:not(.btn-escrutinio-0) {
    background-color: #22a7cc;
    border: #22afd6 1px solid;
    color: white;
}

.btn-mesas-1:not(.btn-escrutinio-0) {
    background-color: #43a122;
    border: #43ba1b 1px solid;
    color: white;
}

.btn-extranjeros-1:not(.btn-escrutinio-0) {
    background-color: #fff3cd;
    color: #664d03;
    border: 1px solid #ffecb5;
}

.btn-mesas:hover {
    opacity: .6;
    background-color: inherit;
}

.mesa-summary-card:hover {
    cursor: pointer;
    opacity: .6;
}

.mesa-overlay .icon {
    display: inline-flex;
    min-width: 20px;
    justify-content: center;
}

.btn-map-mesas {
    font-size: 1em !important;
    color: white !important;
}

.btn-map-mesas.active {
    background-color: #212529 !important;
    color: white !important;
}

#map-toolbar {
    position: fixed;
    top: 70px;
    right: 10px;
    z-index: 9999;
    text-align: right;
}

#map-toolbar ul {
    list-style-type: none;
}

#map-toolbar ul li {
    margin-top: 10px !important;
}