.po-demo .product-demo {
    padding-top: 0;
    padding-bottom: 4rem;
}
.po-demo .product-demo .back {
    padding-bottom: 0;
}
.po-demo .back p {
    margin-bottom: 0;
}
.po-demo .input-form .content {
    gap: 20px;
}
.po-demo .form-demo {
    width: 100%;
    max-width: 872px;
}
.customer-wrapper {
    border: 1px dashed #d7d7d7;
    padding: 10px;
    margin-right: 10px;
}
.customer-wrapper .desc {
    margin-top: 0;
}
.customer-wrapper .name {
    color: #133f5d;
    margin-top: 0;
    font-weight: 700;
    font-size: 14px;
    margin-bottom: 0.5em;
}
.pure-material-textfield-standard.terms-date {
    margin-top: 0;
}
.po-demo #kirimInvoiceModal .header h1 {
    margin-top: 0;
    margin-bottom: 0;
}
.po-demo .close {
    font-size: 28px;
    font-weight: bold;
    position: absolute;
    top: 0.5em;
    right: 0.5em;
    opacity: 1;
    color: #fff;
    cursor: pointer;
}

.green-button.disabled-btn {
    border-color: #D4DADE;
    color: #9AA6B0;
    pointer-events: none;
    background: #D4DADE;
}
#kirimInvoice {
    margin-left: 10px;
}
.po-demo #confirmSend .modal-content h1 {
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    margin-bottom: 0;
    margin-top: 0;
}
.po-demo .email-template img {
    box-shadow: none;
}
.po-demo #tabs .left {
    max-width: 200px;
}
.po-demo .email-container {
    max-width: 480px;
}
.blue-button {
    margin-right: .5em;
}
@media (max-width: 920px) {
    
    .po-demo .product-demo .paper-container {
        overflow-x: unset;
        height: auto;
    }
    .po-demo .main-tooltip.bottom.pembelian {
        right: -2em;
    }
    .po-demo #filterDate2 {
        width: 100% !important;
    }
    .po-demo #kirimInvoice {
        margin-left: 0;
    }
    .po-demo .paper-button {
        padding: 10px;
        font-size: 1rem;
    }
}

@media (max-width: 768px) {
    .po-demo .product-demo .paper-container h3 { display: none;}
    .po-demo .main-tooltip.bottom.pembelian {
        right: 50%;
        margin-right: -160px;
    }
    .po-demo #confirmSend .modal-content h1 {
        font-size: 2.1rem;
    }
    #confirmSend .modal-content {
        padding: 2.5rem !important;
    }
}

@media (max-width: 580px) {
    .po-demo #confirmSend .modal-content h1 {
        font-size: 2rem;
    }
    .po-demo .main-tooltip.bottom.pembelian {
        top: 11.7em;
    }
    .po-demo #tabs .left {
        max-width: 100%;
    }
    #tabs .tab {
        justify-content: center;
        align-items: center;
    }
    #tabs .tab img {
        margin-left: -1rem;
    }
    #tabs .tab p {
        margin: 0;
    }
    .po-demo .email-container {
        max-width: 100%;
        padding-right: 0;
    }
}

@media (max-width: 568px) {
    .po-demo .input-form .content {
        flex-direction: column;
        gap: 0;
    }
    .info.tagihan {
        margin-bottom: 22px;
    }
    .po-demo .action-footer {
        display: flex;
        flex-direction: column;
        gap: 1em;
    }
}

@media (max-width: 480px) {
    .po-demo #confirmSend .modal-content h1 {
        font-size: 1.5rem;
    }

    #confirmSend .modal-content {
        max-width: 380px !important;
    }
}

@media (max-width: 320px) {
    .main-tooltip.bottom { display: none;}
}