@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import "nav.css";

@import "charts.css";

@import "light.css";

@import "dark.css";
:root {
  --component-radius: 10px;
  --mesa-off: #dc2c4c;
  --mesa-on: rgb(67, 104, 167);
}
body {
  font-family: "Poppins", sans-serif;
  letter-spacing: 0.4px;
}

img {
  max-width: 100%;
}
.bolder {
  font-weight: bolder;
}
.cursor-pointer {
  cursor: pointer;
}
.cursor-context-menu {
  cursor: context-menu;
}
.card-transparent {
  background: transparent;
  color: var(--body-color) !important;
  border: 0 !important;
}

.card-transparent .card-body {
  padding: 0;
}

.card-title {
  font-size: 16px;
  margin-bottom: 16px;
  font-weight: 500;
}
.card-title > .position-absolute {
}

.card-title .destak {
  display: inline-block;
}

.bg-transparent {
  background: transparent !important;
}

.top-0 {
  top: 0;
}

.right-0 {
  right: 0;
}

.text-baby-blue {
  color: #4368a7;
}

.card {
  border-radius: 0.5rem;
}

.app-container {
  max-width: 1800px;
  margin: 0 auto;
}
#app-theme,
.left-countdown {
  min-height: 100vh;
  background: var(--bg-color);
}

#app-theme.light {
  background: url("../images/bandeira.color.png") !important;
  background-repeat: no-repeat !important;
  background-position: top;
}

/*COUNTDOWN*/
div[afluence-urnes="false"] {
  overflow: hidden;
  position: relative;
}

div[afluence-urnes="false"] .right-countdown {
  right: -100%;
  position: absolute;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
}

.right-countdown {
  right: 0;
}

.left-countdown {
  animation: linear alternate;
  animation-duration: 2s;
}

.countdown {
  height: 100vh;
  padding: 50px 0 150px;
  position: relative;
}

.countdown .logo img {
  width: 150px;
}

.left-countdown .countdown {
  flex-flow: column;
}

.election-day {
  letter-spacing: 1.5px;
  font-size: 30px;
}

.time-countdown {
  font-size: 22px;
}

.time-countdown span {
  padding: 8px;
  color: #4a4a4a;
  display: inline-block;
  background: #fff;
  border-radius: 4px;
  width: 35px;
  box-shadow: 0 0 1px 0 #fff;
}

.time-countdown .desc {
  margin: 10px 5px 0 0;
  font-size: 11px;
}

.local-voto-btn {
  color: var(--body-color);
  border-radius: 4px;
  background: var(--btn-accent-bg);
  border-radius: 10px;
  color: var(--btn-accent-text);
}

.local-voto-btn:hover {
  text-decoration: none;
  color: var(--btn-accent-text);
}

.app-local-result-item {
  margin-bottom: 12px;
  padding: 0 1rem !important;
}

.right-countdown .desc-resulte {
  font-size: 14px;
  font-weight: 500;
}

.countdown-body {
  padding-right: 10%;
}

.countdown-body .card-transparent {
  color: #141414 !important;
  font-size: 14px;
}

.countdown-body .app-line-h-pct {
  color: #137ca3;
}

.app-line-h .app-line-h-pct {
  margin-top: 2px;
}

.countdown-body .app-line-h-bar-wrapper {
  box-shadow: 0 0 1px 0 #7d7d7d;
}

.countdown-body .app-line-h-bar-pct {
  background-color: #00000038 !important;
  border: none;
}

.countdown-search .icon-search {
  top: 35px;
  right: 7px;
  opacity: 0.6;
}

.countdown-search .form-control:focus {
  border-color: #c1c7ce;
  box-shadow: 0 0 0 0.2rem rgb(14 14 14 / 4%);
}

.countdown .logo-footer {
  bottom: 0;
  right: 0;
  left: 0;
}

.countdown .logo-footer img {
  height: 40px;
}

.countdown .logo-footer img.img-poweredby {
  filter: grayscale(1);
}

.right-countdown .countdown .logo-footer {
  padding-right: 12%;
}

.logo-footer .poweredby {
  vertical-align: -webkit-baseline-middle;
  letter-spacing: 0.5px;
  font-size: 12px;
}

.list-tables {
  overflow: auto;
  height: 50vh;
}

.fs-14 {
  font-size: 14px;
}

.fs-15 {
  font-size: 15px;
}
.fs-16 {
  font-size: 16px;
}
.fs-18 {
  font-size: 18px;
}
.fs-20 {
  font-size: 20px;
}
.fs-22 {
  font-size: 22px;
}
.fs-24 {
  font-size: 24px;
}
.fs-30 {
  font-size: 30px;
}

