/* Nav bar: Show it is fixed to the top */
body {
  min-height: 75rem;
  font-size: 10px !important;
}

/* Logo */
.c-uecLogoBlock {
  max-width: 330px;
  padding: 15px;
  margin: 0 auto;
}

.c-uecLogoBlock__img {
  margin: 0 auto;
  width: 300px;
}

/* Prospection Form */

.c-totalSurface {
  background: #f7f7f9;
  padding: 10px;
}

/* Login Form */
.form-signin {
  max-width: 330px;
  padding: 15px;
  margin: 0 auto;
}
.form-signin .form-signin-heading,
.form-signin .checkbox {
  margin-bottom: 10px;
}
.form-signin .checkbox {
  font-weight: normal;
}
.form-signin .form-control {
  position: relative;
  height: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px;
  font-size: 16px;
}
.form-signin .form-control:focus {
  z-index: 2;
}
.form-signin input[type="email"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* Prospection creation form */
.c-createProspectionForm {
    position: relative;
    padding: 1rem;
    margin: 1rem -1rem;
    border: solid #f7f7f9;
    border-width: .2rem 0 0;
}

@media (min-width: 576px) {
  .c-createProspectionForm {
      padding: 1.5rem;
      margin-right: 0;
      margin-bottom: 0;
      margin-left: 0;
      border-width: .2rem;
  }
}

/* Input range slider */
.input-range__slider {
  appearance: none;
  background: #15c2ab;
  border: 1px solid #15c2ab;
  border-radius: 100%;
  cursor: pointer;
  display: block;
  height: 1.6rem;
  width: 1.6rem;
  margin-left: -0.5rem;
  margin-top: -0.9rem;
  outline: none;
  position: absolute;
  top: 50%;
  transition: transform 0.3s ease-out, box-shadow 0.3s ease-out;
}

.input-range__slider:active {
  transform: scale(1.3);
}

.input-range__slider:focus {
  box-shadow: 0 0 0 5px rgba(63, 81, 181, 0.2);
}

.input-range--disabled .input-range__slider {
  background: #cccccc;
  border: 1px solid #cccccc;
  box-shadow: none;
  transform: none;
}

.input-range__slider-container {
  transition: left 0.3s ease-out;
}

.input-range__label {
  color: #aaaaaa;
  font-family: "Helvetica Neue", san-serif;
  font-size: 0.8rem;
  transform: translateZ(0);
  white-space: nowrap;
}

.input-range__label--min,
.input-range__label--max {
  bottom: -1.4rem;
  position: absolute;
}

.input-range__label--min {
  left: 0;
}

.input-range__label--max {
  right: 0;
}

.input-range__label--value {
  position: absolute;
  top: -1.8rem;
}

.input-range__label-container {
  left: -50%;
  top: -5px;
  position: relative;
}

.input-range__label--max .input-range__label-container {
  left: 50%;
}

.input-range__track {
  background: #eeeeee;
  border-radius: 0.3rem;
  cursor: pointer;
  display: block;
  height: 0.3rem;
  position: relative;
  transition: left 0.3s ease-out, width 0.3s ease-out;
}

.input-range--disabled .input-range__track {
  background: #eeeeee;
}

.input-range__track--background {
  left: 0;
  margin-top: -0.15rem;
  position: absolute;
  right: 0;
  top: 50%;
}

.input-range__track--active {
  background: #15c2ab;
}

.input-range {
  height: 1rem;
  position: relative;
  width: 100%;
}

.input-range__label--min, .input-range__label--max {
  display: none;
}

/* Places autocomplete */

.c-placeAutocomplete,
.c-placeAutocomplete:focus,
.c-placeAutocomplete:active {
  box-shadow: 0 2px 2px 0 rgba(0,0,0,0.16), 0 0 0 1px rgba(0,0,0,0.08);
  border: honeydew;
  display: block;
  width: 100%;
  padding: 16px;
  font-size: 16px;
  border-radius: 2px;
  outline: none;
}

.c-placeAutocomplete__container {
  border-bottom: honeydew !important;
  border-left: honeydew !important;
  border-right: honeydew !important;
  border-top: 1px solid #e6e6e6 !important;
  box-shadow: 0 2px 4px rgba(0,0,0,0.2);
  border-radius: 0 0 2px 2px;
}

.c-placeAutocomplete__suggestion-icon {
    margin-right: 5px;
}

.bg-inverse-uec {
  background: #0cb2ae !important;
}

#states-autocomplete {
  width: 100%;
}

