*,
*:before,
*:after {
  box-sizing: border-box;
}
h4 {
  color: #000000;
}
input,
input[type="password"] + label,
input[type="checkbox"] + label:before,
select option,
select,
textarea {
  width: 100%;
  padding: 0.7em;
  line-height: 1.4;
  background-color: #FFFFFF;
  border-color: var(--green)!important;
  border: 1px solid #e5e5e5;
  border-radius: 3px;
  -webkit-transition: 0.35s ease-in-out;
  -moz-transition: 0.35s ease-in-out;
  -o-transition: 0.35s ease-in-out;
  transition: 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
input::placeholder,
textarea::placeholder {
  opacity: 0.7;
}
input[type="checkbox"] {
  width: auto;
}
input[type=submit] {
  width: auto;
  background-color: var(--green);
  border-color: var(--green);
  color: white;
  border-radius: 4px;
  margin-left: 0px;
}
input:focus {
  outline: 0;
  border-color: #bd8200;
}
input:focus + .input-icon i {
  color: #f0a500;
}
input:focus + .input-icon:after {
  border-right-color: #f0a500;
}
input[type="radio"] + label,
input[type="radio"] {
  width: auto !important;
  padding: 0.7em;
  line-height: 1.4;
  border-radius: 3px;

}
/*radios escala de likert*/
.fieldset-wrapper > .form-radios{
  display: flex;
}
.custom-radio .form-item {
  border: 1px solid;
  display: flex;
  flex-direction: column-reverse;
  padding: 0px 10px 10px 10px;;
}
/*******fin de radios escala de likert*/

#edit-numero-acompanantes,
#edit-estimacion-gasto-total-por-persona-durante-estancia,
#edit-distribucion-del-gasto,
#edit-probabilidad-de-regresar-a-la-rioja,
#edit-lugar-realizacion-encuesta-,
#edit-genero,
#edit-gasto-total-persona,
#edit-regresar,
#edit-duracion-estancia{
  display: block;
}

