.bodyMX {
  background-color: #ffff01;
  min-height: 100vh;
}
.bodyMX .StepperHead .MuiPaper-root {
  background-color: #ffffffb0;
}
.bodyMX .MuiInputBase-input {
  background-color: #fff;
}

.MuiInputBase-fullWidth {
    background-color: #fff;
}

.bodyMX .bottonBtn {
  position: sticky;
  bottom: 0;
  width: 100%;
  left: 0;
  background: #ffff01;
}
.bodyMX .makeStyles-checkbox_list-9 {
  background-color: #F0ECFC94;
}
.bodyMX .MuiOutlinedInput-multiline {
  padding: 0px !important;
}

.bodyMX .MuiOutlinedInput-multiline textarea {
  padding: 18.5px !important;
}

.bodyMX .MuiSelect-root {
  padding: 10px 18.5px !important;
}

@media (min-width: 981px) {
  .bodyMX::after {
    content: url(/images/lineas.jpg);
    height: 70%;
    position: fixed;
    right: 0;
    top: 15%;
  }
}

.logoHeadMX {
  background: #ffff01;
  position: sticky;
  top: 0;
  z-index: 99;
}
.logoHeadMX img {
  max-width: 100%;
}

h2 {
  margin: 1.8rem auto !important;
}

.autocomplete-input-container {
  width: 100%;
}

.autocomplete-input {
  text-align: center;
}

#my-input-autocomplete {
  /*box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16), 0 0 0 1px rgba(0, 0, 0, 0.08);*/
  font-size: 15px;
  border-radius: 3px;
  border: 0;
  /*margin-top: 10px;*/
  width: 100%;
  height: 40px;
  text-overflow: ellipsis;
  padding: 0 1em;
}

#my-input-autocomplete:focus {
  outline: none !important ;
}

.autocomplete-results {
  margin: 0 auto;
  right: 0;
  left: 0;
  display: none;
  background-color: white;
  width: 100%;
  padding: 0;
  list-style-type: none;
  margin: 0 auto;
  border: 1px solid #d2d2d2;
  border-top: 0;
  box-sizing: border-box;
}

.autocomplete-item {
  padding: 5px 5px 5px 35px;
  height: 10%;
  line-height: 26px;
  border-top: 1px solid #d9d9d9;
  position: relative;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 100%;
}

.autocomplete-icon {
  display: block;
  position: absolute;
  top: 7px;
  bottom: 0;
  left: 8px;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-position: center center;
}

