﻿@import 'select2/select2.css';
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap");
.av-select2__form .control-label,
.av-select2__form-label {
  margin-bottom: 8px;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 16px;
  color: #101717;
}

.select2-selection.select2-selection--multiple {
  height: 48px;
}

.select2-container--default .select2-selection--multiple {
  height: 48px;
  padding: 0 8px !important;
  display: flex;
  align-items: center;
  position: relative;
  cursor: text;
  border: 1px solid #101717 !important;
  border-radius: 4px;
  background-color: white;
}

.select2-container .select2-search--inline .select2-search__field {
  margin-left: 0 !important;
  transform: translate(0, -24px);
  display: none;
}

#select2-multiple-select-optgroup-field-results {
  border-radius: 4px;
  border: 1px solid #107E3E;
  max-height: 60vh;
}
@media (min-width: 769px) {
  #select2-multiple-select-optgroup-field-results {
    max-height: 270px;
  }
}

.select2-dropdown {
  border: none !important;
}

ul.select2-results__options.select2-results__options--nested {
  width: 100%;
  height: auto;
  padding: 16px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
ul.select2-results__options.select2-results__options--nested li {
  width: fit-content;
  height: 36px;
  padding: 0px 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
  color: #101717;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  border-radius: 8px;
  border: 1px solid #BFC7C6;
  background-color: #ffffff;
}
ul.select2-results__options.select2-results__options--nested li:checked {
  font-weight: 600;
  border: 1px solid #101717;
  background-color: #EFF0E8;
}

.select2-results__option--highlighted {
  color: #101717 !important;
  border: 1px solid #BFC7C6 !important;
  background-color: #ffffff !important;
}

li.select2-results__option--selected {
  font-weight: 600 !important;
  border: 1px solid #101717 !important;
  background-color: #eff0e8 !important;
  display: flex;
  justify-content: space-around;
  gap: 8px;
}

.select2-dropdown.select2-dropdown--below,
.select2-dropdown.select2-dropdown--above {
  width: 578px;
  transform: translate(0, 10px);
}

ul#select2-multiple-select-optgroup-field-container {
  width: calc(100% + 32px);
  height: auto;
  padding: 8px 0;
  margin-bottom: 8px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  background-color: #fff;
  transform: translate(-16px, 35px);
}
ul#select2-multiple-select-optgroup-field-containerli {
  font-weight: 600 !important;
  border: 1px solid #101717 !important;
  background-color: #eff0e8 !important;
  display: flex;
  justify-content: space-around;
  gap: 8px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice,
