.cheque-math-method em {
    font-size: 12px;
    color: #c0c0c0;
}
div.regionchequenum {
    background-color: #f5f5f5;
    padding: 10px 20px;
}
div.regionchequenum strong {
    font-size: 36px;
    color: #87ab3e;
}

.sup-asterix {
    vertical-align: super;
    padding-left: 3px;
}

.chequenum-area .tm-totals-form-main del {
    display: none;
}

.hidden {
    display: none !important;
}
.no-padding {
    padding-top: 0px !important; /* Remove padding */
}

/* Default header styles */
.et_fixed_nav #main-header {
    position: fixed;
    z-index: 10;
    /*background: #333;*/
    /*color: white;*/
    transition: opacity 0.3s ease; /* Optional for smooth fading */
}

/* Hide or change header behavior when any overlay is visible */
.et_fixed_nav #main-header.overlay-active {
    opacity: 0; /* Hide the header */
    pointer-events: none; /* Prevent interactions */
}

