/* body.page-template-formtemplate main{
    background-color: #DEEBFF;
} */
header{
    border-bottom: 1px solid #ddd;
}
.biodata-form{
    margin-top: 5rem;
    background-color: var(--white);
    padding: 16rem;
    padding-top: 2rem;
    padding-bottom: 3rem;
    border-radius: 0.313rem;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.biodata-form .form-outer {
    width: 100%;
    overflow: hidden;
    text-align: left;
}
.biodata-form .form-outer form {
    display: flex;
    width: calc(100% * 4);
}
.form-outer form .form-step {
    width: calc(100% / 4);
    transition: margin-left 0.3s ease-in-out;
}

.form-step .field .label {
    display: block;
    margin-bottom: .1rem;
    font-size: .875rem;
    color: #000;
    font-weight: 500;
}

.form-step .field .form-input{
    padding-right: 50px;
}
.form-input{
    outline: none;
}
.form-input:focus,
.form-input:active,
.form-input:focus-visible{
    border-color: #6354d3;
    border-width: 2px;
}
.form-step .field .message{
    font-size: .75rem;
    color: #897f7f;
    font-weight: 400;
    font-style: italic;
}
.form-step .field{
    margin-bottom: 1.5rem;
}
.prev, .next, .submit{
    margin-top: 3rem;
}
.form-step .field.btns{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.form-step .field.btns button{
    width: auto;
}
.form-step .field.btns .button{
    margin-top: 3rem;
}
.form-step .step-heading{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 2rem;
    font-weight: 500;
}
.form-step .heading span+span{
    font-size: 1rem;
}


.biodata-form .progress-bar {
    -webkit-user-select: none;
    display: flex;
    margin: 2.5rem 0;
    user-select: none;
    align-items: center;
}
.progress-bar .bullet{
    flex:1;
    position: relative;
    text-align: center;
}
.progress-bar .bullet span{
    width: 4rem;
    height: 4rem;
    display: inline-block;
    border-radius: 50%;
    line-height: 5.5rem;
    background-color: lightgray;
    position: relative;
}
.progress-bar .bullet span p{
    margin: 0;
    position: absolute;
    bottom: -1rem;
    line-height: 0;
    left: 50%;
    width: 100px;
    transform: translateX(-50%);
}
.multilanguage{
    display: flex;
    margin-bottom: 1rem;
}
.multilanguage > div{
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: var(--primary);
    padding-top: .5rem;
}
.multilanguage label{
    font-size: 14px;
    font-weight: 500;
    margin-bottom: .5rem;
    color: #fff;
    padding: 0 .5rem;
}
.multilanguage select{
    width: 200px;
    height: 2.5rem;
    line-height: normal;
}

select.form-input{
    -webkit-appearance: none;
    appearance: none;
    background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiBmaWxsPSIjMDAwMDAwIiB2ZXJzaW9uPSIxLjEiIGlkPSJDYXBhXzEiIHdpZHRoPSI4MDBweCIgaGVpZ2h0PSI4MDBweCIgdmlld0JveD0iMCAwIDMwLjcyNyAzMC43MjciIHhtbDpzcGFjZT0icHJlc2VydmUiPgo8Zz4KCTxwYXRoIGQ9Ik0yOS45OTQsMTAuMTgzTDE1LjM2MywyNC44MTJMMC43MzMsMTAuMTg0Yy0wLjk3Ny0wLjk3OC0wLjk3Ny0yLjU2MSwwLTMuNTM2YzAuOTc3LTAuOTc3LDIuNTU5LTAuOTc2LDMuNTM2LDAgICBsMTEuMDk1LDExLjA5M0wyNi40NjEsNi42NDdjMC45NzctMC45NzYsMi41NTktMC45NzYsMy41MzUsMEMzMC45NzEsNy42MjQsMzAuOTcxLDkuMjA2LDI5Ljk5NCwxMC4xODN6Ii8+CjwvZz4KPC9zdmc+');
    background-position: calc(100% - .5rem);
    background-repeat: no-repeat;
    background-size: .625rem .7rem;
    cursor: pointer;
    padding-right: 2rem;
}

.multilanguage select.form-input{
    width: 100%;
    min-width: 200px;
    line-height: 25px;
    height: auto;
}


.progress-bar .bullet::after{
    content: '';
    width: 100%;
    height: 2px;
    background: lightgray;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.progress-bar .bullet span svg{
    z-index: 1;
    position: relative;
}
.progress-bar .bullet.active span{
    background-color: var(--primary);
    background-image: linear-gradient(40deg, #5d2b60 0%, #953267 100%);
}
.progress-bar .bullet.active span p{
    color: #5d2b60;
}
.progress-bar .bullet.active::after{
    background-color: var(--primary);
    background-image: linear-gradient(40deg, #5d2b60 0%, #953267 100%);
}

.progress{
    display: flex;
    height: 1rem;
    overflow: hidden;
    font-size: .75rem;
    background-color: #e9ecef;
    border-radius: 0.25rem;
    height: 1.125rem;
    margin-bottom: 1rem;
    margin-top: 2rem;
}
.progress-bar-animated{
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: var(--primary);
    transition: width .6s ease;
    animation:progress-bar-stripes 1s linear infinite;
    -webkit-animation: progress-bar-stripes 1s linear infinite;
    width: 25%;
}

.progress-bar-striped {
    background-image: linear-gradient(40deg, #5d2b60 0%, #953267 100%);
}

/* css for preview */
.profile-photo{
    position: relative;
    display: inline-block;

}
.profile-photo.active img{
    z-index: 1;
}
.profile-photo  #profileImagePreview,
.profile-photo  #profileImagePreviewFullPage {
    position: relative;
    overflow: hidden;
    max-width: 300px;
}

.profile-photo input{
    position: absolute;
    top:0;
    left: 0;
    right: 0;
    bottom: 0;
    cursor: pointer;
    opacity: 0;
    z-index: 2;
    height: calc(100% + 3rem);
}

.profile-photo img{
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height:100%;
    object-fit: cover;
}
.remove-button{
    border: none;
    padding: .3rem 1rem;
    display: block;
    font-size: 1rem;
    cursor: pointer;
    margin-right: .5rem;
    margin: 1rem;
    margin-left: 0.3rem;
    padding: 0.6rem;
    padding-left: 2rem;
    padding-right: 2rem;
    width: 100%;
    max-width: 300px;
}

.button-wrap{
    display: none;
}
.button-wrap.active{
    display: flex;
}
.profile-photo{
    margin-bottom: 3rem;
    margin-left: 5px;
}

.profile-photo .message{
    position: absolute;
    z-index: 1;
    font-size: .75rem;
    text-align: center;
    display: block;
    width: 100%;
    left: 0;
    bottom:-3rem;
    font-weight: 500;
    padding: .5rem;
    background-color: #D35458;
    cursor: pointer;
    color: #fff;
    text-transform: uppercase;
}
.profile-photo .message:hover{
    box-shadow: 0 0 5px rgba(0,0,0,0.188235);
}

.profile-photo #profileImagePreview {
    pointer-events: none;
}

.row.margin-top-32{
    margin-top: 2rem;
}
.crop-image-pop .cr-boundary{
    overflow: hidden;
    width: 100%;
    height: 100%;
}
.crop-image-pop .cr-boundary img{
    max-width: 100%;
}
.crop-image-pop .modal-footer{
    margin-top: 20px;
    text-align: center;
}

.crop-image-pop .modal-footer button{
    background-color: #d35458;
    border: none;
    box-shadow: none;
    color: #fff;
    padding: .5rem;
}

/* loader */
.lds-ring {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background: rgb(255 255 255 / 90%); */
    z-index: 999;
    display: none !important;

  }

  .lds-ring span{
    text-transform: capitalize;
    font-size: .875rem;
    color: #000;
    display: inline-block;
    margin-top: .4rem;
  }

  .lds-ring .inner{
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    flex-direction: column;
  }

  .loader {
    width: 50px;
    aspect-ratio: 1;
    display: grid;
    border: 4px solid #0000;
    border-radius: 50%;
    border-color: var(--primary) #0000;
    animation: l16 1s infinite linear;
  }
  .loader::before,
  .loader::after {
    content: "";
    grid-area: 1/1;
    margin: 2px;
    border: inherit;
    border-radius: 50%;
  }
  .loader::before {
    border-color: var(--primary) #0000;
    animation: inherit;
    animation-duration: .5s;
    animation-direction: reverse;
  }
  .loader::after {
    margin: 8px;
  }
  @keyframes l16 {
    100%{transform: rotate(1turn)}
  }



figure figcaption {
    position: absolute;
    bottom: 0;
    color: #fff;
    width: 100%;
    padding-left: 9px;
    padding-bottom: 5px;
    text-shadow: 0 0 10px #000;
}

  .trigger{
    text-align: center;
    padding: 7px 13px;
    background: #3e3e3e;
    color: #fff;
    font-size: 15px;
    outline: none;
    border: none;
    border-radius: 5px;
    font-family: cursive;
}

.modal, .modalFullPage {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  transform: scale(1.1);
  transition: visibility 0s linear 0.25s, opacity 0.25s 0s, transform 0.25s;
  z-index: 9;
}
.modal-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: white;
  padding: 1rem 1.5rem;
  width: 97%;
  border-radius: 0.5rem;
  max-width: 50rem;
}

.loading-message{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    align-items: center;
    background: rgb(255 255 255 / 90%);
    z-index: 2;
    flex-direction: column;
    justify-content: center;
    padding: 1rem;
    text-align: center;
    font-size: .875rem;
    color: #000;
}
.loading-message .load{
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: inline-block;
    border-top: 3px solid #68165d;
    border-right: 3px solid transparent;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
}
.processing .loading-message{
    display: flex;
}
.close-button {
  width: 1.5rem;
  line-height: 1.5rem;
  text-align: center;
  cursor: pointer;
  border-radius: 0.25rem;
  font-size: 26px;
  color: #000;
  position: absolute;
  top: 10px;
  right: 10px;
}
.close-button:hover {
  background-color: darkgray;
}
.show-modal {
  opacity: 1;
  visibility: visible;
  transform: scale(1.0);
  transition: visibility 0s linear 0s, opacity 0.25s 0s, transform 0.25s;
}

.preview-section{
    display: flex;
    padding-bottom: 1rem;
    position: relative;
}

.pdf-info{
    font-size: .875rem;
    background: hsla(0,0%,93.3%,.671);
    border: 1px dashed;
    padding: .5rem;
    position: absolute;
    z-index: 2;
    bottom: -58px;
    left:0;
    color: #000;
    width:100%;
}

.preview-image{
    flex:1;
    position: relative;
}
.preview-image.show-full-screen{
    position:fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #2f2b2b;
    z-index: 9999;
    overflow: hidden;
    overflow-y: auto;
    padding-top: 42px;
    display: flex;
    align-items: center;
    justify-content: center;

}

.preview-image.show-full-screen .pdf-info{
    display: none;
}
.preview-template{
    width: 40%;
    min-height: 500px;
    border: 1px solid lightgray;
    overflow: hidden;
}
.preview-template h3{
    font-size: 1rem;
    padding: 1rem;
    background-color: var(--gray);
    margin-bottom: 0;
    position: relative;
    border-bottom: 1px solid #ddd;
}

.template-listing{
    padding: .5rem .5rem;
    margin: 0 -.3rem;
    display: flex;
    flex-wrap: wrap;
    overflow-x: hidden;
    overflow-y: scroll;
    max-height: 34rem;
}
.template-item{
    padding: 0 .3rem;
    width: 50%;
    margin-bottom: .5rem;
    text-align: center;
}
.template-item > .template-image-changes{
    cursor: pointer;
    display: inline-block;
    transition: 500ms;
    position: relative;
}
.template-item > .template-image-changes .creat-btn{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    height: auto;
    min-height: auto;
    line-height: normal;
    font-size: .6rem;
    padding: .2rem;
    opacity: 0;
}

.template-item > .template-image-changes:hover{
    transform: translateY(-10px);
}
.template-item > .template-image-changes:hover .creat-btn{
    opacity: 1;
}
.template-item img{
    max-width: 100%;
    object-fit: contain;
    height: 160px;
}
.template-item.free-template{
    display: none;
}
.free-template-download-btn{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    font-size: 0;
    z-index: 1;
}
.template-item h2{
    font-size: .75rem;
}

.template-listing .color-palette{
    padding: 0;
    margin: 0;
    padding-top: .2rem;
    padding-left: .1rem;
}
.template-listing .color-palette li{
    list-style-type: none;
    margin-right: .2rem;
    border: 0.063rem solid #ced5d9;
    width: 1rem;
    height: 1rem;
    border-radius: 50%;
    cursor: pointer;
    display: inline-block;
}
.template-listing .color-palette li.active{
    box-shadow: 0 0 0 0.125rem var(--primary)
}
.float-button,
.close-template::before,
.close-template:after{
    display: none;
}
.close-template{
    font-size: 0;
}

#preview{
    transform: scale(1);
}

#preview svg{
    margin: 0 auto;
    display: block;
    width: 100%;
}

.full-screen{
    width: 40px;
    height: 40px;
    background: var(--primary);
    border-radius: 50%;
    text-align: center;
    line-height: 48px;
    position: absolute;
    top: 0;
    left: 1rem;
    cursor: pointer;
    z-index: 1;
    display: none;
}

.full-screen svg polygon,
.full-screen svg path{
    fill: #fff;
}
.full-screen span{
    position: absolute;
    bottom: -28px;
    left: -12px;
    white-space: nowrap;
    font-size: 9px;
    background: #333;
    height: auto;
    line-height: normal;
    padding: .5rem;
    color: #fff;
    border-radius: 10px;
    box-shadow: 0 .5rem .0625rem rgba(0,0,0,.15)!important;
}
.full-screen:hover span{
    opacity: 1;
}

.preview-image.show-full-screen .full-screen{
    display: none;
}

foreignObject{
    padding-top: .3rem;
}

.pdf-wrap{
    position: relative;
}

.ribbon{
    position: absolute;
    right: -0.23rem;
    top: -0.26rem;
    z-index: 2;
    overflow: hidden;
    width: 4.688rem;
    height: 4.688rem;
    text-align: right;
}
.ribbon span{
    font-size: 0.625rem;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    line-height: 1.25rem;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    width: 6.25rem;
    display: block;
    position: absolute;
    top: 1.188rem;
    right: -1.313rem;
    color: #fff;
    background: #f50505;
    background: linear-gradient(#f50505 0%, #910808 100%);
    box-shadow: 0 0.188rem 0.625rem -0.313rem #000000;
}

.ribbon span::before{
    content: "";
    position: absolute;
    left: 0rem;
    top: 100%;
    z-index: -1;
    border-left: 0.188rem solid #910808;
    border-right: 0.188rem solid transparent;
    border-bottom: 0.188rem solid transparent;
    border-top: 0.188rem solid #910808;
}

.ribbon span::after {
    content: "";
    position: absolute;
    right: 0rem;
    top: 100%;
    z-index: -1;
    border-left: 0.188rem solid transparent;
    border-right: 0.188rem solid #910808;
    border-bottom: 0.188rem solid transparent;
    border-top: 0.188rem solid #910808;
}


.Full-screen-action{
    padding: .5rem;
    background: #000;
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    text-align: center;
}
.preview-image.show-full-screen .Full-screen-action{
    display: block;
}
.close-full-screen{
    position: absolute;
    top: 50%;
    right: 1rem;
    color: #000;
    height: 30px;
    width: 30px;
    cursor: pointer;
    background: #fff;
    border-radius: 50%;
    transform: translateY(-50%);
    line-height: 31px;

}
.zoom-btn{
    background-color: #fff;
    padding: .5rem 1rem;
    color: #000;
    cursor: pointer;
}

.downloadPDF,
.downloadInvoicePDF{
    margin-bottom: 20px;
}
.switch-template{
    display: none;
}

#preview.increase-height svg{
    min-height: 700px;
}


.add-more-fields{
    background:  transparent;
    border: 1px solid  #D35458;
    font-size: .875rem;
    color:  #D35458;
    height: 2rem;
    line-height: 1.5rem;
    padding: 0 1rem;
    cursor: pointer;
    transition: 300ms all;
}

.add-more-fields svg,
.add-more-fields span{
    vertical-align: middle;
}

.add-more-fields:hover{
    box-shadow: 0 0.5em 0.5em -0.4em var(--primary);
    transform: translateY(-0.25em);
}

.repeater .delete-icon{
    background: rgb(104 22 93 / 20%);
    top: 43%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.row.repeater{
    flex-wrap: nowrap;
}

#pdfViewer{
    height: 600px;
}

#pdfViewer canvas{
    width: 100% !important;
}

