/* Responsive menu animation start*/
.animated-icon1 {
    width: 30px;
    height: 20px;
    position: relative;
    margin: 0px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}

    .animated-icon1 span {
        display: block;
        position: absolute;
        height: 3px;
        width: 100%;
        border-radius: 9px;
        opacity: 1;
        left: 0;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .25s ease-in-out;
        -moz-transition: .25s ease-in-out;
        -o-transition: .25s ease-in-out;
        transition: .25s ease-in-out;
    }

    .animated-icon1 span {
        background: #ddd;
    }

        .animated-icon1 span:nth-child(1) {
            top: 0px;
        }

        .animated-icon1 span:nth-child(2) {
            top: 10px;
        }

        .animated-icon1 span:nth-child(3) {
            top: 20px;
        }

    .animated-icon1.open span:nth-child(1) {
        top: 11px;
        -webkit-transform: rotate(135deg);
        -moz-transform: rotate(135deg);
        -o-transform: rotate(135deg);
        transform: rotate(135deg);
    }

    .animated-icon1.open span:nth-child(2) {
        opacity: 0;
        left: -60px;
    }

    .animated-icon1.open span:nth-child(3) {
        top: 11px;
        -webkit-transform: rotate(-135deg);
        -moz-transform: rotate(-135deg);
        -o-transform: rotate(-135deg);
        transform: rotate(-135deg);
    }
/* Responsive menu animation end*/

/*file upload*/
.file-upload {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    cursor: pointer;
    overflow: hidden;
    width: 100%;
    max-width: 100%;
    height: 200px;
    padding: 5px 10px;
    font-size: 1rem;
    text-align: center;
    color: #ccc
}

.file-upload-wrapper .card.card-body.has-error .file-upload-message .file-upload-error,
.file-upload-wrapper .card.card-body.has-preview .btn.btn-sm.btn-danger {
    display: block
}

.file-upload i {
    font-size: 3rem
}

.file-upload .mask.rgba-stylish-slight {
    opacity: 0;
    -webkit-transition: all .15s linear;
    -o-transition: all .15s linear;
    transition: all .15s linear
}

.file-upload:hover .mask.rgba-stylish-slight {
    opacity: .8
}

.file-upload-wrapper .card.card-body.has-error {
    border-color: #f34141
}

    .file-upload-wrapper .card.card-body.has-error:hover .file-upload-errors-container {
        visibility: visible;
        opacity: 1;
        -webkit-transition-delay: 0s;
        -o-transition-delay: 0s;
        transition-delay: 0s
    }

.file-upload-wrapper .card.card-body.disabled input {
    cursor: not-allowed
}

.file-upload-wrapper .card.card-body.disabled:hover {
    background-image: none;
    -webkit-animation: none;
    animation: none
}

.file-upload-wrapper .card.card-body.disabled .file-upload-message {
    opacity: .5;
    text-decoration: line-through
}

.file-upload-wrapper .card.card-body.disabled .file-upload-infos-message {
    display: none
}

.file-upload-wrapper .card.card-body input {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    cursor: pointer;
    z-index: 5
}

