
*{
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

html,body{
    width: 100%;
    margin: 50px auto;
    background: rgb(158, 209, 179);
}

@media (min-width: 768px){
    html,body{
        width: 95%;
        margin: 50px auto;
    }
}
h1 {
    margin: 10px auto;
    text-transform: uppercase;
}

h1 span{
    color: limegreen;
}

hr{
    margin: 10px 0px;
}

.upload-btn-wrapper{
    position: relative;
    overflow:hidden;
    display:inline-block;
    cursor:pointer;
    font-family: 'Poppins',sans-serif;
    width: 10%;
    margin: 20px 0px;
}
.upload-file{
    border:2px dashed #eee;
    color:#9b9b9b;
    background-color: white;
    width:100%;
    height:250px;
    border-radius: 8px;
    font-size:15px;
    cursor: pointer;
}
.upload-btn-wrapper input[type=file]{
    width:100%;
    position: absolute;
    left:0;
    right:0;
    top:0;
    opacity: 0;
    cursor: pointer;
    min-height: 300px;
}
.success-1, .success-2{
    display:none;
    color: limegreen;
}
.success-1 i, .success-2 i{
    font-size: 18px !important;
    margin-left:6px;
    margin-top:4px;
    color: limegreen;
    border: 1px solid limegreen;
    padding: 5px;
    border-radius: 50%;
}
.font-50{
    font-size:30px;
}
.d-block{
    display:block;
}
.btn .upload-file{
    font-size: 30px;
}
.upload-btn{
    display:block;
    font-size: 18px;
    color: limegreen;
}

.upload-btn i{
    font-size: 50px;
}

img{
    width: 20%;
    
    display: block;
}

.row{
    display: flex;
    justify-content:center;
    flex-direction: row;
    
    margin: 20px auto;
    height: 700px;
    }
    .row_resultados{
        display: flex;
        justify-content:center;
        flex-direction: row;
        flex-flow:row;
        margin: 10px auto;
        }
    
.box{
    width: 40%;
    height: 70%;
}

.box img{
    border-radius: 0px;
    width: 80%;
    
}

.box_resultado{
    background: grey;
    color: #fff;
    font-weight: bold;
    padding: 10px;
    margin-top: 20px;
    border-radius: 10px;
    display : block;
    text-align: center;
}

.box_resultado img{
    border-radius: 0px;
    width: 100%;
}


.accuracy{
    display: flex;
    justify-content: center;
    margin-top: 25px;
}

.progress {
width: 130px;
height: 130px;
position: relative;
display: flex;
align-items: center;
justify-content: center;

}

.progress > .inner {
position: absolute;
color: rgb(255, 255, 255); 
border: 1px solid #9b9b9b;
font-weight: bold;
}

.progress > svg {
height: 100%;
display: block;
}

.init_status{
    background: limegreen;
    color: white;
    padding: 10px;
    border-radius: 10px;
    transition: ease-in-out .5s;
    text-align: center;
    margin: 10px 0px;

}

@media (max-width: 768px){
    .box{
        width: 100%;
    }
}

.tutorial{
    text-align: center;
    color: #222222;
}

path {
    stroke: limegreen;
    stroke-width: 10;
    fill-opacity: 0.2;
}