@media (max-width: 574.9px) {
  .fs-30 {
    font-size: 24px;
  }
  .fs-24 {
    font-size: 20px;
  }
}

.list-tables .h older-icon {
  color: #9c9e9f !important;
  font-weight: normal;
  right: 0;
  top: 1px;
}

.list-tables .group-childs {
  display: none;
  transition: all 0.5ms;
}

.list-tables li.parent-group {
  border-bottom: 1px solid #dee2e6;
}

.list-tables li.parent-group:last-child {
  border-bottom: none;
}

.list-tables .group-childs li.list-style::before {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #091d36;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -2px;
}

.list-tables .group-childs[show="true"] {
  display: block;
  transition: all 0.5ms;
}

.list-tables .group-childs > li.holder-childs-list {
  border-radius: 4px;
  background-color: #f5f5f5;
}

.list-tables .group-childs > li .holder-childs-title[show="true"] {
  background-color: #e5effb !important;
  border-radius: 4px 4px 0 0;
}

.parent-group a {
  cursor: pointer;
}

.parent-group ul li a.link-info:hover {
  color: #0056b3;
  text-decoration: underline;
}

a.home-xpath {
  cursor: pointer;
}

a.home-xpath:hover {
  text-decoration: underline;
}

@media screen and (max-width: 768px) {
  body {
    background-color: #f9f9f9;
  }
  .countdown {
    min-height: 100vh;
    height: auto;
  }

  .countdown .logo img {
    width: 100px;
  }

  .right-countdown .countdown {
    position: relative;
    margin-top: -40px;
    background-color: #fff;
    border-radius: 4px;
    padding-top: 5% !important;
    padding-bottom: 10% !important;
  }

  .right-countdown .desc-resulte {
    position: absolute;
    right: 0;
    top: -50px;
    color: #fff;
    left: 0;
    text-align: center !important;
  }

  .logo-footer .poweredby {
    font-size: 11px;
    vertical-align: baseline;
  }

  .logo-footer {
    padding-left: 1.5rem;
  }

  div[afluence-urnes="false"] .countdown .logo-footer {
    bottom: 0;
  }

  div[afluence-urnes="false"] .countdown .logo-footer .d-none.d-md-block {
    display: block !important;
  }

  .right-countdown .countdown {
    padding-bottom: 15% !important;
  }

  .info-candidates {
    padding-left: 70px;
  }

  .info-candidates .app-voto-candidato img {
    margin-top: -3px;
  }
}

@media screen and (max-width: 576px) {
  .countdown {
    min-height: 100vh;
    height: auto;
    padding: 5% 0 20% 0;
  }
  .left-countdown .logo-footer {
    bottom: 80px;
  }

  .countdown-body,
  .right-countdown .countdown .logo-footer {
    padding-right: 0;
  }

  .right-countdown .countdown .logo-footer img {
    width: 40%;
  }

  .right-countdown .countdown .logo-footer img.img-poweredby {
    width: 30%;
  }

  .logo-footer .poweredby {
    font-size: 10px;
  }

  .time-countdown {
    font-size: 18px;
  }

  .time-countdown span {
    width: 26px;
  }

  .logo-footer {
    padding-left: 0.5rem;
  }

  div[afluence-urnes="false"] .countdown .logo-footer .d-none.d-md-block {
    text-align: left !important;
  }

  div[afluence-urnes="false"] .countdown .logo-footer img {
    height: 28px;
  }

  .modal-title-holder {
    font-size: 14px;
  }

  .app-search-col {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 35px;
  }

  .app-menu-item {
    font-size: 13px;
    padding: 12px 12px !important;
  }
}

@media screen and (max-width: 340px) {
  .app-context-col .nav-pills {
    width: 100%;
  }
}

.app-contents > *[class*="col"] {
}
.row-wide-col > *[class*="col"] {
  margin-bottom: 30px;
}

/*
mesas
*/

.app-mesas-details-wrapper .app-simple-stat-item {
  text-align: center !important;
}
.app-mesas-modal .nav-tabs {
  position: relative;
}

.app-mesas-modal .card-header-tabs {
  margin-bottom: 0 !important;
}
.app-mesas-modal .nav-tabs .nav-link {
  border-width: 0px;
  color: var(--body-color);
  border-radius: 8px 8px 0 0 !important;
  font-weight: 300;
}
.app-mesas-modal .nav-tabs .nav-link.active {
  color: var(--color-accent) !important;
  background: var(--bg-color-lighter);
  font-weight: 500 !important;
}

