h1:focus {
    outline: none;
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid #e50000;
}

.validation-message {
    color: #e50000;
}

.blazor-error-boundary {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTYiIGhlaWdodD0iNDkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIG92ZXJmbG93PSJoaWRkZW4iPjxkZWZzPjxjbGlwUGF0aCBpZD0iY2xpcDAiPjxyZWN0IHg9IjIzNSIgeT0iNTEiIHdpZHRoPSI1NiIgaGVpZ2h0PSI0OSIvPjwvY2xpcFBhdGg+PC9kZWZzPjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMCkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yMzUgLTUxKSI+PHBhdGggZD0iTTI2My41MDYgNTFDMjY0LjcxNyA1MSAyNjUuODEzIDUxLjQ4MzcgMjY2LjYwNiA1Mi4yNjU4TDI2Ny4wNTIgNTIuNzk4NyAyNjcuNTM5IDUzLjYyODMgMjkwLjE4NSA5Mi4xODMxIDI5MC41NDUgOTIuNzk1IDI5MC42NTYgOTIuOTk2QzI5MC44NzcgOTMuNTEzIDI5MSA5NC4wODE1IDI5MSA5NC42NzgyIDI5MSA5Ny4wNjUxIDI4OS4wMzggOTkgMjg2LjYxNyA5OUwyNDAuMzgzIDk5QzIzNy45NjMgOTkgMjM2IDk3LjA2NTEgMjM2IDk0LjY3ODIgMjM2IDk0LjM3OTkgMjM2LjAzMSA5NC4wODg2IDIzNi4wODkgOTMuODA3MkwyMzYuMzM4IDkzLjAxNjIgMjM2Ljg1OCA5Mi4xMzE0IDI1OS40NzMgNTMuNjI5NCAyNTkuOTYxIDUyLjc5ODUgMjYwLjQwNyA1Mi4yNjU4QzI2MS4yIDUxLjQ4MzcgMjYyLjI5NiA1MSAyNjMuNTA2IDUxWk0yNjMuNTg2IDY2LjAxODNDMjYwLjczNyA2Ni4wMTgzIDI1OS4zMTMgNjcuMTI0NSAyNTkuMzEzIDY5LjMzNyAyNTkuMzEzIDY5LjYxMDIgMjU5LjMzMiA2OS44NjA4IDI1OS4zNzEgNzAuMDg4N0wyNjEuNzk1IDg0LjAxNjEgMjY1LjM4IDg0LjAxNjEgMjY3LjgyMSA2OS43NDc1QzI2Ny44NiA2OS43MzA5IDI2Ny44NzkgNjkuNTg3NyAyNjcuODc5IDY5LjMxNzkgMjY3Ljg3OSA2Ny4xMTgyIDI2Ni40NDggNjYuMDE4MyAyNjMuNTg2IDY2LjAxODNaTTI2My41NzYgODYuMDU0N0MyNjEuMDQ5IDg2LjA1NDcgMjU5Ljc4NiA4Ny4zMDA1IDI1OS43ODYgODkuNzkyMSAyNTkuNzg2IDkyLjI4MzcgMjYxLjA0OSA5My41Mjk1IDI2My41NzYgOTMuNTI5NSAyNjYuMTE2IDkzLjUyOTUgMjY3LjM4NyA5Mi4yODM3IDI2Ny4zODcgODkuNzkyMSAyNjcuMzg3IDg3LjMwMDUgMjY2LjExNiA4Ni4wNTQ3IDI2My41NzYgODYuMDU0N1oiIGZpbGw9IiNGRkU1MDAiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvZz48L3N2Zz4=) no-repeat 1rem/1.8rem, #b32121;
    padding: 1rem 1rem 1rem 3.7rem;
    color: white;
}

    .blazor-error-boundary::after {
        content: "An error has occurred."
    }

.darker-border-checkbox.form-check-input {
    border-color: #929292;
}

.form-floating > .form-control-plaintext::placeholder, .form-floating > .form-control::placeholder {
    color: var(--bs-secondary-color);
    text-align: end;
}

.form-floating > .form-control-plaintext:focus::placeholder, .form-floating > .form-control:focus::placeholder {
    text-align: start;
}

