html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {
    
}

.clickable{
    cursor: pointer;
}

.no-resize {
    resize: none;
}

.product-image-preview {
    border: 2px dashed black;
    height: 450px;
}

    .product-image-preview img {
        max-width: 100%;
        height: 400px;
    }

.product-image-preview.small {
    height: 225px;
}

    .product-image-preview.small img {
        height: 200px;
    }

.thumb-img {
    width:75px;
    height: 75px;
}

.discount-input{
    width: 65px;
}

#services-content .card h5, #products-content .card h5 {
    font-size: 1.2rem;
} 

#products-content .card {
    min-height: 180px;
}

.chart-container {
    position: relative;
    height: 65vh;
}

.preview-table-container {
    height: 45vh;
    min-height: 45vh;
    overflow-y: auto;
}

@media (max-width: 768px) {
    .chart-container {
        height: 40vh;
    }

    #products-content .card {
        min-height: 200px;
    }

    #services-content .card {
        min-height: 150px;
    }

    .preview-table-container {
        height: 35vh;
        min-height: 35vh;
    }

}

@media print {
    .preview-table-container {
        height: auto;
        min-height: 35vh;
    }

    .col-print {
        flex: 1 0 0% !important;
    }
}

.bottom-total {
    position: fixed;
    bottom: 0px;
}

.product-list {
    margin-bottom: 100px;
    
}