@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800&amp;display=swap');
@import "progress.css";

.card-img-top {
    width: 100%;
    height: 20vw;
    object-fit: cover;
}

@media print {
    @page {
        margin-top: 0;
        margin-bottom: 0;
    }

    body {
        padding-top: 72px;
        padding-bottom: 72px;
    }
}

.d-none {
    display: none;
}

body {
    background: #F9F8F8;
    font-size: 14px;
    font-family: 'Poppins', sans-serif !important;
}

h1, h2, h3, h4, h5, h6, button, input, textarea {
    font-family: 'Poppins', sans-serif !important;
}

.center-screen {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 85vh;
}

p {
    font-size: 14px;
    font-family: 'Poppins', sans-serif !important;
}

a {
    color: inherit;
    text-decoration: none;
    cursor: pointer;
    font-family: 'Poppins', sans-serif !important;
}

a:hover {
    color: inherit;
    text-decoration: none;
    cursor: pointer;
}

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

table#invoice_details input {
    text-align: right;
    padding-right: 0;
}

