/* line 3, /app/app/assets/stylesheets/smile-landing.css.scss */
body {
  font-family: "Roboto", sans-serif;
}

/* line 7, /app/app/assets/stylesheets/smile-landing.css.scss */
.row.hero-section {
  text-align: center;
  margin-bottom: 7px;
  border-bottom: solid 5px #FFB500;
}
/* line 11, /app/app/assets/stylesheets/smile-landing.css.scss */
.row.hero-section h2, .row.hero-section h4 {
  letter-spacing: 2px;
  font-weight: lighter;
}
/* line 15, /app/app/assets/stylesheets/smile-landing.css.scss */
.row.hero-section .gold-color {
  color: #FFB500;
}
/* line 18, /app/app/assets/stylesheets/smile-landing.css.scss */
.row.hero-section h4 {
  color: #ffffff;
}
/* line 22, /app/app/assets/stylesheets/smile-landing.css.scss */
.row.hero-section .doctor-logo img {
  object-fit: contain;
  position: absolute;
  right: 10px;
  top: -64px;
  z-index: 99999;
}

/* line 31, /app/app/assets/stylesheets/smile-landing.css.scss */
.row.grey-background {
  padding: 0;
  background-color: transparent;
  margin-bottom: 0;
}

/* line 36, /app/app/assets/stylesheets/smile-landing.css.scss */
.public-header #mobile-menu {
  display: none;
}

/* line 39, /app/app/assets/stylesheets/smile-landing.css.scss */
.gold-border {
  border-bottom: 0px;
}

/* line 43, /app/app/assets/stylesheets/smile-landing.css.scss */
.before-after-images .col-xs-6 {
  padding: 0px;
}
/* line 45, /app/app/assets/stylesheets/smile-landing.css.scss */
.before-after-images .col-xs-6 img {
  width: 100%;
}

/* line 53, /app/app/assets/stylesheets/smile-landing.css.scss */
.instructions {
  background-color: #ffffff;
  margin-top: 7px;
  padding: 2% 5%;
}
/* line 57, /app/app/assets/stylesheets/smile-landing.css.scss */
.instructions .seexample {
  text-align: right;
  margin-bottom: 10px;
}
/* line 60, /app/app/assets/stylesheets/smile-landing.css.scss */
.instructions .seexample a.seeExamples:hover, .instructions .seexample a.seeExamples:focus, .instructions .seexample a.seeExamples:visited {
  text-decoration: none;
  color: #009ace;
}
/* line 64, /app/app/assets/stylesheets/smile-landing.css.scss */
.instructions .seexample svg {
  width: 20px;
  height: 20px;
  position: relative;
  top: 5px;
}
/* line 71, /app/app/assets/stylesheets/smile-landing.css.scss */
.instructions .ageAcceptance {
  margin-left: 10px;
  font-weight: inherit;
}
/* line 75, /app/app/assets/stylesheets/smile-landing.css.scss */
.instructions .consentLabel {
  margin-left: 25px !important;
}

/* line 80, /app/app/assets/stylesheets/smile-landing.css.scss */
.sv-btn {
  text-align: center;
  background: #029ace;
  color: #fff;
  border: none;
  cursor: pointer;
  font-family: "Roboto", sans-serif !important;
  width: 100%;
  padding: 12px 10px 12px 10px;
  border-radius: 0px;
  text-shadow: none !important;
  font-weight: normal;
}

/* line 94, /app/app/assets/stylesheets/smile-landing.css.scss */
input[type="file"] {
  display: block;
  opacity: 0;
  position: absolute;
}

/* line 100, /app/app/assets/stylesheets/smile-landing.css.scss */
.age-check-box .container input {
  position: absolute;
  opacity: 0;
}

/* line 105, /app/app/assets/stylesheets/smile-landing.css.scss */
.checkbox,
.radio {
  background: transparent url(/assets/cbr-9a7b1e48ea58cfdb8f01937472b63f3dd0267a56f6efc001479618eb6e689879.png) no-repeat;
  margin-top: 8px;
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  float: left;
}

/* line 116, /app/app/assets/stylesheets/smile-landing.css.scss */
.checkbox-checked {
  background-position: -22px 0px;
}

/* line 120, /app/app/assets/stylesheets/smile-landing.css.scss */
.checkmark {
  position: absolute;
  top: 2px;
  left: 2px;
  height: 20px;
  width: 20px;
  background-color: #eee;
}

/* line 128, /app/app/assets/stylesheets/smile-landing.css.scss */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* line 133, /app/app/assets/stylesheets/smile-landing.css.scss */
.container input:checked ~ .checkmark:after {
  display: block;
}

/* line 136, /app/app/assets/stylesheets/smile-landing.css.scss */
.container .checkmark:after {
  left: 6px;
  top: 1px;
  width: 7px;
  height: 13px;
  border: solid #2196f3;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* line 151, /app/app/assets/stylesheets/smile-landing.css.scss */
.ageAcceptance .popover.top > .arrow {
  left: 6.333% !important;
  border-top-color: red !important;
  bottom: -11px !important;
}
/* line 156, /app/app/assets/stylesheets/smile-landing.css.scss */
.ageAcceptance .popover {
  border: 1px solid red !important;
  width: 100%;
  min-width: 330px;
  max-width: 300px !important;
}
/* line 162, /app/app/assets/stylesheets/smile-landing.css.scss */
.ageAcceptance .popover-content {
  padding: 10px !important;
}
/* line 165, /app/app/assets/stylesheets/smile-landing.css.scss */
.ageAcceptance .popover.top {
  border-radius: 8px !important;
}
/* line 168, /app/app/assets/stylesheets/smile-landing.css.scss */
.ageAcceptance .popover.fade.top.in {
  top: -46px !important;
  left: -10px !important;
}

@media only screen and (max-width: 392px) {
  /* line 175, /app/app/assets/stylesheets/smile-landing.css.scss */
  .row.hero-section h2 {
    font-size: 23px;
  }
}
/* line 185, /app/app/assets/stylesheets/smile-landing.css.scss */
.row.footer-desclaimer .col-xs-12 p {
  font-size: 9px;
  padding: 10px;
  color: #ffffff;
  text-align: justify;
}

/* line 192, /app/app/assets/stylesheets/smile-landing.css.scss */
a#privacyPolicy {
  border-bottom: 1px solid #029ace;
  color: #029ace;
}

/* line 196, /app/app/assets/stylesheets/smile-landing.css.scss */
a#privacyPolicy:hover, a#privacyPolicy:focus, a#privacyPolicy:visited {
  text-decoration: none;
  color: #029ace;
}

