/* Override Colors
 ==================================================================================================================== */
/* Main Font
 ==================================================================================================================== */
body {
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/* Government
 ==================================================================================================================== */
.government-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 10px;
  padding: 10px;
  background: rgba(0, 0, 0, 0.1);
  border: 1px solid #999;
}
.government-box .box-image-wrapper {
  position: relative;
}
.government-box .box-image {
  width: 75px;
  height: 75px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  line-height: 1;
  border-radius: 100%;
  white-space: nowrap;
  position: relative;
}
.government-box .electoral-alliance-symbol {
  position: absolute;
  bottom: -5px;
  right: -30px;
  width: 45px;
  height: 45px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  line-height: 1;
  border-radius: 100%;
  white-space: nowrap;
}
.government-box .box-data {
  text-align: right;
  margin-right: 10px;
}
.government-box .box-data .box-data-primary {
  font-size: 22px;
  font-weight: bold;
}

body, html {
  font-family: "Open Sans", "Helvetica Neue", Arial, sans-serif;
}

.navbar-fixed-top, .navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}

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

.marketing-acceptance {
  font-size: 14px;
}
.marketing-acceptance .has-error-list li {
  color: #ff0000;
  background-color: #f7e3e3;
  padding: 4px 15px;
  border: 1px solid #edb7b7;
  border-radius: 2px;
}

.navbar-light .navbar-toggler {
  border-color: rgba(0, 0, 0, 0.1);
}

.navbar-light .navbar-brand, .navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-brand {
  float: none;
  display: inline-block;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}

@media (min-width: 1200px) {
  .container {
    width: 1140px;
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  .navbar-toggleable-md .navbar-toggler {
    display: none;
  }
  .navbar-toggleable-md .navbar-collapse {
    display: flex !important;
    width: 100%;
  }
  .navbar-toggleable-md .navbar-nav {
    flex-direction: row;
  }
  .navbar-toggleable-md > .container {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
  }
}
.ml-auto {
  margin-left: auto !important;
}

.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.navbar-toggler {
  z-index: 1;
}

.navbar-toggler-right {
  position: absolute;
  right: 1rem;
}

.navbar-toggler {
  align-self: flex-start;
  padding: 0.15rem 0.35rem;
  font-size: 1.25rem;
  line-height: 1;
  background: 0 0;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 2h24M4 10h24M4 18h24'/%3E%3C/svg%3E");
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

.navbar-light .navbar-brand,
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.9);
}

.collapse.show {
  display: block;
}

@media (max-width: 991px) {
  .navbar-toggleable-md > .container {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (max-width: 576px) {
  nav > .container {
    width: 100%;
  }
  #top-left-sidebar {
    display: none;
  }
}
.btn-default {
  color: #222;
  border-color: #fff;
  background-color: #fff;
}

.btn-default.focus, .btn-default:focus {
  color: #222;
  border-color: #bfbfbf;
  background-color: #e6e6e6;
}

.btn-default:hover {
  color: #222;
  border-color: #e0e0e0;
  background-color: #e6e6e6;
}

.btn-default.active, .btn-default:active, .open > .btn-default.dropdown-toggle {
  color: #222;
  border-color: #e0e0e0;
  background-color: #e6e6e6;
}

.btn-default.active.focus, .btn-default.active:focus, .btn-default.active:hover, .btn-default:active.focus, .btn-default:active:focus, .btn-default:active:hover, .open > .btn-default.dropdown-toggle.focus, .open > .btn-default.dropdown-toggle:focus, .open > .btn-default.dropdown-toggle:hover {
  color: #222;
  border-color: #bfbfbf;
  background-color: #d4d4d4;
}

.btn-default.active, .btn-default:active, .open > .btn-default.dropdown-toggle {
  background-image: none;
}

.btn-default.disabled.focus, .btn-default.disabled:focus, .btn-default.disabled:hover, .btn-default[disabled].focus, .btn-default[disabled]:focus, .btn-default[disabled]:hover, fieldset[disabled] .btn-default.focus, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default:hover {
  border-color: #fff;
  background-color: #fff;
}

.btn-default .badge {
  color: #fff;
  background-color: #222;
}

.btn-primary {
  color: #fff;
  border-color: #0cc2aa;
  background-color: #0cc2aa;
}

.btn-primary.focus, .btn-primary:focus {
  color: #fff;
  border-color: #a88add;
  background-color: #a88add;
}

.btn-primary:hover {
  color: #fff;
  border-color: #a88add;
  background-color: #a88add;
}

.btn-primary.active, .btn-primary:active, .open > .btn-primary.dropdown-toggle {
  color: #fff;
  border-color: #a88add;
  background-color: #a88add;
}

.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open > .btn-primary.dropdown-toggle.focus, .open > .btn-primary.dropdown-toggle:focus, .open > .btn-primary.dropdown-toggle:hover {
  color: #fff;
  border-color: #a88add;
  background-color: #a88add;
}

.btn-primary.active, .btn-primary:active, .open > .btn-primary.dropdown-toggle {
  background-image: none;
}

.btn-primary.disabled.focus, .btn-primary.disabled:focus, .btn-primary.disabled:hover, .btn-primary[disabled].focus, .btn-primary[disabled]:focus, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary.focus, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:hover {
  border-color: #0cc2aa;
  background-color: #0cc2aa;
}

.btn-primary .badge {
  color: #0cc2aa;
  background-color: #fff;
}

.btn {
  font-weight: 700;
  text-transform: uppercase;
  border: none;
  border-radius: 300px;
  font-family: "Open Sans", "Helvetica Neue", Arial, sans-serif;
}

.btn-xl {
  padding: 15px 30px;
}

.app-header ~ .app-body {
  padding-top: 50px;
}

/* UI
 ==================================================================================================================== */
.label-md {
  padding: 0.35em 0.85em;
  font-size: 100%;
}

.avatar-background {
  width: 85px;
  height: 85px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.avatar-sm {
  width: 55px;
  height: 55px;
}

.avatar-xs {
  width: 35px;
  height: 35px;
}

.cover-background {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-color: grey;
}

.nav-item.nav-item-btn .nav-text {
  padding: 4px 10px;
  margin: 0;
  border-radius: 5px;
}

#view {
  position: relative;
}

#ajax-loader {
  width: 70px;
  position: absolute;
  top: 75px;
  left: 20px;
  display: none;
}

