/* Region Loader */
.bean-loader {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  display: none;
}

.bean-loader-bg {
  background: #b5b5b5;
  opacity: 0.7;
  position: absolute;
  width: 100%;
  height: 100%;
}

.bean-loader-item {
  display: block;
  position: relative;
  left: 50%;
  top: 50%;
  width: 150px;
  height: 150px;
  margin: -75px 0 0 -75px;
  border-radius: 50%;
  /* box-shadow: 0 3px 3px 0 var(--nv-text-color); */
  transform: translate3d(0,0,0);
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

.bean-loader-item:before, .bean-loader-item:after {
  content: '';
  position: absolute;
  border-radius: 50%;
}

.bean-loader-item:before {
  top: 7px;
  left: 7px;
  right: 7px;
  bottom: 7px;
  box-shadow: 0 3px 3px 0 var(--nv-primary-accent);
  -webkit-animation: spin 3s linear infinite;
  animation: spin 3s linear infinite;
}

.bean-loader-item:after {
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  box-shadow: 0 3px 3px 0 #979797;
  animation: spin 1.5s linear infinite;
}

.bean-loader-alert {
  position: absolute;
  background: white;
  width: 400px;
  padding: 30px 20px;
  height: 220px;
  top: calc(50% - 110px);
  left: calc(50% - 200px);
  box-shadow: 0px 0px 10px 0px #707070;
  border-radius: 10px;
}
/* EndRegion Loader */ 

/* Login form  */
button#firebase-signout {
  position: fixed;
  top: 100px;
  right: 20px;
  border-radius: 40px;
  background: black;
}
.firebase-signout a {
  font-size: 16px;
  color: #FFFFFF !important;
  background-color: black;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: black;
  border-radius: 6px;
  padding: 8px 16px;
  cursor: pointer;
}
.firebase-signout a:after {
  content: none;
}
.firebase-signout a:hover {
  color: #F7B828 !important;
  background-color: #FFFFFF;
  border-color: #F7B828;
  text-decoration: none;
}
.adoc-mis-puntos-menu {
  
}

input.login-input:disabled, select.login-input:disabled {
  border: 2px solid #e7e7e7;
  font-family: 'Gotham';
  font-size: 16px;
  background: #f7f7f7;
  color: #707070;
}

#firebase-form-submit {
  margin-top: 1rem;
  cursor: pointer;
}

a#firebase-forgetpassword {
  font-weight: normal;
  background: none;
  color: black;
  text-transform: none;
  padding: 0px 0px !important;
  text-decoration: underline;
}

a#firebase-forgetpassword:hover { color: var(--primarybtnbg); }
a#firebase-forgetpassword:visited { color: black; }

select {
  min-height: 35px;
  background-repeat: no-repeat !important;
  background-position: right 16px center !important;
  background-size: 16px !important; 
  padding-right: 20px !important;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxOS40MTIiIGhlaWdodD0iMTEuNDEyIiB2aWV3Qm94PSIwIDAgMTkuNDEyIDExLjQxMiI+DQogICAgPGcgaWQ9IkdydXBvXzMxMiIgZGF0YS1uYW1lPSJHcnVwbyAzMTIiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0xMDc3Ljc5NCAtNDQwLjI5NCkiPg0KICAgICAgPGxpbmUgaWQ9IkzDrW5lYV83MiIgZGF0YS1uYW1lPSJMw61uZWEgNzIiIHgxPSI5IiB5MT0iMTAiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDEwNzguNSA0NDEpIiBmaWxsPSJub25lIiBzdHJva2U9IiM3MDcwNzAiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLXdpZHRoPSIxIi8+DQogICAgICA8bGluZSBpZD0iTMOtbmVhXzczIiBkYXRhLW5hbWU9IkzDrW5lYSA3MyIgeTE9IjEwIiB4Mj0iOSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTA4Ny41IDQ0MSkiIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzcwNzA3MCIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2Utd2lkdGg9IjEiLz4NCiAgICA8L2c+DQogIDwvc3ZnPg0KICA=) !important;
}

