#page-loader {

position: fixed;

top: 0;

left: 0;

width: 100%;

height: 100%;

background-color:#ffffffe0;

background-repeat: no-repeat;

background-position: center center;

background-size: 320px;

z-index: 99999;

}
#page-loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffffe0;
  background-image: url(../images/escudo.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 175px;
  z-index: 99999;
}

.bktotop:hover {box-shadow: 0 0 10px 0 rgba(0,0,0,0.2);}

.bktotop {

  display: block;

  width: 50px;

  height: 50px;

  background: #a50050;

  position: fixed;

  color: #fff !important;

  right: 35px;

  bottom: 70px;

  text-align: center;

  line-height: 52px;

  transition: 0.25s;

  z-index: 100;

  cursor: pointer;

  border-radius: 50px;

  font-size: 16px;

}

/*---------CustomChi-----------*/
/*.row > *{padding: 0;}*/
.container{max-width: 1270px;padding: 0 35px;}
.logo-header {
  width: 296px;
  height: auto;
}
.header_old {
  position: fixed;
  height: 153.5px;
  background: #a50050;
  border: 0; 
  flex-flow:column;
  padding: 0 35px;
  
}
.header {
  height: 153.5px;
  background: #a50050;
  border: 0; 
  flex-flow:column;
  padding: 0 35px;
}
.bg-dark {
  background: #a50050 !important;
}
.nav-mobile {
  padding: 5px 15px;
}
.nav-item, .dropdown-item {
  min-height: 35px;
}
.navbar-toggler {
  border: 1px solid;
}
.header .container{
  height: inherit;
}
.navbar-box {
  background: #272727;
  /*margin-top: 153.5px;*/
  padding: 0 35px;
  height: 58.5px;
  overflow: visible;
}
.search-form_input::placeholder {
  font-family: "Outfit", Sans-serif;
  font-size: 21px;
  font-weight: 400;
  color: #FFFFFF;
}
.search-form_input {
  font-family: "Outfit", Sans-serif;
  font-size: 21px;
  font-weight: 400;
  color: #FFFFFF;
  fill: #FFFFFF;
  padding-left: calc(50px / 3);
  padding-right: calc(50px / 3);
  margin: 0;
  border: 0;
  padding: 0;
  display: inline-block;
  vertical-align: middle;
  white-space: normal;
  background: none;
  line-height: 1;
  min-width: 0;
  font-size: 15px;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 100%;
  border-radius: 3px;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  outline: none;
}
.search-form__container {
  border-color: #FFFFFF;
  border-width: 2px 2px 2px 2px;
  border-radius: 200px;
  height: 50px;
  border-style: solid;
  padding:0 0 0 5px;
  display: flex;
  width: 30%;
}
.search-form_submit {
  font-size: 24px;
  background: #fff;
  border-radius: 0 50px 50px 0;
  padding: 0px 17.5px 0 15px;
  color: #a50050;
  border: 0;
}
.screen-only {
  position: absolute;
  top: -10000em;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0,0,0,0);
  border: 0;
}
.nav-col-30 {
  width: 30%;
  flex: 0 0 auto;
  padding: 0;
  margin: 0;
}
.nav-col-35 {
  width: 35%;
  flex: 0 0 auto;
  padding: 0;
  margin: 0;
}

