:root {
  --bd-btn-default: #0e4c65;
  --bd-btn-hover-default: #73c9ec;
}
@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: 'Raleway', sans-serif!important;
  color: #333;
}
/*.section-header h1 {
  letter-spacing: 1px;
  margin: 0;
  color: #fff !important;
  text-transform: uppercase;
  font-size: 30px;
  text-shadow: 2px 2px 5px #000;
}*/
p.card-text {
  text-align: justify;
}
#breadcrumbs .bread-link{
  color: #12a19b;
  font-weight: bold;
  text-decoration: none;
}
#breadcrumbs .bread-link:hover{
  color: #363636;
}
#breadcrumbs .bread-current{
  text-decoration: none;
  color: #3b3b3b;
}
#breadcrumbs a{
  color: #363636;
  text-decoration: none;
}
/*--------------------------------------------------------------
# Topbar
--------------------------------------------------------------*/
#topbar {
  background-color: #0e4c65;
}
p.text-bem-vindo,
p.text-horario-de-atendimento,
p.text-contato-header{
  font-size: 17px;
}
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  background-color: #fff;
  height: 120px;
  border-bottom: 3px solid #e82124;
}
i.bi.bi-facebook{
  padding: 10%;
}
.fixed-top{
  height: 65px;
}
img.custom-logo {
  width: 300px;
  height: auto;
}

.navbar ul {
  margin: 18px;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}
#navbar .sub-menu:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}
.navbar li {
  position: relative;
}
.navbar a, .navbar a:focus {
  font-weight: 700;
  white-space: nowrap;
  transition: 0.3s;
  text-transform: uppercase;
  text-decoration: none;
  transition: 0.3s;
  padding: 54px 15px 47px 15px;
  color: #0e4c65;

}
.navbar a:hover{
  background-color: #0e4c65;
  color: #fff;
  
}
ul.sub-menu {
  display: block;
  position: absolute;
  top: calc(100% + 11px);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #12a19b;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
  margin-left: 0%;
} 
.navbar .menu-item:hover > ul.sub-menu {
  opacity: 1;
  visibility: visible;
}
.navbar .menu-item ul.sub-menu li a {
  display: flex;
  padding: 10px;
}
.mobile-nav-toggle {
  font-size: 50px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
  color: #0e4c65;
}
i.bi.mobile-nav-toggle.bi-x {
  color: #fff;
}
.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.9);
  transition: 0.3s;
  z-index: 999;
}
.fixed-top{
  background-color:#fff;
}
a.facebook,
a.instagram {
  color: #fff;
  font-size: 20px;
}
a.facebook:hover,
a.instagram:hover{
  color:#ffffffb8;
}
.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  border-radius: 10px;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}
.navbar-mobile .menu-item > .menu-item-active {
  display: block!important;
}
.navbar-mobile .menu-item ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #12a19b;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

@media (max-width: 991px) {
  #header{
    height: 120px;
  }
  p.text-bem-vindo, p.text-horario-de-atendimento, p.text-contato-header {
    font-size: 21px;
    }

  .navbar ul {
      display: none;
  }
  .mobile-nav-toggle {
      display: block;
  }
  .navbar-mobile ul {
    display: block;
    position: absolute;
    top: 67px;
    right: 15px;
    left: 15px;
    padding: 10px 0;
    background-color: #0e4c65;
    overflow-y: auto;
    transition: 0.3s;
    color: #fff;
  }
  .navbar-mobile .mobile-nav-toggle {
    position: absolute;
    top: 15px;
    right: 15px;
  }
  .navbar-mobile a, .navbar-mobile a:focus{
    display: flex;
    padding: 15px 20px!important;
    font-size: 18px;
    color: #fff;
  }
  .row.d-flex.justify-content-center.icon-header {
    display: none!important;
  }
  .search-form-principal{
    width: 100%!important;
  }
  img.icon-centro-dia,
  img.icon-centro-dia-confete.w-100{
    display: none!important;
  }
  .col-md-4.relogio,
  .card-body.horario{
    text-align: center!important;
  }
  .card-refeicoes-eventos {
    height: 135px!important;
  }
  i.bi.bi-hand-thumbs-up::before, i.bi.bi-hand-thumbs-down::before{
    width: 27%!important;
    padding: 4%!important;
  }
}

/* Section HOME */
.section-title {
  color: #0e4c65;
}

/*--------------------------------------------------------------
# Section Quem Somos
--------------------------------------------------------------*/
img.icon-heartbeats.w-100 {
  width: 9% !important;
}
#quem-somos .card-title,
#nossos-servicos .card-title{
  color: #0e4c65;
}

