@charset "UTF-8";
body {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
  background-color: #fafafa;
  font-size: 14px;
  color: #595959;
}

h1 {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 20px;
}

h2, h3 {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 16px;
}

a {
  color: #0056A4;
  transition: opacity 0.2s ease;
}
a:hover {
  opacity: 0.7;
}

.admin-bar .site-header {
  top: 32px;
}

.container {
  position: relative;
}

.link-seller {
  color: #57AF33;
}

.btn-w, .btn-interested {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
  padding: 12px 24px;
  font-size: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
}

.btn-outline-w {
  border: 1px solid #57AF33;
  color: #57AF33;
  background-color: #fafafa;
}
.btn-outline-w:hover {
  color: #fafafa;
  background-color: #57AF33;
}

.btn-primary-w, .btn-interested {
  border: 1px solid #57AF33;
  color: #fafafa;
  background-color: #57AF33;
}
.btn-primary-w:hover, .btn-interested:hover {
  border: 1px solid #57AF33;
  color: #fafafa;
  background-color: #57AF33;
  opacity: 0.7;
}

.btn-secondary-w {
  border: 1px solid #0056A4;
  color: #fafafa;
  background-color: #0056A4;
}
.btn-secondary-w:hover {
  border: 1px solid #0056A4;
  color: #fafafa;
  background-color: #0056A4;
  opacity: 0.7;
}

.btn-interested {
  width: 100%;
}
.btn-interested .icon {
  width: 32px;
  height: 24px;
  background: url(../images/icon-interested.svg) no-repeat center center;
  margin-top: -6px;
}

.btn-reset {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
  border: none;
  background-color: transparent;
  color: #0056A4;
  text-decoration: underline;
  transition: all 0.2s ease;
}
.btn-reset:hover {
  opacity: 0.7;
}

.tag-title {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
  display: block;
  margin-bottom: 8px;
}

.tag-list {
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
}
.tag-list .tag-item {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #0056A4;
  border: 1px solid #0056A4;
  border-radius: 8px;
  padding: 4px 8px;
  text-decoration: none;
  display: block;
  font-size: 12px;
}

.price, .pay-methods {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
  background-color: #0056A4;
  display: block;
  border-radius: 8px;
  color: #fff;
  text-decoration: none;
  padding: 24px;
  box-sizing: content-box;
}
.price .price__description, .pay-methods .price__description {
  font-size: 14px;
  line-height: 14px;
}
.price .price__currency, .pay-methods .price__currency {
  font-size: 12px;
  line-height: 12px;
}
.price .price__real, .pay-methods .price__real {
  font-size: 28px;
  line-height: 28px;
}
.price .price__cents, .pay-methods .price__cents {
  font-size: 20px;
  line-height: 28px;
}

.p-32 {
  padding: 32px !important;
}

.ps-32 {
  padding-left: 32px !important;
}

@media (min-width: 992px) {
  .ps-lg-32 {
    padding-left: 32px !important;
  }
}
.mb-40 {
  margin-bottom: 40px !important;
}

.site-header {
  background-color: #57AF33;
}
.site-header .col-lg-4 a {
  color: #fff;
  text-align: center;
}
.site-header .search-input {
  color: #a3a3a3;
}
.site-header .search-input::placeholder {
  color: #a3a3a3;
  opacity: 1; /* Firefox */
}
.site-header .search-input::-ms-input-placeholder { /* Edge 12-18 */
  color: #a3a3a3;
}
.site-header .search-button {
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  background: url(../images/icon-search.svg) center right no-repeat;
  width: 40px;
  height: 100%;
  z-index: 9;
  border-radius: 50% 0 0 50%;
}
.site-header .navbar-toggler:focus {
  box-shadow: none;
}
.site-header .navbar-toggler-icon {
  background-image: url(../images/icon-toggler.svg);
}
.site-header .nav-link {
  color: #fff;
  font-size: 0.875rem;
}
.site-header .nav-link.show, .site-header .nav-link.active, .site-header .nav-link:hover {
  color: #fff;
  opacity: 0.7;
}
.site-header .sub-menu {
  background-color: #57AF33;
}
.site-header .sub-menu .dropdown-item:focus, .site-header .sub-menu .dropdown-item:hover {
  color: #fff;
  background-color: #57AF33;
}
.site-header .btn-profile {
  padding-right: 24px;
  background: url(../images/icon-profile.svg) center right no-repeat;
  color: #fff;
  text-decoration: none;
}
.site-header #menu-principal .dropdown-toggle {
  padding-left: 56px;
  background: url(../images/icon-toggler.svg) no-repeat;
  background-position: 8px 8px;
}
.site-header .site-header__mobile .btn-profile {
  width: 24px;
  height: 24px;
  text-indent: -999px;
  overflow: hidden;
  padding: 0;
  background: url(../images/icon-profile-mobile.svg) center center no-repeat;
}
.site-header .site-header__mobile .site-header__search__label {
  width: 24px;
  height: 24px;
  background: url(../images/icon-search-mobile.svg) center center no-repeat;
}
.site-header .site-header__mobile .search-input {
  max-width: 0;
  opacity: 0;
  transition: all 0.5s ease;
}
.site-header .site-header__mobile .search-input:focus {
  max-width: 999px;
  opacity: 1;
}
.site-header .site-header__mobile .search-input:focus ~ .site-header__search__label {
  display: none;
}

