/*css view for iFrame------------------------------------------*/
.grey{
    color: grey!important;
}
#iframeView{
   width: 600px;
    margin: auto;
    height: 450px;
    box-sizing: border-box;
    /*overflow: hidden;*/
    /*margin-top: 4rem;*/
}
#view_wrapper{
    /*box-shadow: none;
    border: none;
    min-width: 500px;
    margin: 3rem 0;*/
}
#iframeView .NPbuttons{
    background: -moz-linear-gradient( 175deg, rgb(230,230,251) 0%, rgb(255,255,255) 100%);
        background: -webkit-linear-gradient( 175deg, rgb(244, 243, 253) 0%, rgb(255,255,255) 100%);
    background: -ms-linear-gradient( 175deg, rgb(230,230,251) 0%, rgb(255,255,255) 100%);
    padding: 0 1rem;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#iframeView .NPbuttons:after{
    content: '';
    display: block;
    clear: both;
}
#iframeView .NPbuttons .button{
    font-size: 12px;
    display: block;
    width: fit-content;
    letter-spacing: 1px;
    text-transform: uppercase;
}
#iframeView .NPbuttons .button.iFnext{
        padding-right: 2.5rem!important;
}
#iframeView .NPbuttons .button.iFprevious{
         margin-right: 18rem;
    padding-left: 2.5rem!important;
    display: none;
    padding: 7px 19px;
}

#iframeView .NPbuttons .button i {
    padding: 9px;
}
#iframeView .row_common{
    display: none;
    padding: 0 1rem;
}
#iframeView .row_common.ifActive{
    display: block;
}
#iframeView .slide_container_wrap{
    height: 325px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fcfcfe;
}
#iframeView .Slide_container{
    width: 100%;
}

#iframeView #personalInfo >div:after {
    content: '';
    display: block;
    clear: both;
}
#iframeView #personalInfo >div > .field {
    float: left;
    width: 50%;
    clear: unset;
    margin-top: 0rem;
    margin: 4px 0;
}
#iframeView #personalInfo >div > div.field input{
       box-shadow: 2px 2px 4px 1px #e4e4ff;
    padding: 0.6em 1em;
}


#iframeView #personalInfo >div > div.field:nth-child(odd) {
    padding-right: 2rem;
}
#iframeView .row_common.row_service_cate_staff {
    max-width: 350px;
    margin: auto;
    text-align: center;
}
#iframeView .row_common.row_service_cate_staff >div{
    margin: 2rem 0 2rem 0;
}

#iframeView .row_common.row_service_cate_staff >div .ui.dropdown.disabled{
background: #eaeaea;
}
#iframeView .row_common.row_service_cate_staff >div .ui.dropdown.disabled > .text{
    color: rgba(148, 148, 148, 0.87);
}


#iframeView .row_common.row_service_cate_staff >div >label,#iframeView #personalInfo >div > div.field label{
    font-weight: 500;
    letter-spacing: .04rem;
    color: #656565;
    font-size: 14px;
    margin: 0 0 .3rem 0;
}
#iframeView .heading_iframe {
    /*border-bottom: 1px solid #e7e7e7;*/
    margin: 0;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 55px;
    background: -moz-linear-gradient( -1deg, rgb(230,229,251) 0%, rgb(255,255,255) 100%);
    background: -webkit-linear-gradient( -1deg, rgb(244, 244, 253) 0%, rgb(255,255,255) 100%);
    background: -ms-linear-gradient( -1deg, rgb(230,229,251) 0%, rgb(255,255,255) 100%);
}
#iframeView .heading_iframe h3{
   margin: 0;
    color: #656565;
    letter-spacing: .07rem;
    word-spacing: 2px;
}
#iframeView #timeSlotView > section{
   display: flex;
    justify-content: center;
    align-items: center;
}
#timeSlotLoader{
    width: 240px;
    height: 83px;
    margin-left: 10px;
    border: none;
    box-shadow: none;
}
#timeSlotLoader .ui.inverted.dimmer{
    background-color: rgb(252, 252, 254);
}