.app-mesas-modal .nav-tabs .nav-item.show .nav-link,
.app-mesas-modal .nav-tabs .nav-link.active {
  font-weight: bold;
}
@media (max-width: 575px) {
  .app-mesas-modal .app-simple-stat .spacer {
    display: none;
  }
  .app-mesas-modal .app-simple-stat > .card-body > .d-flex {
  }
}

@media (min-width: 1200px) {
  .row-wide-col > *[class*="col"] {
    padding-left: 30px;
    padding-right: 30px;
  }

  .row-wide-col > *[class*="col"]:first-child {
    padding-left: 15px;
  }
}

/*
.row-wide-col >*[class*="col"]:last-child{
  padding-right: 15px;
}
*/

@media (max-width: 1200px) {
  .app-results-description {
    font-size: 12px;
  }
}

.app-search {
  border: 1px solid rgb(255 255 255 / 30%) !important;
}

@media (max-width: 575px) {
  .app-menu-item {
    padding: 10px 8px !important;
  }
}

/*close button*/
.close-icon {
  width: 32px;
  height: 32px;
  display: block;
  cursor: pointer;
  opacity: 0.7;
  transition: opacity 0.35s;
}
.close-icon:hover {
  opacity: 1;
}

.close-icon:before,
.close-icon:after {
  position: absolute;
  left: 15px;
  content: " ";
  height: 30px;
  width: 1.5px;
  background-color: #fff;
}
.close-icon:before {
  transform: rotate(45deg);
}
.close-icon:after {
  transform: rotate(-45deg);
}

.app-footer img {
  height: 50px;
  max-width: none;
  opacity: 0.8;
  transition: opacity 0.35s;
}

.app-footer .img-poweredby {
  filter: grayscale(1);
  height: 40px;
}

.app-footer img:hover {
  opacity: 1;
}

.lds-ellipsis {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.lds-ellipsis div {
  position: absolute;
  top: 33px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: var(--body-color);
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.lds-ellipsis div:nth-child(1) {
  left: 8px;
  animation: lds-ellipsis1 0.6s infinite;
}
.lds-ellipsis div:nth-child(2) {
  left: 8px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(3) {
  left: 32px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(4) {
  left: 56px;
  animation: lds-ellipsis3 0.6s infinite;
}
@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(24px, 0);
  }
}

/*local de voto*/
.app-local-de-voto-btn {
  background: rgba(23, 38, 69, 0.95);
  border: 0;
}
.app-local-de-voto-btn:hover,
.app-local-de-voto-btn:active,
.app-local-de-voto-btn.hover {
  background: rgba(23, 38, 69, 0.99);
}

.react-datepicker-wrapper {
  display: block !important;
}

.react-datepicker-wrapper input {
  border-radius: 8px !important;
}

.example-enter {
  opacity: 0.01;
}

.example-enter.example-enter-active {
  opacity: 1;
  transition: opacity 500ms ease-in;
}

.example-leave {
  opacity: 1;
}

.example-leave.example-leave-active {
  opacity: 0.01;
  transition: opacity 300ms ease-in;
}
.react-toast-notifications__toast__icon-wrapper {
  display: none !important;
}
.react-toast-notifications__toast__content {
  overflow: auto;
  border-radius: 10px;
}
.react-toast-notifications__toast__dismiss-button {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
}
.react-toast-notifications__toast {
  width: 280px !important;
}

.react-toast-notifications__container {
  overflow: hidden !important;
  z-index: 10000 !important;
  top: 30px !important;
  right: 10px !important;
}

.app-updates-item {
}

.app-updates-item:not(:last-child) {
  border-bottom: 1px solid #f0f0f0;
}

@media (max-width: 768px) {
  .row-wide-col > *[class*="col"] {
    margin-bottom: 15px !important;
  }
  .card-transparent {
  }

  .app-mesas-details-wrapper .card-transparent {
  }
}

.app-circulo-closed {
  font-size: 14px;
  top: 50%;
  margin-top: -5px;
  position: absolute;
  right: 5px;
  opacity: 0.6;
}

.hover-active {
  transition: opacity 0.35s;
  opacity: 0.5;
}

.hover-active:hover {
  opacity: 1;
}

.btn {
  color: var(--body-color);
}

.btn:hover {
  color: var(--body-color-light);
}

.btn.focus,
.btn:focus {
  box-shadow: none !important;
}

.poppins-thin {
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.poppins-extralight {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: normal;
}

.poppins-light {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.poppins-regular {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.poppins-medium {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.poppins-semibold {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.poppins-bold {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.poppins-extrabold {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: normal;
}

.poppins-black {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.poppins-thin-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-style: italic;
}

.poppins-extralight-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: italic;
}

.poppins-light-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: italic;
}

.poppins-regular-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.poppins-medium-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: italic;
}

.poppins-semibold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: italic;
}

.poppins-bold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: italic;
}

.poppins-extrabold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: italic;
}

.poppins-black-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-style: italic;
}

.component-radius {
  border-radius: 10px;
}

.modal-item-shadow:not(:last-child) {
  border-bottom: 1px solid var(--stat-separator);
}
.modal-item-shadow {
  border-radius: 0;
}

.fs-12 {
  font-size: 12px;
}
.gap-5 {
  gap: 48px;
}

.gap-4 {
  gap: 20px;
}

.gap-3 {
  gap: 16px;
}
.gap-2 {
  gap: 8px;
}
.gap-1 {
  gap: 4px;
}

@media (min-width: 992px) {
  .gap-lg-5 {
    gap: 48px;
  }
}

.stats-holder {
  backdrop-filter: blur(0px);

  box-shadow: 0px 40px 80px 0px #0000001a;
}

@media (max-width: 1200px) {
  .stats-holder {
    border-top-left-radius: 0 !important;
  }
}
.body-color {
  color: var(--body-color);
}
.body-color-light {
  color: var(--body-color-light);
}

.bg-color {
  background-color: var(--bg-color);
}

.bg-color-lighter {
  background-color: var(--bg-color-lighter);
}

.bg-component {
  background: var(--bg-component);
}
.bg-component-blured {
  background: var(--bg-component-blured);
}

.bg-map-component {
  background: var(--bg-map-component);
}

.bg-line-stat {
  background: var(--bg-line-stat);
}

.color-accent {
  color: var(--color-accent);
}

.selected-region-title {
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}

.custom-control-input:checked ~ .custom-control-label::before,
.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  background: var(--body-color);
  border-color: var(--body-color);
}