form.search-form {

    display: flex;
    width: 100%;
    padding: 0 0 0 21px;
    

}
.nav-col {
  width: 33.333%;
  flex: 0 0 auto;
  padding: 0;
  margin: 0;
}
.user-header-block {
  display: flex;
}
.user-header-block .heading-title {
  color: #FFFFFF;
  font-family: "Outfit", Sans-serif;
  font-size: 21px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 0px 25px 0px 15px;
}
.user-header-block .button {
  font-family: "Outfit", Sans-serif;
  font-size: 19px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  fill: #A50050;
  color: #A50050;
  background-color: #FFFFFF;
  border-radius: 0px 50px 50px 0px;
  padding: 13px 25px 13px 15px;
}
.navbar a{
font-family: "Outfit", Sans-serif;
font-size: 19px;
font-weight: 300;
letter-spacing: 0.7px;
color: #fff;
padding: 0;
}
.navbar .nav-separator {
  font-size: 72px;
  line-height: 0;
  padding: 0 20px;
  color: #fff;
}
.navbar > ul > li {
  white-space: nowrap;
  padding: 0 0 0 0;
  display: flex;
  align-items: center;
}
.navbar a:hover, .navbar .active, .navbar .active:focus, .navbar li:hover > a {
  color: #fff;
  font-weight: 600;
}
.navbar > ul > li > a::before {
  background-color: #fff;
}
.hero {
  transition: all 0.3s;
  padding: 0px;
  background: #fff;
}
.hero .container {
  margin-top: 20px;
}

@media (min-width: 768px) {
  .hero {
    padding: 122.5px 0px 122.5px 0px;
    margin-top: 0px;
  }
}

.img-top-header {
  width: 100%;
  height: 480px;
  object-fit: cover;
  border-radius: 300px 0px 0px 300px;
  padding-right: 0px;
}
@media (min-width: 768px) {
  .text-top-header{
    padding: 0 0 0 50px;
  }
}

.text-top-header h1{
  color: #272727;
  font-family: "Outfit", Sans-serif;
  font-size: 25px;
  font-weight: 600;
  line-height: 52px;
  letter-spacing: 0.5px;
}
@media (min-width: 768px) {
  .text-top-header h1{
    font-size: 42px;
  }
}

.text-top-header p, .text-description {
  color: #272727;
  font-family: "Outfit", Sans-serif;
  font-size: 19px;
  font-weight: 300;
}
figure.table {
  overflow: scroll;
}
.text-description table {
  width: 100%;
  border: 1px solid gray;
  padding: 2px;
  overflow-x:auto;
}
.text-description table td{
  padding: 5px;
  border: 1px solid gray;
}
.text-description ul li{
  overflow-wrap: break-word;
}
.elm-divider-separator {
  border-top: 5px solid #A50050;
  width: 128px;
  display: block;
  padding: 0 0 20px 0;
  margin-top: 10px;
}
.user-enter-registred-block {
  display: flex;
}
.user-enter-registred-block .heading-title {
  color: #272727;
  font-family: "Outfit", Sans-serif;
  font-size: 21px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 0px 25px 0px 0px;
}
.user-enter-registred-block .button {
  font-family: "Outfit", Sans-serif;
  font-size: 19px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  fill: #fff;
  color: #fff;
  background-color: #A50050;
  border-radius: 0px 50px 50px 0px;
  padding: 13px 25px 13px 15px;
}

.user-enter-registred-block .button-link.button.size-sm:hover {
  color: #FFFFFF;
  background-color: #272727;
}

.propciu {
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  /*padding: 122.5px 0px 122.5px 0px;*/
  background: #f9f9f9;
}
.section-header h2 {
  font-family: "Outfit", Sans-serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 48px;
  letter-spacing: 0.5px;
  text-transform: initial;
  color: #272727;
  text-align: left;
  padding-bottom: 10px;
}
@media (min-width: 768px) {
  .section-header h2 {
    font-size: 33px;
  }
}

