#autoreply_ai_selected_model, #autoreply_ai_selected_gemini,#autoreply_ai_selected_no {
	display:none;
}

.autoreply-ai-save-button {
            background: linear-gradient(45deg, #4481f3, #59b9ff);
            border: none;
            color: #fff;
            padding: 10px 20px;
            font-size: 16px;
            border-radius: 5px;
            cursor: pointer;
            transition: 0.3s;
        }
        .autoreply-ai-save-button:hover {
            background: linear-gradient(45deg, #59b9ff, #4481f3);
        }
		.form-table th{
			width:250px ;
		}
		.ai-reply-admin{
	max-width: 800px;
    margin: 40px auto;
    padding: 20px;
    background: #f9f9f9;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    text-align: left;
}

.header-text-ai{
    text-align: center;
    background: #4481f3;
    color: #fff;
    border-radius: 15px 15px 0 0;
}
.tooltip {
    position: relative;
    display: inline-block;
    border-bottom: 2px dotted #2271b1;
    cursor: pointer;
    padding: 3px 2px;
    color: #2271b1;
}

.tooltip .tooltiptext {
visibility: hidden;
    width: 230px;
    background-color: black;
    color: #fff;
    text-align: left;
    border-radius: 6px;
    padding: 8px 8px;
    position: absolute;
    z-index: 1;
    top: 2px;
    margin-left: 10px;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
}



   .modal_autoreply {
      display: none;
      position: fixed;
      z-index: 999;
      padding-top: 100px;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      overflow: auto;
      background-color: rgba(0,0,0,0.4);
    }

    .modal-content_autoreply {
      background-color: #fff;
      margin: auto;
      padding: 20px 30px;
      border-radius: 10px;
      width: 60%;
      max-width: 600px;
      box-shadow: 0 4px 16px rgba(0,0,0,0.3);
      position: relative;
    }

    .close_autoreply {
      color: #aaa;
      position: absolute;
      top: 15px;
      right: 20px;
      font-size: 28px;
      font-weight: bold;
      cursor: pointer;
    }

    .close_autoreply:hover {
      color: #000;
    }

    button#myBtn_autoreply {
      padding: 10px 20px;
      font-size: 16px;
      background-color: #007BFF;
      color: white;
      border: none;
      border-radius: 5px;
      cursor: pointer;
    }

    button#myBtn_autoreply:hover {
      background-color: #0056b3;
    }


    /* Modern About Page Styles */
.autoreply-about-wrap {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    color: #2c3338;
    line-height: 1.6;
    max-width: 1200px;
    margin: 0 auto;
}