.blinking-dot {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: var(--body-color);
  animation: blink 1s infinite;
  margin-left: auto;
}

@keyframes blink {
  0%,
  100% {
    opacity: 1;
  }
  50% {
    opacity: 0.2;
  }
}

.font-weight-500 {
  font-weight: 500;
}

.stats-shadow {
  backdrop-filter: blur(0px);

  box-shadow: 0px 40px 80px 0px #0000001a;
}

.theme-toggle .checkbox {
  opacity: 0;
  position: absolute;
}

.theme-toggle .label {
  background-color: #111;
  border-radius: 50px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 5px;
  position: relative;
  height: 26px;
  width: 50px;
  transform: scale(1.5);
}

.theme-toggle .label .ball {
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
  top: 2px;
  left: 2px;
  height: 22px;
  width: 22px;
  transform: translateX(0px);
  transition: transform 0.2s linear;
}

.theme-toggle .checkbox:checked + .label .ball {
  transform: translateX(24px);
}

.theme-toggle .fa-moon {
  color: #f1c40f;
}

.theme-toggle .fa-sun {
  color: #f39c12;
}

.map-shadow {
  backdrop-filter: blur(0px);
  box-shadow: 0px 40px 80px 0px #0000001a;
  position: relative;
  z-index: 2;
}
.text-accent {
  color: var(--color-accent) !important;
}

.text-accent-dark {
  color: var(--color-accent-dark);
}

.component-border {
  border-color: var(--component-border) !important;
}

.component-blured {
  backdrop-filter: blur(0px);
  box-shadow: 0px 40px 80px 0px #0000001a;
}

.modal-content {
  background-color: var(--bg-color);
  border-radius: 10px;
  border: 1px solid var(--component-border);
}

