.error-text {
    color: #d93025;
    font-size: 13px;
    margin-top: 5px;
    text-align: right;
    padding-left: 10px;
}

.input-error {
    border-color: #d93025;
}

.errors ul li {
    text-align: left;
    color: #d93025;
    margin-bottom: 10px;
    list-style: none;
    font-size: 13px;
}
.alert.error-req.orange_color2 {
    text-align: left;
    color: #d93025;
    font-size: 13px;
    margin-bottom: 10px;
}
.alert.success.error-req.green_color {
    border-radius: 5px;
    text-align: left;
    font-size: 13px;
    margin-bottom: 10px;
    padding-bottom: 10px;
    padding-top: 10px;
    padding-left: 5px;
    padding-right: 5px;
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}

.login-form-section .login-form textarea {
    width        : 100%;
    color        : #000000;
    font-size    : 20px;
    font-weight  : 400;
    padding      : 20px;
    border       : transparent;
    border-radius: 12px;
    outline      : transparent;
}

.login-form-section .login-form textarea::placeholder {
    color     : #c6c6c6;
    font-size : 18px;
    font-style: italic;
  }
  .login-form-section.login-form-mobile.support-form {
    /* height: auto; */
    /* padding-top: 50px; */
    /* padding-bottom: 50px; */
}

#mini-cart-container {
    position: fixed;
    top: 80px;
    right: 80px;
    width: 50%;
    height: 60%;
    background: #fff;
    border: 1px solid #ccc;
    padding: 15px;
    z-index: 999999;
    overflow-y: auto;
    margin-right: 20%;
}
.tab-btn.disabled {
    pointer-events: none;
    opacity: 0.5;
    cursor: not-allowed;
  }
  
.flash-message .alert {
  position: relative;
  padding: 0.50rem 1.25rem;
  margin-top: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.flash-message .alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;  
}
.flash-message .alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}   

.cart-text {
    white-space: nowrap;
}

.radio-label-wrapper.black-border-comment-section {
    margin-top: 25px;
    border: 1px solid;
    padding: 25px;
    display: block;
}
.radio-label-wrapper.black-border-comment-section > span {
    margin-right: 10px;
}

.radio-label-wrapper.black-border-comment-section input[type="radio"] {
    margin-right: 5px;
}

.radio-label-wrapper.black-border-comment-section .radio-label {
    padding-top: 25px;
}

#debug-icon {
    display: none;
}

.support-form .customer-support-form .form-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px 37px;
}

/* .login-form-section.login-form-mobile.support-form .customer-support-form{
    width: 90%;
    margin: 0 auto;
} */

/* @media (min-width: 601px) and (max-height: 500px) {
    .login-form-section.login-form-mobile.support-form {
        height: auto;
        padding: 50px 0;
    }
} */

@media (max-width: 991px) {
    .product-table th:nth-child(1), .product-table td:nth-child(1) {
        width: 100% !important;
    }
}

@media (max-width: 768px) {

    .product-table-wrapper {
        overflow-x: hidden !important;
    }
    
}


/*Table css 04-05-2026*/
.product-table th {
    width: auto !important;
}

.app-modal {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 99999;
}

.app-modal-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.6);
}

.app-modal-box {
    position: relative;
    max-width: 420px;
    margin: auto;
    top: 50%;
    transform: translateY(-50%);
    background: #fff;
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.3);
}

/* Header */
.app-modal-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 16px;
    font-size: 16px;
    font-weight: 600;
}

.app-modal-close {
    cursor: pointer;
    font-size: 20px;
    line-height: 1;
}

/* Body */
.app-modal-body {
    padding: 16px;
    font-size: 14px;
    color: #333;
}

/* Footer */
.app-modal-footer {
    padding: 12px 16px;
    text-align: right;
    border-top: 1px solid #ddd;
}

.app-modal-footer button {
    padding: 6px 14px;
    border-radius: 4px;
    cursor: pointer;
    border: none;
}

/* Button styles */
.btn-ok {
    color: #fff;
}

.btn-close {
    background: #ccc;
}

/* ===== Modal Types ===== */

.app-modal.info .app-modal-header {
    background: #e8f2ff;
    color: #0d6efd;
}

.app-modal.info .btn-ok {
    background: #0d6efd;
}

.app-modal.danger .app-modal-header {
    background: #fdecea;
    color: #dc3545;
}

.app-modal.danger .btn-ok {
    background: #dc3545;
}

.app-modal.warning .app-modal-header {
    background: #fff3cd;
    color: #856404;
}

.app-modal.warning .btn-ok {
    background: #856404;
}


/* 05-02-2026*/
#pageLoader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.85);
    z-index: 9999;
    display: none;
}

#pageLoader .loader-wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#pageLoader img {
    width: 80px;
    height: auto;
}

.order-confirmation-button .print-btn {
    font-size: 18px;
    font-weight: 500;
    color: #ffffff;
    position: relative;
    padding-left: 50px;
    background: linear-gradient(64deg, #00355a, #5c8099);
    padding: 12px 40px;
    border-radius: 40px;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    transition: background 0.5s ease, transform 0.5s ease;
}

.order-confirmation-button .print-btn:hover {
    background: linear-gradient(270deg, #00355a, #5c8099);
}

.order-confirmation-button .print-btn img {
    width: 26px;
    transition: transform 0.3s ease;
}

.order-confirmation-button .print-btn:hover img {
    transform: scale(1.1);
}

.order-confirmation-button {
    text-align: right;
    padding-bottom: 8px;
}

/*
* 02/04/2026 Added by navdeep
*/
a.page-link.disabled {
    pointer-events: none;
    background: #f9f9f9;
    color: #8f8f8f;
}