﻿.page-title {
    background-color: transparent;
}

.hero-title {
    font-size: 22px;
}

.mud-grid-item
{
    padding-top: 12px !important;
}

.custom-text-field > .mud-input-control-input-container > .mud-input-label-inputcontrol {
    /* Your custom styles here */
    color: red !important;
    /*font-size: 16px;*/
    /* Add any other styles you want to apply */
}

.customer-detail {
    text-transform: uppercase;
    cursor: pointer;
    font-weight: 600;
}

.custom-label Label {
    color: red !important;
}

.account-label Label {
    color: red !important;
}

.required-label {
    color: red !important;
}

    .required-label Label {
        color: red !important;
    }

.selling-label label {
    color: red !important;
}

.normal {
    background-color: transparent; /* Default background color */
}

.mud-table th {
    font-weight: 600 !important;
}

.clicked {
    background-color: dodgerblue; /* Background color when clicked */
    color: white;
}

.my-3 {
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.custom-alert {
    background-color: #FFF7F0;
    padding: 10px;
}

.alert-content {
    display: flex;
    align-items: center;
}

.custom-icon {
    margin-right: 8px;
    color: #FFA500;
}

input[type="number"] {
    width: 100%;
    padding: 12px 16px;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    transition: border-color 0.3s;
}

    input[type="number"]:focus {
        border-color: #2196F3;
        outline: none;
    }

    input[type="number"]:hover {
        border-color: #888;
    }

    input[type="number"]:disabled {
        background-color: #f1f1f1;
        cursor: not-allowed;
    }

.no-spin-buttons::-webkit-inner-spin-button,
.no-spin-buttons::-webkit-outer-spin-button {
    -webkit-appearance: none;
    appearance: none;
    margin: 0;
}

.scrollable-content {
    overflow-y: auto;
    max-height: 75vh;
    height: auto;
    min-height: 40vh;
}

.mud-table-container {
    overflow: auto;
}

.menu-container {
    display: flex;
    gap: 30px; /* Adjust the desired gap between buttons */
    margin-left: 17px; /* Adjust the desired left margin */
}

.close-button {
    position: absolute;
    top: 12px;
    right: 14px;
}

.pdf-viewer-container {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 800px; /* Set your desired width */
    height: 500px; /* Set your desired height */
}

    .pdf-viewer-container iframe {
        width: 100%;
        height: 100%;
    }

.image-container {
    position: relative;
    display: flex;
    justify-content: center;
    padding: 0 16px; /* Adjust padding as needed */
}

.transparent-image {
    opacity: 0.7; /* Adjust opacity as needed */
}

.label {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #f44336; /* Adjust background color for the label */
    color: white;
    font-weight: bold;
    padding: 8px 16px;
    border-radius: 4px;
}

table {
    width: 100%;
    border-collapse: collapse;
}

    table tr td {
        padding: 0;
    }

        table tr td:last-child {
            text-align: left;
        }

.bold {
    font-weight: bold;
}
/* Center the form on the page */
.form-container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}

/* Optional: Add some spacing between form items */
.form-item {
    margin: 8px;
}

.right {
    text-align: right;
}

.large {
    font-size: 1.2em;
}


.total {
    font-weight: bold;
    color: #fb7578;
}

.logo-container {
    margin: 22px 0 70px 0;
}

.invoice-info-container {
    font-size: 0.875em;
}

    .invoice-info-container td {
        padding: 4px 0;
    }

.client-name {
    font-size: 1.5em;
    vertical-align: top;
}