section#quem-somos p{
  text-align: justify;
  color: #0e4c65;
}
i.bi.bi-heart-pulse-fill {
  color: #eb2026;
  font-size: 50px;

}
section#quem-somos .card{
  padding: 5%;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 50px;
  border: navajowhite;
  border-radius: 20px 20px 20px 20px;
  height: 480px !important;
}
section#quem-somos .btn-primary {
  background-color: #125fa1;
  border-color: #125fa1;
  font-size: 22px;
}
section#quem-somos .btn-primary:hover{
  background-color: #12a19b;
  border-color: #12a19b;
}
img.icone-quem-somos.w-100 {
  width: 55% !important;
}
i.bi.bi-instagram,
i.bi.bi-facebook,
i.bi.bi-twitter-x{
  font-size: 20px!important;
}
i.bi.bi-instagram:hover,
i.bi.bi-facebook:hover,
i.bi.bi-twitter-x{
  color: #12a19b;
}

/*--------------------------------------------------------------
# Section Nossos Serviços
--------------------------------------------------------------*/
#nossos-servicos {
  background-color: #f0f5f7;
}
#nossos-servicos .card-img {
  border-radius: 0px;
}
#nossos-servicos a{
  text-decoration: none;
}
#nossos-servicos .card{
  border: 0px;
  background-color: inherit;
}
#nossos-servicos .card-body{
  background-color: #fff;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  transition: all .4s ease;
  padding: 8px 24px;
  box-shadow: -1.216px 6.894px 25px 0 rgba(0,0,0,.07);
  border-radius: 10px;
  margin-top: -40px;
  height: 91px;
}
#nossos-servicos .box-img {
  position: relative;
  overflow: hidden;
  cursor: auto;
}
#nossos-servicos .card-box {
  display: none;
  visibility: hidden;
  opacity: 0;
}

#nossos-servicos .card:hover .card-box {
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  visibility: visible;
  display: block;
  opacity: 1;
}

#nossos-servicos .card:hover .card-img {
  -webkit-transform: scale(1.3);
  transform: scale(1.1);
  display: block;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.postcard__text a{
  text-decoration: none;
  color: #0e4c62;
}

/* Cards */
.postcard {
  flex-wrap: wrap;
  display: flex;
  border-radius: 10px;
  margin: 0 0 2rem 0;
  overflow: hidden;
  position: relative;
  color: #0e4c62;
  box-shadow: rgb(99 99 99 / 64%) 0px 10px 50px;
  border: navajowhite;
  border-radius: 20px 20px 20px 20px;

	&.dark {
		background-color: #fff;
	}

  .postcard__img {
    max-height: 180px;
    width: 100%;
    object-fit: cover;
    position: relative;
  }

  .postcard__img_link {
    display: contents;
  }

  .postcard__bar {
    width: 50px;
    height: 10px;
    margin: auto;
    border-radius: 5px;
    background-color: #424242;
    transition: width 0.2s ease;
  }

  .postcard__text {
    padding: 1.5rem;
    position: relative;
    display: flex;
    flex-direction: column;
  }

  .postcard__preview-txt {
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: justify;
    height: 100%;
    color: #0e4c62;
  }

  .postcard__tagbox {
    display: flex;
    flex-flow: row wrap;
    font-size: 14px;
    margin: 20px 0 0 0;
		padding: 0;
    justify-content: center;

    .tag__item {
      display: inline-block;
      /* background: rgba(83, 83, 83, 0.4); */
      border-radius: 3px;
      padding: 2.5px 10px;
      margin: 0 5px 5px 0;
      cursor: default;
      user-select: none;
      transition: background-color 0.3s;

      &:hover {
        /* background: rgba(83, 83, 83, 0.8); */
      }
    }
  }

  &:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    /* background-image: linear-gradient(-70deg, #424242, transparent 50%); */
    opacity: 1;
    border-radius: 10px;
  }

  &:hover .postcard__bar {
    width: 100px;
  }
}