/* line 209, /app/app/assets/stylesheets/smile-landing.css.scss */
.camera_page {
  display: none;
}
/* line 212, /app/app/assets/stylesheets/smile-landing.css.scss */
.camera_page canvas {
  display: block;
  margin: 24px auto;
  width: 100%;
  height: 440px;
}
/* line 219, /app/app/assets/stylesheets/smile-landing.css.scss */
.camera_page .container {
  display: flex;
  flex: 1;
  margin: auto;
  width: 100%;
  height: 100%;
  justify-content: center;
  padding-top: 100px;
}
/* line 229, /app/app/assets/stylesheets/smile-landing.css.scss */
.camera_page .photoContainer {
  height: 100%;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow-x: hidden;
}
/* line 239, /app/app/assets/stylesheets/smile-landing.css.scss */
.camera_page .thumb {
  position: static;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
/* line 245, /app/app/assets/stylesheets/smile-landing.css.scss */
.camera_page .thumb p {
  position: absolute;
  color: #ffffff;
  z-index: 9;
  bottom: 100px;
  font-size: 12px;
  left: 0;
  right: 0;
  text-align: center;
}
/* line 257, /app/app/assets/stylesheets/smile-landing.css.scss */
.camera_page .face-marker {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 66px;
  left: 0 !important;
  background: url(/assets/record-overlay-1be0cd046fa2cfdc2163f0d73b052cd1be503a1789ed0dee5f005499792f6a3c.svg) no-repeat;
  background-position: center -120px !important;
  background-repeat: no-repeat;
}
/* line 268, /app/app/assets/stylesheets/smile-landing.css.scss */
.camera_page video {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  position: static;
  max-width: 100%;
  width: 100%;
  height: 100%;
}
/* line 277, /app/app/assets/stylesheets/smile-landing.css.scss */
.camera_page .canvs {
  padding-top: 20px;
  display: none;
}
/* line 281, /app/app/assets/stylesheets/smile-landing.css.scss */
.camera_page .photoBtn {
  position: absolute;
  left: 0;
  right: 0;
  width: 60px;
  margin: auto;
}
/* line 290, /app/app/assets/stylesheets/smile-landing.css.scss */
.camera_page .camBtn {
  display: block;
  margin: 10px 10px;
  width: 190px;
  background-color: #23aae2;
  height: 50px;
  padding: 8px 12px;
  cursor: pointer;
  font-size: 16px;
  line-height: 32px;
  color: #fff;
  letter-spacing: .05em;
  text-transform: uppercase;
}
/* line 305, /app/app/assets/stylesheets/smile-landing.css.scss */
.camera_page .btnContainer {
  display: block;
  position: static;
}
/* line 309, /app/app/assets/stylesheets/smile-landing.css.scss */
.camera_page #flipCamera {
  float: right;
}

/* line 314, /app/app/assets/stylesheets/smile-landing.css.scss */
.camera_page {
  background-color: black;
  padding-right: 0px;
  padding-left: 0px;
}
/* line 319, /app/app/assets/stylesheets/smile-landing.css.scss */
.camera_page .btnContainer .camera-main-btn {
  position: relative;
  background-color: black;
  height: 77px;
  padding: 10px;
  text-align: center;
  width: 100%;
}
/* line 326, /app/app/assets/stylesheets/smile-landing.css.scss */
.camera_page .btnContainer .camera-main-btn img {
  float: none;
}
/* line 329, /app/app/assets/stylesheets/smile-landing.css.scss */
.camera_page .btnContainer .camera-main-btn .instruction {
  position: absolute;
  top: -35px;
  left: 0;
  right: 0;
  font-size: 12px;
  color: #ffffff;
}
/* line 339, /app/app/assets/stylesheets/smile-landing.css.scss */
.camera_page .btnContainer2 {
  display: block;
  position: static;
}
/* line 342, /app/app/assets/stylesheets/smile-landing.css.scss */
.camera_page .btnContainer2 .after-click {
  height: 78px;
  display: none;
  width: 100%;
  padding: 10px;
}
/* line 347, /app/app/assets/stylesheets/smile-landing.css.scss */
.camera_page .btnContainer2 .after-click #retake {
  position: absolute;
  color: #ffffff;
  font-size: 20px;
  float: left;
  width: 60px;
  padding: 10px 10px 10px 0px;
}
/* line 355, /app/app/assets/stylesheets/smile-landing.css.scss */
.camera_page .btnContainer2 .after-click .start-simulation {
  float: right;
  color: #ffffff;
  font-size: 20px;
  padding: 10px 0px 10px 10px;
  position: relative;
}

/* line 366, /app/app/assets/stylesheets/smile-landing.css.scss */
#imagenFondo {
  display: none;
  background: 0% 0% / cover no-repeat black;
  min-height: 100px;
  text-align: center;
  width: 100%;
  border-radius: 0px !important;
  border: 0px !important;
}

/* line 377, /app/app/assets/stylesheets/smile-landing.css.scss */
.camera_cancel {
  left: 10px;
  float: left;
  font-size: 18px;
  color: white;
  text-decoration: none;
  margin-top: 20px;
  margin-left: 10px;
}

/* line 390, /app/app/assets/stylesheets/smile-landing.css.scss */
.process-section {
  min-height: 110px;
  background-color: #3D3935;
  color: #ffffff;
}
/* line 394, /app/app/assets/stylesheets/smile-landing.css.scss */
.process-section .wait-text {
  padding-top: 10px;
  font-size: 20px;
}
/* line 398, /app/app/assets/stylesheets/smile-landing.css.scss */
.process-section .generatingText {
  top: 0px;
  left: 0px;
  right: 0px;
  text-align: center;
  position: static;
}
/* line 405, /app/app/assets/stylesheets/smile-landing.css.scss */
.process-section .progressPercentage {
  text-align: center;
  font-size: 40px;
  position: static;
  width: 100%;
  top: 0;
  right: -40px;
  padding-left: 10px;
  position: static;
  margin-top: 5px;
}