:root {
    --silver: #c0c0c0;
}

#header-component {
    margin: 20px 50px 0;
}

.divHeader {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.left {
    display: flex;
    align-items: center;
    cursor: pointer;
}

.right {
    display: flex;
    align-items: center;
}

    .right .nav-link {
        display: flex;
        align-items: center;
    }

.red-elements, .green-elements, .yellow-elements {
    display: flex;
    justify-items: center !important;
}


.mudcard-main-page {
    border-radius: 0.5rem !important;
    width: 26rem !important;
    height: 22rem !important;
    text-align: center !important;
    padding: 1.5rem !important;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2) !important;
    transition: box-shadow 0.3s ease !important;
    cursor: pointer;
}

.icon {
    color: white !important;
    padding: 15px !important;
    font-size: 1.2rem !important;
    border-radius: 50% !important;
    width: 4rem !important;
    height: 4rem !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    transition: transform 0.3s ease !important;
}

.red-icon {
    background-color: #f57878 !important;
}

.yellow-icon {
    background-color: #ffde21 !important;
}

.green-icon {
    background-color: #1AB394 !important;
}


.mud-main-text {
    color: var(--silver);
}

.invoice-verified-page {
    width: 60% !important;
    height: auto !important;
    margin: 40px auto !important;
    text-align: center !important;
}

.mudcard-invoice-verifed {
    width: 100% !important;
    height: auto !important;
    border-radius: 0.5rem !important;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2) !important;
    transition: box-shadow 0.3s ease !important;
    margin-top: 40px !important;
}

.mudcard-content-div {
    width: 100% !important;
    padding: 5px 0 !important;
    text-align: center !important;
    margin: 0 !important;
    border-radius: 0.5rem 0.5rem 0 0 !important;
}

.mudcard-content-div-green {
    background-color: #1ab394 !important;
}

.mudcard-content-div-red {
    background-color: #F44336 !important;
}

.mudcard-content-div-orange {
    background-color: #f8ac59 !important;
}

.mudcard-content-text {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    font-size: 1.7rem !important;
    color: white !important;
    font-weight: bold !important;
}

.mudcard-img {
    width: 2rem;
}

.mudcard-h5 {
    font-size: 1.5rem !important;
    color: #333 !important;
    font-weight: 600 !important;
    margin-top: 10px !important;
}

.mudcard-big-img {
    width: 6rem;
    margin-top: 15px;
}

.mudcard-body1 {
    color: #555 !important;
    line-height: 1.6 !important;
    text-align: center !important;
    font-weight: 700 !important;
}

.radzen-datepicker {
    outline: none !important;
}

    .radzen-datepicker:focus-within {
        outline: 1px solid rgb(26, 179, 148) !important;
    }


.link {
    font-weight: bold !important;
    text-decoration: underline !important;
    transition: text-decoration 0.3s ease !important;
    cursor: pointer !important;
}

    .link:hover {
        text-decoration: none !important;
    }

.invoice-request-result-text {
    background-color: #1ab394 !important;
    color: white !important;
    text-align: center !important;
    border-radius: 0.5rem 0.5rem 0 0 !important;
    padding: 10px !important;
    font-size: 1.4rem !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    box-shadow: none !important;
}

.label-text {
    font-size: 1.2rem !important;
    font-weight: 600 !important;
}

.invoice-verified-collapse {
    width: 100% !important;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2) !important;
    transition: box-shadow 0.3s ease !important;
    border-radius: 0.5rem !important;
}

.invoice-verified-button {
    width: 50% !important;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2) !important;
    transition: box-shadow 0.3s ease !important;
}

.button {
    flex-grow: 1 !important;
    color: white !important;
    font-size: 1rem !important;
    color: white !important;
}

.expanded-content-1,
.expanded-content-2 {
    padding: 15px 0;
    font-size: 1.2rem;
    transition: all 0.6s ease-out;
    text-align: center;
    margin-top: -5px;
    border: 1px solid #1ab394;
}

.expanded-content-1 {
    border: 1px solid #1ab394 !important;
}