/* Region LoginRegister */
.firebase-login-btn {
  color: #fff;
  border: 1px solid var(--primarybtnbg);
  background: var(--primarybtnbg);
  font-weight: normal;
  padding: 10px 20px;
  width: 250px;
  border-radius: 50px;
  margin: 10px 0px;
  transition: background 250ms,
      border 250ms, color 250ms;
}

.firebase-login-btn:hover {
  color: white;
  border: 1px solid var(--nv-text-color);
  background: var(--nv-text-color);
}

/* Region LoginRegister */
.firebase-delete-btn {
  color: #fff;
  border: 1px solid #ca0f0f;
  background: #ca0f0f;
  font-weight: normal;
  padding: 10px 20px;
  width: 250px;
  border-radius: 50px;
  margin: 10px 0px;
  transition: background 250ms,
      border 250ms, color 250ms;
}

.firebase-delete-btn:hover {
  color: white;
  border: 1px solid #ff0000;
  background: #ff0000;
}

form#firebase-login-form,
form#firebase-register-form,
form#firebase-profile-form {
  text-align: center;
}

form#firebase-login-form input,
form#firebase-register-form input,
form#firebase-register-form select,
form#firebase-profile-form input,
form#firebase-profile-form select,
form#firebase-password-form input {
  border-radius: 30px;
  margin: 10px 0px;
  padding: 7px 15px;
  min-width: 350px;
  resize: none;
}

form#firebase-register-form input[type=checkbox] {
  min-width: 30px;
  width: 15px;
  height: 15px;
}

form#firebase-register-form select:invalid {
  color: rgba(39, 38, 38, 0.5);
}

form#firebase-register-form {
  max-width: 500px;
  margin: auto;
}

form#firebase-register-form img {
  max-width: 300px;
  margin: 5px auto 15px;
}

form#firebase-register-form button {
  max-width: 300px;
  text-transform: uppercase;
}

.csbtn-login-register a {
  background: var(--nv-text-color);
  color: white !important;
}

.csbtn-login-register a:hover {
  background: var(--primarybtnbg);
  ;
  color: white !important;
}

.form-register-buttons {
  height: 70px;
  max-width: 350px;
  margin: auto;
}

.form-register-buttons>#firebase-register-submit {
  float: right;
  width: 150px;
}

.firebase-btn.firebase-register-next {
  border-color: var(--primarybtnbg);
  background: var(--primarybtnbg);
  float: right;
}

.firebase-btn.firebase-register-next:hover {
  border-color: black;
  background: black;
}

.firebase-btn.firebase-register-prev {
  border-color: black;
  background: none;
  color: black;
  float: left;
}

.firebase-btn.firebase-register-next,
.firebase-btn.firebase-register-prev {
  width: 150px !important;
}

#firebase-register-1>.firebase-btn.firebase-register-next {
  float: none;
}
/* EndRegion LoginRegister */

/* Region Profile */
.firebase-sugar-profile {
  display: flex;
}

.firebase-sugar-profile .profile-picture {
  width: 250px;
  text-align: center;
  padding: 0px 10px;
}

.firebase-sugar-profile .profile-picture h2 {
  margin-bottom: 0px;
  font-size: 1.3rem;
  font-weight: normal;
}

.firebase-sugar-profile .profile-picture h1 {
  font-size: 2rem;
}

.firebase-sugar-profile .profile-photo {
  width: 180px;
  height: 180px;
  margin: auto;
  border: 8px solid #F7B827;
  border-radius: 50%;
  padding: 10px;
}

.firebase-sugar-profile .profile-photo-border {
  height: 100%;
  border: 3px solid black;
  border-radius: 50%;
  overflow: hidden;
}

.firebase-sugar-profile .profile-form {
  flex: 1;
}

#firebase-profile-form .profile-subform {
  width: calc(50% - 1px);
  float: left;
}

#firebase-profile-form .profile-subform-border {
  border: 1px solid #707070;
  border-radius: 15px;
  margin: 0px 15px 20px;
  overflow: hidden;
}

#firebase-profile-form .profile-subform .profile-subform-title {
  background: lightgray;
  padding: 10px 15px;
  border-bottom: 1px solid #707070;
  text-align: left;
}

#firebase-profile-form .profile-subform .profile-subform-input {
  padding: 10px 20px;
  text-align: left;
}

