.backgroundCtn {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  min-height: 100vh;
  z-index: 9999;
  padding: 1rem;
  overflow-y: auto;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.25);
}
@media (max-width: 768px) {
  .backgroundCtn {
    padding: 0;
  }
}
.backgroundCtn .modalCtn {
  width: 60%;
  max-width: 800px;
  height: auto;
  max-height: 75vh;
  min-height: 450px;
  margin: auto;
  border-radius: 26px;
  background: #ffffff;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: flex-start;
}
@media (max-width: 768px) {
  .backgroundCtn .modalCtn {
    width: 100%;
    height: 100%;
    border-radius: 0;
    max-height: unset;
  }
}
.backgroundCtn .modalCtn .modalHeader {
  background-color: #0857c3;
  width: 100%;
  height: 5rem;
  padding-left: 4.5rem;
  border-radius: 26px 26px 0px 0px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
}
@media (max-width: 768px) {
  .backgroundCtn .modalCtn .modalHeader {
    padding: 0 1rem;
    border-radius: 0;
  }
}
.backgroundCtn .modalCtn .modalHeader h2 {
  color: #fff;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 2.5rem;
  padding: 0 0;
  margin: 0 0;
}
@media (max-width: 768px) {
  .backgroundCtn .modalCtn .modalHeader h2 {
    font-size: 1.3rem;
  }
}
.backgroundCtn .modalCtn .modalHeader .tabImg {
  position: absolute;
  top: 0;
  right: 20%;
}
@media (max-width: 768px) {
  .backgroundCtn .modalCtn .modalHeader .tabImg {
    width: 2.5rem;
    right: 17%;
  }
}
.backgroundCtn .modalCtn .modalHeader .cross {
  position: absolute;
  right: 10%;
  top: 36%;
  background: transparent;
  border: none;
}
@media (max-width: 768px) {
  .backgroundCtn .modalCtn .modalHeader .cross {
    right: 5%;
  }
}
.backgroundCtn .modalCtn .modalHeader .cross img {
  width: 1.5rem;
}
.backgroundCtn .modalCtn .modalBody {
  width: 100%;
  height: 100%;
  padding: 3rem 2rem 2rem;
  min-height: 28.69rem;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: space-around;
}
.backgroundCtn .modalCtn .modalBody .warningIcon {
  width: 6rem;
  height: 6rem;
  margin: 0 auto;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid #e11212;
}
.backgroundCtn .modalCtn .modalBody .warningIcon h3 {
  color: #e11212;
  text-align: center;
  font-size: 4.375rem;
  font-weight: 275;
}
.backgroundCtn .modalCtn .modalBody .textCtn {
  width: 100%;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
}
.backgroundCtn .modalCtn .modalBody .textCtn p {
  color: #3c3c3b;
  text-align: center;
  font-size: 1.1rem;
}
.backgroundCtn .modalCtn .modalBody .btnCtn {
  width: 100%;
  height: auto;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: space-evenly;
}
@media (max-width: 768px) {
  .backgroundCtn .modalCtn .modalBody .btnCtn {
    flex-flow: column;
  }
}
.backgroundCtn .modalCtn .modalBody .btnCtn .btn {
  width: 40%;
  height: 3.5rem;
  border-radius: 18px;
  border: 2px solid #0857c3;
  text-align: center;
  font-size: 1.2rem;
  font-weight: 600;
}
@media (max-width: 768px) {
  .backgroundCtn .modalCtn .modalBody .btnCtn .btn {
    width: 80% !important;
  }
  .backgroundCtn .modalCtn .modalBody .btnCtn .btn:first-child {
    margin-bottom: 1rem;
  }
}
.backgroundCtn .modalCtn .modalBody .btnCtn .cancel,
.backgroundCtn .modalCtn .modalBody .btnCtn .wishlistModalCancel {
  background: #ffffff;
  color: #0857c3;
}
.backgroundCtn .modalCtn .modalBody .btnCtn .confirm,
.backgroundCtn .modalCtn .modalBody .btnCtn .wishlistModalConfirm {
  background: #0857c3;
  color: #ffffff;
}
.backgroundCtn .modalCtn .loginCtn {
  display: none;
  width: 100%;
  height: auto;
  max-height: 30rem;
  overflow-y: scroll;
  padding: 2rem 8rem;
}
@media (max-width: 1072px) {
  .backgroundCtn .modalCtn .loginCtn {
    padding: 2rem 5rem;
  }
}
@media (max-width: 768px) {
  .backgroundCtn .modalCtn .loginCtn {
    padding: 1rem;
    max-height: 89vh;
  }
}
.backgroundCtn .modalCtn .loginCtn .tab-pane {
  margin-top: 1em;
}
.backgroundCtn .modalCtn .dropdown-menu .dropdown-item a {
  font-weight: 400;
}
.backgroundCtn div.login-form-nav > ul.nav-tabs > li.nav-item > a.nav-link {
  color: var(--skin-menu-color-1) !important;
}