.expanded-content-2 {
    border: 1px solid #f8ac59 !important;
}

.table-th {
    font-size: 0.9rem !important;
    font-weight: 600 !important;
}

.green-button {
    background-color: #1ab394 !important;
}

.orange-button {
    background-color: #f8ac59 !important;
}

.print-button {
    background-color: #1c84c6 !important;
}

.report-button {
    background-color: #dc3545 !important;
}

.me-auto {
    font-size: 1rem !important;
}

footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    padding: 10px 0;
    background-color: #fff;
    font-size: 14px;
    color: #555;
    border-top: 1px solid #e4e4e4;
    text-align: center;
    z-index: 999;
}

.mud-input-manual {
    font-size: 1.2rem !important;
    font-weight: 600 !important;
}

.invoice-input-manual {
    max-width: 40% !important;
}

.invoice-counter-input {
    width: 100% !important;
}

.invalid {
    outline: 1px solid #F44336;
}

.custom-input, .custom-select {
    width: 100% !important;
}

.mud-input-manual input {
    text-transform: uppercase;
}

.error-div {
    width: 40% !important;
    margin-left: auto !important;
    display: flex !important;
    justify-content: space-between !important;
}

.mud-dialog {
    width: 600px !important;
}

.me-auto {
    font-family: "Jura", serif !important;
    font-weight: 500 !important;
    font-size: 0.9rem !important;
}

.rz-inputtext {
    border: none !important;
    box-shadow: none !important;
}

    .rz-inputtext:active,
    .rz-inputtext:hover,
    .rz-inputtext:focus {
        border: none !important;
        box-shadow: none !important;
        outline: none !important;
    }

.journal-markup {
    white-space: break-spaces;
    font-size: 13px;
}

.table-scroll {
    overflow-x: auto;
    width: 100%;
}

    .table-scroll table {
        min-width: 800px;
    }




@keyframes pulse-red {
    0% {
        transform: scale(1);
        box-shadow: 0 4px 12px rgba(245, 120, 120, 0.3);
        background-color: #f57878;
    }

    50% {
        transform: scale(1.1);
        box-shadow: 0 8px 20px rgba(245, 120, 120, 0.6), 0 0 15px rgba(245, 120, 120, 0.8);
        background-color: #ff8a8a;
    }

    100% {
        transform: scale(1);
        box-shadow: 0 4px 12px rgba(245, 120, 120, 0.3);
        background-color: #f57878;
    }
}

@keyframes pulse-green {
    0% {
        transform: scale(1);
        box-shadow: 0 4px 12px rgba(26, 179, 148, 0.3);
        background-color: #1AB394;
    }

    50% {
        transform: scale(1.1);
        box-shadow: 0 8px 20px rgba(26, 179, 148, 0.6), 0 0 15px rgba(26, 179, 148, 0.8);
        background-color: #33d1af;
    }

    100% {
        transform: scale(1);
        box-shadow: 0 4px 12px rgba(26, 179, 148, 0.3);
        background-color: #1AB394;
    }
}

@keyframes pulse-yellow {
    0% {
        transform: scale(1);
        box-shadow: 0 4px 12px rgba(247, 233, 109, 0.3);
        background-color: #ffde21;
    }

    50% {
        transform: scale(1.1);
        box-shadow: 0 8px 20px rgba(247, 233, 109, 0.6), 0 0 15px rgba(247, 233, 109, 0.8);
        background-color: #ffde21;
    }

    100% {
        transform: scale(1);
        box-shadow: 0 4px 12px rgba(247, 233, 109, 0.3);
        background-color: #ffde21;
    }
}

@keyframes pulse-orange {
    0% {
        transform: scale(1);
        box-shadow: 0 4px 12px rgba(247, 233, 109, 0.3);
        background-color: #f8ac59;
    }

    50% {
        transform: scale(1.1);
        box-shadow: 0 8px 20px rgba(247, 233, 109, 0.6), 0 0 15px rgba(247, 233, 109, 0.8);
        background-color: #f8ac59;
    }

    100% {
        transform: scale(1);
        box-shadow: 0 4px 12px rgba(247, 233, 109, 0.3);
        background-color: #f8ac59;
    }
}

