.payment-account {
  background: #fc7667;
  color: white !important;
}
.m-b-20 {
  margin-bottom: 20px;
}
.mobile-btn {
  display: none;
}
#detail-payment {
  .card {
    .margin-boot {
      margin-bottom: 30px;
    }
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.06);
    box-sizing: border-box;
    margin-bottom: 30px;
    padding: 30px;
    position: relative;
    top: 0;
    transition: all .2s ease;
    .header{
      border-bottom: 1px solid #eee;
      margin-bottom: 30px;
    }
    ul {
      list-style: none;
      margin: 0;
      padding: 0;
      li {
          line-height: 28px;
          strong {
              color: rgba(69, 90, 100, 0.6);
              font-weight: 400;
          }
      }
    }
    h4 {
      text-transform: uppercase;
    }
  }
}
.invoice-logo {
  font-size: 22px;
  font-weight: 400;
}
.invoice-wrapper {
  border: 1px solid rgba(0, 0, 0, 0.06);
  margin: 0 auto;
  padding: 60px;
  width: 794px;
}

.invoice-header {
  align-items: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.04);
  display: flex;
  flex-direction: row;
  margin: -60px -60px 60px -60px;
  padding: 60px 60px 60px 60px;
}

.invoice-table {
  background-color: rgba(0, 0, 0, 0.02);
  margin: 0 -60px;
  padding: 60px;
  table {
    margin: 0;
    max-width: 100%;
    width: 100%;
    th {
      font-size: 11px;
      font-weight: 700;
      padding-bottom: 12px;
      padding-top: 12px;
      text-transform: uppercase;
      text-align: left;
    }
    th, td {
      border-bottom: 1px solid rgba(0, 0, 0, 0.04);
      line-height: 20px;
      padding: 16px 20px;
      vertical-align: middle;
    }
  }
}

.invoice-info {
  display: flex;
  flex-direction: row;
  margin: -60px -60px 0 -60px;
  padding: 60px;
  .invoice-info-payment {
      padding: 30px;
      text-align: right;
      width: 50%;
      h4 {
        font-size: 14px;
        font-weight: 400px;
      }
      ul {
        list-style: none;
        margin: 0;
        padding: 0;
        li {
            line-height: 28px;
            strong {
                color: rgba(69, 90, 100, 0.6);
                font-weight: 400;
            }
        }
      }
  }
}
.invoice-summary {
  background-color: #3E3E3E;
  align-items: right;
  border-top: 1px solid rgba(0, 0, 0, 0.06);
  display: flex;
  flex-direction: row;
  margin: 0 -61px -60px -61px;
  padding: 40px 61px;
  text-align: right;
  div {
    margin: 0 0 0 60px;
    span {
      color: rgba(255, 255, 255, 0.7);
      margin: 0 0 5px 0;
      text-align: right;
    }
    strong {
      color: #fff;
      font-size: 28px;
      font-weight: 300;
      text-align: right;
      display: block;
    }
    &:first-child {
      margin-left: auto;
    }
  }
}
.invoice-description {
  margin-left: auto;
  text-align: right;
}
.invoice-info-client {
  border-right: 1px solid rgba(0, 0, 0, 0.04);
  padding: 30px;
  width: 50%;
  h4 {
    font-size: 14px;
    font-weight: 400px;
  }
}
.arrow-down {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  top: -34px;
  border: solid #f8f8f8;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
  left: 92%;
}
.select-onboarding {
  font-size: 25px !important;
  margin-top: 20px !important;
  width: 100% !important;
  text-align: center !important;
  background-color: #777 !important;
  &::-webkit-input-placeholder {
    color: white !important;
    font-size: 18px !important;
    margin-top: 40px;
  }
}
#dashboard-experiences{
  .content-circle {
    position: relative;
    z-index: 4;
    width: 100%;
    height: 30px;
    bottom: 22%;
    text-align: center;
    .circle {
        width: 15px;
        height: 15px;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        background: #f5f5f5;
        display: inline-block;
        margin-right: 10px;
        &:hover{
            cursor: pointer;
            background: rgba(235, 102, 81, 0.5);
        }
        &.active {
            background: #fc7667;
        }
    }
}
  &.container-fluid-experiences {
    padding-right: 100px;
    padding-left: 100px;
    padding-top: 10px;
    margin-right: auto;
    margin-left: auto;
  }
  .title-item {
    font-size: 20pt;
    text-align: center;
    margin-bottom: 10px;
    color: #fc7667;
    font-weight: 500;
  }
  .subtitle-item {
    font-size: 14pt;
    text-align: center;
    margin-bottom: 10px;
    color: #4e4b4b;
    font-weight: 500;
  }
  .product-item {
		margin-bottom: 30px;
	}
	.text-center {
    text-align: center;
  }
  .button-footer {
    button{
      font-size: 12pt !important;
      font-weight: bold !important;
    }
  }
	.product-item-thumbnail-link {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 5;
  }
  .text-img {
    font-size: 9pt;
    text-transform: uppercase;
    text-align: center;
    width: 100%;
    margin-top: 10px;
    font-weight: 500;
    color: #555555db;
  }
	.product-item-thumbnail-label {
    position: absolute;
    top: 15px;
    left: 15px;
    padding: 5px 8px;
    z-index: 3;
    text-transform: uppercase;
    color: #fff;
		font-size: 12px;
    cursor: pointer;
    i{
      padding-top: 0px;
    }
		&.add {
			background: #e7505a;
		}
		&.on {
			background: #50E780;
		}
	}
	.img-responsive {
		display: block;
    max-width: 100%;
    height: auto;
	}
}
.angular-google-map-container {
  height: 300px;
}
.fs-val-2 {
  font-size: 48px;
}
.payment-text-2 {
  font-size: 16px;
  text-align: left;
  color: #7d8c93;
  text-transform: none;
  font-weight: 300;
  min-height: 55px;
}
.no-gutter{
    padding: 0 !important;
}