.propciu p{
color: #272727;
font-family: "Outfit", Sans-serif;
font-size: 19px;
font-weight: 300;
text-align: left;
}
.who-all-block h3 {
  color: #272727;
  font-family: "Outfit", Sans-serif;
  font-size: 21px;
  font-weight: 600;
  letter-spacing: 0.5px;
  padding: 0px 20px 0 0;
}
.who-all-block a.button-link, .main-button {
  font-family: "Outfit", Sans-serif;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 1px;
  fill: #FFFFFF;
  color: #FFFFFF;
  background-color: #A50050;
  border-radius: 50px 50px 50px 50px;
  padding: 15px 25px 15px 25px;
  border: 0px;
}
.negative-button {
  font-family: "Outfit", Sans-serif;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 1px;
  fill: #A50050;
  color: #A50050;
  background-color: #FFFFFF;
  border-radius: 50px 50px 50px 50px;
  padding: 15px 25px 15px 25px;
  border: 1px solid #A50050;
}
.main-button, .negative-button {
  border-radius: 25px;
  padding: 5px 25px 5px 25px;
}
.who-all-block a.button-link:hover, .main-button:hover, .negative-button:hover {
  color: #FFFFFF;
  background-color: #272727;
}
.who-all-block {
  display: flex;
  flex-flow: row;
  align-items: flex-start;
  justify-content: flex-start;
  padding-top: 35px;
}
.sh-img-container img{
width: 100%;
height: 160px;
object-fit: cover;
border-radius: 0px 150px 150px 0px;
}
.sh-img-container {
  padding: 4px 0 24px 0;
}
.section-header {
  text-align: center;
  padding-bottom: 30px;
  padding-right: 17.5px;
}
.propciu .content-item {
  border-style: solid;
  border-width: 2px 2px 2px 2px;
  border-color: #A50050;
  border-radius: 0px 0px 0px 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-top: 25px;
  padding-right: 25px;
  padding-bottom: 25px;
  padding-left: 25px;
  margin: 0 0 35px 0px;
}

@media (min-width: 768px) {
  .propciu .content-item {
    margin: 0 0 35px 35px;
  }
}

@media (max-width: 479px) {
  .propciu .content-item {
    width: 100%;
  }
}

.items-list .content-item {
  margin: 0 0 35px 0px !important;
  height: -webkit-fill-available;
  width: 100%;
}

.items-list {
  padding-top: 50px;
}

.propciu .content-item p.date, .text-top-header .date-title {
  color: #A50050;
  font-family: "Outfit", Sans-serif;
  font-size: 19px;
  font-weight: 600;
  line-height: 28px;
  letter-spacing: 0px;
}
.propciu .content-item .point-sep, .text-top-header .point-sep {
  color: #272727;
  font-family: "Outfit", Sans-serif;
  font-size: 60px;
  font-weight: 300;
  line-height: 28px;
  letter-spacing: 0px;
  padding: 0 20px;
}
.top-info {
  display: flex;
}
.content-item h4 {
  color: #272727;
  font-family: "Outfit", Sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 31px;
  letter-spacing: 0.5px;
}
.propciu .content-item p {
  color: #272727;
  font-family: "Outfit", Sans-serif;
  font-size: 18px;
  font-weight: 300;
  text-align: left;
  line-height: 26px;
}
.content-item .button-link.button.size-sm {
  font-family: "Outfit", Sans-serif;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 1px;
  fill: #FFFFFF;
  color: #FFFFFF;
  background-color: #A50050;
  border-radius: 50px 50px 50px 50px;
  padding: 15px 25px 15px 25px;
  display: inline-block;
}

.content-item .button-link.button.size-sm:hover {
  color: #FFFFFF;
  background-color: #272727;
}

.footer {
  font-size: 14px;
  background-color: #272727;
  padding: 50px 0;
  color: rgba(255, 255, 255, 0.7);
}
 .visually-hidden {
      position: absolute;
      width: 1px;
      height: 1px;
      padding: 0;
      border: 0;
      overflow: hidden;
      white-space: nowrap;
      clip: rect(0 0 0 0);
      clip-path: inset(50%);
    }
.container.hero.internal-hero {
  padding: 70px 0px 70px 0px;
}