/* line 420, /app/app/assets/stylesheets/smile-landing.css.scss */
.progress-page-form {
  padding-top: 10px;
  background-color: #ffffff;
}
/* line 423, /app/app/assets/stylesheets/smile-landing.css.scss */
.progress-page-form .dr-header-1, .progress-page-form .dr-header-2 {
  text-align: center;
  margin-bottom: 10px;
}
/* line 427, /app/app/assets/stylesheets/smile-landing.css.scss */
.progress-page-form .dr-header-1 {
  font-size: 18px;
}
/* line 430, /app/app/assets/stylesheets/smile-landing.css.scss */
.progress-page-form .dr-header-2 {
  font-size: 16px;
}
/* line 433, /app/app/assets/stylesheets/smile-landing.css.scss */
.progress-page-form .user-inputs {
  padding: 2%;
}
/* line 435, /app/app/assets/stylesheets/smile-landing.css.scss */
.progress-page-form .user-inputs input {
  width: 100%;
  border: 1px solid #ccc;
  border-radius: 4px;
  height: 30px;
  padding: 4px 6px;
  font-size: 16px;
}
/* line 444, /app/app/assets/stylesheets/smile-landing.css.scss */
.progress-page-form .cta_selection {
  text-align: center;
}
/* line 448, /app/app/assets/stylesheets/smile-landing.css.scss */
.progress-page-form .cta_color input {
  margin-right: 4px;
}
/* line 452, /app/app/assets/stylesheets/smile-landing.css.scss */
.progress-page-form .row {
  margin: 0px;
}
/* line 455, /app/app/assets/stylesheets/smile-landing.css.scss */
.progress-page-form .submit-cancel-ctas {
  margin-bottom: 15px;
  margin-top: 15px;
}
/* line 458, /app/app/assets/stylesheets/smile-landing.css.scss */
.progress-page-form .submit-cancel-ctas .submit-instructions {
  padding: 20px;
}
/* line 460, /app/app/assets/stylesheets/smile-landing.css.scss */
.progress-page-form .submit-cancel-ctas .submit-instructions p {
  font-size: 12px;
  color: #949695;
  text-align: justify;
}
/* line 468, /app/app/assets/stylesheets/smile-landing.css.scss */
.progress-page-form .dr-questions-container .dr-header-1 {
  text-align: center;
  margin-bottom: 10px;
  font-size: 18px;
}

/* line 476, /app/app/assets/stylesheets/smile-landing.css.scss */
.afterCapture, .result-after-simulation {
  display: none;
}

/* line 484, /app/app/assets/stylesheets/smile-landing.css.scss */
.simulation-section {
  padding: 0% 10%;
  background-color: #3D3935;
}
/* line 487, /app/app/assets/stylesheets/smile-landing.css.scss */
.simulation-section .display-text {
  padding: 0;
  margin: 0;
}
/* line 490, /app/app/assets/stylesheets/smile-landing.css.scss */
.simulation-section .display-text .before-text, .simulation-section .display-text .after-text {
  color: #ffffff;
  font-size: 15px;
  padding: 0px;
}
/* line 497, /app/app/assets/stylesheets/smile-landing.css.scss */
.simulation-section .before-after-images .before-image, .simulation-section .before-after-images .after-image {
  padding: 0;
}
/* line 502, /app/app/assets/stylesheets/smile-landing.css.scss */
.simulation-section #expandImage {
  height: 20px;
  width: 20px;
  float: right;
}
/* line 508, /app/app/assets/stylesheets/smile-landing.css.scss */
.simulation-section .disclaimer-result {
  width: 100%;
  text-align: center;
  margin: 0px;
}
/* line 512, /app/app/assets/stylesheets/smile-landing.css.scss */
.simulation-section .disclaimer-result .text-xsmall {
  margin: 0px;
  background-color: #4c4a4a;
  color: #ffffff;
}

/* line 523, /app/app/assets/stylesheets/smile-landing.css.scss */
.result-after-simulation .doctor-form .progress-page-form .while-you-wait {
  display: none;
}

/* line 531, /app/app/assets/stylesheets/smile-landing.css.scss */
.doctor-form .ageAcceptance {
  font-weight: 200;
}
/* line 534, /app/app/assets/stylesheets/smile-landing.css.scss */
.doctor-form .acceptance_container {
  padding: 10px;
}

/* line 541, /app/app/assets/stylesheets/smile-landing.css.scss */
.doctor-form-thankyou-screen {
  display: none;
  text-align: center;
  font-size: 18px;
  margin-bottom: 30px;
}
/* line 546, /app/app/assets/stylesheets/smile-landing.css.scss */
.doctor-form-thankyou-screen .email-me-a-copy {
  margin-top: 10px;
  margin-bottom: 10px;
}
/* line 549, /app/app/assets/stylesheets/smile-landing.css.scss */
.doctor-form-thankyou-screen .email-me-a-copy #sendEmail {
  width: 200px;
}
/* line 553, /app/app/assets/stylesheets/smile-landing.css.scss */
.doctor-form-thankyou-screen .redirect-practice-url {
  position: relative;
  top: 15px;
  border: 1px solid #7d7a7a;
  border-radius: 20px;
  padding: 10px 30px;
  color: #029ace;
}
/* line 561, /app/app/assets/stylesheets/smile-landing.css.scss */
.doctor-form-thankyou-screen a.redirect-practice-url:link, .doctor-form-thankyou-screen a.redirect-practice-url:visited, .doctor-form-thankyou-screen a.redirect-practice-url:hover {
  outline: none;
  text-decoration: none;
}

/* line 566, /app/app/assets/stylesheets/smile-landing.css.scss */
.afterCapture, .result-after-simulation {
  background-color: #ffffff;
}

/* line 573, /app/app/assets/stylesheets/smile-landing.css.scss */
#modalShowSimulation {
  overflow-x: hidden !important;
  overflow-y: scroll !important;
}
/* line 578, /app/app/assets/stylesheets/smile-landing.css.scss */
#modalShowSimulation .modal-body.picbig-modal {
  padding: 0px !important;
}
/* line 581, /app/app/assets/stylesheets/smile-landing.css.scss */
#modalShowSimulation .modal-title {
  margin-top: 5px !important;
  font-size: 25px !important;
}
/* line 585, /app/app/assets/stylesheets/smile-landing.css.scss */
#modalShowSimulation .closeCombined {
  width: 25px;
  height: 25px;
  float: right;
}
/* line 591, /app/app/assets/stylesheets/smile-landing.css.scss */
#modalShowSimulation .picbig-modal .disclaimer-result {
  position: absolute;
  bottom: 0px;
}
/* line 594, /app/app/assets/stylesheets/smile-landing.css.scss */
#modalShowSimulation .picbig-modal .disclaimer-result .text-xsmall {
  color: #ffffff;
}
/* line 598, /app/app/assets/stylesheets/smile-landing.css.scss */
#modalShowSimulation .picbig-modal img {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  /* line 603, /app/app/assets/stylesheets/smile-landing.css.scss */
  #modalShowSimulation .modal-dialog {
    margin: 0px;
  }
}
/* line 608, /app/app/assets/stylesheets/smile-landing.css.scss */
#modalShowSimulation .modal-header {
  background: url(/assets/lines-bg-b3c81d825b8b3cf1131524a994e20262858ec4cc1abe581f8aaccd142efaea4a.jpg);
  border-bottom: 3px solid #ffb400;
  padding-bottom: 2px !important;
}
/* line 612, /app/app/assets/stylesheets/smile-landing.css.scss */
#modalShowSimulation .modal-header .modal-title {
  text-align: center;
  margin-top: 5px;
  color: #ffffff;
  font-weight: 100;
  text-align: center;
}
/* line 619, /app/app/assets/stylesheets/smile-landing.css.scss */
#modalShowSimulation .modal-header .modalClose {
  width: 25px;
  height: 25px;
  float: right;
}

/* line 626, /app/app/assets/stylesheets/smile-landing.css.scss */
.smile-visualization-wrap #smileViewCarousel .carousel-control {
  top: 50px;
  background: none;
}