/* CAROUSEL */
.carousel .control-arrow,
.carousel.carousel-slider .control-arrow {
  -webkit-transition: all 0.25s ease-in;
  -moz-transition: all 0.25s ease-in;
  -ms-transition: all 0.25s ease-in;
  -o-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
  opacity: 0.8;
  position: absolute;
  z-index: 2;
  top: 20px;
  background: none;
  border: 0;
  font-size: 32px;
  cursor: pointer;
}
.carousel .control-arrow:hover {
  opacity: 1;
}
.carousel .control-arrow:before,
.carousel.carousel-slider .control-arrow:before {
  margin: 0 5px;
  display: inline-block;
  border-top: 16px solid transparent;
  border-bottom: 16px solid transparent;
  content: "";
}
.carousel .control-disabled.control-arrow {
  opacity: 0;
  filter: alpha(opacity=0);
  cursor: inherit;
  display: none;
}
.carousel .control-prev.control-arrow {
  left: 10px;
}
.carousel .control-prev.control-arrow:before {
  border-right: 16px solid #fff;
}
.carousel .control-next.control-arrow {
  right: 10px;
}
.carousel .control-next.control-arrow:before {
  border-left: 16px solid #fff;
}
.carousel-root {
  aspect-ratio: 1 / 1;
}
.carousel {
  position: relative;
  width: 100%;
}
.carousel * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.carousel img {
  width: 100%;
  display: inline-block;
  pointer-events: none;
}
.carousel .carousel {
  position: relative;
}
.carousel .control-arrow {
  outline: 0;
  border: 0;
  background: none;
  top: 50%;
  margin-top: -13px;
  font-size: 18px;
}
.carousel .thumbs-wrapper {
  margin: 20px;
  overflow: hidden;
}
.carousel .thumbs {
  -webkit-transition: all 0.15s ease-in;
  -moz-transition: all 0.15s ease-in;
  -ms-transition: all 0.15s ease-in;
  -o-transition: all 0.15s ease-in;
  transition: all 0.15s ease-in;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  position: relative;
  list-style: none;
  white-space: nowrap;
}
.carousel .thumb {
  -webkit-transition: border 0.15s ease-in;
  -moz-transition: border 0.15s ease-in;
  -ms-transition: border 0.15s ease-in;
  -o-transition: border 0.15s ease-in;
  transition: border 0.15s ease-in;
  display: inline-block;
  width: 80px;
  margin-right: 6px;
  white-space: nowrap;
  overflow: hidden;
  border: 3px solid #fff;
  padding: 2px;
}
.carousel .thumb:focus {
  border: 3px solid #ccc;
  outline: none;
}
.carousel .thumb.selected,
.carousel .thumb:hover {
  border: 3px solid #333;
}
.carousel .thumb img {
  vertical-align: top;
}
.carousel.carousel-slider {
  position: relative;
  margin: 0;
  overflow: hidden;
}
.carousel.carousel-slider .control-arrow {
  top: 0;
  color: #fff;
  font-size: 26px;
  bottom: 0;
  margin-top: 0;
  padding: 5px;
}
.carousel .slider-wrapper {
  overflow: hidden;
  margin: auto;
  width: 100%;
  height: 100%;
  -webkit-transition: height 0.15s ease-in;
  -moz-transition: height 0.15s ease-in;
  -ms-transition: height 0.15s ease-in;
  -o-transition: height 0.15s ease-in;
  transition: height 0.15s ease-in;
}
.carousel .slider-wrapper.axis-horizontal .slider {
  -ms-box-orient: horizontal;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
}
.carousel .slider-wrapper.axis-horizontal .slider .slide {
  flex-direction: column;
  flex-flow: column;
}
.carousel .slider-wrapper.axis-vertical {
  -ms-box-orient: horizontal;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
}
.carousel .slider-wrapper.axis-vertical .slider {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.carousel .slider {
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  width: 100%;
}
.carousel .slider.animated {
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.carousel .slide {
  min-width: 100%;
  height: 100%;
  margin: 0;
  position: relative;
  text-align: left;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
}
.carousel .slide img {
  width: 100%;
  height: 100%;
  vertical-align: top;
  border: 0;
}
.carousel .slide iframe {
  display: inline-block;
  width: calc(100% - 80px);
  margin: 0 40px 40px;
  border: 0;
}
.carousel .slide .legend {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  position: absolute;
  bottom: 40px;
  left: 50%;
  margin-left: -45%;
  width: 90%;
  border-radius: 10px;
  background: #000;
  color: #fff;
  padding: 10px;
  font-size: 12px;
  text-align: center;
  opacity: 0.25;
  -webkit-transition: opacity 0.35s ease-in-out;
  -moz-transition: opacity 0.35s ease-in-out;
  -ms-transition: opacity 0.35s ease-in-out;
  -o-transition: opacity 0.35s ease-in-out;
  transition: opacity 0.35s ease-in-out;
}
.carousel .control-dots {
  z-index: 1;
  position: absolute;
  bottom: 10px;
  margin: 0;
  padding: 0;
  text-align: center;
  width: 100%;
}
.carousel .control-dots .dot {
  -webkit-transition: opacity 0.25s ease-in;
  -moz-transition: opacity 0.25s ease-in;
  -ms-transition: opacity 0.25s ease-in;
  -o-transition: opacity 0.25s ease-in;
  transition: opacity 0.25s ease-in;
  background: transparent;
  border-radius: 50%;
  border: 1px solid white;
  width: 13px;
  height: 13px;
  cursor: pointer;
  display: inline-block;
  margin: 0 8px;
  outline: none;
}
.carousel .control-dots .dot.selected,
.carousel .control-dots .dot:hover {
  background: white;
  border: 1px solid #0db3ac !important;
}
.carousel .carousel-status {
  position: absolute;
  top: 0;
  right: 0;
  padding: 5px;
  font-size: 10px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.9);
  color: #fff;
}
.carousel:hover .slide .legend {
  opacity: 1;
}

.carousel .control-dots .dot {
  background: #0db3ac;
  border: 1px solid #0db3ac !important;
}

.navbar .carousel .slider-wrapper {
  height: 50px !important;
}

.navbar .carousel .slide {
  height: 50px !important;
}

.navbar .carousel .control-dots {
  display: none !important;
}

/* CAROUSEL */

/* Phone */

.phone-element .react-phone-number-input__row {
  background: #ffffff;
  position: relative;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 4px;
  margin: auto;
  border: 1px solid rgb(235, 235, 235);
  border-radius: 4px;
  width: 100%;
  display: flex;
  align-items: center;
  padding-top: 2.5px;
  padding-bottom: 2px;
  margin-top: 6px;
  margin-bottom: 6px;
  height: 100%;
}

.phone-element .react-phone-number-input__phone {
  flex: 1;
  min-width: 0;
}

.phone-element .react-phone-number-input__icon {
  width: 1.24em;
  height: 0.93em;
  border: 0px;
  box-sizing: content-box;
}

.phone-element .react-phone-number-input__icon--international {
  width: calc(0.93em + 2px);
  height: calc(0.93em + 2px);
  padding-left: 0.155em;
  padding-right: 0.155em;
  border: none;
}

.phone-element .react-phone-number-input__error {
  margin-left: calc(1.24em + 2px + 0.3em + 0.35em + 0.5em);
  margin-top: calc(0.3rem);
  color: #d30f00;
}

.phone-element .react-phone-number-input__icon-image {
  max-width: 100%;
  max-height: 100%;
}

.phone-element .react-phone-number-input__ext-input::-webkit-inner-spin-button,
.phone-element .react-phone-number-input__ext-input::-webkit-outer-spin-button {
  margin: 0 !important;
  -webkit-appearance: none !important;
  -moz-appearance: textfield !important;
}

.phone-element .react-phone-number-input__ext-input {
  width: 3em;
}

.phone-element .react-phone-number-input__ext {
  white-space: nowrap;
}

.phone-element .react-phone-number-input__ext,
.phone-element .react-phone-number-input__ext-input {
  margin-left: 0.5em;
}

.phone-element .react-phone-number-input__country--native {
  position: relative;
  align-self: stretch;
  display: flex;
  align-items: center;
  margin-right: 0.5em;
  margin-left: 0.5em;
}

.phone-element .react-phone-number-input__country-select {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
  border: 0;
  opacity: 0;
  cursor: pointer;
}

.phone-element .react-phone-number-input__country-select-arrow {
  display: block;
  content: "";
  width: 0;
  height: 0;
  margin-bottom: 0.1em;
  margin-top: 0.3em;
  margin-left: 0.3em;
  border-width: 0.35em 0.2em 0 0.2em;
  border-style: solid;
  border-left-color: transparent;
  border-right-color: transparent;
  color: #b8bdc4;
  opacity: 0.7;
  transition: color 0.1s;
}

.phone-element .react-phone-number-input__country-select-divider {
  font-size: 1px;
  background: black;
}

.phone-element .react-phone-number-input__country-select:focus
+ .phone-element .react-phone-number-input__country-select-arrow {
  color: #03b2cb;
}

.phone-element .react-phone-number-input__input {
  outline: none;
  padding: 0;
  appearance: none;
  border: none;
  font-weight: 500;
  font-family: Lato, Roboto, Helvetica, Arial, sans-serif;
  font-size: 16px !important;
  background: #ffffff !important;
  color: #696969 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  border-radius: 0.25rem;
  height: 33px !important;
  box-shadow: none !important;
}

.phone-element .react-phone-number-input__input--disabled {
  cursor: default;
}

.phone-element .react-phone-number-input__input--invalid,
.phone-element .react-phone-number-input__input--invalid:focus {
  border-color: #eb2010;
}

.phone-element .react-phone-number-input__input:-webkit-autofill {
  box-shadow: 0 0 0 1000px white inset;
}

.phone-element .react-phone-number-input__country .rrui__select__button {
  border-bottom: none;
}

/* Phone */