@media (max-width: 768px) {
  .recipeCtn {
    padding: 0 0;
  }
}
.recipeCtn .modalCtn {
  width: 60%;
  max-width: 800px;
  max-height: 90vh;
}
@media (max-width: 768px) {
  .recipeCtn .modalCtn {
    width: 100%;
    height: 100%;
    border-radius: 0;
    max-height: unset;
  }
}
.recipeCtn .modalCtn .modalHeader {
  width: 100%;
  height: 5rem;
  padding-left: 6.5rem;
}
@media (max-width: 768px) {
  .recipeCtn .modalCtn .modalHeader {
    padding: 0 1rem;
    border-radius: 0;
  }
}
.recipeCtn .modalCtn .modalHeader h2 {
  font-size: 2rem;
  padding: 0 0;
  margin: 0 0;
}
@media (max-width: 768px) {
  .recipeCtn .modalCtn .modalHeader .tabImg {
    width: 2.5rem;
    right: 17%;
  }
}
@media (max-width: 768px) {
  .recipeCtn .modalCtn .modalHeader .cross {
    right: 5%;
  }
}
.recipeCtn .modalCtn .modalHeader .cross img {
  width: 1.5rem;
}
.recipeCtn .modalCtn .recipeBody {
  padding: 0 2.5rem 2rem !important;
  overflow-y: scroll;
}
@media (max-width: 768px) {
  .recipeCtn .modalCtn .recipeBody {
    padding: 0 1rem 1.5rem !important;
  }
}
.recipeCtn .modalCtn .recipeBody .btnCtn {
  justify-content: space-evenly;
}
@media (max-width: 768px) {
  .recipeCtn .modalCtn .recipeBody .btnCtn {
    flex-flow: column;
  }
}
.recipeCtn .modalCtn .recipeBody .btnCtn .btn {
  width: 40% !important;
  height: 3.5rem;
  font-size: 1.2rem;
}
@media (max-width: 768px) {
  .recipeCtn .modalCtn .recipeBody .btnCtn .btn {
    width: 80% !important;
  }
  .recipeCtn .modalCtn .recipeBody .btnCtn .btn:first-child {
    margin-bottom: 1rem;
  }
}
@media (max-width: 768px) {
  .recipeCtn .modalCtn .recipe-form-container {
    width: 100%;
  }
}
.recipeCtn .modalCtn .recipe-form-container .contacto-configura-lentes {
  border: none;
}
@media (max-width: 768px) {
  .recipeCtn .modalCtn .recipe-form-container .contacto-configura-lentes {
    padding: 0 0;
  }
}
.recipeCtn .modalCtn .recipe-form-container .contacto-configura-lentes .diff-checkbox {
  margin-top: 1.5rem;
}
.recipeCtn .modalCtn .recipe-form-container .contacto-configura-lentes .diff-checkbox span {
  vertical-align: text-bottom;
}
.recipeCtn .modalCtn .recipe-form-container .contacto-configura-lentes .diff-checkbox input {
  cursor: pointer;
}
.recipeCtn .modalCtn .recipe-form-container .contacto-configura-lentes .step-number {
  width: 100%;
}
.recipeCtn .modalCtn .recipe-form-container .contacto-configura-lentes .step-number .step {
  width: 38px;
  height: 38px;
  font-size: 1rem;
  border-radius: 50%;
  border: 1.5px solid #0857c3;
  color: #0857c3;
  -webkit-text-fill-color: #0857c3;
  -webkit-opacity: 1;
  margin-right: 0.6rem;
  padding: 17px;
}
.recipeCtn .modalCtn .recipe-form-container .contacto-configura-lentes .step-number .step-text {
  color: #0857c3;
  font-size: 1rem;
}
.recipeCtn .modalCtn .recipe-form-container .contacto-configura-lentes .step-line {
  flex-grow: 1;
  height: 1px;
  background-color: #0857c3;
  width: 11rem;
}
.recipeCtn .modalCtn .recipe-form-container .contacto-configura-lentes .file-carga-receta {
  margin-top: 1.5rem;
  width: fit-content;
  padding: 0 15px;
}
.recipeCtn .modalCtn .recipe-form-container .contacto-configura-lentes .file-carga-receta i {
  font-size: 2rem;
  margin-right: 0.7rem;
}
.recipeCtn .modalCtn .recipe-form-container .contacto-configura-lentes .file-carga-receta span {
  font-size: 0.8rem;
}
.recipeCtn .modalCtn .recipe-form-container .contacto-configura-lentes .lentes-config-step-two {
  margin-top: 2rem;
  width: 100%;
}
.recipeCtn .modalCtn .recipe-form-container .contacto-configura-lentes .lentes-config-step-two .result-separator {
  margin: 0 1rem;
}
.recipeCtn .modalCtn .recipe-form-container .contacto-configura-lentes .input-rules {
  text-align: center;
  margin-top: 0.1rem;
  font-family: Poppins;
  font-weight: 400;
  font-size: 0.7rem;
}
.recipeCtn .modalCtn .grid-lentes-config {
  display: grid;
  grid-auto-flow: column;
  grid-template-columns: 1.4fr 2fr 2fr;
  gap: 0.8rem;
  width: 97%;
}
.recipeCtn .modalCtn .grid-lentes-config .item {
  display: flex;
  justify-content: center;
  align-items: end;
  height: 3rem;
}
.recipeCtn .modalCtn .grid-lentes-config .column-one .item {
  justify-content: start;
}
.recipeCtn .modalCtn .grid-lentes-config .item:has(select) {
  position: relative;
}
.recipeCtn .modalCtn .grid-lentes-config .item:has(select)::after {
  content: "\F078";
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: grey;
  display: block;
  position: absolute;
  right: 7px;
  bottom: 7px;
  margin: auto;
  font-size: 11px;
  pointer-events: none;
}
.recipeCtn .modalCtn .grid-lentes-config select {
  text-align: center;
  width: 95%;
  border: none;
  border-bottom: 0.5px solid grey;
  color: grey;
  cursor: pointer;
  padding-right: 20px;
  -webkit-appearance: none;
  background-color: white;
  appearance: none;
  cursor: pointer;
  position: relative;
}
.recipeCtn .modalCtn .grid-lentes-config .attr {
  color: #0857c3;
}
.recipeCtn .modalCtn .grid-lentes-config .ojos {
  border-bottom: 0.5px solid #0857c3;
  width: 95%;
}
.recipeCtn .modalCtn .grid-lentes-config .cantidad input,
.recipeCtn .modalCtn .grid-lentes-config .quantity input {
  border: 0.5px solid;
  border-radius: 5px;
  width: 90%;
  padding: 0 10px;
  text-align: center;
}
.recipeCtn .modalCtn #receta-file-name {
  width: 70%;
  max-width: 70%;
  height: 3.2rem;
  color: #0857c3;
  -webkit-text-fill-color: #0857c3;
  -webkit-opacity: 1;
  padding: 0 15px;
  border: 1.5px dashed #0857c3;
  border-radius: 0.8rem;
  cursor: pointer;
}