.request_gst_invoice_processing {
    color: #ccc !important;
    pointer-events: none;
    cursor: default !important;
    background-color: #eee !important;
}

#request-gst-invoice-popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    background-color: rgba(0, 0, 0, 0.6);
    align-items: center; 
    justify-content: center; 
}

#request-gst-invoice-popup-container {
    position: relative;
    background-color: #fff;
    width: 60%;
    max-width: 450px;
    text-align: center;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.25);
    border-radius: 12px;
}

.request-gst-invoice-content {
    padding: 25px;
    overflow-y: auto;
    max-height: 70vh;
}

/* Style the scrollbar itself */
.request-gst-invoice-content::-webkit-scrollbar {
    width: 0; /* Adjust the width of the scrollbar */
    background-color: #eee; /* Background of the scrollbar track */
}

/* Handle */
.request-gst-invoice-content::-webkit-scrollbar-thumb {
    background-color: #eee; /* Color of the scrollbar thumb */
    border-radius: 4px; /* Rounded corners on the scrollbar thumb */
}

/* Handle on hover */
.request-gst-invoice-content::-webkit-scrollbar-thumb:hover {
    background-color: #005f8a; /* Darker color on hover */
}

.request-gst-invoice-popup-title {
    font-size: 18px;
    font-weight: 600;
    padding: 15px;
    color: #333;
}

.request-gst-invoice-input-fields-title {
    text-align: left;
    margin-bottom: 12px;
}

.request-gst-invoice-input-fields {
    padding: 12px !important;
    margin-bottom: 15px;
    border: 1px solid #e2e2e2 !important;
    border-radius: 5px !important;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05) !important;
    transition: border-color 0.3s, box-shadow 0.3s !important;
}

.request-gst-invoice-input-fields:focus {
    border-color: #0073aa;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

#send-request-btn-for-gst-invoice {
    background-color: #0073aa;
    color: #fff;
    width: 100%;
    padding: 12px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    transition: background-color 0.3s, transform 0.3s;
}

.request-gst-invoice-popup-close-btn {
    position: absolute;
    top: 0;
    right: 13px;
    font-size: 30px;
    cursor: pointer;
    color: #111;
}

.request-gst-invoice-popup-info {
    font-size: 12px;
    background-color: #eee;
    padding: 5px 25px;
}

#checkout-get-gst-invoice-popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    background-color: rgba(0, 0, 0, 0.6);
    align-items: center; 
    justify-content: center; 
}

#get-gst-invoice-popup-container {
    position: relative;
    background-color: #fff;
    width: 60%;
    max-width: 450px;
    text-align: center;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.25);
    border-radius: 12px;
}

.get-gst-invoice-popup-content {
    padding: 25px;
}

.checkout-get-gst-invoice-popup-title {
    font-size: 18px;
    font-weight: 600;
    padding: 15px;
    color: #333;
}

.get-gst-invoice-input-fields-title {
    text-align: left;
}

.get-gst-invoice-input-fields {
    padding: 12px !important;
    margin-bottom: 15px;
    border: 1px solid #e2e2e2 !important;
    border-radius: 5px !important;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05) !important;
    transition: border-color 0.3s, box-shadow 0.3s !important;
}

.get-gst-invoice-input-fields:focus {
    border-color: #0073aa;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

#checkout-verify-gst-information-btn {
    background-color: #0073aa;
    color: #fff;
    width: 100%;
    padding: 12px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    transition: background-color 0.3s, transform 0.3s;
}

.gst-invoice-popup-close-btn {
    position: absolute;
    top: 0;
    right: 13px;
    font-size: 30px;
    cursor: pointer;
    color: #111;
}

.get-gst-invoice-popup-info {
    font-size: 12px;
    background-color: #eee;
    padding: 5px 25px;
}

.get-gst-invoice-popup-alert {
    font-size: 12px;
    margin-bottom: 10px;
}