/* Hero Section */
.autoreply-about-hero {
    background: linear-gradient(135deg, #1e3c72 0%, #2a5298 100%);
    color: white;
    padding: 60px 30px;
    text-align: center;
    border-radius: 8px 8px 0 0;
    margin-bottom: 40px;
        margin-top: 10px;
}

.autoreply-about-hero-content {
    max-width: 800px;
    margin: 0 auto;
}

.autoreply-logo {
    height: 80px;
    width: auto;
    margin-bottom: 20px;
        background: #fff;
    border-radius: 10%;
}

.autoreply-about-hero h1 {
    font-size: 42px;
    font-weight: 600;
    margin: 0 0 10px;
    color: white;
}

.autoreply-about-hero h1 span {
    font-size: 20px;
    font-weight: 400;
    opacity: 0.8;
    margin-left: 10px;
}

.autoreply-tagline {
    font-size: 18px;
    margin: 0 0 30px;
    opacity: 0.9;
}

.autoreply-actions {
    display: flex;
    gap: 15px;
    justify-content: center;
    flex-wrap: wrap;
}

/* Container */
.autoreply-about-container {
    padding: 0 30px 40px;
}

/* Section Styles */
.autoreply-about-section {
    background: white;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    padding: 40px;
    margin-bottom: 30px;
}

.autoreply-section-header {
    text-align: center;
    margin-bottom: 40px;
}

.autoreply-section-header h2 {
    font-size: 28px;
    font-weight: 600;
    margin: 0 0 10px;
    color: #1e3c72;
}

.autoreply-section-header p {
    font-size: 16px;
    color: #6d6d6d;
    margin: 0;
}

/* Dark Section */
.autoreply-section-dark {
    background: linear-gradient(135deg, #2c3e50 0%, #4ca1af 100%);
    color: white;
}

.autoreply-section-dark .autoreply-section-header h2,
.autoreply-section-dark .autoreply-section-header p,
.autoreply-section-dark h3,
.autoreply-section-dark p {
    color: white;
}

/* Features Grid */
.autoreply-features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
}

.autoreply-feature-card {
    background: #f8f9fa;
    border-radius: 8px;
    padding: 30px;
    transition: all 0.3s ease;
}

.autoreply-feature-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.autoreply-feature-icon {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.autoreply-feature-icon .dashicons {
    font-size: 30px;
    width: 30px;
    height: 30px;
}

.autoreply-feature-card h3 {
    font-size: 20px;
    margin: 0 0 15px;
}

.autoreply-feature-card p {
    margin: 0;
    color: #6d6d6d;
}

/* Steps */
.autoreply-steps {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
    counter-reset: step-counter;
}

.autoreply-step {
    display: flex;
    gap: 20px;
    position: relative;
}

.autoreply-step-number {
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 18px;
    color: white;
}

.autoreply-step-content h3 {
    margin: 0 0 10px;
    font-size: 18px;
}

.autoreply-step-content p {
    margin: 0;
    opacity: 0.9;
}

/* Plugins Grid */
.autoreply-plugins-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 30px;
}

.autoreply-plugin-card {
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.autoreply-plugin-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

.autoreply-plugin-card img {
    margin: auto;
    width: 100px;
    object-fit: cover;
    display: block;
}

.autoreply-plugin-content {
    padding: 20px;
}

.autoreply-plugin-content h3 {
    margin: 0 0 10px;
    font-size: 18px;
    text-align: center;
}

.autoreply-plugin-content p {
    margin: 0 0 15px;
    color: #6d6d6d;
}

.autoreply-plugin-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.autoreply-rating .dashicons {
    color: #ffb900;
    font-size: 16px;
    width: 16px;
    height: 16px;
}

/* CTA Section */
.autoreply-about-cta {
    background: #f8f9fa;
    text-align: center;
}

.autoreply-cta-content {
    max-width: 700px;
    margin: 0 auto;
}

.autoreply-cta-content h2 {
    font-size: 28px;
    margin: 0 0 15px;
}

.autoreply-cta-content p {
    font-size: 16px;
    margin: 0 0 30px;
    color: #6d6d6d;
}

.autoreply-cta-buttons {
    display: flex;
    gap: 15px;
    justify-content: center;
    flex-wrap: wrap;
}

/* Button Styles */
.autoreply-button {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #f0f0f1;
    color: #2c3338;
    border: none;
    border-radius: 4px;
    padding: 10px 20px;
    text-decoration: none;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
}

.autoreply-button:hover {
    background: #dcdcde;
    color: #1d2327;
}

.autoreply-button-primary {
    background: #3858e9;
    color: white;
}

.autoreply-button-primary:hover {
    background: #2c4bd4;
    color: white;
}

.autoreply-button-secondary {
    background: #f0f6fc;
    color: #3858e9;
    border: 1px solid #3858e9;
}

.autoreply-button-secondary:hover {
    background: #e0e9f8;
}

.autoreply-button-small {
    padding: 6px 12px;
    font-size: 13px;
}

.autoreply-button .dashicons {
    font-size: 16px;
    width: 16px;
    height: 16px;
}

/* Responsive Adjustments */
@media (max-width: 782px) {
    .autoreply-about-hero {
        padding: 40px 20px;
    }
    
    .autoreply-about-container {
        padding: 0 20px 30px;
    }
    
    .autoreply-about-section {
        padding: 30px 20px;
    }
    
    .autoreply-features-grid,
    .autoreply-plugins-grid {
        grid-template-columns: 1fr;
    }
}
.autoreply-about-footer{padding: 10px;}
.autoreply-about-footer p{
    text-align: center;
}