.content-container {
  transition: 0.3s;
  padding: 10px;
  height: 100%;
  min-height: 470px !important;
  display: flex;
  flex-direction: column;
}

.ideas-proposals-page h1 {
  text-align: center;
  font-size: 35px;
  font-weight: 700;
  margin: 30px 0 70px 0;
}

.content-container .content-main-box {
  background: var(--color-participation-ways-boxes);
  box-shadow: 0px 0px 6px #00000029;
  border-radius: 10px 10px 0 0;
  padding: 30px 10px 10px 10px;
  min-height: 100%;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

.content-container .content-info {
  text-decoration: none;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

.content-container .content-info h2 {
  font-size: 20px;
  font-weight: 700;
  color: #1f1f1f;
  margin-bottom: 10px;
  height: 50px;
  overflow-y: auto;
}

.content-container .content-info p {
  font-size: 18px;
  font-weight: 300;
  color: #0f1217;
  margin-bottom: 40px;
  height: 100%;
  overflow-y: auto;
  flex-grow: 1;
}

.content-container .tags-holder {
  display: flex;
  justify-content: start;
  align-items: center;
  height: 70px;
  width: 100%;
  overflow-x: auto;
  margin-bottom: 3px;
}

.content-container .tags-holder div {
  border-radius: 18px;
  color: #fff;
  padding: 8px 20px;
  font-size: 14px;
  font-weight: 500;
  margin-right: 10px;
  white-space: nowrap;
  max-height: 100%;
}

.content-container .tags-foreas div {
  background: var(--color-foreas);
}

.content-container .tags-politis div {
  background: var(--color-politis);
}

.content-container .consultation-holder {
  display: flex;
  justify-content: start;
  align-items: center;
  height: 70px;
  width: 100%;
  overflow-x: auto;
  margin-bottom: 3px;
}

.content-container .consultation-holder div {
  border-radius: 18px;
  color: #0f1217;
  padding: 8px 20px;
  font-size: 15px;
  font-weight: 500;
  white-space: nowrap;
  max-height: 100%;
  background: #fff;
}

.content-container .consultation-holder div i {
  margin-right: 5px;
}

.buttons-container {
  height: 60px;
  position: relative;
  background: #ffffff;
  box-shadow: 0px 0px 6px #00000029;
  border-radius: 0 0 10px 10px;
  padding: 0 6px;
}

.buttons-container button {
  border: none;
  background-color: #fff;
  border-radius: 5px;
  padding: 5px 10px;
  font-size: 12px;
  font-weight: 500;
  color: #707070;
}

.like {
  display: flex;
  align-items: center;
  gap: 2px;
}

.reactions-counter {
  margin: 10px 0 5px 0;
  background-color: #fff;
  border-radius: 15px;
  padding: 5px 0;
}

.reactions-counter:hover {
  cursor: pointer;
}

.reactions-counter * {
  pointer-events: none;
}

.reactions-counter div {
  padding-right: 15px;
  font-size: 15px;
  display: flex;
}

.reactions-counter img {
  width: 20px;
  margin-right: 5px;
}

.buttons-container button:hover {
  background: #f2f2f2;
}

.like {
  height: unset !important;
  line-height: unset !important;
}

.pagination {
  font-size: 18px !important;
}

.pagination a {
  margin-right: 10px !important;
}

.pagination span {
  margin-right: 10px !important;
}

button i {
  pointer-events: none;
}

#ideas-filters {
  flex-wrap: wrap;
  justify-content: center !important;
  gap: 2rem !important;
}

#proposals-filters {
  flex-wrap: wrap;
  justify-content: center !important;
  gap: 2rem !important;
}

.form-control {
  border: 1px solid var(--color-politis) !important;
  width: 150px !important;
  text-align: center;
  border-radius: 30px !important;
}

#loading {
  display: block;
  margin: auto;
  width: 80px;
  margin-bottom: 200px;
}

#ideas-filters > label,
#ideas-filters input,
#ideas-filters select {
  font-size: 1.5rem;
  font-weight: 400;
}

#ideas h3,
#proposals h3 {
  text-align: center;
}

#proposals-filters > label,
#proposals-filters input,
#proposals-filters select {
  font-size: 1.5rem;
  font-weight: 400;
}

.back-home-b {
  background: var(--color-politis);
  padding: 10px 20px;
  border-radius: 30px;
  border: 1px solid var(--color-politis);
  color: #fff;
  font-size: 16px;
  text-decoration: none;
}

.back-home-b:hover {
  background: #fff;
  border: 1px solid var(--color-politis);
  color: var(--color-politis);
}
