/***** START WEBSITE INFO TABLE *****/
.invoice-container {
    background-color: white;
    max-width: 100%;
    margin: 0 auto;
    padding: 20px;
    border: 1px solid #ddd;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.invoice-header {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
    border-bottom: 2px solid black;
    padding-bottom: 10px;
}

.quotation-details h2 {
    color: #be202f;
    font-size: 30px;
    margin: 0 0 10px;
}

.info {
    border-bottom: 2px solid black;
    padding-bottom: 10px;
    margin-bottom: 20px;
    display: flex;
    gap: 20px;
    justify-content: space-between;
}

.info section {
    max-width: 100%;
    width: 100%;
}

.invoice-table {
    width: 100%;
    border-collapse: collapse;
}

.invoice-table th {
    background-color: #be202f;
    color: white;
    padding: 10px;
    font-size: 20px;
    text-align: center;
    font-weight: normal;
    border: 1px solid black;
}

.invoice-table td {
    border: 1px solid black;
    padding: 10px !important;
}

.invoice-table tr:nth-child(even) {
    background-color: #f9f9f9;
}

.invoice-table tr:hover {
    background-color: #f1f1f1;
}

.info section p {
    margin-bottom: 10px;
}

.client-info {
    border-right: 2px solid black;
}

.invoice-table td:nth-child(1) {
    width: 5%;
    text-align: center;
}

.invoice-table td:nth-child(2) {
    width: 35%;
}

.invoice-table td:nth-child(3) {
    width: 15%;
    text-align: center;
}

.invoice-table td:nth-child(4) {
    width: 50%;
}

.company-form-product td:nth-child(2) {
    height: 200px;
}

tbody tr td:first-child,
thead p,
tr.company-form-product td:nth-child(3) p {
    font-weight: 700;
}

.company-details span {
    font-weight: 700;
}

.wpcf7 span.wpcf7-list-item,
input[type="checkbox"],
input[type="radio"] {
    margin: 0 !important;
}

.wn-table textarea.wpcf7-form-control.wpcf7-textarea {
    width: 100% !important;
    max-width: 100% !important;
    min-height: 80px !important;
    margin: 0;
    border-radius: 10px;
}

.wn-table .wpcf7-checkbox span.wpcf7-list-item-label {
    display: none;
}

.wn-form-button p {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
}

.wn-form-button p .wn-submit {
    margin: 0;
    padding: 3px 45px;
}

.wn-form-button p .wpcf7-spinner {
    display: none;
}

/***** END WEBSITE INFO TABLE *****/

.wn-text-hosting {
    margin-bottom: 100px !important;
}

#loaderDivHomeCate {
    display: none;
}

.logoWebNow {
    transform: scale(1);
}

.logoWebNow.animated {
    animation: bounce-in 1s ease;
}

@keyframes bounce-in {
    0% {
        opacity: 0;
        transform: scale(1, 1);
    }
    50% {
        opacity: 0.75;
        transform: scale(1.45, 1.45);
    }
    100% {
        opacity: 1;
        transform: scale(1, 1);
    }
}

.wn-modal-whois-title {
    font-size: 2rem;
    font-weight: bold;
    text-align-last: center;
}

.wn-modal-whois-title {
    font-size: 1.5rem;
}

.mfp-close-btn-in .mfp-close {
    color: white !important;
    opacity: 0 !important;
    display: flex;
}

.wn-home-theme-container > .col {
    padding-bottom: 35px;
    margin: 0px;
}

@media only screen and (max-width: 20em) {
    .wn-banner-robot img {
        width: 90%;
    }

    .wn-modal-whois-title {
        font-size: 1.5rem;
    }

    .sgw-template.box-shadow-2.box-shadow-3-hover {
        width: 100%;
    }

    bdi {
        font-size: 20px;
    }

    .sgw-template .sgw-template-meta {
        margin-right: -20px !important;
    }
}

@media only screen and (max-width: 48em) {
    .wn-banner-robot img {
        width: 75%;
    }

    button wn-home-theme-item-call {
        margin: -15px 0px 15px 40px !important;
    }

    .sgw-template.box-shadow-2.box-shadow-3-hover {
        width: 100%;
    }
}

@media only screen and (max-width: 40.5625em) {
    button wn-home-theme-item-call {
        margin: -15px 0px 0px 25px !important;
    }
}
@media only screen and (max-width: 64em) {
    button wn-home-theme-item-call {
        padding: 0px 10px;
    }

    bdi {
        font-size: 20px;
    }
}
