html, body {
    color: #767676;
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
    height: calc(100vh - 55px);
    margin: 0;
    /*background-image: linear-gradient(to top, #d5d4d0 0%, #d5d4d0 1%, #eeeeec 31%, #efeeec 75%, #e9e9e7 100%);*/
    background: #6649c4;
}
.full-height {
    height: calc(100vh - 55px);
}
.flex-center {
    display: flex;
    justify-content: center;
}
.position-ref {
    position: relative;
}
.content {
    padding: 0px;
    max-width: 480px;
    width: 100%;
    display: flex;
    flex-direction: column;
}
/* index page */
.scan-content{
    margin-top: auto;
    padding: 20px 25px 40px 25px;
    border-radius: 25px 25px 0px 0px;
    background: #fff;
    text-align: center;
}
.scan-content h2.title{
    margin: 10px 0px 10px 0px;
    position: relative;
    display: inline-block;
    font-size: 28px;
    font-weight: 700;
    color: #6649c4;
}
.scan-content h2.title::before{
    margin: 0 auto 35px auto;
    display: block;
    content: '';
    width: 80px;
    height: 4px;
    background: rgba(102,73,796,.2);
}
.scan-content p{
    color: #767676;
}
.dropdown-menu{
    display: none;
}
.scan-footer{
    text-align: left;
}
.scan-footer{
    padding-top: 15px;
    text-align: center;
}
.scan-footer #btn{
    padding: 10px 25px 10px 25px;
    display: inline-block;
    width: auto;
    border-radius: 25px;
    border: 1px solid #6649c4;
    background: #6649c4;
    cursor: pointer;
    font-family: Raleway;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    color: #eee;
    letter-spacing: .5px;
    transition: .3s;
}
/* -- */
#section-scann{
    padding: 15px;
    position: relative;
    min-height: 280px;
}
#section-scann i{
    font-size: 152px;
    color: rgba(255,255,255,.5);
    position: absolute;
    top: 78px;
    left: 29%;
    z-index: 0;
}
#section-scann video{
    width: 100%;
}
#section-scann canvas.drawing,
#section-scann canvas.drawingBuffer {
    position: absolute;
    left: 0;
    top: 0;
    width: 100% !important;
}
/* Aricle page | Nav */
.top-nav-article ul{
    padding-left: 15px;
}
.top-nav-article ul li{
    list-style: none;
    text-align: left;
}
.top-nav-article ul li a{
    display: inline-block;
    width: 35px;
    height: 35px;
    border-radius: 25px;
    line-height: 36px;
    font-size: 16px;
    text-align: center;
    transition: .3s;
    background: transparent;
    border: 1px solid #6649c4;
    color: #6649c4;
}
.top-nav-article ul li a.btn-back:hover{
    background: rgba(255,255,255,.1);
}

/* Aricle page */
.bg-article{
    background: #fff;
    border-radius: 0px;
}
.bg-article .block-article{
    padding: 0px 15px;
}
.block-article .block-article-info{
    padding: 25px 25px 80px 25px;
    position: relative;
    border-radius: 25px;
    background: #6649c4;
    text-align: center;
}
.block-article .block-article-info .block-article-title{
    margin-bottom: 12px;
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    line-height: 34px;
}
.block-article .block-article-info .block-article-fou{
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    line-height: 22px;
    letter-spacing: 1px;
}
.block-article .block-article-info .block-article-img{
    position: absolute;
    bottom: -82px;
    left: 35%;
    width: 142px;
    height: 142px;
    border-radius: 50%;
    overflow: hidden;
    border: 1px solid rgba(102,73,796,.1);
    background-color: #fff;
    background-image: url("../img/no-image.jpg");
    background-size: cover;
}
.block-article .block-article-info .block-article-img img{
    margin: -1px;
    width: 101%;
    height: 150px;
    border-radius: 10px;
    overflow: hidden;
}
.block-article .block-article-label{
    margin-top: 80px;
    padding-bottom: 0px;
    display: flex;
}
.block-article .block-article-label{
    font-size: 14px;
}
.block-article .block-article-label p{
    padding: 20px;
    display: inline-block;
    border-radius: 25px;
    background: #fcf9f3;
    border: 1px solid #f1ede7;
    color: #333;
    font-weight: 500;
    text-align: center;
}
.block-article .block-article-label p span{
    display: block;
}
.block-article .block-article-label p span:nth-child(2){
    margin-top: 5px;
    font-weight: 700;
    font-size: 18px;
    color: #6649c4;
}
.block-article .block-article-label .price-article{
    margin-left: auto;
}
/*.content-article{
    text-align: left;
}
.top-nav-article ul{
    padding-left: 0px;
}
.top-nav-article ul li{
    list-style: none;
    text-align: left;
}
.top-nav-article ul li a{
    display: inline-block;
    width: 35px;
    height: 35px;
    border-radius: 10px;
    line-height: 36px;
    font-size: 16px;
    text-align: center;
    transition: .3s;
    background: transparent;
    box-shadow: 0px 0px 5px rgba(0,0,0,0.1);
    border: 1px solid rgba(255,255,255,.5);
    color: #eee;
}
.top-nav-article ul li a.btn-back:hover{
    background: rgba(255,255,255,.1);
}
.block-article-img{
    width: 100%;
    height: 250px;
    border-radius: 10px;
    overflow: hidden;
}
.block-article img{
    display: block;
    width: 100%;
    object-fit: cover;
}
.block-article-fou{
    padding: 15px 0px 0px 0px;
    font-size: 12px;
    font-weight: 400;
    color: rgba(255,255,255,.5);;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.block-article-title{
    padding: 10px 0px 15px 0px;
    font-size: 24px;
    font-weight: 500;
    color: #fff;
    line-height: 32px;
}
.block-article-label{
    padding-bottom: 0px;
    display: flex;
}
.block-article-label{
    font-size: 14px;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.block-article-label .code-article{
    font-weight: 700;
    color: #e58539;
}
.block-article-label .price-article{
    margin-left: auto;
    font-weight: 400;
    color: rgba(255,255,255,.5);
}*/