.pdfViewer-wrapper{
    position: relative;
    z-index: 1;
}

.shimmer-biodata{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
}
 .shimmer-biodata-shine {
   background: #f6f7f8;
   background-image: linear-gradient(to right, #f6f7f8 0%, #edeef1 20%, #f6f7f8 40%, #f6f7f8 100%);
   background-repeat: no-repeat;
   background-size: 800px 104px;
   display: inline-block;
   position: relative;

   -webkit-animation-duration: 1s;
   -webkit-animation-fill-mode: forwards;
   -webkit-animation-iteration-count: infinite;
   -webkit-animation-name: placeholderShimmer;
   -webkit-animation-timing-function: linear;
   }

 .shimmer-biodata-box {
   height: 104px;
   width: 100px;
 }

 .shimmer-biodata-shine-div {
   display: inline-flex;
   flex-direction: column;
   margin-right: 25px;
   vertical-align: top;
   flex: 1;
 }

 .shimmer-biodata-line {
   height: 10px;
   margin-top: 10px;
   width: 100%;
 }

 .display-flex-wrap{
    display: flex;
    max-width: 97%;
 }

 .shimmer-biodata-photo {
   display: block!important;
   width: 97%;
   height: 100px;
   margin-top: 15px;
 }

 @-webkit-keyframes placeholderShimmer {
   0% {
     background-position: -468px 0;
   }

   100% {
     background-position: 468px 0;
   }
 }


@media only screen and (max-width: 991px){
    .preview-template{
        position: fixed;
        width: 100%;
        left: 0;
        bottom:0;
        transition: 300ms all;
        background: #fff;
        z-index: 9999;
        height:33%;
        min-height: auto;
        -webkit-transform: translate3d(0, 250%, 0);
        transform: translate3d(0, 250%, 0);
        transition: 300ms;
    }
    .template-listing{
        max-height: 100%;
        padding-bottom: 1rem;
        overflow-x: scroll;
        overflow-y: hidden;
        white-space: nowrap;
        flex-wrap: nowrap;
    }
    .template-item img{
        height: 130px;
    }
    .template-item{
        width: 120px;
    }
    .template-item h2{
        white-space: nowrap;
        display: block;
        text-overflow: ellipsis;
        overflow: hidden;
        min-width: 128px;
    }
    .preview-template.show{
        transform: translateY(0);
        -webkit-animation-name: bounceInUp;
        animation-name: bounceInUp;
        -webkit-animation-duration: 1s;
        animation-duration: 1s;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
    }

    .float-button{
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        padding: 1rem .5rem;
        font-size: .75rem;
        background-color: #fff;
        background-image: linear-gradient(40deg, #5d2b60 0%, #953267 100%);
        cursor: pointer;
        box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
        text-align: center;
        display: block;
        z-index: 1;
    }

    .float-button h3{
        font-size: 1rem;
        margin: 0;
        position: relative;
        display: inline-block;
        padding-right: 1.5rem;
        color: #fff;
        top: .5rem;
    }

    .float-button h3 .icon{
        display: inline-block;
        margin-left: 5px;
    }





    .float-button h3 .icon span{
        position: relative;
        display: inline-block;
        width: 0.7rem;
        height: 0.7rem;
        border-top: 0.15rem solid #fff;
        border-left: 0.15rem solid #fff;
        transform: rotate(46deg);
        top: .3rem;
    }

    .close-template{
        position: absolute;
        top: 0;
        right: 0;
        height: 100%;
        width: 2rem;
        cursor: pointer;
        text-align: center;
        font-size: 0;
    }
    .close-template::before,
    .close-template:after{
        position: absolute;
        content: '';
        width: 2px;
        height: 1rem;
        background-color: #000;
        top: 1rem;
        left: 1px;
        display: block;
    }
    .close-template::before{
        transform: rotate(50deg);
    }
    .close-template::after{
        transform: rotate(-50deg);
    }
    .form-step .field{
        margin-bottom: 0;
    }
    .preview-image{
        flex:auto;
    }
    .preview-section{
        flex-wrap: wrap;
        margin-bottom: 100px;
    }
    .switch-template{
        width: 100%;
        display: block;
        text-align: right;
        margin-bottom: 1rem;
    }
    .switch-template img{
        width: 15px;
        height: 15px;
        vertical-align: middle;
        filter: brightness(0) invert(1);
    }
    .switch-template span{
        font-size: 9px;
        color: #fff;
        background: var(--primary);
        border-radius: 0;
        padding: .3rem;
        height: 28px;
        display: inline-block;
        line-height: 21px;
        cursor: pointer;
    }
    .full-screen{
        top: -43px;
        left: 0;
        width: auto;
        height: auto;
        border-radius: 0;
        padding: .3rem;
        padding-top: .2rem;
        line-height: normal;
        display: none;
    }
    .full-screen span{
        background-color: transparent;
        color: #fff;
        padding: 0;
        box-shadow: none !important;
        position: relative;
        top: -1px;
        bottom: 0;
        left: 0;
    }
    .full-screen svg{
        width: 15px;
        height: 15px;
        vertical-align: middle;
    }
    .repeater  .field{
        margin-bottom: 1rem;
    }
    #pdfViewer{
        height: auto;
        min-height: 600px;
    }
    .pdf-info{
        bottom: 18px;
    }

}
@media only screen and (min-width: 991px){
    .float-button{
        display: none !important;
    }
}
@media only screen and (max-width: 1280px){
    .biodata-form{
        padding-left: 8rem;
        padding-right: 8rem;
    }
    .Full-screen-action{
        z-index: 1;
    }

}
@media only screen and (max-width: 1199px){
    .biodata-form{
        padding-left: 1rem;
        padding-right: 1rem;
    }
    .preview-image.show-full-screen{
        padding-top: 70px;
    }

}

@media only screen and (max-width: 800px){
    .Full-screen-action .button{
        display: none;
    }
    .preview-image.show-full-screen{
        padding-top: 140px !important;
    }
    .preview-image.show-full-screen #preview{
        transform: scale(1.1) !important;
    }
    .Full-screen-action{
        padding: 1.5rem;
    }

    .active-last-step .multilanguage{
        position: fixed;
        top: 1rem;
        left: 1rem;
        z-index: 9999;
    }
    .active-last-step .multilanguage label{
        display: none;
    }
    .active-last-step .multilanguage > div{
        padding: 0;
    }
    .active-last-step .multilanguage select{
        background-color: var(--primary);
        color: #fff;
        font-size: 12px;
        height: 1.8rem;
        padding-top: 0;
        padding-bottom: 0;
        border: none;
        width: 125px;
        padding-left: .5rem;
        background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI4MDBweCIgaGVpZ2h0PSI4MDBweCIgdmlld0JveD0iMCAwIDE2IDE2Ij4KICA8cGF0aCBmaWxsPSIjZmZmIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xMi4yOTI5LDUuMjkyODc1IEMxMi42ODM0LDQuOTAyMzc1IDEzLjMxNjYsNC45MDIzNzUgMTMuNzA3MSw1LjI5Mjg3NSBDMTQuMDk3Niw1LjY4MzM3NSAxNC4wOTc2LDYuMzE2NTU1IDEzLjcwNzEsNi43MDcwODUgTDguNzA3MTEsMTEuNzA3MDg1IEM4LjMxNjU4LDEyLjA5NzYwNSA3LjY4MzQyLDEyLjA5NzYwNSA3LjI5Mjg5LDExLjcwNzA4NSBMMi4yOTI4OSw2LjcwNzA4NSBDMS45MDIzNyw2LjMxNjU1NSAxLjkwMjM3LDUuNjgzMzc1IDIuMjkyODksNS4yOTI4NzUgQzIuNjgzNDIsNC45MDIzNzUgMy4zMTY1OCw0LjkwMjM3NSAzLjcwNzExLDUuMjkyODc1IEw4LDkuNTg1NzY1IEwxMi4yOTI5LDUuMjkyODc1IFoiLz4KPC9zdmc+');
        min-width: auto;
    }

}

