@import "fonts/fonts.css";
* {
  padding: 0;
  margin: 0;
}

html {
  height: 100%;
}

html, body {
  min-height: 100%;
}

body {
  min-height: 100%;
  height: 100%;
  font-family: "Sofia Pro Medium";
  font-style: normal;
  font-weight: normal;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

.toric-calculator-wrapper .form-check-input:checked[type=radio] {
  --bs-form-check-bg-image: transparent !important;
}
.toric-calculator-wrapper .form-check-input {
  border-color: rgba(38, 43, 49, 0.4);
  background-color: transparent;
  border-width: 1px;
  outline: none !important;
}
.toric-calculator-wrapper .form-check-input:focus {
  box-shadow: none !important;
  border-color: #986a5b !important;
}
.toric-calculator-wrapper .form-check-input:checked {
  background-color: transparent !important;
  border-color: #986a5b;
  border-width: 3px;
}
.toric-calculator-wrapper .button {
  align-items: center;
  border: 0;
  border-radius: 50px;
  display: inline-flex;
  justify-content: center;
  padding: 0 25px;
  line-height: 1;
  padding-top: 2px;
  height: 48px;
  font-family: "Sofia Pro SemiBold";
  margin: 0 4px;
}
@media (max-width: 768px) {
  .toric-calculator-wrapper .button {
    margin: 2px;
    font-size: 13px;
    height: 40px;
  }
}
.toric-calculator-wrapper .button:hover span {
  color: inherit;
}
.toric-calculator-wrapper .button.blue {
  background-color: #262b31;
  color: #fff;
  min-width: 210px;
  transition: 0.2s all;
}
@media (max-width: 991px) {
  .toric-calculator-wrapper .button.blue {
    min-width: unset;
  }
}
.toric-calculator-wrapper .button.blue:hover {
  opacity: 0.8;
}
.toric-calculator-wrapper .button.transparent {
  background-color: transparent;
  border: 2px solid #986a5b;
  color: #986a5b;
}
.toric-calculator-wrapper .button.transparent:hover {
  background-color: #986a5b;
  color: #fff;
}
.toric-calculator-wrapper h2 {
  color: #fff;
  max-width: 621px;
  margin-bottom: 55px;
  font-family: "Sofia Pro SemiBold";
  font-size: 30px;
}
.toric-calculator-wrapper h2 span {
  font-family: "Sofia Pro SemiBold";
  font-size: 20px;
  display: flex;
  justify-content: center;
}
@media (max-width: 1024px) {
  .toric-calculator-wrapper h2 {
    font-size: 22px;
    text-align: center;
    margin-bottom: 20px;
  }
  .toric-calculator-wrapper h2 span {
    font-size: 14px;
  }
}
.toric-calculator-wrapper h3 {
  font-family: "Sofia Pro SemiBold";
  font-size: 20px;
  color: #986a5b;
}
.toric-calculator-wrapper .tc-login {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.toric-calculator-wrapper .tc-login .tc-fields {
  max-width: 315px;
}
.toric-calculator-wrapper .tc-login .tc-fields .tc-frow {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin-bottom: 31px;
}
.toric-calculator-wrapper .tc-login .tc-fields .tc-frow label {
  font-size: 16px;
  color: #fff;
  font-family: "Sofia Pro SemiBold";
  width: 100%;
  margin-bottom: 5px;
}
.toric-calculator-wrapper .tc-login .tc-fields .tc-frow label.form-info {
  font-family: "Sofia Pro Light";
}
.toric-calculator-wrapper .tc-login .tc-fields .tc-frow select {
  padding: 10px;
  border-radius: 4px;
  font-style: 14px;
  font-family: "Sofia Pro Medium";
  border: none;
  outline: none;
}
.toric-calculator-wrapper .form-control {
  border-color: rgba(38, 43, 49, 0.4);
}
.toric-calculator-wrapper .frow {
  margin-bottom: 20px;
}
.toric-calculator-wrapper .frow:last-child {
  margin-bottom: 0;
}
.toric-calculator-wrapper .frow label {
  font-size: 12px;
  font-family: "Sofia Pro SemiBold";
  margin-bottom: 10px;
}
.toric-calculator-wrapper .frow select {
  background-color: transparent;
  color: #fff;
  height: 46px;
}
.toric-calculator-wrapper .frow select:focus, .toric-calculator-wrapper .frow select.is-invalid, .toric-calculator-wrapper .frow select.is-valid, .toric-calculator-wrapper .frow select.notEmpty {
  background-color: #fff !important;
  color: #000;
}
.toric-calculator-wrapper .frow input[type=text], .toric-calculator-wrapper .frow input[type=number], .toric-calculator-wrapper .frow input.form-control {
  background-color: transparent !important;
  color: #fff;
  padding: 0.375rem 2rem 0.375rem 0.75rem;
  height: 46px;
}
.toric-calculator-wrapper .frow input[type=text]:focus, .toric-calculator-wrapper .frow input[type=text].is-valid, .toric-calculator-wrapper .frow input[type=text].notEmpty, .toric-calculator-wrapper .frow input[type=number]:focus, .toric-calculator-wrapper .frow input[type=number].is-valid, .toric-calculator-wrapper .frow input[type=number].notEmpty, .toric-calculator-wrapper .frow input.form-control:focus, .toric-calculator-wrapper .frow input.form-control.is-valid, .toric-calculator-wrapper .frow input.form-control.notEmpty {
  background-color: #fff !important;
  color: #000;
}
@media (max-width: 991px) {
  .toric-calculator-wrapper .frow > div {
    margin-bottom: 20px;
    margin-bottom: 0;
  }
}
.toric-calculator-wrapper .form-check label {
  font-family: "Sofia Pro Medium";
}
.toric-calculator-wrapper label {
  color: #262b31;
}
.toric-calculator-wrapper table {
  border-collapse: collapse;
}
.toric-calculator-wrapper table tr {
  border: 2px solid rgba(38, 43, 49, 0.4);
}
.toric-calculator-wrapper table tr:hover {
  background-color: rgba(255, 255, 255, 0.4);
}
.toric-calculator-wrapper table th, .toric-calculator-wrapper table td {
  background-color: rgba(0, 0, 0, 0.04) !important;
  color: #262b31;
  font-size: 12px;
  font-family: "Sofia Pro SemiBold";
}
.toric-calculator-wrapper #language-selection {
  display: flex;
}
.toric-calculator-wrapper #language-selection .form-check {
  margin-left: 15px;
}
.toric-calculator-wrapper #output, .toric-calculator-wrapper #outputdummy, .toric-calculator-wrapper #eye-sketch-div {
  display: flex;
  flex-direction: column;
  flex-direction: column-reverse;
}
.toric-calculator-wrapper #output canvas, .toric-calculator-wrapper #outputdummy canvas, .toric-calculator-wrapper #eye-sketch-div canvas {
  width: 100%;
}
.toric-calculator-wrapper #output .tableOuter, .toric-calculator-wrapper #outputdummy .tableOuter, .toric-calculator-wrapper #eye-sketch-div .tableOuter {
  display: flex;
  order: 0;
}
.toric-calculator-wrapper #output .canvasBorder, .toric-calculator-wrapper #outputdummy .canvasBorder, .toric-calculator-wrapper #eye-sketch-div .canvasBorder {
  padding: 10%;
  border: 1px solid rgba(38, 43, 49, 0.4);
  display: flex;
  order: 1;
  margin-bottom: 20px;
}
.toric-calculator-wrapper #output .canvasOuter, .toric-calculator-wrapper #outputdummy .canvasOuter, .toric-calculator-wrapper #eye-sketch-div .canvasOuter {
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