#iframeView #timeSlotView .view_calender{
    box-sizing: border-box;
}
#iframeView #timeSlotView .view_calender .calendar .ui.table tbody tr td.active{
    color: white;
    background: #6038c0;
}
#iframeView .ui.calendar:not(.disabled) .calendar:focus .ui.table tbody tr td.focus, #iframeView .ui.calendar:not(.disabled) .calendar.active .ui.table tbody tr td.focus{
    box-shadow: inset 0 0 0 1px #6038c0;
}

#iframeView #timeSlotView .row_view_time {
    box-sizing: border-box;
    padding: 5px 0;
}
#iframeView #timeSlotView .row_view_time .time_slots_container{
    margin: 0;
    max-height: 263px;
    overflow-x: hidden;
}
#iframeView .time_slots_container > div .view_time_slot.slotHighlight label{
    color: white;
}
#iframeView .time_slots_container > div .view_time_slot.slotHighlight {
    background-color: #5830af;
    box-shadow: none;
} 
#iframeView .time_slots_container > div > div {
      padding: 0 6px;
    text-align: center;
    margin: 10px 0px;
    float: left;
    width: 33.3333%;
    min-width: 88px;
    box-sizing: border-box;
}
#iframeView .time_slots_container > div .view_time_slot {
    width: 100%;
    padding: 6px 3px;
    box-sizing: border-box;
    border-radius: 4px;
    box-shadow: 0px 2px 2px 0px #dedeff;
    border: 1px solid #efeff5;
    background-color: white;
}

#iframeView .time_slots_container > div .view_time_slot.slotHighlight {
    background-color: #5830af;
} 

#iframeView .view_time_slot {
    margin: 0!important;
}
#view_wrapper .time_slots_container > div .view_time_slot label {
    cursor: pointer;
    padding: 0 0px;
}
.time_slots_container > div .view_time_slot label:before,
.time_slots_container > div .view_time_slot label:after {
    display: none;
}
#iframeView #view_wrapper{
    /*border: 1px solid #cecece80;
    border-radius: 4px;*/
}

.row_view_time .time_slots_container > div{
    text-align: center;
}
#iframeView .review_form{
        min-height: 200px;
    width: 100%;
    padding: 1rem 0;
}
.review_form table{
    width: 70%;
    margin: auto;
}
.review_form table,.review_form table tr,.review_form td{
    border: 1px solid #e7e7e7;
    border-collapse: collapse;
    padding: 5px 9px;
}
/*review form */

#iframeView .review_form .businessInfo{
       display: flex;
    justify-content: space-between;
    text-align: center;
    padding: 11px 0;
}
#iframeView .review_form .businessInfo p.title{
font-size: 20px;
    color: #8e8e8e;
    letter-spacing: .04rem;
}
#iframeView .review_form .businessInfo p.title:after{
    content: "";
    display: block;
    height: 2px;
    width: 26%;
    background: #aeaeb7;
    margin: 12px 37%;
}
#iframeView .review_form .businessInfo p.title~p{
        color: #3c3c3c;
    text-transform: capitalize;
    letter-spacing: .5px;
    font-size: 16px;
}
#iframeView .review_form .businessInfo > div{
    flex: 1;
}
#iframeView .review_form .businessInfo > div.addressDetail{
    flex: 1.7;
}
#iframeView .review_form .businessInfo > div.addressDetail .view_time_slot_success{
    font-weight: bold;
    color: #32a230;
}
/*review form */

.ui.table > thead > tr > th {
   cursor: auto;
   background: #f7f7fd;
}
#iframeView p.view_time_slot_success {
    font-weight: bold;
    color: #32a230;
    margin: .4rem 0;
}
#iframeView .iFrame_payment{
    width: 220px;
    margin: 1rem 0;
}
#iframeView .iFrame_payment label{
        font-size: 18px;
    color: #8e8e8e;
    letter-spacing: .04rem;
    font-weight: 500;
    margin-bottom: 13px;
}
#iframeView .iFrame_payment .dropdown{
    border-radius:10px;
}
#iframeView .iFrame_payment .dropdown .menu .item,
#iframeView .iFrame_payment .dropdown .text {
    text-transform: capitalize;
    text-transform: capitalize;
    letter-spacing: .5px;
}