@media screen and (min-width: 769px) {
  .postcard {
    flex-wrap: inherit;

    .postcard__tagbox {
      justify-content: start;
    }

    .postcard__img {
      max-width: 300px;
      max-height: 100%;
      transition: transform 0.3s ease;
    }

    .postcard__text {
      padding: 4rem;
      width: 100%;
    }

    .media.postcard__text:before {
      content: "";
      position: absolute;
      display: block;
      background: #fff;
      top: -20%;
      height: 130%;
      width: 55px;
    }

    &:hover .postcard__img {
      transform: scale(1.1);
    }

    &:nth-child(2n+1) {
      flex-direction: row;
    }

    &:nth-child(2n+0) {
      flex-direction: row-reverse;
    }

    &:nth-child(2n+1) .postcard__text::before {
      left: -12px !important;
      transform: rotate(4deg);
    }

    &:nth-child(2n+0) .postcard__text::before {
      right: -12px !important;
      transform: rotate(-4deg);
    }
  }
}
@media screen and (min-width: 1024px){
		.postcard__text:before {
      content: "";
      position: absolute;
      display: block;
      top: -20%;
      height: 130%;
      width: 55px;
    }
	
  .postcard.dark {
		.postcard__text:before {
			background: #fff;
		}
  }
}


@media (max-width: 991px) {
  #nossos-servicos .card-box {
    display: block;
    visibility: visible;
    opacity: 1;
  }
}

/*--------------------------------------------------------------
# Piu Vita Pra Você
--------------------------------------------------------------*/
#piu_vita_pra_voce a {
  text-decoration: none;
}
#piu_vita_pra_voce h3 {
  font-size: 1.3rem;
  height: 65px;
  color: #11a29b;
}

.btn-bd-primary {
  --bs-btn-font-weight: 600;
  --bs-btn-color: var(--bs-white);
  --bs-btn-bg: var(--bd-btn-default);
  --bs-btn-border-color: var(--bd-btn-default);
  --bs-btn-border-radius: .5rem;
  --bs-btn-hover-color: var(--bs-white);
  --bs-btn-hover-bg: #{shade-color($bd-btn-default, 10%)};
  --bs-btn-hover-border-color: #{shade-color($bd-btn-default, 10%)};
  --bs-btn-focus-shadow-rgb: var(--bd-btn-default);
  --bs-btn-active-color: var(--bs-btn-hover-color);
  --bs-btn-active-bg: #{shade-color($bd-btn-default, 20%)};
  --bs-btn-active-border-color: #{shade-color($bd-btn-default, 20%)};
}
.btn-bd-primary:hover {
  color: var(--bs-btn-hover-color);
  background-color: var(--bd-btn-hover-default);
  border-color: var(--bd-btn-hover-default);
}
/*--------------------------------------------------------------
# Onde Estamos (Footer)
--------------------------------------------------------------*/
#footer{
  background-color: #f4f4f4;
}

#footer a:hover{
  color: #f4f4f4;
}

#footer p.card-text,
#footer h5.card-title{
  color: #0e4c65;
}

a.facebook-footer,
a.instagram-footer {
  color: #0e4c65;
  font-size: 25px;
}
a.facebook-footer:hover,
a.instagram-footer:hover,
a.link-endereco:hover,
a.a-link:hover {
  color: #86f1ed;
}
#footer .footer-info{
  background-color: #fff;
  border-top: 4px solid #FE131F;
  padding: 30px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
}
.divisor-default {
  background-color: #eb2026;
  height: 2px;
  width: 67px;
}
a.link-endereco,
a.a-link {
  color: #fff;
  text-decoration: none;
}
h4.card-text.text-center {
  color: #0e4c65;
}
#copyright {
  background-color: #0e4c65;
}
@media (max-width: 991px) {
  .bi.bi-geo-alt,
  .bi.bi-clock,
  .bi.bi-heart,
  .bi.bi-cup-hot {
      display: none;
  }
}

/*--------------------------------------------------------------
# Page Contato
--------------------------------------------------------------*/
.contact .info-box {
  color: #444444;
  text-align: center;
  box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
  padding: 20px 0 30px 0;
  height: 280px;
}
.contact .info-box i {
  font-size: 32px;
  color: #12a19b;
  border-radius: 50%;
  padding: 8px;
  border: 2px dotted #3b3b3b;
}
.contact .info-box h3 {
  font-size: 20px;
  color: #12a19b;
  font-weight: 700;
  margin: 10px 0;
}
.contact .info-box a {
  text-decoration: none;
  color: #3b3b3b;
}
.contact .php-email-form {
  box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
  padding: 30px;
}
a.termo-de-aceito{
  text-decoration: none;
  font-weight: 600;
  color: #12a19b;
}
a.termo-de-aceito:hover{
  color: #eb2026;
}
input.wpcf7-form-control.wpcf7-submit.has-spinner.btn-bd-primary {
  color: #fff !important;
  background-color: #12a19b;
  border-color: #12a19b;
  border-radius: 0.25rem !important;
  height: 39px;
  border: 1px solid transparent !important;
  padding: 0px 45px 0px 45px !important;
}
input.wpcf7-form-control.wpcf7-submit.has-spinner.btn-bd-primary:hover {
  background-color: #eb2026;
  border-color: #eb2026;
}
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
  color: #dc3232!important;
}
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
	color: #ffb900!important;
}
.wpcf7 form.sent .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
  border-color: #2fff42!important;
  color: #2fff42!important;
}
/*--------------------------------------------------------------
# Page Piu Vita Gourmet
--------------------------------------------------------------*/
section.page-piu-vita-gourmet .divisor-default{
    background-color: #12a19b;
    height: 3px;
    width: 100%;
  }