.static-page{
  margin-top:-40px;
}

#wedding-banner-add,#auth-wedding {
  .profile-photo {
    .photo {
      vertical-align: top;
      height: 175px;
      width: 175px;
      margin: 0 auto;
      border-radius: 0;
      background-size: cover;
      background-position: 50% 50%;
      border: 2px solid #ddd;
      background-repeat: no-repeat;
      .placeholder {
        margin-top: -40px;
        box-sizing: border-box;
        width: 90%;
        margin-left: 5%;
        text-shadow: #FFF 1px 1px 0px;
        font-size:18px;
        color:#7d8c93;
        &.filled {
            background-color: rgba(81, 81, 97, 0.3);
            color:#FFFFFF;
            text-shadow:none;
            margin-left:0;
            margin-right:0;
            width:100%;

        }
      }

      img.img-responsive{
        text-align:center;
        margin: 0 auto 10px auto;
      }
    }
  }
}

.google-search-map {
  margin-top: 10px;
}

.cropArea {
  overflow: hidden;
  height: 275px;
  margin: auto;
}

.cap {
  text-transform: capitalize;
}

.product-onboarding {

  >div{
    height: 300px;
    border: 1px solid #e3e1e5;
    border-radius: 4px;
  }
  &.selected {
    >div{
      background-color: #f1eff3;
    }

  }
  > * {
    padding: 10px;
  }
  .product-image-container {
    line-height: 100px;

    img {
      max-height: 100%;
      max-width: 100%;
      vertical-align: middle;
    }
  }
  p {

    font-size: 13px;
  }
}

.rokk3r-onboarding {
  position: relative;
  .btn-close{
    border-radius: 100%;
    right: 18px;
    top: 15px;
    position: absolute;
    text-align: center;
    font-size: 22px;
  }
  .nav-tabs {
    text-align: center;
    border-bottom: 1px solid #7d8c93;
    padding-bottom: 10px;
    > li {
      margin-bottom: 1px;
      font-size: 15px;
      font-weight: 600;
      color: #9b9b9b;
      display: inline-block;
      float: none;
      uib-tab-heading{
        span{
          padding: 20px 0;
        }
        img{
          margin-left: 40px;
        }
      }
      &.active{
        uib-tab-heading{
          color: #fc7667;
          span{
            border-top: solid 3px #fc7667;
          }
        }
        a{
          background: transparent;
        }
      }
    }
    .nav-link {
      border: none !important;
      cursor: none;
    }
  }
  form{
    // width: 60%;
    // margin-left: 20%;
    input{
      width: 100%;
    }
  }

}

// :::::::::::::::::::::::::::: Onboarding EO :::::::::::::::::::::::::::::://

.btn-onboarding{
  .btn-inverse{
    min-width: 190px!important;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.1px;
    padding: 8px 0;
  }
  .btn-dark{
    min-width: 190px!important;
    border-radius: 6px;
    background-color: #ffffff;
    border: solid 1px #9b9b9b!important;
    color: #9b9b9b;
    padding: 8px 0;
    &:hover{
      color: #ffffff;
      background-color: #9b9b9b;
    }
  }
}