.file-upload-wrapper .card.card-body .file-upload-message {
    position: relative;
    top: 50px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

    .file-upload-wrapper .card.card-body .file-upload-message span.file-icon {
        font-size: 50px;
        color: #ccc
    }

    .file-upload-wrapper .card.card-body .file-upload-message p {
        margin: 5px 0 0
    }

        .file-upload-wrapper .card.card-body .file-upload-message p.file-upload-error {
            color: #f34141;
            font-weight: 700;
            display: none
        }

.file-upload-wrapper .card.card-body .btn.btn-sm.btn-danger {
    display: none;
    position: absolute;
    opacity: 0;
    z-index: 7;
    top: 10px;
    right: 10px;
    -webkit-transition: all .15s linear;
    -o-transition: all .15s linear;
    transition: all .15s linear
}

.file-upload-wrapper .card.card-body .file-upload-preview {
    display: none;
    position: absolute;
    z-index: 1;
    background-color: #fff;
    padding: 5px;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    text-align: center
}

    .file-upload-wrapper .card.card-body .file-upload-preview .file-upload-render .file-upload-preview-img {
        width: 100%;
        height: 100%;
        background-color: #fff;
        -webkit-transition: border-color .15s linear;
        -o-transition: border-color .15s linear;
        transition: border-color .15s linear;
        -o-object-fit: cover;
        object-fit: cover
    }

    .file-upload-wrapper .card.card-body .file-upload-preview .file-upload-render i {
        font-size: 80px;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        position: absolute;
        color: #777
    }

    .file-upload-wrapper .card.card-body .file-upload-preview .file-upload-render .file-upload-extension {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        margin-top: 10px;
        text-transform: uppercase;
        font-weight: 900;
        letter-spacing: -.03em;
        font-size: 1rem;
        color: #fff;
        width: 42px;
        white-space: nowrap;
        overflow: hidden;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis
    }

    .file-upload-wrapper .card.card-body .file-upload-preview .file-upload-infos {
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        z-index: 3;
        background: rgba(0, 0, 0, .7);
        opacity: 0;
        -webkit-transition: opacity .15s linear;
        -o-transition: opacity .15s linear;
        transition: opacity .15s linear
    }

        .file-upload-wrapper .card.card-body .file-upload-preview .file-upload-infos .file-upload-infos-inner {
            position: absolute;
            top: 50%;
            -webkit-transform: translate(0, -40%);
            -ms-transform: translate(0, -40%);
            transform: translate(0, -40%);
            -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
            width: 100%;
            padding: 0 20px;
            -webkit-transition: all .2s ease;
            -o-transition: all .2s ease;
            transition: all .2s ease
        }

            .file-upload-wrapper .card.card-body .file-upload-preview .file-upload-infos .file-upload-infos-inner p {
                padding: 0;
                margin: 0;
                position: relative;
                width: 100%;
                white-space: nowrap;
                overflow: hidden;
                -o-text-overflow: ellipsis;
                text-overflow: ellipsis;
                color: #fff;
                text-align: center;
                line-height: 25px;
                font-weight: 700
            }

                .file-upload-wrapper .card.card-body .file-upload-preview .file-upload-infos .file-upload-infos-inner p.file-upload-infos-message {
                    margin-top: 15px;
                    padding-top: 15px;
                    font-size: 12px;
                    position: relative;
                    opacity: .5
                }

                    .file-upload-wrapper .card.card-body .file-upload-preview .file-upload-infos .file-upload-infos-inner p.file-upload-infos-message::before {
                        content: "";
                        position: absolute;
                        top: 0;
                        left: 50%;
                        -webkit-transform: translate(-50%, 0);
                        -ms-transform: translate(-50%, 0);
                        transform: translate(-50%, 0);
                        background: #fff;
                        width: 30px;
                        height: 2px
                    }

.file-upload-wrapper .card.card-body:hover .btn.btn-sm.btn-danger,
.file-upload-wrapper .card.card-body:hover .file-upload-preview .file-upload-infos {
    opacity: 1
}

    .file-upload-wrapper .card.card-body:hover .file-upload-preview .file-upload-infos .file-upload-infos-inner {
        margin-top: -5px
    }

.file-upload-wrapper .card.card-body.touch-fallback {
    height: auto !important
}

    .file-upload-wrapper .card.card-body.touch-fallback:hover {
        background-image: none;
        -webkit-animation: none;
        animation: none
    }

    .file-upload-wrapper .card.card-body.touch-fallback .file-upload-preview {
        position: relative;
        padding: 0
    }

        .file-upload-wrapper .card.card-body.touch-fallback .file-upload-preview .file-upload-render {
            display: block;
            position: relative
        }

        .file-upload-wrapper .card.card-body.touch-fallback .file-upload-preview .file-upload-infos .file-upload-infos-inner p.file-upload-infos-message::before,
        .file-upload-wrapper .card.card-body.touch-fallback.has-preview .file-upload-message {
            display: none
        }

        .file-upload-wrapper .card.card-body.touch-fallback .file-upload-preview .file-upload-render .file-upload-font-file {
            position: relative;
            -webkit-transform: translate(0, 0);
            -ms-transform: translate(0, 0);
            transform: translate(0, 0);
            top: 0;
            left: 0
        }

            .file-upload-wrapper .card.card-body.touch-fallback .file-upload-preview .file-upload-render .file-upload-font-file::before {
                margin-top: 30px;
                margin-bottom: 30px
            }

        .file-upload-wrapper .card.card-body.touch-fallback .file-upload-preview .file-upload-render img {
            position: relative;
            -webkit-transform: translate(0, 0);
            -ms-transform: translate(0, 0);
            transform: translate(0, 0)
        }

        .file-upload-wrapper .card.card-body.touch-fallback .file-upload-preview .file-upload-infos {
            position: relative;
            opacity: 1;
            background: 0 0
        }

            .file-upload-wrapper .card.card-body.touch-fallback .file-upload-preview .file-upload-infos .file-upload-infos-inner {
                position: relative;
                top: 0;
                -webkit-transform: translate(0, 0);
                -ms-transform: translate(0, 0);
                transform: translate(0, 0);
                padding: 5px 90px 5px 0
            }

                .file-upload-wrapper .card.card-body.touch-fallback .file-upload-preview .file-upload-infos .file-upload-infos-inner p {
                    padding: 0;
                    margin: 0;
                    position: relative;
                    width: 100%;
                    white-space: nowrap;
                    overflow: hidden;
                    -o-text-overflow: ellipsis;
                    text-overflow: ellipsis;
                    color: #777;
                    text-align: left;
                    line-height: 25px
                }

                    .file-upload-wrapper .card.card-body.touch-fallback .file-upload-preview .file-upload-infos .file-upload-infos-inner p.file-upload-infos-message {
                        margin-top: 0;
                        padding-top: 0;
                        font-size: 18px;
                        position: relative;
                        opacity: 1
                    }

    .file-upload-wrapper .card.card-body.touch-fallback .file-upload-message {
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0);
        padding: 40px 0
    }

    .file-upload-wrapper .card.card-body.touch-fallback .btn.btn-sm.btn-danger {
        top: auto;
        bottom: 23px;
        opacity: 1
    }

    .file-upload-wrapper .card.card-body.touch-fallback:hover .file-upload-preview .file-upload-infos .file-upload-infos-inner {
        margin-top: 5rem
    }