.modal-header {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.form-control {
  height: 36px;
  padding: 0 8px;
  border-color: var(--stat-separator);
  font-size: 16px;
}
.form-control,
.form-control:focus {
  background: var(--bg-color-lighter);
  color: var(--body-color);
  border-radius: 6px;
}

.form-control::placeholder {
  color: var(--body-color);
  font-style: italic; /* Optional styling */
  opacity: 0.7; /* Optional, adjust visibility */
}
.form-control {
  border-radius: 10px;
}
@media (min-width: 992px) {
  input.form-control {
    min-width: 240px;
  }
}

.partido-icon-holder {
  height: "fit-content";
  min-width: 50px!important;
  max-width: 50px!important;
  flex-direction: column !important;
}
.partido-icon-holder img{
  margin:0 auto
}
.partido-icon-holder span {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: center;
}

@media (max-width: 768px) {
  .partido-icon-holder {
    min-width: 50px !important;
  }
}

select option {
  border: 0;
}

.fw-300 {
  font-weight: 300;
}
.fw-400 {
  font-weight: 400;
}
.fw-500 {
  font-weight: 500;
}

.fw-600 {
  font-weight: 600;
}
.modal-content {
  backdrop-filter: blur(0px);
  box-shadow: 0px 40px 80px 0px #0000001a;
  border-color: var(--stat-separator);
}

.text-italic {
  font-style: italic;
}

.app-header-wrapper.sm {
  position: sticky;
  top: 0;
  z-index: 10;
  background: var(--bg-color);
}

@media (max-width: 575px) {
  .countdown-page .election-day {
    font-size: 24px;
  }
  .countdown-page a.local-voto-btn {
    font-size: 12px;
  }
}

.api-search .form-control {
  height: 40px;
}

a.text-accent-dark:hover {
  color: var(--color-accent-dark);
}

@media (min-width: 992px) {
  .local-voto-results {
    padding-top: 105px;
  }
}

.highcharts-point[class*="highcharts-name"] {
  cursor: pointer;
}

.app-waiting {
  min-height: 100%;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 10;
  width: 100%;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  background: rgba(255, 255, 255, 0.5);
}

/* Initial state */
.page-enter {
  opacity: 0;
  transform: translateY(20px);
}

/* Entering */
.page-enter-active {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 300ms, transform 300ms;
}

/* Exiting */
.page-exit {
  opacity: 1;
  transform: translateY(0);
}

/* Exit active */
.page-exit-active {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 300ms, transform 300ms;
}

/* Initial state */
.fade-enter {
  opacity: 0;
}

/* Entering state */
.fade-enter-active {
  opacity: 1;
  transition: opacity 500ms ease-in; /* Adjust duration to match the timeout in the component */
}

/* Exiting state */
.fade-exit {
  opacity: 1;
}

/* Exiting active state */
.fade-exit-active {
  opacity: 0;
  transition: opacity 500ms ease-out;
}

@media (max-width: 575px) {
  body {
    font-size: 14px;
  }
}

.scrollable-fade {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 60px; /* Adjust as needed */
  pointer-events: none;
  background: linear-gradient(
    to left,
    rgba(255, 255, 255, 1),
    rgba(255, 255, 255, 0)
  );
  z-index: 10;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

@media (min-width: 992px) {
  .app-resumo .stats-holder > .w-100 {
    min-height: 600px;
  }
}

.grecaptcha-badge {
  position: relative !important;
  display: none !important;
}

.text-accent > a {
  color: var(--color-accent) !important;
}

.search-zonas-results {
  position: absolute;
  width: 200px;
  transform: translateX(-50%);
  z-index: 10;
}

.blinking-text {
  font-size: 24px;
  font-weight: bold;

  animation: blink 1s reverse; /* Blink every second, repeat infinitely */
}

@keyframes blink {
  0%,
  100% {
    opacity: 1; /* Fully visible */
  }
  50% {
    opacity: 0.3; /* Hidden */
  }
}

.local-de-voto-map {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: whitesmoke;
  left: 0;
}

button[disabled] {
  opacity: 0.7;
}

.tooltip-inner {
  max-width: 230px;
}

.map-go-up {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  position: fixed;
  z-index: 10000;
  right: 5px;
  bottom: 30px;
  cursor: pointer;
}

.app-voto-candidato.modal-img {
  width: 60px !important;
  height: 70px !important;
  min-height: 70px !important;
  min-width: 60px !important;
  object-fit: cover;
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-radius: 0;
}

@media (max-width: 575px) {
  .breadcrumb .breadcrumb-item:last-child {
    max-width: 160px;
  }
  .breadcrumb .breadcrumb-item {
    font-size: 14px;
  }
}
.breadcrumb {
  align-items: flex-start;
}

@media (max-width: 767.9px) {
  .modal-content {
    min-height: 90vh;
  }
}

[region-selected="pr"][context="camara"] [party-id="PP"],
[region-selected="sd"][context="camara"] [party-id="PP"],
[region-selected="bv"][context="camara"] [party-id="PP"] {
  display: none !important;
}