.btn-close{
   z-index: 99;
}

.onboarding-modal{

  &.step1{
    .dropdown-menu {
      top: 0px !important;
      left: 0px !important;
    }
    .separator-and {
      font-size: 40px;
      margin-top: 25px;
      text-align: center;
    }
    .m-t-20 {
      margin-top: 25px;
    }
    input.select-onboarding{
      color: #fff !important;
    }
    input.form-control{
      display: inline-block;
      font-weight: normal;
      color: #7d8c93;
      font-size: 40px;
      height: auto;
      &::-webkit-input-placeholder {
        color: #7d8c93;
        font-size: 18px;
      }
      &:-moz-placeholder { /* Firefox 18- */
        color: #7d8c93;
        font-size: 18px;
      }
      &::-moz-placeholder {  /* Firefox 19+ */
        color: #7d8c93;
        font-size: 18px;
      }
      &:-ms-input-placeholder {
        color: #7d8c93;
        font-size: 18px;
      }
    }
    h1{
        font-size: 24px;
        font-weight: 300;
        letter-spacing: 0.4px;
        color: #7d8c93;
    }
    strong{
        font-weight: 300;
        color: #7d8c93;
    }
    .checkbox{
      font-size: 12px;
      font-weight: normal;
      letter-spacing: 2.1px;
      color: #7d8c93;
      margin-top: 30px;
      input{
        display: none;
        &.unchecked{
          + label > div{
            background-color: #d8d8d8;
          }
        }
        &.checked{
          + label > div{
            background-color: #fc7667;
          }
        }
      }
      label{
        vertical-align: middle;
        padding: 6px;
      }
      div{
        height: 13px;
        width: 13px;
        border: solid 1px #979797;

      }
    }
  }
  &.step2{
    input.form-control{
      margin-top: 30px;
    }

    .uib-datepicker-popup{
      top: 0!important;
      left: 50% !important;
      margin-left: -150px;
    }
  }
  &.step3{

    .image-container{
      line-height:120px;
    }
    p{
      font-size: 16px;
      font-weight: normal;
      line-height: 1.11;
      color: #7d8c93;
      span{
          font-size: 24px;
          font-weight: 300;
          letter-spacing: 0.4px;
      }
    }
    ul{
      list-style-type: none;
      text-align: center;
      padding: 0;
      li{
          display: inline-block;
          margin-right: 20px;
          p{
              margin-top: 30px;
              font-weight: 600;
              color: #fc7667;
              img{
                  margin-left: 10px;
              }
              max-width:200px;
          }
          &:last-child{
              margin-right: 0;
          }

      }

    }
  }
  &.step4{
    .product-image-container{
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      height: 130px;

      img{
        max-width: 50%;
        margin:auto;
      }
    }

    h4{
      font-size: 16px;
      font-weight: 600;
      text-align: center;
      color: #525261;
      margin-top: 0;
      height: 32px;
      &.title-section{
        font-weight: 300;
        letter-spacing: 0.3px;
        color: #7d8c93;
        margin-top: 15px;
      }
    }
    p{
      font-size: 13px;
      font-weight: normal;
      color: #7d8c93;
    }
  }
  &.step5{
    p{
      font-size: 18px;
      font-weight: 300;
      letter-spacing: 0.3px;
      color: #7d8c93;
      &:first-child{
        margin-top: 60px;
      }
    }
    span, input, .control-label{
      font-size: 31px;
      font-weight: 300;
      letter-spacing: 0.6px;
      color: #7d8c93;
    }
    input{
      width: 300px;
      display: inline-block;
      padding-top: 0;
      height: 44px;
      padding-bottom: 0;
    }
    .has-error{
      span, input{
        color: #cc704d!important;
      }
    }
  }
  &.step6{
    h3{
      font-size: 24px;
      font-weight: 300;
      letter-spacing: 0.4px;
      color: #9b9b9b;
      margin-top: 50px;
    }
    p{
      font-size: 18px;
      font-weight: 300;
      line-height: 1.33;
      letter-spacing: 0.1px;
      color: #9b9b9b;
    }
    .img-container{
      margin: 30px 0 50px 0;
    }
    .arrow-go{
      margin: 0 35px 0 40px;
    }
  }
}


