@charset "UTF-8";
/*
Theme Name: PollsMX - PREP
Text Domain: PollsMX - PREP
Version: 1.5.1
Requires at least: 5.7
Requires PHP: 5.2.4
Author: Emmanuelle HJ - Político MX
Author URI: https://prep.polls.mx/
Theme URI: https://prep.polls.mx/
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

All files, unless otherwise stated, are released under the GNU General Public
License version 2.0 (http://www.gnu.org/licenses/gpl-2.0.html)
*/
/* Sidebar */
.sidebar {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  padding: 58px 0 0;
  /* Height of navbar */
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.05), 0 2px 10px 0 rgba(0, 0, 0, 0.05);
  width: 240px;
  z-index: 600;
}

@media (max-width: 991.98px) {
  .sidebar {
    width: 100%;
  }
}
.sidebar .active {
  border-radius: 5px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

.sidebar-sticky {
  position: relative;
  top: 0;
  height: calc(100vh - 48px);
  padding-top: 0.5rem;
  overflow-x: hidden;
  overflow-y: auto;
  /* Scrollable contents if viewport is shorter than content. */
}

.profile-candidate .candidate-image {
  border-radius: 50%;
  border: 3px solid;
  max-width: 250px;
  max-height: 250px;
  width: 100%;
  height: auto;
  margin: auto;
  overflow: hidden;
  margin-right: 1.5rem;
}
.profile-candidate .candidate-image.empty {
  display: none;
}
.profile-candidate .candidate-image img {
  width: inherit;
  height: inherit;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  mix-blend-mode: luminosity;
}

.candidate-image {
  border-radius: 50%;
  border: 3px solid;
  max-width: 60px;
  max-height: 60px;
  width: 100%;
  height: auto;
  margin: auto;
  overflow: hidden;
  margin-right: 1.5rem;
}
.candidate-image img {
  width: inherit;
  height: inherit;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  mix-blend-mode: luminosity;
}

@media (min-width: 991.98px) {
  main {
    padding-left: 240px;
  }
}

.pagination-container nav {
  display: flex;
  justify-content: center;
}

.alert svg {
  width: 20px;
  height: 20px;
}

.index-prep-container .content-index {
  height: 100%;
  border-radius: 1em 1em 1em 1em;
  box-shadow: 0px 0px 5px 0px rgba(148, 148, 148, 0.75);
  -webkit-box-shadow: 0px 0px 5px 0px rgba(148, 148, 148, 0.75);
  -moz-box-shadow: 0px 0px 5px 0px rgba(148, 148, 148, 0.75);
  padding: 2em;
}
.index-prep-container .content-index .welcome-div span h1 u {
  color: #FF5500;
}
@media (max-width: 575px) {
  .index-prep-container .content-index .welcome-div span h1 {
    font-size: 1.8rem;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .index-prep-container .content-index .welcome-div span h1 {
    font-size: 1.8em;
  }
}
@media (max-width: 575px) {
  .index-prep-container .content-index .welcome-div span {
    flex-wrap: wrap;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .index-prep-container .content-index .welcome-div span {
    flex-wrap: wrap;
  }
}
@media (max-width: 575px) {
  .index-prep-container .content-index .welcome-div div h4 {
    font-size: 1rem;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .index-prep-container .content-index .welcome-div div h4 {
    font-size: 1.2em;
  }
}
.index-prep-container .content-index .welcome-div .buttons-container {
  display: flex;
  gap: 1em;
  flex-wrap: wrap;
}
.index-prep-container .content-index .welcome-div .buttons-container .content-button {
  position: relative;
  background-color: #FF5500;
  border-radius: 0.7em;
  cursor: pointer;
  box-shadow: 0px 0px 10px 1px rgba(125, 125, 125, 0.75);
  -webkit-box-shadow: 0px 0px 10px 1px rgba(125, 125, 125, 0.75);
  -moz-box-shadow: 0px 0px 10px 1px rgba(125, 125, 125, 0.75);
  gap: 1rem;
  padding: 1em 1em 1em 1em;
}
.index-prep-container .content-index .welcome-div .buttons-container .content-button .title {
  z-index: 2;
}
.index-prep-container .content-index .welcome-div .buttons-container .content-button .title h4 {
  font-weight: bold;
  font-size: 1.6rem;
  color: var(--white-color);
}
.index-prep-container .content-index .welcome-div .buttons-container .content-button .count {
  z-index: 2;
}
.index-prep-container .content-index .welcome-div .buttons-container .content-button .count h6 {
  font-size: 1.8rem;
  color: var(--white-color);
  font-weight: bold;
}
.index-prep-container .content-index .welcome-div .buttons-container .content-button .icon-button {
  position: absolute;
  z-index: 1;
  opacity: 0.4;
  color: #ff9e6d;
  font-size: 6rem;
}
.index-prep-container .content-index .welcome-div .list-container .content-list .col-sm {
  background-color: var(--white-color);
  padding: 1em;
  border-radius: 1em;
  box-shadow: 0px 0px 19px -10px rgba(0, 0, 0, 0.75);
  -webkit-box-shadow: 0px 0px 19px -10px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 19px -10px rgba(0, 0, 0, 0.75);
}
.index-prep-container .content-index .welcome-div .list-container .content-list .col-sm .list-unstyled {
  display: flex;
  flex-direction: column;
  gap: 1em;
  justify-content: space-between;
  margin: 0;
  padding: 0;
}
.index-prep-container .content-index .welcome-div .list-container .content-list .col-sm .list-unstyled .list-option {
  display: grid;
  grid-template-columns: max-content 1fr;
  grid-template-rows: 1fr;
}
.index-prep-container .content-index .welcome-div .list-container .content-list .col-sm .list-unstyled .list-option div .candidate-image {
  width: 45px;
  height: 45px;
}
.index-prep-container .content-index .welcome-div .list-container .content-list .col-sm .list-unstyled .list-option .name-political {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #262626;
}
.index-prep-container .content-index .welcome-div .list-container .content-list .col-sm .list-unstyled .list-option .name-political .candidate-name {
  font-size: 0.9em;
  margin: 0;
}
.index-prep-container .content-index .welcome-div .list-container .content-list .col-sm .list-unstyled .list-option .name-political .political-name {
  font-size: 0.6em;
  margin: 0;
  font-weight: bold;
  font-style: italic;
}
.index-prep-container .content-index .logo-div .logo {
  width: 25em;
  height: 15em;
  background-image: url("/img/logo-polls-research.png");
  background-position: center;
  aspect-ratio: 0.1;
  background-repeat: no-repeat;
  background-size: contain;
  image-rendering: crisp-edges;
}

.guest-content-message {
  height: 70vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

#message_csv_update {
  display: none;
  position: fixed;
  top: 15%;
  right: 4%;
  z-index: 999;
  background-color: transparent;
  color: white;
  padding: 10px;
  border-radius: 5px;
  font-size: 0.9rem;
  width: -moz-max-content;
  width: max-content;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 0.5rem;
}

.toast-message {
  font-weight: 500;
  padding: 0.7rem;
  border-radius: 2px;
}/*# sourceMappingURL=main.css.map */