html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
}

.cardWithFlex {
    flex: 1;
    border-radius: 0.75rem;
}

.cardRow {
    background-color: #FFFFFF;
    padding: 0% 1%;
    gap: 1rem;
}

.cardPadding {
    padding: 0.75rem 1.25rem;
    display: flex;
    flex-direction: column;
}


.bottomAlign {
    align-content: flex-end;
}

.f1 {
    flex: 1;
}

ion-icon {
    font-size: 1.5rem;
    color: #FFF;
}

hr {
    color: #fff;
}

ion-icon {
    color: #000;
}

@media print {
    .no-print, .no-print * {
        display: none !important;
    }

    .template-container {
        display: flex;
        margin: 0px !important;
        flex-direction: column;
        border: none !important;
        box-sizing: border-box;
        height: 100vh; /* Full screen height for print */
    }

    /*.top-half {*/
    /*        flex: 1;*/
    /*display: flex;
        flex-direction: column;
        justify-content: flex-start;
    }

    .bottom-half {*/
    /*flex: 1;*/
    /*display: flex;
        flex-direction: column;
        justify-content: flex-start;*/
    /*page-break-before: always;*/ /* Ensure new page for bottom half if needed */
    /*}*/

    .black-line {
        display: block !important;
        margin-bottom: auto;
        margin-top: auto;
        height: 2px !important;
        background-color: black !important;
    }

    /* Make sure to hide unwanted elements or adjust margins */
    body {
        margin: 0;
        padding: 0;
    }
}