@media (max-width: 991px) {
  .site-header #menu-principal .dropdown-toggle {
    background: none;
    padding-left: 0;
  }
  .logged-in .site-header__mobile .nav .relatorio {
    display: none;
  }
}
.site-footer {
  background-color: #57AF33;
  color: #fff;
}
.site-footer .footer-rights {
  margin-top: 36px;
  padding-top: 36px;
}
.site-footer .navbar-nav .nav-link {
  font-size: 16px;
  cursor: default;
}
.site-footer .navbar-nav .menu-item-depth-0 .dropdown-toggle::after {
  display: none;
}
.site-footer .navbar-nav .dropdown-menu {
  display: block;
  background-color: transparent;
  position: static !important;
  transform: initial !important;
}
.site-footer .navbar-nav .dropdown-menu .menu-item {
  padding: 0;
  transition: opacity 0.2s ease;
}
.site-footer .navbar-nav .dropdown-menu .menu-item:hover {
  background-color: transparent;
  opacity: 0.7;
}
.site-footer .navbar-nav .dropdown-menu .menu-item .nav-link {
  color: #fff;
  cursor: pointer;
}
.site-footer .navbar-nav .item-newsletter .nav-link:hover {
  opacity: 1;
}
.site-footer .navbar-nav .item-newsletter .item-newsletter__item-form {
  padding: 0;
}
.site-footer .navbar-nav .item-newsletter .item-newsletter__item-form:hover {
  background: transparent;
}
.site-footer .navbar-nav .item-newsletter .item-newsletter__form {
  display: flex;
  gap: 10px;
}
.site-footer .navbar-nav .item-newsletter .item-newsletter__input:focus-visible,
.site-footer .navbar-nav .item-newsletter .item-newsletter__input:focus-within,
.site-footer .navbar-nav .item-newsletter .item-newsletter__input:active,
.site-footer .navbar-nav .item-newsletter .item-newsletter__input:focus,
.site-footer .navbar-nav .item-newsletter .item-newsletter__input {
  background-color: transparent;
  color: #fff;
  border: none;
  outline: none;
  border-bottom: 1px solid #fff;
}
.site-footer .navbar-nav .item-newsletter ::placeholder {
  color: #fff;
  opacity: 1; /* Firefox */
}
.site-footer .navbar-nav .item-newsletter ::-ms-input-placeholder { /* Edge 12 -18 */
  color: #fff;
}
.site-footer .navbar-nav .item-newsletter .item-newsletter__button {
  border: none;
  outline: none;
  border-bottom: 1px solid #fff;
  color: #fff;
  background-color: transparent;
  text-transform: uppercase;
  transition: opacity 0.2s ease;
}
.site-footer .navbar-nav .item-newsletter .item-newsletter__button:hover {
  opacity: 0.7;
}