/* line 631, /app/app/assets/stylesheets/smile-landing.css.scss */
.anz-consent {
  display: none;
}

/* line 638, /app/app/assets/stylesheets/smile-landing.css.scss */
.error_not_suitable,
.error_network_connection {
  display: none;
}
/* line 641, /app/app/assets/stylesheets/smile-landing.css.scss */
.error_not_suitable .get-start a,
.error_network_connection .get-start a {
  color: #ffffff !important;
  background-color: #009ace;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  font-family: 'Roboto', sans-serif;
  letter-spacing: 0.25px;
  font-size: 24px;
}
/* line 651, /app/app/assets/stylesheets/smile-landing.css.scss */
.error_not_suitable .btn_align,
.error_network_connection .btn_align {
  border-radius: 0px;
  margin-top: 30px !important;
  margin-bottom: 30px !important;
  padding-left: 30px !important;
  padding-right: 30px !important;
}
/* line 658, /app/app/assets/stylesheets/smile-landing.css.scss */
.error_not_suitable .text_align h2,
.error_network_connection .text_align h2 {
  font-family: 'Roboto',sans-serif;
  color: #BE933C;
  text-align: center;
  margin-top: 0px;
  letter-spacing: 0.25px;
  font-size: 24px;
}
/* line 666, /app/app/assets/stylesheets/smile-landing.css.scss */
.error_not_suitable .trybtn .link2,
.error_network_connection .trybtn .link2 {
  text-align: center;
}

/* line 671, /app/app/assets/stylesheets/smile-landing.css.scss */
.error_network_connection .errorImg {
  margin: auto;
  text-align: center;
  margin-top: 100px;
  margin-bottom: 70px;
  vertical-align: middle;
}

/* line 680, /app/app/assets/stylesheets/smile-landing.css.scss */
.error_not_suitable .error_img_not_suitable {
  text-align: center;
  margin-bottom: 50px;
  margin-top: 150px !important;
  vertical-align: middle;
}
/* line 685, /app/app/assets/stylesheets/smile-landing.css.scss */
.error_not_suitable .error_img_not_suitable img {
  max-height: 100px !important;
  width: 100px !important;
}

/* line 697, /app/app/assets/stylesheets/smile-landing.css.scss */
.ajax-loader {
  background: url(/assets/smile_viz/loading_transparent-beb140f99d1c53a430e98c7c68ac510d03efdded2eac66046082f288d308de4f.gif) no-repeat;
  width: 50px;
  height: 50px;
  background-size: cover;
  background-position: center;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin-top: 100px;
}

/* line 716, /app/app/assets/stylesheets/smile-landing.css.scss */
.user-inputs .help-block {
  display: none;
}

/* line 721, /app/app/assets/stylesheets/smile-landing.css.scss */
.error_map {
  border: 1px solid red !important;
}

@media only screen and (max-width: 767px) {
  /* line 734, /app/app/assets/stylesheets/smile-landing.css.scss */
  .tipsForBetterSelfie {
    border-bottom: 10px solid #ffb400;
  }

  /* line 738, /app/app/assets/stylesheets/smile-landing.css.scss */
  .tipsForBetterSelfie .tips {
    height: 268px !important;
    margin-bottom: -75px;
  }
}
/* line 744, /app/app/assets/stylesheets/smile-landing.css.scss */
.container-see-example {
  display: none;
}
/* line 746, /app/app/assets/stylesheets/smile-landing.css.scss */
.container-see-example .carousel-caption {
  padding-bottom: 10px !important;
}

/* line 751, /app/app/assets/stylesheets/smile-landing.css.scss */
.container-see-example {
  display: none;
}
/* line 753, /app/app/assets/stylesheets/smile-landing.css.scss */
.container-see-example .carousel-caption {
  padding-bottom: 10px !important;
}

/* line 759, /app/app/assets/stylesheets/smile-landing.css.scss */
.tipsForBetterSelfie *,
.tipsForBetterSelfie *::after,
.tipsForBetterSelfie *::before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
/* line 767, /app/app/assets/stylesheets/smile-landing.css.scss */
.tipsForBetterSelfie img {
  display: block;
  max-width: 100%;
}
/* line 771, /app/app/assets/stylesheets/smile-landing.css.scss */
.tipsForBetterSelfie ul {
  list-style: none;
}
/* line 774, /app/app/assets/stylesheets/smile-landing.css.scss */
.tipsForBetterSelfie p {
  display: inline-block;
  color: #fff;
}
/* line 778, /app/app/assets/stylesheets/smile-landing.css.scss */
.tipsForBetterSelfie body {
  background-color: #000;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  min-height: 100vh;
  overflow: hidden;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100vw;
}
/* line 794, /app/app/assets/stylesheets/smile-landing.css.scss */
.tipsForBetterSelfie .tips-container {
  height: 100vh;
  margin: 0 auto;
  max-height: 48rem;
  overflow: hidden;
  position: relative;
  top: 0;
}
/* line 804, /app/app/assets/stylesheets/smile-landing.css.scss */
.tipsForBetterSelfie .example-images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  position: relative;
  /* transform: translate(calc(var(--tx, 0px) + var(--i, 0)/var(--n)*-100%)); */
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  /* width: calc(var(--n)*100%); */
}
/* line 817, /app/app/assets/stylesheets/smile-landing.css.scss */
.tipsForBetterSelfie .example-image--dots {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 3em;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  left: 0;
  position: absolute;
  top: 1.5em;
  width: 100%;
  z-index: 3;
}
/* line 834, /app/app/assets/stylesheets/smile-landing.css.scss */
.tipsForBetterSelfie .example-image--dot {
  background-color: rgba(0, 0, 0, 0.64);
  border-radius: 100%;
  height: 1em;
  margin: 1em;
  width: 1em;
}
/* line 841, /app/app/assets/stylesheets/smile-landing.css.scss */
.tipsForBetterSelfie .example-image--dot.active {
  background-color: #fff;
}
/* line 844, /app/app/assets/stylesheets/smile-landing.css.scss */
.tipsForBetterSelfie .example-image {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  pointer-events: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  /* width: calc(100%/var(--n)); */
}
/* line 858, /app/app/assets/stylesheets/smile-landing.css.scss */
.tipsForBetterSelfie .smooth {
  -webkit-transition: -webkit-transform calc(var(--f, 1)*.5s) cubic-bezier(0.4, 0, 1, 1);
  transition: -webkit-transform calc(var(--f, 1)*.5s) cubic-bezier(0.4, 0, 1, 1);
  -o-transition: transform calc(var(--f, 1)*.5s) cubic-bezier(0.4, 0, 1, 1);
  transition: transform calc(var(--f, 1)*.5s) cubic-bezier(0.4, 0, 1, 1);
  transition: transform calc(var(--f, 1)*.5s) cubic-bezier(0.4, 0, 1, 1), -webkit-transform calc(var(--f, 1)*.5s) cubic-bezier(0.4, 0, 1, 1);
}
/* line 865, /app/app/assets/stylesheets/smile-landing.css.scss */
.tipsForBetterSelfie .tips {
  background-color: rgba(0, 0, 0, 0.64);
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.25rem;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  left: 0;
  position: absolute;
  right: 0;
  text-align: left;
  -webkit-transform: translate3d(0, 14.25rem, 0);
  transform: translate3d(0, 14.25rem, 0);
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0.4, 0, 1, 1);
  transition: -webkit-transform 0.25s cubic-bezier(0.4, 0, 1, 1);
  -o-transition: transform 0.25s cubic-bezier(0.4, 0, 1, 1);
  transition: transform 0.25s cubic-bezier(0.4, 0, 1, 1);
  transition: transform 0.25s cubic-bezier(0.4, 0, 1, 1), -webkit-transform 0.25s cubic-bezier(0.4, 0, 1, 1);
}
/* line 887, /app/app/assets/stylesheets/smile-landing.css.scss */
.tipsForBetterSelfie .tip {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1em;
  margin-top: 1em;
}
/* line 897, /app/app/assets/stylesheets/smile-landing.css.scss */
.tipsForBetterSelfie .tip.button {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 2em;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
}
/* line 911, /app/app/assets/stylesheets/smile-landing.css.scss */
.tipsForBetterSelfie .icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor;
}
/* line 919, /app/app/assets/stylesheets/smile-landing.css.scss */
.tipsForBetterSelfie .icon-check {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  border-radius: 100%;
  color: #ddd;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 1.5em;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: .25em;
  margin-right: 1rem;
  width: 1.5em;
}
/* line 937, /app/app/assets/stylesheets/smile-landing.css.scss */
.tipsForBetterSelfie .nav-button {
  cursor: pointer;
  padding: .5rem 1rem;
  position: absolute;
  top: 0;
  z-index: 5;
  color: #fff;
}
/* line 945, /app/app/assets/stylesheets/smile-landing.css.scss */
.tipsForBetterSelfie .back {
  left: 0;
}
/* line 948, /app/app/assets/stylesheets/smile-landing.css.scss */
.tipsForBetterSelfie .skip {
  right: 0;
}
/* line 951, /app/app/assets/stylesheets/smile-landing.css.scss */
.tipsForBetterSelfie .tip.active .icon-check {
  color: #00ff00;
  top: -8px;
  position: relative;
}