#outputdummy .canvasOuter::before, #outputdummy .canvasOuter::after {
  display: none !important;
}

.dptElem, .mmElem {
  font-size: 12px;
  font-family: "Sofia Pro SemiBold";
  color: #262b31;
}

#lang-lens {
  margin-bottom: 10px;
  font-family: "Sofia Pro SemiBold";
}

.lens-contentOuter {
  display: flex;
  flex-direction: column;
  order: 2;
}
.lens-contentOuter #lens-content {
  border: 2px solid rgba(255, 255, 255, 0.2);
}
.lens-contentOuter #lens-content .form-check {
  position: relative;
  padding: 0;
  margin-bottom: 0;
}
.lens-contentOuter #lens-content .form-check input {
  opacity: 0;
  visibility: hidden;
  position: absolute;
}
.lens-contentOuter #lens-content .form-check input:checked + label {
  background-color: rgba(255, 255, 255, 0.4);
}
.lens-contentOuter #lens-content .form-check label {
  padding: 0.5rem 0.5rem;
  display: block;
  background-color: rgba(255, 255, 255, 0.2);
  border-bottom: 2px solid rgba(255, 255, 255, 0.2);
  font-size: 12px;
  font-family: "Sofia Pro SemiBold";
  cursor: pointer;
}
.lens-contentOuter #lens-content .form-check:last-child label {
  border: none;
}