.error {
    color: #ff6565;
    letter-spacing: 1px;
    transition: .5s all linear;
}
#personalInfo .error{
       font-size: 12px;
    margin-top: 2px;
}
#iframeView .Slide_container .error.message{
       position: absolute;
    z-index: 1;
    transform: translate(50%,-53%);
    right: 50%;
    width: 70%;
    text-align: center;
}
.heading_iframe .error {
    position: absolute;
    display: none;
    top: 80%;
    font-size: 13px;
    padding: 0px 2rem;
    text-transform: capitalize;
    text-align: center;
    font-weight: 200;
}

/*preview*/

/*#iframeView .serviceName {*/
    /*font-size: 24px;*/
    /*font-weight: 600;*/
    /*text-transform: capitalize;*/
    /*margin: 0 0 1rem 0;*/
/*}*/

#iframeView .view_success_wrap .serviceName {
       text-transform: capitalize;
    margin: 0;
    font-size: 17px;
    font-weight: bold;
    letter-spacing: .03rem;
}
#iframeView .view_success_wrap .serviceName span{
    color:grey;
}
#iframeView .view_success_wrap p{
    margin: 0;
}

#iframeView .serviceName i {
    margin-right: 6px;
    color: #dedede;
}
#iframeView .getReview p {
       font-size: 16px;
    margin: 0;
    line-height: unset;
}
#iframeView .address {
   color: #8e8e8e;
    font-size: 15px;
    letter-spacing: .5px;
    font-style: italic;
    padding: 8px 0;
}
#iframeView .employee {
    font-size: 17px;
    margin-top: 1rem;
    font-weight: 700;
    letter-spacing: 0.4px;
    text-transform: capitalize;
    color: grey;
}
#iframeView .employee >span{
    color: black;
}
#iframeView .getReview .view-success-description{
     display: flex;
    justify-content: space-between;
    text-align: center;
    padding: 0 1rem;
}
#iframeView .getReview .view-success-description >div p {
        margin: 1rem 0 0 0;
    font-size: 18px;
    color: #8f8f8f;
    letter-spacing: .04rem;
}
#iframeView .view_success_wrap {
    /*   max-width: 625px;
    margin: 3rem auto 0 auto;
    width: 90%;*/
}
#iframeView .middleSec {
    background-color: #cccccc3d;
    margin: 1rem;
    border-radius: 3px;
}
#iframeView .view_address {
     /*padding-left: 2rem; */
}
#iframeView .getReview .customerInfo{
        margin: 1rem;
    border-radius: 4px;
    text-align: center;
    border: 1px solid #e4e4e4;
}
#iframeView .getReview .customerInfo .column{
    padding: 0;
}
#iframeView .customerInfo > div{
    text-align: center;
    padding: .5rem 0;
}
#iframeView .customerInfo p {
    margin: 0;
    font-size: 14px;
    line-height: 2rem;