.line-items-container {
    margin: 40px 0;
    font-size: 0.875em;
}

    .line-items-container th {
        text-align: left;
        color: #999;
        border-bottom: 2px solid #ddd;
        padding: 10px 0 15px 0;
        font-size: 0.75em;
        text-transform: uppercase;
    }

        .line-items-container th:last-child {
            text-align: right;
        }

    .line-items-container td {
        padding: 15px 0;
    }

    .line-items-container tbody tr:first-child td {
        padding-top: 25px;
    }

    .line-items-container.has-bottom-border tbody tr:last-child td {
        padding-bottom: 25px;
        border-bottom: 2px solid #ddd;
    }

    .line-items-container.has-bottom-border {
        margin-bottom: 0;
    }

    .line-items-container th.heading-quantity {
        padding: 10px !important;
        width: 30px; /* Reduce the width */
    }

    .line-items-container th.heading-amount {
        width: 120px; /* Increase the width */
    }

    .line-items-container th.heading-price {
        text-align: left;
        width: 100px;
    }

    .line-items-container th.heading-subtotal {
        width: 100px;
    }

.payment-info {
    width: 38%;
    font-size: 0.75em;
    line-height: 1.5;
}

.footer {
    margin-top: 20px;
}

.footer-thanks {
    font-size: 1.125em;
}

    .footer-thanks img {
        display: inline-block;
        position: relative;
        top: 1px;
        width: 16px;
        margin-right: 4px;
    }

.footer-info {
    float: right;
    margin-top: 5px;
    font-size: 0.75em;
    color: #ccc;
}

    .footer-info span {
        padding: 0 5px;
        color: black;
    }

        .footer-info span:last-child {
            padding-right: 0;
        }

.page-container {
    display: none;
}

.invoice {
    max-width: 800px;
    margin: 0 auto;
    padding: 20px; /* Reduce the padding */
    page-break-inside: avoid; /* Prevent page breaks within the invoice */
}

#invoices {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    padding: 20px; /* Reduce the padding */
    page-break-inside: avoid; /* Prevent page breaks within the invoice */
}

.form-container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}

.form-item {
    margin: 8px;
}

body {
    font-family: Arial, sans-serif;
}

.container {
    /* max-width: 600px; */
    margin: 0 auto;
    padding: 20px;
    /* background: #f2f2f2; */
    border-radius: 5px;
}

.form-group {
    margin: 10px 0;
}

label {
    display: block;
}

