.info-product-top{
    /*background-color: unset;*/
}

.user-product .blog-img {
    min-width: 63px;
    padding-bottom: 0;
    min-height: 75px;
}

.facebook-url.active{
    background-color: #0068ea !important;
    color: white !important;
}

.btn-round{
    border-radius: 30px!important;
}

.blog-img iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.progress{
    width: 100px;
}

.search-input::placeholder{
    font-size: 14px;
    color: #9d9d9d;
}

.btn-submit-product{
    background: #28a745;
    border-color: #28a745;
    color: white !important;
}

.btn-submit-product.disabled{
    opacity: 0.6;
}

@media (min-width: 559px) {
    .card-user-product{
        max-width: 110px;
    }
}

.swal2-input{
    box-shadow: none!important;
}

.table-checkin .box-checkin{
    min-height: 50px;
    border-radius: 0;
    min-width: 100px;
}

.table-checkin td{
    vertical-align: inherit;
}

.btn-present{
    background-color: #92f7a9;
    border-color: #92f7a9;
}
.fixed-div {
    position: fixed;
    z-index: 1051; /* anything above 1050*/
    bottom: 10%;
    background-color: white;
}

.btn-option-checkin{
    width: 30px;
    min-height: 50px;
}