@media only screen and (max-width: 576px){
    .downloadPDF,
    .downloadInvoicePDF{
        margin-bottom: 20px;
        margin-top: 20px;
    }

    .progress-bar .bullet span{
        width: 3rem;
        height: 3rem;
        line-height: 3.8rem;
    }
    .progress-bar .bullet span svg{
        width: 1.5rem;
        height: 1.5rem;
    }
    .progress-bar .bullet span p{
        font-size: .875rem;
    }
    .form-outer form .form-step .col-12{
        margin-bottom: 1rem;
    }
    .create-biodata-section{
        padding-top: 8rem 0 12rem;
    }
    .biodata-form{
        padding: 1rem 0 3rem;
        margin-top: 2rem;
    }
    .modal-content{
        padding: 1rem 0;
        padding-top: 45px;
    }
    /* #upload-demo{
        width: 219px;
    } */

    .croppie-container .cr-boundary{
        width: 100% !important;
    }
    .form-outer form .form-step{
        padding: 0 1rem;
    }
    .form-outer form .form-step:last-child{
        padding: 0;
    }
    .flot-icon-whatsapp{
        right: 1rem;
    }
    .progress{
        margin-bottom: 1.5rem;
    }
    .profile-photo{
        margin-bottom: 5rem;
        display: block;
    }
    .profile-photo #profileImagePreview{
        margin: 0 auto;
    }
    .preview-image.show-full-screen #preview {
        transform: scale(1.2) !important;
    }
    .preview-image.show-full-screen {
        padding-top: 200px !important;
    }
    .remove-button{
        width: 100%;
        margin: 0;
    }


    /* hide header on mobile on last step form */
    .active-last-step{
        overflow: hidden;
    }
    .active-last-step .biodata-form .progress-bar,
    .active-last-step .progress,
    .active-last-step .float-button{
        display: none !important;
    }

    .active-last-step .biodata-form .form-outer{
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        padding: 0 .5rem;
        background: #fff;
        z-index: 999;
        overflow-y: scroll;
        padding-top: 1rem;
    }

    .active-last-step .form-step:last-child .field.btns{
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        z-index: 99;
        background: #f4f4f4;
        padding: .5rem;
        z-index: 9999;

    }

    .active-last-step .form-step:last-child .field.btns a.button{
        background: #27c24c;
    }

    .active-last-step .form-step .field.btns .button{
        height: 2.5rem;
        line-height: 2.5rem;
        font-size: .875rem;
        margin: 0;
    }
    .active-last-step .flot-icon-whatsapp{
        display: none;
    }
    .repeater .delete-icon{
        margin-left: -.3rem;
    }

    .multilanguage{
        justify-content: center;
    }

    .template-listing .template-item .text-align-center{
        opacity: 0;
        height: 0;
    }
    .template-listing .template-item .text-align-center h2{
        height: 0;
        margin: 0;
    }

}
@media only screen and (max-width: 470px){
    .preview-image.show-full-screen #preview {
        transform: scale(1.1) !important;
    }
}