.section-cit-prop {
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  padding: 122.5px 0px 122.5px 0px;
  background: #f0f0f0;
}
.section-tags-ods
{
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  padding: 122.5px 0px 122.5px 0px;
  background: #f5f5f5;
}
.section-tags-ods h4 {
  color: #272727;
  font-family: "Outfit", Sans-serif;
  font-size: 32px;
  font-weight: 600!important;
  line-height: 32px;
  letter-spacing: 0.5px;
  margin-bottom: 24px;
}
.ods-box .badge-icon {
  height: 120px;
}
.ods-box-mini .badge-icon {
  height: 72px;
}
.tags-box .badge-info {
  color: #fff;
  background-color: #a50050;
}
.tags-box .badge-info:hover {
  color: #FFFFFF;
  background-color: #272727;
}
.tags-box .badge {
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  line-height: 21px;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 2.25rem;
  padding: 5px 10px;
  margin-right: 7.5px;
  margin-bottom: 7.5px;
}
.cit-prop-nt #newThread {
  padding-top: 5px;
  padding-bottom: 10px;
}
.form-label {
  color: #272727;
  font-family: "Outfit", Sans-serif;
  font-size: 21px;
  font-weight: 600!important;
  line-height: 18px;
  letter-spacing: 0.5px;
  margin-bottom: 10px;
  padding-top: 21px;
}
.cp-opt-search{padding-bottom:10px; /*margin-top: -50px;*/}
.new-thread-button{margin-top: 50px;}

.main-button {
  padding: 12px 25px 12px 25px!important;
}
.form-control, .form-select {
  min-height: 51px;
  border-radius: 0 51px 51px 0!important;
  padding-left: 15px!important;
  color: #272727!important;
  font-family: "Outfit", Sans-serif;
  font-size: 18px!important;
  font-weight: 300!important;
  text-align: left!important;
  padding-top: 10px!important;
  border: 0 !important;
}
.form-control-file {
  min-height: unset !important;
}
.main-button.cp-opt-search-refresh {
  height: 51px;
  width: 51px;
  text-align: center;
  padding: 0!important;
  font-size: 28px;
}
#threadsContainer .card, .thread-content .card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 0;
  border-radius: .25rem;
  box-shadow: 0 0 0 !important;
  margin-bottom: 21px !important;
}
#threadsContainer .card-body, .thread-content .card-body{
  border-style: solid;
  border-width: 2px 2px 2px 2px;
  border-color: #A50050;
  border-radius: 0px 0px 0px 0px;
  padding-top: 15px !important;
  padding-right: 25px;
  padding-bottom: 25px;
  padding-left: 25px;
  margin: 0;
}
.thread-title-link {
  font-size: 24px !important;
  font-weight: 500;
  line-height: 2;
  color: #272727;
  transition: all 0.5s
}
.thread-content .moderator-comment {
  border-color: #3084db;
}
.moderator-label {
  color: #3084db;
  margin-right: 3px;
}
.thread-content .creator-comment {
  border-color: #ffc800;
}
.creator-label {
  color: #ffc800;
  margin-right: 3px;
}
.user-comment-row {
  display: flex;
}
.user-comment-avatar {
  width: 50px;
  margin-right: 10px;
}
.text-muted {
  color: #272727 !important;
  font-size: 16px;
  font-weight: 300;
}	
input.form-control {
  padding-top: 5px !important;
}
.inner-wrapper {
  position: relative;
  height: max-content!important;
  transition: transform 0.3s;
}
footer .element-shape.element-shape-top {
  overflow: hidden;
  position: relative;
  left: 0;
  width: 100%;
  line-height: 0;
  direction: ltr;
  transform: rotate(180deg);
  top: -50px;
  fill: #f5f5f5;
}
footer .element-shape svg {
  display: block;
  width: calc(100% + 1.3px);
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  height: 90px;
}

.social-links.d-flex {
  margin: 20px 0;
}
.footer .social-links a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  font-size: 16px;
  margin-right: 18px;
  transition: 0.3s;
  background-color: #FFFFFF00;
  border-style: solid;
  border-width: 2px 2px 2px 2px;
  border-color: #FFFFFF;
  font-size: 18px;
  color: #fff;
  padding: 21px;

}
.footer h4 {
  color: #FFFFFF;
  font-family: "Outfit", Sans-serif;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 1px;
}
.footer p {
  color: #FFFFFF;
  font-family: "Outfit", Sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 33px;
  letter-spacing: 0px;
}
.footer p strong {
  font-weight: 600;
  letter-spacing: 0.5px;
}
.footer .elm-divider-separator {
  border-top: 3px solid #fff;
  width: 65px;
  display: block;
  padding: 0 0 15px 0;
  margin-top: 7.5px;
}