.valueText {
  display: block;
  font-size: 12px;
  font-family: "Sofia Pro SemiBold";
  margin-top: 10px;
  color: #262b31;
}
@media (max-width: 991px) {
  .valueText {
    margin-bottom: 10px;
  }
}

#outpudummy {
  position: relative;
}

.canText__1, .canText__2, .canText__3 {
  position: absolute;
  color: #262b31;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 18px;
}
.canText__1 {
  top: 0;
  left: 0;
}
.canText__2 {
  top: 0;
  right: 0;
}
.canText__3 {
  bottom: 0;
  right: 0;
}
.canText__left {
  right: revert;
  left: 0;
}

.lensTypeRead ul,
.lensTypeRead ol,
.lensTypeRead dd {
  margin: 0;
  padding: 0;
  list-style: none;
}
.lensTypeRead ul {
  display: block;
}
.lensTypeRead ul li {
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  display: block;
}
.lensTypeRead ul li:last-child {
  margin-bottom: revert;
}
.lensTypeRead ul li:first-child {
  padding-top: 1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.lensTypeRead ul li p {
  color: #fff;
  font-family: "Sofia Pro SemiBold";
  font-size: 14px;
  margin: 0;
  padding: 0;
}

.containerCustom {
  max-width: 1800px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 12px;
  padding-right: 12px;
}

.disclaimer {
  width: 100%;
  height: 100;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1099;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-backdrop-filter: blur(15px);
          backdrop-filter: blur(15px);
}
.disclaimer input {
  border-color: rgba(0, 0, 0, 0.4);
}
.disclaimer__radio {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  font-weight: 400;
  font-size: 14px;
  color: #000;
}
.disclaimer__item {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.disclaimer__wrapper {
  width: 100%;
  height: auto;
  max-height: 90dvh;
  overflow: auto;
  background-color: #fff;
  padding: 20px 40px;
  box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.3);
  border-radius: 5px;
}
@media (max-width: 767px) {
  .disclaimer__wrapper {
    padding: 20px;
  }
}
@media (max-width: 575px) {
  .disclaimer__wrapper {
    padding: 12px;
  }
}
.disclaimer__wrapper-item {
  height: 25dvh;
  overflow: auto;
  border: 3px solid rgba(0, 0, 0, 0.1);
  padding: 10px;
  color: #000;
  font-size: 13px;
  font-weight: 400;
}
.disclaimer__wrapper-item p {
  margin-bottom: 0;
}
.disclaimer__wrapper-bottom__text {
  font-weight: 400;
  font-size: 14px;
  color: #000;
}
.disclaimer__wrapper-top img {
  width: 200px;
  height: auto;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 767px) {
  .disclaimer__wrapper-top img {
    width: 180px;
  }
}
.disclaimer__wrapper-top p {
  color: #000;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 0;
}
@media (max-width: 575px) {
  .disclaimer__wrapper-top p {
    font-size: 14px;
  }
}/*# sourceMappingURL=style.css.map */