.file-upload-wrapper .card.card-body .file-upload-loader {
    position: absolute;
    top: 15px;
    right: 15px;
    display: none;
    z-index: 9
}

    .file-upload-wrapper .card.card-body .file-upload-loader::after {
        display: block;
        position: relative;
        width: 20px;
        height: 20px;
        -webkit-animation: rotate .6s linear infinite;
        animation: rotate .6s linear infinite;
        -webkit-border-radius: 100%;
        border-radius: 100%;
        border-top: 1px solid #ccc;
        border-bottom: 1px solid #777;
        border-left: 1px solid #ccc;
        border-right: 1px solid #777;
        content: ""
    }

.file-upload-wrapper .card.card-body .file-upload-errors-container {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    background: rgba(243, 65, 65, .8);
    text-align: left;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: visibility 0s linear .15s, opacity .15s linear;
    -o-transition: visibility 0s linear .15s, opacity .15s linear;
    transition: visibility 0s linear .15s, opacity .15s linear
}

    .file-upload-wrapper .card.card-body .file-upload-errors-container ul {
        padding: 10px 20px;
        margin: 0;
        position: absolute;
        left: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%)
    }

        .file-upload-wrapper .card.card-body .file-upload-errors-container ul li {
            margin-left: 20px;
            color: #fff;
            font-weight: 700
        }

    .file-upload-wrapper .card.card-body .file-upload-errors-container.visible {
        visibility: visible;
        opacity: 1;
        -webkit-transition-delay: 0s;
        -o-transition-delay: 0s;
        transition-delay: 0s
    }

.file-upload-wrapper .card.card-body ~ .file-upload-errors-container ul {
    padding: 0;
    margin: 15px 0
}

    .file-upload-wrapper .card.card-body ~ .file-upload-errors-container ul li {
        margin-left: 20px;
        color: #f34141;
        font-weight: 700
    }

@-webkit-keyframes rotate {
    0% {
        -webkit-transform: rotateZ(-360deg);
        transform: rotateZ(-360deg)
    }

    100% {
        -webkit-transform: rotateZ(0);
        transform: rotateZ(0)
    }
}

