@import url(https://fonts.googleapis.com/earlyaccess/opensanshebrew.css);
[v-cloak] {
  display:none;
}
body{
    background: #9aafce;
    font-family: 'Alef', sans-serif;
    color: #09193c;
}
#intro{
     text-align: center;
     display: none;
}
#intro>img{
     margin: 30px auto 0;
     max-width: 100%;   
    cursor: pointer;
}
fieldset{
    border: none;
}
.vue-form-wizard .wizard-header{
    display: none;
}
h2{
    font-weight: bold;
}
/*****RTL*******/
#app{
    direction: rtl;
    text-align: center;
    /*hide at first*/
    display: none;
    /*slide*/
    position: relative;
    top: -30px;
    transition: all 1s cubic-bezier(.05,.95,.05,.95), opacity 1s ease-in-out;
    opacity: 0;
}
#app.slide{
    top: 0;
    opacity: 1;
}
.vue-form-wizard .wizard-progress-bar{
    float: right;
}
.vue-form-wizard .wizard-card-footer .wizard-footer-left {
    float: right;
}
.vue-form-wizard .wizard-card-footer .wizard-footer-right {
    float: left;
}
@media (min-width: 768px){
.col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9 {
    float: right;
}
}
.col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    float: right;
}
.help-block{
    text-align: right;
}

/****COLORS******/
.vue-form-wizard .wizard-nav-pills>li>a {
    color: #6e8fb7;
}
.vue-form-wizard .wizard-icon-circle{
    background-color: #9aafce;
    border: 3px solid #6e8fb7;
}

.fw-light{
    font-family: 'Open Sans Hebrew', sans-serif;
    font-weight: 200;
}
.vue-form-wizard .wizard-tab-content {
    min-height: 400px;
}
/****BUTTONS****/
.next, .prev, .finish{
    background: url(img/next.png);
    border: none;
    color: #fff;
    width: 92px;
    padding: 0 0 0 14px;
    font-weight: bold;
    font-size: 17px;
    line-height: 40px;
}
.prev{
    background: url(img/prev.png);
    padding: 0 14px 0 0;
}

.vue-form-wizard .wizard-tab-content {
    max-width: 760px;
    margin: 0 auto;
}
.vue-form-wizard .wizard-card-footer {
    max-width: 800px;
    margin: 0 auto;
}

.top-img{
    max-width: 100%;
}
.radio-list{
    color: #fff;
}
.radio-list input{
    font-size: 20px;
}
.radio-list input[type=radio] + label {
    display: block;
    text-align: right;
    font-size: 24px;
    font-weight: normal;
    width: 100%;
    cursor: pointer;
}
.radio-list input[type=radio]:checked + label{
    text-shadow: 0 0 1px #00d5ff, 0 0 35px #00d5ff, 0 0 9px #00d5ff;
}
.radio-list input[type=radio] + label::before {
    content: "";
    position: relative;
    display: inline-block;
    height: 43px;
    width: 43px;
    background: url(img/off.png);
    top: 15px;
    margin-left: 10px;
    transition: all 0.3s;
    filter: invert(0.1);
    cursor: pointer;
}
.radio-list input[type=radio]:checked + label::before{
    background: url(img/on.png);
    filter: drop-shadow(0 0 3px #00d5ff);
}
input[type=checkbox], input[type=radio]{
  position: absolute;
  visibility: hidden;  
}
input[type=text]{
    color: #09193c;
    padding: 6px;
    width: 100%;
}
input[type=text]::placeholder{
    color: #9aafce;
}
.label-container{
    display: inline-block;
    width: 80%;
}
label[for=bride] {
    width: 100%;
    height: 103px;
    background: url(img/bride.png) bottom no-repeat;
}
label[for=groom] {
    width: 100%;
    height: 103px;
    background: url(img/groom.png) bottom no-repeat;
}
label[for=brideP] {
    width: 100%;
    height: 103px;
    background: url(img/parents.png) bottom no-repeat;
}
label[for=groomP] {
    width: 100%;
    height: 103px;
    background: url(img/parents.png) bottom no-repeat;
}
.radio-list.has_error, div.row.has_error{
    background: #d2b4ca;
    border: 3px #09183b solid;
}
.error-message{
    font-size: 18px;
    color: #c00;
    font-weight: bold;
}
.radio-list input[name=style] + label{
    text-align: center;
}

@media (max-width: 450px){
    .vue-form-wizard .wizard-navigation .wizard-progress-with-circle {
        position: relative;
        top: 33px;
        z-index: 50;
        height: 4px;
    }
    .vue-form-wizard .wizard-icon-circle {
        width: 54px;
        height: 54px;
    }
    .vue-form-wizard .wizard-nav-pills{
        padding-right: 5%;
    }
    .radio-list input{
        font-size: 16px;
    }
    .prev{
        display: none;
    }
    .vue-form-wizard .wizard-tab-content {
        padding: 10px 20px 10px;
    }
    .go-up{
        margin-top: -20px;    
    }
}
#overlay{
    position: fixed;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(49, 79, 124, 0.72);
    text-align: center;
    padding: 20% 0 0;
}
.spinner {
  width: 50px;
  height: 50px;
  margin: 100px auto;
  background-color: #333;

  border-radius: 100%;  
  -webkit-animation: sk-scaleout 1.0s infinite ease-in-out;
  animation: sk-scaleout 1.0s infinite ease-in-out;
}