#ajax-loader img {
  max-width: 100%;
  height: auto;
}

/* Top Sidebar
 ==================================================================================================================== */
.nav-item.item-election-current .nav-text {
  font-weight: bold;
  text-decoration: underline;
}

/* Elections
 ==================================================================================================================== */
.election-box .cover-background {
  height: 130px;
}

.election-box .avatar {
  position: absolute;
  background-color: white;
  left: 50%;
  bottom: -25px;
  margin-left: -47px;
  border: 5px solid white;
  box-shadow: 0 0 10px 1px grey;
}

/* Index Page
 ==================================================================================================================== */
.content-header.content-nav-tabs a.link {
  font-weight: bold;
  text-transform: capitalize;
  text-decoration: underline;
  color: red;
}

.content-index table tr .avatar {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

@media (max-width: 767px) {
  .content-header h1 {
    margin-top: 30px;
    font-size: 28px;
  }
}
/* FrontEnd
 ==================================================================================================================== */
body.election .content-header {
  text-align: center;
  margin-bottom: 15px;
}

body.election .content-header h1 {
  font-weight: bold;
  margin-bottom: 5px;
  font-size: 32px;
}

body.election .content-header span {
  font-size: 18px;
  padding: 10px 0;
  display: inline-block;
}

body.election .content-header span strong {
  text-transform: uppercase;
}

body.election.wait #view {
  padding-top: 100px;
}

@media (max-width: 543px) {
  .pie-percentage {
    height: 170px !important;
  }
}
.app-footer:not(.hide) ~ .app-body {
  padding-bottom: 80px !important;
}

.wait-content {
  margin: 0 auto;
  max-width: 600px;
}

#unlock-content {
  max-width: 700px;
  margin: 0 auto;
  padding: 0 15px 50px 15px;
}

#footer-bar-unlock {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 0;
  z-index: 10000;
  background-color: rgba(0, 0, 0, 0.3);
}
.footer-bar-unlock-hidden #footer-bar-unlock {
  display: none;
}

#countdown {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  padding: 20px 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  margin: 30px 0;
  color: #0cc2aa;
  background-color: #fff;
}

#share-wrapper {
  padding: 20px 0;
  border: 1px solid #ccc;
  border-radius: 7px;
  background: rgba(0, 0, 0, 0.05);
}
#share-wrapper .share-text {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}
#share-wrapper .share-buttons {
  display: flex;
  gap: 1rem;
  justify-content: center;
}
#share-wrapper .share-buttons a {
  font-size: 26px;
  color: #fff;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  text-decoration: none;
}
#share-wrapper .share-whatsapp {
  background: #25D366;
}
#share-wrapper .share-telegram {
  background: #0088cc;
}
#share-wrapper .share-facebook {
  background: #1877F2;
}
#share-wrapper .share-instagram {
  background: #E1306C;
}
#share-wrapper .share-tiktok {
  background: #010101;
}

.plot-wrapper {
  position: relative;
}
.plot-wrapper .plot-layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #0cc2aa;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
@media only screen and (max-width: 767px) {
  .plot-wrapper .plot-layer {
    flex-direction: column;
  }
}
.plot-wrapper .plot-layer:before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  content: "";
  z-index: 10;
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
.plot-wrapper .plot-layer a, .plot-wrapper .plot-layer span {
  z-index: 100;
}
.plot-wrapper .plot-layer span {
  font-weight: bold;
  font-size: 24px;
  text-align: center;
}
@media (max-width: 767px) {
  .plot-wrapper .plot-layer span {
    font-size: 18px;
  }
}
