body {
    padding: 0;
    marging:0;
    box-sizing: border-box;
    font-family: "Univia Pro";
    background-color: #F7F9FD;
}
header {
    height: 170px;
    text-align: center;
    position: relative;
    padding: 20px;
}

.link-login-mv {
    position: absolute;
    top: 0;
    right: 0;
}

header div a {
    color: #3E424D;
}

section {
    margin: 0 auto;
}

#custom-bg {
    z-index: 0;
    position: fixed;
    left: -40px;
    bottom: 0;
    width: 250vw;
    height: 50vh;
    transform: rotate(-7deg);
    background: linear-gradient(135deg, rgba(5, 207, 193, 0.8) 23.07%, rgba(3, 161, 195, 0.8) 105.4%);
}

.title-box {
    position: relative;
    z-index: 100;
}

.title{
    font-style: normal;
    font-weight: 700;
    background: linear-gradient(168.57deg, rgba(0, 170, 158, 0.8) 45.27%, rgba(0, 134, 163, 0.8) 128.22%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.title-box p {
    width: 80%;
    margin: 0 auto;
    text-align: center;
    font-size: 20px;
    line-height: 150%;
}
ul {
    padding-left: 0;
    padding-right: 30px;
}

ul li  {
    list-style: none;
    display: flex;

}
ul li img {
    width: 59px;
    height: 59px;
}
.features-list li {
    margin-top: 30px;
}
.result-values li {
    margin-top: 15px;
}

/*.upload-container {*/
/*    padding: 30px 35px;*/
/*    text-align: center;*/
/*    border:#00AA9ECC;*/
/*    background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none'  rx='20' ry='20' stroke='%2300AA9ECC' stroke-width='7' stroke-dasharray='4%2c 11' stroke-dashoffset='100' stroke-linecap='square'/%3e%3c/svg%3e");*/
/*    border-radius: 20px;*/
/*}*/
/*.upload-container img {*/
/*    width: 15%;*/
/*    margin-bottom: 1rem;*/
/*}*/

.how_works-container {
    max-width: 1400px;
    padding: 30px;
    border-radius: 20px;
    position: relative;
    z-index: 100;
    width: 80%;
    margin: 30px auto;
    background-color: white;
}

.btn-uploadFile {
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 35px;
    text-align: center;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    background-color:#00AA9E ;
    padding: 15px 25px;
    color: #FFFFFF;
}
.submit {
    position: absolute;
    right: 8%;
    bottom: 20px;
    display: none;
    padding:10px 22px;
    font-size: 20px;
    font-weight: 400;
    z-index: 100;
}
/*#browse-mobile {*/
/*    display: none ;*/

/*}*/
#drop-mobile {
    display: none;
    padding: 0;
    width: 80% ;
    margin: 0 auto;

}

#drop-mobile .dropify-wrapper {
    /*width: 80% !important;*/
    /*margin: 0 auto !important;*/
    min-height: 300px !important;
    z-index: 100 !important;
}

.positive-container {
    position: relative;
    z-index: 100;
    min-height: 250px;
}

.result-container {
    margin: 0 auto;
    height: 400px;
    overflow-y: scroll;
    max-width: 800px;
}

.positive-message {
    margin: 0 40px;
    text-align: center;
}

.positive-message h4 {
    display: inline-block;
}

.positive-message img {
    width: 3rem;
    margin: 10px 15px;
}
.transaction-number {
    color: white;
    text-align: center;
    margin: 20px 0;
}
.transaction-number a {
    color: white;
}

.value {
    background-color: #F7F9FD;
    padding: 5px;
    width: fit-content;
}

.value span {
    font-weight: bold;
    margin-right:5px
}

.negative-container {
    /*width: 70%;*/
    margin: 0 auto;
}
.negative-message {
    text-align: center;
    width: 60%;
    padding: 65px;
}

.negative-message p {
    margin-bottom: 40px;
}
.title-err {
    margin: 20px 0;
    color:#E23151;
}
.negative-message p a {
    background: linear-gradient(0deg, #00AA9E, #00AA9E), linear-gradient(0deg, #000000, #000000);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/*custom dropify css*/
.dropify-wrapper {

    border: none !important;
    background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none'  rx='20' ry='20' stroke='%2300AA9ECC' stroke-width='7' stroke-dasharray='4%2c 11' stroke-dashoffset='100' stroke-linecap='square'/%3e%3c/svg%3e")!important;
    border-radius: 20px !important;
}
#drop-container .dropify-wrapper {
    height: 100% !important;
}

#demo .dropify-wrapper .dropify-message {
    height: 100% !important;
}
.dropify-wrapper .dropify-message span.file-icon{
    font-family: "Univia Pro" !important;
    color: black !important;
    font-size: 30px !important;
    line-height: normal !important;
}

.dropify-wrapper .dropify-message {
    position: relative !important;
}

.dropify-wrapper .dropify-message p {
   padding: 0 20px !important;
}

dropify-font-upload:before, .dropify-wrapper .dropify-message span.file-icon:before {
    content: url("/assets/images/icons/icon-pdf.svg") !important;
    display: inline !important;
}

.dropify-wrapper:hover {
    border: 6px solid #00AA9E !important;
    background: linear-gradient(149.92deg, rgba(0, 170, 158, 0.8) -22.44%, rgba(240, 244, 247, 0.8) 193.1%) !important;
    color: white !important;
}

.dropify-wrapper:hover .dropify-message span.file-icon {
    color: white !important;
}

.dropify-wrapper:hover  .dropify-message span.file-icon:before {
     content: url("/assets/images/icons/icon-pdf-white.png") !important;
 }

/* pulse animation*/
.blob {
    background: #00AA9E;
    border-radius: 50%;
    /*margin: 10px;*/
    height: 20px;
    width: 20px;

    box-shadow: 0 0 0 0 rgba(0, 170, 158, 1);
    transform: scale(1);
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(0, 170, 158, 0.7);
    }

    70% {
        transform: scale(1);
        box-shadow: 0 0 0 10px rgba(0, 170, 158, 0);
    }

    100% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(0, 170, 158, 0);
    }
}


@media screen and (max-width: 767px) {
    .link-login-mv {
        position: relative;
    }
    #browse-mobile {
        display: block;
        border: none;
    }
    #drop-mobile {
        display: block;
    }
    #drop-container {
        display: none;
    }
    .features-list {
        padding: 0;
    }
    .features-list li {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    h3 {
        text-align: center;
    }
    .result-container{
        width: 90%;
    }
    .negative-message {
        width: 90%;
        padding: 30px;
    }
    .negative-message .uploadFile {
        font-size: 20px;
    }

}