@-webkit-keyframes sk-scaleout {
  0% { -webkit-transform: scale(0) }
  100% {
    -webkit-transform: scale(1.0);
    opacity: 0;
  }
}

@keyframes sk-scaleout {
  0% { 
    -webkit-transform: scale(0);
    transform: scale(0);
  } 100% {
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
    opacity: 0;
  }
}
#canvas{
    width: 490px;
    max-width: 68%;
    margin: 37% auto 0;
    box-shadow: 4px 4px 10px 0 rgba(0, 0, 0, 0.42);
}
#result{
    display: none;
    width: 720px;
    max-width: 100%;
    margin: 35px auto 5px;
    background: url(img/onvelope.png) no-repeat;
    background-size: 100%; 
}
a#download>img{
    filter: drop-shadow(3px 3px 4px rgba(0,0,0,0.5));
    margin: 10px 0 20px;
    max-width: 33.33%;
}
#result img{
    max-width: 100%;
}
.res-btns img {
    margin: 5px;
    filter: drop-shadow(3px 3px 4px rgba(0,0,0,0.5));
}
.res-btns img:hover,
.res-btns img:focus,
a#download>img:hover,
a#download>img:focus{
    filter: drop-shadow(2px 2px 3px rgba(0,0,0,0.4)) opacity(0.8);
}
.flatpickr-calendar.arrowTop:after {
  border-bottom-color: #bc89ae;
}
.flatpickr-calendar.arrowBottom:after {
  border-top-color: #bc89ae;
}
.flatpickr-month {
  background: #bc89ae;
}
.flatpickr-weekdays {
  background: #bc89ae;
}
span.flatpickr-weekday {
  background: #bc89ae;
}
.flatpickr-day.selected,
.flatpickr-day.startRange,
.flatpickr-day.endRange,
.flatpickr-day.selected.inRange,
.flatpickr-day.startRange.inRange,
.flatpickr-day.endRange.inRange,
.flatpickr-day.selected:focus,
.flatpickr-day.startRange:focus,
.flatpickr-day.endRange:focus,
.flatpickr-day.selected:hover,
.flatpickr-day.startRange:hover,
.flatpickr-day.endRange:hover,
.flatpickr-day.selected.prevMonthDay,
.flatpickr-day.startRange.prevMonthDay,
.flatpickr-day.endRange.prevMonthDay,
.flatpickr-day.selected.nextMonthDay,
.flatpickr-day.startRange.nextMonthDay,
.flatpickr-day.endRange.nextMonthDay {
  background: #bc89ae;
  border-color: #bc89ae;
}
.flatpickr-day.selected.startRange + .endRange,
.flatpickr-day.startRange.startRange + .endRange,
.flatpickr-day.endRange.startRange + .endRange {
  -webkit-box-shadow: -10px 0 0 #bc89ae;
          box-shadow: -10px 0 0 #bc89ae;
}
.flatpickr-day.week.selected {
  border-radius: 0;
  -webkit-box-shadow: -5px 0 0 #bc89ae, 5px 0 0 #bc89ae;
          box-shadow: -5px 0 0 #bc89ae, 5px 0 0 #bc89ae;
}
.flatpickr-calendar{
    direction: rtl;
    margin-bottom: 25px;
    
}
.numInputWrapper span {
    left: 0;
    right: auto;
}
.flatpickr-calendar.showTimeInput.hasTime .flatpickr-time {
    direction: ltr;
}
@media (max-width: 340px){
    .flatpickr-calendar{
       left: 0 !important;  
        right: 0 !important; 
    }
}
.res-btns{
    margin-top: 12px;
}
#creds {
    direction: ltr;
    text-align: left;
    margin: 40px auto 20px;
    color: #fff;
    max-width: 94%;
}