.profile-subform-input label {
  text-align: left;
  margin-left: 15px;
}

.profile-subform .profile-subform-input input,
.profile-subform .profile-subform-input select {
  width: 100%;
  margin: 3px 0px 15px !important;
  min-width: unset !important;
}

.profile-subform .profile-subform-input input[type=checkbox] {
  min-width: 30px;
  width: 15px;
  height: 15px;
}

.profile-subform .profile-subform-input select#opt-country {
  margin: 10px 0px !important;
}

.profile-subform-input.stores-subform {
  display: flex;
  flex-wrap: wrap;
}

.profile-subform-input.stores-subform div { flex-basis: calc(100% / 2); }

.profile-form-buttons {
  clear: both;
  border-top: 1px solid #707070;
  padding-top: 20px;
  margin-top: 15px;
}
/* EndRegion Profile */

/* Region Dashboard*/
div#firebase-points-dashboard {
  border: 2px solid #eaeaea;
  border-radius: 30px;
  padding: 15px 16px;
  /* height: 350px; */
}
@media (min-width: 768px) {
    div#firebase-points-dashboard {
      padding: 15px 30px;
    }
}

.firebase-dashboard-graph {
  height: 150px;
  text-align: center;
}

.firebase-dashboard-graph img {
  height: 100%;
}

h5.firebase-dashboard-title {
  margin-bottom: 15px;
}

.firebase-dashboard-table {
  background: white;
  border: 1px solid #707070;
  border-radius: 3px;
  display: flex;
  margin-top: 20px;
}

.firebase-dashboard-table > div {
  flex: 1;
  text-align: center;
  padding: 10px;
}

.firebase-dashboard-table > div:first-child {
  border-right: 1px dashed #707070;
}

.firebase-dashboard-table-title {
  font-size: 14px;
  line-height: 1;
}

.firebase-dashboard-table-info {
  font-weight: bold;
  font-size: 18px;
}

.firebase-info-table > div {
  margin: 10px auto;
  padding: 10px 10px;
}

.firebase-info-table > div:first-child {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.firebase-info-table > div:last-child {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

.firebase-info-table span {
  margin: 0px 5px;
}

.firebase-points-toup, 
.firebase-points-percentage, 
.firebase-points-redem, 
.firebase-points-promo, 
.firebase-points-promo1, 
.firebase-points-promo2, 
.firebase-points-promo3 {
  font-weight: bold;
  font-size: 20px;
}
/* EndRegio Dashboard*/


@media (max-width: 850px) {
  .firebase-sugar-profile {
      display: block;
  }

  .firebase-sugar-profile .profile-picture {
      margin: 0px auto 25px;
  } 

  button#firebase-signout {
      position: relative;
      top: unset;
      right: unset;
      margin: 0px auto 20px;
      display: block;
  }
}

@media (max-width: 650px) {
  #firebase-profile-form .profile-subform {
      width: 100%;
  }    
}

.firebase-info-table-item {
    display: flex;
}
.firebase-info-table-gradient-yellow-wrapper {
    width: 50%;
    border-radius: 48px;
    border: 1px solid #3A3A3A;
    height: 34px;
}
.firebase-info-table-label-wrapper {
    width: 50%;
}
.firebase-info-table-gradient-yellow {
    background: linear-gradient(270deg, rgba(247, 184, 40, 0.38) 0%, #F7B828 100%);
    border-radius: 48px;
    height: 32px;
    display: flex;
    width: 90%;
}
.firebase-info-table-points {
    height: 32px;
    display: flex;
}
.firebase-info-table-points span {
    font-size: 12px;
    margin-top: auto;
    margin-bottom: auto;
}
.firebase-info-table-gradient-yellow span {
    font-size: 12px;
    margin-top: auto;
    margin-bottom: auto;
}
.firebase-info-table-label-wrapper {
    color: #3A3A3A;
    text-align: center;
    font-size: 12.112px;
    font-style: normal;
    font-weight: 400;
    line-height: 22.36px; /* 184.615% */
    letter-spacing: -0.373px;
    display: flex;
}
.firebase-info-table-label-wrapper span {
    margin-top: auto;
    margin-bottom: auto;
    text-align: left;
    line-height: 16px;
}