input[type="text"], input[type="email"], input[type="subject"] {
    width: 100%;
    padding: 10px;
    margin-top: 5px;
    margin-bottom: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

textarea {
    width: 100%;
    padding: 10px;
    margin-top: 5px;
    margin-bottom: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.editor {
    width: 100%;
    min-height: 200px;
    padding: 10px;
    margin-top: 5px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

input[type="submit"] {
    background-color: #007BFF;
    color: #fff;
    padding: 10px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

    input[type="submit"]:hover {
        background-color: #0056b3;
    }

.custom-class {
    backdrop-filter: blur(10px);
}

.d-flex {
    display: flex;
}

.text-invoice h2 {
    text-align: center;
}

.menu-container {
    display: flex;
    gap: 30px; /* Adjust the desired gap between buttons */
    margin-left: 17px; /* Adjust the desired left margin */
}

.close-button {
    position: absolute;
    top: 12px;
    right: 14px;
}

.pdf-viewer-container {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 800px; /* Set your desired width */
    height: 500px; /* Set your desired height */
}

    .pdf-viewer-container iframe {
        width: 100%;
        height: 100%;
    }

.image-container {
    position: relative;
    display: flex;
    justify-content: center;
    padding: 0 16px; /* Adjust padding as needed */
}

.transparent-image {
    opacity: 0.7; /* Adjust opacity as needed */
}

.label {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #f44336; /* Adjust background color for the label */
    color: white;
    font-weight: bold;
    padding: 8px 16px;
    border-radius: 4px;
}

table {
    width: 100%;
    border-collapse: collapse;
}

    table tr td {
        padding: 0;
    }

        table tr td:last-child {
            /*text-align: right;*/
        }

.bold {
    font-weight: bold;
}

.right {
    text-align: right;
}

.large {
    font-size: 1.2em;
}


.total {
    font-weight: bold;
    color: #fb7578;
}

.logo-container {
    margin: 22px 0 70px 0;
}

.invoice-info-container {
    font-size: 0.875em;
}

    .invoice-info-container td {
        padding: 4px 0;
    }

.client-name {
    font-size: 1.5em;
    vertical-align: top;
}

.line-items-container {
    margin: 40px 0;
    font-size: 0.875em;
}

    .line-items-container th {
        text-align: left;
        color: #999;
        border-bottom: 2px solid #ddd;
        padding: 10px 0 15px 0;
        font-size: 0.75em;
        text-transform: uppercase;
    }

        .line-items-container th:last-child {
            text-align: right;
        }

    .line-items-container td {
        padding: 15px 0;
    }

    .line-items-container tbody tr:first-child td {
        padding-top: 25px;
    }

    .line-items-container.has-bottom-border tbody tr:last-child td {
        padding-bottom: 25px;
        border-bottom: 2px solid #ddd;
    }

    .line-items-container.has-bottom-border {
        margin-bottom: 0;
    }

    .line-items-container th.heading-quantity {
        padding: 10px !important;
        width: 30px; /* Reduce the width */
    }

    .line-items-container th.heading-amount {
        width: 120px; /* Increase the width */
    }

    .line-items-container th.heading-price {
        text-align: left;
        width: 100px;
    }

    .line-items-container th.heading-subtotal {
        width: 100px;
    }

.payment-info {
    width: 38%;
    font-size: 0.75em;
    line-height: 1.5;
}

.footer {
    margin-top: 20px;
}

.footer-thanks {
    font-size: 1.125em;
}

    .footer-thanks img {
        display: inline-block;
        position: relative;
        top: 1px;
        width: 16px;
        margin-right: 4px;
    }

.footer-info {
    float: right;
    margin-top: 5px;
    font-size: 0.75em;
    color: #ccc;
}

    .footer-info span {
        padding: 0 5px;
        color: black;
    }

        .footer-info span:last-child {
            padding-right: 0;
        }

.page-container {
    display: none;
}

.invoice {
    max-width: 800px;
    margin: 0 auto;
    padding: 20px; /* Reduce the padding */
    page-break-inside: avoid; /* Prevent page breaks within the invoice */
    text-align: left;
}

#invoices {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    padding: 20px; /* Reduce the padding */
    page-break-inside: avoid; /* Prevent page breaks within the invoice */
}

.invoice .payment-form h6, .invoice .payment-form h5 {
    font-size: 14px;
    margin-top: 10px;
}

.invoice .payment-form .amount {
    background-color: #608a60;
    ;
    padding: 30px 15px;
    color: #fff;
}

    .invoice .payment-form .amount h4 {
        font-size: 16px;
    }

    .invoice .payment-form .amount h3 {
        font-size: 18px;
    }

@keyframes slide {
    0% {
        transform: translateX(-25%);
    }

    100% {
        transform: translateX(25%);
    }
}

.mud-wasm {
    animation: slide 3s ease-in-out infinite alternate;
    background-image: linear-gradient(-60deg,#1E88E5 50%,#0069c0 50%);
    bottom: 0;
    left: -50%;
    opacity: .5;
    position: fixed;
    right: -50%;
    top: 0;
    z-index: -1
}

.mud-wasm-cont {
    left: 50%;
    padding: 10vmin;
    position: fixed;
    text-align: center;
    top: 50%;
    transform: translate(-50%,-50%)
}

.itemTable {
    border-collapse: separate;
    border-spacing: 10px; /* Adjust the spacing as needed */
    border: 1px solid rgba(0, 0, 0, 0.1); /* Adjust the color and opacity as needed */
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); /* Adjust the blur effect as needed */
}

/*    .itemTable td {
        border-right: 1px solid rgba(0, 0, 0, 0.1);
    }*/

.border-remove tr {
    border-bottom: none;
}

.border-remove td {
    text-align-last: right;
}

.label-color {
    margin-top: -10px;
}

.uploadImage {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.8);
    z-index: 1000; /* Ensure it is above other content */
    display: flex;
    justify-content: center;
    align-items: center;
}

.loading-text {
    margin-bottom: 20px;
}

.h4-bold h4 {
    font-weight: 600;
}

.card-design {
    box-shadow: 0px 1px 10px #00000010;
}

.highcharts-credits {
    display: none !important;
}

.mud-popover {
    position: absolute !important;
}

.container {
    overflow: visible !important;
}

.hidden-appbar {
    display: none !important;
}

.mud-input-control-helper-container {
    margin-top: 0px !important;
    margin-bottom: 8px !important;
}

.nav-item-custom {
    display: block;
    text-decoration: none;
    border-radius: 6px;
    padding: 10px 14px;
    transition: background-color 0.2s;
    color: inherit;
    background-color: #f5f5f5; /* 👈 default background */
}

    .nav-item-custom:hover {
        background-color: #e0e0e0; /* 👈 hover background */
    }

.nav-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.nav-label {
    font-size: 14px;
    font-weight: 500;
}

.arrow-link {
    color: #1976d2; /* Material blue arrow */
    font-size: 18px;
}

.mud-checkbox-checked .mud-icon-root {
    color: blue !important;
}

/* Full height layout */
.layout-root {
    min-height: 100vh;
}

/* Prevent content from hiding behind footer */
.main-content {
    padding-bottom: 45px;
}

/* Footer fixed at screen bottom */
.app-footer {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100vw;
    height: 40px;
    line-height: 40px;
    background-color: #ffffff;
    border-top: 1px solid #e0e0e0;
    text-align: center;
    font-size: 12px;
    color: #666;
    z-index: 1300;
}

.image-wrapper {
    width: 260px;
}

/* Upload Card */
.image-card {
    position: relative;
    height: 220px;
    border: 2px dashed #c7d2fe;
    border-radius: 18px;
    background: #f8f9ff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all .25s ease;
}

    .image-card:hover {
        border-color: #6366f1;
        background: #eef2ff;
    }

/* Preview */
.preview-img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 14px;
}

/* Footer Bar */
.image-footer {
    margin-top: 8px;
    padding: 10px 14px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.change-btn {
    cursor: pointer;
    font-weight: 600;
}

    .change-btn:hover {
        text-decoration: underline;
    }

.mud-table-head .mud-table-row {
    background-color: #e3f2fd !important; /* Light blue, adjust as needed */
    cursor: pointer;
}

.mud-table-body .mud-table-row:hover {
    background-color: aliceblue !important; /* Light blue, adjust as needed */
    cursor: pointer;
}

/* Common Class Styles */
.paper-scroll-container {
    padding: 20px;
    padding-top: 20px;
    max-height: 70vh;
    min-height: 40vh;
    height: auto;
    overflow-y: scroll;
}

.tooltip-width-400 {
    width: 400px;
}

.tooltip-width-250 {
    width: 250px;
}   

.tooltip-text-left {
    text-align: left;
}

.flex-end-center {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.font-weight-600 {
    font-weight: 600;
}

.inline-click {
    cursor: pointer;
    display: inline-flex;
    align-items: center;
}

.text-active {
    color: #588eef;
}

.text-inactive {
    color: #75777a;
}

.communication-cell {
    min-width: 180px;
    vertical-align: middle !important;
}

    .communication-cell .mud-stack {
        align-items: center;
        gap: 18px;
    }

    .communication-cell .mud-checkbox {
        margin: 0;
    }

    .communication-cell .mud-checkbox-label {
        font-size: 13px;
    }

.customer-header {
    padding: 20px 32px;
}

.customer-title {
    font-weight: 600;
}

.customer-left-panel {
    background: #f8f9fb;
    padding: 20px;
    border-radius: 8px;
}

.customer-card {
    background: #f1f3f6;
    padding: 16px;
    border-radius: 8px;
}

.section-title {
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 0.5px;
    margin-top: 20px;
    margin-bottom: 8px;
}

.detail-label {
    color: #6b7280;
    font-size: 13px;
}

.detail-value {
    font-size: 13px;
    font-weight: 500;
}

.right-section-title {
    font-weight: 600;
    margin-bottom: 8px;
}

.whats-next-box {
    padding: 16px;
    border-radius: 8px;
    background: #fafafa;
}

.timeline-container {
    margin-top: 20px;
}

.cursor-pointer {
    cursor: pointer;
}