#menu-rodape .item-newsletter .dropdown-item .nav-link {
  padding: 0;
}
#menu-rodape .item-newsletter .site-footer .navbar-nav .dropdown-menu {
  padding: 0;
}
#menu-rodape .item-newsletter div.wpforms-container-full:not(:empty) {
  margin: 0;
}
#menu-rodape .item-newsletter .wpforms-form {
  display: flex;
  gap: 10px;
  justify-content: space-between;
}
#menu-rodape .item-newsletter .wpforms-container .wpforms-field {
  padding: 0;
}
#menu-rodape .item-newsletter div.wpforms-container-full .wpforms-form .wpforms-submit-container {
  margin: 0;
}
#menu-rodape .item-newsletter div.wpforms-container-full input[type=email] {
  background-color: transparent;
  color: #fff;
  border: none;
  outline: none;
  border-bottom: 1px solid #fff;
  border-radius: 0;
  box-shadow: none;
  min-width: 100%;
  padding: 0;
}
#menu-rodape .item-newsletter div.wpforms-container-full input[type=email] ::placeholder {
  color: #fff;
  opacity: 1; /* Firefox */
}
#menu-rodape .item-newsletter div.wpforms-container-full input[type=email] ::-ms-input-placeholder { /* Edge 12 -18 */
  color: #fff;
}
#menu-rodape .item-newsletter div.wpforms-container-full button[type=submit] {
  border: none;
  outline: none;
  border-bottom: 1px solid #fff;
  color: #fff;
  background-color: transparent;
  text-transform: uppercase;
  transition: opacity 0.2s ease;
  border-radius: 0;
  padding: 1px 6px;
  margin-top: 2px;
}
#menu-rodape .item-newsletter div.wpforms-container-full button[type=submit]:hover {
  opacity: 0.7;
  background: transparent !important;
}

@media (max-width: 991px) {
  .site-footer .footer-divider-child > *,
  .site-footer .footer-divider {
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: 32px;
    padding-bottom: 32px;
  }
  .site-footer .footer-rights {
    margin-top: -16px;
    padding-top: 0;
    border: none !important;
  }
}
:root {
  --meter-section-cl: #ddd;
  --pwd-str-cl-weak: #ff4d4d;
  --pwd-str-cl-medium: #ffd633;
  --pwd-str-cl-strong: #00b300;
  --pwd-str-cl-very-strong: #009900;
}

.logged-in .site-header {
  padding-top: 24px;
}
.logged-in .site-header__mobile {
  gap: 0 !important;
}
.logged-in .site-header__mobile .nav {
  position: absolute;
  right: 24px;
  top: -20px;
  min-width: 100vw;
  gap: 24px;
}
.logged-in .site-header__mobile .nav .nav-link {
  padding: 0 !important;
}

.suggestions {
  color: #000;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
}
.suggestions .suggestions__title {
  font-size: 20px;
}
.suggestions .suggestions__link {
  text-decoration: none;
  color: #000;
}
.suggestions .suggestions__link__title {
  font-size: 14px;
}

.password-meter {
  display: flex;
  height: 5px;
  margin-top: 10px;
}

.meter-section {
  flex: 1;
  background-color: var(--meter-section-cl);
}

.weak {
  background-color: var(--pwd-str-cl-weak);
}

.medium {
  background-color: var(--pwd-str-cl-medium);
}

.strong {
  background-color: var(--pwd-str-cl-strong);
}

.very-strong {
  background-color: var(--pwd-str-cl-very-strong);
}