@media only screen and (max-width: 430px){
    #preview.increase-height svg{
        min-height: 640px;
    }
    .pdf-info {
        bottom: 64px;
        font-size: .75rem;
        width: 100%;
    }

    .form-outer form .form-step:last-child .prev,
    .form-outer form .form-step:last-child .next,
    .form-outer form .form-step:last-child .button{
        margin-top: 0;
    }
    foreignObject{
        padding: 0;
    }
    .ribbon{
        right: 0;
        top: 0;
        overflow: visible;
    }

    .ribbon span::after{
        opacity: 0;
    }
    .ribbon span{
        transform: rotate(0deg);
        -webkit-transform: rotate(-0deg);
        right: 0;
        width: 100%;
        background: #f50505;
        font-weight: 500;
        top: .5rem;
    }
    .ribbon span::before{
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        content: "";
        left: -12px;
        border-top: 10px solid transparent;
        border-right: 12px solid #f50505;
        border-bottom: 10px solid transparent;
        width: 0;
        z-index: auto;
        border-left: transparent;
    }
}
@media only screen and (max-width: 370px){
    .preview-image.show-full-screen #preview {
        padding: 0 1rem;
    }
}

@media only screen and (max-width: 360px){
    .preview-image.show-full-screen {
        padding-top: 140px !important;
    }
}


.delete-icon {
    cursor: pointer;
    position: absolute;
    right: 10px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    line-height: 43px;
    text-align: center;
    z-index: 1;
    top: 50%;
    transform: translateY(-50%);
}
.delete-icon:hover{
    background: rgb(104 22 93 / 20%);
}
.optional{
    display:flex;
    position: relative;
}


@-webkit-keyframes bounceInUp {
    60%,75%,90%,from,to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
    }

    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0);
        transform: translate3d(0, 3000px, 0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }

    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }

    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0)
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}


@keyframes bounceInUp {
    60%,75%,90%,from,to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
    }

    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0);
        transform: translate3d(0, 3000px, 0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }

    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }

    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0)
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}


@keyframes rotation {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
    }
  }