@keyframes rotate {
    0% {
        -webkit-transform: rotateZ(-360deg);
        transform: rotateZ(-360deg)
    }

    100% {
        -webkit-transform: rotateZ(0);
        transform: rotateZ(0)
    }
}
/*file upload*/

/*stepper*/
ul.horizontal-fix li a {
    padding: .84rem 2.14rem;
}

label.invalid {
    font-size: 12.8px;
    font-size: .8rem;
    font-weight: 500;
    color: red !important;
    top: 50px !important
}

    label.invalid.active {
        -webkit-transform: translateY(0) !important;
        -ms-transform: translateY(0) !important;
        transform: translateY(0) !important
    }

ul.stepper .wait-feedback {
    left: 0;
    right: 0;
    top: 0;
    z-index: 2;
    position: absolute;
    width: 100%;
    height: 100%;
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

ul.stepper .step {
    position: relative;
    list-style: none
}

    ul.stepper .step.feedbacking .step-new-content > :not(.wait-feedback) {
        opacity: .1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)"
    }

    ul.stepper .step:not(:last-of-type).active {
        margin-bottom: 2.25rem
    }

    ul.stepper .step:before {
        position: absolute;
        top: .75rem;
        counter-increment: section;
        content: counter(section);
        height: 1.75rem;
        width: 1.75rem;
        color: #fff;
        background-color: rgba(0, 0, 0, .3);
        -webkit-border-radius: 100%;
        border-radius: 100%;
        text-align: center;
        line-height: 1.75rem;
        font-weight: 400
    }

    ul.stepper .step.done:before,
    ul.stepper .step.wrong:before {
        font-family: 'Font Awesome 5 free';
        font-weight: 900
    }

    ul.stepper .step.active:before {
        background-color: #4285f4
    }

    ul.stepper .step.done:before {
        content: '\f00c';
        font-size: 1rem;
        background-color: #00c851
    }

    ul.stepper .step.wrong:before {
        content: '\f071';
        font-size: 1.1rem;
        background-color: #ff3547
    }

ul.stepper > li:not(:last-of-type) {
    margin-bottom: .625rem;
    -webkit-transition: margin-bottom .4s;
    -o-transition: margin-bottom .4s;
    transition: margin-bottom .4s
}

ul.stepper .step-title {
    margin: 0 -1.3rem;
    cursor: pointer;
    padding: .9688rem 2.75rem 1.5rem 4rem;
    display: block
}

    ul.stepper .step-title:after {
        content: attr(data-step-label);
        display: block;
        position: absolute;
        font-size: .8rem;
        color: #424242;
        font-weight: 400
    }

    ul.stepper .step-title:hover {
        background-color: rgba(0, 0, 0, .06)
    }

ul.stepper .step.active .step-title {
    font-weight: 500
}

ul.stepper .step-new-content {
    position: relative;
    display: none;
    height: calc(100% - 132px);
    width: inherit;
    overflow: visible;
    margin-left: 41px;
    margin-right: 24px
}

ul.stepper > .step:not(:last-of-type):after {
    content: '';
    position: absolute;
    top: 3.125rem;
    left: .8438rem;
    width: .0625rem;
    height: 40%;
    height: calc(100% - 38px);
    background-color: rgba(0, 0, 0, .1);
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s
}

ul.stepper > .step.active:not(:last-child):after {
    height: 93%;
    height: calc(100% - 12px)
}

ul.stepper > .step[data-last=true] {
    margin-bottom: 0
}

    ul.stepper > .step[data-last=true]:after {
        height: 0;
        width: 0
    }

ul.stepper .step-actions {
    display: -webkit-box;
    -webkit-box-pack: start
}

    ul.stepper .step-actions .btn-flat:not(:last-child),
    ul.stepper .step-actions .btn-large:not(:last-child),
    ul.stepper .step-actions .btn:not(:last-child) {
        margin-right: .3125rem
    }

ul.stepper .step-new-content .row {
    margin-bottom: .4375rem
}

ul.stepper .md-form label {
    left: .875rem
}

ul.stepper .md-form .validate {
    margin-bottom: 0
}