@media only screen and (max-width: 540px) {
  /* line 960, /app/app/assets/stylesheets/smile-landing.css.scss */
  .tipsForBetterSelfie .tip {
    margin-bottom: 0.5em;
  }
  /* line 963, /app/app/assets/stylesheets/smile-landing.css.scss */
  .tipsForBetterSelfie .tips-container {
    margin: 0;
  }
}
@media only screen and (min-width: 541px) {
  /* line 970, /app/app/assets/stylesheets/smile-landing.css.scss */
  .tips-container {
    width: calc(100vh * (2 / 3));
    max-width: calc(48rem * (2 / 3));
  }
}
@media only screen and (min-width: 400px) and (max-width: 767px) {
  /* line 977, /app/app/assets/stylesheets/smile-landing.css.scss */
  .tips-container {
    max-width: calc(66rem * (2/1)) !important;
    width: 100% !important;
  }
}
/* line 985, /app/app/assets/stylesheets/smile-landing.css.scss */
#tipsContainer ul {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}
/* line 989, /app/app/assets/stylesheets/smile-landing.css.scss */
#tipsContainer ul li {
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
}
/* line 993, /app/app/assets/stylesheets/smile-landing.css.scss */
#tipsContainer ul li.fifth_btn {
  max-width: 100%;
}
/* line 995, /app/app/assets/stylesheets/smile-landing.css.scss */
#tipsContainer ul li.fifth_btn .sv-btn {
  max-width: 100% !important;
}

@media only screen and (min-width: 768px) {
  /* line 1004, /app/app/assets/stylesheets/smile-landing.css.scss */
  #nav1 {
    display: none;
  }

  /* line 1008, /app/app/assets/stylesheets/smile-landing.css.scss */
  .tips-container .item {
    min-height: 675px;
  }
}
/* line 1015, /app/app/assets/stylesheets/smile-landing.css.scss */
.tips-container .item {
  height: 100vh;
  max-height: 48rem;
  background-size: cover !important;
  background-position: center center !important;
}
/* line 1020, /app/app/assets/stylesheets/smile-landing.css.scss */
.tips-container .item.ch1 {
  background: url(/assets/smile_viz/slide1-1fa544e4ca14f8ba827fc07e4f96d7850f833116a41480e9f63efed6a164aade.jpg);
}
/* line 1023, /app/app/assets/stylesheets/smile-landing.css.scss */
.tips-container .item.ch2 {
  background: url(/assets/smile_viz/slide2-5d8c4512181da6e6c493f7bc4d2eaf96e9fb77c8afe650390a7f89381ed06c14.jpg);
}
/* line 1026, /app/app/assets/stylesheets/smile-landing.css.scss */
.tips-container .item.ch3 {
  background: url(/assets/smile_viz/slide3-4d983a8bd1016145492440dd8d6ba71c8a0f32045a4d8ef37fa91107e550dfb2.jpg);
}
/* line 1029, /app/app/assets/stylesheets/smile-landing.css.scss */
.tips-container .item.ch4, .tips-container .item.ch5 {
  background: url(/assets/smile_viz/slide4-422c67dd98d55828c43917ba7dab30c6500deb87205881c07bf121017b6b569a.jpg);
}
/* line 1034, /app/app/assets/stylesheets/smile-landing.css.scss */
.tips-container .carousel-indicators {
  top: 30px;
  margin-left: 16px;
  width: 100%;
  left: 0;
  height: 30px;
}
/* line 1040, /app/app/assets/stylesheets/smile-landing.css.scss */
.tips-container .carousel-indicators .dots {
  height: 1em !important;
  margin: 1em !important;
  width: 1em !important;
  background-color: rgba(0, 0, 0, 0.64);
  border: 1px !important;
}
/* line 1048, /app/app/assets/stylesheets/smile-landing.css.scss */
.tips-container .carousel-indicators .active {
  background-color: #fff !important;
}

