/**
 * Frontend CSS for WooCommerce Notify Me - Dark Theme
 */
/* Button styling */
.wc-notify-me-button-container {
    margin-top: 10px;
    margin-bottom: 10px;
}
.wc-notify-me-button-container.loop {
    display: block;
    text-align: center;
}
.wc-notify-me-button-container.above-cart {
    margin-bottom: 15px;
    padding: 8px 12px;
    background-color: #2a2a2a !important;
    border-left: 3px solid #444;
}
.wc-notify-me-above-cart {
    margin-bottom: 15px;
}
.wc-notify-me-button {
    background-color: #101010 !important;
    color: #f2d952 !important;
    border: 1px solid #444;
    padding: 8px 15px;
    cursor: pointer;
    transition: all 0.3s ease;
    border-radius: 4px;
    font-weight: 500;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.wc-notify-me-button:hover {
    background-color: #f2d952 !important;
    border-color: #f2d952 !important;
    transform: translateY(-1px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
    color:#101010 !important;
}
.wc-notify-me-button:active {
    transform: translateY(0);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
/* Popup styling */
#wc-notify-me-popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
}
#wc-notify-me-popup {
    background-color: #2a2a2a;
    color: #e0e0e0;
    width: 90%;
    max-width: 500px;
    border-radius: 4px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
    overflow: hidden;
}
.wc-notify-me-popup-header {
    padding: 15px 20px;
    border-bottom: 1px solid #444;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #222;
}
.wc-notify-me-popup-header h3 {
    margin: 0;
    font-size: 18px;
    font-weight: 400 !important ;
    color:#f2d952 !important;
}
.wc-notify-me-close {
    background: #101010 !important;
    border: none;
    font-size: 24px;
    line-height: 1;
    cursor: pointer;
    padding: 0 15px!important;
    color: #fff !important;
    font-weight:100 !important;
}
.wc-notify-me-close:hover {
    color: #fff;
}
.wc-notify-me-popup-content {
    padding: 20px;
}
.wc-notify-me-product-name {
    font-weight: bold;
    margin-bottom: 15px;
    color: #fff;
}
.wc-notify-me-form-group {
    margin-bottom: 15px;
}
.wc-notify-me-form-group label {
    display: block;
    margin-bottom: 5px;
    font-weight: 500;
    color: #ccc;
}
.wc-notify-me-form-group input {
    width: 100%;
    padding: 10px 12px;
    border: 1px solid #444;
    border-radius: 0px !important;
    background-color: #101010 !important;
    color: #fff;
}
.wc-notify-me-form-group input:focus {
    outline: none;
    border-color: #666;
    box-shadow: 0 0 0 2px rgba(100, 100, 100, 0.3);
}
.wc-notify-me-message {
    margin: 10px 0;
    padding: 10px;
    border-radius: 3px;
}
.wc-notify-me-message.error {
    background-color: rgba(220, 53, 69, 0.2);
    color: #ff6b6b;
    border: 1px solid rgba(220, 53, 69, 0.3);
}
.wc-notify-me-message.success {
    background-color: rgba(40, 167, 69, 0.2);
    color: #51cf66;
    border: 1px solid rgba(40, 167, 69, 0.3);
}
.wc-notify-me-form-actions {
    margin-top: 20px;
    text-align: right;
}
.wc-notify-me-form-actions button {
    background-color: #101010 !important;
    color: #f2d952 !important;
    border: none;
    padding: 10px 15px;
    border-radius: 4px;
    cursor: pointer;
    font-weight: 500;
    transition: all 0.3s ease;
}
.wc-notify-me-form-actions button:hover {
    background-color: #f2d952 !important;
    color: #101010 !important;
    transform: translateY(-1px);
}
/* Admin styling */
.wc-notify-me-admin .status-badge {
    display: inline-block;
    padding: 3px 8px;
    border-radius: 3px;
    font-size: 12px;
    font-weight: 500;
}
.wc-notify-me-admin .status-pending {
    background-color: #f8d7da;
    color: #721c24;
}
.wc-notify-me-admin .status-completed {
    background-color: #d4edda;
    color: #155724;
}
.wc-notify-me-admin table {
    margin-top: 15px;
}
.wc-notify-me-admin .column-product {
    width: 30%;
}
.wc-notify-me-admin .column-email {
    width: 30%;
}
.wc-notify-me-admin .column-date {
    width: 25%;
}
.wc-notify-me-admin .column-status {
    width: 15%;
}
.wc-notify-me-button-container {
    display: block !important;
    margin: 10px 0;
}
.wc-notify-me-button {
    display: inline-block !important;
    visibility: visible !important;
    opacity: 1 !important;
}

.size-out-of-stock-notice{
display:none !important;
}




/* Custom notify form styling */
#wc-notify-me-above-cart-container {
    margin: 15px 0;
    padding: 12px;
    background: #f7f7f7;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
}

.wc-notify-me-input-wrap {
    display: flex;
    margin-bottom: 10px;
}

.wc-notify-me-input-wrap input {
    flex: 1;
    margin-right: 8px;
    padding: 8px 12px;
    border: 1px solid #ddd;
    border-radius: 4px;
}

.wc-notify-me-input-wrap button {
    white-space: nowrap;
}

.wc-notify-me-size-message {
    margin-top: 8px;
    font-size: 14px;
}

.wc-notify-me-size-message.success {
    color: #2e7d32;
}

.wc-notify-me-size-message.error {
    color: #d32f2f;
}
/* Specific styling for dark theme background */
#wc-notify-me-above-cart-container {
    background: #2a2a2a;
    border: 1px solid #444;
    color: #fff;
    padding: 15px;
    margin: 15px 0;
    border-radius: 4px;
}

#wc-notify-me-above-cart-container input[type="email"] {
    background: #333;
    color: #fff;
    border: 1px solid #555;
    padding: 10px;
    border-radius: 3px;
}

#wc-notify-me-above-cart-container button {
    background: #ffdd57;
    color: #000;
    border: none;
    padding: 10px 15px;
    border-radius: 3px;
    font-weight: bold;
}

#wc-notify-me-above-cart-container .size-out-of-stock-notice {
    color: #ff6b6b;
    font-weight: bold;
}

#wc-notify-me-above-cart-container .wc-notify-me-size-message.success {
    color: #6bff6b;
}

#wc-notify-me-above-cart-container .wc-notify-me-size-message.error {
    color: #ff6b6b;
}