input[type="radio"] + label,
select {
  width: auto;
  border-radius: 0;
  margin-right: 10px;
  line-height: 1;
}
input[type="radio"] + label:first-of-type {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
input[type="radio"] + label:last-of-type {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
input[type="radio"] + label i {
  padding-right: 0.4em;
}
/*input[type="radio"]:checked + label,
input:checked + label:before {
  background-color: var(--green);
  color: #fff;
  border-color: var(--green);
}*/
input:disabled {
  background: none;
  border:none;
  padding:0;
  color:
}
select:first-of-type {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
select:last-of-type {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
select:focus,
select:active {
  outline: 0;
}
select option {
  background-color:  var(--green);
  color: #fff;
}
form label {
  font-weight: bold;
  margin-top: 5px;
}
.confirm-parent, .password-parent {
    max-width: 100%;
}
.password-confirm, .password-field, .password-strength, .password-confirm-match {
    width: 100%;
}
.input-group {
  margin-bottom: 1em;
  zoom: 1;
}
.input-group:before,
.input-group:after {
  content: "";
  display: table;
}
.input-group:after {
  clear: both;
}
.input-group-icon {
  position: relative;
}
.input-group-icon input {
  padding-left: 4.4em;
}
.input-group-icon .input-icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 3.4em;
  height: 3.4em;
  line-height: 3.4em;
  text-align: center;
  pointer-events: none;
}
.input-group-icon .input-icon:after {
  position: absolute;
  top: 0.6em;
  bottom: 0.6em;
  left: 3.4em;
  display: block;
  border-right: 1px solid #e5e5e5;
  content: "";
  -webkit-transition: 0.35s ease-in-out;
  -moz-transition: 0.35s ease-in-out;
  -o-transition: 0.35s ease-in-out;
  transition: 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.input-group-icon .input-icon i {
  -webkit-transition: 0.35s ease-in-out;
  -moz-transition: 0.35s ease-in-out;
  -o-transition: 0.35s ease-in-out;
  transition: 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.container {
  max-width: 38em;
  padding: 1em 3em 2em 3em;
  margin: 0em auto;
  background-color: #fff;
  border-radius: 4.2px;
  box-shadow: 0px 3px 10px -2px rgba(0, 0, 0, 0.2);
}
.row {
  zoom: 1;
}
.row:before,
.row:after {
  content: "";
  display: table;
}
.row:after {
  clear: both;
}
.col-half {
  padding-right: 10px;
  float: left;
  width: 50%;
}
.col-half:last-of-type {
  padding-right: 0;
}
.col-third {
  padding-right: 10px;
  float: left;
  width: 33.33333333%;
}
.col-third:last-of-type {
  padding-right: 0;
}
@media only screen and (max-width: 540px) {
  .col-half {
    width: 100%;
    padding-right: 0;
  }
}
form.user-form input[type="radio"] + label, select {
  display: inline-block;
  width: auto;
  float: left;
  margin-right: 10px;
}
.form-select {
  float: none;
  width: 100%;
}
label {
  font-weight: bold;
  margin-top: 5px;
  display: block;
}

.demography-add-form{
  display: flex;
  flex-direction: column;
}

.demography-add-form div.fieldset-wrapper {
  display: flex;
}

.demography-add-form .js-form-item{
  flex: 0 0 20% !important;
  padding: 5px;
}

.form-select > option {
  background-color: white;
  color: #0c0b0f;
}

.button-demography-container{
  text-align: right;
}

.form-item-total{
  width: 20%;
}

.ocultar-file-peak-occupancy,
#edit-imagen--label{
  display: none;
}


.gasto-fields-container {
  display: flex;
  flex-direction: column;
  max-width: 600px;
}

.gasto-item {
  display: flex;
  align-items: center;
  margin-bottom: 0.5em;
}
.gasto-item > div {
  display: flex;
  flex: 0 0 18%;
}

.gasto-item label {
  width: 200px;
  margin-right: 10px;
  text-align: right;
}

.gasto-cantidad {
  width: 100px;
}
.subheader-survey{
  font-size: inherit;
  font-weight: bold;
}

#edit-lugar-realizacion-encuesta{
  display: flex;
  flex-direction: column;
}

#survey-street-content-wrapper:not(:first-of-type) {
  position: relative;
}

#survey-street-content-wrapper:not(:first-of-type) > legend {
  position: relative;
  padding-top: 10px;
}

#survey-street-content-wrapper:not(:first-of-type) > legend::before {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background-color: var(--green);
  position: absolute;
  top: 0;
  left: 0;
}

/*hide filters*/
#views-exposed-form-alojamientos-page-1{
  display: none;
}
/***ENDhide filters*/

/*MediaQuery moviles*/
@media (max-width: 390px) {
  .app-header .app-header__content .header-btn-lg {
    margin-left: 0;
    padding: 0;
    text-align: center;
  }
  .app-header .app-header__content .app-header-right {
    align-items: center !important;
    display: flex !important;
    margin-left: 0 !important;
  }
  .ml-3, .mx-3 {
    margin-left: 0rem !important;
  }
  .app-header .app-header__content.header-mobile-open {
    visibility: visible !important;
    height: 130px !important;
    opacity: 1 !important;
    top: 80px !important;
    background-color: #2d4556 !important;
  }
}
/*TABLETS*/
@media (min-width: 391px) and (max-width: 991.98px) {
  .app-header .app-header__content .header-btn-lg {
    margin-left: 0;
    padding: 0;
    text-align: center;
  }
  .app-header .app-header__content .app-header-right {
    align-items: center !important;
    display: list-item !important;
    margin-left: 0 !important;
  }
  .ml-3, .mx-3 {
    margin-left: 0rem !important;
  }
  .app-header .app-header__content.header-mobile-open {
    visibility: visible !important;
    height: 190px !important;
    opacity: 1 !important;
    top: 80px !important;
    background-color: #2d4556 !important;
    text-align: center;
    display: list-item !important
  }
  .widget-content .widget-content-wrapper {
    display: list-item !important;
    flex: 1 !important;
    position: relative !important;
    align-items: center !important;
  }
}