@media only screen and (min-width: 768px) {
  /* line 1054, /app/app/assets/stylesheets/smile-landing.css.scss */
  .tipsForBetterSelfie {
    height: 658px !important;
  }
  /* line 1056, /app/app/assets/stylesheets/smile-landing.css.scss */
  .tipsForBetterSelfie .tips {
    bottom: -33px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 1063, /app/app/assets/stylesheets/smile-landing.css.scss */
  #examplesOverlay .modal-backdrop.in {
    opacity: 1;
    filter: alpha(opacity=50);
  }

  /* line 1069, /app/app/assets/stylesheets/smile-landing.css.scss */
  .tipsContainer .selfie-btn {
    position: relative !important;
    top: -10px !important;
  }

  /* line 1074, /app/app/assets/stylesheets/smile-landing.css.scss */
  .icon-check {
    padding-top: 0px;
    position: relative;
  }
}
/* line 1081, /app/app/assets/stylesheets/smile-landing.css.scss */
#tipsContainer ul {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}
/* line 1085, /app/app/assets/stylesheets/smile-landing.css.scss */
#tipsContainer ul li {
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
}
/* line 1089, /app/app/assets/stylesheets/smile-landing.css.scss */
#tipsContainer ul li.fifth_btn {
  max-width: 100%;
}
/* line 1091, /app/app/assets/stylesheets/smile-landing.css.scss */
#tipsContainer ul li.fifth_btn .sv-btn {
  position: relative;
  top: -10px;
  max-width: 100% !important;
}

/* line 1100, /app/app/assets/stylesheets/smile-landing.css.scss */
li.fifth_btn {
  padding-bottom: 20px;
  padding-top: 20px;
}

/* line 1104, /app/app/assets/stylesheets/smile-landing.css.scss */
#header_style {
  text-align: center;
  font-size: 15px;
  font-weight: normal;
}

/* line 1109, /app/app/assets/stylesheets/smile-landing.css.scss */
.anz-consent {
  position: relative;
}

/* line 1112, /app/app/assets/stylesheets/smile-landing.css.scss */
.text-block {
  position: absolute;
  color: white;
  background-color: rgba(0, 0, 0, 0.64);
  transform: translateX(-50%);
  left: 50%;
  padding: 10px 10px 20px 10px;
  bottom: 0px;
  width: 100%;
  font-size: 9px;
}

/* line 1123, /app/app/assets/stylesheets/smile-landing.css.scss */
.text-block #got_it {
  background-color: white;
  color: black;
  margin: 0 auto;
  display: flex;
  padding: 5px 10px 5px 10px;
  font-weight: bold;
  font-size: 10px;
}

/* line 1132, /app/app/assets/stylesheets/smile-landing.css.scss */
#text {
  text-align: justify;
}

/* line 1136, /app/app/assets/stylesheets/smile-landing.css.scss */
#examplesOverlay .modal-dialog, #privacyStatement .modal-dialog {
  margin: 0px;
}
/* line 1139, /app/app/assets/stylesheets/smile-landing.css.scss */
#examplesOverlay .modal-body, #privacyStatement .modal-body {
  padding-top: 0px;
}
/* line 1142, /app/app/assets/stylesheets/smile-landing.css.scss */
#examplesOverlay .modal-header, #privacyStatement .modal-header {
  background: url(/assets/smile_viz/lines_bg_new-e254b60d20deb35772c31d8c2caeecc098e2d9d032ea23d34925916d227c9c68.jpg);
  background-size: 300%;
  border-bottom: 3px solid #ffb500;
  padding-bottom: 2px !important;
}
/* line 1147, /app/app/assets/stylesheets/smile-landing.css.scss */
#examplesOverlay .modal-header .modalClose, #privacyStatement .modal-header .modalClose {
  width: 25px;
  height: 25px;
  float: right;
}
/* line 1152, /app/app/assets/stylesheets/smile-landing.css.scss */
#examplesOverlay .modal-header .modal-title, #privacyStatement .modal-header .modal-title {
  text-align: center;
  color: #be933c;
  margin-bottom: 10px;
  font-size: 19px;
  font-weight: lighter;
}
/* line 1161, /app/app/assets/stylesheets/smile-landing.css.scss */
#examplesOverlay #tipsContainer .sv-btn, #privacyStatement #tipsContainer .sv-btn {
  padding: 12px 10px 12px 10px;
}
/* line 1165, /app/app/assets/stylesheets/smile-landing.css.scss */
#examplesOverlay .tipsForBetterSelfie .tip, #privacyStatement .tipsForBetterSelfie .tip {
  margin-bottom: 10px !important;
  margin-top: 10px !important;
}
/* line 1169, /app/app/assets/stylesheets/smile-landing.css.scss */
#examplesOverlay li.fifth_btn, #privacyStatement li.fifth_btn {
  padding-bottom: 20px;
  padding-top: 20px;
}
/* line 1173, /app/app/assets/stylesheets/smile-landing.css.scss */
#examplesOverlay .selfie-btn, #examplesOverlay .seeExamplesNotIOS, #privacyStatement .selfie-btn, #privacyStatement .seeExamplesNotIOS {
  margin-top: 26px;
  margin-bottom: 10px;
}

/* line 1178, /app/app/assets/stylesheets/smile-landing.css.scss */
.tipsForBetterSelfie p {
  font-size: 14px !important;
  font-family: "Roboto", sans-serif;
  line-height: 1.4;
  color: white;
  margin-bottom: 13px;
}