@media (max-width:430px) {
  .text-mobile {
    p {
      font-size: 12px;
    }
  }
  .modal-footer-centered {
    display: none !important;
  }
  #new-product.guest-registry {
    .article-btn-mobile {
      display: block !important;
    }
    .main-image {
      text-align: center !important;
      img {
        max-width: 95% !important;
        max-height: 340px !important;
      }
    }
    h3 {
      font-size: 20px !important;
    }
    .sm-6 {
      width: 100% !important;
    }
  }
  .mobile-btn {
    display: block;
  }
  .arrow-down {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    top: -34px;
    border: solid #f8f8f8;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
    left: 92%;
  }
  .select-onboarding {
    font-size: 25px !important;
    padding-top: 10px !important;
    width: 100% !important;
    text-align: center !important;
    background-color: #777 !important;
    vertical-align: middle;
    &::-webkit-input-placeholder {
      color: white !important;
      font-size: 18px !important;
      vertical-align: middle;
    }
  }
  .btn-onboarding {
    .btn-dark, .btn-inverse {
      min-width: 150px!important;
    }
  }
  #dashboard-experiences{
    &.container-fluid-experiences {
      padding-right: 15px;
      padding-left: 15px;
      padding-top: 10px;
      margin-right: auto;
      margin-left: auto;
    }
    .product-item-thumbnail-label {
      position: absolute;
      top: 15px;
      left: 15px;
      padding: 5px 8px;
      z-index: 3;
      text-transform: uppercase;
      color: #fff;
      font-size: 12px;
      cursor: pointer;
      i{
        padding-top: 4px;
      }
      &.add {
        background: #e7505a;
      }
      &.on {
        padding-top: 9px;
        background: #50E780;
      }
    }
  }

}

@media (max-width:768px) {
  .mobile-btn {
    display: block;
  }
  .modal-footer-centered {
    display: none !important;
  }
  #new-product.guest-registry {
    .article-btn-mobile {
      display: block;
    }
    .main-image {
      text-align: center;
      img {
        max-width: 95% !important;
        max-height: 340px !important;
      }
    }
    h3 {
      font-size: 20px;
    }
    .sm-6 {
      width: 50%;
      float: left;
    }

  }





  .arrow-down {
      transform: rotate(45deg);
      -webkit-transform: rotate(45deg);
      top: -40px;
      border: solid #f8f8f8;
      border-width: 0 3px 3px 0;
      display: inline-block;
      padding: 3px;
      left: 92%;
  }
  .select-onboarding {
    font-size: 25px !important;
    padding-top: 10px !important;
    width: 100% !important;
    text-align: center !important;
    background-color: #777 !important;
    vertical-align: middle;
    &::-webkit-input-placeholder {
      color: white !important;
      font-size: 22px !important;
      vertical-align: middle;
    }
  }
  #dashboard-experiences{
    .product-item-thumbnail-label {
      position: absolute;
      top: 15px;
      left: 15px;
      padding: 5px 8px;
      z-index: 3;
      text-transform: uppercase;
      color: #fff;
      font-size: 12px;
      cursor: pointer;
      i{
        padding-top: 4px;
      }
      &.add {
        background: #e7505a;
      }
      &.on {
        padding-top: 9px;
        background: #50E780;
      }
    }
    &.container-fluid-experiences {
      padding-right: 25px;
      padding-left: 25px;
      padding-top: 10px;
      margin-right: auto;
      margin-left: auto;
    }
  }
  .onboarding-modal{
    &.step1 {
      span{
        display: block;
      }
      input{
        &.form-control{
          width: 100%!important;;
          font-size: 40px!important;
          text-align: center;
          margin:0px 0px;
        }
      }
      h1{
        margin-bottom: 0px;
      }
    }
    &.step3{
      ul{
        li{
          display:block;
        }
      }
    }

    &.step5 {
      input{
        &.form-control{
          text-align:center;
          width:100%;
        }
      }
    }
    &.step6 {
      img{
        width: 70px;
      }
      .arrow-go{
        width: 30px;
      }
    }

  }


  .rokk3r-onboarding {

    .nav-tabs {
      >li{
        &.active{

          .tab-label{
            display:inherit;
          }
        }
        .tab-label{
          display:none;
        }
      }

    }


  }
}


.color-red{
  color: red!important;
}

.no-p-l{
  padding-left: 0 !important;
}
.ajust-errors {
  margin-top: -30px;
  margin-bottom: 30px;
}
.btn-md {
  padding: 4px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

.btn-black {
  background-color: #60676d;
}
.article-btn-mobile {
  display: none;
}