text-transform: capitalize;
    word-break: break-word;
}
#iframeView .customerInfo p:first-child {
    color: grey;
}
#iframeView .view_success_wrap .view-success-description {
        background-color: #f3f3f3;
    padding: 2rem;
    margin: 1rem 1rem 0 1rem;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#iframeView .customerInfo {
        margin: 1rem;
    border-radius: 4px;
    /*text-align: center;*/
    box-shadow: 0 0 4px 1px #eff0fd;
}
#iframeView .view_success_wrap .message_success {
    text-align: center;
    padding-top: .5rem;
    background-image: -webkit-linear-gradient( -90deg, rgb(245, 246, 251) 0%, rgb(255,255,255) 58%);
}
.message_success p:first-child {
        color: #579c57;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: .03rem;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.message_success p:nth-child(2) {
    font-size: 17px;
    margin-top: .5rem!important;
    color: grey;
}
.message_success p:nth-child(2) span {
    font-weight: 800;
    color: black;
}
#iframeView .view-success-description > p {
        display: flex;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: .2px;
    width: 100%;
    justify-content: space-between;
    color: #808080ad;
}
.view_success_wrap .view_footer{
      min-height: 40px;
    background-image: -moz-linear-gradient( 90deg, rgb(245, 246, 251) 0%, rgb(255,255,255) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(245, 246, 251) 0%, rgb(255,255,255) 80%);
}
#iframeView .view-success-description .business-price {
            color: #3e3d3d;
}
#printRecipt{
        position: absolute;
    right: 0;
    margin-right: 22px;
    border: none;
    padding: 0;
    color: grey;
    cursor: pointer;
    background: transparent;
    outline: none;
}
.passVp {
    display: none;
}

@media only screen and (max-device-width : 520px) {
   
}
@media only screen and (max-device-width : 452px) {
    #iframeView {
        width: 360px;
    }
    #iframeView .NPbuttons .button.iFprevious {
            margin-right: 6rem;
    }
    #iframeView .slide_container_wrap{
        height: unset;
        min-height: 325px;
    }
    #iframeView #timeSlotView > section {
        display: block;
        margin: 1rem;
    }
    .row_view_time .time_slots_container > div {
        padding: 0;
    }
    #iframeView #timeSlotView .view_calender {
        padding: 0 6px;
    }
     #iframeView #personalInfo >div > .field{

    }
    #iframeView #personalInfo >div > .field {
        float: unset;
        width: 100%;
    }
    #iframeView #personalInfo >div > div.field.first_lastName{
        float: left;
        width: 50%;
    }
    #iframeView #personalInfo{
        padding: 0rem 1rem 2rem 1rem;
    }
    #iframeView #personalInfo >div > div.field:nth-child(odd) {
     padding-right: unset;
    }

    #iframeView #personalInfo >div > div.field.first_lastName:nth-child(odd){
        padding-right: 1rem;
    }

}


/*css view for iFrame------------------------------------------




/*check box css =========>>>>>>*/

#successAnimationCircle {
  stroke-dasharray: 151px 151px;
  stroke: #579c57;
}

#successAnimationCheck {
  stroke-dasharray: 36px 36px;
  stroke: white;
}

#successAnimationResult {
  fill: #579c57;
    opacity: 0;
}

#successAnimation.animated {
  -webkit-animation: 1s ease-out 0s 1 both scaleAnimation;
          animation: 1s ease-out 0s 1 both scaleAnimation;
}
#successAnimation.animated #successAnimationCircle {
  -webkit-animation: 1s cubic-bezier(0.77, 0, 0.175, 1) 0s 1 both drawCircle, 0.3s linear 0.9s 1 both fadeOut;
          animation: 1s cubic-bezier(0.77, 0, 0.175, 1) 0s 1 both drawCircle, 0.3s linear 0.9s 1 both fadeOut;
}
#successAnimation.animated #successAnimationCheck {
  -webkit-animation: 1s cubic-bezier(0.77, 0, 0.175, 1) 0s 1 both drawCheck, 0.3s linear 0.9s 1 both fadeOut;
          animation: 1s cubic-bezier(0.77, 0, 0.175, 1) 0s 1 both drawCheck, 0.3s linear 0.9s 1 both fadeOut;
}
#successAnimation.animated #successAnimationResult {
  -webkit-animation: 0.3s linear 0.9s both fadeIn;
          animation: 0.3s linear 0.9s both fadeIn;
}

@-webkit-keyframes scaleAnimation {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes scaleAnimation {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes drawCircle {
  0% {
    stroke-dashoffset: 151px;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes drawCircle {
  0% {
    stroke-dashoffset: 151px;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@-webkit-keyframes drawCheck {
  0% {
    stroke-dashoffset: 36px;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes drawCheck {
  0% {
    stroke-dashoffset: 36px;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}