@media only screen and (min-width: 768px) {
  /* line 1189, /app/app/assets/stylesheets/smile-landing.css.scss */
  error_not_suitable .error_img_not_suitable img {
    max-height: 582px !important;
    width: 100%;
  }

  /* line 1194, /app/app/assets/stylesheets/smile-landing.css.scss */
  .error_not_suitable .text_align h2, .error_network_connection .text_align h2 {
    font-family: 'Roboto',sans-serif;
    color: #BE933C;
    text-align: center;
    margin-top: 0px;
    letter-spacing: 0.25px;
    font-size: 32px;
  }

  /* line 1202, /app/app/assets/stylesheets/smile-landing.css.scss */
  .error_not_suitable .get-start a, .error_network_connection .get-start a {
    color: #ffffff !important;
    background-color: #009ace;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    font-family: 'Roboto', sans-serif;
    letter-spacing: 0.25px;
    font-size: 37px;
  }

  /* line 1212, /app/app/assets/stylesheets/smile-landing.css.scss */
  .row.hero-section .doctor-logo img {
    width: 100px !important;
    height: 100px !important;
    top: -91px !important;
  }

  /* line 1218, /app/app/assets/stylesheets/smile-landing.css.scss */
  #examplesOverlay .modal-backdrop.fade.in {
    height: 100% !important;
    opacity: 0.3;
  }

  /* line 1222, /app/app/assets/stylesheets/smile-landing.css.scss */
  #examplesOverlay .modal-dialog {
    width: 700px;
    margin: auto;
  }

  /* line 1226, /app/app/assets/stylesheets/smile-landing.css.scss */
  #examplesOverlay .modal-content {
    margin-top: 104px;
    margin-left: 106px;
    margin-right: 100px;
  }

  /* line 1231, /app/app/assets/stylesheets/smile-landing.css.scss */
  .tips-container .item {
    min-height: 675px;
  }

  /* line 1234, /app/app/assets/stylesheets/smile-landing.css.scss */
  .tipsForBetterSelfie .tips-container {
    min-height: 675px;
    max-width: 1099px !important;
    margin-left: auto;
    margin-right: auto;
    width: 100% !important;
  }

  /* line 1242, /app/app/assets/stylesheets/smile-landing.css.scss */
  .camera_page .face-marker {
    background-position: center 4px !important;
  }
}
/* line 1250, /app/app/assets/stylesheets/smile-landing.css.scss */
#nochippedTeeth {
  overflow-y: auto;
}
/* line 1252, /app/app/assets/stylesheets/smile-landing.css.scss */
#nochippedTeeth .form-control:focus {
  border-color: #e02a2a;
}
/* line 1255, /app/app/assets/stylesheets/smile-landing.css.scss */
#nochippedTeeth .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  border: 1px solid #949695 !important;
  background-color: transparent;
}
/* line 1264, /app/app/assets/stylesheets/smile-landing.css.scss */
#nochippedTeeth .form_style {
  font-size: 12px;
  font-weight: 400;
  color: #333;
}
/* line 1269, /app/app/assets/stylesheets/smile-landing.css.scss */
#nochippedTeeth .modal-content {
  background: url(/assets/smile_viz/background-white-fea840914ead22a25b9c0b052ed2ff92ca43d93693676ba381b2e4716271310e.jpg);
}
/* line 1272, /app/app/assets/stylesheets/smile-landing.css.scss */
#nochippedTeeth .button--blue {
  color: #fff;
  background-color: #029ace;
  width: 100%;
  height: 46px;
  font-size: 16px;
  border: none;
}
/* line 1280, /app/app/assets/stylesheets/smile-landing.css.scss */
#nochippedTeeth #au_modal_header {
  padding: 15px !important;
  font-size: 18px;
}
/* line 1287, /app/app/assets/stylesheets/smile-landing.css.scss */
#nochippedTeeth .control-label.required:after {
  content: "*";
  color: red;
  margin-left: 2px;
}
/* line 1292, /app/app/assets/stylesheets/smile-landing.css.scss */
#nochippedTeeth .modal-dialog {
  color: #999;
}
/* line 1297, /app/app/assets/stylesheets/smile-landing.css.scss */
#nochippedTeeth .checkbox-area {
  color: black;
}

/* line 1306, /app/app/assets/stylesheets/smile-landing.css.scss */
#stopSimulation .modal-header, #sendEmailPatient .modal-header, #chippedTeeth .modal-header {
  background: url(/assets/lines-bg-b3c81d825b8b3cf1131524a994e20262858ec4cc1abe581f8aaccd142efaea4a.jpg);
  border-bottom: 3px solid #ffb400;
  padding-bottom: 2px;
}
/* line 1310, /app/app/assets/stylesheets/smile-landing.css.scss */
#stopSimulation .modal-header .modalClose, #sendEmailPatient .modal-header .modalClose, #chippedTeeth .modal-header .modalClose {
  width: 25px;
  height: 25px;
  float: right;
}
/* line 1316, /app/app/assets/stylesheets/smile-landing.css.scss */
#stopSimulation .modal-header .modal-title, #sendEmailPatient .modal-header .modal-title, #chippedTeeth .modal-header .modal-title {
  text-align: center;
  margin-top: 5px;
  color: #FFB500 !important;
  font-weight: 100;
  font-size: 25px;
  margin-bottom: 10px;
}
/* line 1325, /app/app/assets/stylesheets/smile-landing.css.scss */
#stopSimulation .modal-body, #sendEmailPatient .modal-body, #chippedTeeth .modal-body {
  padding: 25px;
}
/* line 1327, /app/app/assets/stylesheets/smile-landing.css.scss */
#stopSimulation .modal-body .button0, #stopSimulation .modal-body .button2, #sendEmailPatient .modal-body .button0, #sendEmailPatient .modal-body .button2, #chippedTeeth .modal-body .button0, #chippedTeeth .modal-body .button2 {
  -webkit-appearance: unset;
  font-weight: 600;
  width: 100% !important;
  color: #ffffff;
  background-color: #009ace;
  border-color: #009ace;
  border-radius: 5px;
  padding: 8px 0px 8px 0px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  cursor: pointer;
}
/* line 1342, /app/app/assets/stylesheets/smile-landing.css.scss */
#stopSimulation .modal-body .row, #sendEmailPatient .modal-body .row, #chippedTeeth .modal-body .row {
  margin-top: 15px;
}

/* line 1349, /app/app/assets/stylesheets/smile-landing.css.scss */
input#factor1, input#factor2 {
  display: none;
}

@media only screen and (min-width: 768px) {
  /* line 1358, /app/app/assets/stylesheets/smile-landing.css.scss */
  .error_not_suitable .error_img_not_suitable img {
    max-height: 615px !important;
    width: 80%;
  }

  /* line 1364, /app/app/assets/stylesheets/smile-landing.css.scss */
  .beforeCapture .hero-section h2.gold-color {
    font-size: 45px;
  }
  /* line 1367, /app/app/assets/stylesheets/smile-landing.css.scss */
  .beforeCapture .hero-section h4 {
    font-size: 39px;
  }
  /* line 1371, /app/app/assets/stylesheets/smile-landing.css.scss */
  .beforeCapture .ageAcceptance {
    margin-bottom: 10px;
    font-size: 20px;
  }
  /* line 1375, /app/app/assets/stylesheets/smile-landing.css.scss */
  .beforeCapture a.seeExamples {
    font-size: 20px;
  }
  /* line 1378, /app/app/assets/stylesheets/smile-landing.css.scss */
  .beforeCapture .instructions .seexample svg {
    width: 30px;
    height: 30px;
    top: 8px;
  }
  /* line 1384, /app/app/assets/stylesheets/smile-landing.css.scss */
  .beforeCapture .selfie-btn #click-camera {
    font-size: 30px;
  }
  /* line 1388, /app/app/assets/stylesheets/smile-landing.css.scss */
  .beforeCapture .row.footer-desclaimer .col-xs-12 p {
    font-size: 14px;
  }
  /* line 1391, /app/app/assets/stylesheets/smile-landing.css.scss */
  .beforeCapture .ageAcceptance .popover.fade.top.in {
    top: -51px !important;
    left: -13px !important;
  }
  /* line 1395, /app/app/assets/stylesheets/smile-landing.css.scss */
  .beforeCapture .ageAcceptance .popover-content {
    font-size: 18px;
  }
  /* line 1398, /app/app/assets/stylesheets/smile-landing.css.scss */
  .beforeCapture .ageAcceptance .popover {
    min-width: 400px;
  }

  /* line 1403, /app/app/assets/stylesheets/smile-landing.css.scss */
  .sea_consent .row.footer-desclaimer .col-xs-12 p {
    font-size: 14px;
  }
}
/* line 1410, /app/app/assets/stylesheets/smile-landing.css.scss */
.email-me-a-copy .mail-sent {
  display: none;
}

