.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: 410px;
    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;
    background-color: #eee;
}

/* Handle */
.request-gst-invoice-content::-webkit-scrollbar-thumb {
    background-color: #eee;
    border-radius: 4px;
}

/* Handle on hover */
.request-gst-invoice-content::-webkit-scrollbar-thumb:hover {
    background-color: #005f8a;
}

.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: 410px;
    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;
}

.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;
}

/* Style the checkbox container */
.form-row.gst-invoice-checkbox {
    margin-bottom: 0;
    border-radius: 5px;
    display: flex;
    align-items: center;
}

/* Style the checkbox label */
.form-row.gst-invoice-checkbox label.checkbox {
    font-size: 16px;
    font-weight: bold;
    display: flex;
    align-items: center;
    margin: 0;
}

/* Style the checkbox input */
.form-row.gst-invoice-checkbox input[type="checkbox"] {
    margin-right: 10px;
    width: 20px;
    height: 20px;
}

/* Style the optional text */
.form-row.gst-invoice-checkbox .optional {
    font-size: 12px;
    color: #888;
    margin-left: 5px;
}

/* Style the GST details container */
.gst-invoice-option {
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
    background-color: #f9f9f9;
    margin-top: 10px;
}

/* Style the GST details display */
.user-business-gst-details {
    font-size: 14px;
    border-top: 1px solid #ddd;
    font-weight: bold;
    margin: 10px 0;
    padding-top: 10px;
    color: #333;
    line-height: 1.5;
}

/* Style the GST address display */
.user-business-gst-address {
    font-size: 14px;
    margin-bottom: 10px;
    color: #666;
    line-height: 1.5;
}

/* Style the change button */
.gst-invoice-option .change-user-business-gst-details-btn {
    display: inline-block;
    padding: 8px 15px;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    background-color: #0073aa;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    min-height: 32px;
    transition: background-color 0.3s ease;
    text-transform: uppercase;
}

.gst-invoice-option .change-user-business-gst-details-btn:hover {
    background-color: #005a87;
}

.auto-gst-validate-popup,
.auto-gst-loading-popup,
.auto-gst-details-popup,
.manual-gst-validate-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;
}

.auto-gst-loading-popup-container {
    background-color: #fff;
    max-width: 200px;
    text-align: center;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.25);
    border-radius: 12px;
}

.auto-gst-loading-content {
    padding: 15px;
}

.auto-gst-validate-popup-container,
.auto-gst-details-popup-container,
.manual-gst-validate-popup-container {
    position: relative;
    background-color: #fff;
    width: 95%;
    max-width: 410px;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.25);
    border-radius: 12px;
}

.auto-gst-validate-popup-close-btn,
.auto-gst-details-popup-close-btn,
.manual-gst-validate-popup-close-btn {
    position: absolute;
    top: 0;
    right: 13px;
    font-size: 30px;
    cursor: pointer;
    color: #111;
}

.gst-validate-popup-title,
.manual-gst-validate-popup-title,
.gst-invoice-popup-title {
    font-size: 18px;
    font-weight: 600;
    padding: 15px;
    color: #323232;
}

.manual-gst-validate-popup-info,
.gst-invoice-popup-info {
    font-size: 12px;
    background-color: #eee;
    padding: 5px 25px;
    color: #655c5c;
    text-align: center;
}

.auto-gst-gstin-input-container,
.gst-business-details-container,
.gmanual-gst-business-details-content {
    padding: 15px 15px 0;
    color: #111;
}

.manual-gstin-input-field {
    margin-bottom: 15px;
}

.gstin-validate-button-container,
.auto-gst-information-confirm-btn-container,
.manual-gst-information-confirm-btn-container {
    padding: 15px;
}

.gstin-validate-button-container .validate-auto-gstin-btn,
.auto-gst-information-confirm-btn-container .confirm-auto-gst-information-btn,
.manual-gst-information-confirm-btn-container .confirm-manual-gst-information-btn {
    background-color: #ff0000;
    color: #fff;
    width: 100%;
    padding: 12px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 14px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    transition: background-color 0.3s, transform 0.3s;
}

.auto-gstin-error-message {
    text-align: left;
    font-weight: bold;
    margin-top: 5px;
}

.gst-invoice-popup-info {
    font-size: 12px;
    background-color: #eee;
    padding: 5px 25px;
    color: #655c5c;
    text-align: center;
}

.auto-gstin-input-fields-title {
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 10px;
}

.gst-business-name-content,
.gst-business-address-content {
    display: grid;
    grid-template-columns: 1fr 4fr;
    margin-bottom: 5px;
}

.gst-business-name-label,
.gst-business-address-label {
    font-weight: bold;
    margin-right: 5px;
}

.gstin-loading-spinner {
    border: 4px solid rgba(0, 0, 0, 0.1);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border-left-color: #ff0000;
    animation: spin 1s ease infinite;
    margin: 0 auto 10px;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.gstin-loading-text {
    font-size: 16px;
    color: #333;
}

#ship-to-different-address.disabled-container,
#ship-to-different-address.disabled-container label {
    cursor: default;
}

#ship-to-different-address label>span {
    font-weight: bold;
    font-size: 16px;
}