.autocomplete-icon.icon-localities {
  background-image: url(https://images.woosmap.com/icons/locality.svg);
}

.autocomplete-item:hover .autocomplete-icon.icon-localities {
  background-image: url(https://images.woosmap.com/icons/locality-selected.svg);
}

.autocomplete-item :hover {
  background-color: #f2f2f2 !important ;
  cursor: pointer !important ;
}
.autocomplete-item:active {
  background-color: #f2f2f2 !important ;
  cursor: pointer !important ;
}
.autocomplete-results::after {
  content: "";
  padding: 1px 1px 1px 0;
  height: 10%;
  box-sizing: border-box;
  text-align: right;
  display: block;
  background-image: url(https://maps.gstatic.com/mapfiles/api-3/images/powered-by-google-on-white3_hdpi.png);
  background-position: right;
  background-repeat: no-repeat;
  background-size: 120px 14px;
}

.MenuItem {
  color: "#A7A8A9";
}
.MenuItem.Mui-selected {
  /* Increase the specificity */
  color: "#000000";
}

.MuiFormLabel-root {
  color: #000000 !important;
  padding-bottom: 8px !important;
  font-family: WorkSans-SemiBold !important ;
}

.MuiOutlinedInput-input {
  padding: 10px 10px !important;
  line-height: 20px !important;
}

.MuiDivider-root {
  background-color: #000000 !important;
}

.MuiMenuItem-root {
  font-family: WorkSans-Regular !important;
}

.font-worksans-semibold {
  font-family: WorkSans-SemiBold !important ;
}

.font-worksans-regular {
  font-family: WorkSans-Regular !important ;
}
.font-barlow-semi-condensed-semibold {
  font-family: BarlowSemiCondensed-SemiBold !important;
}

.MuiStepLabel-label {
  margin-top: 1px !important;
  text-align: center !important;
  font-size: 0.93rem !important;
  /*font-family: BarlowSemiCondensed-SemiBold !important;*/
}

.step-root {
  background-color: #ccc !important;
}

.success-color {
  background-color: #39a93d !important;
}

.warning-color {
  background-color: #f44336 !important;
}

.camera-btn-success {
  display: "flex" !important;
  padding: 35 !important;
  margin: "auto" !important;
  border: 1 "solid" !important;
  background-color: #39a93d !important;
  margin-right: 90px !important;
}
.camera-btn-cancel {
  display: "flex" !important;
  padding: 35 !important;
  margin: "auto" !important;
  border: 1 "solid" #ccc !important;
}

.step-root .active {
  background-image: url(/Progress-indicator-filled.svg);
}

.step-root .completed {
  background-image: url(/Progress-indicator-filled.svg);
}

.parrafo {
  font-size: 16pt !important;
  line-height: 150% !important;
}

.special-a {
  font-size: 14pt !important;
}
.special-b {
  font-size: 12pt !important;
}

.special-c {
  font-size: 10pt !important;
}

.owner-data-btn {
  background-color: #f8f8f8 !important;
  color: #000000 !important;
  margin: 5px !important;
  border-radius: 12px !important;
  width: 45% !important;
  height: 100% !important;
  font-family: WorkSans-Regular !important;
  text-transform: none !important;
}

.outlined-btn {
  background-color: none !important;
  color: #f8f8f8 !important;
  margin: 5px !important;
  border-radius: 12px !important;
  font-family: WorkSans-Regular !important;
  text-transform: none !important;
}

.link {
  background-color: none !important;
  color: #005af5 !important;
}

.hide-input {
  display: none !important;
}

.owner-data-btn .MuiButton-label {
  color: #005af5 !important;
}

.btn-camera {
  background-color: #39a93d;
  margin: 0% 15% !important;
  padding: 10% 30 !important;
  bottom: 0 !important;
  position: absolute !important;
}

.image-preview {
  top: 0;
  left: 0;
  bottom: 0;
  min-width: 50%;
  min-height: 50%;
  width: 100%;
  height: 100%;
  z-index: -100;
  background-size: cover;
}

.video-container {
  position: fixed;
  display: flex;
  height: 100%;
  background-color: #000;
  top: 0;
  bottom: 0;
}

.video-container .cameraFrame {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

video {
  max-width: 100%;
  max-height: 100%;
  z-index: -100;
  background-size: cover;
}

canvas.react-pdf__Page__canvas {
  width: 100% !important;
  height: auto !important;
}

.termsandprivacity ul li,
.termsandprivacity ol li {
  padding-bottom: 1.2rem;
}

.termsandprivacity table {
  border-collapse: collapse;
}

.termsandprivacity table td {
  border: 1px solid;
  padding: 10px;
}

.react-pdf__Document {
  background: #e9e9e9;
  padding-inline: 2rem;
}
.react-pdf__Page {
  margin-bottom: 2rem;
}

@media (max-width: 980px) {
  .video-container {
    left: 0;
    right: 0;
    -webkit-backface-visibility: hidden;
  }
}

@media only screen and (max-device-width: 640px) {
  /* Styles */
  .MuiStepLabel-label {
    margin-top: 1px !important;
    text-align: center !important;
    /*font-size: 0.63rem !important;
font-family: BarlowSemiCondensed-SemiBold !important;*/
  }

  .parrafo {
    font-size: 14pt !important;
    line-height: 150% !important;
  }

  .special-a {
    font-size: 12pt !important;
  }
  .special-b {
    font-size: 10pt !important;
  }

  .special-c {
    font-size: 8pt !important;
  }

  .btn-camera {
    background-color: #39a93d;
    margin: 50% 25% !important;
    padding: 10% 30 !important;
    bottom: 0 !important;
    position: absolute !important;
    margin-right: 10px !important;
  }
}

@media screen and (min-width: 300px) and (max-width: 700px) and (min-height: 650px) {
  .boton-scroll-h {
    /* bottom: -140%; */
    position: relative;
  }
  .boton-scroll-hV3 {
    bottom: -8vh;
    position: relative;
  }
}

@media screen and (min-width: 300px) and (max-width: 700px) and (min-height: 700px) {
  .boton-scroll-h {
    /* bottom: -18vh; */
    position: relative;
  }
  .boton-scroll-hV2 {
    bottom: -8vh;
    position: relative;
  }

  .boton-scroll-hV3 {
    bottom: -24vh;
    position: relative;
  }
}

body {
  background-color: white !important;
}

input {
  height: 48px !important;
}
button {
  height: 40px !important;
}

.MuiOutlinedInput-input {
  padding: 0px 20px !important;
}
.MuiOutlinedInput-multiline {
  padding: 18.5px 0px !important;
}
.MuiTypography-h2 {
  font-size: 24pt !important;
}
.MuiButton-containedSizeLarge {
  font-size: 16px !important;
}
.MuiStep-horizontal {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.MuiButton-contained.Mui-disabled {
  background-color: #f0ecfc !important;
}

.component-select {
  height: 48px !important;
}
.title-two {
  font-size: 18pt !important;
}

.component-select {
  height: 48px !important;
}
.title-two {
  font-size: 18pt !important;
}

.blackbg {
  background-color: #000;
  color: #fff;
  text-transform: uppercase;
  padding: 1.5rem;
}

.blackbg button {
  background-color: #ff0;
  margin: 10px auto;
  display: block;
}