/* line 1418, /app/app/assets/stylesheets/smile-landing.css.scss */
#privacyStatement .modal-content .header-sticky {
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  z-index: 99;
  font-size: 25px;
}
/* line 1424, /app/app/assets/stylesheets/smile-landing.css.scss */
#privacyStatement .modal-content .header-sticky #privacyTitle {
  font-size: 25px;
}
/* line 1428, /app/app/assets/stylesheets/smile-landing.css.scss */
#privacyStatement .modal-body {
  overflow-x: hidden;
}
/* line 1432, /app/app/assets/stylesheets/smile-landing.css.scss */
#privacyStatement modal-backdrop.in {
  height: 100%;
}
/* line 1435, /app/app/assets/stylesheets/smile-landing.css.scss */
#privacyStatement .modal-dialog {
  width: auto;
}
/* line 1438, /app/app/assets/stylesheets/smile-landing.css.scss */
#privacyStatement ul.privacy-list {
  padding-left: 24px;
  margin-bottom: 0;
  font-size: 15px;
  line-height: 1.4;
  color: #939695;
}
/* line 1444, /app/app/assets/stylesheets/smile-landing.css.scss */
#privacyStatement ul.privacy-list li {
  margin-bottom: 20px;
}
/* line 1446, /app/app/assets/stylesheets/smile-landing.css.scss */
#privacyStatement ul.privacy-list li:before {
  background-size: 15px 15px;
  width: 15px;
  height: 15px;
  padding-left: 18px;
  margin-left: -24px;
  margin-top: 3px;
}
/* line 1456, /app/app/assets/stylesheets/smile-landing.css.scss */
#privacyStatement ul.privacy-list li {
  list-style-type: none;
}
/* line 1458, /app/app/assets/stylesheets/smile-landing.css.scss */
#privacyStatement ul.privacy-list li:before {
  background: url(/assets/smile_viz/bullet-705a8851e1cc73935f4c039647a4ee3ea410c5c25bdd463a0796bd1a5478407c.svg) no-repeat;
  position: absolute;
  content: '';
  display: inline-block;
}

/* line 1467, /app/app/assets/stylesheets/smile-landing.css.scss */
#examplesOverlay {
  overflow-y: hidden;
}

@media only screen and (min-width: 375px) and (max-width: 767px) {
  /* line 1473, /app/app/assets/stylesheets/smile-landing.css.scss */
  .ageAcceptance {
    font-size: 11px;
    text-align: justify;
    margin-bottom: 8px;
  }
}
@media only screen and (min-width: 500px) and (max-width: 767px) {
  /* line 1483, /app/app/assets/stylesheets/smile-landing.css.scss */
  .camera_page .thumb {
    height: 309px;
  }
  /* line 1486, /app/app/assets/stylesheets/smile-landing.css.scss */
  .camera_page .face-marker {
    background-position: center -168px !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  /* line 1496, /app/app/assets/stylesheets/smile-landing.css.scss */
  .camera_page .thumb {
    width: 540px;
  }
  /* line 1499, /app/app/assets/stylesheets/smile-landing.css.scss */
  .camera_page .face-marker {
    background-size: cover;
    background-position: center -33px !important;
  }

  /* line 1504, /app/app/assets/stylesheets/smile-landing.css.scss */
  .text-block {
    font-size: 20px;
  }

  /* line 1507, /app/app/assets/stylesheets/smile-landing.css.scss */
  .text-block #got_it {
    padding: 10px 25px 10px 25px;
    font-size: 24px;
  }
}
@media only screen and (min-width: 1024px) {
  /* line 1515, /app/app/assets/stylesheets/smile-landing.css.scss */
  camera_page .thumb {
    width: 540px;
  }
  /* line 1518, /app/app/assets/stylesheets/smile-landing.css.scss */
  camera_page .face-marker {
    background-size: cover;
    top: -48px;
    background-position: center 4px !important;
  }

  /* line 1524, /app/app/assets/stylesheets/smile-landing.css.scss */
  .text-block {
    font-size: 28px;
  }

  /* line 1527, /app/app/assets/stylesheets/smile-landing.css.scss */
  .text-block #got_it {
    padding: 10px 25px 10px 25px;
    font-size: 27px;
  }
}
/* line 1535, /app/app/assets/stylesheets/smile-landing.css.scss */
.au_form input[type="text"],
.au_form select:focus,
.au_form textarea {
  font-size: 16px;
}

/* line 1541, /app/app/assets/stylesheets/smile-landing.css.scss */
.ul_style {
  list-style: none;
  padding-left: 0;
}

/* line 1545, /app/app/assets/stylesheets/smile-landing.css.scss */
.ul_style li {
  position: relative;
  padding-left: 20px;
  margin-top: 15px;
}

/* line 1550, /app/app/assets/stylesheets/smile-landing.css.scss */
.ul_style li:before {
  content: '';
  width: 20px;
  height: 20px;
  position: absolute;
  background: url(/assets/smile_viz/checkcopy-11b346815159a45f95da1611009d37f4775b873eab56d9308103431ecad408d1.png) no-repeat;
  background-size: cover;
  background-position: center;
  left: 0;
  margin-left: -8px;
}

/* line 1563, /app/app/assets/stylesheets/smile-landing.css.scss */
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

/* line 1570, /app/app/assets/stylesheets/smile-landing.css.scss */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* line 1576, /app/app/assets/stylesheets/smile-landing.css.scss */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

/* line 1588, /app/app/assets/stylesheets/smile-landing.css.scss */
.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

/* line 1600, /app/app/assets/stylesheets/smile-landing.css.scss */
input:checked + .slider {
  background-color: #2196F3;
}

/* line 1604, /app/app/assets/stylesheets/smile-landing.css.scss */
input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

/* line 1608, /app/app/assets/stylesheets/smile-landing.css.scss */
input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
/* line 1615, /app/app/assets/stylesheets/smile-landing.css.scss */
.slider.round {
  border-radius: 34px;
}

/* line 1619, /app/app/assets/stylesheets/smile-landing.css.scss */
.slider.round:before {
  border-radius: 50%;
}

/* line 1623, /app/app/assets/stylesheets/smile-landing.css.scss */
.country_label {
  color: #ffffff;
  margin: 2px 0px 0px 0px !important;
  font-weight: lighter;
}

/* line 1628, /app/app/assets/stylesheets/smile-landing.css.scss */
.language_change {
  margin-top: 10px;
}

@media only screen and (max-width: 767px) {
  /* line 1633, /app/app/assets/stylesheets/smile-landing.css.scss */
  .country_label {
    font-size: 22px;
  }

  /* line 1636, /app/app/assets/stylesheets/smile-landing.css.scss */
  label.switch {
    width: 55px;
    height: 33px;
  }
}
