/*! Generated by Font Squirrel (https://www.fontsquirrel.com) on September 11, 2024 */



@font-face {
    font-family: 'fashion_scriptregular';
    src: url('font/fashion_script-webfont.woff2') format('woff2'),
         url('font/fashion_script-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

* {
    font-family: "Open Sans", sans-serif;
}

h1 {
    font-family: 'fashion_scriptregular';
    font-size: 6rem;
    line-height: 3.5rem;
}

body {
    padding-top: 2rem;
    padding-bottom: 2rem;
    background-color: #f2f2f2;
}
.dropzone {
    border: 0 none;
    max-width: 400px;
    margin: 0!important;
    display: inline-block;
    width: 100%;
}

.dropzone .dz-preview.dz-image-preview {
    background-color: transparent;
}
.dropzone .dz-message {
    margin: 0;
}
.dropzone .dz-preview {
    background-color: #C3A9C4!important;
    border-radius: 50%;
    margin: 0;
    padding: 20px;
}

.dropzone .dz-preview .dz-image {
    border-radius: 50%;
    width: 150px;
    height: 150px;
}
.dropzone .dz-preview .dz-progress .dz-upload {
    display: none;
}
.dropzone .dz-preview .dz-progress {
    position: absolute;
    bottom: -60px;
    width: 100%;
    height: 40px;
    top: auto;
    margin-top: 0;
    left: 0;
    right: auto;
    border: 0 none;
    background: transparent;
    border-radius: 0;
    overflow: hidden;
}
.dropzone .dz-preview .dz-progress::before {
    content: "Aguarde";
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}
.dropzone .dz-preview .dz-progress::after {
    content: "";
    width: 30px;
    height: 30px;
    border: 4px solid #999;
    border-bottom-color: transparent;
    border-radius: 50%;
    display: inline-block;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
    vertical-align: middle;
}

@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.dropzone .dz-complete::before {
    content: none;
}
.dropzone .dz-complete {
    margin-top: 0;
}
.btn-success {
    cursor: pointer;
    margin: 2rem 0 0 0;
    position: relative;
    background: #C3A9C4;
    background-size: cover;
    background-position: center;
    display: inline-block;
    width: 300px;
    border-radius: 50%;
    box-shadow: 0 3px 5px rgba(0, 0, 0, .3);
    color: rgba(0, 0, 0, 0);
    transition: box-shadow .3s, margin .3s, background-image 1.5s;
    padding: 10px;
    font-size: 1rem;
    border-radius: 40px;
    color: #FFF;
    border: 0 none;
}
.btn-success:active,
.btn-success:focus,
.btn-success:hover {
    background: #704269!important;
}
.dz-success-mark {
    display: none!important;
}

#img-result { 
    cursor: pointer;
    margin: 2rem 0 0 0;
    position: relative;
    background: #C3A9C4;
    background-size: cover;
    background-position: center;
    display: inline-block;
    width: 180px;
    height: 180px;
    border-radius: 50%;
    box-shadow: 0 3px 5px rgba(0,0,0,.3);
    color: rgba(0,0,0,0);
    transition: box-shadow .3s, margin .3s, background-image 1.5s;
    padding: 10px;
}
#img-result i {
    font-family: 'FontAwesome';
    content: "\f030";
    position: absolute;
    left: 50%;
    top: 50%;
    color: #fff;
    font-size: 48px;
    opacity: .8;
    transform: translate(-50%, -50%);
    text-shadow: 0 0px 5px rgba(0,0,0,.4);
}