/* Para compatibilidade com o modulo mercadopago */

#noSlide {
  display: block !important;
  opacity: 1 !important;
}

#account-creation_form #fkcustomers_page_subheading {
  display: none;
}

.fkcustomers-fancybox-fechar {
  cursor: pointer;
}

.fkcustomers-fancybox-msg {
  text-align: center;
  font-size: 16px;
  font-weight: bold;
}

.fkcustomers-fancybox-submsg {
  text-align: center;
  font-size: 12px;
}

.fkcustomers-fancybox-button {
  display: inline-block;
  width: 48%;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  white-space: nowrap;
  border-radius: 4px;
  padding: 10px 20px;
  margin-top: 15px;
  margin-bottom: 0;
}

.fkcustomers-btn-verde {
  color: #f2f2f2;
  border: 1px solid #3AA04C;
  background: #3AA04C;
}

.fkcustomers-btn-vermelho {
  color: #f2f2f2;
  border: 1px solid #a90329;
  background: #a90329;
}

.fkcustomers-color-vermelho {
  color: #D0121A;
}

.fkcustomers-color-azul {
  color: #28AAE1;
}

.fkcustomers-color-verde {
  color: #218e53;
}

.fkcustomers-float-right {
  float: right !important;
}

.fkcustomers-float-left {
  float: left !important;
}

/*-- FLOAT LABEL --*/

.has-float-label {
  display: block;
  position: relative
}

.has-float-label label, .has-float-label>span {
  position: absolute;
  cursor: text;
  font-size: 14px;
  opacity: 1;
  -webkit-transition: all 200ms;
  transition: all 200ms;
  top: -15px;
  left: 4px;
  z-index: 3;
  line-height: 0px;
  padding: 0 1px;
  color: #777777 !important;
}

.has-float-label label sup, .has-float-label>span sup {
  top: 0 !important;
}

.has-float-label label::after, .has-float-label>span::after {
  content: " ";
  display: block;
  position: absolute;
  height: 2px;
  top: 50%;
  left: -.2em;
  right: -.2em;
  z-index: -1
}

.has-float-label .form-control::-webkit-input-placeholder {
  opacity: .4;
  -webkit-transition: all 200ms;
  transition: all 200ms
}

.has-float-label .form-control::-moz-placeholder {
  opacity: .4;
  transition: all 200ms;
}

.has-float-label .form-control:-ms-input-placeholder {
  opacity: .4;
  transition: all 200ms;
}

.has-float-label .form-control::placeholder {
  opacity: .4;
  -webkit-transition: all 200ms;
  transition: all 200ms
}

.has-float-label .form-control:placeholder-shown:not(:focus)::-webkit-input-placeholder {
  opacity: 0
}

.has-float-label .form-control:placeholder-shown:not(:focus)::-moz-placeholder {
  opacity: 0
}

.has-float-label .form-control:placeholder-shown:not(:focus):-ms-input-placeholder {
  opacity: 0
}

.has-float-label .form-control:placeholder-shown:not(:focus)::placeholder {
  opacity: 0
}

#address .has-float-label .form-control:placeholder-shown:not(:focus)+* {
  font-size: 18px;
  opacity: .6;
  top: 18px;
  font-weight: 400;
  left: 5px !important;
  /* color: #9c9b9b !important; */
}

.input-group .has-float-label {
  display: table-cell
}

.input-group .has-float-label .form-control {
  border-radius: 4px
}

.input-group .has-float-label:not(:last-child) .form-control {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0
}

.input-group .has-float-label:not(:first-child) .form-control {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  margin-left: -1px
}

#authentication .form-group .form-control {
  color: #000 !important;
}
@media(min-width: 800px){
  .stepm .spacer, .stemp .btn-footer{display: none}
}
@media(max-width: 700px){
  .stepm .spacer{
    height: 20px;
  }
  .stepm .btn-footer{
    position: fixed;
    left: 0;
    bottom: 0;
    right: 0;
  }
  .stepm .btn-footer a{
    display: block;
    background: #d0d0d0;
    color: #222;
    height: 50px;
    width: 50%;
    float: left;
    text-align: center;
    line-height: 50px;
  }
  .stepm .btn-footer a.green{
    background: #1eaa98;
    color: #fff;
  }
  #stepm_nav{
    display: flex;
    justify-content: center;
    margin: 10px 0;
    gap: 75px;
    align-items: center;;
  }
  #stepm_nav a{
    width: 46px;
    height: 46px;
    border-radius: 46px;
    display:flex;
    align-items: center;
    justify-content: center;
  }
  #stepm_nav a.active{
    background: #eee;
  }
}