/* 
:root {
    --meter-section-cl: #ddd;
    --pwd-str-cl-weak: #ff4d4d;
    --pwd-str-cl-medium: #ffd633;
    --pwd-str-cl-strong: #00b300;
    --pwd-str-cl-very-strong: #009900;
    --primary: #0d6efd;
    --primary-light: #cbe1ff;
}

// Logo, usado no totpo e no rodapé do site
.site-logo {
    max-width: 150px;
    height: auto;
}

// Medidor de força da senha
.password-meter {
    display: flex;
    height: 5px;
    margin-top: 10px;
}

.meter-section {
    flex: 1;
    background-color: var(--meter-section-cl);
}

.weak {
    background-color: var(--pwd-str-cl-weak);
}

.medium {
    background-color: var(--pwd-str-cl-medium);
}

.strong {
    background-color: var(--pwd-str-cl-strong);
}

.very-strong {
    background-color: var(--pwd-str-cl-very-strong);
}

// Sidebar

.terms-menu {
    .dropdown-toggle {
        outline: 0;
    }

    .btn-toggle,
    .parent-term-name {
        padding: 0.25rem 0.5rem;
        font-weight: 600;
        color: var(--bs-emphasis-color);
        background-color: transparent;
        text-decoration: none;
    }
    .btn-toggle:hover,
    .btn-toggle:focus {
        color: rgba(var(--bs-emphasis-color-rgb), 0.85);
        background-color: var(--bs-tertiary-bg);
    }

    .btn-toggle::before {
        width: 1.25em;
        line-height: 0;
        content: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='rgba%280,0,0,.5%29' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M5 14l6-6-6-6'/%3e%3c/svg%3e");
        transition: transform 0.35s ease;
        transform-origin: 0.5em 50%;
    }

    [data-bs-theme="dark"] .btn-toggle::before {
        content: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='rgba%28255,255,255,.5%29' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M5 14l6-6-6-6'/%3e%3c/svg%3e");
    }

    .btn-toggle[aria-expanded="true"] {
        color: rgba(var(--bs-emphasis-color-rgb), 0.85);
    }
    .btn-toggle[aria-expanded="true"]::before {
        transform: rotate(90deg);
    }

    .btn-toggle-nav a {
        padding: 0.1875rem 0.5rem;
        margin-top: 0.125rem;
        margin-left: 1.25rem;
    }
    .btn-toggle-nav a:hover,
    .btn-toggle-nav a:focus {
        background-color: var(--bs-tertiary-bg);
    }

    .scrollarea {
        overflow-y: auto;
    }

    .parent-term-name {
        padding-left: 0px;
    }

    .btn-toggle {
        // padding-right: 0;
    }
}

// Image input upload
.image-preview {
    max-width: 100px;
    max-height: 100px;
}

// Tabelas
.sort-table {
    .sort {
        &.asc,
        &.desc {
            background-color: var(--primary-light);
        }
        &:hover {
            cursor: pointer;
        }
    }
}

.pagination {
    .page-link {
        cursor: pointer;
    }
}

.nav-user-icon {
    position: relative;
    .nav-user-icon-alert {
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translate(-1.25em, 0);
        font-size: 0.6em;
    }
}

// Listagem de termos seguidos

.child-term {
    text-indent: 1em;
    .parent-term-name {
        font-size: 0.75em;
    }
}

// Gráfico de Barras

.wt-bars-graph {
    display: flex;
    align-items: flex-end;
    position: relative;
    overflow: hidden;
    height: 60px;
    gap: 2px;
    margin-inline: 10px;
    .bar {
        display: block;
        width: 10%;
        background-color: silver;
    }
}

// Dual Range Slider

.range_container {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin: 20px auto;

    .sliders_control {
        position: relative;
        min-height: 30px;
    }

    .form_control {
        position: relative;
        display: flex;
        justify-content: space-between;
    }

    input[type="range"]::-webkit-slider-thumb {
        -webkit-appearance: none;
        pointer-events: all;
        width: 24px;
        height: 24px;
        background-color: #fff;
        border-radius: 50%;
        box-shadow: 0 0 0 1px #c6c6c6;
        cursor: pointer;
    }

    input[type="range"]::-moz-range-thumb {
        -webkit-appearance: none;
        pointer-events: all;
        width: 24px;
        height: 24px;
        background-color: #fff;
        border-radius: 50%;
        box-shadow: 0 0 0 1px #c6c6c6;
        cursor: pointer;
    }

    input[type="range"]::-webkit-slider-thumb:hover {
        background: #f7f7f7;
    }

    input[type="range"]::-webkit-slider-thumb:active {
        box-shadow: inset 0 0 3px #387bbe, 0 0 9px #387bbe;
        -webkit-box-shadow: inset 0 0 3px #387bbe, 0 0 9px #387bbe;
    }

    input[type="number"]::-webkit-inner-spin-button,
    input[type="number"]::-webkit-outer-spin-button {
        opacity: 1;
    }

    input[type="range"] {
        -webkit-appearance: none;
        appearance: none;
        height: 2px;
        width: 100%;
        position: absolute;
        background-color: #c6c6c6;
        pointer-events: none;
    }

    #fromSlider {
        height: 0;
        z-index: 1;
    }
}

// Charts.js

.chart-wrapper {
    display: block;
    width: 100%;
}
*/

/*# sourceMappingURL=wantyee.css.map */
