﻿.cstm-tpstvq {
    display: flex;
    margin: 0;
    justify-content: center;
    gap: 10px;
}

.cstm-tpstvq-checkbox {
    display: table-cell;
    text-align: center;
}

    .cstm-tpstvq-checkbox input {
        margin-inline: 10px;
    }

@media (max-width:525px) {
    .account-invoice-float-none {
        float: none !important;
    }
}

.invoice-container-custom {
    position: relative;
}

.watermark-print {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-30deg);
    font-size: 60px;
    color: #555;
    opacity: 0.3; /* makes it light like watermark */
    white-space: nowrap;
    pointer-events: none; /* allows clicking through */
    z-index: 0;
    font-weight: 800;
}

.watermark {
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-30deg);
    font-size: 70px;
    color: #555;
    opacity: 0.3;
    white-space: nowrap;
    pointer-events: none;
    z-index: 0;
    font-weight: 600;
}

.invoice-header-custom .invoice-content-custom {
    position: relative;
    z-index: 1;
}

@media (max-width:1399px) {
    .watermark {
        font-size: 55px;
    }
}

@media (max-width:1100px) {
    .watermark {
        font-size: 45px;
    }
}

@media (max-width:767px) {
    .watermark {
        top: 44%;
        font-size: 30px;
    }
}

@media (max-width:500px) {
    .watermark {
        font-size: 20px;
        font-weight: 700;
    }
}
.customtvq {
    display: flex;
    align-items: center;
    gap: 10px;
}

.customtvq-button svg {
    width: 15px;
    height: 15px;
    cursor: pointer;
}
    .customtvq-button svg.tickgreen polygon {
        fill: #43A047;
        stroke: #43A047;
        stroke-width: 6;
        stroke-linejoin: round;
    }
.customtvq-button {
    display: flex;
    align-items: center;
    gap: 8px;
}
    .customtvq-button .crossblack {
        width: 12px;
        height: 12px;
        cursor: pointer;
    }
.invoiceDeposit {
    text-align: right;
}