@media only screen and (min-width:993px) {
    ul.stepper.horizontal {
        position: relative;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        min-height: 20rem;
        margin-left: -1.5rem;
        margin-right: -1.5rem;
        padding-left: 1.5rem;
        padding-right: 1.5rem;
        overflow: hidden
    }

        ul.stepper.horizontal:before {
            content: '';
            background-color: transparent;
            width: 100%;
            min-height: 5.25rem;
            position: absolute;
            left: -3px;
            -webkit-border-top-left-radius: 2px;
            border-top-left-radius: 2px
        }

        ul.stepper.horizontal:first-child {
            margin-top: -2.7rem
        }

        ul.stepper.horizontal .step {
            position: static;
            margin: 0;
            width: 100%;
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -webkit-align-items: center;
            -ms-flex-align: center;
            align-items: center;
            height: 5.25rem !important
        }

            ul.stepper.horizontal .step:not(:last-of-type):after {
                content: '';
                position: static;
                display: inline-block;
                width: 100%;
                height: .0625rem
            }

        ul.stepper.horizontal > .step:last-of-type,
        ul.stepper.horizontal > .step[data-last=true] {
            width: auto !important
        }

        ul.stepper.horizontal > .step.active:not(:last-of-type):after {
            content: '';
            position: static;
            display: inline-block;
            width: 100%;
            height: .0625rem
        }

        ul.stepper.horizontal .step.active .step-title:before {
            background-color: #4285f4
        }

        ul.stepper.horizontal .step.done .step-title:before {
            font-family: 'Font Awesome 5 Free';
            font-weight: 900;
            content: '\f00c';
            font-size: 1rem;
            background: #00c851
        }

        ul.stepper.horizontal .step.wrong .step-title:before {
            font-family: 'Font Awesome 5 Free';
            font-weight: 900;
            content: '\f071';
            font-size: 1.1rem;
            background-color: #ff3547
        }

        ul.stepper.horizontal .step-title {
            line-height: 5.25rem;
            height: 5.25rem;
            margin: 0;
            padding: 0 1.5625rem 0 4.0625rem;
            display: inline-block;
            max-width: 13.75rem;
            white-space: nowrap;
            overflow: hidden;
            -o-text-overflow: ellipsis;
            text-overflow: ellipsis;
            -ms-flex-negative: 0;
            -webkit-flex-shrink: 0;
            flex-shrink: 0
        }

        ul.stepper.horizontal .step:before {
            content: none
        }

        ul.stepper.horizontal .step .step-title:before {
            position: absolute;
            top: 1.7813rem;
            left: 1.1875rem;
            counter-increment: section;
            content: counter(section);
            height: 1.75rem;
            width: 1.75rem;
            color: #fff;
            background-color: rgba(0, 0, 0, .3);
            -webkit-border-radius: 100%;
            border-radius: 100%;
            text-align: center;
            line-height: 1.75rem;
            font-weight: 400
        }

        ul.stepper.horizontal .step-title:after {
            top: .9375rem
        }

        ul.stepper.horizontal .step-new-content {
            position: absolute;
            height: calc(100% - 84px);
            top: 6rem;
            left: 0;
            width: 100%;
            overflow-y: auto;
            overflow-x: hidden;
            margin: 0;
            padding: 1.25rem 1.25rem 4.75rem
        }

        ul.stepper.horizontal .step-actions {
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            padding: 20px;
            -webkit-box-orient: horizontal;
            -webkit-box-direction: reverse;
            -webkit-flex-direction: row-reverse;
            -ms-flex-direction: row-reverse;
            flex-direction: row-reverse
        }

            ul.stepper.horizontal .step-actions .btn-flat:not(:last-child),
            ul.stepper.horizontal .step-actions .btn-large:not(:last-child),
            ul.stepper.horizontal .step-actions .btn:not(:last-child) {
                margin-left: .3125rem;
                margin-right: 0
            }

        ul.stepper.horizontal .step-actions,
        ul.stepper.horizontal .step-new-content {
            padding-left: 2.5rem;
            padding-right: 2.5rem
        }
}

ul.horizontal-fix li a {
    padding: .84rem 2.14rem;
}