@media (max-width: 768px) {
  .fieldset-wrapper > .form-radios {
    display: block;
    text-align: left;
    padding-top: 15px;
  }
  .option{
    text-align: center;
  }
  .form-survey-street > .survey-street-add-form > #survey-street-content-wrapper > .fieldset-wrapper {
    margin-left: 5%;
    display: flex;
    flex-direction: column;
  }
  .gasto-item > div {
    display: flex;
    flex: 0 0 55%;
  }
  .custom-radio .form-item {
    border: 1px solid;
    display: flex;
    flex-direction: column-reverse;
    padding: 0px 10px 9px 10px;
    margin-top: -6px;
  }
  .app-header .app-header__content.header-mobile-open {
    visibility: visible;
    opacity: 10;
    top: 81px;
    height: 320%;
    padding: 6rem;
    background-color: #2d4556;
  }

  .app-header .app-header__content {
    visibility: hidden;
    opacity: 0;
    box-shadow: 0 0.46875rem 2.1875rem rgba(4, 9, 20, 0.03), 0 0.9375rem 1.40625rem rgba(4, 9, 20, 0.03), 0 0.25rem 0.53125rem rgba(4, 9, 20, 0.05), 0 0.125rem 0.1875rem rgba(4, 9, 20, 0.03);
    position: absolute;
    left: 5%;
    width: 90%;
    top: 0;
    transition: all 0.2s;
    background: #fff;
    border-radius: 25px;
    overflow: hidden;
  }

  .widget-content .widget-content-wrapper {
    display: block;
    flex: 1;
    position: relative;
    align-items: center;
  }

}
/****FIN: MediaQuery moviles*/

/*creacion de usuarios*/
.user-register-form > .js-form-wrapper > .fieldgroup {
  display: none;
}
/*fin de creacion de usuarios*/

/*BOTON DISABLED*/
/* Estilos para el botón deshabilitado */
input:disabled {
  background-color: #d3d3d3; /* Gris claro */
  color: #a1a1a1; /* Gris oscuro */
  border: none;
  cursor: not-allowed; /* El cursor cambia para indicar que no está disponible */
  padding: 10px 20px;
  font-size: 16px;
  border-radius: 5px;
}

/* Asegúrate de que el botón deshabilitado no tenga efectos hover */
input:disabled:hover {
  background-color: #d3d3d3; /* No cambia el fondo en el estado hover */
}
/**** FIN BOTON DISABLED*/


/* Botones popup */
.btn-custom-class-pop-up {
  background-color: #74BC1F;
  color: white;
  font-size: 18px;
  padding: 10px 20px;
  border-radius: 5px;
  border: none;
  text-align: center;
  text-decoration: none;
  display: inline-block;
}

.btn-custom-class-pop-up:hover {
  background-color: #66a818;
  color: white;
  text-decoration: none;
}

.btn-custom-class-pop-up:focus, .btn-custom-class-pop-up:active {
  outline: none;
  box-shadow: none;
}

.btn-danger-custom-class-pop-up {
  background-color: red;
  color: white;
  font-size: 18px;
  padding: 10px 20px;
  border-radius: 5px;
  border: none;
  text-align: center;
  text-decoration: none;
  display: inline-block;
}

.btn-danger-custom-class-pop-up:hover {
  background-color: red;
  color: white;
  text-decoration: none;
}

.btn-danger-custom-class-pop-up:focus, .btn-danger-custom-class-pop-up:active {
  outline: none;
  box-shadow: none;
}

.vertical-nav-menu ul{
  padding: 0;
}

.menu-data-color  {
  font-size: 16px !important;
}

/*CUSTOM LOGIN*/
.user-login-form {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 400px;
  margin: 0 auto;
}
.app-main .app-main__inner {
  display: flex !important;
  flex-direction: column !important;
  padding-left: 2% !important;
  padding-top: 2% !important;
  flex: 1 !important;
  box-sizing: border-box !important;
  width: 100% !important;
  overflow-x: hidden !important;
}
.card {
  flex-grow: 1 !important;
}
/*FINAL: CUSTOM LOGIN*/

/*ocultar estado de cuenta para editar perfil Y EDIT DELETE*/
#edit-status,
#edit-status--wrapper {
  display: none !important;
}

#edit-delete, #edit-cancel {
  color: var(--green) !important;
  background-color: #fff !important;
  border: solid 1px var(--green) !important;
  padding: 10px !important;
  border-radius: 5px !important;
}
#edit-user-cancel-method {
  display: flex;
  flex-direction: column;
}
/*FIN: ocultar estado de cuenta para editar perfil Y EDIT DELETE*/