/*--------------------------------------------------------------
# Page Medicos
--------------------------------------------------------------*/
h5.card-title.fw-bolder{
  color: #12a19b;
}
.bkg {
  background-color: #fafafa;
}

/*--------------------------------------------------------------
# Page Centro dia para idosos
--------------------------------------------------------------*/

img.logo-centro-dia{
  width: 22%!important;
}
img.quem-somos{
  width: 96%!important;
  border-radius: 20px 20px 20px 20px ;
}
section.page-centro-dia-para-idosos h2, h3{
  color: #e89237;
}
section.page-centro-dia-para-idosos h5{
  color: #12a19b;
}
section.page-centro-dia-para-idosos{
  color: #12a19b;
  background: linear-gradient(336deg, #12a19a5f, #ffffff);
}
section.page-centro-dia-para-idosos .card-body h6{
  color: #e89237;
}
section.page-centro-dia-para-idosos .card {
  background-color: transparent;
  border: inherit;
}
.card-refeicoes-eventos{
  background-color: #e89237;
  border-radius: 10px 10px 10px 10px;
  padding: 2%;
  height: 194px;
}
.card.text-bg-light,
.card-header{
  background-color: #fff!important;
  border-bottom: inherit;
  padding: 3%;
}
img.atividades.w-100 {
  border-radius: 200px 200px 200px 200px;
}
i.bi.bi-clock-history {
  font-size: 55px;
  color: #12a19b;
}
img.icon-centro-dia.w-100 {
  margin-left: -130%;
  margin-top: 0%;
}
.card-espaco-completo{
  background-color: #19635e94;
  border-radius: 10px 10px 10px 10px;
}
.card-li.text-start {
  padding: 10%;
}
h4.card-header{
  background: linear-gradient(270deg, #373737, #e89237);
  color: #fff;
  width: 80%!important;
  border-radius: 25px 25px 0px 0px!important;
  margin-left: auto!important;
  margin-right: auto!important;
}
.card-img-overlay {
  padding: 7%;
}
img.img-atividades-card{
  border-radius: 25px 25px 25px 25px;
}
.card-footer{
  background-color: #12a19b !important;
  border-radius: 0px 0px 25px 25px !important;
  border: initial;
  position: relative;
  padding: 15px 35px;
  margin-top: -102px;
  color: #ffffff;
  height: 115px;
}
img.icone-centro-dia-para-idoso{
  width: 15%!important;
}
img.rounded.float-start.w-100 {
  border-radius: 0px 0px 0px 0px!important;
}
span.das {
  color: #373737;
}
span.atividades {
  color: #12a19b;
}
/*--------------------------------------------------------------
# Page Piu Vita Pra Você
--------------------------------------------------------------*/
.img-post {
  width: 100% !important;
  height: auto !important;
}
#noticias .date-post {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
#noticias h4 a {
  color: #12a19b;
  text-decoration: none;
}
#noticias h4 a:hover{
  color: #363636;
}
#noticias .noticias-pagination {
  color: #12a19b!important;
}
#noticias .noticias-pagination ul,
ul.page-numbers {
  display: flex;
  padding: 0;
  list-style: none;
  justify-content: center;
}
#noticias .noticias-pagination ul li {
  margin: none;
  transition: 0.3s;
  border: 1px solid;
  padding: 5px;
  cursor: pointer;
}
#noticias .noticias-pagination li a {
  color: #12a19b;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}
.page-numbers li a {
  padding: 0px 10px 0px 10px;
}