@keyframes pulse-pfx {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.5);
    }

    100% {
        transform: scale(1);
    }
}


.mud-card:hover .icon.red-icon {
    animation: pulse-red 1s infinite;
}

.mud-card:hover .icon.green-icon {
    animation: pulse-green 1s infinite;
}

.mud-card:hover .icon.yellow-icon {
    animation: pulse-yellow 1s infinite;
}

.mud-card:hover .icon.pfx-icon {
    animation: pulse-pfx 1s infinite;
}

.mud-error-text {
    font-size: 14px !important;
}

.pfx-download-page {
    width: 70% !important;
    margin: auto !important;
}

.pfx-download-page-img {
    width: 2rem !important;
}

.report-container{
    max-width:1200px !important;
}

@media (min-width: 3000px) {
    .mud-dialog{
        font-size: 1.6rem !important;
        padding: 1rem 2rem !important;
    }

    .mud-typography-h6 {
        font-size: 1.8rem !important
    }

    .mud-dialog .mud-button-label {
        font-size: 1.6rem !important;
    }

    .report-container {
        max-width: 2600px !important;
    }

        .report-container .mud-step .mud-typography {
            font-size: 1.6rem !important;
        }

        .report-container .mud-icon-size-medium{
            font-size:2.2rem !important;
        }

        .report-container .mud-stepper .mud-stepper-nav .mud-step .mud-step-label .mud-step-label-icon {
            height: 42px !important;
            width: 42px !important;
            font-size: 1.5rem !important;
        }

        .report-container .mud-icon-size-small {
            font-size: 1.5rem;
        }

        .report-container .mud-typography-h6 {
            font-size: 2.2rem !important;
        }
     
        .report-container .mud-typography-body2,
        .report-container .mud-typography-body1 {
            font-size: 1.6rem !important;
        }

        .report-container .mud-button-label {
            font-size: 1.4rem !important;
        }

        .report-container .mud-step-label .mud-typography {
            font-size: 1.6rem !important;
        }

        .report-container .mud-icon-button,
        .report-container .mud-icon {
            font-size: 2rem !important;
        }

        .report-container .mud-select {
            font-size: 1.6rem !important;
        }

        .report-container .mud-checkbox-label {
            font-size: 1.6rem !important;
        }
     
        .report-container .mud-select {
            font-size: 1.6rem !important;
        }

        .report-container .mud-input-input {
            font-size: 1.6rem !important;
            height: 100% !important;
        }

        .report-container .mud-dialog {
            font-size: 1.6rem !important;
        }

        .report-container .mud-checkbox {
            font-size: 24px !important;
        }
}


@media (max-width: 1810px) {
    .green-elements {
        display: grid !important;
        grid-template-columns: repeat(2, 1fr) !important;
    }

    .invoice-verified-page {
        width: 75% !important;
        padding: 20px !important;
    }

    .custom-mud-item {
        max-width: 100%;
    }
}

@media (max-width: 1515px) {
    .invoice-verified-page {
        width: 80% !important;
        padding: 20px !important;
    }

    .custom-mud-item {
        max-width: 100% !important;
    }
}

@media (max-width: 1400px) {
    .mudcard-main-page {
        width: 22rem !important;
        height: 22rem !important;
    }

    .custom-mud-item {
        max-width: 100% !important;
    }

    .wizard-container-report-completed {
        width: 90% !important;
    }
}

@media (max-width: 1200px) {

    invoice-verifed-button {
        width: 30% !important;
        font-size: 1rem !important;
    }

    .mud-grid-item.custom-mud-item {
        flex-grow: 0 !important;
        max-width: 100% !important;
        flex-basis: 100% !important;
        padding-left: 0px !important;
    }

    .custom-mud-item {
        max-width: 100% !important;
    }

    .mudcard-features-content {
        display: flex;
        flex-wrap: wrap;
    }

        .mudcard-features-content .mud-button {
            flex: 1 1 calc(50% - 20px);
            max-width: calc(50% - 20px);
            margin: 10px;
        }
}

