/*!
 * Load Awesome v1.1.0 (http://github.danielcardoso.net/load-awesome/)
 * Copyright 2015 Daniel Cardoso <@DanielCardoso>
 * Licensed under MIT
 */

.progressbar button {
    list-style-type: none;
    position: relative;
    display: flex;
    height: 70px;
    align-items: center;
    margin-top: 1rem;
    border: none;
    background-color: transparent;
    text-align: start;
    border: 1px solid #D9DADE;
    padding: 0 !important;
}

.text-success {
    color: #2fda38 !important;
}

.bg-gradient-success {
    background: linear-gradient(180deg, #475e93 0%, #183a89 100%) !important;
}

.bg-proccess {
    background-color: #FDCB2C;
}

.btn-active {
    background-color: #2ac232 !important;
    color: white;
}

.btn-success {
    background-color: #0A318A !important;
    color: white;
}

.progressbar a {
    text-align: -webkit-center;
}

.progressbar a.complete span {
    color: #2fda38;
}

.progressbar a.complete button:before {
    background-color: #2fda38;
    color: white !important;
}

.progressbar a.complete:after {
    background-color: #2fda38;
}

.progressbar a.active span {
    color: #FDCB2C;
}

.progressbar a.active button:before {
    background-color: #FDCB2C !important;
    color: white !important;
}

.progressbar a.active:after {
    background-color: #FDCB2C;
}

/* .progressbar button.complete .status {
    background-color: #2fda38 !important;
}

.progressbar button.active .status {
    background-color: #dbb126 !important;
} */



.progressbar a button:before {
    min-width: 50px;
    height: 50px;
    content: "";
    line-height: 50px;
    /* border: 2px solid #7d7d7d; */
    color: white;
    background-color: #DEDEDE;
    display: block;
    text-align: center;
    border-radius: 50%;
    position: relative;
    z-index: 2;
}

.progressbar {
    counter-reset: step;
}

.progressbar a button:before {
    content: counter(step);
    counter-increment: step;
}

.progressbar a:after {
    width: 113px;
    height: 5px;
    content: '';
    margin-top: -2.3rem;
    position: absolute;
    background-color: #D9DADE;
    z-index: 1;
    margin-left: -2.3rem;
}

.progressbar a:last-child:after {
    content: none;
}

.progressbar {
    counter-reset: step;
}

.onscroll span, .onscroll a, .onscroll li, .onscroll i {
    color: black !important;
}

.onscroll .title {
    color: #2fda38 !important;
}

.w-nav {
    width: 97% !important;
}

.round {
    border-radius: 1.25rem !important;
}

.nav li:hover {
    background-color: #a8f1ac;
}

.dropdown-menu .nav-item:hover {
    background-color: #d8d8d8;
}

.la-line-spin-fade-rotating,
.la-line-spin-fade-rotating>div {
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.la-line-spin-fade-rotating {
    display: block;
    font-size: 0;
    color: #fff;
}

.la-line-spin-fade-rotating.la-dark {
    color: #333;
}

.la-line-spin-fade-rotating>div {
    display: inline-block;
    float: none;
    background-color: currentColor;
    border: 0 solid currentColor;
}

.la-line-spin-fade-rotating {
    width: 32px;
    height: 32px;
    -webkit-animation: ball-spin-fade-rotating-rotate 6s infinite linear;
    -moz-animation: ball-spin-fade-rotating-rotate 6s infinite linear;
    -o-animation: ball-spin-fade-rotating-rotate 6s infinite linear;
    animation: ball-spin-fade-rotating-rotate 6s infinite linear;
}

.la-line-spin-fade-rotating>div {
    position: absolute;
    width: 2px;
    height: 10px;
    margin: 2px;
    margin-top: -5px;
    margin-left: -1px;
    border-radius: 0;
    -webkit-animation: line-spin-fade-rotating 1s infinite ease-in-out;
    -moz-animation: line-spin-fade-rotating 1s infinite ease-in-out;
    -o-animation: line-spin-fade-rotating 1s infinite ease-in-out;
    animation: line-spin-fade-rotating 1s infinite ease-in-out;
}

.la-line-spin-fade-rotating>div:nth-child(1) {
    top: 15%;
    left: 50%;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-animation-delay: -1.125s;
    -moz-animation-delay: -1.125s;
    -o-animation-delay: -1.125s;
    animation-delay: -1.125s;
}

.la-line-spin-fade-rotating>div:nth-child(2) {
    top: 25.2512626585%;
    left: 74.7487373415%;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-animation-delay: -1.25s;
    -moz-animation-delay: -1.25s;
    -o-animation-delay: -1.25s;
    animation-delay: -1.25s;
}

.la-line-spin-fade-rotating>div:nth-child(3) {
    top: 50%;
    left: 85%;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-animation-delay: -1.375s;
    -moz-animation-delay: -1.375s;
    -o-animation-delay: -1.375s;
    animation-delay: -1.375s;
}

.la-line-spin-fade-rotating>div:nth-child(4) {
    top: 74.7487373415%;
    left: 74.7487373415%;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
    -webkit-animation-delay: -1.5s;
    -moz-animation-delay: -1.5s;
    -o-animation-delay: -1.5s;
    animation-delay: -1.5s;
}

.la-line-spin-fade-rotating>div:nth-child(5) {
    top: 84.9999999974%;
    left: 50.0000000004%;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-animation-delay: -1.625s;
    -moz-animation-delay: -1.625s;
    -o-animation-delay: -1.625s;
    animation-delay: -1.625s;
}

.la-line-spin-fade-rotating>div:nth-child(6) {
    top: 74.7487369862%;
    left: 25.2512627193%;
    -webkit-transform: rotate(225deg);
    -moz-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    -o-transform: rotate(225deg);
    transform: rotate(225deg);
    -webkit-animation-delay: -1.75s;
    -moz-animation-delay: -1.75s;
    -o-animation-delay: -1.75s;
    animation-delay: -1.75s;
}

.la-line-spin-fade-rotating>div:nth-child(7) {
    top: 49.9999806189%;
    left: 15.0000039834%;
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg);
    -webkit-animation-delay: -1.875s;
    -moz-animation-delay: -1.875s;
    -o-animation-delay: -1.875s;
    animation-delay: -1.875s;
}

.la-line-spin-fade-rotating>div:nth-child(8) {
    top: 25.2506949798%;
    left: 25.2513989292%;
    -webkit-transform: rotate(315deg);
    -moz-transform: rotate(315deg);
    -ms-transform: rotate(315deg);
    -o-transform: rotate(315deg);
    transform: rotate(315deg);
    -webkit-animation-delay: -2s;
    -moz-animation-delay: -2s;
    -o-animation-delay: -2s;
    animation-delay: -2s;
}

.la-line-spin-fade-rotating.la-sm {
    width: 16px;
    height: 16px;
}

.la-line-spin-fade-rotating.la-sm>div {
    width: 1px;
    height: 4px;
    margin-top: -2px;
    margin-left: 0;
}

.la-line-spin-fade-rotating.la-2x {
    width: 64px;
    height: 64px;
}

.la-line-spin-fade-rotating.la-2x>div {
    width: 4px;
    height: 20px;
    margin-top: -10px;
    margin-left: -2px;
}

.la-line-spin-fade-rotating.la-3x {
    width: 96px;
    height: 96px;
}

.la-line-spin-fade-rotating.la-3x>div {
    width: 6px;
    height: 30px;
    margin-top: -15px;
    margin-left: -3px;
}

/*
 * Animations
 */
@-webkit-keyframes ball-spin-fade-rotating-rotate {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-moz-keyframes ball-spin-fade-rotating-rotate {
    100% {
        -moz-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-o-keyframes ball-spin-fade-rotating-rotate {
    100% {
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes ball-spin-fade-rotating-rotate {
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes line-spin-fade-rotating {
    50% {
        opacity: .2;
    }

    100% {
        opacity: 1;
    }
}

@-moz-keyframes line-spin-fade-rotating {
    50% {
        opacity: .2;
    }

    100% {
        opacity: 1;
    }
}

@-o-keyframes line-spin-fade-rotating {
    50% {
        opacity: .2;
    }

    100% {
        opacity: 1;
    }
}

@keyframes line-spin-fade-rotating {
    50% {
        opacity: .2;
    }

    100% {
        opacity: 1;
    }
}

.la-line-scale-pulse-out,
.la-line-scale-pulse-out>div {
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.la-line-scale-pulse-out {
    display: block;
    font-size: 0;
}

.la-line-scale-pulse-out.la-dark {
    color: #333;
}

.la-line-scale-pulse-out>div {
    display: inline-block;
    float: none;
    background-color: currentColor;
    border: 0 solid currentColor;
}

.la-line-scale-pulse-out {
    width: 40px;
    height: 32px;
}

.la-line-scale-pulse-out>div {
    width: 4px;
    height: 32px;
    margin: 2px;
    margin-top: 0;
    margin-bottom: 0;
    border-radius: 0;
    -webkit-animation: line-scale-pulse-out .9s infinite cubic-bezier(.85, .25, .37, .85);
    -moz-animation: line-scale-pulse-out .9s infinite cubic-bezier(.85, .25, .37, .85);
    -o-animation: line-scale-pulse-out .9s infinite cubic-bezier(.85, .25, .37, .85);
    animation: line-scale-pulse-out .9s infinite cubic-bezier(.85, .25, .37, .85);
}

.la-line-scale-pulse-out>div:nth-child(3) {
    -webkit-animation-delay: -.9s;
    -moz-animation-delay: -.9s;
    -o-animation-delay: -.9s;
    animation-delay: -.9s;
}

.la-line-scale-pulse-out>div:nth-child(2),
.la-line-scale-pulse-out>div:nth-child(4) {
    -webkit-animation-delay: -.7s;
    -moz-animation-delay: -.7s;
    -o-animation-delay: -.7s;
    animation-delay: -.7s;
}

.la-line-scale-pulse-out>div:nth-child(1),
.la-line-scale-pulse-out>div:nth-child(5) {
    -webkit-animation-delay: -.5s;
    -moz-animation-delay: -.5s;
    -o-animation-delay: -.5s;
    animation-delay: -.5s;
}

.la-line-scale-pulse-out.la-sm {
    width: 20px;
    height: 16px;
}

.la-line-scale-pulse-out.la-sm>div {
    width: 2px;
    height: 16px;
    margin: 1px;
    margin-top: 0;
    margin-bottom: 0;
}

.la-line-scale-pulse-out.la-2x {
    width: 80px;
    height: 64px;
}

.la-line-scale-pulse-out.la-2x>div {
    width: 8px;
    height: 64px;
    margin: 4px;
    margin-top: 0;
    margin-bottom: 0;
}

.la-line-scale-pulse-out.la-3x {
    width: 120px;
    height: 96px;
}

.la-line-scale-pulse-out.la-3x>div {
    width: 12px;
    height: 96px;
    margin: 6px;
    margin-top: 0;
    margin-bottom: 0;
}

/*
 * Animation
 */
@-webkit-keyframes line-scale-pulse-out {
    0% {
        -webkit-transform: scaley(1);
        transform: scaley(1);
    }

    50% {
        -webkit-transform: scaley(.3);
        transform: scaley(.3);
    }

    100% {
        -webkit-transform: scaley(1);
        transform: scaley(1);
    }
}

@-moz-keyframes line-scale-pulse-out {
    0% {
        -moz-transform: scaley(1);
        transform: scaley(1);
    }

    50% {
        -moz-transform: scaley(.3);
        transform: scaley(.3);
    }

    100% {
        -moz-transform: scaley(1);
        transform: scaley(1);
    }
}

@-o-keyframes line-scale-pulse-out {
    0% {
        -o-transform: scaley(1);
        transform: scaley(1);
    }

    50% {
        -o-transform: scaley(.3);
        transform: scaley(.3);
    }

    100% {
        -o-transform: scaley(1);
        transform: scaley(1);
    }
}

@keyframes line-scale-pulse-out {
    0% {
        -webkit-transform: scaley(1);
        -moz-transform: scaley(1);
        -o-transform: scaley(1);
        transform: scaley(1);
    }

    50% {
        -webkit-transform: scaley(.3);
        -moz-transform: scaley(.3);
        -o-transform: scaley(.3);
        transform: scaley(.3);
    }

    100% {
        -webkit-transform: scaley(1);
        -moz-transform: scaley(1);
        -o-transform: scaley(1);
        transform: scaley(1);
    }
}

@import url(https://fonts.googleapis.com/css?family=Open+Sans:700,300);

.frame {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 400px;
    height: 400px;
    margin-top: -200px;
    margin-left: -200px;
    border-radius: 2px;
    box-shadow: 4px 8px 16px 0 rgba(0, 0, 0, 0.1);
    overflow: hidden;
    background: linear-gradient(to top right, darkmagenta 0%, hotpink 100%);
    color: #333;
    font-family: "Open Sans", Helvetica, sans-serif;
}

.file {
    transition: transform .5s;
    cursor: pointer;
}

.file:hover {
    transform: scale(1.01);
}

.dropzone {
    border: 1px dashed #999;
    border-radius: 3px;
    text-align: center;
    transition: transform .5s;
}

.dropzone:hover {
    transform: scale(1.1);
}

.upload-icon {
    margin: 25px 2px 2px 2px;
}

.upload-input {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}