.page-numbers li span {
  padding: 10px;
}
#noticias .noticias-pagination li.active, .noticias-pagination li:hover,
#noticias .noticias-pagination li a:hover {
  background: #12a19b;
  color: #fff;
}
.text-materia {
  text-align: justify;
}
/*--------------------------------------------------------------
# Page Single Post
--------------------------------------------------------------*/
.banner-single {
  background: no-repeat;
  background-size: cover;
}
.banner-opacity {
  background-color: rgba(0, 0, 0, 0.8);
  height: 200px;
  color: #fff;
}
.single-post .banner-opacity {
  height: 350px;
}
.single-post .banner-opacity {
  height: 350px;
}
#single .bi-person, #single .bi-clock {
  color: #12a19b;
}
#single .banner-single li a {
  color: #fff;
  text-decoration: none;
}
/*--------------------------------------------------------------
# Page Galeria de Vídeos
--------------------------------------------------------------*/
.nome-videos {
  color: #12a19b;
}

.box-item {
  box-shadow: 0 4px 10px rgba(0, 0, 0, .25);
  border-radius: 20px;
  height: 64px;
  padding: 17px 0px 0px 0px;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  position: relative;
  cursor: pointer;
  transition: all .25s ease;
  top: 0;
  overflow: hidden;
}
.grad-blue {
    background-color: #e89237;
}
.box-item:hover {
  top: -10px;
  box-shadow: 0 24px 20px rgba(0, 0, 0, .25);
}
.box-item a{
  text-decoration: none;
}
span.card-text.text-center {
  color: #12a19b;
}
section#search h4 a {
  text-decoration: none;
  color: #12a19b;
}
section#search h4 a:hover{
  color: #363636;
}
.noticias-pagination a{
  text-decoration: none;
  color: #12a19b;
}
section#search li{
  transition: 0.3s;
  border: 1px solid #12a19b;
  padding: 5px;
  cursor: pointer;
}
section#search li a:hover{
  background: #12a19b;
  color: #fff;
}
.parallax {
  /* The image used */
  background-image: url("../img/bg.jpg");

  /* Set a specific height */
  min-height: auto;

  /* Create the parallax scrolling effect */
  background-color: rgb(0, 0, 0);
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}


/*--------------------------------------------------------------
# Section corpo Clínico
--------------------------------------------------------------*/
.box-text-corpo-clinico{
  background-color: #e02429!important;
  color: #fff!important;
}
.social-link {
  width: 30px;
  height: 30px;
  border: 1px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  border-radius: 50%;
  transition: all 0.3s;
  font-size: 0.9rem;
}
span.carousel-control-prev-icon,
span.carousel-control-next-icon {
  background-color: #e02429;
}
.carousel-indicators{
  bottom: -72px!important;
}
.carousel-indicators [data-bs-target]{
  background-color: #7e7e7e !important;
}
.carousel-indicators .active{
  background-color: #e02429!important;
}

.social-link:hover,
.social-link:focus {
  background: #ddd;
  text-decoration: none;
  color: #555;
}
.progress {
  height: 10px;
}

/*--------------------------------------------------------------
# Section convênios
--------------------------------------------------------------*/
.swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
  margin-top: 20px;
  position: relative;
}
span.swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #0e4c65;
}
span.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #0e4c65;
}
/*--------------------------------------------------------------
# Section Fale Conosco
--------------------------------------------------------------*/
section#fale-conosco{
  background-position: inherit !important;
  background-image: url(../img/bg-footer.jpg);
  background-repeat: round;
}
/*--------------------------------------------------------------
# Section Informações
--------------------------------------------------------------*/
section#informacoes .card{
  padding:  40px 20px 40px;
  background-color: #0e4c65;
  border-color: #0e4c65;
  border-radius: 30px;
}
section#informacoes .card.down{
  padding:  40px 20px 40px;
  background-color: #ec1f24;
  border-color: #ec1f24;
  border-radius: 30px ;
}
i.bi.bi-hand-thumbs-up::before,
i.bi.bi-hand-thumbs-down::before {
  width: 18%;
  border: 2px solid #fff;
  border-radius: 100px 100px 100px 100px;
  padding: 3%;
  font-size: 55px;
}
i.bi.bi-hand-thumbs-up,
i.bi.bi-hand-thumbs-down{
  color: #fff;
}
.form-control,
input#mfcf7_zl_add_file {
  display: block;
  width: 100%;
  padding: .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: var(--bs-body-bg);
  background-clip: padding-box;
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.btn-client {
  background-color: #12a19b;
  border-color: #12a19b;
}
.btn-client:hover {
  background-color: #0e4c65;
  border-color: #0e4c65;
}