@media (max-width: 1024px) {

    .mudcard-main-page {
        width: 20rem !important;
        height: 24rem !important;
    }

    .heading-text {
        width: 80%;
    }

    .mud-text, .mud-textfield, .mud-button {
        font-size: 1.2rem;
    }

    .invoice-verified-page {
        width: 100% !important;
        padding: 20px !important;
    }

    .me-auto {
        font-size: 0.8rem !important;
    }

    .mudcard-features-content {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
}

@media (max-width: 768px) {

    .mudcard-main-page {
        width: 28rem !important;
        height: 26rem !important;
    }

    .red-elements, .yellow-elements, .green-elements {
        display: block !important;
        padding-right: 16px !important;
    }

    .mudcard-heading {
        display: none !important;
    }

    .invoice-verified-page {
        padding: 20px;
    }

    .invoice-verified-button {
        width: 70% !important;
    }

    .fontFont {
        font-size: 1.1rem !important;
    }

    .mud-input-manual {
        font-size: 0.9rem !important;
        font-weight: 600 !important;
    }

    .invoice-input-manual {
        max-width: 80% !important;
        margin-left: 0.25rem !important;
    }

    .custom-input, .custom-select {
        width: 100% !important;
    }

    .mud-error-text {
        font-size: 0.7rem !important;
    }

    .mudcard-features-content .mud-button {
        flex: 1 1 100%;
        max-width: 100%;
    }

    .mudcard-content-text {
        font-size: 1.3rem !important;
    }

    .mudcard-img {
        width: 2rem;
    }

    .pfx-button {
        width: 70% !important;
        margin: 1rem !important;
        height: 60px !important;
    }

    .pfx-download-page {
        width: 90% !important;
    }

    .pfx-logo {
        display: none !important;
    }

    .recapitulation-table {
        font-size: 0.8rem !important;
    }

    .mud-dialog {
        width: 90% !important;
    }
}

@media (max-width: 480px) {
    .mudcard-main-page {
        width: 95% !important;
    }

    .mudcard-invoice-verified {
        height: auto;
    }

    .invoice-verified-button {
        width: 65% !important;
        padding: 20px 0 !important;
        font-size: 0.7rem !important;
    }

    .fontFont {
        font-size: 0.9rem !important;
    }

    .mud-input-manual, .rz-inputtext {
        font-size: 0.7rem !important;
        font-weight: 600 !important;
    }

    .invoice-input-manual {
        max-width: 90% !important;
    }

    .custom-input, .custom-select {
        width: 100% !important;
    }

    .mud-input > input.mud-input-root-outlined::placeholder {
        font-size: 0.7rem;
    }

    .mud-error-text {
        font-size: 0.7rem !important;
    }

    .me-auto {
        font-size: 0.7rem !important;
    }

    .mudcard-content-text {
        font-size: 1.1rem !important;
    }

    .mudcard-img {
        width: 1.8rem;
    }

    .pfx-download-page {
        width: 90% !important;
    }

    .report-reason-radio-text p {
        font-size: 0.9rem !important;
    }

    .report-reason-checkbox-text p {
        font-size: 0.6rem !important;
    }

    .report-reason-radio-desc {
        font-size: 0.8rem !important;
    }

    .dropdown-item {
        font-size: 12px !important;
    }
}

@media (max-width: 350px) {
    .fontFont {
        font-size: 0.6rem !important;
    }

    .mud-input-manual {
        font-size: 0.5rem !important;
        font-weight: 600 !important;
    }

    .report-invoice-button {
        height: 50px !important;
    }

    .dropdown-item {
        font-size: 10px !important;
    }
}



.line {
    width: 100%;
    border-bottom: 5px dashed #aba1a1;
}

.w-100 {
    width: 100% !important;
}

.w-50 {
    width: 50% !important;
}

.max-width-40 {
    max-width: 40% !important;
}

.max-width-50 {
    max-width: 50% !important;
}

.max-width-20 {
    max-width: 20% !important;
}

.max-width-30 {
    max-width: 30% !important;
}

.mud-picker-timepicker-toolbar {
    max-width: 100% !important;
}

.fontFont {
    font-family: "Jura", serif !important;
    font-weight: 600 !important;
}