.select2-selection__choice {
  font-weight: 600 !important;
  border: 1px solid #101717 !important;
  background-color: #eff0e8 !important;
  display: flex;
  justify-content: space-around;
  gap: 8px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice button,
.select2-selection__choice button {
  display: none;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice span,
.select2-selection__choice span {
  padding: 0 !important;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  color: #101717 !important;
  border: 1px solid #101717 !important;
  background-color: #EFF0E8 !important;
}

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: inherit !important;
}

.av-select2 .select2-selection__rendered li.select2-selection__choice {
  width: fit-content;
  height: 36px;
  padding: 0 8px;
  margin: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 4px;
  border-radius: 8px;
}

.av-select2__form-row--002 .select2.select2-container.select2-container--default .selection {
  width: 100%;
  display: inline-block;
}

textarea.select2-search__field {
  pointer-events: none;
}

.select2-selection.select2-selection--multiple::before {
  content: "";
  width: fit-content;
  display: flex;
  align-items: center;
}

.av-select2 {
  width: 100%;
  display: flex;
  padding: 0 0 80px 0;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  background-color: #ffffff;
}
.av-select2__container {
  width: 100%;
  padding: 0 16px;
  max-width: 610px;
  display: flex;
  flex-direction: column;
}
.av-select2__form {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 16px;
}
.av-select2__form div,
.av-select2__form ul,
.av-select2__form ol,
.av-select2__form li,
.av-select2__form placeholder,
.av-select2__form input,
.av-select2__form textarea {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 16px;
}
.av-select2__form-row {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.av-select2__form-row--002 {
  z-index: 1;
}
.av-select2__form-row--004 {
  width: 100%;
  flex-direction: column;
  gap: 16px;
}
@media (min-width: 769px) {
  .av-select2__form-row--004 {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
  }
}
.av-select2__form-row--004 > div {
  width: 100%;
}
@media (min-width: 769px) {
  .av-select2__form-row--004 > div {
    width: 50%;
  }
}
.av-select2__form-row--005 p {
  margin-bottom: 16px;
}
.av-select2__form-row--005 img {
  width: calc(100% + 32px);
  height: 480px;
  object-fit: cover;
  transform: translate(-16px);
}
@media (min-width: 769px) {
  .av-select2__form-row--005 img {
    width: 100%;
    height: 380px;
    object-fit: cover;
  }
}
.av-select2__form-row--006 .input-checkbox-wrapper {
  width: fit-content;
  padding: 32px 0 40px 0;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 8px;
}
.av-select2__form-row--006 .input-checkbox-wrapper input {
  display: none;
}
.av-select2__form-row--006 .input-checkbox-wrapper label {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.av-select2__form-row--006 .input-checkbox-wrapper label:has(input)::before {
  content: "";
  display: flex;
  min-width: 24px;
  min-height: 24px;
  background-image: url("/o/theme-avanis/images/icons/assets-icons/checkbox-off-icon.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.av-select2__form-row--006 .input-checkbox-wrapper label:has(input:checked)::before {
  content: "";
  display: flex;
  min-width: 24px;
  min-height: 24px;
  background-image: url("/o/theme-avanis/images/icons/assets-icons/checkbox-on-icon.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.av-select2__form-row--007 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 16px;
}
@media (min-width: 769px) {
  .av-select2__form-row--007 {
    flex-direction: row;
  }
}
.av-select2 .location-display {
  align-self: center;
  background-color: #f9f9f9;
  border-radius: 5px;
  border: 1px solid #ccc;
  font-weight: bold;
  height: 38px;
  margin-top: 10px;
  padding: 10px;
  position: relative;
  top: -75px;
  width: 550px;
  z-index: 999;
}
.av-select2__title-h3 {
  margin: 32px 0 16px 0 !important;
}
.av-select2__form-input, .av-select2__form-select {
  width: 100% !important;
  height: 48px;
  padding: 12px 16px;
  display: flex;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #101717;
  background-color: #ffffff;
  border-radius: 4px;
  border: 1px solid #101717;
}

.select-wrapper {
  position: relative;
  display: inline-block;
  width: 100%;
}

.select2-container {
  width: 100%;
}

.select2-container--default .select2-selection--multiple {
  padding-right: 50px;
}

.select-count {
  background-color: #c6e75a;
  border-radius: 50%;
  color: #101717;
  font-size: 12px;
  font-weight: 600;
  padding: 2px 6px;
  position: absolute;
  right: 30px;
  top: 25px;
  transform: translateY(-50%);
  z-index: 9;
}

.select-arrow {
  font-size: 16px;
  pointer-events: none;
  position: absolute;
  right: 10px;
  top: 25px;
  transform: translateY(-50%);
  z-index: 9;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  padding-right: 40px;
}

.select2.select2-container.select2-container--default.select2-container--below,
.select2.select2-container.select2-container--default.select2-container--above {
  width: 100%;
  height: fit-content !important;
}

.select2.select2-container.select2-container--default.select2-container--below .selection,
.select2.select2-container.select2-container--default.select2-container--above .selection {
  width: 100%;
  height: fit-content !important;
}

.select2.select2-container.select2-container--default .selection .select2-selection {
  width: 100%;
  height: fit-content !important;
  min-height: 48px;
  padding: 16px !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 0;
  margin-top: 0;
  padding: 0 5px;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  margin-top: 0px;
  padding: 0 5px;
  width: 100%;
  height: fit-content !important;
  display: flex !important;
  align-items: center !important;
  flex-wrap: wrap;
  gap: 8px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  margin-top: 0 !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  padding: 0 8px 0 28px !important;
}

.av-select2__form-label.label-sobre-mi {
  margin-bottom: 8px;
}

.div-agricultura, .div-ganaderia, .div-profesional {
  display: none;
}

/* Reset */
ol,
ul {
  list-style: none;
}

/* Styles */
.av-signup-columns,
.av-step-columns {
  background-color: #EFF0E8;
  display: grid;
  grid-template-columns: 1fr 2fr;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .av-signup-columns,
  .av-step-columns {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
  }
}

/* region Left menu */
.av-content-left {
  margin-left: auto;
  margin-right: auto;
  max-width: 1280px;
  padding: 48px 40px;
  width: 100%;
}
@media (max-width: 769px) {
  .av-content-left {
    padding: 48px 24px;
  }
}

.av-txt-title {
  font-size: 32px;
  margin-bottom: 24px;
}

.av-txt-list {
  font-size: 16px;
  padding: inherit;
}
.av-txt-list li {
  display: flex;
  gap: 16px;
}
.av-txt-list li + li {
  margin-top: 24px;
}

/* Progress bar */
.av-percentage-bar p {
  font-family: Inter;
  font-size: 14px;
}
.av-percentage-bar div {
  background-color: #107E3E;
  border-radius: 2px;
  height: 4px;
  opacity: 50%;
  overflow: hidden;
  width: 100%;
}
.av-percentage-bar div div {
  background-color: #107E3E;
  height: 4px;
}

/* region Form */
.av-content-form {
  background-color: #FFFFFF;
  min-height: 100vh;
}
@media (max-width: 769px) {
  .av-content-form {
    border-radius: 25px 25px 0 0;
  }
}

.av-content-right {
  max-width: 480px;
  padding-top: 40px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 769px) {
  .av-content-right {
    padding: 48px 24px;
  }
  .av-content-right .register-mensaje-enviado {
    margin-top: unset !important;
  }
}
.av-content-right .av-step-title {
  color: #646B6B;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}
.av-content-right .av-step-subtitle {
  color: #101717;
  font-size: 20px;
  font-weight: 600;
  line-height: 32px;
}
.av-content-right .av-step-question {
  color: #101717;
  font-size: 14px;
  font-weight: 600;
  line-height: 16px;
}
.av-content-right .av-radio-buttons {
  display: flex;
  /* <aui:input> DOM */
}
.av-content-right .av-radio-buttons .radio label {
  align-items: center;
  color: #101717;
  cursor: pointer;
  display: flex;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  position: relative;
}
.av-content-right .av-radio-buttons .radio label input {
  appearance: none;
  border-radius: 50%;
  border: 1px solid #107E3E;
  cursor: pointer;
  height: 24px;
  margin-right: 8px;
  position: relative;
  width: 24px;
}
.av-content-right .av-radio-buttons .radio label input::before {
  background: #107E3E;
  border-radius: 50%;
  content: "";
  display: block;
  height: 12px;
  left: 50%;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: opacity 0.2s;
  width: 12px;
}
.av-content-right .av-radio-buttons .radio label input:checked::before {
  opacity: 1;
}
.av-content-right .register-mensaje-enviado {
  margin-top: 20vh;
  width: 300px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.av-content-right .register-mensaje-enviado .mail_sent {
  margin: auto;
  display: block;
}
.av-content-right .register-mensaje-enviado a {
  color: #107e3e;
  font-weight: 600;
}

.av-form-title {
  font-size: 32px;
  margin-bottom: 0;
  margin-top: 0;
}

.av-form-content {
  display: grid;
  gap: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 24px;
}

.my-3.av-form-content {
  margin-top: 8px !important;
}

.av-columns {
  display: grid;
  gap: 16px;
  grid-template-columns: 1fr 1fr;
}
@media (max-width: 769px) {
  .av-columns {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
  }
}

.av-input-wrapper {
  display: flex;
  flex-direction: column;
  gap: 8px;
  position: relative;
  width: 100%;
}
.av-input-wrapper input {
  background-color: #FFFFFF;
  border: 1px solid #101717;
  border-radius: 4px;
  color: #101717;
  font-size: 16px;
  height: 40px;
  padding: 10px 20px;
  width: 100%;
}

.av-input-disclaimer {
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  margin: 16px 0;
}

/* Password security */
.av-security {
  margin-left: auto;
  margin-right: auto;
  padding: 12px 0;
  text-align: left;
}
.av-security div {
  align-items: center;
  display: flex;
  gap: 8px;
}
.av-security span {
  align-items: center;
  border-radius: 50%;
  border: 1px solid #101717;
  display: flex;
  font-size: 12px;
  height: 16px;
  justify-content: center;
  vertical-align: center;
  width: 16px;
}
.av-security .av-icon-check {
  background-color: #34c695;
  border-color: #34c695;
  color: #fff;
  font-family: "icomoon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
}
.av-security .av-icon-check:before {
  content: "\e908";
}

.av-mandatory-legend {
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  margin: 16px 0;
}

/* Newsletter */
.av-checkbox {
  display: block;
  padding-bottom: 3px;
  padding-top: 2px;
  position: relative;
  text-align: left;
}
.av-checkbox div {
  position: relative;
  margin: auto;
}
.av-checkbox div label {
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  line-height: 24px;
  min-height: 1em;
  padding-left: 32px;
  position: relative;
}
.av-checkbox div label input[type=checkbox] {
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  visibility: hidden;
}
.av-checkbox span {
  height: 20px;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: calc(1em - 10px);
  width: 20px;
  z-index: 2;
}

/* aui:input span stiles (fake checkbox) */
.av-checkbox-toggle:has(input) span.av-checkbox-span {
  align-items: center;
  border-radius: 4px;
  border: 1px solid #107E3E;
  content: "";
  display: flex;
  justify-content: center;
  background-color: #FFFFFF;
}
.av-checkbox-toggle:has(input):has(input:checked) span.av-checkbox-span {
  background-color: #107E3E;
}

/* Buttons */
.av-buttons-tipo-registro {
  justify-content: flex-start;
}
.av-buttons-tipo-registro div {
  display: flex;
  flex-direction: inherit;
}
.av-buttons-tipo-registro div button:first-of-type {
  align-items: center;
  background-color: #053C1C !important;
  border: 1px solid #053C1C !important;
  border-radius: 8px;
  color: #FFFFFF;
  cursor: pointer;
  display: inline-flex;
  flex-shrink: 0;
  font-size: 16px;
  font-weight: 600;
  gap: 8px;
  justify-content: center;
  line-height: 24px;
  padding: 8px 16px;
  position: relative;
  text-align: center;
  text-decoration: none;
  transition: all 0.5s ease-in-out;
  white-space: nowrap;
  width: 50%;
}
.av-buttons-tipo-registro div button:last-of-type {
  display: none;
}
.av-buttons-tipo-registro div ul {
  display: none;
}

.av-buttons {
  justify-content: flex-start;
  padding-top: 24px;
}
.av-buttons div {
  display: flex;
  flex-direction: column;
}
.av-buttons div button:first-of-type {
  align-items: center;
  background-color: #053C1C;
  border: 1px solid #053C1C;
  border-radius: 8px;
  color: #FFFFFF;
  cursor: pointer;
  display: inline-flex;
  flex-shrink: 0;
  font-size: 16px;
  font-weight: 600;
  gap: 8px;
  justify-content: center;
  line-height: 24px;
  padding: 8px 16px;
  position: relative;
  text-align: center;
  text-decoration: none;
  transition: all 0.5s ease-in-out;
  white-space: nowrap;
  width: 50%;
}
.av-buttons div button:last-of-type {
  display: none;
}
.av-buttons div ul {
  display: none;
}

@media (max-width: 769px) {
  .av-buttons-fixed {
    bottom: 0;
    z-index: 1000;
    left: 0;
    right: 0;
    justify-content: center;
    text-align: center;
    background-color: #FFFFFF;
  }
}

.av-gotologin {
  padding-top: 24px;
}
.av-gotologin p {
  font-size: 16px;
  line-height: 1.5em;
  margin-bottom: 8px;
}
.av-gotologin a {
  color: #107E3E;
  font-weight: 600;
  text-decoration: none;
}

.av-stepone-form-control-buttons {
  justify-content: flex-start;
  padding-top: 24px;
  display: flex;
  flex-direction: row;
}
@media (max-width: 769px) {
  .av-stepone-form-control-buttons {
    flex-direction: column-reverse;
    gap: 4px;
    padding: initial;
  }
}
.av-stepone-form-control-buttons .av-stepone-btn-primary {
  align-items: center;
  background-color: #053C1C;
  border: 1px solid #053C1C;
  border-radius: 8px;
  color: #FFFFFF;
  cursor: pointer;
  display: inline-flex;
  font-size: 16px;
  font-weight: 600;
  gap: 8px;
  justify-content: center;
  line-height: 24px;
  padding: 8px 16px;
  position: relative;
  text-align: center;
  text-decoration: none;
  transition: all 0.5s ease-in-out;
  white-space: nowrap;
  width: 50%;
}
@media (max-width: 769px) {
  .av-stepone-form-control-buttons .av-stepone-btn-primary {
    width: 100%;
  }
}
.av-stepone-form-control-buttons .av-stepone-btn-secondary {
  align-items: center;
  background-color: #FFFFFF;
  border: 1px solid #107E3E;
  border-radius: 8px;
  color: #107E3E;
  cursor: pointer;
  display: inline-flex;
  font-size: 16px;
  font-weight: 600;
  gap: 8px;
  justify-content: center;
  line-height: 24px;
  padding: 8px 16px;
  position: relative;
  text-align: center;
  text-decoration: none;
  transition: all 0.5s ease-in-out;
  white-space: nowrap;
  width: 50%;
}
@media (max-width: 769px) {
  .av-stepone-form-control-buttons .av-stepone-btn-secondary {
    width: 100%;
  }
}

/* Private policy */
.av-info-txt {
  padding-top: 8px;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  color: #828B8B;
}
.av-info-txt a {
  color: #107E3E;
  font-weight: 600;
  text-decoration: none;
}

/* Modals*/
.modal-privacity .modal,
.modal-use-cases .modal {
  background-color: rgba(17, 44, 31, 0.7019607843);
  overflow-y: hidden;
  max-width: 100vw;
}
.modal-privacity .modal .modal-header,
.modal-use-cases .modal .modal-header {
  display: flex;
  max-height: 46px;
  background-color: #eff0e8;
}
.modal-privacity .modal .modal-footer,
.modal-use-cases .modal .modal-footer {
  justify-content: center;
}
.modal-privacity .modal .av-cookies-size h1,
.modal-use-cases .modal .av-cookies-size h1 {
  font-size: 20px;
  line-height: 32px;
  font-family: Inter;
  overflow-y: hidden !important;
}
.modal-privacity .modal .btn-secondary,
.modal-use-cases .modal .btn-secondary {
  align-items: center;
  background-color: #053c1c;
  border: 1px solid #053c1c;
  border-radius: 8px;
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  flex-shrink: 0;
  font-family: Inter;
  font-size: 16px;
  font-weight: 600;
  gap: 8px;
  justify-content: center;
  line-height: 24px;
  padding: 8px 16px;
  position: relative;
  text-align: center;
  text-decoration: none;
  transition: all 0.5s ease-in-out;
  white-space: nowrap;
}
.modal-privacity .modal .btn-secondary:hover,
.modal-use-cases .modal .btn-secondary:hover {
  background-color: #329c5e;
  border: 1px solid #329c5e;
  color: #fff;
  transition: all 0.5s ease-in-out;
}
.modal-privacity .modal h1,
.modal-use-cases .modal h1 {
  font-size: 24px;
  line-height: 36px;
  font-weight: 600;
}
.modal-privacity .modal h2,
.modal-use-cases .modal h2 {
  font-size: 20px;
  line-height: 32px;
  font-weight: 500;
}
.modal-privacity .modal-btn-close-custom,
.modal-use-cases .modal-btn-close-custom {
  background: none;
  border: none;
}
.modal-privacity .modal-header,
.modal-use-cases .modal-header {
  display: grid;
  grid-template-columns: 120px 180px 44px;
}
.modal-privacity .modal-dialog,
.modal-use-cases .modal-dialog {
  margin: 0;
  height: 100%;
}
.modal-privacity .modal-content,
.modal-use-cases .modal-content {
  min-height: 100%;
}
.modal-privacity .modal-title,
.modal-use-cases .modal-title {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  font-family: Inter;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-align: left;
  color: #101717;
}
.modal-privacity .modal-body,
.modal-use-cases .modal-body {
  padding: 0;
  overflow: auto;
}
.modal-privacity .modal-nav,
.modal-use-cases .modal-nav {
  display: flex;
  flex-wrap: wrap;
  font-size: 0.875rem;
  list-style: none;
  padding-left: 0;
}
.modal-privacity .modal-nav-pills .modal-nav-link,
.modal-use-cases .modal-nav-pills .modal-nav-link {
  margin-bottom: 1rem;
}
.modal-privacity .modal-nav-link,
.modal-use-cases .modal-nav-link {
  width: 100%;
  min-height: 48px;
  padding: 12px 16px;
  display: flex;
  align-items: center;
  background-color: #eff0e8;
  border-left: 10px solid transparent;
  border-bottom: 1px solid #d7d7d7;
  overflow: hidden;
  font-family: Inter;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  color: #000;
}
.modal-privacity .modal-nav-link:hover,
.modal-use-cases .modal-nav-link:hover {
  text-decoration: none;
}
.modal-privacity .modal-nav-link.active, .modal-privacity .modal-nav-link:focus, .modal-privacity .modal-nav-link:active,
.modal-use-cases .modal-nav-link.active,
.modal-use-cases .modal-nav-link:focus,
.modal-use-cases .modal-nav-link:active {
  border-left-color: #107e3e;
  background-color: transparent !important;
  outline: none;
  border-bottom: 1px solid #101717;
  font-weight: 600;
}
.modal-privacity .modal .tab-pane,
.modal-use-cases .modal .tab-pane {
  padding: 12px 40px;
}
.modal-privacity .modal-tab,
.modal-use-cases .modal-tab {
  background-color: #eff0e8 !important;
  gap: 10px;
}
.modal-privacity .modal-btn-primary, .modal-privacity .modal-btn-secondary,
.modal-use-cases .modal-btn-primary,
.modal-use-cases .modal-btn-secondary {
  border-radius: 8px;
  width: 100%;
  justify-content: center;
  padding: 8px 16px;
}
.modal-privacity .modal-btn-primary,
.modal-use-cases .modal-btn-primary {
  border: 1px solid var(--Border-Active, #107e3e);
  background-color: #ffffff !important;
  color: #107e3e !important;
}
.modal-privacity .modal-btn-secondary,
.modal-use-cases .modal-btn-secondary {
  color: #ffffff;
}
.modal-privacity .modal-item-last,
.modal-use-cases .modal-item-last {
  width: 100%;
}
.modal-privacity .modal-footer .modal-btn-group,
.modal-use-cases .modal-footer .modal-btn-group {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.modal-privacity .modal .scrollable,
.modal-use-cases .modal .scrollable {
  overflow-y: auto;
}
@media (min-width: 576px) {
  .modal-privacity .modal-dialog,
  .modal-use-cases .modal-dialog {
    margin: 1.75rem auto;
    max-width: 800px !important;
  }
  .modal-privacity .modal-header,
  .modal-use-cases .modal-header {
    display: flex;
  }
  .modal-privacity .modal-content,
  .modal-use-cases .modal-content {
    min-height: 0;
  }
  .modal-privacity .modal-footer .modal-btn-group,
  .modal-use-cases .modal-footer .modal-btn-group {
    display: flex;
    justify-content: center;
    flex-direction: row;
    gap: 16px;
  }
  .modal-privacity .modal-body,
  .modal-use-cases .modal-body {
    display: block !important;
    grid-template-columns: 240px 1fr;
  }
  .modal-privacity .modal-nav,
  .modal-use-cases .modal-nav {
    grid-column: 1;
    margin-bottom: 50%;
  }
  .modal-privacity .modal .tab-content,
  .modal-use-cases .modal .tab-content {
    grid-column: 2;
    display: block;
  }
}
.modal-privacity .modal .av-content,
.modal-use-cases .modal .av-content {
  background-color: #fff;
  display: block;
  height: 100svh;
  max-height: calc(100svh - 120px);
  overflow: auto;
  padding: 24px;
  position: relative;
  text-align: left;
  bottom: 20px;
}
.modal-privacity .modal .modal-content,
.modal-use-cases .modal .modal-content {
  border-radius: 16px;
  max-width: 720px;
}
.modal-privacity .modal a,
.modal-use-cases .modal a {
  color: #107e3e;
  font-weight: 600;
  text-decoration: none;
}
.modal-privacity .modal .avanis-mdoal-span,
.modal-use-cases .modal .avanis-mdoal-span {
  cursor: pointer;
  font-size: 34px;
  position: absolute;
  right: 16px;
}

/* Step 2/2  */
.av-preferences-select-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 10px;
  /* .av-preferences-option {
    background-color: #FFFFFF;
    border-color: #BFC7C6;
    border-radius: 8px;
    border: 1px solid #CCCCCC;
    cursor: pointer;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    padding: 9px 16px;

    &:hover {
      border: 1px solid #101717;
    }

    &::after {
      content: '';
      display: flex;
      align-content: center;
      width: 12px;
      height: 12px;
      background-image: url('/o/theme-avanis/images/icons/assets-icons/icon-close-thin.svg');
      background-repeat: no-repeat;
      background-position: center;
      background-size: contain;
    } 
  } */
}
.av-preferences-select-container .av-preferences-option {
  background-color: #FFFFFF;
  border-color: #BFC7C6;
  border-radius: 8px;
  border: 1px solid #CCCCCC;
  cursor: pointer;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  padding: 9px 16px;
  position: relative;
  display: inline-flex;
  align-items: center;
}
.av-preferences-select-container .av-preferences-option:hover {
  border: 1px solid #101717;
}
.av-preferences-select-container .av-preferences-option::after {
  content: "";
  display: none;
  width: 12px;
  height: 12px;
  margin-left: 8px;
  background-image: url("/o/theme-avanis/images/icons/assets-icons/icon-close-thin.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.av-preferences-select-container .av-preferences-option.show-icon::after {
  display: inline-block;
}
.av-preferences-select-container .av-preferences-option.selected {
  background-color: #EFF0E8;
  font-weight: 600;
}

.btn-reset-pass {
  width: 100%;
  align-items: center;
  background-color: #053c1c;
  border: 1px solid #053c1c;
  border-radius: 8px;
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  font-size: 16px;
  font-weight: 600;
  gap: 8px;
  justify-content: center;
  line-height: 24px;
  padding: 8px 16px;
  position: relative;
  text-align: center;
  text-decoration: none;
  transition: all 0.15s ease-in-out;
  white-space: nowrap;
}

.btn-reset-pass:hover {
  background-color: #329c5e;
  color: #fff;
  cursor: pointer;
  transition: all 0.5s ease-in-out;
}

.btn-reset-pass:hover {
  background-color: #329c5e;
  color: #fff;
  cursor: pointer;
  transition: all 0.5s ease-in-out;
}

.btn-reset-pass:disabled {
  background-color: #053c1c;
  border-color: #053c1c;
  color: #fff;
}

/* Password visibility icon styles */
.av-pass-visibility__container {
  position: relative;
  display: inline-block;
}
.av-pass-visibility__toggle-icon {
  align-items: center;
  cursor: pointer;
  display: flex;
  height: 20px;
  justify-content: center;
  position: absolute;
  right: 10px;
  top: 46px;
  width: 22px;
}
.av-pass-visibility__toggle-icon__register {
  top: 50px;
}

label:has(.lexicon-icon-asterisk):after {
  content: "*" !important;
  position: relative;
  left: -6px;
}

.lexicon-icon-asterisk {
  display: none;
}

.btn-100x100 {
  width: 100% !important;
  max-width: 100% !important;
}

.btn-social-google {
  width: 100%;
  max-width: 320px;
  height: 40px;
  max-height: 40px;
  margin-bottom: 24px !important;
  padding: 8px 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  border-radius: 8px;
  border: 1px solid #BFC7C6 !important;
  background-color: #ffffff;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  color: #101717 !important;
}
.btn-social-google:hover {
  color: #101717 !important;
}
@media (min-width: 769px) {
  .btn-social-google {
    max-width: 192px;
  }
}

.av-social-login-google span a {
  color: #101717 !important;
}
.av-social-login-google span a:hover {
  color: #101717 !important;
}

.av-cl-hidden {
  display: none !important;
}