@media (min-width: 768px) {
  .footer .fix-info {
    padding-left: 35px;
    
  }
}

.logo-ayto-ft img {
  width: 100%;
  max-width: 205px;
}
.footer a{color: #fff; transition: 0.5s;}
.footer a:hover{border-bottom:1px solid #fff;}
.footer a.logo-ayto-ft:hover{border-bottom:0px;}
.footer a.logo-header:hover{border-bottom:0px;}

.footer .copyright {
  text-align: center;
  padding-top: 30px;
  border-top: 0;
}
.footer-copy-bar {
  border-top:2px solid #fff;
  height: 2px;
  margin-bottom: -2px;
}
.footer .copyright {
  text-align: left;
  padding-top: 0;
  border-top: 0;
  color: #FFF;
  font-family: "Outfit", Sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 33px;
  letter-spacing: 0px;
}
.footer .accesib-footer {
  text-align: right;
  padding-top: 0;
  border-top: 0;
  color: #FFF;
  font-family: "Outfit", Sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 33px;
  letter-spacing: 0px;
}

/*
.copyright.col-md-5 {
  width: 41%;
}
.footer-copy-bar.col-md-4 {
  width: 38%;
}
.accesib-footer.col-md-3 {
  width: 21%;
}
*/

.container.copy-footer {
  padding-top: 15px;
}
footer .row > * {
  padding-right: 0;
  padding-left: 0;
  margin-top: 0;
}
.cp-opt-search .d-flex {
  display: flex !important;
  justify-content: end;
}
.citizen-proposals footer .element-shape.element-shape-top {
  line-height: 0;
  direction: ltr;
  fill: #f0f0f0;
}
/*---------CustomChi-----------*/





.navm-launch {

  width: max-content!important;

}

.layer-mmlaunch {

  position: fixed;

  right: 0;

  top: 45px;

  z-index: 100;

  transition: 0.5s!important;

}

.search-fix {

  background-image: url('/wp-content/uploads/2022/06/searchw.svg)');

  background-color: #d82930;

  width: 32px;

  height: 32px;

  border-radius: 35px;

  background-size: 18px;

  background-position: center;

  background-repeat: no-repeat;

}

.hfe-menu-item.search-fix-click {

  padding: 10px 0 0 0 !important;

}


.main-header-fix{display: none; width: 100% !important;}

.main-header-fix-home{display: none; width: 100% !important;}

.main-header-home {

  position: absolute;

  width: 100%;

  padding-top: 140px;

}

.grid-plus-container .grid-category {

  display: none;

}

body .grid-post-item .icon-groups > a {



  width: 90px;

  height: 90px;

  border-width: 3px;

  border-color: #d82930 !important;

  border-radius: 55px;

  background-color: transparent;

}

.lupa-icon {

  padding: 35px;

  background-image: url('/wp-content/uploads/2022/06/searchw.svg');

  background-size: 25px;

  background-position: center;

  background-repeat: no-repeat;

  display: block;

  height: 100%;

}

body .grid-paging-navigation-wrap .page-numbers {

  text-decoration: none;

  box-shadow: none;

  margin: auto 5px;

  height: 50px;

  font-size: 25px;

  line-height: 45px;

  min-width: 50px;

  padding: 0 10px;

  float: left;

  outline: none;

  border: 2px solid #d82930;

  font-family: "DM Serif Display";

  border-radius: 25px;

  font-weight: 400;

}

body .grid-paging-navigation-wrap .page-numbers.current, .grid-paging-navigation-wrap .page-numbers:hover, .grid-paging-navigation-wrap .page-numbers:active, .grid-paging-navigation-wrap .page-numbers:focus {

  background-color: #d82930;

  color: #fff;

}

body .grid-paging-navigation-wrap a.prev, .grid-paging-navigation-wrap a.next {

  white-space: nowrap;

  font-size: 30px;

  border: 0;

}

.comments-area a, .page-content a {

  text-decoration: none;

}

.modal-cacsp-position .modal-cacsp-box .modal-cacsp-btns .modal-cacsp-btn, .warning-cacsp-iframe-content .warning-cacsp-iframe-content-button a, .warning-cacsp-iframe-content .warning-cacsp-object-content-button a, .warning-cacsp-object-content .warning-cacsp-iframe-content-button a, .warning-cacsp-object-content .warning-cacsp-object-content-button a {

  display: inline-block;

  white-space: nowrap;

  border-radius: 25px;

  padding: 8px 16px;

  background-color: #000;

  border: 1px solid #000;

  font-size: 1em;

  line-height: 1.5em;

  margin-right: 12px;

  text-align: center;

  text-decoration: none !important;

}
.main-button{
font-family: "Outfit", Sans-serif;
font-size: 18px;
font-weight: 600;
text-transform: uppercase;
text-decoration: none;
letter-spacing: 1px;
fill: #FFFFFF;
color: #FFFFFF;
background-color: #A50050;
border-radius: 50px 50px 50px 50px;
padding: 15px 25px 15px 25px;
display: inline-block;
}
.main-button:hover{
color: #FFFFFF;
background-color: #272727;

}
.hero p {
  color: #272727;
  font-weight: 300;

}
.badge {
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  line-height: 21px;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 2.25rem;
  padding: 5px 10px;
  margin-right: 7.5px;
}
.badge-info {
  color: #fff;
  background-color: #a50050;
}
main h4 {
  font-family: "Outfit", Sans-serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 32px;
  letter-spacing: 0.5px;
  text-transform: initial;
  color: #272727;
  text-align: left;
  padding-bottom: 10px;
}
@media (min-width: 1365px) {

}



@media (min-width: 1025px) {

}



@media (max-width: 1024px) {

  .main-header-fix-home{height: 0;width: 0;visibility: hidden;}

  .main-header-fix{height: 0;width: 0;visibility: hidden;}

}



@media (max-width: 768px) {



}



@media (max-width: 479px) {



}

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0.375rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.form-select {
  display: block;
  width: 100%;
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  -moz-padding-start: calc(0.75rem - 3px);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  border: 1px solid #ced4da;
  border-radius: 0.375rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none
}
.form-label {
  font-weight: 500;
}
.badge-info {
  color: #fff;
  background-color: #17a2b8;
}
.badge-primary {
  color: #fff;
  background-color: var(--color-primary);
}
.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
}
.thread-title-link {
  font-size: 19px;
  font-weight: 500;
  line-height: 2;
}
.replied-comment {
  border: 1px dashed #ced4da;
}
.btnThreadCommentLike, .btnThreadCommentDislike, .btnDebateCommentLike, .btnDebateCommentDislike {
  color: #919191;
}
.btnThreadCommentLike.voted, .btnThreadCommentDislike.voted, .btnDebateCommentLike.voted, .btnDebateCommentDislike.voted {
  color: var(--color-primary) !important;
}

.page-link {
  color:  var(--color-primary);
}
.active>.page-link, .page-link.active {
  color: var(--bs-pagination-active-color);
  background-color: var(--color-primary);
  border-color: var(--color-primary);
}
.img-container img{
  width: 100%;
  height: 160px;
  object-fit: cover;
}
.img-container {
  padding: 4px 0 24px 0;
}
.order-select {
  width: 80%;
  display: inline-block;
}
.border-white {
  border: 1px solid white;
}


@media (max-width: 768px) {
  .search-button {
    margin-top: 1rem!important;
  }
}