
.item{
    padding: 20px 0 5px 0;
}

.items_card{
    padding-bottom: 20px;
}


.loading{
    /*position:relative;*/
    position: absolute;
    top: 50%;
    left: 48%;

}
.loading span{
    display:block;
    bottom:0px;
    width: 9px;
    height: 5px;
    background:#9b59b6;
    position:absolute;
    animation: loading 1.5s  infinite ease-in-out;
}
.loading span:nth-child(2){
    left:11px;
    animation-delay: .2s;
}
.loading span:nth-child(3){
    left:22px;
    animation-delay: .4s;
}
.loading span:nth-child(4){
    left:33px;
    animation-delay: .6s;
}
.loading span:nth-child(5){
    left:44px;
    animation-delay: .8s;
}
@keyframes loading {
    0% {height:5px;transform:translateY(0px);background:#9b59b6;}
    25% {height:30px;transform:translateY(15px);background:#3498db;}
    50% {height:5px;transform:translateY(0px);background:#9b59b6;}
    100% {height:5px;transform:translateY(0px);background:#9b59b6;}
}

.qrcode-frame{
    position: relative;
    width: 212px;
    height: 212px;
    margin: 20px auto;
    border: 1px solid #dad9e3;
    box-sizing: border-box;
}


.qrcode-frame > img {
    width: 100%;
    height: 100%;
}

.login-title{
    text-align: center;
}

.login-flush{
    padding: 14px 0;
    font-size: 14px;
    color: rgba(0, 0, 0, 0.5);
}

.convert{
    border-radius: 12px;
    /*display: flex;*/
    justify-content: center;
    align-items: center;
    margin-top: 35px;
    margin-bottom: 5px;
    width: auto;
    /*height: 450px;*/
    background: #F0F2F5;
    box-shadow: 0px 2px 13px 0px rgba(0, 0, 0, 0.15);
    box-sizing: border-box;
    padding: 20px 18px;
}


@media (min-width: 0px) and (max-width: 767px) {
    .left-menu {
        padding-right: 0 !important;
    }
}


.left-menu {
    padding-top: 35px;
    padding-right: 40px;
    max-width: 100%;
}

.input-label{
    padding-bottom: 10px;
}

.screen-input{
    padding-left: 45px;
}

.prod-icon{
    padding-bottom: 30px;
}


.introduction{
    margin: 3% 0;
}

.show_box:hover{
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
}


.theme{
    display: block;
    max-width: 100%;
    height:305px;
}

.theme2{
    /*display: block;*/
    max-width: 200px;
}


.m-5 {
    margin: 3rem 0!important;
}

.about{
    background-color: white;
}


.convert-title{
    margin-top: 20px;
}

.word-to-pdf {
    background-color: #f2f9fe;
    border-color: #d7e3ec;
}

.pdf-to-excel {
    background-color: #f9fefb;
    border-color: #d9efe2;
}

.pdf-to-powerpoint {
    background-color: #fffcfa;
    border-color: #f0e3db;
}

.img-pdf-to-png {
    background-color: #fdf8ff;
    border-color: #eee2f3;
}

.compress-pdf {
    background-color: #faf6f6;
    border-color: #f7ecec;
}

.pdf-merge {
    background-color: #fffcf9;
    border-color: #f3efeb;
}

.page-screenshot {
    background-color: #faf6f6;
    border-color: #f7ecec;
}


.please-wait {
    background-color: #f7f7f8;
    border-color: #f7ecec;
}

.input-url{
    width: 500px;
    max-width: 100%;
}

.action{
    background-color: #6c757d;
    color: white;
    border: 1px solid transparent
}


.table-light, .table-light>td, .table-light>th {
    background-color: #e7edf8a3;
}

.home-active {
    background: #e6e7df !important;
}